@font-face {
  font-family: "Poppins";
  src: url("../fonts/Tagesschrift-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "play";
  src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
  overflow-x: hidden;
}
body{
    overflow-x: hidden;
    background-color: #f7f2f1;
    padding-top: 2dvh;


    background-image: url("../media/images/cleansht.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.navigation{
    position: fixed;
    display: flex;
    /* background-color: blue; */
    width: 100dvw;
    height: 11dvh;
    z-index: 9999999999999999999999;
    background-color: rgba(255, 255, 255, 0.6); /* translucent */
    backdrop-filter: blur(10px); /* this blurs anything behind it */
    -webkit-backdrop-filter: blur(10px); /* for Safari */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.img-div{
    position: absolute;
    height: 100%;
    width: 10%;
    /* background-color: aqua; */
}
.img-div img{
    width: 100%;
    height: 100%;
}
/*  */
.ul-holder div p:hover{
    cursor: pointer;
}

/* Add a small underline box */
.indicator {
    position: absolute;
    bottom: 0; /* a little spacing below the text */
    height: 3px;  /* line thickness */
    width: 40px;  /* fixed line length */
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}


.ul-holder div.active p {
    color: #fff; /* Active color */
}
.ul-holder {
    display: flex;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
}

.ul-holder div {
    width: 20%;
    height: 100%;
    position: relative; /* 👈 very important */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.5rem, 2vw, 1.2rem);
    cursor: pointer;
}

.ul-holder div p {
    color: #999;
    transition: color 0.3s ease-in-out;
}

/* active menu item */
.ul-holder div.active p {
    color: #333;
}

/* The underline */
.ul-holder div .indicator {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 40px;
    background-color: #333;
    border-radius: 2px;
    transition: opacity 0.7s ease;
    opacity: 0; /* hidden by default */
}
@keyframes fallIn {
  0% {
    transform: translateY(-200vh) rotate(15deg) scale(1.1);
    opacity: 0;
  }
  60% {
    transform: translateY(20px) rotate(-5deg);
    opacity: 1;
  }
  80% {
    transform: translateY(-10px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
/* show indicator only on active */
.ul-holder div.active .indicator {
    opacity: 1;
}

.hamburger {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100000;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 3px;
    transition: all 0.35s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 99998;
}

.nav-overlay.show {
    opacity: 1;
    pointer-events: auto;
}




.hero-section{
    width: 100dvw;
    height: 110dvh;
    background-color: blue;
    margin-top: 5%;
    position: relative;
    overflow: hidden;
}

.video-container{
    position: absolute;
    width: 40%;
    height: 80%;
    background-color: black;
    right: 5%;
    /* justify-self: center; */
    top: 10%;
}
.video-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle{
    position: absolute;
    width: 100dvw;
    height: 100dvw;
    border-radius: 50%;
    background-color: #1562c0;
    right: -40%;
    top: -30%;
}
/* .video-container{
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
}
.video-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: blue;
    position: absolute;
    opacity: 0.5;
} */




.written-words{
    position: absolute;
    width: 45%;
    height: 65%;
    /* background-color: tomato; */
    top: 25%;
    left: 5%;
}
.head-written-words{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: clamp(25px, 2dvw, 55px);
    margin-top: 7%;
}
.sub-written-words{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: clamp(15px, 1.5dvw, 25px);
    margin-top: 2dvh;
}
.btn-holder{
    width: 50%;
    height: 9%;
    background-color: white;
    color: #0557bc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: clamp(15px, 2dvw, 17px);
    font-weight: bolder;
    margin-top: 10%;
    cursor: pointer;
}


.egg-white{
    width: 100dvw;
    height: 130dvh;
    background-color: #ffffff;
    position: relative;
}
.egg-white-dark{
    background-color: #4d4e4e;
}
.mode{
    width: 3vw;
    height: 25%;
    background-color: white;
    position: absolute;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.inject-holder{
    position: absolute;
    width: 45%;
    height: 65%;
    top: 15%;
    left: 5%;
    background-color: black;
    border-radius: 5px;
    overflow: hidden;
}
.inject-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.egg-right{
    width: 40%;
    height: 65%;
    position: absolute;
    top: 15%;
    right: 5%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.egg-right h1{
    font-size: clamp(25px, 3.5dvw, 65px);
    margin-top: 3%;
    color: #0b1341;
}
.egg-right p{
    font-size: clamp(15px, 1.5dvw, 25px);
    margin-top: 3%;
    color: #0b1341;
}
.egg-right h2{
    margin-top: 10dvh;
    font-size: clamp(20px, 2dvw, 45px);
    color: #0557bc;
}
.read-more{
    width: 25%;
    height: 8%;
    background-color: #0557bc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin-top: 10%;
    cursor: pointer;
}
.read-more p{
    color: #ffffff;
    font-weight: bold;
    font-size: clamp(15px, 2dvw, 18px);
}
.egg-down{
    width: 100dvw;
    height: 20dvh;
    /* background-color: yellow; */
    position: absolute;
    bottom: 0;
    color: #676767;
}
.egg-down p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: clamp(12px, 1.5dvw, 16px);
    padding: 0.35% 2%;
}
.why-choose-us{
    width: 100dvw;
    height: 90dvh;
    background-color: rgba(0, 0, 0, 0.5);
    /* opacity: 0.5; */
    z-index: -1;
    position: relative;
    justify-items: center;
    align-content: center;
}
.why-inner{
    width: 80%;
    height: 75%;
    /* background-color: white; */
    /* z-index: 2; */
}
.why-upper{
    width: 100%;
    height: 30%;
    /* background-color: #0557bc; */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-upper h2{
    font-size: clamp(25px, 3dvw, 50px);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.why-upper p{
    font-size: clamp(15px, 1.5dvw, 25px);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 1dvh;
}
.why-down{
    width: 100%;
    height: 70%;
    /* background-color: green; */
    display: flex;
    justify-content: space-around;
    align-items: center;

    display: flex;
    justify-content: space-between; /* KEY CHANGE */
    align-items: center;            /* vertical center */
    padding: 0 20px;
}
.side-side {
    width: 150px;
    height: 200px;
    /* background: white; */
    border: 3px solid #fbce60;
    text-align: center;
    justify-items: center;
    align-content: center;
    z-index: 9;
}
.side-side i{
    font-size: clamp(30px, 4dvw, 50px);
    color: #fbce60;
    margin-top: 15%;
    /* z-index: 99; */
    cursor: pointer;
    /* justify-self: center; */
}
.side-side:hover i{
    color: #57b9ea;
}
.side-side p{
    color: #57b9ea;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    font-weight: bold;
    font-size: clamp(12px, 1.5dvw, 20px);
}
.services{
    width: 100%;
    padding: 80px 8%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100dvw;
}



.services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.services-header h2 {
  font-size: 36px;
  color: #f5c542;
  margin-bottom: 15px;
}

.services-header p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Content layout */
.services-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Image */
.services-image {
  flex: 1;
}

.services-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */
.services-text {
  flex: 1;
}

.services-text h3 {
  color: #57b9ea;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.services-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Button */
.services-btn {
  padding: 12px 28px;
  border: 1px solid #000;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.services-btn:hover {
  background: #000;
  color: #fff;
}


.service-section {
  width: 100dvw;
  padding: 80px 8%;
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

/* Reverse layout (image right) */
.service-section.reverse {
  flex-direction: row-reverse;
  background-color: #eef3f6;
}

/* Image */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */
.service-text {
  flex: 1;
}

.service-text h3 {
  color: #57b9ea;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.service-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Button */
.service-btn {
  padding: 12px 28px;
  border: 1px solid #000;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.service-btn:hover {
  background: #000;
  color: #fff;
}




.carousel-container {
  position: relative;
  width: 100dvw;
  /* max-width: 900px; */
  background-color: black;
  margin: auto;
  overflow: hidden;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 150px; /* Base width of logos */
  margin: 0 20px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.3; /* Default faded logos */
  width: 70px;
  height: 80px;
  justify-items: center;
  align-content: center;
  /* object-fit: cover; */
  /* background-color: red; */
  overflow: hidden;
}

.carousel-item img {
  width: 60%;
  height: 100%;
  object-fit: cover; /* cover the container without distortion */
  object-position: center; /* center the image */
  display: block;
}

/* Center zoom effect */
.carousel-item.center {
  transform: scale(1.5);
  opacity: 1;
}

/* Adjacent logos */
.carousel-item.adjacent {
  transform: scale(1.1);
  opacity: 0.7;
}

/* Overlay fade effect */
.carousel-overlay-left,
.carousel-overlay-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 2;
}

.carousel-overlay-left {
  left: 0;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
}

.carousel-overlay-right {
  right: 0;
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}

.contact-section {
  background: #1f2428;
  padding: 80px 0px;
  width: 100dvw;
}

.contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

/* INFO CARDS */
.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-card {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card i {
  font-size: 30px;
  color: #4fc3d0;
  margin-bottom: 10px;
}

.info-card h4 {
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.info-card p {
  font-size: 14px;
  color: #555;
}

.info-card.clickable {
  cursor: pointer;
}

.info-card.clickable:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* FORM */
.contact-form {
  background: #7fd6df;
  padding: 50px 40px;
  border-radius: 6px;
}

.contact-form h2 {
  margin-bottom: 25px;
  font-size: 28px;
  color: #000;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border: none;
  outline: none;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form button {
  width: fit-content;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #000;
  cursor: pointer;
  font-weight: bold;
}
.contact-section {
  width: 100vw;
  padding: 100px 0;
  background: linear-gradient(
    to top,
    rgba(31, 36, 40, 1) 0%,
    rgba(31, 36, 40, 0.85) 40%,
    rgba(31, 36, 40, 0.4) 70%,
    rgba(31, 36, 40, 0) 100%
  );
}

/* WRAPPER */
.contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  padding: 0 20px;
}

/* INFO GRID */
.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-card {
  background: #ffffff;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  color: #222;
}

.info-card i {
  font-size: 28px;
  color: #56cbd4;
  margin-bottom: 10px;
}

.info-card h4 {
  margin-bottom: 5px;
}

.info-card p {
  font-size: 14px;
  line-height: 1.6;
}

.clickable {
  text-decoration: none;
}

.clickable:hover {
  transform: translateY(-5px);
}

/* FORM */
.contact-form {
  background: #8adbe2;
  padding: 50px;
}

.contact-form h2 {
  margin-bottom: 25px;
  font-size: 28px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  outline: none;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #000;
  cursor: pointer;
  font-weight: bold;
}

/* FLOATING WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.faq-section {
    background: #f4f8fb;
    padding: 80px 20px;
    width: 100dvw;
}

.faq-title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 50px;
    color: #1c1c1c;
}

.faq-category {
    font-size: 1.8rem;
    margin: 50px 0 20px;
    color: #57b9ea;
}

.faq-item {
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 10px;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    color: #57b9ea;
}

.faq-question .icon {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    font-size: 1.1rem;
    padding: 0 10px 25px;
    color: #444;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}


/* FOOTER */
.site-footer {
    background: linear-gradient(135deg, #0c1b33, #081426);
    color: #f1f1f1;
    padding: 70px 8% 30px;
    position: relative;
    width: 100dvw;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h3 {
    font-size: 32px;
    color: #57b9ea;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fbce60;
}

.footer-col p,
.footer-col li a {
    font-size: 15px;
    line-height: 1.7;
    color: #ddd;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #57b9ea;
}

.footer-col i {
    margin-right: 8px;
    color: #57b9ea;
}

.footer-col.map iframe {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    border: none;
}

/* SOCIALS */
.footer-social {
    text-align: center;
    margin: 40px 0 20px;
}

.footer-social a {
    margin: 0 10px;
    font-size: 22px;
    color: #fff;
    transition: transform 0.3s, color 0.3s;
}

.footer-social a:hover {
    color: #57b9ea;
    transform: translateY(-5px);
}

/* BOTTOM */
.footer-bottom {
    text-align: center;
    border-top: 1px solid #1e2f52;
    padding-top: 20px;
    font-size: 14px;
}

/* BACK TO TOP */
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 50vh;
    background: #57b9ea;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 15px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: transform 0.3s, background 0.3s;
}

#backToTop:hover {
    background: #fbce60;
    transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-col.map iframe {
        height: 200px;
    }
}

.footer-social {
    text-align: center;
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: #fff;

    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);

    position: relative;
    overflow: hidden;

    transition: 
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

/* Glow ring */
.footer-social a::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(
        45deg,
        #57b9ea,
        #fbce60,
        #57b9ea
    );
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.35s;
    z-index: -1;
}

.footer-social a:hover::before {
    opacity: 1;
}

.footer-social a:hover {
    transform: translateY(-6px) scale(1.08);
    background: rgba(87,185,234,0.15);
    box-shadow: 0 12px 30px rgba(87,185,234,0.45);
}

/* Mobile tap feedback */
.footer-social a:active {
    transform: scale(0.95);
}

.staff-section {
  padding: 100px 20px;
  background-color: #f9f9f9;
  position: relative;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
  color: #111; /* dark gray/black text */
  position: relative;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #ff6b6b; /* your accent color */
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  padding: 20px 0;
  position: relative;
}

.timeline-content {
  padding: 20px;
  background: #fff;
  position: relative;
  width: 45%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.timeline-content.left {
  left: 0;
}

.timeline-content.right {
  left: 55%;
}

.timeline-item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #ff6b6b; /* accent color */
  border: 4px solid #fff;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-content.right::before {
  left: -10px;
}

.staff-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #ff6b6b; /* accent color */
}

.staff-name {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #111;
}

.staff-role {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #ff6b6b; /* accent color */
}

.staff-desc {
  font-size: 0.95rem;
  color: #555;
}

/* Scroll animation */
.timeline-content.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .timeline-content {
    width: 90%;
    left: 5% !important;
  }

  .timeline-item::before {
    left: 50%;
    margin-left: -10px;
    right: auto;
  }
}

.caro-section {
  padding: 100px 20px;
  background-color: #f9f9f9;
  text-align: center;
  width: 100dvw;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #111;
}

.caro-container {
  position: relative;
  perspective: 1200px; /* 3D perspective */
  max-width: 900px;
  margin: 0 auto;
  height: 300px;
  overflow: visible;
}

.caro {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.caro-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 220px;
  margin: -110px 0 0 -75px;
  text-align: center;
  transition: transform 0.5s, opacity 0.5s;
  cursor: pointer;
}

.caro-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ff6b6b; /* accent color */
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.5s, box-shadow 0.5s;
}

.caro-item:hover img {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.staff-info {
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.5s;
}

.caro-item:hover .staff-info {
  opacity: 1;
}

.staff-info h3 {
  margin: 5px 0 0 0;
  font-size: 1.1rem;
  color: #111;
}

.staff-info p {
  margin: 3px 0 0 0;
  font-size: 0.9rem;
  color: #ff6b6b;
}

.caro-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  color: #ff6b6b;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.caro-btn.left {
  left: -60px;
}

.caro-btn.right {
  right: -60px;
}

@media screen and (max-width: 768px) {
  .caro-container {
    height: 250px; /* smaller height on phones */
  }

  .caro-item {
    width: 120px;
    height: 200px;
    margin: -100px 0 0 -60px;
  }
}

/* ===============================
   DARK MODE OVERRIDES
================================ */

body[data-theme="dark"] {
  background-color: #0e1116;
  color: #e6e6e6;
}

/* NAV */
body[data-theme="dark"] .navigation {
  background: rgba(10, 15, 22, 0.85);
  backdrop-filter: blur(8px);
}

body[data-theme="dark"] .hero-section {
  color: #e6e6e6;
  background-color: #0c0c46;
}
body[data-theme="dark"] .circle {
  background-color: #0000ff;
  color: #0000ff;
  background: linear-gradient(
  135deg,
  #050a30,
  #000b5e
);
}

/* LIGHT SECTIONS */
body[data-theme="dark"] .egg-white,
body[data-theme="dark"] .services,
body[data-theme="dark"] .faq-section {
  background-color: #121826;
}
body[data-theme="dark"] .service-section {
  background-color: #141a32;
}
body[data-theme="dark"] .reverse {
  background-color: #0e1324;
}

body[data-theme="dark"] .btn-holder {
    /* border: #fbce60; */
    color: #0b1341;
}

body[data-theme="dark"] .egg-right h1{
    /* background-color: #2c2e2e; */
    color: #fbce60;
}

/* DARK OVERLAY SECTIONS */
body[data-theme="dark"] .why-choose-us,
body[data-theme="dark"] .hero-overlay {
  background: rgba(0, 0, 0, 0.75);
}

/* CARDS */
body[data-theme="dark"] .side-side,
body[data-theme="dark"] .info-card,
body[data-theme="dark"] .faq-item,
body[data-theme="dark"] .caro-item {
  background-color: #1c2433;
  border-color: #2f3a55;
}

/* TEXT */
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] p,
body[data-theme="dark"] span {
  color: #fbce60;
}
/* body[data-theme="dark"] .info-card p, */
body[data-theme="dark"] .contact-form {
  background-color: #0e3a44;
  color: #e6fbff;
}
body[data-theme="dark"] .contact-section h4 {
  color: #e7d197;
}
body[data-theme="dark"] .service-text h3 {
  color: #57b9ea;
}

body[data-theme="dark"] .service-btn {
  border-color: #fbce60;
  color: #9e8a56;
}
body[data-theme="dark"] .caro-section{
  background-color: #0f1424;
  color: #0b1341;
}
body[data-theme="dark"] #gbam h3{
  color: #57b9ea;
}
body[data-theme="dark"] .side-side p {
  color: #57b9ea;
}

/* ICONS */
body[data-theme="dark"] i {
  color: #fbce60;
}
body[data-theme="dark"] .info-card i {
  color: #57b9ea;
}
body[data-theme="dark"] .footer-col a {
  color: #fbce60;
  background-color: #1c2433;
  padding: 2% 4%;
}
body[data-theme="dark"] #kilo {
  color: #9e8a56;
  border-color: #fbce60;
}

/* FOOTER */
body[data-theme="dark"] .site-footer {
  background: #070b12;
}

.theme-switch {
  /* position: fixed; */
  right: 500px;
  bottom: 80px;
  z-index: 100000;
}


.nav-theme-toggle {
  position: absolute;
  z-index: 10000;
  width: 80px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  bottom: 10%;
  right: 40%;
}

/* Icons */
.nav-theme-toggle .icon {
  font-size: 14px;
  color: #fbce60;
  z-index: 2;
}

.nav-theme-toggle .moon {
  color: #57b9ea;
}

/* Toggle ball */
.toggle-ball {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 3px;
  transition: transform 0.35s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Dark mode state */
body[data-theme="dark"] .toggle-ball {
  transform: translateX(45px);
}

/* Hover */
.nav-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Mobile */
@media (max-width: 768px) {
  .nav-theme-toggle {
    right: 15%;
    bottom: 15%;
  }
}
.trusted-sectors {
  padding: 90px 0;
  background: var(--section-bg, #f9fbfd);
}

.container {
  width: min(1200px, 90%);
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #666;
  margin-bottom: 50px;
  font-size: 1rem;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.sector-card {
  background: #ffffff;
  padding: 35px 20px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.sector-card i {
  font-size: 2.2rem;
  color: #2db6c4;
  margin-bottom: 15px;
}

.sector-card h4 {
  font-size: 1rem;
  font-weight: 600;
}

.sector-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* ===============================
   DARK MODE SUPPORT
================================ */
body[data-theme="dark"] .trusted-sectors {
  background: #0e1116;
}

body[data-theme="dark"] .sector-card {
  background: #1c2433;
}

body[data-theme="dark"] .section-subtitle {
  color: #bfc6d4;
}

body[data-theme="dark"] .sector-card i {
  color: #fbce60;
}
/* ===============================
   BASE ANIMATION STATE
================================ */
[data-animate] {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

/* ===============================
   ANIMATION TYPES
================================ */

/* Fade Up */
[data-animate="fade-up"] {
  transform: translateY(40px);
}

/* Fade Down */
[data-animate="fade-down"] {
  transform: translateY(-40px);
}

/* Fade Left */
[data-animate="fade-left"] {
  transform: translateX(40px);
}

/* Fade Right */
[data-animate="fade-right"] {
  transform: translateX(-40px);
}

/* Zoom In */
[data-animate="zoom-in"] {
  transform: scale(0.85);
}

/* Zoom Out */
[data-animate="zoom-out"] {
  transform: scale(1.15);
}

/* Flip Up */
[data-animate="flip-up"] {
  transform: perspective(800px) rotateX(15deg);
}

/* ===============================
   WHEN SHOWN
================================ */
.animate-show {
  opacity: 1;
  transform: none;
}
.service-estimates {
  padding: 100px 5%;
  background: var(--section-bg, #f7fafc);
}

.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
}

.section-subtitle {
  text-align: center;
  max-width: 650px;
  margin: 10px auto 60px;
  opacity: 0.85;
}

/* GRID */
.estimate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.estimate-card {
  background: linear-gradient(180deg, #ffffff, #f1f6fb);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.estimate-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* HEADER */
.card-header i {
  font-size: 34px;
  color: #fbce60;
}

.card-header h3 {
  margin: 15px 0 5px;
}

.price {
  font-weight: 600;
  color: #57b9ea;
}

/* DETAILS */
.card-details {
  margin: 25px 0;
  list-style: none;
  padding: 0;
}

.card-details li {
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.9;
}

/* BUTTON */
.quote-btn {
  margin-top: auto;
  padding: 14px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(135deg, #fbce60, #f7b500);
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quote-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(251,206,96,0.5);
}

/* DARK MODE */
body[data-theme="dark"] .service-estimates {
  background: #0f1624;
}

body[data-theme="dark"] .estimate-card {
  background: linear-gradient(180deg, #1c2433, #141b29);
  color: #e6e6e6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .estimate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .estimate-grid {
    grid-template-columns: 1fr;
  }
}
/* SECTION WRAPPER */
.testimonial-section {
  padding: 80px 6%;
  background: #eef6f9;
}

.testimonial-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.testimonial-intro {
  flex: 1 1 300px;
}

.testimonial-intro h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.testimonial-intro p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.rating {
  margin: 20px 0;
  font-weight: bold;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background: #2b8f99;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background: #1f6f77;
}

/* CAROUSEL */
.testimonial-carousel-wrapper {
  flex: 2 1 600px;
  position: relative;
}

.testimonial-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.testimonial-card {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-card h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.sector {
  font-size: 0.85rem;
  color: #2b8f99;
  font-weight: 600;
}

.testimonial-card p {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

/* Carousel buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2b8f99;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 5px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.carousel-btn:hover {
  opacity: 1;
}

.carousel-btn.left {
  left: 5px;
}

.carousel-btn.right {
  right: 10px;
}

/* Hide scrollbar */
.testimonial-carousel::-webkit-scrollbar {
  display: none;
}
.testimonial-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Responsive */
@media (max-width: 900px) {
  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-carousel-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .carousel-btn.left {
    left: 5px;
  }

  .carousel-btn.right {
    right: 5px;
  }
}

body p{
  font-family: poppins;
}
.service-estimates li{
  font-family: play;
}