
*{

    scroll-behavior: smooth;
 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
--heading:"Bitter";
--font:"Archivo Narrow";
--theme:"#4674C6";



}
html{
    min-height:100%;
    position:relative;
}
body{

    height:100vh;
    display: flex;
    flex-direction: column;
 

}

@font-face {
    font-family: 'logo';
    src: url('../assets/Fonts/Sointua-Regular.otf') format('opentype');
}

.header-1 {
display: flex;
justify-content: space-between;
align-items: center;
height: 56px;
border-bottom: 2.5px solid #d9d9d9;
}
.header-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    /* border-bottom: 2.5px solid #d9d9d9; */
    }
.header-1 .col-2 a{
    position: relative;
    top: 1px;
    align-items: center;
    gap: 2px;
    color: unset !important;
    text-decoration: none;
    justify-content: normal;
    display: flex;

}
.header-2 a{
    position: relative;
    top: 1px;
    align-items: center;
    gap: 2px;
    color: unset !important;
    text-decoration: none;
    justify-content: normal;
    display: flex;
}
.header-1 .col-2 img{
    height:50px;
    width: auto;
}
.header-1 .col-2 h4{
    font-size: 19px;
    font-family: 'logo',sans-serif !important;
    margin-bottom: 0px;

    margin-top: 0px;

    cursor: pointer;
  
    font-size: 19px;
    line-height: 0px !important
}
.header-1 .col-3 a{
    color: #000;
    font-family: var(--font);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    /* width: fit-content; */
}
.header-1 .col-3 a.active{
    position: relative;
}
.header-1 .col-3 a.active::after{
    position: absolute;
    top: 170%;
    left: 0;
    content:"";
    height: 3px;
    width: 100%;
    background-color:#4674C6;

}
.header-1 .col-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-1 .third-container{
    display: flex
;
    justify-content: end;
    gap: 25px;
    align-items: center;
}
.header-1 .third-container .input-box{
    width: 240px;
    height: 36px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #e9e9e9;
    display: flex
;
    align-items: center;
    background-color: transparent;
    transition: background-color .15s ease-in-out;
}
.header-1 .third-container .input-box .search-bar{
    display: flex
    ;
        justify-content: normal;
        align-items: center;
        padding: 0px 10px;
        gap: 5px;
    height: 36px;
        border-radius: 20px;
        border: 1px solid transparent;
        width: 100%;
}
.header-1 .third-container .input-box .search-bar-input  input{
    border: none;
    outline: none;
    background-color: transparent;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font);
}
.header-1 .third-container .input-box  svg{
    height: 15px;
    width: 15px;
    position: relative;
    top: -2px;
}
.header-1 .account-options{
    display: flex
    ;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
}
.header-1 .account-options span{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
button{
    
    font-size: 14px;
    font-family: var(--font);
    color: #fff;
    border: 2px dotted transparent;
    background-color: #4674C6;
/* border-radius: 6px; */
border: none;
outline: none;
font-weight: 600;
padding: 0px 22px;
/* transition: all .2s ease-in-out; */
height: 34px;
transition: transform .3s cubic-bezier(.5,2.5,.7,.7), box-shadow .3s cubic-bezier(.5,2.5,.7,.7), -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7), -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
border-radius: 8px;
}
button:hover{
    /* background-color: #fff;
    color: #4674C6;
    border: 2px dotted  #4674C6; */
    transform: translateY(calc(-1*  .375em));
    box-shadow: 0 0 0 calc(1*.0625rem) #241c15, 0  .375em 0 0 #241c15;
}
.header-1 .account-options button:nth-child(2){
    background-color: rgb(235, 235, 235);
    color: #000;
    margin-left: 4px;
  
}
.section-1-wrapper {
    position: relative;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%; /* Automatically adjusts to the height of section-1 */
    top: 0;
    left: 0;
    z-index: -1;
}

.section-1 {
    position: relative;
    z-index: 1; /* Ensures content is above the particles */
}

.section-1 h1 ,.section-6 h1{
    font-family: "Bitter";
    font-weight: 600;

    text-align: center;
    font-size:75px;
  margin-top: 10px;
  text-transform: capitalize;
    word-spacing: 4px;
    line-height: 1.1;
}
section{
    padding-top: 30px;
    padding-bottom: 25px;
}
.section-1 p{
    font-family:var(--font);
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
}
.section-1 .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.section-1 .social-icons img{
    height: 50px;
    width: 50px;
}
.section-1 .credit-card-text{
    font-family: var(--font);
    font-weight: 400;
    text-align: center;
    font-size: 15px;
  display: block;

}

