/* Minification failed. Returning unminified contents.
(116,29): Scanner error CSS1002: Unterminated string: "
(116,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found '"
'
 */
body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.container-banner, .banner-currents, .currents-info {
    overflow-x: hidden; /* Hide horizontal overflow */
}

.row {
    margin-right: 0;
    margin-left: 0;
}


body {
    font-family: 'Poppins', sans-serif !important;
    /*overflow: hidden !important;*/
    margin: 0;
    overflow-x: hidden;
    /* For Firefox */
    /*scrollbar-width: none;*/
}

.digit-mob{
    max-width:100%;
}
.sections {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out; /* Smooth slide effect */
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

a{
    text-decoration:none !important;
}
.main-heading {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    
    letter-spacing: -2.88px;
}
    .main-heading span {
        color: #183C94;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 48px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -2.88px;
        display: block;
        margin-left: 80px;
    }
        .main-heading span span.line {
            display: flex;
            flex-direction: column;
            /* gap: 5px; */
            top: -74px;
            left: 23%;
            position:absolute;
        }
    .main-heading span span.line img{
        width: 250px;
    margin: -10px;
    }
        .sub-heading {
            font-size: 27px;
            margin-top: 60px;
            line-height: 43px;
        }
.w-100{
    width: 100%;
}
.container-banner {
    padding: 60px 0px;
}
.section-profitability {
    /*background-image: url(../images/icons/sunset-illustration-4k.png);*/
    background-size: 100% 600px;
    min-height: 600px;
    background-repeat: no-repeat;
}
.card1 {
    border-radius: 41px;
    border: 2px solid #FFF;
    background: linear-gradient(109deg, rgba(255, 255, 255, 0.70) 0%, rgba(243, 243, 243, 0.39) 100%);
    text-align: center;
    padding: 0px 10px;
    /*height: 300px;*/
    width: 440px;
    /* backdrop-filter: blur(20px); */
    /*background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;*/ /* Rounded corners */
    /*-webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);*/
}
.card1 img{
    margin-top:-41px;
}
 .card1 p{
    text-align: center; 
    color: black;
     font-size: 16px; 
    
      font-weight: 400; 
      line-height: 28px;
       word-wrap: break-word"
}
.card1 h4{
    text-align: center;
     color: black;
      font-size: 24px;
      /*white-space:nowrap;*/
       font-weight: 700;
        line-height: 43.20px; 
       word-wrap: break-word
}

.section-cards{
    background: linear-gradient(180deg, #273456 0%, #3E506D 52.6%, rgba(255, 255, 255, 0.00) 100%);
backdrop-filter: blur(2px);
margin-top:-10px;
}
.inside-section{
    padding: 230px 0px;
}
.inside-section img{
    max-width: 100%;
}
.section-cards{
    padding-bottom: 20px;
}
.inside-section-right h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.inside-section-right h2 {
    font-size: 34px;
    width: 54%;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 126%;
}
.inside-section-right p {
    font-size: 16px;
    width: 50%;
    line-height: 26px;
    text-align:justify;
}
.theme-btn {
    border-radius: 47px;
    border: none;
    background: #FEAE00;
    color: #000;
    width: 180px;
    padding: 10px;
    font-size: 14px;
    margin-top: 60px;
}
    .theme-btn:hover {
        /*color: #fff;*/
        transition: all 0.4s ease;
        background: #FEAE00AD;
      
    }

.section-card h4{
    color:#000;
    font-size: 24px;
    font-weight: 600;
}
.insight-card p {
    color: #6C6C6C;
    text-align: justify;
    margin-bottom:40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.5%; /* 29.04px */
}
.insight-card h4 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 126%; /* 35.28px */
}
.insight-card a {
    color: #000;
    text-align: center;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 181.5%; /* 36.3px */
}
.insight-right{
    border-radius: 20px 0px 0px 20px;
border: 24px solid #000;
background: #000;
border-right: none;


}
.insight-right img{
    width: 100%;
    height: auto;
   border-radius: 1% 0px 0px 1%;
    max-width: 100%;
}
.content {
    text-align: center;
    width: 60%;
    margin: 30px auto;
    font-size: 18px;
}
.content span{
    color:#FEAE00;
}
.cta {
    color: #FEAE00;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.cta:hover{
    color: #FEAE00;
   text-decoration:underline !important;
  
    cursor:pointer;
   
}
.heading-main{
    font-size: 48px;
    font-weight: 700;
   
    text-align: center;
}
.heading-main span{
    color: #FEAE00;
}
.section-why-kusava{
    padding:60px 0px;
}
.section-why-kusava h6{
    color: #000;
text-align: center;
margin-bottom:100px;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 43.2px */
letter-spacing: -1.2px;
}
.section-why-kusava h5 {
    color: #12141D;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 20px;
}
.flx-col{
    display: flex;
    flex-direction: column;
}
.why-left img {
    display: block;
    margin-bottom: 30px;
    min-width: 40px;
    height: 160px;
}
.why-left p {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
}
.section-why-kusava .hero-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: right;
    max-height: 800px;
}
.footer {
    padding: 20px 30px;
    color: #8B8F95;
    border-top: 1px solid #ddd;
}
.footer ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
}
.footer ul li,.footer p{
    font-size: 14px;
}
.footer h6{
    font-size: 16px;
    color: #000;
}
.footer .social-media li{
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
background-color: #F7F8FA;
border-radius: 50%;
}
.header-menu{
    list-style: none;
    display: flex;
    align-items:center;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 45px;
    font-size: 12px;
}
.header-menu img{
    height:30px;
}
.header-menu a{
    color:#000;
    text-decoration:none;
    font-size:16px;
}
    .header-menu a span {
        color: #FEAE00;
    }
