/* ==========================================================================
   Deepam Trust — Header & Footer Custom Design
   Built on brand palette. This file only styles the topbar, header/nav
   (desktop + mobile) and footer. Load AFTER style.css so it overrides.
   ========================================================================== */

:root{
  --text-primary:#111111;
  --text-secondary:#333333;
  --text-muted:#666666;
  --white:#FFFFFF;
  --black:#111111;
  --primary:#C11923;
  --primary-dark:#8F1018;
  --primary-light:#F9E6E7;
  --secondary:#6F151B;
  --secondary-light:#FBEDEE;
  --background:#FFFFFF;
  --background-soft:#FAF8F5;
  --background-light:#FFF7F7;
  --border:rgba(193,25,35,0.14);
  --border-light:#EDE1E2;
  --accent:#C11923;
  --accent-light:#F9E6E7;
  --radius:24px;
  --shadow-sm:0 6px 20px rgba(193,25,35,0.06);
  --shadow-md:0 14px 40px rgba(193,25,35,0.10);
  --shadow-lg:0 24px 70px rgba(193,25,35,0.14);
  --font-head:'Manrope', sans-serif;
  --font-body:'Inter', sans-serif;
}

/* ==========================================================================
   0. SHARED / RESET (scoped to header + footer elements only)
   ========================================================================== */
.topbar, .topbar *,
#site-header, #site-header *,
.mobile-nav, .mobile-nav *,
footer, footer *{
  box-sizing:border-box;
  font-family:var(--font-body);
}

.site-fixed{
  position:sticky;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  width:100%;
}

/* ==========================================================================
   1. TOP CONTACT BAR
   ========================================================================== */
.topbar{
  background:linear-gradient(100deg, var(--secondary) 0%, var(--primary-dark) 55%, var(--primary) 130%);
  color:var(--white);
  padding:9px 0;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.topbar-inner{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.topbar-contacts{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}

.topbar-contacts a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--white);
  text-decoration:none;
  opacity:0.92;
  font-weight:500;
  letter-spacing:0.1px;
  transition:opacity .2s ease;
  white-space:nowrap;
}

.topbar-contacts a:hover{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:3px;
}

.topbar-contacts a svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:var(--white);
  flex-shrink:0;
}

/* subtle divider dots between contact items */
.topbar-contacts a:not(:last-child){
  position:relative;
  padding-right:22px;
}
.topbar-contacts a:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-11px;
  top:50%;
  transform:translateY(-50%);
  width:3px;
  height:3px;
  border-radius:50%;
  background:rgba(255,255,255,0.5);
}

.topbar-social{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}

.topbar-social a{
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:rgba(255,255,255,0.14);
  color:var(--white);
  transition:background .2s ease, transform .2s ease;
}

.topbar-social a:hover{
  background:var(--white);
  transform:translateY(-2px);
}

.topbar-social a svg{
  width:13px;
  height:13px;
  stroke:var(--white);
  fill:none;
  transition:stroke .2s ease;
}

.topbar-social a:hover svg{
  stroke:var(--primary);
}

/* ==========================================================================
   2. MAIN HEADER / NAV
   ========================================================================== */
#site-header{
  background:var(--white);
  border-bottom:1px solid var(--border-light);
  box-shadow:var(--shadow-sm);
}

.nav-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

/* Brand / logo */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  flex-shrink:0;
}

.brand img{
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--white);
  border:2px solid var(--primary-light);
  box-shadow:var(--shadow-sm);
  object-fit:contain;
  padding:4px;
  transition:transform .25s ease, border-color .25s ease;
}

.brand:hover img{
  transform:scale(1.05) rotate(-3deg);
  border-color:var(--primary);
}

.brand-name{
  font-family:var(--font-head);
  font-weight:700;
  font-size:19px;
  line-height:1.15;
  color:var(--primary-dark);
  display:flex;
  flex-direction:column;
  letter-spacing:-0.2px;
}

