@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


a{
    text-decoration:none;
}
button{
     font-family: "Plus Jakarta Sans", sans-serif;
}

section{
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
}
.bi-arrow-right , .bi-chevron-right{
    display: inline-block;
    transition: 0.5s;
    font-weight: bold;
    margin-left: 5px;
}
p{
    font-size: 15px;
}


/*==================================================
  HEADER
==================================================*/

.sec-1{
    position:relative;
    z-index:99999;
    background:#fff;
    overflow:visible !important;
}

.navbar{
    position:relative;
    z-index:99999;
    padding:18px 0;
    overflow:visible !important;
}

.navbar .container,
.navbar .container-fluid,
.navbar-collapse,
.navbar-nav{
    position:static;
    overflow:visible !important;
}

/*==================================================
LOGO
==================================================*/

.sec-1-logo img{
    width:80%;
    max-width:220px;
}

/*==================================================
MENU
==================================================*/

.nav-item{
    position:relative;
    font-size:16px;
}

.nav-link{
    padding:10px !important;
    color:#222 !important;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}

.nav-link:hover,
.nav-item:hover>.nav-link,
.nav-link.active{
    color:#00A5E5 !important;
}

/*==================================================
BUTTON
==================================================*/

.sec-1-btn{
    background:#00A5E5;
    border:1px solid #00A5E5;
    border-radius:10px;
    padding:10px 22px;
    transition:.3s;
}

.sec-1-btn:hover{
    background:#fff;
}

.sec-1-a{
    color:#fff;
    text-decoration:none;
}

.sec-1-btn:hover .sec-1-a{
    color:#00A5E5;
}

/*==================================================
DROPDOWN
==================================================*/

.navbar .dropdown{
    position:relative;
}

.navbar .dropdown-menu{
    min-width:260px;
    border:none;
    border-radius:12px;
    padding:10px 0;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    z-index:999999;
}

.navbar .dropdown-item{
    padding:12px 22px;
    color:#222;
    font-size:15px;
    transition:.3s;
}

.navbar .dropdown-item:hover{
    background:#00A5E5;
    color:#fff;
}

/*==================================================
DESKTOP
==================================================*/

@media(min-width:992px){

.navbar .dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
}

.navbar .dropdown:hover>.dropdown-menu{
    display:block;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    display:none;
    position:absolute;
    top:0;
    left:100%;
    min-width:260px;
}

.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}

.dropdown-submenu>.dropdown-toggle::after{
    content:"";
    float:right;
    width:7px;
    height:7px;
    margin-top:8px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    transform:rotate(45deg);
}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:991px){

.navbar-collapse{
    background:#fff;
    padding:15px;
    border-top:1px solid #eee;
}

.navbar-nav{
    gap:0 !important;
}

.nav-item{
    width:100%;
}

.nav-link{
    padding:12px 0 !important;
}

.navbar .dropdown-menu{
    display:none;
    position:static;
    min-width:100%;
    margin:0;
    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;
    background:#fff;
}

.navbar .dropdown-menu.show{
    display:block;
}

.navbar .dropdown-item{
    padding:12px 20px;
    border-bottom:1px solid #f1f1f1;
}

.dropdown-submenu>.dropdown-menu{
    display:none;
    position:static;
    padding-left:15px;
    background:#f8f8f8;
    box-shadow:none;
}

.dropdown-submenu>.dropdown-menu.show{
    display:block;
}

.dropdown-submenu>.dropdown-toggle::after{
    display:none;
}

.sec-1-btn{
    width:100%;
    margin-top:15px;
}

}

/*==================================================
  SLIDER FIX
==================================================*/

.fab-owl-slider-section{

    position:relative;

    z-index:1 !important;

}

.owl-carousel,

.owl-stage-outer,

.owl-stage,

.owl-item{

    z-index:1 !important;

}

.fab-os-slide::before{

    z-index:1;

}

.fab-os-content{

    position:relative;

    z-index:2;

}

/* Section 2 */
/* .sec-2{
    background-image: url(img/sec-2-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 80px 0px;
} */

.sec-2{
    background-image: url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-2-bg-img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 250px 0px 80px 0px;
}

.sec-2 .row{
    color: white;
}

