@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* =========================================================
   LandKhoj — Premium Footer Styles
   Theme   : Light  |  No gradients  |  Soft shadows
   Font    : Inter (Google Fonts)
   ========================================================= */

:root{
    --space-10: 2.5rem;
    --font-semibold: 600;
    --text-primary: #000000;
    --transition-fast: 150ms ease-in-out;
    --font-primary: "Poppins", sans-serif;
}


footer {
  font-family: var(--font-primary);
  color: #111827;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  border-top: solid 2px #f4f4f4;
}

footer a {
  text-decoration: none;
  color: inherit;
}

footer ul {
  list-style: none;
}

/* ── Container ─────────────────────────────────────────── */
.fc {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   SECTION 1 — Brand Row
   ========================================================= */
.footer-brand-row {
  background: #ffffff;
  padding: 56px 0 48px;
}

.footer-brand-row > .fc {
  display: flex;
  gap: 10%;
  align-items: flex-start;
}

/* Left column — logo + tagline + social + app */
.fb-inner {
  flex: 0 0 40%;
  max-width: 380px;
}

/* Logo */
.fb-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.fb-logo-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.fb-logo-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1;
}

.fb-logo-text strong {
  font-weight: 700;
  color: #454E5F;
}

.fb-tagline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #454E5F;
  margin-bottom: 8px;
}

/* Social */
.fb-social-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #454E5F;
  margin-bottom: 10px;
}

.fb-social-icons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.soc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #454E5F;
  background: #ffffff;
  transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.soc-btn svg {
  width: 15px;
  height: 15px;
}

.soc-btn:hover {
  color: #454E5F;
  border-color: #93c5fd;
  box-shadow: 0 2px 8px rgba(26, 86, 219, 0.1);
}

/* Google Play Badge */
.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
  color: #111827;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: fit-content;
}

.play-badge:hover {
  border-color: #454E5F;
  box-shadow: 0 2px 10px rgba(26, 86, 219, 0.1);
}

.play-badge-icon {
  width: 22px;
  height: 22px;
  color: #454E5F;
  flex-shrink: 0;
}

.play-badge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.play-badge-sub {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #454E5F;
  line-height: 1;
}

.play-badge-main {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
}

.fb-nav-cols {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 32px;
}

.fn-col-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #374151;
  margin-bottom: 16px;
}

.fn-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fn-list a {
  font-size: 14px;
  font-weight: 400;
  color: #454E5F;
  line-height: 1.4;
  transition: color 0.15s ease;
  position: relative;
  padding-left: 0;
}

.fn-list a:hover {
  color: #454E5F;
}

.fn-list a:hover::before {
  width: 10px;
  margin-right: 5px;
}


/* =========================================================
   SECTION 2 & 3 — Cities / Projects
   ========================================================= */
.footer-cities-section,
.footer-projects-section {
  padding: 12px 0;
  margin-top: 15px;
}

.footer-projects-section {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

/* Section title */
.fcs-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  width: 100%;
}

.fcs-icon {
  width: 16px;
  height: 16px;
  color: #454E5F;
  flex-shrink: 0;
}

/* Grid of rows */
.fcs-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Each row */
.fcs-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 11px 20px;
  border-bottom: 1px solid #f3f4f6;
  background: #ffffff;
  transition: background 0.15s ease;
}

.fcs-row:last-child {
  border-bottom: none;
}

.fcs-row:hover {
  background: #f0f6ff;
}

/* Category label */
.fcs-category {
  flex: 0 0 196px;
  font-size: 0.78125rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.5;
}

/* City links inside a row */
.fcs-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  flex: 1;
}

.fcs-links a {
  font-size: 0.78125rem;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.fcs-links a:hover {
  color: #454E5F;
  background: #eff6ff;
}

/* Separator dots between links */
.fcs-links a + a::before {
  content: '·';
  margin-right: 6px;
  color: #d1d5db;
}


/* =========================================================
   BOTTOM FOOTER
   ========================================================= */
.footer-bottom {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  padding: 20px 0;
}

.fb-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Static page links */
.fbb-static-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 0;
}

.fbb-static-links a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #454E5F;
  padding: 2px 10px;
  transition: color 0.15s ease;
  position: relative;
}

.fbb-static-links a:hover {
  color: #454E5F;
}

.fbb-static-links a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #d1d5db;
}

/* Copyright */
.fbb-copyright {
  font-size: 14px;
  color: #4B545D;
  text-align: center;
  line-height: 1.5;
}

.fbb-sep {
  margin: 0 6px;
  color: #d1d5db;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

/* ── Large tablet (≤ 1024px) ── */
@media (max-width: 1024px) {
  .footer-brand-row > .fc {
    flex-direction: column;
    gap: 40px;
  }

  .fb-inner {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
  }

  .fb-logo-wrap {
    flex: 0 0 100%;
  }

  .fb-nav-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

/* ── Tablet (≤ 768px) ── */
@media (max-width: 768px) {
  .footer-brand-row {
    padding: 40px 0 32px;
  }

  .fb-inner {
    flex-direction: column;
    gap: 24px;
  }

  .fb-nav-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .fcs-category {
    flex: 0 0 140px;
    font-size: 0.75rem;
  }

  .fcs-row {
    padding: 10px 16px;
    gap: 12px;
  }
}

/* ── Mobile (≤ 560px) ── */
@media (max-width: 560px) {
  .fb-nav-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .fcs-row {
    flex-direction: column;
    gap: 6px;
    padding: 12px 16px;
  }

  .fcs-category {
    flex: none;
    width: 100%;
    font-size: 0.75rem;
    color: #111827;
  }

  .fcs-links {
    gap: 4px;
  }

  .fcs-links a + a::before {
    content: '·';
    margin-right: 4px;
  }

  .footer-bottom {
    padding: 16px 0;
  }

  .fbb-static-links {
    gap: 4px 0;
  }

  .fb-bottom-inner {
    gap: 10px;
  }
}

/* ── Small mobile (≤ 400px) ── */
@media (max-width: 400px) {
  .fc {
    padding: 0 16px;
  }

  .fb-nav-cols {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .fn-col-title {
    font-size: 0.6875rem;
  }

  .fn-list a {
    font-size: 0.75rem;
  }
}
.fb-social-wrap {
  margin: 15px 0;
}