.brand-name span{
  font-family:var(--font-body);
  font-weight:500;
  font-size:11.5px;
  color:var(--text-muted);
  letter-spacing:0.3px;
  margin-top:2px;
}

/* Primary nav links */
.main-nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.main-nav a{
  position:relative;
  color:var(--text-secondary);
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  padding:6px 0;
  transition:color .2s ease;
}

.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:var(--primary);
  border-radius:2px;
  transition:width .25s ease;
}

.main-nav a:hover{
  color:var(--primary);
}

.main-nav a:hover::after{
  width:100%;
}

/* Header actions: donate button + mobile toggle */
.header-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-shrink:0;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 24px;
  border-radius:999px;
  font-weight:700;
  font-size:14.5px;
  text-decoration:none;
  border:2px solid transparent;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space:nowrap;
  font-family:var(--font-body);
}

.btn-primary{
  background:var(--primary);
  color:var(--white);
  box-shadow:var(--shadow-sm);
}

.btn-primary:hover{
  background:var(--primary-dark);
  transform:translateY(-2px);
  box-shadow:var(--shadow-md);
}

.btn-secondary{
  background:var(--white);
  color:var(--primary);
  border-color:var(--primary);
}

.btn-secondary:hover{
  background:var(--primary-light);
  transform:translateY(-2px);
}

.header-actions .btn{
  padding:10px 22px;
}

/* Mobile menu toggle (hamburger) */
.menu-toggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:42px;
  height:42px;
  border-radius:10px;
  border:1px solid var(--border-light);
  background:var(--white);
  cursor:pointer;
}

