*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root{
    --DarkBlue:#0c2645;
    --Yellow:#ffe823;
    --White:#fff;
    --Black:#2d2d2d;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

#page {
    overflow-x: hidden;
}

body {
  margin: 0;
  background:  #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color:#575d65;
  letter-spacing: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height:115%;
  color:var(--Black);
}

.h1, h1 { font-size: 60px; }

.h2, h2 { font-size: 50px; }

.h3, h3 {font-size: 24px;}

.h4, h4 { font-size: 20px;}

.h5, h5 {font-size: 18px;}

.h6, h6 { font-size: 16px;}


a{
  transition: 0.5s ease all;
  text-decoration: none;
}


p , li{margin-top: 0; line-height:140%; margin-bottom:15px; font-size:16px; color:#575d65; font-weight: 500;}

ul{padding:0px; margin:0px;}

.img-fluid { max-width: 100%;display: block;height: auto;}

.container{max-width: 1310px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;}

.btn{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; -webkit-appearance:none; -moz-appearance:none; appearance:none; background: transparent; border: 1px solid transparent; position: relative; font-family: "Montserrat", sans-serif;   -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;  letter-spacing: 0px; border-radius: 100px; padding: 6px 8px 6px 20px;    font-size: 16px; line-height: 1; font-weight: 600; text-transform: uppercase;  text-align: center;    text-decoration: none; cursor: pointer;}

.btn-primary{ background: #fff; border: 1px solid transparent;}
.btn-primary span{color:var(--Black);}


.btn-border{border-color:var(--White);}

.btn-border:hover{border-color:var(--Black);}


.btn-outline{background:transparent; border-color:var(--Black);}

.btn-outline:hover{border-color: transparent;}





.btn-primary .icon{width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 50%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background:var(--Yellow);}
.btn-primary:hover{background:var(--Yellow);}
.btn-primary:hover span{color:var(--Black); -webkit-text-fill-color:inherit}
.btn-primary:hover .icon{background: transparent;}
.btn-primary .icon img{transition:0.5s ease all; filter: invert(1);}
.btn-primary:hover .icon img{ transform: translateX(5px);}
.btn:focus{outline: none; }



.hero-banner {
  height:85vh;
  overflow: hidden;
  padding-top: 124px;
  padding-bottom:40px;
  display: flex;
  align-items:center;
  justify-content: center;
  position:relative; 
  min-height:600px;
}

.hero-video {
    position: absolute;
    top:0;
    left:0;
   width:100%;
   height:100%;
    object-fit:cover;
   z-index:-1;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
    width:100%;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.header_wrap {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0px;
}

.header_row{display: flex; justify-content: space-between; gap:20px; align-items: center;}

.header_button{display: flex; gap:15px;}

.banner_content_row .banner_content{text-align: center; color:var(--White); max-width:900px; margin: auto;}

.banner_content_row .banner_content h1{font-size:60px; margin-bottom:10px; color:var(--White);}

.banner_content_row .banner_content p{font-size:20px; color:var(--White); max-width:700px; margin: auto;}

.banner_content_row .banner_content ul{display: flex; flex-wrap: wrap; column-gap:20px; margin:30px 0px 20px 0px; justify-content: center;}

.banner_content_row .banner_content ul li{margin-bottom:10px; padding-right:20px; color:var(--White); font-size:18px;}

.banner_list ul{display: flex; flex-wrap: wrap; column-gap:20px; margin:30px 0px 0px 0px; justify-content: center; row-gap:20px;}

.banner_list ul li{  list-style:none;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(6px);
  padding:8px 20px;
  border-radius:30px;
  font-size:18px;
  color:#fff;
  border:1px solid rgba(255,255,255,0.2);
  margin-bottom:0px;
}

.banner_btn{display:flex; gap:15px; justify-content: center; padding-top:30px;}

.counter_wrap {

    background: var(--DarkBlue);

    padding: 30px 0px;
}

.counter_wrap .container{max-width:920px;}



.counter_row{display: flex;  align-items: center; justify-content: space-between;}



.counter h3{font-size:40px; color: var(--White); line-height: 115%; font-weight: 600; margin-bottom:0px;}



.counter p{color: var(--White); font-size: 24px; font-weight: 500; margin-bottom:0px; line-height:130%;}

.counter{text-align: center;}




.faq_wrap h2{color:var(--Black); margin-bottom:30px;}

.faq_wrap{padding:80px 0px;}


.accordion-content {display: none; max-width:1028px;}

.accordion-header h3 {position: relative; padding-right: 50px; font-size:24px; font-weight:600; color:var(--Black); margin-bottom:0px; }

.accordion-item {
     border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;  transition: all 0.35s ease; padding-left:90px; position: relative;
}

span.number{position: absolute; left:0; font-size:24px; font-weight:600; color:var(--Black); padding-top:20px;}


.accordion-header{padding:20px 0px; cursor: pointer;}

.accordion-content p {font-size:16px; margin-bottom:20px;}


.icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:var(--DarkBlue);
  border-radius:50%;
}

.icon-box::before,
.icon-box::after {
  content: "";
  position: absolute;
  background-color:#fff;
  transition: transform 0.3s, opacity 0.3s;
}

.icon-box::before {
  width: 2px;
  height: 10px;
}

.icon-box::after {
  width: 10px;
  height: 2px;
}

.accordion-item.open .icon-box::before {
  opacity: 0; 
}

.accordion-item.open .icon-box::after {
  transform: rotate(0deg);
}










.footer_cta{padding:80px 0px; background:var(--Yellow);}



.footer_cta_row{color:var(--Black); text-align: center;}



.footer_cta_row h2{font-size:50px; color:var(--Black); margin-bottom:30px;}

.footer_cta_row p{margin-bottom:30px; font-size:18px;}

.footer_cta_button{display: flex; justify-content: center; gap:15px;}

.footer_wrap{background-color: var(--DarkBlue);}

.footer_row{display:flex; justify-content: space-between; align-items: center; gap:15px;}

.copyright p{margin-bottom:0px; color:var(--White); font-size:16px;} 

.footer_wrap{padding:20px 0px;}






.real-review-head h2{font-size: 50px; color:var(--Black); margin-bottom:30px; text-align: center;}
.real-review-head{text-align: center; padding:0 15px;}
.review-section-slider .item{width: 25%;  padding:0px 15px; height: inherit;}
.review-section-slider .item .item-inner{padding: 0 20px 20px; background:var(--White);  border-radius: 10px; height: 100%; position: relative;}
.review-section-slider .item .item-inner .item-head h3{font-weight: 500; font-size: 20px; margin-bottom: 10px;}
.review-section-slider .item .item-inner .item-head .review-star{display: flex;}
.review-section-slider .item .item-inner .item-head{padding:24px 0px 13px 0px; border-bottom: 1px solid #E4E4E4;}
.review-section-slider .item .item-inner .item-content {padding-bottom: 50px;}
.review-section-slider .item .item-inner .item-content p{font-weight: 500; font-size: 16px; margin-top: 16px;}
.review-section-slider .item .item-inner .author-details{display: flex; position:absolute; bottom: 20px; gap:20px; align-items: center;}
.review-section-slider .item .item-inner .author-details .author-img{width: 41px; height: 41px; position: relative;}
.review-section-slider .item .item-inner .author-details .author-img img{width: 100%; height: auto; border-radius:100%;}
.review-section-slider .item .item-inner .author-details .auther-name h5{font-weight: 500; font-size: 14px; margin-bottom: 0; color:var(--Black);}
.review-section-slider .item .item-inner .author-details .author-img::before{content: ""; width: 51px; height: 51px;border: 1px solid #000; border-radius: 50%;        position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.real-reviews-wrap{padding:80px 0px; background:#eff2fb;}
.review-section-slider .slick-track{display: flex;}
.review-section-slider{margin-bottom:0px;}


.arrow-prev, .arrow-next {
    border:2px solid var(--DarkBlue);
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--DarkBlue);
}


.arrow-prev:hover, .arrow-next:hover{
   background-color: var(--DarkBlue);
   color:var(--White);
}


.custom-arrow {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding:30px 15px 0px 15px;
}



.team_member_slider .item .item_inner{border-radius:20px; position:relative;}

.team_member_slider .item {padding:0px 15px;}


.team_member_slider  .slick-list{
 overflow: visible !important; 
}

.team_member_slider .item .item_inner .member_img{
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.team_member_slider .item .item_inner .member_img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius:20px;
}

.team_member_slider{margin:0 -15px;}

.team_h{display: flex; justify-content: center; align-items: center; gap:80px; padding-bottom:30px;}

.team_h .custom-arrow{padding:0px;}

.team_h_content p{margin-bottom:0px;}

.team_wrap{padding:80px 0px;}



.services-tabs-wrap{
padding:80px 0;
background:#eff2fb;
text-align:center;
}


.tabs{
display:flex;
justify-content:center;
gap:40px;
border-bottom:1px solid #e5e5e5;
margin-bottom:40px;
}

.tab-btn{
padding:14px 5px;
border:none;
background:none;
cursor:pointer;
font-family:"Montserrat", sans-serif;
font-weight:600;
font-size:18px;
color:#8c8c8c;
position:relative;
}

.tab-btn:after{
content:"";
position:absolute;
left:0;
bottom:-1px;
width:0;
height:3px;
background:#4a6cf7;
transition:0.3s;
}

.tab-btn.active{
color:#4a6cf7;
}

.tab-btn.active:after{
width:100%;
}

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}


.tab-content .service_w{display: flex; flex-wrap: wrap; gap:30px;}

.tab-content .service_w .service-box{width:calc(25% - 22.5px); border:1px solid var(--DarkBlue); border-radius:25px; padding:20px 10px;}

.tab-content .service_w .service-box h3{margin-bottom:0px;}

.service-box .icon{max-width:80px; margin:0px auto 10px;}

.services-tabs-wrap h2{margin-bottom:30px;}

.what_we_btn{padding-top:40px;}

.cta_band_w{background: var(--Yellow); padding:40px 0; text-align:center;}

.cta_band_w h3{
margin-bottom:20px;
}

.why_us_banner{
padding:80px 0;
}

.why_us_banner h2{
text-align:center;
margin-bottom:40px;
}

.why-row{
display:flex;
flex-wrap:wrap;
gap:30px;
}

.why-row .why-box{
width:calc(25% - 22.5px);
height:220px;
border-radius:25px;
background-size:cover;
background-position:center;
position:relative;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
}

.why-box::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.6);
transition:.4s;
}

.why-box:hover::before{
background:rgba(0,0,0,0.9);
}

.why-content{
position:relative;
z-index:2;
text-align:center;
color:#fff;
padding:20px;
}

.why-content h3{
font-size:22px;
margin-bottom:8px;
color:var(--White)
}

.why-content p{
font-size:16px;
margin:0;
color: var(--White);
}


.sticky-buttons {

  position: fixed;

  bottom: 20px;

  right: 20px;

  display: flex;

  flex-direction: column;

  gap: 15px;

  z-index: 10000;

}




.sticky-buttons a {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 26px;

    text-decoration: none;

    position: relative;

    overflow: hidden;

}



@keyframes slide {



  0% { transform: translateY(-30%); }



  50% { transform: translateY(30%); }



  100% { transform: translateY(-30%); }



}





.sticky-buttons .whatsapp-btn {

    background-color: #25d366;

    animation: slide 4s linear infinite;

}



.sticky-buttons .call-btn {

    display: none;

    background:var(--Yellow);

    font-size: 21px;

    color:var(--Black);

    font-weight: 500;

} 