@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: #004a7c;
    --secondary-color: #25bc64;
    --text-color: #333;
    --background-color: #f4f4f4;
}
body{
    overflow-x: hidden !important;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.spacer{
    width: 100%;
    height: 100px;
}
.sec-btn{
    margin-top: 10px;
    display: inline-block;
}
.sec-btn a{
    margin-top: 10px;
    text-decoration: none;
    padding: 8px 25px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.sec-title h2{
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
    /* background: var(--primary-color); */
    display: inline-block;
    padding: 1px 5px;
    border-radius: 1px;    
}
.sec-sub-title{
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    background: var(--secondary-color);
    display: inline-block;
    padding: 1px 5px;
    border-radius: 1px;
    text-transform: uppercase;
}
.line-spacer{
    width: 100%;
    height: 30px;
}
.ser-section{
    padding: 2rem 0;
}
.service-page-subtitle h6{
    background: var(--secondary-color);
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    transform: skew(-10deg);
    position: relative;
    z-index: 2;
}
    .iti__flag {
        background-image: url(../images/68.webp) !important;
    }
.service-page-subtitle h6:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
}
.service-page-title h2{
    color: var(--primary-color);
    font-style:italic;
}
.ser-accordian{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}



.hero{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #F7F7F9;
    font-family: "Inter", sans-serif;
    background: url('../images/heroo-nr.webp') no-repeat top right;
     background-size: 90% auto;
    
}
/*.hero::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*     background-color: rgba(4, 49, 122, 0.1); */
/*     backdrop-filter: blur(1px); */
/*    z-index: 1;*/
/*}*/
.hero::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 500px;
    /*background: url('../images/hero-img.webp') no-repeat center center;*/
    background-size: cover;
    /* mix-blend-mode: darken; */
    z-index: 2;
}