.sec-2-h1{
    font-size: 45px;
    font-weight: 700;
    width: 100%;
}
.sec-2-p1{
    width: 85%;
    margin: 30px 0px;
    font-size: 16px;
}
.sec-2-btn{
    background-color: #00A5E5;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border: #00A5E5 solid 1px;
    border-radius: 10px;
    transition: 0.5s;
}
.sec-2-btn:hover{
    background-color: transparent;
    color: #00A5E5;
    transition: 0.5s;
}
.sec-2-btn:hover .bi-arrow-right{
    transform: translateX(10px);
    transition: 0.5s;
}
.sec-2-col-2{
    display: flex;
    gap: 25px;
    color: #CACACA;
    border: white solid 1px;
    border-radius: 10px;
    width:fit-content;
    padding: 10px 0px 10px 20px;
    margin-top:150px;
    cursor: pointer;
}
.sec-2-col-2:hover .bi-arrow-right{
    transform: translateX(15px);
    transition: 0.5s;
}



/* Section 3 */
.sec-3{
    background-image: url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-3-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 0px 50px 150px 0px;
}
.sec-3-img1-home{
    width: 60%;
    position: relative;
    margin-left: 150px;
    margin-top: 150px;
}
.sec-3-img1-home img{
    width: 100%;
}
.sec-3-img1-home::before{
    content: "";
    position: absolute;
    right: 150px;
    bottom: 100px;
    width: 100%;
    height: 100%;
    
    background-image: url(img/sec-3-img2.png);
    background-repeat: no-repeat;
    background-size: contain; /* or 100% 100% */
}
.sec-3-contant-h1{
    color: white;
    opacity: 0.1;
    font-size: 90px;
    font-weight: bold;
}
.sec-3-contant-h2{
    font-weight: bold;
    font-size: 40px;
    width: 65%;
}
.sec-3-contant-p{
    width: 78%;
    margin: 20px 0px;
    font-size: 16px;
}
.sec-3-contant-btn{
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 15px 25px;
    transition: 0.5s;
    font-weight: 600;
}
.sec-3-contant-btn:hover{
    background-color: white;
    color: #0D5977;
    transition: 0.5s;

}
.sec-3-contant-btn:hover .bi-arrow-right{
    transform: translateX(15px);
    transition: 0.5s;
}





/* Section 4 */
.sec-4-home{
    margin: 100px 50px;
    padding-bottom: 16px;
}
.sec-4-card1{
    background-color: #F7F7F7;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
}
.sec-4-h5{
    color: #0D9ED9;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec-4-p1{
    color: #4E4E4E;
    margin: 10px 0px;
    font-size: 16px;
}
.sec-4-btn{
    background-color: transparent;
    color: #004166;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
        margin-top: 11px;
}
.sec-4-btn:hover .bi-chevron-right{
    transform: translateX(10px);
    transition: 0.5s;
}
.sec-4-img1 img{
    width: 100%;
}
.sec-4-btn2{
    background-color: white;
    color: black;
    font-weight: 600;
    border: black solid 1px;
    border-radius: 10px;
    padding: 15px 30px;
    transition: 0.5s;
    margin-top: 50px;
}
.sec-4-btn2:hover{
    background-color: black;
    color: white;
    transition: 0.5s;
}
.sec-4-btn2:hover .bi-arrow-right{
    transform: translateX(15px);
    transition: 0.5s;
}




/* Section 5 */
.sec-5-h5{
    color: #00A5E5;
}
.sec-5-p{
    font-size: 61px;
}
.sec-5-p2{
    color: #4E4E4E;
    font-size: 15px;
    width: 85%;
}




/* Section 6 */
.sec-6{
    margin-top: 100px;
    margin-bottom: 50px;
}
.sec-6-flex{
    display: flex;
}
.sec-6-col-1{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-6-bg-img11.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 202PX 50px 30px 150px;
    margin: auto;
    width: 100%;
    margin-top: 79px;
}

.sec-6-col-1-p1{
    width: 90%;
}

.sec-6-btn{
    background-color: transparent;
    color: white;
    font-weight: 600;
    border: white solid 1px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: 0.5s;
}
.sec-6-btn:hover{
    background-color: #00A5E5;
    color: black !important;
    border: #00A5E5 solid 1px;
    transition: 0.5s;
}


.sec-6-btn:hover .bi-arrow-right{
    transform: translateX(15px);
    transform: rotate(-20deg);
    transition: 0.5s;
}

