/**
 * Vishwa Hindi Database (विश्व हिंदी डेटाबेस)
 * Modern Responsive Stylesheet (Full-width layout + Mobile Optimized)
 */

:root {
  --brand: #9a865f;
  --brand-dark: #7a6a48;
  --brand-light: #f5f0e6;
  --maroon: #800000;
  --maroon-dark: #500f0f;
  --maroon-light: #faecec;
  --bronze: #84724f;
  --bronze-dark: #66573c;
  --gold: #9a865f;
  --gold-light: #fbf8f2;
  --cream: #faf6f0;
  --cream-dark: #ede1ce;
  --dark: #222222;
  --text-muted: #666666;
  --border-color: #e5dac9;
  --shadow-sm: 0 2px 5px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.09);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.13);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --section-header: #605237;
  --link-color: #800000;
  --link-hover: #500f0f;
  --bs-link-color: #800000;
  --bs-link-hover-color: #500f0f;
  --transition: all 0.25s ease-in-out;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Hind', 'Noto Sans Devanagari', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark);
  background-color: #fbf9f6;
  background-image: linear-gradient(180deg, #cbb8a1 0%, #ece2d2 120px, #f7f3ec 280px, #ffffff 650px);
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a,
.table a,
.card a:not(.btn):not(.nav-link):not(.tag-badge):not(.region-tile),
.bio-content a,
.link-item {
  color: #800000;
  text-decoration: none;
  transition: var(--transition);
}

a:hover,
.table a:hover,
.card a:not(.btn):not(.nav-link):not(.tag-badge):not(.region-tile):hover,
.bio-content a:hover,
.link-item:hover {
  color: #500f0f;
  text-decoration: underline;
}

/* ==========================================================================
   LAYOUT CONTAINERS (Full Width + Max Constraint)
   ========================================================================== */
.site-wrapper {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.container-full {
  width: 100%;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
  margin-left: auto;
  margin-right: auto;
}

.container-constrained {
  width: 100%;
  max-width: 1440px;
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: clamp(16px, 3vw, 32px);
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   TOP MASTHEAD & HEADER
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #1c1511 0%, #302117 50%, #1c1511 100%);
  color: #d8cfc4;
  font-size: 0.85rem;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-bar a {
  color: #e8decb;
}

.top-bar a:hover {
  color: #ffffff;
}

.site-header {
  background: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #faf6f0 100%);
  border-bottom: 2px solid var(--brand);
  box-shadow: var(--shadow-sm);
  position: relative;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 20px;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none !important;
  cursor: pointer;
}

.header-brand:hover,
.header-brand:focus,
.header-brand:active {
  text-decoration: none !important;
}

.header-brand:hover .header-title-hi,
.header-brand:hover .header-title-en,
.header-brand:hover .header-tagline {
  text-decoration: none !important;
}

.header-logo {
  height: 96px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}

.header-title-block {
  display: flex;
  flex-direction: column;
}

.header-title-hi {
  font-size: clamp(2.1rem, 3.4vw, 2.9rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1.15;
  margin: 0 0 2px 0;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.header-title-en {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 600;
  color: var(--bronze);
  line-height: 1.2;
  margin: 2px 0 0 0;
  text-decoration: none;
}

.header-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 4px;
  font-style: italic;
  text-decoration: none;
}

.header-secretariat {
  text-align: right;
  border-left: 2px solid var(--border-color);
  padding-left: 20px;
}

.sec-title-hi {
  font-weight: 700;
  color: var(--maroon);
  font-size: 0.95rem;
}

.sec-title-en {
  font-size: 0.85rem;
  color: var(--bronze);
}

.sec-subtitle {
  font-size: 0.78rem;
  color: #777;
}

/* ==========================================================================
   NAVIGATION BAR (Responsive + Mobile Drawer)
   ========================================================================== */
.main-nav {
  background: #000000 !important;
  border-bottom: 3px solid var(--brand);
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: #000000;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 14px 18px;
  color: #f5f5f5;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
  border-right: 1px solid rgba(255,255,255,0.12);
  white-space: nowrap;
}

.nav-link:hover, .nav-item.active .nav-link {
  background: var(--brand);
  color: #ffffff;
  text-decoration: none;
}

.nav-link.nav-join-link {
  color: #c2b59b !important;
  font-weight: 600;
}

.nav-link.nav-join-link:hover,
.nav-item.active .nav-link.nav-join-link {
  background: var(--brand);
  color: #ffffff !important;
}

/* Dropdown */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111111;
  min-width: 260px;
  box-shadow: var(--shadow-lg);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: none;
  border-top: 2px solid var(--brand);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  z-index: 1000;
}

.nav-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #e5e5e5;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}

.nav-dropdown li a:hover {
  background: var(--brand);
  color: #ffffff;
  padding-left: 24px;
}

.nav-item:hover .nav-dropdown {
  display: block;
}

.nav-search-trigger {
  padding: 8px 16px;
  background: rgba(255,255,255,0.12);
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.25);
}

.nav-search-trigger:hover {
  background: var(--brand);
  color: #fff;
  text-decoration: none;
}

.nav-toggle-btn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  cursor: pointer;
}

/* ==========================================================================
   HERO / BANNER & LIVE SEARCH
   ========================================================================== */
.hero-section {
  background: linear-gradient(135deg, #3d3424 0%, #685a40 50%, #3d3424 100%);
  color: #ffffff;
  padding: 36px 0 44px;
  box-shadow: inset 0 2px 10px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../graphics/box_bg1.png') repeat;
  opacity: 0.08;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff7eb;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  color: #e6d3be;
  margin: 0 0 28px;
}

.hero-search-form {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.search-input-group {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  overflow: hidden;
  border: 3px solid var(--gold);
}

.search-input-field {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 24px;
  font-size: 1.1rem;
  font-family: inherit;
  color: var(--dark);
}

.search-submit-btn {
  background: var(--maroon);
  color: #ffffff;
  border: none;
  padding: 0 32px;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-submit-btn:hover {
  background: #500f0f;
}

.search-autocomplete-dropdown {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  max-height: 420px;
  overflow-y: auto;
  z-index: 1050;
  display: none;
  text-align: left;
  border: 1px solid var(--border-color);
}

.search-autocomplete-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  color: var(--dark);
}

.search-autocomplete-item:hover {
  background: #fdf5ec;
  text-decoration: none;
}

.search-item-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
}

.search-item-name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--maroon);
}