.section-1 .tick-icon{
    position: relative;
    top: -1px;
    height: 23px !important;
    width: 23px !important;
}

.section-1 h1 span ,.section-6 h1 span{
    background-image: linear-gradient(90deg, #1179fc 25%, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

}
.section-2 .middle-box{
    background-color: #f6f8fb;
    border-radius: 16px;

display: flex;
justify-content: space-between;
align-items: start;
    padding: 40px;

;
}
section img {
/* width: 100%;
height: 100%; */
border-radius: 8px;
}
.section-2 .middle-box .part-1 {
    width: 48%;
}
.section-2 .middle-box .part-2{
    width: 48%;
}
 h2{
    font-size: 48px;
    font-family: "Bitter";
    font-weight: 600;
}
 h2 span{
    background-image: linear-gradient(90deg, #1179fc 25%, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
h1 span{
    background-image: linear-gradient(90deg, #1179fc 25%, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
.section-3 , .section-7 , .section-8 {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.section-3 .part-2 , .section-7 .part-2 , .section-8 .part-2{
    width: 46%;
}
.section-3 .part-1 , .section-7 .part-1 , .section-8 .part-1{
    width: 50%;
}
.ctr{
    height: 250px;
    background-color: #4674C6;
    width: 100%;
    padding:50px 0px;
    text-align: center;
    color: #fff;
}
.ctr h2{
    font-size: 40px;
}
.ctr button{
    background-color: #fff;
    color: #000;
    margin-top: 20px;

}
.section-4{
    background-color: #f6f8fb;
}
.section-4 .accordion-left{
    padding: 2rem 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3%;
    padding-bottom: 2rem;
    vertical-align: top;
    width: 48%;
}
.section-4 .accordion-right{
    display: inline-block;
        padding-top: 2rem;
        width: 48%;
        padding: 2rem 0;
}
.section-4 .accordion-item{
    border: 1px solid #b6c7d6;
    box-shadow: none;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #2e475d;
    border-radius: .1875rem;
    overflow: hidden;
    position: relative;
}
.section-4 .accordion-item button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: unset !important;
    border-bottom: 1px solid #f6f9fc;
    display: block;
    padding: 1.75rem 1.75rem 1.75rem 3rem;
    text-align: left;
    width: 100%;
    position: relative;
    border-radius: unset !important;
    height: auto !important;
    overflow: visible;
    font-size: unset !important;
    font-family: unset !important;
    display: flex;
    gap: 20px;
    justify-content: normal;
    align-items: center;
    font-weight: unset !important;
}
.section-4 .accordion-item button i{
 color: #4674C6;
 font-size: 18px;
transition: all .2s ease-in-out;
}
.section-4 .accordion-item button i.active{
    transform: rotate(90deg);
}
.section-4 .accordion-item button h6{
    font-size: 20px;
    font-family: var(--heading);
    color: #213343;
    margin-bottom: 0px;
    font-weight: 600;
}
.section-4 .accordion-item  .accordion-content{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out, opacity .2s ease-in-out, visibility 0s .2s ease-in-out;
    visibility: hidden;
}
.section-4 .accordion-item  .accordion-content.active{
    max-height: none;
    opacity: 1;
    overflow-y: hidden;
    visibility: visible;
}

.section-4 .accordion-item  .accordion-content div{
    padding: 0 3rem 1rem;
    
}
.section-4 .accordion-item  .accordion-content div p{
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: var(--font);
}
.section-5 .testimonial-container{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex
;
}
.section-5 .testimonial-container .Col-testimonial{
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: 31.2%;
    display: flex
;
}
.section-5 .testimonial-container .Col-testimonial .testimonial-card{
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex
;
    /* box-shadow: 5px -5px 40px #0509171a; */
    background-color: #f6f8fb;
}
.section-5 .testimonial-container .Col-testimonial .testimonial-card .testimonial-content{
    margin-bottom: 38px;
    color: #0f0f0fbf;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--font);
}
.section-5 .testimonial-container .Col-testimonial .testimonial-card  .person-detail-wrapper{
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex
;
}
.section-5 .testimonial-container .Col-testimonial .testimonial-card  .person-detail-wrapper p{

    letter-spacing: 1px;
    text-transform: uppercase;
    font-family:var(--heading);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.section-5 .testimonial-container .Col-testimonial .testimonial-card  .person-detail-wrapper span{
    letter-spacing: 0;
    text-transform: none;
    align-self: flex-start;
    color: #0f0f0f99;
    font-family: var(--font);
}
footer{
    background-color: #4674C6;
    margin-top: auto !important;

    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}
.footer-sub-wrapper{
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    /* margin-bottom: 140px; */
    display: flex
;
}
footer .brand-info-wrapper{
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    max-width: 237px;
    display: flex
;
}
footer .logo-area h4{
    font-size: 30px !important;
    font-family: 'logo',sans-serif !important;
    margin-bottom: 0px;

    margin-top: 0px;

    cursor: pointer;
  color: #fff;
    font-size: 19px;
    line-height: 0px !important
}
footer .logo-area  {
    display: flex;
    justify-content: normal;
    gap: 5px;
    align-items: center;
}
footer .social-icons{
margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
gap: 20px;

}
footer .social-icons i{
    font-size: 18px;
    color: #fff;
    cursor: pointer;

}
footer  .copywrite{
    font-family: var(--heading);
    font-size: 15px;
    color: #d9d9d9;
}
footer .footer-menu-wrapper{
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    display: flex
;
}
footer .footer-menu-wrapper  .footer-menu-col{
    flex-direction: column;
    align-items: flex-start;
    width: 29.4%;
    display: flex
;
}
footer .footer-menu-wrapper  .footer-menu-col h6{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    font-family: var(--heading);
    line-height: 1.16;
}
footer .footer-menu-col .footer-menus{
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex
;
}
footer .footer-menu-col .footer-menus a{
    text-decoration: none;
    color: #fff;
    opacity: .75;
    display: inline-block;
    font-size: 16px;
    font-family: var(--font);
}
footer .footer-menu-col .footer-menus a:hover{
    scale: 1.1;
    transition: all .2s ease-in-out;
opacity: 1;

}
.header-2{
    display: none;
}
@media only screen and (min-width:300px) and (max-width:1199px){
    .header-1{
        display: none !important;
    }
    header .services-dropdown{
        display: none !important;
    }
    .header-2{
        display: flex !important;
        justify-content: space-between;
        align-items: center ;
        padding: 0px 10px;
        height: 50px;
border-bottom: 2.5px solid #d9d9d9;
    }
    .header-2 img{
        cursor: pointer;
    }
    .header-2 div:nth-child(1) img{
        height: 30px;
        width: 30px;
        position: relative;
        top: -2px;
    }
    .header-2 div:nth-child(1){
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
    }
    .header-2 div:nth-child(1) h4{
        font-size: 19px;
        font-family: 'logo',sans-serif !important;
        margin-bottom: 0px;
    
        margin-top: 0px;
    
        cursor: pointer;
      
        font-size: 19px;
        line-height: 0px !important
    }
    .respo-header{
        display: flex !important;
        position: absolute;
        background-color: #fff;
        top: 50px;
        left: 0;
        width: 100% !important;
        height: 0px;
        opacity: 0;
        z-index: 100;
        transition: all .15s ease-in-out;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .respo-header.active{
height: 230px;
        opacity: 1;
    }
    .respo-header ul{
        padding: 0px;
        list-style: none;
        width: 100%;
    }
    .respo-header ul li{
        font-size: 16px;
        cursor: pointer;
        margin-left:15px ;
        margin-top:10px;
        font-family: var(--font);
    }
    .respo-header ul li.active{
        color: #1179fc;
        font-weight: 700;
    }
    .respo-header  button{
        width: 44%;
        margin-top: 10px;
    }
    .respo-header  button:nth-child(7){
        background-color: rgb(235, 235, 235);
        color: #000;
        margin-left: 4px;
        border: 1.5px solid #000;
    }
}
@media only screen and (min-width:320px) and (max-width:600px){
    .section-6 h1{
        font-size: 67px !important;
    }
    .text-container-two span{
        text-align: center !important;
        animation:none !important;
    }
   .text-container {
    height: 60px !important;
   }
     .text-container span {
        height: 60px !important;
          animation: respo 12s  infinite !important;
     }
    .main-banner h1{
        font-size: 40px !important;
    }
    .services-content p {
        font-size: 14px !important;
    }
    .sec-1-btn-area div{
        justify-content: center !important;
        }
    .section-15{
        margin-bottom: 0px !important;
    }
    .section-15 .light-box .play-button{
        width: 50px !important;
        height: 50px !important;
    }
 .section-2 img , .section-3 img , .section-11 img , .section-7 img , .section-8 img{
    width: 100% !important;
    height: 300px !important;
 }
 .send-button {
    height: 60px !important;
    width: 100% !important;
 }
 .email-header input{
    width: 100%  !important;
 }
 .email .part-2{
    width: 100% !important;
 }
 .email{
    flex-wrap: wrap-reverse !important;
 }
    .section-1 .social-icons img {
        width: 50px !important;
    }
    main{
        margin-bottom: 60px !important;
    }
    .section-11{
        flex-wrap: wrap-reverse;
    }
    .section-11 .part-1 , .section-11 .part-2{
        width: 100% !important;
    }
    .counter-box {
        flex-wrap: wrap;
        margin-bottom: 0px !important;
    }
    .counter-box .single-counter{
width: 100% !important;
margin-bottom: 15px;
    }
    .section-11 .part-2{
margin-bottom: 25px;
    }
    br{
        display: none;
    }
    .section-1 h1 {
        font-size: 50px !important;
    }.section-1 p{
        font-size: 19px !important;
    }
    .section-2 .middle-box{
        flex-wrap: wrap ;
        padding: 25px !important;

    }
    .section-2 .middle-box .part-1  , .section-2 .middle-box .part-2 ,  .section-3 .part-1  , .section-3  .part-2{
        width: 100% !important;
    }
    h2{
        font-size: 25px !important;
    }
    .section-2 h2{
        margin-top:20px ;
    }
    .section-3 {
        flex-wrap: wrap;
        padding-top: 10px !important;
    }
    .section-7 {
        flex-wrap: wrap;
        margin-top: 0px !important;
    }
    .section-8{
flex-wrap: wrap-reverse;
margin-top: 0px !important;



    }
    .section-8 h2 ,  .section-7 h2{
        margin-top: 20px !important;
    }
    .section-7 .part-1 ,.section-7 .part-2{
        width: 100% !important;
    }
    .section-8 .part-1 ,.section-8 .part-2
    {
        width: 100% !important;
    }
    .section-4 ul{
        width: 100% !important;
        padding: 0px  !important;
        margin-bottom: 0px !important;
    }
    .section-4 .accordion-item button{
        padding: 1.75rem 1.75rem 1.75rem 2rem !important; 
    }
    .section-4 .accordion-item button h6 {
        font-size: 16px !important;
    }
    .section-5 .testimonial-container{
        flex-wrap: wrap;
    }
    .section-5 .testimonial-container .Col-testimonial {
        width: 100% !important;
        margin-bottom: 15px;
        grid-row-gap: 15px !important;
    }
    .section-5 .testimonial-container .Col-testimonial .testimonial-card .testimonial-content{
        font-size: 16px !important;
    }
    .section-5 .testimonial-container .Col-testimonial .testimonial-card .person-detail-wrapper span , .section-5 .testimonial-container .Col-testimonial .testimonial-card .person-detail-wrapper p{
        font-size: 14px !important;
    }
    .footer-sub-wrapper {
        flex-wrap: wrap;
        padding: 30px 10px !important;
    }
    footer .brand-info-wrapper {
        max-width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 24px;
    }
    footer .footer-menu-wrapper{
        width: 100% !important;
        flex-wrap : wrap ;
    }
    footer .footer-menu-wrapper .footer-menu-col{
        width: 48% !important;
        margin-bottom: 20px ;
    }
    footer .footer-menu-wrapper .footer-menu-col h6{
        font-size: 18px !important;
    }
    footer .footer-menu-col .footer-menus a {
        font-size: 14px !important;
    }

} 
.respo-header{
    display: none;
}
@media  only screen and (min-width:2000px) {
    .main-banner h1{
        font-size: 65px !important;
    }
  
    .section-1 p{
        font-size: 25px !important;
    }
    header .services-dropdown{
        width: 50% !important;
    }

}

     @keyframes respo {
    0% {
      transform: translateY(0) ;
    }
    
    5% {
      transform: translateY(-60px) ;
    }
  
    15% {
      transform: translateY(-60px) ;
    }
  
    25% {
      transform: translateY(-100px);
    }
  
    35% {
      transform: translateY(-100px) ;
    }
  
    45% {
      transform: translateY(-160px) ;
    }
  
    55% {
      transform: translateY(-160px) ;
    }
  
    65% {
      transform: translateY(-220px) ;
    }
  
    75% {
      transform: translateY(-220px) ;
    }
  
    95% {
      transform: translateY(-280px) ;
    }
  
    100% {
      transform: translateY(-220px) ;
    }
  }
.login-area .logo-area
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.login-area .logo-area img{
    height: 35px;
    width: 35px;
}
.login-area .logo-area h4{
    font-size: 30px !important;
    font-family: 'logo',sans-serif !important;
    margin-bottom: 0px;

    margin-top: 0px;

    cursor: pointer;
  color: #000;
    font-size: 19px;
    line-height: 0px !important
}
.login-area .login-container{
    display: flex;
    justify-content: center;
    align-items: center;
  
    margin:0 auto;
    max-width: 400px;
  
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
    /* background-color: #f6f8fb; */
    flex-direction: column;
    margin-top: 50px;
}
.login-area .login-container h2{
    font-size: 28px;
}
.login-area .login-container input{
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    transition: all .5s ease;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    width: 100%;
    display: block;
    padding: .375rem .75rem;
outline: none;
font-family: var(--font);
font-weight: 500;
margin-top: 25px;
}
.login-area .login-container form{
    width: 100%;
}
.login-area .login-container button{
    margin-top: 15px;
}
.login-area .login-container button:disabled{
    background-color: #ccc;
    
    cursor: not-allowed;
}
.login-area .login-container button:disabled:hover{
    background-color: #ccc;
    border: none;
    color: #fff;
}
.login-area .login-container  p{
    margin-bottom: 0px ;
    font-family: var(--font);
    font-size: 16px;
margin-top: 14px;


}
.login-area .login-container  p a{
color: #000;
font-weight: 600;

}
.login-area .login-container input:focus{
border: 1px solid #4674C6;
}
main{
    margin-bottom: 100px;
}
.login-area .password-div{
    position: relative;
}
.login-area .password-div i{
    position: absolute;
    top: 35%;
    cursor: pointer;
    left: 90%;
}
.toggle-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    margin-left: 10px;
}

.text-left,
.text-right {
    transition: color 0.3s;
    font-size: 16px;
    font-family: var(--heading);
}

.text-left {
    color: #333;
}

.text-right {
    color: #b3b3b3;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 27px;
    margin: 0 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #4674C6;
}

input:checked + .slider:before {
    transform: translateX(26px);
}
.section-11{
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}
.section-11 .part-1{
    width: 48%;
}
.section-11 .part-2{
    width: 48%;
}
.section-11 .part-1 p{
    font-family: var(--font);
}
.section-11 .part-1 h1{
    font-weight: 700;
}
.counter-box{
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
    display: flex
;
}
.counter-box .single-counter{
    backdrop-filter: blur(40px);
    text-align: center;
    background-color: #4674C6;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 31.25%;
    padding: 40px 32px;
    display: flex
;
}
.counter-box .single-counter .title{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: var(--heading);
}
.counter-box .single-counter .para{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font);

}
.section-13 .middle-box{
    background-image: url("https://cdn.prod.website-files.com/63860c8c65e7bef4a1eeebeb/63949fd68a7e8d7fb9412dcd_Mask%20group.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    /* margin-bottom: 140px; */
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex
;
    position: relative;
    overflow: hidden;
}
.section-13 h1{
    color: #fff;
    font-weight: 800;
}.section-13 p{
    color: #fff;
    font-weight: 800;
    font-family: var(--font);

}
.section-13  button{
   margin-top: 10px;
background-color: #fff;
color: #1179fc;
}
.section-4 .accordion-item button:hover{
    box-shadow:none !important;
    transform: none !important;
}
.section-14 h1{
    font-weight: 800;
    font-family: var(--heading);
    text-align: center;
}
.section-14 p{
    font-weight: 400;
    font-family: var(--font);
    text-align: center;
}
.section-14{
    padding-top: 60px;
}
.section-15{
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin-bottom: 113px;
    object-fit: fill;
}
.section-15 .light-box{
    z-index: 5;
    /* background-image: url("https://cdn.prod.website-files.com/63860c8c65e7bef4a1eeebeb/664f8d498e41cbc53185f151_Rectangle%207171.png"); */
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0px;
    padding: 8px;
    display: flex
;
    position: relative;
}
.section-15 .light-box .video-poster{
    border-radius: 20px;
    width: 100%;
}
.section-15 .light-box  .play-button{
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    inset: 0%;
}
.tag-line{
    background-color: rgb(255, 221, 0);
  height: 30px;

    text-align: center;
    font-family: var(--font);
    color: #000;
    font-size: 16px;
}
.tag-line p{
    padding-top: 2px;
}
.section-7 p{
    font-size: 18px;
    font-family: var(--font);
}
header .services-dropdown {
    background-color: rgb(250, 250, 250);
    display: none;
    opacity: 0;
    border: 2px solid #d9d9d9;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 25px;
    z-index: 10;
    top: 56px;
    position: absolute;
    transition: opacity 0.3s ease, display 0s ease 0.3s; /* Display delay to match fade-out */
    justify-content: space-between;
    pointer-events: none;
}

header .services-dropdown .column .item:hover {
    scale: 1.1;
    transition: all .15s ease-in-out;
    cursor: pointer;
}
header .services-dropdown.visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}


header .services-dropdown .column .item img{
    height: 30px;
    width: 30px;
}
header .services-dropdown .column .item{
    display: flex;
    justify-content: normal;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
}
header .services-dropdown .column .item h6{
font-size: 16px;
font-weight: 600;
font-family: var(--heading);
margin-bottom: 0px;
}
header .services-dropdown .column .item p{
    font-size: 13px;
    font-family: var(--font);
}
header .services-dropdown .column {
    width: 32%;
}
.main-banner {
    position: relative;
    /* background-color: #000; */
}

.main-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); /* Dark overlay */
    z-index: 1;
}

.main-banner img {
    position: relative;
    z-index: 0;
}
.main-banner h1{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: var(--heading);
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    z-index: 3;
}
.services-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.services-content p{
    font-size: 18px;
    color: #000;
    font-family: var(--font);
    font-weight: 400;
    margin-bottom: 25px;
}
.text-container {
    display: inline-flex;
    flex-direction: column;
    height: 82px;
    overflow: hidden;
  }
  
  .text-container span {
    text-align: start;
    height: 82px;
    color: lightcoral;
    transition: all .2s ease-in-out;
    animation: moveUp 12s  infinite;
  }
  .text-container-two {
    display: inline-flex;
    flex-direction: column;
    height: 82px;
    overflow: hidden;
  }
  
  .text-container-two span {
    text-align: start;
    height: 82px;
    color: lightcoral;
    transition: all .2s ease-in-out;
    animation: moveUp2 12s  infinite;
  }
  @keyframes moveUp {
    0% {
      transform: translateY(0);
    }
    
    5% {
      transform: translateY(0);
    }
  
    15% {
      transform: translateY(-82px);
    }
  
    25% {
      transform: translateY(-82px);
    }
  
    35% {
      transform: translateY(-164px);
    }
  
    45% {
      transform: translateY(-164px);
    }
  
    55% {
      transform: translateY(-246px);
    }
  
    65% {
      transform: translateY(-246px);
    }
  
    75% {
      transform: translateY(-328px);
    }
  
    95% {
      transform: translateY(-328px);
    }
  
    100% {
      transform: translateY(-246px);
    }
  }
  
  @keyframes moveUp2 {
    0% {
      transform: translateY(0);
    }
    
    5% {
      transform: translateY(0);
    }
  
    15% {
      transform: translateY(-82px);
    }
  
    25% {
      transform: translateY(-82px);
    }
  
    35% {
      transform: translateY(-164px);
    }
  
    45% {
      transform: translateY(-164px);
    }
  
    55% {
      transform: translateY(-246px);
    }
  
    65% {
      transform: translateY(-246px);
    }
  
    75% {
      transform: translateY(-328px);
    }
  
    85% {
      transform: translateY(-328px);
    }
  
    100% {
      transform: translateY(-410px);
    }
  }
  