/* .top-header {
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
} */
 /* top navbar Start */
 @import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
 body {
  font-family: 'Oswald', sans-serif;
}

.top-header {
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.call{
  background: linear-gradient(to right, #026d70,  #000000);
  padding-top: 8px;
  padding-bottom: 8px !important;
  border-radius: 10px;
}
.topnavbar{
  background: linear-gradient(to right, #026d70,  #000000);
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 10px;
}

.top-header a {
  color: #000;
  text-decoration: none;
  margin-left: 12px;
  font-weight: 500;
}

.social-icons a {
  font-size: 18px;
  margin-left: 10px;
  color: #000;
}

.social-icons a:hover {
  color: #006b6d;
}
.mobile:hover{
  color: #006b6d;
}
@media (max-width: 374px) {
  .top-header {
    flex-direction: column;
    align-items: start !important;
  }

  .social-icons {
    margin-top: 10px;
    justify-content: start !important;
  }
}
@media (max-width: 500px) {
.topnavbar{
  display: none !important;
}
}
 /* top navbar END */

/* Navbar Start */
  #searchResults li:hover {
    background-color: #f0f0f0;
        /* background-color: #015d5f; */
        color: white;
  }
    #searchResults li.active {
        background-color: #015d5f;
  }


.navbar, .navbar a, .navbar-brand, .navbar-nav .nav-link .dropdown-item{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;
  color: #333333 !important;
  font-size: 17px;
}

.navbar{
  margin-top: 50px;
  background-color: white;
}
.navbar-nav {
  gap: 2rem;
}

.navbar-nav .nav-link {
  color: #000;
}

.navbar-nav .nav-link:hover {
  color: #006b6d !important;
}

.navbar.sticky-top {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1030;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0;
  }

  .mobile-dropdown-toggle::after {
    content: ' ▾';
    float: right;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #006d6f;
  color: #fff !important;
}
.home{
  color: #006d6f;
}
/* Navbar END */


/* hero Section Start */
#heroCarousel {
  margin-top: 125px;
}

/* Fully responsive images */
.hero-img {
  width: 100%;
  height: auto;            /* natural height, no force-stretch */
  max-height: 100vh;
  object-fit: contain;     /* fit image without cropping */
}

/* Optional: tweak max height for small devices */
@media (max-width: 768px) {
  .hero-img {
    max-height: 60vh;
  }
}

@media (max-width: 576px) {
  .hero-img {
    max-height: 50vh;
  }
}

/* Carousel indicators */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}






 /* @keyframes zoomFadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.carousel-item.active .hero-img {
  animation: zoomFadeIn 1s ease-out both;
} */ 
 /* Hide image initially */
.hero-img {
  opacity: 0;
  transform: scale(1.2);
  filter: blur(5px);
  transition: none;
}

/* Play animation when slide becomes active */
/* .carousel-item.active .hero-img {
  animation: zoomFadeInEnhanced 1s ease-out forwards;
}

@keyframes zoomFadeInEnhanced {
  0% {
    opacity: 0;
    transform: perspective(800px) scale(1.3) rotateY(10deg);
    filter: blur(6px) brightness(1);
  }
  50% {
    opacity: 0.7;
    transform: perspective(800px) scale(1.1) rotateY(0deg);
    filter: blur(2px) brightness(1.2);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) scale(1) rotateY(0deg);
    filter: blur(0) brightness(1);
  }
} */



/* @keyframes zoomDepthReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) scale(0.9) translateZ(-80px) rotateY(10deg);
    filter: blur(6px) brightness(1.4);
  }
  40% {
    opacity: 1;
    transform: perspective(1000px) scale(1) translateZ(0) rotateY(0deg);
    filter: blur(0) brightness(1.1);
  }
  100% {
    transform: perspective(1000px) scale(1.05);
    filter: brightness(1);
  }
} */

