.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.breadcrumb-list li {
    cursor: pointer;
    font-size: 16px;
}

.breadcrumb-list a {
    color: #fff;
}

/* ------------------ Banner Section ------------------ */

.custom-banner {
    width: 100%;
    padding: 150px 0 170px;
    background-color: #000;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.custom-banner::before {
    content: "";
    position: absolute;
    top: -99px;
    right: -197px;
    width: 400px;
    height: 400px;
    background-image: url(../images/detail/black-topographic-contour-lines-map-seamless-pattern-white-background_1409-4433.avif);
    background-size: cover;
    opacity: 0.25;
    border-radius: 63px;
    transform: rotate(117deg);
}

.custom-banner::after {
    content: "";
    position: absolute;
    bottom: -118px;
    left: -119px;
    width: 336px;
    height: 475px;
    background-image: url(../images/detail/black-topographic-contour-lines-map-seamless-pattern-white-background_1409-4433.avif);
    background-size: cover;
    opacity: 0.25;
   transform: rotate(71deg);
    border-radius: 63px;

}

.banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    max-width:80%;
    margin:auto;
    margin-bottom:1rem;
}

.banner-content .breadcrumb {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

/* ------------------ Intro Image ------------------ */

.detail-intro,
.intro-detail-img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.pannel-imagesss{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    margin-top: -81px;
}

.detil {
    padding: 2rem 0 0;
}

/* ------------------ Cards Section ------------------ */

.custom-card-section {
    padding: 50px 0;
}

.custom-card-section .row {
    row-gap: 24px;
}

.custom-card {
    background: #fff;
    padding: 7px;
    padding-bottom:10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
}

.custom-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.custom-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.custom-card p {
    font-size: 14px;
    line-height: 1.5;
}

.key-features {
    margin-top: 2rem;
}

.detil .sec-big-title {
    margin-bottom: 1rem;
}

/* ------------------ Specs Table ------------------ */

.spec-section {
    padding: 50px 0;
}
.transform-img {
        text-align: center;
}
.spec-section .sec-big-title {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
}

.table-responsive {
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.spec-table th {
       background: #183884;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 16px;
}

.spec-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

.spec-table tr:nth-child(even) {
    background: #dde4f5;
}

.spec-table tr:hover {
    background: #183884;
    color: #fff;
}

/* ------------------ Features List ------------------ */

.lists {
    list-style: none;
    padding: 0;
    margin: 0;
       margin: 15px 0 15px 0;
}

.lists li {
    position: relative;
    padding-left: 30px;
        margin-bottom: 7px;
 
}

.lists li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("../images/svg/tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.transform h3 {
    text-align: left;
}


.transform {
    padding: 2rem 0;
}

/* ------------------ Applications ------------------ */

.appliii-swiper-section {
   position: relative;
   padding: 5rem 0 5rem;
    background-image: url("../images/detail/line-shape-2.png"); /* change path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
       background-color: #f8f8f8;
    z-index: 1;
}
.appliii-swiper-section::before{
       position: absolute;
    content: "";
    left: 0;
    bottom: 13rem;
    margin: 0 auto;
    width: 491px;
    height: 407px;
    background-image: url(../images/bg/left-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-repeat: repeat-x; */
    /* background-position: bottom center; */
    z-index: -1;
}
.appliii-swiper-section::after{
       position: absolute;
    content: "";
    right: 0;
    top: 13rem;
    margin: 0 auto;
    width: 491px;
    height: 407px;
    background-image: url(../images/bg/right-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-repeat: repeat-x; */
    /* background-position: bottom center; */
    z-index: -1;
}


.appliii-swiper-section .sec-big-title {
    margin-bottom: 40px;
}

.appli-card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.app-content {
   background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: 0.4s ease;
    transform-style: preserve-3d;
    perspective: 800px;
    border: 1px solid #183884;
    height:100%;
    overflow: hidden;
}
.app-content:hover {
    border: 2px solid #183884 !important;
}
.app-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top:10px;
}

.app-content p {
    line-height: 1.5;
    margin: 0;
}
.appSwiper .swiper-wrapper{
    height:100%;
}
 
.appSwiper .swiper-wrapper{
   align-items: stretch;
}

.appSwiper .swiper-slide{
    display: flex;
    height: auto !important;
}
     
   
.detail-content{
    text-align:justify;
}
.app-content img{
        transition: all .4s ease-in-out;
    display: inline-block;
}
.app-content:hover img {
    transform: scaleX(-1);
}




.breadcrumb-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
        position: relative;
    font-weight: 500;
    color: #f2ae00;
}

/* Add SVG Arrow to Every li Except Last */
.breadcrumb-list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
  
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;

    /* WHITE ARROW SVG */
    background-image: url("../images/svg/greater-than.svg");
     filter: brightness(0) invert(1); 
}

/* Anchor Styles */

.breadcrumb-list li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-list li.active {
    color: #fff;
}


