@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
        font-family: 'Urbanist', sans-serif;
}


.orange{
    color: #F3623F;
    font-weight: 800;
}


.service-card{
    /* height: 310px; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    
}
.service-card i{
   font-size: 42px;
   padding-bottom: 20px;
   color: #414141;
}
.text-services{
    font-size: 20px;
    font-weight: bold;
    color: #f3623f;
    padding-bottom: 12px;
}

.banner{
    padding: 30px 0;
}


/* 2 section css */
/* row 1 */
.row1text{
    
    box-sizing: border-box;
    text-align: center;
  
}
.row1text h2{

   
    font-size: 52px;
    font-weight: 500; 
}
.row1text span{
    font-weight: 700;
    color: #f3623f;
}

/* row 2 */

.row2text{
    padding: 0;
}
.row2text h2{
    font-size: 34px;
}
.row2text span{
 font-weight: 800;
    color: #f3623f;
}

.row2text h1{
    /* padding: 0 !important;  */
    margin-top: -30px;
   font-weight: 900;
    color: #414141;
    font-size: 128px;
    /* font-size: 18px; */
}

.row2text .fa-circle{
    font-size: 20px;
        color: #f3623f;
}

/* row star desktop */

.starmobile{
    display: none;
}
.row3{
    padding: 0px 10px;
    align-content: center;
}
.wave i{
    margin: 0 20px;
    color: #F3623F;
    font-size: 22px;
    align-content: center;
}

.wave img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}



.row4text span{
    font-weight: 800;
    color: #f3623f;
}




/* icon section css */
.icontitle h4{
    font-weight: 400;
    font-size: 38px;
}
.icontitle h2{
      font-size: 36px;
  font-weight: 800;
    color: #f3623f;
}



.card2 i{
      font-size: 30px;
      padding-bottom: 15px;
      padding-top: 10px;
     color: #f3623f;
}



/* 1 faq css */
.faqcontainer h1{
    font-weight: 400;
    font-size: 44px;
    padding-bottom: 7px;
}
.faqcontainer span{
    font-weight: 700;
    color: #f3623f;
}


/* FAQS section css */

/* .accordion-item{
    border: none;
} */

.FAQS{
    background: #f3fbff;
  
}


.faqs-title{
       color: #212121;
    font-size: 1rem;
    font-weight: bold;
    /* background: #F3FBFF !important; */
    background: white !important;
   
}
.faqs-title:hover{
    color: #F3623F;
}
.bodycolor{
      background: #F3FBFF !important;
      
}

.accordion-button:focus{
    background: transparent;
    /* border: #000; */
        box-shadow: inset 0 0;
}

.accordion-button:not(.collapsed){
     color: #F3623F;
}



/* last faqs title */
.lasttext h1{
    font-weight: 700;
    color: #F3623F;
}
.lasttext span{
    font-weight: 400;
    color: #212121;
}
.borderfaq{
    border: none;
    border-bottom: 1px solid #cabebe63;
}


/* mobile responsive */

@media only screen and (max-width: 678px){
.CTA h1{
  font-size: 24px !important;
}

    .banner{
    padding: 20px 0;
}

.row1text h2{
    width: 100% !important;
    font-size:32px;
}

.row2text h1{
    font-size: 110px;
}

.icontitle h4{
    
    font-size: 30px;
}
.icontitle h2{
      font-size: 28px;
 
}
.faqcontainer h1{
    padding: 20px 7px;
    font-size: 30px;
}

.lasttext h1{
    padding-left: 20px;
}
.btn-div{
    flex-direction: column !important;
}

.starmobile{
    display: block;
}

.stardesktop{
    display: none;
}
}







/* card css section after faqs */