.sec-6-col-2{
    background-image:url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-6-bg-img2.png");
    background-repeat: no-repeat;
    background-size: 100vh;
    width: 100%;
    height: 600px;
    padding-top: 50px;
    padding-left: 50px;
}

.newSwiper{
    height: 450px;
}

.newSwiper .swiper-slide{
    height: auto;
}

.sld-img{
    width: 60%;
}
.sld-img img{
    border-radius: 10px;
    width: 100%;
}





/* Section 7 */
.sec-7{
    margin-bottom: 50px;
}
.sec-7-p1{
    width: 45%;
    font-size: 15px;
}
.sec-7 .row{
    margin-top: 50px;
}
.sec-7-img1{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.sec-7-img1:hover{
    background-size: cover;
}

.sec-7-img2{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 15px;
    cursor: pointer;
}

.sec-7-img3{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.sec-7-img4{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img4.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.sec-7-img5{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img5.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

.sec-7-img5{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img5.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.sec-7-img6{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/07/sec-7-img6.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.sec-7-img7{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/08/sec-7-img7.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.sec-7-img8{
    background-image:linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.10) 65%,
        rgba(0,0,0,0) 100%
    ), url("https://grance.in/fabtex-newsite/wp-content/uploads/2026/08/sec-7-img8.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 20px 1px 20px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.sec-7-col2{
    margin-top:-130px ;
}
.sec-7-col3{
    margin-top: -100px;
}
.sec-7-p2{
    font-weight: 500;
    font-size: 15px;
}






/* Section 8 */
.sec-8{
    background-image: url(img/sec-8-bg-img.png);
    padding: 100px 0px;
}


.sec-8-img img{
    width: 100%;
}

.sec-8-contant{
    margin-top: 50px;
}
.sec-8-p{
    font-size: 17px;
    width: 90%;
    margin: 20px 0px;
    color: #2C2C2C; 
}
.sec-8-btn{
    background-color: transparent;
    color: #00A5E5;
    font-weight: 600;
    border: #00A5E5 solid 1px !important;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    transition: 0.5s;
}

.sec-8-btn a{
    background-color: transparent;
    color: #00A5E5 ;
   
}
.sec-8-btn:hover{
    background-color: #00A5E5 !important;
    color: #fff !important;
    transition: 0.5s;
}
.sec-8-btn a:hover{
    background-color: #00A5E5 !important;
    color: #fff !important;
    transition: 0.5s;
}



/* Section 9 */
.sec-9{
    margin: 50px 0px;
}

.sec-9-img1{
    width: 40%;
    margin: auto;
}
.sec-9-img1 img{
    width: 100%;
}
.sec-9-p1{
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.sec-9-p2{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.sec-9-img2{
    margin: auto;
    width: 20%;
}
.sec-9-img2 img{
    width: 100%;
}

.sec-9-contant{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}



/* Section 10 */
.sec-10{
    margin: 100px;
}
.sec-10-p1{
    width: 100%;
}
.sec-10-p1 p{
    font-size: 25px;
    width: 100%;
}

.sec-10-img1{
    width: 100%;
    height: 100%;
}

.sec-10-img1 , .sec-10-img2 , .sec-10-img3 , .sec-10-img4 , .sec-10-img5 , .sec-10-img6{
    width: 70%;
}
.sec-10-img1 img , .sec-10-img2 img , .sec-10-img3 img , .sec-10-img4 img , .sec-10-img5 img , .sec-10-img6 img{
    width: 100%;
}

.sec-10-img2{
    width: 50%;
    height: 100%;
}

.sec-10-img3{
    width: 50%;
    height: 100%;
}



/* Section 11 */
.sec-11{
    margin: 50px 0px;
    padding-bottom: 50px;
}
.sec-11-heading{
    margin-bottom: 50px;
}
.sec-11-btn1{
    background-color: white;
    color: #00A5E5;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #00A5E5;
    border-radius: 10px;
    padding: 10px 30px ;
    transition: 0.5s;
}
.sec-11-btn1:hover{
    background-color: #00A5E5;
    color: #fff;
    transition: 0.5s;
}

.sec-11-img1{
    width: 100%;
    height: 70%;
}
.sec-11-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-11-p1{
    color: #434343;
    font-size: 15px;
    margin: 15px 0px 20px 0px;
}

.sec-11-p2{
    color: #828282;
    font-size: 15px;
}

.sec-11-img2{
    width: 100%;
}
.sec-11-img2 img{
    width: 90%;
}

.sec-11-img3{
    width: 100%;
}
.sec-11-img3 img{
    width: 100%;
}

.newSwiper3{
    height: 500px; /* Adjust as needed */
    overflow: hidden;
}

.newSwiper3 .swiper-wrapper{
    height: 100%;
}

.newSwiper3 .swiper-slide{
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

.newSwiper3 .swiper-slide > div{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.sec-11-p4{
    margin-top: 30px;
}



/* Section 12 */
.sec-12{
    background-color: #F6F6F6;
    padding: 30px 0px;
}
.sec-12-img img{
    width: 100%;
}

.sec-12-contant{
    margin: 0 auto;
}
.sec-12-h3{
    font-size: 35px;
}
.sec-12-p{
    width: 80%;    
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
}
.sec-12-btn{
    background-color: black;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    
    border-radius: 10px;
    transition: 0.5s;
}
.sec-12-btn:hover{
    background-color: transparent;
    color: #00A5E5;
    transition: 0.5s;
}

.sec-12-img{
    width: 50%;
    margin: auto;
}

.sec-12-img img{
    width: 100%;
}




/* Section 13 */
.sec-13{
    background-color: #007AAB;
    padding: 20px 0px;
}

.sec-13 i{
    color:#fff;
}




.sec-12-p2{
    margin: 0px;
    margin-top: 10px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    font-weight: 500;
}

.sec-12-p2:hover{
    opacity: 0.7;
}

.sec-12-p3{
    margin: 0px;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 15px;
    display:block;
}




/* Section 14 */
.sec-14{
    background-color: #00658E;
}
.sec-14-p1{
    color: #DADADA;
    font-size: 11px;
}
.sec-14-p2{
    color: #DADADA;
    margin: 0px;
    font-size: 6px;
}
.sec-14-p3{
    color: #fff;
    margin: 0px;
    font-size: 10px;
}
.sec-14-span{
    color: #00A5E5;
    cursor: pointer;
}
.sec-14-span:hover{
    text-decoration: underline;
}

/* new home slider */

:root{
    --fab-pink:#49b1da;
    --fab-pink-dark:#00A5E5;
    --fab-white:#ffffff;
  }

  .fab-owl-slider-section *{
    box-sizing:border-box;
  }

  .fab-owl-slider-section{
    position:relative;
    width:100%;
    font-family:'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow:hidden;
    background:#000;
  }

  .fab-os-slide{
    position:relative;
    width:100%;
    height:92vh;
    min-height:442px;
    max-height:718px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
  }

  .fab-os-slide::before{
    content:"";
    position:absolute;
    inset:0;
   background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(0, 29, 41, 0.51) 24.96%, #005070 100%);

    z-index:1;
  }

  .fab-os-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 40px;
    color:var(--fab-white);
  }

  .fab-os-title{
    font-size:clamp(28px, 4vw, 52px);
    font-weight:800;
    line-height:1.15;
    max-width:680px;
    margin:0 0 18px 0;
    text-shadow:0 2px 10px rgba(0,0,0,0.35);
  }

  .fab-os-desc{
    font-size:clamp(14px, 1.2vw, 17px);
    line-height:1.6;
    max-width:520px;
    margin:0 0 28px 0;
    color:rgba(255,255,255,0.9);
    font-weight:400;
  }

  .fab-os-cta-group{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
  }

  .fab-os-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 26px;
    border-radius:32px;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    border:2px solid transparent;
    cursor:pointer;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .fab-os-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
  }

  .fab-os-btn--primary{
    background:var(--fab-pink);
    color:#fff;
  }
  .fab-os-btn--primary:hover{ background:var(--fab-pink-dark); }

  .fab-os-btn--secondary{
    background:#fff;
    color:var(--fab-pink);
  }

  /* ---- Owl Carousel overrides ---- */
  .fab-owl-slider-section .owl-carousel .owl-stage-outer,
  .fab-owl-slider-section .owl-carousel .owl-stage,
  .fab-owl-slider-section .owl-carousel .owl-item{
    height:100%;
  }

  .fab-owl-slider-section .owl-carousel,
  .fab-owl-slider-section .owl-carousel .owl-item{
    height:92vh;
    min-height:442px;
    max-height:718px;
  }

  .fab-owl-slider-section .owl-nav{
    display:none; /* using our own custom arrows instead of default owl nav markup */
  }

  .fab-owl-slider-section .owl-dots{
    position:absolute;
    left:50%;
    bottom:28px;
    transform:translateX(-50%);
    z-index:4;
    display:flex;
    gap:10px;
  }

  .fab-owl-slider-section .owl-dots .owl-dot span{
    width:9px;
    height:9px;
    margin:0;
    background:rgba(255,255,255,0.45);
    border-radius:50%;
    display:block;
    transition:background .25s ease, transform .25s ease;
  }

  .fab-owl-slider-section .owl-dots .owl-dot.active span{
    background:var(--fab-pink);
    transform:scale(1.25);
  }

  /* Custom left / right arrow controls */
  .fab-os-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(20,20,25,0.45);
    backdrop-filter:blur(4px);
    border:1px solid rgba(255,255,255,0.3);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .2s ease;
  }
  .fab-os-arrow:hover{ background:#00A5E5 !important; }
  .fab-os-arrow--prev{ left:28px; }
  .fab-os-arrow--next{ right:28px; }
  .fab-os-arrow svg{ width:20px; height:20px; }

  /* Slide counter, optional top-left */
  .fab-os-counter{
    position:absolute;
    top:24px;
    left:32px;
    z-index:5;
    background:rgba(15,15,20,0.55);
    backdrop-filter:blur(6px);
    color:#fff;
    border:1px solid rgba(255,255,255,0.25);
    border-radius:24px;
    padding:9px 16px;
    font-size:14px;
    font-weight:600;
  }

  /* Tablet */
  @media (max-width:900px){
    .fab-os-slide{ height:70vh; min-height:360px; max-height:560px; }
    .fab-owl-slider-section .owl-carousel,
    .fab-owl-slider-section .owl-carousel .owl-item{
      height:70vh; min-height:360px; max-height:560px;
    }
    .fab-os-content{ padding:0 30px; }
  }

  /* Mobile */
  @media (max-width:640px){
    .fab-os-slide{ height:auto; min-height:440px; max-height:none; }
    .fab-owl-slider-section .owl-carousel,
    .fab-owl-slider-section .owl-carousel .owl-item{
      height:auto; min-height:440px; max-height:none;
    }
    .fab-os-slide::before{
      background:
        linear-gradient(0deg, rgba(5,5,10,0.9) 0%, rgba(5,5,10,0.65) 45%, rgba(5,5,10,0.3) 100%);
    }
    .fab-os-content{ padding:0 20px; }
    .fab-os-title{ max-width:100%; font-size:clamp(24px, 7vw, 34px); }
    .fab-os-desc{ max-width:100%; font-size:14px; margin-bottom:22px; }
    .fab-os-cta-group{ flex-direction:column; align-items:flex-start; gap:12px; }
    .fab-os-btn{ padding:12px 22px; font-size:14px; width:100%; justify-content:center; }
    .fab-os-arrow{ width:36px; height:36px; }
    .fab-os-arrow--prev{ left:12px; }
    .fab-os-arrow--next{ right:12px; }
    .fab-os-arrow svg{ width:16px; height:16px; }
    .fab-os-counter{ left:16px; top:16px; padding:7px 14px; font-size:12px; }
    .fab-owl-slider-section .owl-dots{ bottom:16px; }
  }

  /* Small mobile */
  @media (max-width:400px){
    .fab-os-slide{ min-height:420px; }
    .fab-owl-slider-section .owl-carousel,
    .fab-owl-slider-section .owl-carousel .owl-item{ min-height:420px; }
    .fab-os-content{ padding:0 16px; }
    .fab-os-title{ font-size:clamp(22px, 8vw, 28px); }
  }

  @media (prefers-reduced-motion: reduce){
    .fab-os-btn, .fab-os-arrow{ transition:none; }
  }
  
  /* new home slider */
  
  
  
 .whats-app-span img {
    width: 50px;
    position: fixed;
    bottom: 100px;
    right: 27px;
    z-index: 9999;
    animation: 3s linear infinite animate-pulse-whatsapp;
    border-radius: 40px;
} 

@keyframes animate-pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .4),0 0 0 0 rgb(37 211 102 / .4)
    }

    40% {
        box-shadow: 0 0 0 20px #fff0,0 0 0 0 rgb(37 211 102 / .4)
    }

    80% {
        box-shadow: 0 0 0 20px #fff0,0 0 0 30px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .4),0 0 0 30px #fff0
    }
}
  