.search-item-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ==========================================================================
   DAILY FEATURED SPOTLIGHT CARDS (Scholar & Organisation of the Day)
   ========================================================================== */
.daily-spotlight-section {
  padding: 56px 0 42px;
}

.section-badge-header {
  text-align: center;
  margin-bottom: 42px;
}

.badge-tag {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.section-main-heading {
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  font-weight: 700;
  color: #605237 !important;
  margin: 0 0 14px 0;
  line-height: 1.35;
}

.section-subheading {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #666;
}

.section-header-styled,
.profile-section-title,
.content-section-title,
h3.section-header-styled,
h4.section-header-styled,
h3.border-start.border-4,
h4.border-start.border-4 {
  color: #605237 !important;
  border-left-color: #9a865f !important;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.spotlight-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
}

.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}

.spotlight-card-top {
  background: linear-gradient(90deg, var(--maroon) 0%, var(--bronze) 100%);
  color: #ffffff;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spotlight-card-body {
  padding: 24px;
  display: flex;
  gap: 22px;
  flex: 1 0 auto;
}

.spotlight-avatar-wrap {
  flex-shrink: 0;
}

.spotlight-avatar {
  width: 130px;
  height: 155px;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 3px solid var(--cream-dark);
  box-shadow: var(--shadow-sm);
  background: #f8f8f8;
}

.spotlight-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spotlight-name-hi {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--maroon);
  margin: 0 0 2px;
}

.spotlight-name-en {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--bronze);
  margin: 0 0 8px;
}