.inner-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.top-header {
    background-color: var(--primary-color);    
    padding: 20px;
    text-align: center;
    height: 5vh;
    width: 100%;
    display: flex;
    padding: 0 3rem;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.top-header-right,
.top-header-left {
    display: flex;
    align-items: center;
}
.top-header-right{
    width: 50%;
    background: rgba(255, 255, 255, 1);
    position: relative;
    box-shadow:  -2px -2px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.top-header-right::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 15px solid #022237;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    z-index: 3;
}
.top-header-right::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
}
.icon-box{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.icon-box i{
    color: #6fe800;
    padding-right: 10px;
    
}
.icon-box a{
    color: #fff;
    font-size: .8rem;
}
.social-link ul{
    display: flex;
    align-items: center;
}
.social-link ul li{
    padding-left: 20px;
}
.social-link ul li a{
    font-size: 1.7rem;
    color: var(--primary-color);
}
.social-link ul li a i{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.main-menu{
    display: flex;
    width: 100%;
    padding: 0px 4rem;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 6px #2ecc71;
    background: #fff;
    position: relative;
    z-index: 99; 
}
.main-menu-inner{
    display: flex;
    width: 100%;
    padding: 0px 4rem;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 2px 2px 6px #2ecc71; */
    background:transparent;
    position: relative;
    z-index: 99; 
}

.main-menu-inner.sticky {
    box-shadow: 2px 2px 6px #2e60cc;
    background-color: #fff;
}

.main-menu-inner.sticky nav ul li a {
    color: var(--primary-color) !important;
}


.main-logo a img{
    width: 100px;
    /*background: var(--primary-color);*/
}
/* Default state */
.logo-sticky {
    display: none;
}

/* When sticky */
.main-menu-inner.sticky .logo-default {
    display: none;
}

.main-menu-inner.sticky .logo-sticky {
    display: inline-block;
}

nav {
    height: 100%;
}
nav ul{
    display: flex;
    margin-bottom: 0;
    /* position: relative;
    z-index: 99!important; */
}
nav ul li{
    padding-left: 25px;
}
nav ul li a{
    color: var(--primary-color);
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    line-height: 80px;
}
.main-menu-inner nav ul li a{
    color: #fff;
}
.main-menu-inner .sticky nav ul li a{
    color: #ffffff;
}
.main-menu-inner .hasSubmenu ul li a{
    color: #004A7C !important;
}
.main-menu-inner .hasSubmenu a{
    color: #fff;
}
nav ul li a i{
    margin: 28px 0 0 5px;
    line-height: 80px;
}
.menubar-buttons a:nth-child(1){
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.menubar-buttons a:nth-child(2){
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.discount span{
    animation: pulse 2s ease-in-out infinite;
    display: inline-block;
    /* color: rgb(225, 38, 9); */
    color: yellow;
    font-weight: 700;
}
.hamburger{
    display: none;
}
@keyframes pulse {
    0% {
        transform: scale(1);
 
    }
    50% {
        transform: scale(1.2);
       
    }
    100% {
        transform: scale(1);
       
    }
}

.submenu{
    position: absolute;
    top: 100%;
    display: none;
    padding-left: 0;
    background: #fff;
    border-left: 1px solid #25bc64;
    border-bottom: 1px solid #25bc64;
    border-right: 1px solid #25bc64;
    box-shadow: 2px 2px 6px #2ecc71;
    z-index: 99;
    transition: all 0.5s;
}
.submenu li{
    padding-left: 0;
    padding: 10px 10px;

}
.submenu li a{
    font-size: 0.9rem;
    line-height: 2rem;
}
.hasSubmenu.active .submenu{
    display: block;
}

.hero-contentebox{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    padding: 0 4rem 0 20rem;
    position: relative;
    
    z-index: 3;
}
.hero-content{
    width: 40%;
}
.hero-content h1{
    color: #074d7b;
     font-size: 2.5rem;
     line-height: 3.5rem;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    /* color: transparent; */
  
   
}
.hero-content h1 span{
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
   -webkit-text-stroke: 1px #bfffcb;
    white-space: nowrap;
  border-right: 2px solid #28a745; /* typing cursor */
  animation: blink 0.7s infinite;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.hero-content p{
    color: #074d7b;
    font-weight: 600px;
}
.hero-content .hero-btn a:nth-child(1){
    background: var(--secondary-color);
    color: #fff;
    padding: 15px 40px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.hero-content .hero-btn a:nth-child(2){
    background: var(--primary-color);
    color: #fff;
    padding: 15px 40px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.hero-btn{
    margin-top: 50px;
}

.left-content{
    position: absolute;
    padding: 6rem 2rem 0 2rem;
    left: 0;
    height: 90vh;
    top: 10%;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}
.left-content .icon-box{
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    /* box-shadow: 0 0 4px #25bc64; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);    
    backdrop-filter: blur(2px);
}
.left-content .icon-box.btn-on{
    box-shadow: 5px 5px 10px rgba(5, 128, 56, 0.6);
    transition: all 0.3s ease;
}
.left-content .icon-box a{
    color: var(--primary-color);
}
.location-slider {
  overflow: hidden;
  width: 100%;
  /* background: #f7f7f7; */
  user-select: none;
  margin-left: 1px;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
   position: relative;
  z-index: 2;
}

.slider-track:hover {
  animation-play-state: paused;
}

.slider-track ul {
  display: flex;
  gap: 2rem;
  padding-left: 1rem;
  margin: 0;
  list-style: none;
 
}

.slider-track li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.slider-track li i {
  margin-right: 6px;
  font-size: 0.7rem;
  color: #25bc64; /* or your --secondary-color */
}

.slider-track li a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}
.hero-right{
    width: 60% !important;
    margin-top: 50px !important;
}
.hero-right-form-inner{
    background: rgb(0 0 0 / 44%) !important;
    backdrop-filter: blur(2px);
}
.hero-right-form-title h3{
    color: #fff !important;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .hero-contentebox {
    flex-direction: column;
    padding: 2rem; /* less padding */
    height: auto; /* auto height */
  }

  .hero-content {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .hero-content h1 span {
    font-size: 2rem;
  }

  .hero-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .hero-right {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .service-form-inner {
    padding: 20px;
  }

  .service-form-inner input,
  .service-form-inner select,
  .service-form-inner textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .w-50 {
    width: 100% !important;
  }

  .left-content {
    display: none; /* hide side bar on tablet */
  }
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .hero-contentebox {
    padding: 1rem;
  }

  .hero-content h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .hero-content h1 span {
    font-size: 1.6rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .hero-content .hero-btn a {
    padding: 12px 25px;
    border-radius: 15px;
    font-size: 0.9rem;
  }
  
    .hero-right {
    width: 100% !important;
    margin-top: 150px !important;
  }

  .hero-right-form-inner {
    background: rgba(0, 0, 0, 0.65) !important;
  }

  .hero-right-form-title h3 {
    font-size: 1rem;
  }
  .imageup-content-box:nth-child(1) .imageup-img:before, .imageup-content-box:nth-child(2) .imageup-img:before {
    content: '';
    background-size: 60px 60px !important;
}
.imageup-content-box:nth-child(1) .imageup-img:after,
.imageup-content-box:nth-child(2) .imageup-img:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px !important;
    width: 80px !important; 
    overflow: hidden;
    border-radius: 50%;   
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    /* border: 5px solid var(--primary-color); */
    z-index: 1;
}
.tab-content-wrapper {
    width: 100%;
    min-height: 733px !important;
    padding: 0 !important;
}
.tab-content-text {
    width: 90% !important;
    padding: 10px 2rem;
}
.tab-content-img {
    width: 60% !important;
}
}


/* ======================== value experience ======================== */
.value-exp-image-wrapper{
    position: relative;    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.imageup-content-box{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 20px;
}
.imageup-content {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 40px;
}
.imageup-content-title h6{
    font-weight: 700;
}
.imageup-content-btn a{
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    color: #fff;
}
.imageup-content-text p{
    font-size: .8rem;
}
.imageup-content-box:nth-child(1) .imageup-content-btn a{
    background: var(--primary-color);
}
.imageup-content-box:nth-child(2) .imageup-content-btn a{
    background: var(--secondary-color);
}
.imageup-content-box .imageup-img{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.imageup-content-box:nth-child(1) .imageup-img:before,
.imageup-content-box:nth-child(2) .imageup-img:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    z-index: 2;
    mix-blend-mode: multiply;
}
.imageup-content-box:nth-child(2) .imageup-img:before{
    background-image: url('../images/building.gif') ;
}
.imageup-content-box:nth-child(1) .imageup-img:before{
    background-image: url('../images/air-conditioner.gif') ;
}
.imageup-content-box:nth-child(1) .imageup-img:after,
.imageup-content-box:nth-child(2) .imageup-img:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;   
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    /* border: 5px solid var(--primary-color); */
    z-index: 1;
}
.imageup-content-box .imageup-img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    object-fit: contain;
}
.value-exp-content-wrapper{
    margin-top: -50px;
}

/* ===================================== what we provide ========================= */
.what-we-provide{
    width: 100%;
    /* height: 80vh; */
    background: #004a7c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.what-we-provide-image{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}
.what-we-provide-image img{
    width: 70%;
}
.wwp-content{
    padding: 50px 0 0 0;
}
.wwp-content h2{
    color: #023556;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.wwp-content h2 span{
    color: #fff;
}
.wwp-content ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.wwp-content ul li .wwp-list-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.wwp-content ul li img{
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
}
.wwp-content ul li span{
    color: #022237;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}
/*======================================= about us ========================= */
.about-us-image-home{
    width: 100%;
    height: 100%;
    padding-left: 3rem;
}
.about-image-wrapper{
    width: 400px;
    height: 400px;
    background: #cbf7db;
    border-radius: 50% 50% 50% 0;
    position: relative;
}
.about-image-wrapper img{
    width: 330px;
    height: 330px;
    border-radius: 50%;
    position: relative;
    left: 60px;
    top:-20px;
    border: 5px solid #f8f6f6;
    z-index: 2;
}
#svg-curve{
    position: absolute;
    left: 25px;
    top: -55px;
}
#curve{
    fill: #f8f6f6;
    position: absolute;
}
.rotate {
  animation: spin 10s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.about-us-image-home textPath {
    fill: var(--primary-color);
}
.accordion-body{
    color: #fff;
    position: relative;
    z-index: 3;
}



.cta-design-one{
    width: 100%;
    height: 40vh;
    /*background: url(../images/654.webp) no-repeat top center;*/
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    position: relative;
}
.cta-design-one video{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cta-design-one:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #074d7bb7;
    z-index: 2;
}
.cta-button,
.cta-content{
    position: relative;
    z-index: 2;
}
.cta-content h2{
    color: var(--secondary-color);
}
.cta-content p{
    color: #fff;
}
.cta-button{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-button a{
    background: var(--secondary-color);
    color: #fff;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-left: 10px;
    font-weight: 700;
}
.cta-button a i{
    padding-right: 10px;
}
.why-us-box {
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    padding: 20px;
    text-align: center;
    height: 300px;
}

.why-us-box .why-us-icon img{
    width: 140px;
    height: 140px;
    object-fit: contain;

}


.city-we-serve{
    width: 100%;
}
.we-serve-wrapper-box{
    padding: 30px 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    background: url('../images/location.webp') no-repeat center center;
    background-size: contain;
}
.we-serve-box{
    background: rgb(255 255 255 / 76%);
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.we-serve-box ul li{
    color: var(--primary-color);
}
.we-serve-box ul li i{
    color: var(--secondary-color);
    margin-right: 10px;
    font-size: 0.8rem;
}

/* Font Awesome CDN for icons */
.footer-modern {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #f1f5f9;
  padding: 80px 30px 40px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.footer-glass {
  max-width: 1300px;
  margin: auto;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(228, 3, 172, 0.1);
  padding: 50px 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
}

.footer-column h4 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-column p {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
}

.footer-column ul li i {
  color: var(--secondary-color);
}

.footer-column ul li a {
  color: #cbd5e1;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.footer-column ul li a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease;
}

.footer-column ul li a:hover::after {
  width: 100%;
}

.footer-column ul li a:hover {
  color: var(--secondary-color);
}

.social {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.social img {
  height: 30px;
  width: 30px;
}


/* ========================== inner common============== */
.breadcum{
    width: 100%;
    height: 550px;
     /*background: url("./assets/images/about-banner.webp") no-repeat top center; */
    background-size: cover;    
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    position: relative;
    padding:  0 60px ;
    padding-top: 100px;
    margin-top: -100px;
}
.b-one{
    background: url('../images/about-new.jpg') no-repeat top center;
}
.b-two{
    background: url('../images/85015.jpg') no-repeat top center/cover;
}
.b-three{
    background: url('../images/46990.jpg') no-repeat top center/cover;
}
.b-four{
    background: url('../images/46049.jpg') no-repeat top center/cover;
}
.breadcum:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: #000b1e;
    background: linear-gradient(90deg, #000b1e 0%, rgba(255, 255, 255, 0.001) 100%);
    z-index: 1;
}
.breadcum-content{
    width: 40%;
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
}
.breadcum-title h1{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.breadcum-title p{
    margin-bottom: 40px;
}
.what-about{
    margin-top: 40px;
    font-size: 1.1rem;
}
.what-about .what-about-link{
    background: transparent;
    font-weight: 600;
    color: #fff;
    padding: 0 5px;
}
.what-about i{
    background: #5cc51d;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.breadcum-title a{
    background: #2ab318;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 40px;
    color: #fff;
}
.breadcum-link a{
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 1.1rem;
}
.breadcum-link span{
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}
.service-top-wrapper{
    position: relative;
}
.service-top-wrapper:after,
.service-top-wrapper:before{
    content: '';
    position: absolute;    
    height: 5px;    
    left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;  
}
.service-top-wrapper:before{
    width: 50%;
    bottom: 0;
    background: linear-gradient(to right, #fff, var(--primary-color), #fff);
}
.service-top-wrapper:after{
    width: 30%;
    bottom: -10px;
    background: linear-gradient(to right, #fff, var(--secondary-color), #fff);
    
}
.service-page-heading{
    text-align: center;
}
.service-page-heading h2{
    font-weight: 700;
}
.service-page-text{
    text-align: center;
    display: flex;
    justify-content: center;
}
.service-page-text p{
    width: 70%;
}
.our-services-title-box-wrapper{
    border:1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 30px;
    padding: 30px;
    color: #fff;
    text-align: center;
}
/* ====================== about us ========================= */

.inner-page-sec-title-wrapper{
    position: relative;
}    
.inner-page-sec-title-wrapper::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -25px;
    width:50px;
    height: 50px;
    border-radius: 50%;
    background:#ffffff;
    z-index: 1;
}
.inner-page-subtitle{
    position: relative;
    display: inline-block;
    padding: 5PX 0;
}
.inner-page-title{
    position: relative;
    display: flex;
    padding: 5PX 0;
    display: inline-block;
}
.inner-page-subtitle::before{
    content: '';
    position: absolute;
    top: -0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondary-color);
    border-radius: 5px;
}
.inner-page-title::before{
    content: '';
    position: absolute;
    top: -0;
    left: 0;
    width: 80%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 70%, #fff);
    border-radius: 5px;    
}
.inner-page-subtitle h6{
    margin-bottom: 0; 
    padding-left: 25px;   
}
.inner-page-title h2{
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    padding-left: 15px;
}
.inner-page-sec-button{
    margin-left: 20px;
    margin-top: 40px;
}
.inner-page-sec-button a{
    background: var(--secondary-color);
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 7px 2px 10px;
    position: relative;
    box-shadow: -5px 5px 7px rgba(0,0,0,0.3);
}
.inner-page-sec-button a::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;       
    border-left: 40px solid transparent;
    border-bottom: 20px solid #fff;
    border-top: 40px solid transparent;
    border-right: 20px solid #fff;
    
}
.inner-page-sec-content{
    padding-left: 20px;
}
.v-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mission{
    background: #f1fffb;
    padding: 2rem;
}
.inner-page-subtitle-two h6{
    background: var(--primary-color);
    color: #fff;
    padding: 5px 20px;
    display: inline-block;    
    margin-bottom: 0;
    transform: skewX(-10deg);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}
.inner-page-title-two h2{
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    font-style: italic;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#vision{
    padding: 2rem 0;
    text-align: right;
}
.vision-content{
    text-align: left;
}
#faq{    
    background: url(../images/654.webp) no-repeat top center;
    position: relative;
    background-size: cover;
}
#faq:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(3 44 100 / 70%);;
}
.faq-text{
    padding: 5rem 0 3rem 0;
}
.sect-title-three, 
.sec-sub-title-three{
    position: relative;
    z-index: 2;
}
.sec-sub-title-three h5{
    padding: 5px 20px;
    background: var(--secondary-color);
    color: #fff;
    display: inline-block;
}
.sect-title-three h2{
    color: #fff;   
}
.sec-three-text{
    position: relative;
    z-index: 2;
     margin-bottom: 50px;
}
.sec-three-text p{
    color: rgba(255, 255, 255, 0.8);
}
.accordion-item {
    background: rgba(255, 255, 255, 0.1);
}
.accordion-item button{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.faq-image{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 4rem 0;    
}
.faq-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/* ============= service page ================= */
#service-detail-box{
    padding: 2rem 0;
    background: #f2f8ff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.1);
}
.unil-detail-box{
    width: 99%;
    background: #fff;
    display: flex;
    border-radius: 20px;
    align-items: center;
    gap: 0 50px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.unit-image{
    width: 400px;
}
.unit-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.unit-details-text h3{
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 10px;
}
.unit-details-text h3:before,
.unit-details-text h3:after{
    content: '';
    position: absolute;  
    left: 0; 
    height: 5px; 
    width: 100%;   
    border-radius: 10px;  
}
.unit-details-text h3:before{
    top: -10px;
    background: linear-gradient(to right, var(--primary-color), #fff);
}
.unit-details-text h3:after{
    width: 100%;
    background: linear-gradient(to right, var(--secondary-color), #fff);
    bottom: -10px;
}
.unit-details-text ul li{
    list-style: none;
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}
.unit-details-text ul li:before{
    content: '\27A4';
    position: absolute;
    left: -30px;
    top: 0;
    color: #004a7c;
}
.unit-benifit-box{
    margin-top: 20px;
    background: rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.unit-benifit-box h4{
    font-size: 1.2rem;
}
.unit-benifit-box h4:nth-child(1){
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px 30px;
    font-size: 1.5rem;
}
.unit-benifit-box h4:nth-child(1):before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 5px;
}
.unit-benifit-box ul{
    padding-left: 10px;    
}
.unit-benifit-box ul li{
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    position: relative;
}
.unit-benifit-box ul li:before{
    content: '\2713';
    position: absolute;
    left: -2px;
    top: 0;
    color: #004a7c;
    font-weight: bolder;
}
.ser-accordian{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/654.webp");
    background-size: cover;
}
.ser-accordian:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.ser-accordian-box{
    background: rgba(0,0,0,0.5);
    position: relative;
    backdrop-filter: blur(5px);
}

/* ================== contact us ================== */
.b-contact{
    background: url(../images/about-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}
#contact-us{
    background: #ffffff;
    padding: 2rem 0rem;
}
.contact-us-wrapper{
    background: #ffffff;
    /* padding: 2rem; */
    border-radius: 20px;
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */
}
.contact-form-wrapper{
    /* background: var(--secondary-color); */
    padding: 50px;
    border-radius: 20px;
}
.w-100{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.w-100 label{
    color: #fff;
    font-weight: 600;
    margin-bottom: 1px;
}
.w-100 textarea,
.w-100 input{
    padding: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
     box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.contact-title-wrapper{
    padding: 50px 3rem;
}
.contact-title-wrapper h6{
    text-transform: uppercase;
}
.contact-title-wrapper h2{
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 10px 0;
}
.contact-icon-box{
    padding: 0 3rem;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}
.contact-icon-box .icon i{
    color: var(--primary-color);
    font-size: 1.8rem;
}
.contact-icon-box .contact-text h5{
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.contact-icon-box .contact-text a{
    color: #000;
}

.timing{
    background: #ececec;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px 3rem;
    display: flex;
    align-items: center;
    gap: 0 50px;
}
.map{
    width: 100%;
    height: 400px;
}
.timing-box h6,
.timing h5{
    margin-bottom: 0;
}
.timing-box{
    display: flex;
    gap: 0 20px;
}
.timing-box i{
    padding-top: 2px;
}


/* ====================== inner service page ========== */
#service-page-hero{
    width: 100%;
    height: auto;
    position: relative;
    /* padding-top: 100px;
    margin-top: -100px; */

}
.resi-page{
     background: url(../images/inner-banner.webp) no-repeat top center;
    background-size: cover;    
    padding-top: 100px;
    margin-top: -100px;
    
}
.comm-page{
     background: url(../images/inner-banner-2.webp) no-repeat center center;
    background-size: cover;    
       padding-top: 100px;
    margin-top: -100px;
}
#service-page-hero:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #022237e5;*/
    background: linear-gradient(90deg, #000b1e 0%, rgba(255, 255, 255, 0.001) 100%);
    top: 0;
    bottom: 0;
    
}
.service-top-form{
    width: 100%;
    position: relative;
    z-index: 2;
    /*margin: 2rem 0;*/
    height: 100%;
    display: flex;
    justify-content: center;
}
.service-top-form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; 
    padding: 0 0 50px 8rem;
}
.service-form-inner{
    background: rgba(255, 255, 255, .1);
    padding: 30px;
    border-radius: 20px;
    margin: 2rem 0;
    backdrop-filter: blur(10px);
}
.service-form-inner form .w-100{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.service-form-inner form .w-100 .w-50{
    flex: 50%;
    max-width: calc(50% - 10px);
}
.ser-form-title h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
     color: #fff; 
    /*color: var(--secondary-color);*/
    font-weight: 700;
}
.service-top-form form .w-100 input, 
.service-top-form form select, 
.service-top-form form textarea {
      width: 100%;
      padding: 10px;
      margin-top: 6px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
    }

.iti{
    width: 100%;
}
.iti__flag {
    display: none;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags.webp");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags@2x.webp");
  }
}

.service-top-form form input[type="submit"]{
    padding: 8px 30px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 15px;
    border-color: transparent;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.service-hero-content-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;  
    /*background: rgba(0,0,0,0.2);*/
    padding: 50px;
}
/*.service-hero-content-wrapper:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 15px;*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    background:#fff;*/
/*    filter: blur(5px);*/
/*}*/
/*.service-hero-content-wrapper:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background:#000;*/
/*    filter: blur(5px);*/
/*}*/
.service-hero-con-title h2{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}
.service-hero-con-text p{
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
}
.service-hero-btn a{
    font-size: 1.1rem;
    padding: 10px 30px;
    border: 1px solid #eee;
    color: var(--secondary-color);
    background: rgba(255, 255, 255, .1);
    font-weight: 700;
    backdrop-filter: blur(10px);
    margin-bottom: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.tab-box-wrapper{
    margin: 2rem 0;
    border: 2px solid #eee;
    border-radius: 20px;  
    display: flex;  
    padding: 0;
}
.tab-wrapper{
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 40%;
    max-width: 40%;
    border-bottom: 1px solid #eee;
    background-color: var(--primary-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.tab-wrapper ul{
    padding: 0;
    margin: 0;  
}
.tab-wrapper ul li{
    padding: 40px 20px;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.tab-wrapper ul li:hover,
.tab-wrapper ul li.active{
    background: var(--secondary-color);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    
}
.tab-content-wrapper{
    width: 100%;
    min-height: 470px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.tab-content-wrapper .tab-content-box{
    position: absolute;
    transform: translateX(-110%);
    display: flex;
    align-items: center;
}
.tab-content-wrapper .tab-content-box.active{
    transform: translateX(0);
}
.tab-content-img{
    width: 40%;
}
.tab-content-img img{
    width: 100%;
}
.tab-content-text{
    width: 60%;
    padding: 10px 2rem;
}
.tab-content-text a{
    background: var(--secondary-color);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;   
}

.images-commercial-wrapper{
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.images-commercial-wrapper .image-box-com{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}
.images-commercial-wrapper .image-box-com h5{
    text-align: center;
    background: var(--primary-color);
    padding: 5px 0;
    color: #fff;
}    
.service-page-hero-ticker{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    background: linear-gradient(to right, rgba(37, 188, 100,0.4) 10%, transparent);
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}
.service-page-hero-ticker ul{
    display: flex;
    margin-bottom: 0;
    gap: 40px;
    padding-left: 10rem;
}
.service-page-hero-ticker ul li{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}
.ticker-button{
    padding-right: 6rem;
}
.ticker-button a{
    color: #fff;
    margin-right: 20px;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.8);
}
.ticker-button a i{
    padding-right: 10px;

}
.ticker-button a:nth-child(1){
    background: #10cc5f;
    padding: 10px 20px;
    border-radius: 10px;
}
.ticker-button a:nth-child(2){
    background: #004a7c;
    padding: 10px 20px;
    border-radius: 10px;
    
}
.ser-content ul li{
    margin-bottom: 15px;
}

/* ==================Responsive===================== */
@media (max-width: 768px) {
    .hero{
        position: relative;
        height: 55vh;
        background-size: cover;
        background-repeat: no-repeat;
        background: #fff;
    }
    .hero::before {
        content: '';
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translateX(-60%);
        bottom: 80px;
        width: 400px;
        height: 300px;
        background: url(../images/hero-img.webp) no-repeat center center;
        background-size: cover;
        /* mix-blend-mode: darken; */
        z-index: 2;
    }
    .hero-contentebox {
        padding: 0 1rem;
        margin-top: 600px;
        height: 100%;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;

    }
    .hero-content{
        margin-top: 200px;
        background: rgba(255, 255, 255, .3);
        backdrop-filter: blur(2px);
    }
    .hero-content h1 span,
    .hero-content h1{
        font-size: 3rem;
        line-height: 3rem;
      
    }
    .hero-btn{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .top-header {
        padding: 5px 1rem;
        flex-direction: column;
        height: 8vh;
    }
    .top-header-left .icon-box i,
    .top-header-left .icon-box a{
        font-size: .8rem;
    }
    .top-header-right{
        width: 100%;       
    }
    .top-header-right::before{
        display: none;
    }
      .left-content{
        visibility: hidden
    }
    .main-logo a img{
        width: 60px;
    }
    .social-link{
        position: absolute;
        top: 3px;
        right: 0;
        z-index: 3;
       visibility: visible;
    }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .left-content{
    position: unset;
  }
  .social-link ul li a{
    font-size: 1rem;
    color: #fff!important;    
  }
  .main-menu{
    padding: 1px 1rem;
  }
  nav{
    display: none;
  }
  nav.active{
    display: block;
  }
  nav ul{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding-left: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }
  nav ul li{
    padding: 15px 10px;
    border-top: 1px solid #eee;
  }
  nav ul li a{
    line-height: 1rem;
    width: 100%;
    display: flex;
  }
    nav ul li a i{
        margin: 2px 0 0 5px;
        margin-left: auto;
    }
  .hamburger{
    width: 40px;
    /* height: 50px; */
    position: relative;
    display: block;
    align-items: center;
  }
  .hamburger span{
    display: block;
    width: 100%;
    height: 5px;
    background: var(--primary-color);
    margin-bottom: 5px;
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  .hamburger.active span:nth-child(2){
    display: none;
  }
    .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    }
  .menubar-buttons{
    width: 100%;    
    background: rgba(205, 205, 205, 0.6);
    backdrop-filter: blur(4px);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .menubar-buttons a:nth-child(1){
    padding: 7px 20px;
  }
   .menubar-buttons a{
    font-size: 1rem;
    font-weight: 900;
   }

.imageup-content-box .imageup-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
}

.imageup-content {
    text-align: center;
    margin-top: 60px;
}
.hero-btn a{
    padding: 10px 30px!important;
    font-size: 1rem;
}
.value-exp-content-wrapper{
    margin-top: 0;
}
.about-us-image-home{
    padding-left: 0;
}
.about-us-image-home{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
/* .about-image-wrapper{
    width: 300px;
    height: 300px;
    background: #cbf7db;
    border-radius: 50% 50% 50% 0;
    position: relative;
} */
.about-image-wrapper img{
    left: 20px;
}

#svg-curve {
    position: absolute;
    left: -15px;
    top: -55px;
}
.cta-content{
    text-align: center;
}
.cta-design-one{
    height: 25vh;
    border-radius: 0;
}
.why-us-content .sec-text p {
    width: 100%;
}
.spacer {
    width: 100%;
    height: 50px;
}
.what-we-provide-image img{
    width: 100%;
}
.wwp-content h2{
    font-size: 2rem;
    font-weight: 900!important;
}
.value-experience{
    padding-top: 700px;
}
.hasSubmenu .submenu{
    position: relative;
    border: none;
    box-shadow: none;
}
#service-page-hero{
    height: auto;
}
.service-top-form{
    padding: 20px 0 20px 0;
    margin-top: 30px;
}
.service-form-inner{
    padding: 10px;
}
.ser-form-title h3 {
    font-size: 1.1rem;
    text-align: center;
}
.tab-wrapper {
    flex: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
}
.tab-box-wrapper{
    flex-direction: column;
}
.tab-wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.tab-wrapper ul li{
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
.tab-content-wrapper{
    padding: 0 1rem;
}
.tab-content-box{
    flex-direction: column;
}
.tab-content-text{
    padding: 10px 0;
    text-align: center;
}
.unil-detail-box{
    flex-direction: column;
}
.vision-content,
.inner-page-sec-title-wrapper-two{
    text-align: left;
    padding: 0 20px;
}
.contact-title-wrapper{
    padding: 20px 0;
}
.contact-icon-box{
    padding: 0;
}
.contact-form-wrapper{
    padding: 10px;
}
.timing{
    padding: 20px 1rem;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 10px;
}
.timing h5{
    flex: 100%;
    max-width: 100%;
    padding-top: 10px;
}
.timing-box{
    flex: 50%;
    max-width: 50%;
}
}

@media screen and (max-width:600px) {
    :root{
        font-size: 14px;
    }
  .inner-header.sticky {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

}

@media screen and (min-width:768px) {
    .hasSubmenu:hover .submenu{
    display: block;
}
}

@media screen and (max-width:480px) {
    .imageup-content-btn a {
  text-decoration: none;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: #fff;
}
.cta-button a {
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  margin-left: 10px;
  font-weight: 700;
}
.why-us-box{
    margin-bottom: 10px;
}
.breadcum{
    height: 80vh;
    padding: 0 20px;
}
.breadcum-content {
    width: 100%;
}
.breadcum:before {
    background: linear-gradient(160deg, #000b1e 5%, rgba(255, 255, 255, 0.001) 110%);
}
#service-page-hero:before {
    background: linear-gradient(190deg, #000b1e 0%, rgba(255, 255, 255, 0.001) 120%);
}
.v-center{
    margin-top: 10px;
}
.service-hero-content-wrapper{
    padding: 50px 20px;
}
.service-top-form{
    margin-top: -30px
    !important;
}
.service-page-hero-ticker{
    display: none;
}
#contact-us{
    padding: 2rem 1rem;
}
.contact-title-wrapper h2{
    font-size:1.8rem ;
}
.timing{
    display: block !important;
}
.timing-box{
    margin-top: 10px;
}
.map{
    padding: 10px;
}
.top-header-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-modern{
    padding:0 !important;
    padding-bottom: 30px !important;

}
.b-one {
    background: url(../images/about-new.jpg) top center no-repeat;
    background-position-x: -920px;
    height: 430px;

}
.b-two {
        background: url(../images/85015.jpg) no-repeat top center;
        background-position-x: -685px;
        background-position-y: -112px;
        height: 400px;
        width: 100%;
}
.b-three {
        background: url(../images/46990.jpg) no-repeat top center;
        background-position-x: -570px;
        background-position-y: -198px;
        height: 400px;
        width: 100%;
}
.b-four {
        background: url(../images/46049.jpg) no-repeat top center;
        background-position-x: -612px;
        background-position-y: -125px;
        height: 400px;
        width: 100%;
}
.b-contact {
        background: url(../images/about-new.jpg) top center no-repeat;
        background-position-x: -920px;
        background-position-y: -120px;
        height: 250px;
    }
    .b-contact .breadcum-title p {
    margin-bottom: 10px;
}
.breadcum-title h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.what-about{
    margin-top: 40px;
    font-size: 1rem;
}
.social img {
  height: 30px;
  width: 30px;
}
}

.client-logo-strip {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
    position: relative;
    display: flex;
    gap: 60px;
}

.client-logo-strip .logo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: moveRight 25s linear infinite;
}

.client-logo-strip img {
    height: 130px;
    width: auto;
    object-fit: contain;
    /* filter: grayscale(1); */
    opacity: 0.8;
    transition: 0.3s ease;
}

.client-logo-strip img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* Animation from left to right */
@keyframes moveRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Container */
.service-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
}

/* Card */
.service-card {
    background: #fff;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    text-align: center;
}

/* Image */
.service-img img {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto 20px;
}

/* Title */
.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
}

/* Price */
.service-card .price {
    color: #29a329;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Description */
.service-card .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
}

/* Button */
.service-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #1f78c8;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.service-btn:hover {
    background: #135a94;
    color: #fff !important;
     transform: scale(1.07);
}
.service-btn:hover a{
    color: #fff !important;
}
/* Responsive */
@media (max-width: 768px) {
    .service-card {
        max-width: 100%;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card .desc {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .service-img img {
        max-width: 220px;
    }

    .service-btn {
        width: 100%;
    }
}
.stats-section {
    margin-top: 20px;
    padding: 80px 0;
    background: linear-gradient(90deg, #06375b, #0b6caa);
    color: #d6ffcf;
    text-align: center;
}

.stats-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.stat-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px 40px;
    border-radius: 12px;
    width: 320px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.stat-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
}

.stat-box h3 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color: #caffb8;
    display: inline-block;
}

.plus {
    font-size: 48px;
    margin-left: 5px;
    color: #caffb8;
    font-weight: 700;
}

.stat-box p {
    margin-top: 10px;
    font-size: 18px;
    color: #d8fce0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-title {
        font-size: 28px;
    }
    .stat-box {
        width: 100%;
        max-width: 350px;
    }
}


.testimonial-strip {
    background: #ffffff;
    padding: 35px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.testimonial-track {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    animation: scrollLeft 25s linear infinite;
    white-space: nowrap;
}

.testimonial-box {
    min-width: 320px;
   
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    white-space: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover pause & lift */
.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

.testimonial-strip:hover .testimonial-track {
    animation-play-state: paused;
}

/* Text styles */
.client-name {
    font-size: 18px;
    font-weight: 700;
    color: #1f78c8;
    margin-bottom: 6px;
}

.review {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Stars */
.stars {
    font-size: 16px;
    color: #ffc107; /* Gold color */
}

/* Animation */
@keyframes scrollLeft {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.pricing-section {
    padding: 80px 0;
    background: #ffffff;
}

.pricing-container {
    width: 100%;
    
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Hexagon clipped image */
.pricing-image-box {
    width: 45%;
    max-width: 520px;
    clip-path: polygon(
        50% 0%, 
        100% 25%, 
        100% 75%, 
        50% 100%, 
        0% 75%, 
        0% 25%
    );
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
    animation: fadeUp 1.2s ease;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pricing-image-box img {
    width: 100%;
    height: auto;
    display: block;
     transition: transform 0.5s ease;
}
    


.pricing-image-box:hover img {
    transform: scale(1.12);  /* zoom in */
}

.pricing-image-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 28px rgba(0,0,0,0.15);
}


/* Pricing content */
.pricing-content {
    width: 50%;
    animation: fadeUp 1.4s ease;
}

.pricing-title {
    font-size: 40px;
    font-weight: 800;
    color: #0d203c;
    margin-bottom: 30px;
}

.pricing-item {
    margin-bottom: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e8ef;
}

.pricing-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d203c;
    margin-bottom: 5px;
}

.pricing-item p {
    font-size: 17px;
    color: #444;
}

.pricing-item span {
    font-weight: 700;
    color: #1f78c8;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .pricing-container {
        flex-direction: column;
        text-align: center;
    }
    .pricing-image-box,
    .pricing-content {
        width: 100%;
    }
    .pricing-title {
        font-size: 32px;
    }
}


/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 60px;
    height: 60px;
    animation: pulseGlow 2s infinite;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
    z-index: 99999;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

/* Slight hover/active effects */
.whatsapp-float:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 30px rgba(37, 211, 102, 0.22);
}

/* Focus (keyboard accessible) */
.whatsapp-float:focus {
    outline: 3px solid rgba(37, 211, 102, 0.25);
    outline-offset: 4px;
}

.whatsapp-float img{
    height: 70px;
}
/* Reduce size on small screens so it doesn't block UI */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        right: 14px;
        bottom: 14px;
    }
    .whatsapp-float svg { width: 22px; height: 22px; }
}

/* Back to Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 22px; /* above WhatsApp button */
    left: 22px;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #1f78c8 0%, #0b62ae 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.3s ease;
}

/* Show when scrolling */
.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover Effects */
.scroll-top-btn:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
    transform: translateY(-6px);
}

/* Glow pulse effect */
@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(31, 120, 200, 0.5); }
    70% { box-shadow: 0 0 0 12px rgba(31, 120, 200, 0); }
    100% { box-shadow: 0 0 0 0 rgba(31, 120, 200, 0); }
}

.scroll-top-btn.show {
    animation: pulseGlow 2s infinite;
}

/* Smaller in mobile */
@media (max-width: 480px) {
    .scroll-top-btn {
        bottom: 80px;
        right: 16px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