/* ---------------------------------------
   BLOB SHAPE OVERLAY (INSIDE IMAGE)
------------------------------------------ */
.cta-img-wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;

    width: 90%;
    height: 65%;

    background-image: url("../images/detail/contact-one-shape-2.png");
    background-size: cover;
    background-repeat: no-repeat;

    z-index: 2; /* blob behind button/text */
    pointer-events: none;
}

/* ---------------------------------------
   PLAY BUTTON + TEXT (ON TOP OF BLOB)
------------------------------------------ */
.blob-content {
    position: absolute;
    bottom: 90px;  /* adjust */
    left: 55px;    /* adjust */
    z-index: 5;
    text-align: center;
}

/* Circle play button */
.play-btn {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Triangle inside play button */
.triangle {
    width: 0;
    height: 0;
    border-left: 16px solid #ff2b5f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Watch Video text */
.watch-text {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.appliii-swiper-section .swiper-wrapper{
    height:auto!important;
}
.appliii-swiper-section .swiper-slide{
    height:100%;
} 

.app-content img {

    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;  /* REQUIRED */
}

.app-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: 0.4s ease;
    transform-style: preserve-3d;
    perspective: 800px;
}

.app-content:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.app-content img {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.app-content:hover img {
    transform: rotateY(180deg);
}
.why-cse-content h4{
    font-size:16px;
}


.products-bread-sec{
position: relative;
    border-radius: 12px;
    padding: 5rem 0 0;
    margin: 0 20px;
}

.products-bread-sec:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/bg/beadcrumb-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
     border-radius: 12px;
}

.prodt-content-box h1{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom:7rem;
    display: inline-block;
}

.prodt-content-box {
    max-width: 70%;
    margin: auto;
    text-align: center;
    position:relative;
}

.prodt-content-box .beadc-main-box{
    display: flex;
    max-width: fit-content;
    margin:0 auto;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding: 10px 20px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
}

.prodt-content-box .beadc-main-box li a{
    color:#000;
} 

.prodt-content-box .beadc-main-box li a{
    font-size: 16px;
    font-weight: 500;
}
.prodt-content-box .beadc-main-box li.active{
     font-size: 16px;
    font-weight: 700;
    color:#183884;
}

.prodt-content-box .beadc-main-box li{
    position:relative;
}

.prodt-content-box .beadc-main-box li:not(:last-child){
    margin-right:20px;
}


.prodt-content-box .beadc-main-box li:nth-child(1) a i{
    position:relative;
    font-size:20px;
    top:2px;
}

.prodt-content-box .beadc-main-box li:not(:last-child){
  padding-right:10px;  
}

.prodt-content-box .beadc-main-box li:not(:last-child):before{
    position: absolute;
    content: "\f101";
    font-family: flaticon_normal-icon !important;
    font-size: 9px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%); /* PERFECT center */
    line-height: 1;
}

.proudct-intero-sec{
    padding:5rem 0;
}

#circle {
    position: relative;
    width: 350px;
    height: 350px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#circle:before{
    position:absolute;
    content:"";
    width:200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
     background: #ffffff;
}

/* Center logo */
#circle .cc-text-icon {
    position: absolute;
    height: auto;
    z-index: 2;
}

/* SVG full size */
#circle svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    animation: circleRotate 14s linear infinite; /* slower rotation */
}

/* Text style */
#circle text {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    fill: #1f2d2b;
    font-weight: 600;
}

/* Smooth rotation */
@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.intro-proud-img{
    margin:40px 0;
    position:relative;
}

.intro-proud-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    /*height: 550px;*/
}

/* Bottom Right White Cut */
.intro-proud-img .box-area{
    position: absolute;
    width: 130px;
    height: 70px;
    bottom: 0;
    right: 0;
    padding: 30px 0 0 48px;
    background: #fff;
    border-start-start-radius: 12px;
    z-index: 2;
}

.intro-proud-img .box-area::after,
.intro-proud-img .box-area::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/intro-img-petten.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Right Top Curve */
.intro-proud-img .box-area::before{
    top: -20px;
    right: 0;
    transform: rotate(180deg);
}

/* Left Bottom Curve */
.intro-proud-img .box-area::after{
    bottom: -1px;
    left: -20px;
    transform: rotate(180deg);
}

/* 🔥 Top Left White Cut */
.intro-proud-img .new-box-area{
    position: absolute;
    width: 130px;
    height: 70px;
    top: 0;
    left: 0;
    background: #fff;
    border-end-end-radius: 12px;
    z-index: 2;
}

.intro-proud-img .new-box-area::before,
.intro-proud-img .new-box-area::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/intro-img-petten.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Left Top Curve */
.intro-proud-img .new-box-area::before{
    top: -1px;
    right: -18px;
}

/* Bottom Left Curve */
.intro-proud-img .new-box-area::after{
    bottom: -18px;
    left: 0;
}

.produn-int-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: #183884;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px 5px 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    margin-top:20px;
    cursor: pointer;
}

.produn-int-btn .produn-btn-text {
    color: #fff;
    overflow: hidden;
}