/* .hero-img {
  opacity: 0;
  transform: scale(0.9);
  transition: none;
}

.carousel-item.active .hero-img {
  animation: zoomDepthReveal 1.2s ease-out forwards;
} */


/* @keyframes zoomDepthReveal {
  0% {
    opacity: 0;
    transform: perspective(1200px) scale(0.9) translateZ(-80px) rotateY(0deg);
    filter: blur(6px) brightness(1.4);
  }
  10% {
    opacity: 0.5;
    filter: blur(4px) brightness(1.2);
  }
  30% {
    opacity: 1;
    filter: blur(1.5px) brightness(1.1);
  }
  100%{
    transform: perspective(1200px) scale(1.05);
    filter: blur(0) brightness(1);
  }
} */


/* @keyframes zoomDepthReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) scale(0.9) translateZ(-80px) rotateY(0deg);
    filter: blur(6px);
  }
  10% {
    opacity: 0.5;
    filter: blur(4px);
  }
  30% {
    opacity: 1;
    filter: blur(1.5px);
  }
  100% {
    transform: perspective(1000px) scale(1.05);
    filter: blur(0);
  }
}




.hero-img {
   opacity: 0; 
  transform: scale(0.9);
  transition: none;
}

.carousel-item.active .hero-img {
  animation: zoomDepthReveal 3s ease-out forwards;
} */


@keyframes zoomDepthReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) scale(0.9) translateZ(-80px);
    filter: blur(6px);
  }
  20% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    transform: perspective(1000px) scale(1);
    filter: blur(0);
  }
}

.hero-img {
  opacity: 1;
  transform: scale(1);
  transition: none;
}

.carousel-item .hero-img {
  animation: none;
}

.carousel-item.active .hero-img {
  animation: zoomDepthReveal 0.8s ease-out forwards;
}



 







/* hero Section END */
.about-contact{
  background-color: #F2EFE7 !important;
}
/* Makes section full-width only on xxl and larger */

/* section 2 Start */
.step-section {
  background-color: #fff;
}

.step-card {
  padding: 20px;
}

.icon i {
  color: #000;
}
/* section 2 END */

/* Section 3 Start */
  .image-container {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    /* border: 0.1px solid #000;  */
    border: 2px solid #e9e9e9;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;  */
  }  
  .image-container:hover h5 {
    color: red; /* Change to any color you want */
    transition: color 0.3s ease;
  }

  .image-container:hover img,
.image-container:hover h5 {
  transform: scale(1.07);
      /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); */
}
  .image-container h5 {
    margin-top: 10px;
  }
  .image-container img {
    border-radius: 15px; /* Add border-radius for rounded corners */
  }
.our_categories{
  /* background: linear-gradient(to right, #9ACBD0, #48A6A7, #63d2da) ; */
  background-color: #f2efe7;
  /* background-color: white; */

}
  
/* Section 3 END */




/* Section 4 Start */
/* .pdf-section {
  background-image: url('https://cdn.pixabay.com/photo/2021/12/01/10/31/christmas-balls-6837253_1280.jpg'); 
  background-attachment: fixed;
  background-size: 200%; 
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px; 
  display: flex;               
  justify-content: center;     
  align-items: center;         
  text-align: center;
  padding: 20px;
  position: relative;
}

.pdf-download-container {
  z-index: 2;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 14px 28px;
  border: 2px solid #ff6600;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
}

.pdf-link:hover {
  background-color: #ff6600;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pdf-link i {
  font-size: 20px;
}


.pdf-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.pdf-icon {
  width: 24px;
  height: 24px;
} */

/* Section 4 END */

/* Footer Start */
.list-unstyled a:hover {
  color: red !important;
}
footer {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
}

.border-top{
  /* background-color: rgb(205, 243, 243); */
  background: linear-gradient(
    to right,
    rgb(155, 255, 255),
    rgb(202, 255, 255)
  );
  
}
/* Footer END */