.spotlight-meta-line {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.spotlight-desc {
  font-size: 0.92rem;
  color: #444;
  margin: 10px 0 16px;
  flex: 1;
  text-align: justify;
}

.spotlight-card-footer {
  padding: 14px 24px;
  background: #faf6f0;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--maroon);
  color: #ffffff;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.btn-readmore:hover {
  background: var(--bronze-dark);
  color: #fff;
  text-decoration: none;
  gap: 10px;
}

/* ==========================================================================
   REGIONAL EXPLORER (Responsive Interactive Grid)
   ========================================================================== */
.regional-explorer-section {
  padding: 56px 0 46px;
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.regional-header-wrap {
  margin-bottom: 34px;
}

.regional-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 12px;
}

.region-tile {
  background: #faf6ef;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px 18px 18px;
  text-align: center;
  text-decoration: none;
  color: var(--dark);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 135px;
}

.region-title-wrap {
  margin-bottom: 14px;
}

.region-tile:hover {
  background-color: #800000 !important;
  border-color: #500f0f !important;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(128, 0, 0, 0.28);
  text-decoration: none;
}

.region-tile:hover .region-icon {
  color: #ffffff !important;
  transform: scale(1.1);
  transition: transform 0.25s ease;
}

.region-tile:hover .region-name-hi {
  color: #ffffff !important;
}

.region-tile:hover .region-name-en {
  color: #fdf5ea !important;
}

.region-tile:hover .region-counts {
  color: #f8ecec !important;
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.region-tile:hover .region-counts strong {
  color: #ffffff !important;
}

.region-tile.active {
  background: var(--maroon);
  color: #ffffff;
  border-color: var(--maroon-dark);
}

.region-tile.active .region-name-hi,
.region-tile.active .region-name-en,
.region-tile.active .region-counts {
  color: #ffffff;
}

.region-icon {
  font-size: 1.8rem;
  color: var(--maroon);
  margin-bottom: 6px;
}

.region-tile.active .region-icon {
  color: #fff;
}

.region-name-hi {
  font-weight: 700;
  font-size: 1.3rem;
  color: #605237;
  line-height: 1.3;
}

.region-name-en {
  font-size: 0.95rem;
  color: var(--bronze);
  margin-top: 5px;
  line-height: 1.25;
}

.region-counts {
  font-size: 0.85rem;
  color: #777;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed rgba(0,0,0,0.12);
}

/* ==========================================================================
   TAXONOMY & EXPERTISE PILLS
   ========================================================================== */
.expertise-section {
  padding: 36px 0;
}

.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag-badge {
  display: inline-block;
  background: #ffffff;
  color: var(--bronze);
  border: 1px solid var(--border-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}

.tag-badge:hover {
  background: var(--maroon);
  color: #ffffff;
  border-color: var(--maroon);
  text-decoration: none;
}

/* ==========================================================================
   DETAIL PROFILE VIEWS (Scholar & Organisation)
   ========================================================================== */
.profile-view-wrap {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  margin: 32px 0;
  overflow: hidden;
}

.profile-header-banner {
  background: linear-gradient(135deg, var(--maroon) 0%, var(--bronze) 100%);
  color: #ffffff;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.profile-avatar-large {
  width: 180px;
  height: 220px;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 4px solid rgba(255,255,255,0.85);
  box-shadow: var(--shadow-lg);
  background: #fff;
  flex-shrink: 0;
}

.profile-header-text {
  flex: 1;
}

.profile-title-hi {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 4px;
}

.profile-title-en {
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 400;
  color: #f7e6d0;
  margin: 0 0 14px;
}

.profile-body-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding: 32px;
}

.profile-section-block {
  margin-bottom: 28px;
}

.profile-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--maroon);
  border-bottom: 2px solid var(--cream-dark);
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.profile-sidebar-card {
  background: #faf6f0;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px;
  margin-bottom: 24px;
}

/* ==========================================================================
   FORMS & INPUTS
   ========================================================================== */
.vhd-form-group {
  margin-bottom: 18px;
}

.vhd-form-label {
  display: block;
  font-weight: 600;
  color: var(--maroon);
  margin-bottom: 6px;
}

.vhd-form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  transition: var(--transition);
}

.vhd-form-control:focus {
  outline: none;
  border-color: var(--maroon);
  box-shadow: 0 0 0 3px rgba(123, 24, 24, 0.15);
}

.vhd-btn-primary {
  background: var(--maroon);
  color: #ffffff;
  border: none;
  padding: 11px 26px;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: inherit;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.vhd-btn-primary:hover {
  background: var(--maroon-dark);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #9a865f !important;
  color: #ffffff;
  border-top: 4px solid #7a6a48;
  margin-top: auto;
}

.footer-top {
  padding: 44px 0 28px;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 36px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-bottom: 8px;
}

.footer-col p {
  color: #ffffff;
}

.footer-col .text-secondary {
  color: #f7f3ea !important;
}

.footer-col .text-warning {
  color: #ffffff !important;
}

.footer-col a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-col a:hover {
  color: #fff9ed;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  color: #f7f4ed;
  text-decoration: none;
  transition: var(--transition);
}

.footer-links li a:hover {
  color: #ffffff;
  text-decoration: underline;
  padding-left: 5px;
}

.footer-bottom {
  background: #7a6a48;
  padding: 18px 0;
  font-size: 0.85rem;
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}

/* Brand & Content Utilities */
.text-brand {
  color: var(--brand) !important;
}

.bg-brand {
  background-color: var(--brand) !important;
}

.bg-brand-light {
  background-color: var(--brand-light) !important;
}

.border-brand {
  border-color: var(--brand) !important;
}

.text-maroon {
  color: #800000 !important;
}

.bg-maroon {
  background-color: var(--brand) !important;
}

.bg-maroon-light {
  background-color: var(--brand-light) !important;
}

.border-maroon {
  border-color: var(--brand) !important;
}

.bio-bullet-list {
  list-style-type: disc;
  margin: 0 0 1rem 0;
  padding-left: 1.35rem;
}

.bio-bullet-list .bio-list-item {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile & Tablet)
   ========================================================================== */
@media (max-width: 1024px) {
  .regional-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .spotlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .header-brand {
    flex-direction: column;
  }
  .header-secretariat {
    border-left: none;
    border-top: 1px solid var(--border-color);
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
  .nav-toggle-btn {
    display: block;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #000000;
  }
  .nav-menu.active {
    display: flex;
  }
  .nav-item {
    width: 100%;
  }
  .nav-link {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-dropdown {
    position: static;
    display: none;
    background: #111111;
    width: 100%;
  }
  .nav-item.dropdown-open .nav-dropdown {
    display: block;
  }
  .spotlight-card-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-header-banner {
    flex-direction: column;
    text-align: center;
  }
  .profile-body-grid {
    grid-template-columns: 1fr;
  }
  .regional-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .regional-grid {
    grid-template-columns: 1fr;
  }
}