.search input{
  /*  border: 1px solid #6C6C6C;*/
    border:none;
    border-radius: 18px;
    padding: 10px;
    width: 300px;
}
.search{
    position: relative;
    
}
.search i{
    position: absolute;
    right: 12px;
    top: 11px;
    font-size: 16px;
}
.header{
    margin-bottom: 30px;
}
.footer a{
    text-decoration: none;
    color: inherit;
}
.footer a:hover{
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}
.d-mob-disp{
    display: none;
}
.mb-100{
    margin-bottom: 100px;
}
.card-wrap {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin: 0px 20px;
}

.align-ryt {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.mb-7 {
    margin-bottom: -7px;
} 
.object-position-center{
    object-position:center !important;
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    .section-six h2 {
        font-size: 117px !important;
        line-height: 95% !important;
    }

    .section-six, .section-one {
        padding: 40px 0px !important;
    }

    .section-three h2 {
        font-size: 50px !important;
        margin:40px 0px !important;
    }

        .section-three h2 span {
            font-size: 72px !important;
        }

    .rotateimg {
        height: 120px !important;
    }
   

    .section-two h2 span {
        font-size: 60px !important;
    }

    .section-one h1 {
        font-size: 49px !important;
    }

    .section-five p {
        font-size: 30px !important;
    }

    .section-five h5 {
        font-size: 25px !important;
        margin-top:30px !important;
    }

    .rotate-det .toparrow {
        height: 95px;
        width: 95px;
        top: -46px !important;
        left: -4px !important;
    }

    .rotate-det {
        margin: 10px;
    }

    .section-two h3 {
        font-size: 40px !important;
    }
    .section-two h2 {
        font-size: 50px !important;
        margin: 40px 0px !important;
    }
   
    .section-two, .section-three {
        padding-bottom: 221px !important;
    }
    .what-card{
        height:auto !important;
        margin-top:63px !important;
    }
    .cascade-sec h2, .cascade-sec h2 span {
        font-size: 35px !important;
    }
    .cascade-sec .ai-bg {
        padding: 20px !important;
    
    }
    .cascade-sec .ai-bg h3{
        letter-spacing:normal !important;
        font-size: 35px !important;
    }
    .cascade-sec .ai-bg span{
            font-size: 107px !important;
             letter-spacing:normal !important;
    }
    .cascade-sec .ai-bg p{
                   font-size: 18px !important;
        line-height: 26px !important;
    }
    .cascade-sec h3 {
        font-size: 54px !important;
    }
    .handle-sec .pills {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
    .handle-sec h2{
        font-size:60px !important;
    }
    .handle-sec .contentsec{
        text-align:center !important;
    }
    .cascade-sec p {
        font-size: 18px !important;
        line-height: 26px !important;
    }
   
    .usage-sec h4 {
        text-align: center;
        font-size: 60px!important;
    }
    .usage-sec .percentage p {
        font-size: 18px !important;
        text-align: center !important;
    }
    .usage-sec .percentage span {
        font-size: 110px !important;
        text-align:center !important;
    }
    .banner-heading {
        font-size: 37px !important;
    }
    .productivity-sec h3 {
        font-size: 30px !important;
        white-space:nowrap;
        text-align:center !important;
        letter-spacing:normal;
    }
    .productivity-sec h3 br{
        display:none;
    }
    .productivity-sec ul li{
        padding:8px !important;
        font-size:14px !important;
       
    }
    .productivity-sec ul{
        align-items:center !important;
    }
 
    .mob-design{
        padding-left:40px !important;
    }
    .main-heading span span.line img{
        width:140px;
    }
    .logo-up{
        height:30px;
    }
    .sub-heading{
        font-size:18px !important;
        margin-top:30px !important;
    }
    .section-three h3{
        font-size:40px !important;
    }
    .section-four p {
        margin-bottom: 35px;
    }
    .section-six p {
        margin-bottom: 40px !important;
    }
}


@media screen and (min-width: 320px) and (max-width:992px) {
    .section {
        height: auto !important;
    }

    .card1 {
        margin-bottom: 64px;
    }

    .social-media {
        margin-bottom: 30px !important;
    }

    .main-heading {
        font-size: 24px;
        width: 90%;
        line-height: 41px;
        letter-spacing: -1px;
    }

    /*    .section-profitability {
        background-image: url(../images/icons/mob-bg.png);
        
    }*/


    .content {
        width: 85%;
    }

    .section-why-kusava {
        margin: 20px;
    }

        .section-why-kusava h5 {
            white-space: unset;
            font-size: 19px !important;
        }

    .inside-section-right h4 {
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
    }

    .inside-section-right h2 {
        width: 100%;
        text-align: center;
        font-size: 26px;
    }

    .search {
        width: 100%;
        margin: 20px 0px;
    }

        .search input {
            width: 100%;
        }

    .w-100-mob {
        width: 100%;
    }

    .inside-section-right p {
        margin: 10px;
    }

    .mob-d-none {
        display: none;
    }

    .d-mob-disp {
        display: block;
    }


    .why-left img:nth-child(2) {
        height: 34px;
    }

    .card-wrap {
        flex-direction: column;
    }

    .card1 {
        height: auto;
        width: auto;
    }

    .section-cards {
        padding-top: 20px;
    }

    .inside-section-right {
        text-align: center;
    }

    .align-ryt {
        align-items: flex-start;
    }

    .inside-section-right p {
        width: 93%;
    }

    .container-banner {
        padding-top: 0px;
        height: auto;
    }

    .card1 h4 {
        white-space: normal;
    }

    .header .outer-border {
        border: none !important;
    }

    .m-mob {
        margin: 10px;
    }

    .main-heading-products {
        font-size: 42px !important;
    }

    .workemail {
        width: 100% !important;
        margin-bottom: 70px;
    }

        .workemail input {
            width: calc(100% - 180px) !important;
        }

    .arrow-dim {
        height: 300px !important;
        width: 300px !important;
        left: 0px !important;
        
        bottom: -186px !important;
    }
    .vision-section h2{
        font-size:60px !important;
        text-align:end;
    }
    .vision-section p {
        margin-left: 31px;
        font-size: 18px;
    }
    .banner-currents h2{
    font-size:38px !important;
    }
    .why-left{
        margin-bottom:30px !important;
    }
    .why-left p {
        font-size: 13px;
       
    }
    .insight-right {
        border: 20px solid #000 !important;
        border-right: none !important;
    }
    .contact-outer{
        height:auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1400px) {
    .inside-section-right h2 {
        width: 100%;
    }

    .inside-section-right p {
        width: 100%;
    }

    .inside-section-right h2 {
        width: 100%;
    }

    .why-left img:first-child {
        height: 150px;
    }

    .ht-700 h6 {
        font-size: 32px !important;
    }

    .ht-700 .arrow-1 {
        height: 200px !important;
        width: 200px !important;
        top: 31px !important;
    }

    .ht-700 .arrow-4 {
        height: 200px !important;
        width: 200px !important;
    }
    .ht-700 .arrow-3 {
        bottom: -74px !important;
    }
    .ht-700 .arrow-2{
        bottom:10px !important;
    }
}

@media only screen  and (max-width:1199px) {
    .feature-sec ul li {
        position: revert !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-bottom: 10px;
        font-size: 17px !important;
    }

    .feature-sec ul {
        display: flex;
        flex-flow: column;
        padding-left: 0px !important;
        margin: 20px !important;
    }

    .feature-sec h2 {
        font-size: 40px !important;
        padding-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .feature-sec{
        height:auto !important;
    }
}



@media only screen and (min-width:1200px) and (max-width:1400px) {
    .inside-section-right p {
        width: 100%;
    }

    .inside-section-right h2 {
        width: 100%;
    }

    .why-left img:first-child {
        height: 150px;
    }
}


@media only screen and (min-width: 320px) and (max-width:1200px) {
    .feature-sec ul li .tooltip {
        bottom: auto !important;
        
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(1) .tooltip {
        bottom: auto !important;
        top: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(2) .tooltip {
        bottom: auto !important;
        top: 150px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(3) .tooltip {
        bottom: auto !important;
        top: 216px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(4) .tooltip {
        bottom: auto !important;
        top: 272px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(5) .tooltip {
        bottom: auto !important;
        top: 340px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(6) .tooltip {
        bottom: auto !important;
        top: 390px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(7) .tooltip {
        bottom: auto !important;
        top: 440px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .feature-sec ul li:nth-child(8) .tooltip {
        bottom: auto !important;
        top: 499px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}




.main-heading-products {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    letter-spacing: -3.2px;
}
    .main-heading-products span {
        color: #FEAE00;
    }
.sub-heading-product {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.5%; /* 33.24px */
}
    .sub-heading-product span {
        color: #FEAE00;
    }
.content-product {
    color: #000;
    text-align: center;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.2px;
}
.section-heading-product {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -2.4px;
}
    .section-heading-product span {
        color: #FEAE00;
    }
.what-card {
    border-radius: 24px;
    background: #FAFAFA;
    padding: 15px;
    margin: 0px auto;
   height:350px;
    margin-top: 100px;
}
    .what-card img {
        height: 40px;
        width: 40px;
        margin: -30px auto 0px auto;
        display: block;
    }
    .what-card h6 {
        margin-top: 30px;
        color: #000;
        text-align: center;
        /* font-family: Inter; */
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 15px;
        height:72px;
    }
    .what-card p {
        color: #000;
        text-align: left;
        /* font-family: Inter; */
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }
.product-heading {
    color: #000;
    /* font-family: Inter; */
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
   
    margin-top:15px;
}
.product-subheading {
    margin-top: 27px;
    margin-left: 30px;
    font-size: 18px;
    /*width: 67%;*/
    line-height: 30px;
}
.product-right{
   
    margin-top:30px;
}
    .product-right h5 {
        color: #000;
        
       
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 24px */
    }
    .product-right p {
        color: #797979;
       
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 175% */
    }
.read-more {
    color: #FEAE00;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration:none;
    margin-top:80px;
    cursor:pointer;
}
.read-more:hover {
    color: #FEAE00 !important;
}
.w-70{
    width:70%;
}
.hero-heading {
    
    font-size: 80px;
    color: #000;
    font-style: normal;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 2.88px;
}
    .hero-heading span {
        color: #FEAE00;
    }
.bottom-section {
    width: 600px;
    max-width:100%;
    position: relative;
    color: #797979;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display:flex;
    align-items:center;
}
    .bottom-section img:first-child {
        object-fit: contain;
        object-position: 100%;
        margin-right: -55px;
    }
    .bottom-section img:last-child {
        object-fit: contain;
        object-position: 100%;
        margin-left: -55px;
    }
    .fw-200{
        font-weight:200;
    }
 .fs-50{
     font-size:50px;
 }
.fs-30{
    font-size:30px;
}
.fs-22 {
    font-size: 22px;
}

.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}
.fs-10 {
    font-size: 10px;
}
.ham{
    display:none;
}
.ht-200{
    height:200px !important;
}
.mob-img-section{
    display:none;
}
.header-dropdown {
    border-radius: 10px !important;
    box-shadow: none !important;
    backdrop-filter: blur(5px);
}
.p-r{
    position:relative;
}
/*.bottom-section::after{
    content:"";
    top:0;
    left:0;
    position:absolute;
    background:url(../images/icons/left.png);
    background-repeat:no-repeat;
    height:100%;
    width:100%;
*/

.sticky-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.8); /* White with 20% transparency */
    backdrop-filter: blur(5px); /* Subtle blur effect */
    -webkit-backdrop-filter: blur(5px); /* Safari support */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1001;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #555;
        }
.mt-100{
    margin-top:70px;
}
.container {
    transition: filter 0.3s ease; /* Adding transition for smoother effect */
}

/*.blurred {
    filter: blur(6px);*/ /* Apply blur to the container */
/*}*/
.header .dropdown-menu {
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
}
    .header .header-menu a{
        text-decoration:none;
        white-space:nowrap;
      
     
    }
.header .header-menu .dropdown-menu .dropdown-item {
    padding: 10px 39px 10px 20px;
}
.header .header-menu li {
    height: 50px;
    padding: 12px 10px;
    
}
.header .header-menu li.active {
    position: relative;
    background: #ffe7b2;
}

    .header .header-menu li.active:after {
        content:"";
        position: absolute;
        bottom: 0px;
        background: #FEAE00;
        width:100%;
        height:4px;
        border-radius:20px;
        left:0px;
    }
.header .header-menu li:first-child.active{
    background:transparent;
}
.header .header-menu li:first-child.active:after{
    display:none;
   
}
.header .outer-border {
    /*border: 1px solid #000;*/
    border-radius: 40px;
}
.dropdown-item:hover {
    text-decoration: none;
}

.content {
    padding: 20px;
    margin-top: 60px; /* Adjust this value to match the height of your header */
}
.web-body{
    padding-top:52px
}
.logo-footer{
    height:37px;
}
/*@media screen and (max-width: 768px) {
    .flx-col-rev-mob {
        flex-flow: column-reverse;
    }
    .heading-main{
        margin-bottom:0px;
    }
    .insight-right{
        border:18px solid #000;
        border-right:none;
    }
    .mob-img-section{
        display:block;
    }
    .hero-img{
        display:none;
    }
    .section-card {
        background: linear-gradient(180deg, #ffffff00 0%, #3E506D 52.6%, #273456 100%);
    }
}*/
@media screen and (max-width: 1024px) {
    .flx-dir-mob {
        flex-direction: column;
    }
    .bottom-section img:first-child {
        width: 60px;
        margin-right: -16px;
    }
    .bottom-section img:last-child {
        margin-left: -16px;
        width: 60px;
    }
    .bottom-section{
    font-size:11px;
    line-height:13px;
    }
    .hero-heading{
        font-size:28px;
        line-height:18px;
    }
    .sub-heading-product{
        font-size:15px;
        width:100%;
    }
    .content-product{
        font-size:15px;
        width:100%;
    }
    .main-heading-products{
        font-size:80px;
    }
    .section-heading-product{
        margin-bottom:0px;
        font-size:40px;
    }
 
    .product-heading{
        font-size:40px;
    }
    .product-subheading {
        font-size: 13px;
        line-height: 17px;
        width: 100%;
        margin-top: 18px;
        margin-left: 22px;
    }
   
    
    .read-more {
        margin-bottom: 70px;
        display: block;
        text-align: center;
        margin-top: -6px;
    }
    .bottom-section{
        margin:0 auto;
    }
    .text-center-mob {
        text-align:center;
    }
    .product-heading.right {
        margin-right: 0px;
        margin-left: 0px;
    }
    .product-subheading.right{
        margin-left:0px;
    }
  
    .what-card {
        width: auto;
    }
    .main-heading span span.line {
        margin-left: 20px;
        font-size: 32px;
        top: -51px;
    }
    .banner-currents p{
        width:90% !important;
    }
}


@media screen and (min-width:768px) and (max-width:1024px){
  
    .read-more {
        margin-bottom: 40px;
        display: block;
        margin-top:0px;
        text-align: right;
    }
    .hero-heading {
        font-size: 53px;
        line-height: 35px;
    }
    .read-more {
        margin-bottom: 70px;
        display: block;
        text-align: center;
        margin-top: -6px;
    }
    .card1{
        height:fit-content;
    }
    .rotate-det .toparrow {
        height: 100px !important;
        width: 100px !important;
        top: -61px !important;
        left: 7px !important;
    }
    .menudrop ul {
        font-size: 66px !important;
    }
    .menudrop h3 {
        font-size: 50px !important;
    }
   /* .read-more.left-tab{
        text-align:left;
    }*/
}
@media screen and (max-width:992px){
    .header-menu {
        flex-direction: column;
        gap: 0px;
    }
    .ham{
        display:block;
    }
    #content {
        overflow: hidden;
        transition: max-height 1s ease-out;
        max-height: 0;
    }
    .productivity-sec h3 {
        font-size: 30px !important;
        white-space: nowrap;
        text-align: center !important;
        letter-spacing: normal;
    }

        .productivity-sec h3 br {
            display: none;
        }

    .productivity-sec ul li {
        padding: 8px !important;
        font-size: 14px !important;
    }

    .productivity-sec ul {
        align-items: center !important;
    }

    .col-flip-mob {
        flex-flow: column-reverse !important;
    }
        #content.show {
            max-height: 1000px; /* Adjust this value based on your content */
        }
    .handle-sec .pills{
        padding:13px !important;
        font-size:20px !important;
    }
    .col-flip-mob {
        flex-flow: column-reverse !important;
    }
}

@media screen and (min-width:2000px){
    .section-why-kusava .hero-img img {
        object-position: center;
    }
    .t-a-c-xl{
        text-align:center;
    }
    .mx-wid-1000{
        max-width:1000px;
    }
}

.h-36{
    height:36px;
}
/*.slider {
    width: 80%;
    margin: 50px auto;
}*/
.mt-50{
    margin-top:50px;
}
/*.slick-slide img {
    width: 100%;
    border-radius: 10px;
    max-height:700px;
}*/

.slick-dots {
    bottom: -30px;
}

    .slick-dots li button:before {
        color: #fff; /* Color of the pagination dots */
    }

    .slick-dots li.slick-active button:before {
        color: #FEAE00 !important; /* Color of the active pagination dot */
    }
    .slick-dots li button:before{
        font-size:12px !important;
    }
.grad-heading {
    background: -webkit-linear-gradient(#013064, #0366AE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-weight: 500;
    top: 157px;
    position: absolute;
    left: 65px;
}
.carousel-subhead {
    color: #feb413;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    left: 65px;
    top: 259px;
}
.banner-head {
    color: #feb413;
    font-size: 35px;
    font-weight: 500;
    top: 187px;
    position: absolute;
    left: 65px;
}
.banner-sub {
    position: absolute;
    left: 65px;
    top: 238px;
    font-weight: 700;
    font-size: 60px;
    color: #002E63;
}
.banner-content {
    top: 388px;
    color: #002E63;
    left: 65px;
    position: absolute;
    font-size: 27px;

}

@media screen and (min-width: 1200px) and (max-width: 1500px){

    .banner-sub {
        font-size: 42px;
    }
    .banner-head {
        top: 197px;
        font-size: 22px;
    }
    .banner-content {
        font-size: 16px;
        top: 347px;
    }
    .grad-heading {
        font-size: 75px;
    }
}
   


.fade-in.visible {
        opacity: 1;
    }

    .slide-up.visible {
        transform: translateY(0);
        opacity: 1;
    }

    .zoom-in.visible {
        transform: scale(1);
        opacity: 1;
    }

    .slide-up {
        transform: translateY(50px);
    }

    .zoom-in {
        transform: scale(0.8);
    }

    .slide-in {
        transform: translateX(-50%);
    }

        .slide-in.visible {
            transform: translateX(0);
            opacity: 1;
        }

    .contentanim {
        opacity: 0;
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }


/*.HomePageHeaderImage {
    content: url("https://kusava.com/Assets/images/icons/sunset-illustration-4k.png");
    width: 100%;
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .HomePageHeaderImage {
        content: url("https://kusava.com/Assets/images/icons/sunset-illustration-4k.png");
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .HomePageHeaderImage {
        content: url("https://kusava.com/Assets/images/icons/sunset-illustration-4k.png");
        width: 100%;
    }
}

@media screen and (min-width : 1281px) and (max-width: 1920px) {
    .HomePageHeaderImage {
        content: url("https://kusava.com/Assets/images/icons/sunset-illustration-4k.png");
        width: 100%;
    }
}

@media only screen and (min-width : 1921px) and (max-width: 3840px) {
    .HomePageHeaderImage {
        content: url("https://kusava.com/Assets/images/icons/sunset-illustration-4k.png");
        width: 100%;
    }
}
*/

.ht-500{
    height:500px;
}
.theme-text {
    color: #FEAE00;
}
a.theme-text:hover {
    color:#FEAE00 !important;
}
@media screen and (min-width:768px) and (max-width:1800px){
    .fs-18-md{
        font-size:18px;
    }
}
.mx-wd-1900{
    max-width:1900px;
}
.sub-heading span {
    color: #FEAE00;
}
.currents-info .row h3 {
    color: #000;
    font-family: Poppins;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%; /* 115.2px */
    letter-spacing: -4.48px;
}

.currents-info .row p {
    color: #000;
    text-align: justify;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 43.2px */
    letter-spacing: -1.2px;
}
.vision-section{
    min-height:900px;
}
.vision-section h2 {
    color: #000;
    font-family: Poppins;
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 88%;
}
.vision-section h2 span{
    color:#FEAE00;
}
.vision-section p {
    color: #000;
    text-align: right;
  
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 57.6px */
    letter-spacing: -1.6px;
}
.p-a{
    position:absolute;
}
.p-r{
    position:relative;
}
.arrow-dim {
    height: 600px;
    width: 600px;
    left: -334px;
    bottom: -262px;
    position: absolute;
    z-index:-1;
}
.banner-currents h1{
    color: #FEAE00;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    letter-spacing: -3.2px;
}
.banner-currents h4 {
    color: #6D6D6D;
    font-family: Poppins;
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    line-height: 138.5%; /* 76.175px */
}
.banner-currents h2 {
    color: #494949;
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 138.5%;
    white-space: pre;
    z-index: 1;
    position: absolute;
}
.banner-currents p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 43.2px */
    margin-top: 155px !important;
    width: 50%;
    margin: 0 auto;

}
.banner-currents a {
    color: #000;
    display:block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 43.2px */
    margin-top:20px;
}

.z-i-minus{
    z-index:-1;
}
.currents-info{
    padding:60px 0px;
}
.logo-sticky {
    position: fixed;
    top: 50px;
    z-index: 1000;
    left: calc(50% - 111px);
    left: 0px;
    right: 0px;
  
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}
.usage-sec h4 {
    color: #262626;
    font-family: Poppins;
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 153.6px */
    letter-spacing: -6.4px;
}
.usage-sec .percentage span {
    color: #FEAE00;
    text-align: right;
    font-family: Poppins;
    font-size: 150px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 180px */
    letter-spacing: -7.5px;
    display:block;
}
.usage-sec .percentage p {
    color: #000;
    text-align: right;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}
.cascade-sec {
     background: #262626;
     padding:60px 0px;
}
.cascade-sec h2{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 76.8px */
letter-spacing: -3.2px;
margin-bottom:30px;
}
.cascade-sec h2 span{
    color: #FEAE00;
font-family: Poppins;
font-size: 54px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: -3.2px;
}
.cascade-sec h3{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 70px;
font-style: normal;
font-weight: 600;
line-height: 88%; /* 88px */
letter-spacing: -5px;
margin-bottom:30px;
}
.cascade-sec h3 span{
  color: #FEAE00;

}
.cascade-sec p{
    color: #FFF;
text-align: center;
margin-bottom:60px;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 24px */
}
    .cascade-sec .ai-bg {
        background: url(https://kusava.com/assets/images/kusava/medium/aibg.webp);
        background-size: 100% 100%;
        height: 100%;
        background-repeat: no-repeat;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 80px;
        margin-bottom: 40px;
    }

.cascade-sec .ai-bg h3{
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 275;
line-height: 120%; /* 76.8px */
letter-spacing: -3.2px;
margin-bottom:0px;
}
.cascade-sec .ai-bg span{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 380px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 540px */
letter-spacing: -22.5px;
}
.cascade-sec .ai-bg p{
    color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 500;
margin-bottom:0px;
line-height: 100%; /* 24px */
}
.handle-sec h2 {
    color: #262626;
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 146%; /* 186.88px */
    letter-spacing: -6.4px;
}
.pills {
    border-radius: 60px;
    background: #FEAE00;
    color: #fff;
    width: fit-content;
    padding: 20px 50px;
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 64px */
}
.handle-sec{
    padding:60px 0px;
   
}
.handle-sec .contentsec {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%; /* 38.08px */
}
.feature-sec{
 height:800px;
}
.feature-sec h2 {
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 96px;
    font-style: normal;
    font-weight: 300;
    line-height: 85%; /* 81.6px */
    letter-spacing: -4.8px;
    padding-top:200px;
}
.feature-sec h2 span{

font-weight: 600;

}

.feature-sec ul{
    position:relative;
}
.feature-sec ul li {
    position:absolute;
    border-radius: 60px;
background: #FEAE00;
color: #FFF;
list-style:none;
text-align: center;
padding:15px 50px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%;
cursor:pointer;/* 40px */
}
.feature-sec ul li:nth-child(1){
    top:-357px;
    left:375px;
}
.feature-sec ul li:nth-child(2){
    top: -222px;
  left: 185px;
}
.feature-sec ul li:nth-child(3){
   top: -236px;
  right: 268px;

}
.feature-sec ul li:nth-child(4){
 top: 39px;
  left: 20%;

}
.feature-sec ul li:nth-child(5){
 top: 16px;
  right: 20%;

}
.feature-sec ul li:nth-child(6){
 top: 139px;
  left: 32px;

}
.feature-sec ul li:nth-child(7){
 top: 86px;
 left:41%;

}
.feature-sec ul li:nth-child(8){
 top: 166px;
  right: 73px;

}
.section {
    padding: 80px 0px;
    min-height: 100vh;
    transition: transform 0.8s ease-in-out;
}
/* Tooltip container */
.button-with-tooltip {
    position: relative;
    display: inline-block;
    background-color: #f8a31b;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}

    /* Tooltip text */
    .button-with-tooltip .tooltip {
        position: absolute;
        bottom:25%;
        left: 0%;
        transform: translateY(-50%);
        border-radius: 20px;
        background: #F1F0F0;
        padding: 15px;
        width: 300px;
        color: #6B6B6B;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 24px */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    /* Show tooltip on hover */
    .button-with-tooltip:hover .tooltip {
        opacity: 1;
        visibility: visible;
    }
.productivity-sec h3 {
    color: #000;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    letter-spacing: -3.2px;
    margin-bottom:30px;
}
.productivity-sec p {
    color: #000;
    margin-bottom:20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}
.productivity-sec ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-flow: column;
}
.productivity-sec ul li {
    border-radius: 60px;
    background: #FEAE00;
    color: #FFF;
    margin-bottom:30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    width:fit-content;
    padding:10px 20px;
    
}
.productivity-sec ul li:first-child{
     padding:10px 40px;
}
.menudrop {
    background-color: #FEAE00;
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    transition: max-height 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}
.menudrop.heightfull{
    max-height:700px;
  
}
body.prevent-scroll {
    overflow: hidden;
}
.menudrop h3{
    color: #FFF;
font-family: Poppins;
font-size: 75px;
font-style: normal;
font-weight: 300;
line-height: normal;

}
.menudrop ul {
     
      margin-bottom:0px;
      border-left:4px solid #C58700;
}
.menudrop ul li{
    list-style:none;
    border-bottom:4px solid  rgba(197, 135, 0, 0.20);
    padding:25px 0px;
  
}
.menudrop ul li:last-child{
    border-bottom:none;
}
.menudrop ul li h6{
    color: #FFF;
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 76.8px */
letter-spacing: -3.2px;
}
.menudrop p{
    color: #FFF;
text-align: justify;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
}
.menudrop h4{
    color: #FFF;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -2.88px;
}
.menudrop h4 span{
    color: #FFF;
text-align: center;
 font-family: "Playfair Display", serif;
font-size: 48px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: -2.88px;
}
.section-one{
    padding:80px 0px;
}
.section-one h1 {
    color: #0365AC;
    font-family: Poppins;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 94.92%;
}
.section-one p {
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.693%; /* 35.422px */
}
.section-two {
    background: #002E63;
    padding: 80px 0px;
}
.section-two h3{
    color: #FEAE00;
font-family: Poppins;
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 76.8px */
letter-spacing: -3.2px;
}
.section-two h2{
color: #6DB1FF;
font-family: Poppins;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 94.4%; /* 90.624px */
}
.section-two h2 span{
    color: #6DB1FF;
font-family: "Playfair Display";
font-size: 96px;
font-style: italic;
font-weight: 400;
line-height: 94.4%;
letter-spacing: -3.84px;
}
.section-two h4{
    color: #FEAE00;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 48px */
letter-spacing: -2px;
}
.section-two p{
    color: #6DB1FF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.section-two ul {
    list-style:none;
    padding-left:0px;
}
.section-two ul li{
    color: #6DB1FF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;

line-height: normal;
margin-bottom:10px;
transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
    .section-two ul li p{
        margin-bottom:0px;
        padding:5px 10px;
    }
    .section-two a, .section-three a, .section-seven a {
        color: #FEAE00 !important;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 110.693%;
        text-align: right;
        float: right;
    }
.section-two a:hover, .section-three a:hover,.section-seven a:hover{
    text-decoration:underline !important;
}
.section-three {
    background: #1E1E1E;
    padding: 80px 0px;
}
.section-three h3{
    color: #FEAE00;
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 76.8px */
letter-spacing: -3.2px;
}
.section-three h2{
color: #6DB1FF;
font-family: Poppins;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: 94.4%; /* 90.624px */
}
.section-three h2 span{
color: #6DB1FF;
font-family: "Playfair Display";
font-size: 96px;
font-style: italic;
font-weight: 400;
line-height: 94.4%;
}
.section-three p{
color: #6DB1FF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.section-three h4{
color: #FEAE00;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 48px */
letter-spacing: -2px;
}
.section-four {
    padding: 40px 0px;
    position:relative;
}
.section-four h4 {
    color: #FEAE00;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 89%; /* 80.1px */
}
.section-four h6 {
    color: #1D438A;
    font-family: Playfair;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.04px;
}
.section-four h2 {
    color: #1D438A;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    margin-bottom:20px;
    line-height: 94.4%; /* 35.872px */
}
.section-four p {
    color: #1D438A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-four .end-col{
    color: #FEAE00;
font-family: Poppins;
font-size: 56px;
font-style: normal;
font-weight: 600;
line-height: 100%;
text-align:right;/* 49.84px */

}
.section-four .end-col span{
   color: #FEAE00;
text-align: right;
font-family: Poppins;
font-size: 90px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 80.1px */
}
.section-four .circle{
    position:absolute;
    right:10px;
}
.section-five {
    background: #1E1E1E;
    padding:80px 0px;
}
.section-five p{
    color: #FEAE00;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 48px */
letter-spacing: -2px;
}
.section-five .vision{
    color: #6DB1FF;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 135.93%; /* 43.498px */
}
.section-five .heading{
    color: #6DB1FF;
font-family: Poppins;
font-size: 235px;
font-style: normal;
font-weight: 600;
line-height: 94.4%; /* 283.2px */
}
.section-five h5{
   color: #FEAE00;
font-family: Poppins;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 72px */
letter-spacing: -3px;
}
.section-six{
    padding:80px 0px;
}
.section-six p {
    color: #1E1E1E;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -1px;
}
.section-six .illustration {
    height:35vh;
    object-fit:contain;
    width:100%;

}
.section-six h2{
    color: #FEAE00;
    font-family: "Playfair Display";
    font-size: 150px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 180px */
    letter-spacing: -7.5px;
}
.rotateimg {
    /*animation: rotate 5s linear infinite;*/
    transform: rotate(272deg);
    height: 150px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.rotate-det {
    border-radius: 38px;
    background: #FFD16C;
    padding: 60px 20px 20px 20px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
    position:relative;
}
    .rotate-det .toparrow{
        position:absolute;
        top:-98px;
        left:-35px;
    }
.rotate-det ul{
    padding-left:0px;
    margin-top:20px;
}
.rotate-det ul li{
    list-style:none;
    display:flex;
    align-items:flex-start;
    gap:15px;

}
.rotate-det ul li p{
    color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
/*section{
    height:100vh;
    padding:120px;
}*/
.hidden {
    display: none; /* Hides the image */
}
.c-p{
    cursor:pointer;
}
.accordion-button:not(.collapsed) {
    color: #EFB100 !important;
    background:#fff !important;

}
.accordion-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 40px;
    background: #ddd;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.accordion-button {
   padding:15px !important;
    font-size: 16px !important;
}
.accordion-button:focus{
    box-shadow:none !important;
}
.accordion-body {
    border-top: 1px solid #ddd;
    font-size:14px;
    background:#fff;
    padding:15px !important;
}
.section-seven h3{
    color: #feae00;
   
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.4%;
    margin-bottom: 43px;
    text-align: center;
    font-family: "Playfair Display";
}
.faq-subhead {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:30px;
}

.learnmore {
    bottom: 0px;
    width: 400px !important;
    right: 0px;
}

.contact-outer{
    min-height:600px;
    width:100%;
    align-items:center;
}
.form-group label {
    color: #1D438A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.form-group .form-control:focus{
    outline:none;
    box-shadow:none;
}
.workemail input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.35000000000000003px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #212121;
    border: 0;
    height: 100%;
    width: 350px;
    background-color: unset;
    text-overflow: ellipsis;
}
.workemail input:focus{
    outline:none;
}
.workemail {
    color: #6D6D6D;
    display: flex;
    width: 450px;
    align-items: center;
    border-radius: 160px;
    background-color: #FFFFFF;
    gap: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    padding: 7px 7px 7px 16px;
}
.banner-heading {
    color: #FEAE00;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    
    letter-spacing: -3.2px;
}
.line-cascade {
    top: -21px !important;
    left:auto !important;
}
.ht-700 .arrow-4 {
    height: 200px;
    width: 200px;
    top: -18px;
    right: -37px;
    z-index:-1;
}
.ht-700 .arrow-3 {
    height: 200px;
    width: 200px;
    bottom: -37px;
    left: 10px;
    z-index: -1;
}
.ht-700 .arrow-2 {
    height: 300px;
    width: 300px;
    bottom: 28px;
    z-index: -1;
    right: 0px;
}
.ht-700 .arrow-1 {
    height: 250px;
    width: 250px;
    top: 50px;
    left: 01px;
    transform: rotate(260deg);
    z-index: -1;
   
}
.ht-700 h5 {
    color: #FEAE00;
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 50px;
    text-align: center;
}
.ht-700 h6 {
    color: #000;
    font-family: "Playfair Display";
    text-align:center;
    font-size: 30px;
}
@media screen and (max-width: 992px) {
    .justify-center-mob {
        justify-content: center !important;
    }
}
.text-right{
    text-align:end !important;
}
.text-left {
    text-align: left !important;
}
@media screen and (max-width:992px) {
   
    .logo-sticky{
        display:none !important;
    }
    .logo-sticky img{
        height:60px;
    }
    .ht-700 {
        padding: 120px 0px 30px 0px;
    }
       
    .ht-700 h5 {
        font-size:30px !important;
    }
    .ht-700 h6 {
        font-size: 15px !important;
    }
    .ht-700 .arrow-1 {
        height: 130px;
        width: 130px;
        top: 16px;
        left: 87px;
        transform: rotate(49deg);
        z-index: 0;
    }
    .banner-currents p{
        margin-top:30px !important;
    }
    .ht-700 .arrow-2 {
        height: 120px;
        width: 120px;
        bottom: 152px;
        right: 10px;
    }
    .ht-700 .arrow-3 {
        height: 120px;
        width: 120px;
        bottom: 77px;
        left: 10px;
    }
    .ht-700 .arrow-4 {
        height: 120px;
        width: 120px;
        top: 77px;
        right: 10px;
    }
}
@media screen and (max-width:768px){
    .menudrop h3 {
        font-size: 47px;
    }
    .menudrop ul li h6 {
        font-size: 41px;
    }
    .menudrop h4 {
        font-size: 21px;
    }
    .menudrop h4 span{
            font-size: 21px;
            letter-spacing:0px;
    }
    .menudrop p {
        font-size: 14px;
    }
    .menudrop ul li{
        padding:10px 0px;
    }
    .menudrop .row > div{
        padding:20px !important;
    }
    .menudrop ul li img{
        height:45px;
    }
    .menudrop ul{
        border-left:none;
        padding-left:0px;
    }
    .ht-700 h5 {
        font-size: 30px !important;
    }

    .ht-700 h6 {
        font-size: 15px !important;
    }

    .ht-700 .arrow-1 {
        height: 130px;
        width: 130px;
        top: 17px;
        left: 87px;
        transform: rotate(49deg);
        z-index: 0;
    }

    .ht-700 .arrow-2 {
        height: 120px;
        width: 120px;
        bottom: 152px;
        right: 10px;
        left:auto;
    }

    .ht-700 .arrow-3 {
        height: 120px;
        width: 120px;
        bottom: 11px;
        left: 10px;
    }

    .ht-700 .arrow-4 {
        height: 120px;
        width: 120px;
        top: 77px;
        right: 10px;
    }
    .ht-700 {
        padding: 120px 0px 20px 0px;
    }
    .banner-currents p{
        margin-top:20px !important;
    }
    .lrnmore {
        height: 130px;
    }
    .compare-btn {
        font-size: 13px !important;
        padding: 10px !important;
    }
    .icon{
        height:17px !important;
        width:17px !important;
    }
   
}

@media screen and (min-width:1024px) and (max-width:1400px){
    .section-four .end-col span {
        font-size: 80px !important;
    }
    .section-four .end-col {
        font-size: 41px !important;
    }
    .section-four h4 {
        font-size: 67px !important;
    }
    .vision-section h2{
        font-size:75px !important;
    }
  
}
@media screen and (min-width:992px) and (max-width:1024px){
    .vision-section h2 {
        font-size: 75px !important;
    }
    .ht-700 h5 {
        font-size: 30px !important;
    }

    .ht-700 h6 {
        font-size:22px !important;
    }
}
.outer-wrap {
    /*width: 400px;*/
    overflow: hidden;
    position: relative;
    height: 200px; /* Ensures only 5 items are visible */
}
.highlight {
    background-color: #FEAE00 !important;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    opacity: 1;
    color:#fff !important;
    font-size:20px;
}
.fade-out {
    opacity: 0.5;
    
}

.fingerprint {
    height: 31px;
    margin-left: 10px;
}
.button-container {
    position: fixed;
    bottom: 60px;
    left: calc(50% - 85px);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
}

/* Pulsating animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulse {
    animation: pulse 1.5s infinite;
}

/* Slide-in effect */
.hidden-slide {
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.visible-slide {
    transform: translateY(0);
    opacity: 1;
}

/* Expand effect */
.circle-btn {
    width: 3rem;
    height: 3rem;
    background-color: #feae00;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: width 0.4s ease, height 0.4s ease, padding 0.4s ease;
}

.expanded {
    width: auto;
    height: auto;
    padding: 12px 24px;
    border-radius: 50px;
}

/* Compare Button */
.compare-btn {
    margin-top: 10px;
    background-color: #feae00;
    color: white !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease-in-out;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    display: none;
    font-size: 16px;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

    .compare-btn:hover {
        background-color: #6DB1FF;
    }

/* SVG Icon */
.icon {
    width: 24px;
    height: 24px;
}

.section-six h4 {
    font-size: 17px;
    font-weight: 600;
}
.workemail .theme-btn{
    width:210px;
}
.challenge h3 {
    text-align: center;
    font-size: 30px;
    color: #494949;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 600;
}
.challenge h5 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 45px;
    margin-top: 30px;
    line-height: 40px;
}
.challenge h5 span{
        color: #FEAE00;
}
.solution {
    color: #6D6D6D;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 600;
}
.homepageimg{
    max-width:100%;
}
.form-group{
    margin-bottom:20px !important;

}
/* Wrapper around the image */
.clickable-image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index:1;
}



/* Pulsating Glow Effect */
.clickable-image-container::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(244, 169, 0, 0.3);
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}



/* Show Tooltip on Hover */
.clickable-image-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.cta-position {
    right: 35px;
    top: -57px;
}
@media only screen and (min-width: 320px) and (max-width:1024px){
    .clickable-image-container::after {
        width: 70px;
        height: 70px;
    }
}
@media screen and (min-width:1024px){
    .cta-position {
        right: 7px;
        top: -130px;
    }
}
.thankyou .modal-body {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.thankyou h4 {
    margin-top: 40px;
    color: #FEAE00;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.thankyou p{
    font-size:16px;
}
.fade {
    background-color: rgba(0, 0, 0, 0.3); /* semi-transparent */
    backdrop-filter: blur(5px); /* add blur effect */
    -webkit-backdrop-filter: blur(5px); /* Safari support */
}
.hv-undr:hover{
    text-decoration:underline !important;
}