.menu-toggle span{
  width:20px;
  height:2px;
  border-radius:2px;
  background:var(--primary-dark);
  transition:transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   3. MOBILE NAV DRAWER
   ========================================================================== */
.mobile-overlay{
  position:fixed;
  inset:0;
  background:rgba(17,17,17,0.5);
  backdrop-filter:blur(2px);
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
  z-index:1100;
}

.mobile-overlay.active{
  opacity:1;
  visibility:visible;
}

.mobile-nav{
  position:fixed;
  top:0;
  right:-320px;
  width:290px;
  max-width:82vw;
  height:100vh;
  background:var(--white);
  box-shadow:var(--shadow-lg);
  z-index:1200;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:70px 26px 30px;
  transition:right .3s ease;
}

.mobile-nav.active{
  right:0;
}

.mobile-nav a{
  color:var(--text-secondary);
  text-decoration:none;
  font-weight:600;
  font-size:16px;
  padding:12px 4px;
  border-bottom:1px solid var(--border-light);
}

.mobile-nav a:hover{
  color:var(--primary);
}

.mobile-nav .btn{
  margin-top:14px;
  width:100%;
}

.mobile-close{
  position:absolute;
  top:18px;
  right:20px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:none;
  background:var(--primary-light);
  color:var(--primary-dark);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

@media (max-width:900px){
  .main-nav{ display:none; }
  .menu-toggle{ display:flex; }
  .header-actions .btn-primary{ display:none; }
  .topbar-contacts a:nth-child(2){ display:none; }
}

@media (max-width:600px){
  .topbar-contacts a span{ display:none; }
  .brand-name span{ display:none; }
}
/*--- Header Css End --*/


/* ========== Donate Css Start ========== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  color: #241f20;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.008em;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
p {
  font-size: 16px;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.08s;
}
.reveal-delay-2 {
  transition-delay: 0.16s;
}
.reveal-delay-3 {
  transition-delay: 0.24s;
}
.reveal-delay-4 {
  transition-delay: 0.32s;
}

img{
    object-fit: cover !important;
}

/* ---------- Image placeholders ---------- */
.img-placeholder {
  width: 100%;
  background:
    linear-gradient(135deg, #efeae8 25%, transparent 25%) -12px 0/24px 24px,
    linear-gradient(225deg, #efeae8 25%, transparent 25%) -12px 0/24px 24px,
    linear-gradient(315deg, #efeae8 25%, transparent 25%) 0 0/24px 24px,
    linear-gradient(45deg, #efeae8 25%, transparent 25%) 0 0/24px 24px,
    #f7f4f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #938c8e;

}
.img-placeholder .ph-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px 20px;
  border-radius: 12px;
}
.img-placeholder svg {
  width: 26px;
  height: 26px;
  opacity: 0.55;
}
.img-placeholder .ph-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #938c8e;
}

/* ================= SECTION PADDING RULES ================= */
.section {
  padding: 40px 0;
}
.banner {
  padding: 80px 0;
}

/* ================= HERO / BANNER ================= */
.hero {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 60px;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.hero .hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  aspect-ratio: auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(15, 10, 10, 0.68) 0%,
    rgba(20, 14, 14, 0.42) 55%,
    rgba(20, 14, 14, 0.15) 100%
  );
  z-index: -1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f4c7cc;
  margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f4c7cc;
  display: inline-block;
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
}
.hero h1 .accent {
  color: #f2b9bf;
}
.hero p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 100px;
  transition:
    transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1.5px solid transparent;
  cursor: pointer;
}
.btn svg {
  width: 16px;
  height: 16px;
}
.btn-filled {
  background: #a81f2d;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(168, 31, 45, 0.4);
}
.btn-filled:hover {
  background: #7e1521;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(168, 31, 45, 0.5);
}
.btn-outline {
  background: rgba(255, 255, 255, 0.94);
  color: #a81f2d;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

/* ================= ORG HEADER (logo block) ================= */
.org-header {
  text-align: center;
  padding-top: 40px;
}
.org-logo {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f7f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(36, 31, 32, 0.06);
}
.org-logo svg {
  width: 44px;
  height: 44px;
  stroke: #a81f2d;
  fill: none;
}
.org-regd {
  font-size: 13.5px;
  color: #6d6668;
  margin-bottom: 6px;
  font-weight: 500;
}
.org-header h3 {
  letter-spacing: 0.02em;
}

/* ================= INFO + IMAGE COLLAGE ================= */
.info-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: stretch;
}
.info-card {
  background: #f7f5f3;
  border-left: 4px solid #a81f2d;
  border-radius: 16px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info-block h4 {
  color: #a81f2d;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}
.info-block p {
  color: #6d6668;
  font-size: 14.5px;
  line-height: 1.65;
}
.collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.collage .collage-main {
  grid-column: 1 / -1;
  border-radius: 16px;
  overflow: hidden;
}
.collage .collage-sm {
    aspect-ratio: 16/8.4;
  border-radius: 16px;
  overflow: hidden;
}

/* ================= MISSION QUOTE ================= */
.mission-box {
  background: #f7f5f3;
  border-radius: 16px;
  padding: 36px 44px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #a81f2d;
}
.mission-box p {
  color: #241f20;
  font-size: 16px;
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
}

/* ================= FOUNDER TRUSTEE ================= */
.founder-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.founder-text h2 {
  color: #a81f2d;
  margin-bottom: 18px;
}
.founder-text p {
  color: #6d6668;
  margin-bottom: 16px;
}
.founder-text p strong {
  color: #241f20;
  font-weight: 600;
}
.founder-media .impact-image {
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(36, 31, 32, 0.16);
}

/* ================= INITIATIVES ================= */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 34px;
}
.section-header h2 {
  margin-bottom: 6px;
}

.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.init-card {
  background: #f7f5f3;
  border-radius: 16px;
  padding: 30px 24px;
  transition:
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.init-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 34px rgba(36, 31, 32, 0.1);
}
.init-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #a81f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.init-card:hover .init-icon {
  transform: scale(1.08) rotate(-4deg);
}
.init-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: none;
}
.init-card h3 {
  margin-bottom: 10px;
}
.init-card p {
  color: #6d6668;
  font-size: 14px;
}

/* ================= COMMUNITY IMPACT ================= */
.impact-band {
  background: linear-gradient(135deg, #a81f2d 0%, #7e1521 100%);
  border-radius: 22px;
  color: #ffffff;
  padding: 52px 40px;
  text-align: center;
}
.impact-band h2 {
  margin-bottom: 14px;
}
.impact-band > p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 15px;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.stat-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: none;
}
.stat-number {
  font-size: 32px;
  font-weight: 800;
}
.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .founder-media {
    order: -1;
  }
  .initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .wrap,
  .hero-inner {
    padding: 0 22px;
  }
  .initiatives-grid {
    grid-template-columns: 1fr;
  }
  .stat-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .impact-band {
    padding: 40px 24px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .info-card {
    padding: 26px 22px;
  }
  .mission-box {
    padding: 28px 24px;
  }
}

/* ========== Donate Css End ========== */



/* ==========================================================================
   4. FOOTER
   ========================================================================== */
footer{
  background:linear-gradient(160deg, var(--secondary) 0%, var(--primary-dark) 100%);
  color:rgba(255,255,255,0.82);
  padding-top:64px;
  position:relative;
}

.footer-top{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px 40px;
  display:grid;
  grid-template-columns:1.3fr 0.9fr 1.1fr 1fr;
  gap:36px;
}

.footer-col h5{
  font-family:var(--font-head);
  color:var(--white);
  font-size:15.5px;
  font-weight:800;
  letter-spacing:0.2px;
  margin:0 0 18px;
}

.footer-col p{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,0.72);
  margin:0 0 18px;
}