.sectioncard {
      padding: 80px 0;
    }

    /* Left Side */
    .section-left h5 {
     
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 15px;
    }
    .section-left h5 span{
        color: #f3623f;
    }

    .section-left h2 {
      font-size: 34px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .section-left h2 span {
      color:#f3623f;
      font-weight: 700;
    }

    .section-left p {
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      margin-bottom: 35px;
    }

    .btn-explore {
      display: inline-block;
      background: linear-gradient(45deg, #37B4AA,#0B9890,  #01928B);
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      padding: 14px 28px;
      border-radius: 40px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .btn-explore:hover {
        color: #fff;
        opacity: 0.9;
     
    }

    /* Right Side Cards */
    .video-card {
      position: relative;
      width: 200px;
      height: 360px;
      border-radius: 16px;
      overflow: hidden;

      /* background: #000; */
      color: #fff;
      flex-shrink: 0;
    }

    .video-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
    }

    a{
        text-decoration: none;
    }
    


  

    /* logo section last */

    .head span{
        color: #F3623F;
        font-weight: 700;
    }



    .logodiv{
        /* background: #000 !important; */
        width: 200px;
      
        height: 80px;
      
        padding: 2px  !important;
         

        
    }
    .logodiv img{
     
        height: 100%;
        width: 120px;
        object-fit: contain;
       
        
    }

.logohead{
        display: flex;
        justify-content: center;
        align-items: center;
       
        gap: 30px;
}




  

    /* Responsive Cards */
    .section-right {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .video-card{
        
       box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    @media (max-width: 992px) {
       
      .section-left {
        text-align: center;
        margin-bottom: 30px;
      }
      .section-right{
        gap: 30px;
        padding: 10px 0 !important;
       
       
      }
      .video-card {
        box-shadow: none;
        /* width: 180px; */
        
        width: 20%;
        text-align: center;
       height: 200px !important;
      
     
      }
      .video-card img{
      
        filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6)); 
        text-align: center;
        height: 200px;
        /* width: 260px !important; */
        object-fit: contain;
      }
      .section-left h2{
        font-size: 26px;
        padding: 0 20px;
      }
    }









    /* footer form css */
    .formdiv h1{
        font-size: 26px;
        font-weight: bold;
}

.formdiv span{
 color: #01928B;
/* 
 color:#01928B; */
}


.ctabtn{
        display: inline-block;
        margin-top: 10px;
        
      background: linear-gradient(45deg, #37B4AA,  #01928B);
        /* background: #9EB62A; */
        /* background: #A9BE42; */
        text-decoration: none;
        color: white;
        padding: 10px 30px;
        font-weight: 700;
        
}
   
.ctabtn:hover{ transition: none;
    opacity: 0.8;
        background: #01928B;
        color: white;
}




/* gallery css */

    .container.custom { max-width: 1150px; }
    .divider { width:60px; height:4px; background:#bfbfbf; margin: 18px auto; border-radius:3px; }
    .gallery-title { text-align:center; margin-bottom:18px; }
    .gallery-title h2 { font-size:34px; margin:0; }
    .gallery-title h2 .accent { color:#f3623f; } /* orange */
    .gallery-title p { color:#666; margin-top:10px;  }

    /* Grid thumbnails */
    .thumb { overflow:hidden; border-radius:6px; box-shadow:0 4px 14px rgba(0,0,0,0.06); height:280px; display:block; }
    .thumb img { width:100%; height:100%; object-fit:cover; transition: transform .35s ease; display:block; }
    .thumb:hover img { transform: scale(1.06); }

    /* Small gap between rows on mobile */
    .row.g-2 > [class*="col-"] { margin-bottom: 2px; }

    /* Caption under gallery (optional) */
    @media (max-width: 576px) {
      .thumb { height:190px; }
      .gallery-title h2 { font-size:26px; }
      
    }




    
    
/* CTA section css */
.CTA{
     background-image: linear-gradient(to right, #FF9C00, #ED5E5D);
     padding: 160px 10px;
     margin-bottom: 20px;
     color: white;
}
.CTA h1{
    font-weight: 800;
    font-size: 31px;
}
.CTA p{
      font-style: italic;
      font-size: 20px;
      padding: 10px 0;
}


.btn-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn-div .b2{

 padding: 16px 60px;
    border-radius: 0;
    text-decoration: none;

}


.b2 {
 
 border: unset;
 border-radius: 15px;
 color: #f1f1f1;
 z-index: 1;
 background: transparent;
 position: relative;
 font-weight: 1000;
 font-size: 20px;
 font-weight: 900;
 /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
 /* box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
 transition: all 250ms;

 overflow: hidden;
 border: 1px solid white;
}

.b2::before {

     border: 1px solid white;
 content: "";
 position: absolute;
 top: 0;
 left: -100%;
 height: 100%;
 width: 0;
 /* border-radius: 335px; */
 background-color: white;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 /* transition: all 1600ms */
 transition: all 0.5s;
}

.b2:hover {
 color: #212121;
}

.b2:hover::before {
 width: 100%;

 left: 0;
}

