/* footer.css - Premium Spiritual Footer Style */

.site-footer {
  background: linear-gradient(135deg, #0F1F1A 0%, #173126 50%, #0F1F1A 100%);
  /* Rich dark forest-green gradient */
  color: #EAEAEA;
  /* Soft cream/off-white */
  padding: 40px 0 24px;
  font-family: var(--font-sans);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 40px rgba(0, 0, 0, 0.3);
  /* Subtle inset shadow for depth */
}

.footer-container {
  max-width: var(--max-w-content);
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid-three {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 30px;
}

/* Base column styles */
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Left & Center column right borders for desktop dividers */
.brand-column,
.explore-column {
  border-right: 1px solid rgba(212, 175, 55, 0.15);
  /* Elegant gold tone divider */
  padding-right: 40px;
  width: 100%;
  align-items: stretch;
}

/* Brand Column (Left) */
.brand-column {
  text-align: center;
  align-items: center;
}

.footer-logo-wrap {
  margin-top: -20px;
  margin-bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Soft gold glow behind the logo */
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0) 70%);
  /* Apply drop-shadow filters on the parent so they are not cut off by the child's clip-path */
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
}

.site-footer .footer-logo {
  height: 220px;
  width: auto;
  object-fit: contain;
  display: block;
  /* Clean inset clip to hide the duplicate dark text at the bottom of the logo image */
  clip-path: inset(0 0 12% 0);
}

.footer-brand-title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
  color: #EAEAEA;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.brand-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px auto 12px;
  width: 150px;
}

.brand-separator .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.3);
}

.brand-separator .diamond {
  width: 6px;
  height: 6px;
  background-color: #D4AF37;
  transform: rotate(45deg);
}

.brand-description-serif {
  display: none;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #b5c0ad;
  /* Muted olive-sand text */
  margin-bottom: 16px;
  text-align: center;
}

.footer-wa-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  color: #D4AF37;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-wa-btn-outline:hover {
  background-color: #D4AF37;
  color: #0F1F1A;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.25);
}

/* Titles and Indicators */
.footer-col-title-sans {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #D4AF37;
  margin-bottom: 8px;
  text-align: center;
}

.footer-col-title-line {
  width: 24px;
  height: 1px;
  background-color: #D4AF37;
  margin: 0 auto 12px;
  opacity: 0.7;
}

/* Explore Column (Center) */
.explore-column {
  align-items: center;
}

.footer-links-arrows-redesigned {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: fit-content;
  margin: 0 auto;
}

.footer-links-arrows-redesigned li a {
  display: flex;
  align-items: center;
  color: #EAEAEA;
  opacity: 0.9;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links-arrows-redesigned li a .arrow-symbol {
  color: #D4AF37;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.footer-links-arrows-redesigned li a:hover {
  opacity: 1;
  color: #D4AF37;
}

.footer-links-arrows-redesigned li a:hover .arrow-symbol {
  transform: translateX(4px);
}

/* Connect Column (Right) */
.connect-column {
  align-items: center;
  width: 100%;
}

.social-circles {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 4px;
  margin-bottom: 12px;
}

.social-circle-link {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  font-size: 1.15rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
}

.social-circle-link:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(212, 175, 55, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.05);
}

.footer-wa-guidance-link-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D4AF37;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.footer-wa-guidance-link-gold:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Bottom Bar Redesigned */
.footer-bottom-redesigned {
  margin-top: 10px;
}

.bottom-bar-line-container {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.2);
  margin-bottom: 20px;
}

.lotus-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0F1F1A;
  /* Matches gradient bottom tone */
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  z-index: 2;
  box-shadow: 0 0 10px rgba(15, 31, 26, 0.8);
}

.lotus-svg {
  width: 24px;
  height: 24px;
  stroke: #D4AF37;
  fill: none;
}

.footer-bottom-inner-redesigned {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: rgba(234, 234, 234, 0.6);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.footer-bottom-left span {
  font-size: 0.82rem;
}

.footer-bottom-center .sacred-forests-line {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: #b5c0ad;
  letter-spacing: 0.01em;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 90px;
  /* Space for the floating WhatsApp button on desktop */
}

.footer-bottom-right a {
  color: rgba(234, 234, 234, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-right a:hover {
  color: #D4AF37;
}

.footer-bottom-right .bar-separator {
  color: rgba(212, 175, 55, 0.3);
  font-size: 0.75rem;
}

/* Responsiveness */
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 90px;
    /* Extra bottom padding so mobile WA button doesn't overlap centered bottom bar */
  }

  .footer-grid-three {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }

  .brand-column,
  .explore-column {
    border-right: none;
    padding-right: 0;
  }

  .footer-links-arrows-redesigned {
    align-items: center;
  }

  .footer-bottom-inner-redesigned {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-bottom-center {
    order: -1;
    /* Place slogan on top on mobile */
  }

  .footer-bottom-right {
    padding-right: 0;
    /* Remove desktop right padding on mobile */
  }
}