.produn-int-btn .produn-btn-text span {
    display: flex;
    line-height: 1;
    text-shadow: 0 30px 0;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.produn-int-btn .produn-btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: #f3ae00;
    border-radius: 50%;
}


.produn-int-btn .produn-btn-icon i {
    color: #fff;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

/* Hover Effects */
.produn-int-btn:hover .produn-btn-text span {
    transform: translateY(-30px);
}

.produn-int-btn:hover .produn-btn-icon i {
    transform: rotate(0);
}

/* Large Button */
.produn-int-btn.btn-lg {
    font-size: 20px;
    padding: 7px 7px 7px 44px;
    gap: 14px;
}

.produn-int-btn.btn-lg .produn-btn-icon {
    font-size: 27px;
    width: 59px;
    height: 59px;
}


.feature-overview-sec{
    padding: 4rem 0;
    background: #f8f8f8;
}

.feature-card-items{
   position:relative;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    /*height:100%;*/
    margin:10px 0;
}

.feature-card-items .feature-card-img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms, -webkit-transform 500ms;
    transform-origin: center center;
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
    border-radius: 10px;
}
.feature-card-items .feature-card-img{
    margin-bottom:20px;
}
.feature-card-items .feature-card-content .featu-title{
    font-size: 17px;
    font-weight: 600;
    margin:0;
        cursor: pointer;
}

.feature-card-items .feature-card-content .featu-btn-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    min-width: 35px;
    height: 35px;
    overflow: hidden;
    background-color:#183884;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #fff; 
}
.feature-card-items .feature-card-content .featu-btn-icon:before{
    position: absolute;
    content: "\f151";
    min-width: 35px;
    height: 35px;
    font-family: flaticon_normal-icon !important;
    font-size: 11px;
    text-align: center;
    line-height: 35px;
}
.feature-card-items.active .featu-btn-icon:before  {
    content: "\f1a3";
}

.feature-card-items .feature-card-content{
     display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom:10px;*/
}
.feature-card-items .contemr-feature{
    padding: 0 15px 0;
}

.feature-card-items .contemr-feature .content-open-feature p{
    margin:0;
        font-size: 15px;
    margin-top: 10px;
}
.intro-image img{
    width:100%;
}
.content-open-feature {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.feature-card-items.active .content-open-feature {
    max-height: 300px;  /* increase if content is big */
    opacity: 1;
}
.feature-wiper .swiper-slide{
    height:auto !important;
}
.feature-wiper .swiper-wrapper{
    margin-bottom:50px;
}

.feature-wiper .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 8px;
    background-color: #183884;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.feature-wiper .swiper-pagination-bullet-active{
    width: 64px;
    opacity: 1;
}

.technical-specifi-sec{
    padding:5rem 0;
    position:relative;
}