.footer-col ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:11px;
}

.footer-col ul li a{
  color:rgba(255,255,255,0.72);
  text-decoration:none;
  font-size:14px;
  position:relative;
  padding-left:14px;
  transition:color .2s ease, padding-left .2s ease;
}

.footer-col ul li a::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:6px;
  height:1.5px;
  background:var(--primary-light);
}

.footer-col ul li a:hover{
  color:var(--white);
  padding-left:18px;
}

/* Brand column */
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.footer-brand img{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--white);
  padding:4px;
  object-fit:contain;
}

.footer-brand-name{
  font-family:var(--font-head);
  font-weight:800;
  font-size:19px;
  color:var(--white);
}

/* social row */
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:6px;
}

.footer-social a{
  width:36px;
  height:36px;
  border-radius:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.10);
  color:var(--white);
  text-decoration:none;
  font-size:14px;
  transition:background .2s ease, transform .2s ease;
}

.footer-social a:hover{
  background:var(--white);
  color:var(--primary-dark);
  transform:translateY(-3px);
}

.footer-social a svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
}

/* Contact Info column icons */
.footer-col .contact-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:13px;
}

.footer-col .contact-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:rgba(255,255,255,0.78);
  line-height:1.55;
}

.footer-col .contact-list li a{
  color:rgba(255,255,255,0.78);
  text-decoration:none;
}

.footer-col .contact-list li a:hover{
  color:var(--white);
}

.footer-col .contact-list svg{
  width:15px;
  height:15px;
  stroke:var(--primary-light);
  fill:none;
  flex-shrink:0;
  margin-top:2px;
}

/* Image column */
.footer-image{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-image figure{
  margin:0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow-lg);
  border:3px solid rgba(255,255,255,0.12);
}

.footer-image img{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
}

.footer-image figcaption{
  font-size:13px;
  color:rgba(255,255,255,0.7);
  line-height:1.5;
  text-align:center;
}

/* Bottom bar */
.footer-bottom{
  max-width:1240px;
  margin:0 auto;
  padding:22px 24px;
  border-top:1px solid rgba(255,255,255,0.14);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  font-size:13px;
  color:rgba(255,255,255,0.65);
  text-align:center;
}

.footer-bottom span:not(:last-child)::after{
  content:"•";
  margin-left:10px;
  color:rgba(255,255,255,0.35);
}

@media (max-width:980px){
  .footer-top{
    grid-template-columns:1fr 1fr;
    row-gap:40px;
  }
}

@media (max-width:600px){
  .footer-top{
    grid-template-columns:1fr;
    padding-bottom:30px;
  }
  footer{ padding-top:48px; }
}