/* ================================
   FOOTER — COMPACT CLEAN VERSION
================================ */

:root {
  --ih-green: #0f4f3a;
  --ih-green-dark: #083326;
  --ih-gold: #ddbb63;
  --ih-cream: #f8f5f1;
  --ih-white: #ffffff;
  --ih-footer-text: rgba(255,255,255,.78);
  --ih-footer-muted: rgba(255,255,255,.55);
  --ih-footer-border: rgba(255,255,255,.14);
}

/* Outer footer */

footer,
.elementor-location-footer,
.site-footer,
.ih-footer {
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.06), transparent 28%),
    linear-gradient(135deg, #083326 0%, #0f4f3a 55%, #06281d 100%) !important;
}

/* Main footer */

.ih-footer {
  color: var(--ih-white);
  padding: 48px 24px 22px;
  overflow: hidden;
}

.ih-footer-main {
  max-width: 1180px;
  margin: auto;

  display: grid !important;
  grid-template-columns: 1.15fr 1.05fr 1fr 1.05fr;
  gap: 36px;
  align-items: start;
}

/* Typography */

.ih-footer .elementor-heading-title,
.ih-footer h2,
.ih-footer h3 {
  color: var(--ih-white) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  margin: 0 0 12px !important;
}

.ih-footer,
.ih-footer p,
.ih-footer li,
.ih-footer span {
  color: var(--ih-footer-text) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.ih-footer p {
  margin: 0 0 12px !important;
}

.ih-footer a {
  color: var(--ih-white) !important;
  text-decoration: none !important;
}

.ih-footer a:hover {
  color: var(--ih-gold) !important;
}

/* About */

.ih-footer-about {
  max-width: 290px;
}

.ih-footer-about img {
  max-width: 150px;
  height: auto;
  margin-bottom: 22px;
  margin-top:0px;
}

.ih-footer-about strong {
  color: var(--ih-white);
  font-weight: 900;
}

/* Donation */

.ih-footer-donation {
  max-width: 300px;
}

.ih-footer-donation-card {
  background: var(--ih-cream);
  color: #111111 !important;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.ih-footer-donation-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 12px;
}

.ih-footer-donation-card .elementor-heading-title {
  color: #111111 !important;
  font-size: 15px !important;
  margin: 0 0 8px !important;
}

.ih-footer-donation-card,
.ih-footer-donation-card p,
.ih-footer-donation-card span {
  color: #444444 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.ih-footer-donation-card .elementor-button {
  width: 100%;
  background: var(--ih-green) !important;
  color: #ffffff !important;

  border-radius: 16px !important;
  padding: 10px 16px !important;

  font-size: 12px !important;
  font-weight: 900 !important;

  border: none !important;
  box-shadow: none !important;
}

.ih-footer-donation-card .elementor-button:hover {
  background: var(--ih-green-dark) !important;
}

/* Links */

.ih-footer-links {
  max-width: 280px;
}

.ih-footer-links .elementor-icon-list-items,
.ih-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ih-footer-links .elementor-icon-list-item,
.ih-footer-links li {
  padding: 8px 0;
  border-bottom: 1px solid var(--ih-footer-border);
}

.ih-footer-links .elementor-icon-list-text,
.ih-footer-links a {
  color: var(--ih-footer-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.ih-footer-links .elementor-icon-list-icon i,
.ih-footer-links .elementor-icon-list-icon svg {
  color: var(--ih-gold) !important;
  fill: var(--ih-gold) !important;
}

/* Newsletter */

.ih-footer-newsletter {
  max-width: 300px;
}

.ih-footer-newsletter .elementor-button,
.ih-footer-newsletter button {
  background: transparent !important;
  color: #ffffff !important;

  border-radius: 12px !important;
  padding: 11px 18px !important;

  font-size: 13px !important;
  font-weight: 900 !important;

  border: 1px solid rgba(255,255,255,.25) !important;
  box-shadow: none !important;
}

.ih-footer-newsletter .elementor-button:hover,
.ih-footer-newsletter button:hover {
  background: rgba(255,255,255,.08) !important;
}

/* Support box */

.ih-footer-support-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--ih-footer-border);
  background: rgba(255,255,255,.06);
}

.ih-footer-support-box .elementor-heading-title {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.ih-footer-support-box .elementor-button {
  background: transparent !important;
  color: var(--ih-white) !important;
  padding: 0 !important;

  font-size: 13px !important;
  font-weight: 900 !important;

  border: none !important;
  box-shadow: none !important;
}

/* Bottom footer */

.ih-footer-bottom {
  max-width: 1180px;
  margin: 42px auto 0;
  padding-top: 18px;

  border-top: 1px solid var(--ih-footer-border);

  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ih-footer-bottom,
.ih-footer-bottom p,
.ih-footer-bottom span {
  color: var(--ih-footer-muted) !important;
  font-size: 12px !important;
}

.ih-footer-legal {
  display: flex;
  gap: 22px;
  align-items: center;
}

.ih-footer-legal a {
  color: var(--ih-footer-text) !important;
  font-size: 12px !important;
  font-weight: 700;
}

.ih-footer-legal a:hover {
  color: var(--ih-gold) !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .ih-footer-main {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px;
  }

  .ih-footer-about,
  .ih-footer-donation,
  .ih-footer-links,
  .ih-footer-newsletter {
    max-width: none;
  }

  .ih-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ih-footer {
    padding: 42px 20px 22px;
  }

  .ih-footer-main {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .ih-footer-about img {
    max-width: 140px;
  }

  .ih-footer-donation-card img {
    height: 150px;
  }

  .ih-footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