.tec-table-box {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tec-table-box th {
  background-color: #183884; /* Dark blue */
  color: #fff !important;
  font-weight: bold;
  text-align: left;
  padding: 12px 15px;
  border: none;
}

.tec-table-box td {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.tec-table-box tr:nth-child(even) {
  background-color: #f8f9fa;
}

.tec-table-box tr:nth-child(odd) {
  background-color: white;
}

/* Hover effect on rows */
.tec-table-box tr:hover {
  background-color: #f0f7ff;
}


.tec-table-box .highlight {
  background-color: #f3ae00; /* Gold/orange */
  color: #183884;
  font-weight: bold;
}


.tec-table-box th.accent {
  background-color: #f3ae00; /* Gold/orange */
  color: #183884;
}

/* Border styling */
.tec-table-box {
  border: 1px solid #ddd;
}

.tec-table-box th, .tec-table-box td {
  border-right: 1px solid #ddd;
  color:#000;
}

.tec-table-box th:last-child, .tec-table-box td:last-child {
  border-right: none;
}

/* Compact version */
.tec-table-box.compact th,
.tec-table-box.compact td {
  padding: 8px 12px;
}

/* Striped version */
.tec-table-box.striped tr:nth-child(even) {
  background-color: #f5f9ff; 
}


.tec-table-box .cta-cell {
  background-color: #f3ae00; 
  color: white;
  text-align: center;
  font-weight: bold;
}

.tec-table-box .cta-cell:hover {
  background-color: #e09d00; 
  cursor: pointer;
}

.tec-table-img {
    height:100%;
}
.tec-table-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ideal-applic-sec{
    background-image: url(../images/bg/dark-section-bg-image.png);
    background-size: cover;
    background-repeat:no-repeat;
    position: relative;
    padding: 5rem 0 4rem;
    background-color:#171422;
}

.ideal-applic-sec .sec-big-title{
    color:#fff;
}

.ideal-appli-items{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff1a;
    backdrop-filter: blur(30px);
    border-radius: 4px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    height:100%;
}

.ideal-appli-items .appl-icon-content{
    padding:15px;
}

.ideal-appli-items ul{
    background: #0a11191a;
    backdrop-filter: blur(30px);
    border-radius: 4px;
    padding: 20px;
}

.ideal-appli-items ul li{
    color:#fff;
    padding-left:20px;
    position:relative;
    font-size: 15px;
    font-weight:300;
}
.ideal-appli-items ul li:not(:last-child){
    margin-bottom:5px;
}
.ideal-appli-items ul li:before{
    position: absolute;
    content: "";
    left: 0;
    font-size: 13px;
    background-size: contain;
    top:1px;
    content: "\f160";
    font-family: flaticon_normal-icon !important;
}

.ideal-appli-items .appl-icon-content .title-tect{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom:15px;
}

.ideal-appli-items .appl-icon-content .ideal-img{
    display: block;
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 160px;
    height: 80px;
    margin-bottom:30px;
    mask-image: url(../images/bg/process-step-item-image-bg-shape-1.svg);
    background-image: url(../images/bg/process-step-item-image-bg-shape-1.svg);
    
}
.ideal-appli-items .appl-icon-content .ideal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ideal-appli-items .appl-icon-content p{
    color:#fff;
    font-size:15px;
    margin:0;
    font-weight:300;
}


.idealapplica-wiper .swiper-wrapper{
    margin-bottom:40px;
}

.idealapplica-wiper .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 8px;
    background-color: #fff !important;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.idealapplica-wiper .swiper-pagination-bullet-active{
    opacity: 1;
}

.prouct-why-ussec{
    padding:5rem 0;
    position:relative;
}

.produ-why-items {
    position: relative;
    background: #f8f8f8;
    border-radius: 4px;
    height: 100%;
    padding: 25px;
    overflow: hidden;
    z-index: 1;
}

/* Hover background layer */
.produ-why-items::before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, #183884 0%, #312f3b 100%);
    transform: translateY(101%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.produ-why-items:hover::before, .produ-why-items.active::before {
    transform: translateY(0);
}

/* Decorative shape */
.produ-why-items::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    right: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0; /* stays above overlay */
}

/* Icon & content stay above overlay */
.produ-why-items .pro-why-icon,
.produ-why-items .pro-why-content {
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease-in-out;
}
.produ-why-items .pro-why-icon{
    margin-bottom:55px;
}
.produ-why-items:hover .pro-why-icon img, .produ-why-items.active .pro-why-icon img{
    filter: brightness(0.5) invert(1);
}

/* Background shapes per card */
.prouct-why-ussec .row .col-lg-3:nth-child(1) .produ-why-items::after {
    background-image: url(../images/bg/service-item-bg-shape-1-royal.svg);
}

.prouct-why-ussec .row .col-lg-3:nth-child(2) .produ-why-items::after {
    background-image: url(../images/bg/service-item-bg-shape-2-royal.svg);
}

.prouct-why-ussec .row .col-lg-3:nth-child(3) .produ-why-items::after {
    background-image: url(../images/bg/service-item-bg-shape-3-royal.svg);
}

.prouct-why-ussec .row .col-lg-3:nth-child(4) .produ-why-items::after {
    background-image: url(../images/bg/service-item-bg-shape-4-royal.svg);
}

.produ-why-items:hover::after, .produ-why-items.active::after{
    filter: brightness(0) invert(1);
}

/* Text styles */
.produ-why-items .pro-why-content .pro-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.produ-why-items .pro-why-content p {
    margin: 0;
    font-size: 15.5px;
    transition: color 0.3s ease;
}

.produ-why-items:hover .pro-why-content .pro-title,
.produ-why-items.active .pro-why-content .pro-title, 
.produ-why-items:hover .pro-why-content p, 
.produ-why-items.active .pro-why-content p {
    color: #fff;
}
.key-number-tems{
    text-align:center;
    position:relative;
}
.key-number-main{
    border-radius: 12px;
    background: #251819;
    padding: 60px 20px;
    /*margin-bottom: -100px;*/
    position: relative;
    
}
.key-number-tems .key-number-title span {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.key-number-tems .key-number-title .ky-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.key-number-main .col-lg-3:not(:last-child) .key-number-tems:before{
    position:absolute;
    content:"";
    right:-20px;
    top:0;
    height:100%;
    width:10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/separator.svg);
    opacity: 0.15;
}
.produc-cta-sec{
       padding: 0;
    margin-top: -5rem;
}
.produc-testimon-sec{
    position: relative;
    padding: 5rem 0 10rem;
    background-color: #f5f5f7;
    border-radius: 12px;
    /*margin: 0 20px;*/
}
.produc-testi-items p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:6; /* number of lines */
  overflow: hidden;
}
.produc-testimon-sec:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/pattern-2.svg);
    filter: brightness(0);
}
.produc-testimon-sec:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg/pattern-3.svg);
    filter: brightness(0);
}
.produc-testi-items{
       background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 45px 26px 35px;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.produc-testi-items .produc-testi-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 30px;
    border-top: 1px dashed #18388459;
}

.produc-testi-items .produc-testi-title span{
    font-size:20px;
    font-weight:600;
}

.produc-testi-items .test-icon i{
    color:#183884;
    font-size:40px;
}

