.reveal {
  visibility: hidden;
  /* This will be overridden by autoAlpha: 1 */
}

.reveal img {
  transform: translateX(100%) scale(1.3);
  /* Match your initial animation state */
}

#header-sticky {
  transition: transform 0.4s ease;
}

.hide-header {
  transform: translateY(-100%);
}

/* ===================================== */
/* FOOTER MODERN - FULL RESPONSIVE CSS  */
/* ===================================== */

.footer-modern {
  color: #fff;
  padding: 30px 0 40px;
}

/* ================= CTA ================= */

.footer-cta {
  text-align: center;
  margin-bottom: 100px;
}

.footer-cta-logo {
  margin-bottom: 30px;
}

.footer-cta-logo img {
  max-width: 140px;
  opacity: 0.9;
  transition: 0.3s ease;
}

.footer-cta-logo img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.footer-cta h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}

.footer-cta h2 span {
  color: #ff4d4d;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 50px;
  background: #ff4d4d;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #000;
}

/* ================= MAIN ================= */

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 60px;
}

/* ================= LEFT ================= */

.footer-left {
  flex: 1;
  display: flex;
  gap: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-block {
  margin-bottom: 40px;
  min-width: 180px;
}

.footer-block h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 20px;
}

.footer-block a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.footer-block a:hover {
  opacity: 0.7;
}

/* ================= SOCIAL ================= */

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #ff4d4d;
  color: #fff;
  transform: translateY(-3px);
}

/* ================= RIGHT ================= */

.footer-right {
  flex: 1;
  display: flex;
  gap: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links-col {
  min-width: 180px;
}

.footer-links-col h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-links-col a {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links-col a:hover {
  transform: translateX(5px);
  opacity: 0.8;
}

/* ================= BOTTOM ================= */

.footer-bottom {
  border-top: 1px solid #1a1a1a;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* ===================================== */
/* RESPONSIVE DESIGN */
/* ===================================== */

/* -------- Tablets -------- */
@media (max-width: 992px) {

  .footer-modern {
    padding: 80px 0 30px;
  }

  .footer-cta h2 {
    font-size: 48px;
  }

  .footer-main {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    justify-content: center;
    gap: 40px;
  }
}

/* -------- Mobile -------- */
@media (max-width: 768px) {

  .footer-widget-wrapper {
    padding: 60px 0 20px;
  }

  .footer-modern {
    padding: 60px 0 20px;
  }

  .footer-cta {
    margin-bottom: 60px;
  }

  .footer-cta h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .cta-btn {
    padding: 14px 28px;
    font-size: 14px;
  }

  .footer-main {
    gap: 40px;
  }

  .footer-left,
  .footer-right {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-block,
  .footer-links-col {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    font-size: 12px;
  }
}



/* -------- Small Mobile -------- */
@media (max-width: 480px) {

  .footer-cta h2 {
    font-size: 26px;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
  }

  .footer-block h5,
  .footer-links-col h5 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  /* distance from bottom */
  right: 20px;
  /* distance from right */
  width: 55px;
  height: 55px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /* WhatsApp green */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float img {
  width: 25px;
  height: 25px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Show only on mobile */
@media (min-width: 769px) {
  .whatsapp-float {
    display: none;
  }
}

.service-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.service-card .service-icon {
    font-size: 32px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-card.featured {
    border: 2px solid #111;
}

.badge {
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    background: #111;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}

.process-timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.step-number {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
}

.process-icon {
    font-size: 32px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.process-card:hover .process-icon {
    transform: scale(1.15);
}

/* Desktop connector line */
@media (min-width: 992px) {
    .process-timeline::before {
        content: "";
        position: absolute;
        top: 60px;
        left: 8%;
        width: 84%;
        height: 2px;
        background: #eee;
        z-index: 0;
    }

    .process-card {
        position: relative;
        z-index: 1;
    }
}