/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #02a79e;
    border-color:#02a79e;
    color:white;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #02a79e;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color:#02a79e;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #02a79e;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

/* .section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background:#00a79d;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: black;
} */

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
  background: linear-gradient(rgb(2 167 158), rgb(0 0 0 / 85%)),url(../img/bubble3.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.logo-img {
  height: 214px;
  width: 225px;
  /* margin-left: -12px; */
  margin-bottom: -71px;
  margin-top: -89px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .logo-img {
        height: 140px;
        width: 143px;
        margin-left: -12px;
        margin-bottom: -31px;
        margin-top: -46px;
    }
    
}


.department-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s;
  }
  .department-card:hover {
    transform: translateY(-5px);
  }
  .department-image {
    height: 220px;
    object-fit: cover;
  }
  .section-heading {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-subheading {
    text-align: center;
    color: black;
    margin-bottom: 30px;
  }


  .btnn{
    background-color: #02A79D;
    width: 150px;
    border-radius: 5px;
    align-items: center;
    margin-left: 70px;
    height: 27px;
  }


  .lightboxpreview {
    transition: all .3s linear;
 padding-top:60%;
   cursor:pointer;
   background-size:cover;
 }
    
 .lightbox-content {
 max-height:75svh;
   height:75svh;
 }
 
 .lightbox-close { 
   cursor:pointer;
     margin-left: auto;
   position:absolute;
   right:-30px;
   top:-30px;
   color:white;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1;}
 
 .modalscale {transform:scale(0);
 opacity:0;}
 
 
 
 .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
 .lightbox_img_wrap {padding-top:65%;
   position:relative;
   overflow:hidden;
 }
 .lightbox-enabled:hover {
   transform:scale(1.1)
 }
 .lightbox-enabled {width:100%;
 height:100%;
   position:absolute;
   top:0;
 object-fit:cover;
 cursor:pointer;border-radius: 10px;
}
 
 .lightbox-container {width:100svw;
 height:100svh;
 position:fixed;
 top:0;
 left:0;
   display:flex;
   align-items:center;
   justify-content:center;
 background-color:rgba(0,0,0,.6);
 z-index:9999;
 opacity:0;
 pointer-events:none;
 }
 
 .lightbox-container.active {
   opacity:1;
   pointer-events:all;
 }
 .lightbox-image-wrapper {
   display:flex;
   transform:scale(0);
   align-items:center;
   justify-content:center;
   max-width:90vw;
   max-height:90vh;
   position:relative;
 }
 .lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
 .lightbox-btn, #close {
   color:white;
   z-index:9999999;
  cursor:pointer; 
   position:absolute;
   font-size:50px;
 }
 
 .left {left:50px;}
 .right {right:50px;}
 #close {top:50px;
 right:50px;}
 
 .lightbox-image {
   width:100%;
   max-height:95vh;
   object-fit:cover;
  }
 
 @keyframes slideleft {
   33% {transform:translateX(-300px);
   opacity:0;
   }
   66% {transform:translateX(300px);
   opacity:0;
   }
 }
 
 
 .slideleft {
    animation-name: slideleft;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 @keyframes slideright {
   33% {transform:translateX(300px);
   opacity:0;}
   66% {transform:translateX(-300px);
   opacity:0;}
 }
 
 
 .slideright{
    animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 .appointment-section {
    width: 100%;
    background-image: url("../img/book1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    height:300px;
    overflow: hidden;
  }
  
  .appointment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Full black overlay with 60% opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 20px;
    border-radius: 0; /* Optional: remove if not needed */
  }
  
  .appointment-content h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ffcccb;
  }
  
  .appointment-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .appointment-content p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
  
  .btn-appointment {
    background-color: #ff4081;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  
  .btn-appointment:hover {
    background-color: #e91e63;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .appointment-content h2 {
      font-size: 28px;
    }
  
    .appointment-content p {
      font-size: 14px;
    }
  
    .btn-appointment {
      padding: 10px 24px;
      font-size: 14px;
    }
  }
    .accordion-body{
      font-size:15px;
    }  

  .faq-section {
    padding: 60px 20px;
  }
  .faq-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #02a79e;
    margin-bottom: 40px;
  }
  .faq-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .accordion-button {
    font-weight: 600;
    color: #333;
  }
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #02a79e;
  }
  .container-fluids {
    position: relative;
    z-index: 1;
}

.container-fluids::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bubble.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15; /* Only the background will be semi-transparent */
    z-index: -1; /* Put the background behind the content */
}


.we {
  position: relative;
  z-index: 1;
  width: 100%;
}


.we::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bubble3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  opacity: 0.15; /* Only the background will be semi-transparent */
  z-index: -1; /* Put the background behind the content */
}




.testimonials-wrap {
  padding: 40px 0;
  background: #fff;
}
.heading-section {
  text-align: center;
  margin-bottom: 30px;
}
.sub-heading {
  font-size: 12px;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 15px;
}
.testimonial-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  position: relative;
}
.testimonial-box .quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.testimonial-box .text {
  padding-left: 20px;
}
.name {
  margin: 15px 0 5px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.testimonial-box.d-flex {
  display: flex;
  align-items: center;
}
.carousel-testimonial .owl-nav {
  text-align: center;
  /* margin-top: 15px; */
}
.carousel-testimonial .owl-nav button {
  background: none;
  border: none;
  font-size: 30px;
  color: #2e9da1;
  cursor: pointer;
}
.carousel-testimonial .owl-nav button.disabled {
  opacity: 0.4;
  cursor: default;
}
.carousel-testimonial .item {
  padding: 20px;
}

.owl-dots {
  display: none !important;
}


 
     

.mission-vision-section {
  padding: 40px 20px;
  background-color: #fff;
}

.containerx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.cardx {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardx:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

h3 {
  color: #02a79e;
  margin-bottom: 10px;
  font-size: 1.5rem;
  /* font-family: 'Josefin Sans', sans-serif; */
  text-transform: uppercase;
}

p {
  color: black;  font-size: 1rem;
  line-height: 1.6;
  font-family: Verdana, sans-serif;

}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .card {
      max-width: 100%;
  }

  h3 {
      font-size: 1.2rem;
  }

p {
      font-size: 0.9rem;
  }
}



ul{
    color: black;  font-size: 1rem;
   font-family: Verdana, sans-serif;
}






.why-choose-section {
  /* background-color: #f2f2f2; */
  margin-bottom:-100px;
}

.icon-img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.card-title {
  /* color:white; */
  /* font-weight: bold; */
  margin-bottom: 10px;
  font-size:17px;
}

.card-text {
  font-size: 0.95rem;
  color: black;
}

h2.text-primary {
  color: #c17b50 !important;
}

.cardxx{
  background-color:#02a79e;
  border: 2px solid white; /* Add this line */

}





.geotech-section {
  /* background-color: #f8f9fa; */
  padding: 10px 0;
}
.geotech-section .content-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.geotech-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  /* border: 1px solid #026fca; */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);

}
.btn-primary-custom {
  background-color: #02a79e;
  border: none;
}
.btn-secondary-custom {
  background-color: black;
  border: none;
}
.btn-custom {
  margin-right: 10px;
  margin-top: 20px;
}








.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.float:hover{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}
.sai{
font-size:27px;  

}

@media (max-width: 576px) {
    .ok1 {
        margin-top:-3px;
    }
    .okk{
      font-size:17px;
    }
    .okkk{
      font-size:15px;
      /* margin-top:-150px; */
    }
    .position-relative .ok2{
          margin-top: -120px;
    }
  }