.produc-testiswiper .swiper-button-next:after, .produc-testiswiper .swiper-button-prev:after{
    position: absolute;
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid #8f949f57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.produc-testiswiper .swiper-button-next:hover:after,
.produc-testiswiper .swiper-button-prev:hover:after{
    background-color:#183884;
    color:#fff;
}
.produc-testiswiper .swiper-button-prev{
    top: 25px;
    right: 100px;
    left: unset;
}
.produc-testiswiper .swiper-button-next{
   top: 25px;
}
.produc-testiswiper .swiper-wrapper{
    margin:50px 0 50px;
}

.produc-testiswiper .swiper-slide-active .produc-testi-items{
    border-color: #183884;
}

.cta-produc-main .cta-img-product img{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width:100%;
   
}
.cta-produc-main{
    background:#12131a;
    border-radius: 20px;
    align-items: center;
    margin: 0;
    z-index: 1;
    position: relative;
}
.cta-produc-main .col-lg-6{
    padding:0;
}

.cta-content-product{
    padding:50px 20px 50px 50px;
}

.cta-content-product .sec-big-title{
    color:#fff;
}

.cta-content-product .produn-int-btn{
    background-color:#fff;
}

.cta-content-product .produn-int-btn .produn-btn-text span{
    color:#000;
}

.cta-content-product p{
    color:#fff;
}

.produc-faq-sec{
    padding:5rem 0 10rem;
}


 .accordion-item{
	border: 2px solid #0e384c1a;
    border-radius: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #0e384c1a !important;
}

 .accordion-item:last-child{
	margin-bottom: 0;
}

 .accordion-item .accordion-button::after,
 .accordion-item .accordion-button.collapsed::after{
    content: "\f104";
    position: absolute;
    right: 15px;
    bottom: auto;
    background-image:unset;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
    border-radius: 50%;
    background-color: #183884;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: flaticon_normal-icon !important;
}
.accordion-button:not(.collapsed)::after{
    background-color: #f3ae00;
}
 
 .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 20px 50px 20px 20px;
	border-radius:10px;
}
 .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
}
 .accordion-body{
	padding: 0 20px 20px 20px;
}
 .accordion-body p{
	margin: 0;
}
 .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: none;
}

.faq-points-box{
         margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.faq-points-box li {
    line-height: 1.6;
    position: relative;
    font-size: 16px;
    width: 48%;
}
.faq-points-box li:before{
       position: absolute;
    font-family: flaticon_normal-icon !important;
     content: "\f131";
    left: -28px;
    top: 4px;
    color: #fff;
    background-color:#183884;
    transition: 0.5s;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
}


.mySwiper-banner .swiper-button-next:after,
.mySwiper-banner .swiper-button-prev:after{
        position: absolute;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 20px;
    color: #fff;
}

.proudct-intero-sec .sec-big-title{
    font-size:44px;
}

.produc-testiswiper .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 8px;
    background-color: #183884;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.produc-testiswiper .swiper-pagination-bullet-active{
    width:54px;
    opacity: 1;
}
.accordion-button:focus {
    box-shadow: unset;
}
.idealapplica-wiper .swiper-slide{
    height:auto;
}
.cta-include-btn{
    display:flex;
    gap:8px;
    margin-top:1.5rem;
}
.product-tabsy-sec{
    padding: 4rem 0;
    background: #f8f8f8;
}
.cta-include-btn .produn-int-btn .produn-btn-icon{
    width:39px;
    height:39px;
}
.cta-include-btn .produn-int-btn .produn-btn-icon i{
    font-size:16px;
}
.cta-include-btn .produn-int-btn{
    padding: 2px 2px 2px 10px;
    margin:0;
}
.list-swiper li{
    font-size: 14px;
        list-style: disc;
}
.list-swiper{
    padding-left:1rem;
    margin:5px 0;
}
.dropdown-menu li:has(a.active) {
  background: #183884;
}
.dropdown-menu li a.active{
    color:#fff;
}
.feature-images img{
    /*height:546px;*/
    width:100%;
    object-fit:cover;
}

.profes-sional-tab-sec{
    padding:5rem 0;
    position: relative;
    background: #f8f8f8;
}


.auvideo-menu {
  display: flex;
  justify-content: center;
  gap: 14px;
  border: none;
  margin-bottom:45px;
}

.auvideo-menu .nav-link {
  border: none;
  border-radius: 40px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
 color: #000;
  background: rgba(24, 56, 132, 0.08);
  transition: all 0.35s ease;
  position: relative;
}


.auvideo-menu .nav-link.active {
  background: #183884;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(24, 56, 132, 0.25);
}

.auvideo-menu .nav-link:focus {
  box-shadow: none;
}


.auvideo-ards-box .auvideo-box-cont .auvid-title{
    font-size: 18px;
    font-weight: 600;
}

.auvideo-ards-box .auvideo-box-cont p{
    margin:0;
    font-size:15px;
}

.auvideo-ards-box{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 10px;
    height: 100%;
    background: #fff;
}

