/* ═══════════════════════════════════════════════════════════
   KnowYourGujarat — MASTER FOOTER (Exact Reference Spec)
   Pure White Canvas + Full-Section 4K Gujarat Monuments Backdrop +
   Top Nav Columns + Central Skyline Vista + Lower Action Cards + Bottom Bar
   ═══════════════════════════════════════════════════════════ */

.site-footer {
  position: relative;
  width: 100%;
  background: #FFFFFF !important;
  border-top: 1px solid #E2E8F0;
  margin-top: 0;
  padding: 24px 0 24px;
  color: #1E293B;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  overflow: hidden;
}

/* ── Full-Section Gujarat Monuments & Infrastructure 4K Illustration Backdrop ── */
.footer-panorama-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-panorama-backdrop picture {
  display: contents;
}

.footer-panorama-backdrop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 2%;
  opacity: 0.48;
  filter: contrast(1.05);
  pointer-events: none;
  user-select: none;
}

.footer-inner-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
}

/* ── Top Row: Brand on Left, 5 Navigation Columns on Right ── */
.footer-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}

.footer-brand-col {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-brand-link .brand-emblem {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  fill: #0A4FCD !important;
}

.footer-brand-title {
  font-size: 19px;
  font-weight: 800;
  color: #0A1C3E;
  letter-spacing: -0.02em;
}

.footer-portal-subtitle {
  font-size: 15px;
  font-weight: 800;
  color: #0A1C3E;
  margin-top: 2px;
}

.footer-brand-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #1E293B;
  font-weight: 500;
  margin: 0;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.footer-social-btn.fb { background: #1877F2; }
.footer-social-btn.ig { background: linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%); }
.footer-social-btn.tw { background: #000000; }
.footer-social-btn.yt { background: #FF0000; }

.footer-social-btn:hover {
  transform: scale(1.1);
}

.footer-cols-group {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 100px;
}

.footer-col-title {
  font-size: 14px;
  font-weight: 800;
  color: #0A1C3E;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer-col-accent {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}

.footer-col-accent .bar-saffron {
  width: 20px;
  height: 3px;
  background: #FF7A00;
  border-radius: 2px;
}

.footer-col-accent .bar-green {
  width: 20px;
  height: 3px;
  background: #047857;
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0A1C3E;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-list li a:hover {
  color: #0A4FCD;
}

.footer-icon {
  width: 16px;
  height: 16px;
  color: #0A1C3E;
  flex-shrink: 0;
}

/* ── Middle Skyline Vista ── */
.footer-skyline-vista {
  width: 100%;
  height: 140px;
  pointer-events: none;
}

/* ── Lower Action Cards Row ── */
.footer-cards-row {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.footer-action-card {
  flex: 1;
  max-width: 480px;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.08), 0 2px 8px -2px rgba(15, 23, 42, 0.04);
}

.footer-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0A1C3E;
  margin: 0;
}

.footer-card-sub {
  font-size: 12.5px;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.footer-newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.footer-newsletter-input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 13.5px;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  outline: none;
  background: #FFFFFF;
}

.footer-newsletter-input:focus {
  border-color: #0A4FCD;
}

.footer-btn-subscribe {
  height: 42px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  background: #091E3A;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.footer-btn-subscribe:hover {
  background: #0A4FCD;
}

.footer-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 24px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: #0A1C3E;
  background: #FFFFFF;
  border: 1.5px solid #0A1C3E;
  border-radius: 10px;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 4px;
  transition: all 0.2s ease;
}

.footer-btn-contact:hover {
  background: #0A1C3E;
  color: #FFFFFF;
}

/* ── Bottom Copyright Bar ── */
.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  font-size: 13px;
  color: #475569;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright {
  color: #475569;
  font-weight: 500;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom-links a {
  color: #475569;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
  color: #0A4FCD;
}

.footer-made-with {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #1E293B;
}

.footer-heart {
  color: #FF7A00;
}

/* ─────────────────────────────────────────────────────────── */
/*  RESPONSIVE                                                */
/* ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-top-row {
    flex-direction: column;
    gap: 32px;
  }
  .footer-cols-group {
    width: 100%;
    justify-content: space-between;
  }
  .footer-skyline-vista {
    height: 160px;
  }
  .footer-cards-row {
    flex-direction: column;
  }
  .footer-action-card {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 36px 0 24px;
  }
  .footer-inner-content {
    padding: 0 20px;
  }
  .footer-cols-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .footer-skyline-vista {
    height: 100px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