.auvideo-ards-box .auvideo-img img{
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
    width:100%;
}
.auvideo-ards-box .auvideo-img{
    margin-bottom:15px;
    padding-left:1px;
}

.auvideo-content .row{
    row-gap:25px;
}

.contact-sec-main{
    padding:5rem 0 10rem;
    position:relative;
}

.contact-nfor-box li .conat-detail{
    margin-right: 40px;
    position: relative;
}

.contact-nfor-box{
    padding: 0;
    margin: 20px 0 0;
}

.contact-nfor-box li .conat-detail:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color:#183884;
    border-radius: 50%;
    opacity: 0.1;
    right: -10px;
    top: 20px;
    z-index: -1;
}
.contact-nfor-box li{
    display: flex;
}
.contact-nfor-box li .conat-detail img{
    filter: invert(15%) sepia(36%) saturate(4510%) hue-rotate(213deg) brightness(97%) contrast(92%);
    height:40px;
    width:40px;
    min-width:40px;
}

.contact-nfor-box li .conat-detail-tile span{
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #676767;
}

.contact-nfor-box li .conat-detail-tile p,
.contact-nfor-box li .conat-detail-tile a{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#000;
}

.contact-nfor-box li:not(:last-child){
    margin-bottom:35px;
}

.contct-form-box{
    padding: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #eff0f1;
}

.conatc-infofeild .contact-btn{
     padding: 16px 40px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 700; 
    color: #fff;
    background-color:#183884;
    position: relative;
    z-index: 11;
    overflow: hidden;
    border: transparent;
    transition: all 0.3s;
    border-radius:5px;
    margin-top:20px;
}

.conatc-infofeild .contact-btn:before{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #171422;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    z-index: -1;
}
.conatc-infofeild .contact-btn:hover:before{
    width:100%;
}
.conatc-infofeild .contact-btn i{
    padding-left: 7px;
    font-size: 16px;
    position: relative;
    top: 4px;
}

.conatc-infofeild .contact-feild{
    padding: 16px 25px;
    background-color: #fff;
    outline: none;
    border: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #676767;
}

.contct-form-box .contct-title{
    font-size:25px;
    margin-bottom:20px;
}

.abouu-itro-sec{
    padding:5rem 0;
    position:relative;
}
.key-number-about{
    margin-top:50px;
}
.about-imgbox-left img, .about-imgbox-right img{
    width:100%;
    aspect-ratio: 1 / 1.581;
    object-fit: cover;
}
.about-img-main{
    position:relative;
    margin-right:30px;
}
.about-img-main .row .col-lg-5:nth-child(3){
    margin-top:50px;
}
.about-img-main .row{
    justify-content: center;
}

.about-img-main .about-logo img{
    border-radius:50%;
    
}
.about-img-main .about-logo{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    margin: auto 0;
    height: 120px;
    z-index: 2;
    
}


.abouu-itro-sec .row .col-lg-6:nth-child(2){
     margin-top:50px;
}

.about-imgbox-left, .about-imgbox-right{
    display: block;
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    mask-image: url(../images/bg/about-intro-bg.svg);
    background-image: url(../images/bg/about-intro-bg.svg);
    overflow:hidden;
}

.key-number-about .built-box{
    font-size: 35px;
    font-weight: 800;
    margin: 0 auto 60px;
    text-align: center;
    width: 76%;
}

.key-number-box .key-title{
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px; 
    position:relative;
    margin-bottom: 20px;
}

.key-number-box .key-title:before{
    position: absolute;
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.key-number-box .cunter-box span{
    font-size: 35px;
    font-weight: 700;
}

.key-number-box p{
    border-top: 1px solid #0a11191a;
    padding-top: 20px;
    margin: 20px 0 0 0;
}

.mission-vission-sec{
       position: relative;
    background-image: url(../images/bg/why-choose-us-bg-royal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 64vh;
    min-height: 683px;
    align-content: end;
    padding: 180px 0 80px;
    overflow: hidden;
    z-index: 1;
}

.mission-vission-sec::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(5, 28, 44, 0.30) 0%, rgba(5, 28, 44, 0.80) 90%);
    width: 100%;
    height: 100%;
    z-index: -1;
}


.mision-box .iocn-box{
    position: relative;
    display: inline-flex;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    max-height: fit-content;
    border: 3px solid #fff;
}

.mision-box .iocn-box .misi{
    width: 80px;
    height: 80px;
    background: #ffffff1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 50%;
    font-size: 21px;
    align-content: center;
    border: 5px solid #2e4452;
}
.mision-box{
    display: flex;
    gap: 20px;
    position:relative;
}

.mision-box .iocn-box img{
    min-width:50px;
    filter: brightness(0) invert(1);
}

.mision-box .title-box .title-vis{
    color:#fff;
    font-size:23px;
    font-weight:600;
}

.mision-box .title-box p{
    color:#fff;
    font-weight:500;
    margin:0;
}

.core-principles-sec{
    padding: 5rem 0;
    position: relative;
    background-color: #f8f8f8;
}

.principl-left-box .princi-iocn{
   width: 80px;
    min-width: 80px;
    height: 80px;
    background: linear-gradient(-45deg, rgb(24 56 132 / 43%) 0%, rgb(24 56 132 / 9%) 50%, rgb(24 56 132 / 64%) 100%);
    border-radius: 50%;
    border: 1px solid rgb(24 56 132 / 47%);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.principl-left-box .princi-iocn img{
    filter: invert(15%) sepia(36%) saturate(4510%) hue-rotate(213deg) brightness(97%) contrast(92%);
}

.principl-left-box{
    display: flex;
    gap: 20px;
    align-items: center;
}

.principl-left-box .prince-title{
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.core-princip{
    background: #ffffff;
    position: relative;
    border-radius: 12px;
    padding: 40px 40px 40px 30px;
}

.core-principles-sec .container .core-princip:not(:last-child){
    margin-bottom:20px;
}

.core-princip .principla-box p{
    margin:0;
}

.indust-serve-sec{
    padding:5rem 0 12rem;
    position:relative;
    background-color: #171422;
}

.indust-serve-sec .sec-small-title,
.indust-serve-sec .sec-big-title, .indust-serve-sec p{
    color:#fff;
}

.indust-serve-box{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 50px;
    list-style: none;
    padding: 0;
    margin:50px 0 auto;
    gap:25px;
}

.indust-serve-box li{
        position: relative;
    background: #ffffff1a;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 100px;
    font-weight: 600;
    line-height: 1.25em;
    color: #ffffff;
    padding: 15px 20px 15px 50px;
    transition: all 0.4s ease-in-out;
}

.indust-serve-box li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/svg/icon-sparkle.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease-in-out;
}

.across-tamilnadu-box{
    background: #ffffff;
    border: 1px solid #0a11191a;
    border-radius: 4px;
    padding: 40px;
    margin-top: -100px;
    position: relative;
}

.deliver-points{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.deliver-points li{
    position: relative;
    /*width: calc(50% - 10px);*/
    line-height: 1.5em;
    padding-left: 30px;
}

.deliver-points li::before {
    font-family: flaticon_normal-icon !important;
    content: "\f1ab";
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    background-color: #183884;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
}

.abou-why-choose{
    padding: 5rem 0 10rem;
    position: relative;
    background-color: #f8f8f8;
}

.about-why-box{
    height: 100%;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding:30px;
}

.about-why-box .ab-why-icon{
    margin-bottom:30px;
}
.about-why-box .ab-why-icon img{
    filter: invert(15%) sepia(36%) saturate(4510%) hue-rotate(213deg) brightness(97%) contrast(92%);
}
.about-why-box p{
    margin:0;
}

.about-why-box:hover .ab-why-icon img{
    animation: gelatine 0.6s;
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}

.about-why-box .why-title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-why-box:hover{
     background-color:#183884;;
}

.about-why-box:hover .why-title, .about-why-box:hover  p{
    color:#fff;
}

.about-why-box:hover .ab-why-icon img{
      filter: brightness(0.5) invert(1);
}

.across-tamilnadu-sec{
    padding:0 0 5rem;
    background: #f8f8f8;
}






/*#circle-about svg { */
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 36%;*/
/*    margin: auto 0;*/
/*    width: 340px;*/
/*    z-index: 10;*/
/*    height: 340px;*/
/*    animation-name: rotate;*/
/*    animation-duration: 7s;*/
/*    -webkit-animation-iteration-count*/
/*Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.*/
/*: infinite;*/
/*    -moz-animation-iteration-count: infinite;*/
/*    -ms-animation-iteration-count: infinite;*/
/*    -o-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-timing-function: linear;*/
/*    -moz-animation-timing-function: linear;*/
/*    -ms-animation-timing-function: linear;*/
/*    -o-animation-timing-function: linear;*/
/*    animation-timing-function: linear;*/
/*    -webkit-animation-direction: reverse;*/
/*    animation-direction: reverse;*/
/*}*/

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
}

@keyframes rotate {
    from { transform: rotate(360deg); }
}


#circle-about svg textPath {
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #fff;
}
.call-icons{
    display:none;
}



.badge {
    width: 590px;
    height: 590px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  /* Rotating circular text ring */
  .badge__ring {
    position: absolute;
    inset: 0;
    animation: spin 8s linear infinite;
  }

  .badge__ring svg {
    width: 25%;
    height: 100%;
  }

  .badge__ring text {
   
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.8px;
    fill: #ffffff;
    text-transform: uppercase;
  }

  /* Inner circle */
  .badge__inner {
        position: absolute;
    inset: 37%;
    /* background: #1a5c45; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    width: 150px;
    height: 150px;
  }
  
  /*@media(min-width : 1300px) and (max-width : 4000px){*/
  /*    .badge__inner{*/
  /*      left: 35.5%;*/
  /*    }*/
  /*}*/

  /* Arrow icon */
  .badge__icon {
    width: 52%;
    fill: #ffffff;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  
  
  
.enqury-sec-main {
  padding : 5rem 0 10rem;
}
.multi-select-product  .checkbox-list label input[type="checkbox"] {
  width : 15px;
  vertical-align : middle;
  height : 15px;
  margin-bottom : 0;
  margin-right : 10px;
  border-radius : 50%;
}
.multi-select-product  .checkbox-list {
  display : flex;
  flex-wrap : wrap;
  row-gap : 10px;
}
.multi-select-product  .checkbox-list label {
  width : 33.33%;
  cursor : pointer;
}
.selected-products {
  padding : 16px 25px;
  background-color : #fff;
  outline : none;
  border : 1px solid #e7e7e7;
  width : 100%;
  border-radius : 5px;
  color : #676767;
  margin-bottom : 20px;
}
.multi-select-product .checkbox-list label {
  display : block;
  padding : 8px 12px;
  cursor : pointer;
  transition : background 0.3s;
}
  .multi-select-product .checkbox-list label : hover {
  background : #f5f5f5;
}
.multi-select-product .checkbox-list input[type="checkbox"] {
  margin-right : 10px;
}
.multi-select-product .product-count-badge {
  display : inline-block;
  background : #183884;
  color : white;
  padding : 2px 10px;
  border-radius : 5px;
  font-size : 14px;
  font-weight : bold;
  margin-right : 5px;
  transition : all 0.8s ease;
}
.multi-select-product  .product-count-text {
  font-size : 14px;
  color : #666;
  transition : opacity 0.8s ease;
}
.multi-select-product .product-names-list {
  margin-top : 10px;
  transition : all 1s ease;
  opacity : 0;
}
.multi-select-product .product-names-list.show {
  opacity : 1;
}
  .multi-select-product .product-name-item{
      display : inline-block;
  background : #e9ecef;
  padding : 4px 12px;
  margin : 0 5px 5px 0;
  border-radius : 15px;
  font-size : 13px;
  color : #495057;
  opacity : 0;
}
.other-products-section.oter-pucts-sion {
    padding: 0 !important;
}

.specifi-cation-sec{
    padding:5rem 0;
    position:relative;
}

.our-client-brand.product-clients-logo{
    border: 1px solid #eff0f1;
    padding: 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 18, 34, 0.8);
    backdrop-filter: blur(3px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Popup Form */
.product-popupfrom {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(24, 56, 132, 0.2);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding:25px;
}

.product-popupfrom.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Popup Header */
.product-popupfrom .popup-header {
    margin-bottom:20px;
}

.product-popupfrom .popup-close-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #f5f7fb;
    border: none;
    color: #171422;
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.product-popupfrom .popup-close-btn:hover {
    background: #183884;
    color: white;
}

.product-popupfrom .conatc-infofeild .contact-btn{
    margin:0;
    width:100%;
    text-align:center;
}

.product-popupfrom  .conatc-infofeild .contact-feild{
    margin-bottom: 15px;
    padding:13px;
}

.product-popupfrom .enquty-titleen{
    font-size:25px;
    font-weight:600;
}


.msc-wrapper {
    position: relative;
    width: 100%;
  }

  .msc-trigger {
    width: 100%;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    /* Inherits your .contact-feild styles via JS clone */
  }

  .msc-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    z-index: 1050;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  }

  .msc-dropdown.show { display: block; }

  .msc-search {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .msc-search input {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 5px 10px;
    font-size: 0.875rem;
    outline: none;
  }

  .msc-search input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,0.2);
  }

  .msc-actions {
    padding: 6px 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 12px;
  }

  .msc-actions button {
    background: none;
    border: none;
    font-size: 0.8rem;
    color: #0d6efd;
    cursor: pointer;
    padding: 0;
  }

  .msc-actions button:hover { text-decoration: underline; }

  .msc-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
  }

  .msc-list li label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #212529;
    margin: 0;
    transition: background 0.12s;
  }

  .msc-list li label:hover { background: #f0f6ff; }

  .msc-list li input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #0d6efd;
    flex-shrink: 0;
    cursor: pointer;
  }

  .msc-list li.msc-hidden { display: none; }

  .msc-count-badge {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    border-radius: 10px;
    font-size: 0.7rem;
    padding: 1px 7px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .cliewn-list{
      padding:3rem 0 ;
      position:relative;
      margin-bottom:3rem;
  }
  
  .wtc-section .zig-zag-secto:not(:last-child){
      margin:5rem 0;
  }
  .contct-mum{
      padding-top:7px;
  }
  .footer-head-tag hr{
      color:#fff;
  }
  .footer-personal-info li{
      color:#fff;
  }
  .erroe-page h1{
         font-size: 21rem;
    font-weight: 700;
    color:#183884;
  }
  .erroe-page{
          padding: 0 0 10rem;
          text-align:center;
  }
  .erroe-page h4{
      font-size: 3rem;
    font-weight: 500;
    margin-top: -3rem;
  }
 .erroe-page p {
          width: 57%;
    margin: auto;
  }