:root {
  /* --gold: #0FAF9E;
  --gold-dark: #0FAF9E; */
  --gold: #0FAF9E;
  --gold-dark: #0FAF9E;
  --ink: #111317;
  --muted: #5a5f66;
  --line: #e5e2dc;
  --soft: #f8f4ed;
  --white: #ffffff;
  --shadow: 0 14px 35px rgba(24, 21, 15, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  /* background: #fff; */
  background: #eee;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

img {
  display: block;
  width: 100%;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(16px);
}

.topbar {
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
}

.brand-mark {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at center, transparent 0 17%, var(--gold) 18% 22%, transparent 23%),
    conic-gradient(from 0deg, transparent 0 4%, var(--gold) 4% 6%, transparent 6% 12%, var(--gold) 12% 14%, transparent 14% 20%, var(--gold) 20% 22%, transparent 22% 28%, var(--gold) 28% 30%, transparent 30% 36%, var(--gold) 36% 38%, transparent 38% 44%, var(--gold) 44% 46%, transparent 46% 52%, var(--gold) 52% 54%, transparent 54% 60%, var(--gold) 60% 62%, transparent 62% 68%, var(--gold) 68% 70%, transparent 70% 76%, var(--gold) 76% 78%, transparent 78% 84%, var(--gold) 84% 86%, transparent 86% 92%, var(--gold) 92% 94%, transparent 94%);
  border-radius: 50%;
}

.prayer-card {
  display: grid;
  grid-template-columns: 1fr 96px;
  align-items: stretch;
  overflow: hidden;
  min-width: 250px;
  border: 1px solid var(--gold);
  border-radius: 22px;
  background: #fffdfa;
}

.prayer-card small {
  display: block;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
}

.prayer-card strong {
  display: block;
  font-size: 16px;
}

.prayer-card a {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
}

.date-box {
  text-align: center;
  border-left: 1px solid #edd49b;
}

.date-box strong {
  font-size: 32px;
  line-height: 1;
}

.date-box span {
  color: var(--gold-dark);
  font-size: 11px;
}

.contact-social {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}

.call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.call small {
  display: block;
  font-size: 11px;
}

.call strong {
  font-size: 15px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-wrap {
  border-top: 1px solid #eee8df;
}

.nav-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu a {
  position: relative;
  display: block;
  padding: 19px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-menu a.active,
.main-menu a:hover {
  color: var(--gold-dark);
}

.main-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  height: 2px;
  background: var(--gold);
}

.donate-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 116px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(36, 220, 201, 0.28);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #efe4d0;
}

.hero-track,
.hero-slide {
  min-height: 500px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(28px, 1fr) minmax(280px, 560px) minmax(280px, 500px) minmax(28px, 1fr);
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 24%, rgba(255, 255, 255, 0.72) 37%, rgba(36, 220, 201, 0.9) 66%, rgba(36, 220, 201, 0.96) 100%),
    var(--hero-img) center / cover no-repeat;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/pattern.svg");
  background-size: 280px;
  opacity: 0.16;
  mix-blend-mode: multiply;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-left,
.hero-right {
  position: relative;
  z-index: 1;
}

.hero-left {
  grid-column: 2;
  max-width: 420px;
}

.hero-left h1 {
  margin: 0 0 18px;
  /* font-size: clamp(38px, 5vw, 45px); */
  font-size: clamp(38px, 5vw, 47px);
  line-height: 0.99;
  letter-spacing: 0;
}

.hero-left h1 b {
  color: var(--gold);
}

.hero-left p {
  margin: 0 0 22px;
  color: #151515;
  font-size: 19px;
  font-weight: 650;
}

.hero-right {
  grid-column: 3;
  justify-self: end;
  width: min(420px, 100%);
  text-align: center;
}

.arabic {
  margin-bottom: 32px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 1;
  text-shadow: 0 4px 16px rgba(128, 79, 2, 0.16);
}

.hero-right p {
  margin: 0 auto 10px;
  max-width: 330px;
  font-size: 16px;
  font-weight: 650;
}

.hero-right strong {
  font-size: 15px;
}

.gold-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, var(--gold-dark));
  box-shadow: 0 12px 22px rgba(36, 220, 201, 0.28);
  font-weight: 800;
  cursor: pointer;
}

.gold-btn.small {
  min-height: 34px;
  padding: 0 18px;
  font-size: 13px;
}

.outline-btn {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: none;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-top: 3px solid #252525;
  border-left: 3px solid #252525;
}

.slider-btn.prev {
  left: 34px;
}

.slider-btn.prev::before {
  transform: rotate(-45deg);
}

.slider-btn.next {
  right: 34px;
}

.slider-btn.next::before {
  transform: rotate(135deg);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 6;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.slider-dots button.active {
  background: #fff;
}

.news-events {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 44px;
  padding: 34px 0 22px;
}

.events {
  padding-left: 44px;
  border-left: 1px solid var(--line);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.section-title h2,
.services h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: 0;
}

.section-title a {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 700;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #151515;
}

.feature-card img {
  height: 245px;
  object-fit: cover;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 8, 0.86), rgba(5, 5, 8, 0.3), rgba(5, 5, 8, 0.06));
}

.feature-text {
  position: absolute;
  inset: 34px auto auto 34px;
  z-index: 1;
  width: min(300px, calc(100% - 52px));
  color: #fff;
}

.feature-text h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  line-height: 0.98;
  font-weight: 500;
}

.feature-text p {
  margin: 0 0 16px;
  font-size: 15px;
}

time {
  font-weight: 800;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.news-card,
.services article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.news-card img {
  height: 98px;
  object-fit: cover;
}

.news-card div {
  padding: 18px 20px 20px;
}

.news-card h3,
.event-item h3,
.services h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.news-card p,
.event-item p,
.services p,
.visit p,
.site-footer p {
  margin: 0 0 12px;
  color: var(--muted);
}

.news-card time {
  font-size: 13px;
}

.event-list {
  display: grid;
  gap: 0;
}

.event-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 12px 0 23px;
  border-bottom: 1px solid var(--line);
}

.event-item time {
  overflow: hidden;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
}

.event-item time span {
  display: block;
  padding: 5px 0;
  color: #fff;
  background: var(--gold);
  font-size: 11px;
}

.event-item time strong {
  display: block;
  padding-top: 9px;
  color: #222;
  font-size: 25px;
  line-height: 1;
}

.event-item time small {
  display: block;
  padding: 4px 0 8px;
  color: #222;
  font-size: 11px;
}

.event-item p {
  position: relative;
  margin-bottom: 5px;
  padding-left: 19px;
  font-size: 13px;
}

.event-item p::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #7f8489;
  border-radius: 50%;
}

.calendar-btn {
  margin-top: 26px;
}

.services {
  padding: 12px 0 28px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 16px;
}

.services article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 20px;
}

.services article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.services p {
  font-size: 13px;
}

.services a {
  margin-top: auto;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
}

.support-connect {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 24px;
  padding: 0 0 28px;
}

.donation-box,
.newsletter-box {
  min-height: 315px;
  border-radius: 8px;
  padding: 34px;
}

.donation-box {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(36, 220, 201, 0.95), rgba(36, 220, 201, 0.96)),
    url("../img/pattern.svg") right bottom / 260px no-repeat;
}

.donation-box h2,
.newsletter-box h2,
.visit h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
}

.donation-box p {
  max-width: 420px;
  margin: 0 0 26px;
  font-size: 16px;
}

.amount-grid,
.newsletter-box form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.amount-grid button,
.amount-grid input,
.newsletter-box input {
  width: 100%;
  min-height: 43px;
  border: 1px solid #ddd6c9;
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  color: var(--gold-dark);
  font-weight: 700;
}

.amount-grid input {
  grid-column: 1 / -1;
  color: var(--ink);
}

.outline-btn {
  margin-top: 15px;
}

.newsletter-box {
  background: white;
}

.newsletter-box h3 {
  margin: 0 0 16px;
  font-size: 16px;
}

.newsletter-box p {
  margin: 0 0 24px;
  max-width: 390px;
}

.newsletter-box form {
  grid-template-columns: repeat(2, 1fr);
}

.newsletter-box input {
  color: var(--ink);
  font-weight: 500;
}

.full {
  grid-column: 1 / -1;
}

.visit {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  background: white;
  /* background:
    linear-gradient(90deg, #f2ece4, #fff7ea),
    url("../img/pattern.svg") right center / 260px no-repeat; */
}

.visit img {
  height: 176px;
  object-fit: cover;
}

.visit div {
  padding: 28px 36px;
}

.quick-panels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 12px;
}

.quick-panels a {
  position: relative;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.56)),
    var(--bg) center / cover no-repeat;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.site-footer {
  color: #fff;
  background: linear-gradient(90deg, #151515, #242525);
  padding: 24px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.45fr;
  gap: 48px;
}

.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
}

.footer-brand strong,
.footer-brand small,
.site-footer p {
  color: #fff;
}

.site-footer h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
}

.site-footer a:not(.brand) {
  /* display: block; */
  display: flex;
  color: #fff;
  font-size: 12px;
  opacity: 0.9;
}

.footer-socials {
  margin-top: 12px;
}

.footer-socials a {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.icon,
.service-icon,
.panel-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.icon.phone {
  width: 22px;
  height: 22px;
  border: 4px solid var(--gold);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(135deg);
}

.icon.heart,
.icon.heart.white {
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}

.icon.heart::before,
.icon.heart::after,
.icon.heart.white::before,
.icon.heart.white::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 0 0;
}

.icon.heart::before,
.icon.heart.white::before {
  left: 4px;
  transform: rotate(45deg);
}

.icon.heart::after,
.icon.heart.white::after {
  left: 0;
  transform: rotate(-45deg);
}

.arrow {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: currentColor;
}

.arrow::after {
  content: "";
  position: absolute;
}

.gold-btn .arrow,
.services .arrow,
.visit .arrow {
  position: relative;
}

.gold-btn .arrow::after,
.services .arrow::after,
.visit .arrow::after {
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.icon.calendar {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.icon.calendar::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 4px;
  border-top: 2px solid #fff;
}

.send-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  clip-path: polygon(0 8%, 100% 50%, 0 92%, 24% 55%);
  background: #fff;
}

.service-icon,
.panel-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  color: var(--gold);
}

.panel-icon {
  margin-bottom: 6px;
  color: #fff;
  transform: scale(0.78);
}

.service-icon::before,
.service-icon::after,
.panel-icon::before,
.panel-icon::after {
  content: "";
  position: absolute;
}

.moon::before {
  inset: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.moon::after {
  width: 32px;
  height: 32px;
  right: 10px;
  top: 5px;
  border-radius: 50%;
  background: #fff;
}

.care::before {
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 30px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 24px 24px;
}

.care::after {
  left: 18px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.learn::before {
  left: 8px;
  right: 8px;
  top: 17px;
  height: 24px;
  border: 3px solid currentColor;
  transform: skewY(-27deg);
}

.learn::after {
  left: 13px;
  right: 13px;
  top: 8px;
  height: 22px;
  border: 3px solid currentColor;
  transform: skewY(27deg);
}

.hall::before {
  left: 6px;
  right: 6px;
  bottom: 9px;
  height: 29px;
  border: 3px solid currentColor;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.hall::after {
  left: 12px;
  right: 12px;
  bottom: 9px;
  height: 16px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  box-shadow: 11px 0 0 -8px currentColor, -11px 0 0 -8px currentColor;
}

.hands::before {
  left: 4px;
  top: 18px;
  width: 25px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 20px 0 20px 20px;
  transform: rotate(25deg);
}

.hands::after {
  right: 4px;
  top: 18px;
  width: 25px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 0 20px 20px 20px;
  transform: rotate(-25deg);
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 18px 0;
    gap: 16px;
  }

  .contact-social {
    justify-self: center;
  }

  .nav-inner {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .main-menu {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-menu.open {
    display: flex;
  }

  .main-menu a {
    padding: 13px 0;
  }

  .hero-slide {
    grid-template-columns: 24px 1fr 24px;
    align-content: center;
    gap: 28px;
    padding: 48px 0 72px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0 45%, rgba(36, 220, 201, 0.9) 72% 100%),
      var(--hero-img) center / cover no-repeat;
  }

  .hero-left,
  .hero-right {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .hero-right {
    justify-self: center;
    text-align: center;
  }

  .news-events,
  .support-connect,
  .visit {
    grid-template-columns: 1fr;
  }

  .events {
    padding-left: 0;
    border-left: 0;
  }

  .service-grid,
  .quick-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand strong {
    font-size: 15px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
  }

  .prayer-card {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr 82px;
  }

  .contact-social {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .socials {
    gap: 6px;
  }

  .slider-btn {
    width: 38px;
    height: 38px;
  }

  .slider-btn.prev {
    left: 10px;
  }

  .slider-btn.next {
    right: 10px;
  }

  .hero,
  .hero-track,
  .hero-slide {
    min-height: 620px;
  }

  .news-grid {
    gap: 15px 15px !important;
  }

  .service-grid {
    gap: 15px;
  }

  .news-grid,
  .service-grid,
  .quick-panels,
  .amount-grid,
  .newsletter-box form,
  .footer-grid {
    /* grid-template-columns: 1fr; */
    grid-template-columns: 1fr 1fr;
  }

  .feature-text {
    inset: 24px auto auto 22px;
  }

  .feature-text h3 {
    font-size: 27px;
  }

  .donation-box,
  .newsletter-box {
    padding: 26px 20px;
  }

  .visit div {
    padding: 24px 20px;
  }
}

.amount-grid button.selected,
.amount-grid button:hover {
  color: #fff;
  background: rgba(20, 20, 20, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
}

/* Icon and animation upgrade */
.fa-solid,
.fa-regular,
.fa-brands {
  line-height: 1;
}

.site-header {
  animation: headerDrop 0.7s ease both;
}

.brand-mark {
  transition: transform 0.55s ease, filter 0.35s ease;
}

.brand:hover .brand-mark {
  transform: rotate(18deg) scale(1.04);
  filter: drop-shadow(0 8px 16px rgba(36, 220, 201, 0.28));
}

.prayer-card,
.call,
.socials a,
.main-menu a,
.donate-pill,
.gold-btn,
.outline-btn,
.slider-btn,
.section-title a,
.news-card,
.feature-card,
.event-item,
.services article,
.amount-grid button,
.newsletter-box input,
.amount-grid input,
.visit,
.quick-panels a,
.site-footer a {
  transition: transform 0.32s ease, box-shadow 0.32s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.call i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-dark);
  background: #fff4db;
  animation: phonePulse 2.5s ease-in-out infinite;
}

.socials a:hover,
.footer-socials a:hover {
  transform: translateY(-4px) scale(1.08);
  background: var(--gold);
  box-shadow: 0 9px 18px rgba(183, 122, 9, 0.3);
}

.main-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.main-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 11px;
  height: 2px;
  background: var(--gold);
  transition: right 0.3s ease;
}

.main-menu a:hover::before {
  right: 0;
}

.main-menu a i {
  font-size: 9px;
  transition: transform 0.25s ease;
}

.main-menu a:hover i {
  transform: rotate(180deg);
}

.donate-pill:hover,
.gold-btn:hover,
.outline-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 26px rgba(183, 122, 9, 0.32);
}

.gold-btn,
.outline-btn,
.donate-pill,
.amount-grid button {
  position: relative;
  overflow: hidden;
}

.gold-btn::before,
.outline-btn::before,
.donate-pill::before,
.amount-grid button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-22deg);
  transition: left 0.55s ease;
}

.gold-btn:hover::before,
.outline-btn:hover::before,
.donate-pill:hover::before,
.amount-grid button:hover::before {
  left: 125%;
}

.gold-btn i,
.outline-btn i,
.donate-pill i,
.section-title a i,
.services a i,
.visit a i {
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
}

.gold-btn:hover i,
.outline-btn:hover i,
.donate-pill:hover i,
.section-title a:hover i,
.services a:hover i,
.visit a:hover i {
  transform: translateX(4px);
}

.slider-btn {
  display: grid;
  place-items: center;
  color: #222;
}

.slider-btn::before {
  display: none;
}

.slider-btn:hover {
  color: #fff;
  background: var(--gold);
  transform: translateY(-50%) scale(1.08);
}

.hero-slide.active .hero-left {
  animation: fadeSlideLeft 0.75s ease both;
}

.hero-slide.active .hero-right {
  animation: fadeSlideRight 0.85s ease both;
}

.arabic {
  animation: floatSoft 5.5s ease-in-out infinite;
}

.slider-dots button:hover {
  transform: scale(1.28);
  background: rgba(255, 255, 255, 0.7);
}

.feature-card img,
.news-card img,
.visit img {
  transition: transform 0.55s ease, filter 0.35s ease;
}

.feature-card:hover img,
.news-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.04);
}

.feature-card:hover,
.news-card:hover,
.services article:hover {
  box-shadow: var(--shadow);
}

.news-card:hover,
.services article:hover {
  transform: translateY(-7px);
}

.event-item:hover {
  transform: translateX(8px);
  border-color: rgba(36, 220, 201, 0.5);
}

.event-item:hover time {
  box-shadow: 0 10px 20px rgba(183, 122, 9, 0.18);
}

.event-item p {
  padding-left: 0;
}

.event-item p::before {
  display: none;
}

.event-item p i,
.news-card time i,
.site-footer p i {
  width: 25px;
  /* color: var(--gold-dark); */
  color: black;
}

.lord-service-icon {
  width: 64px;
  margin-bottom: 12px;
  filter: drop-shadow(0 8px 14px rgba(36, 220, 201, 0.16));
  transition: transform 0.32s ease;
  position: relative;
  aspect-ratio: 1;
}

.services article:hover .lord-service-icon {
  transform: translateY(-4px) scale(1.08);
}

.facility-card-icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(36, 220, 201, 0.24);
  border-radius: 8px;
  color: #0FAF9E;
  background: rgba(36, 220, 201, 0.08);
  box-shadow: 0 8px 14px rgba(36, 220, 201, 0.12);
  font-size: 30px;
  line-height: 1;
  transition: transform 0.32s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.services article:hover .facility-card-icon {
  color: #fff;
  background: #0FAF9E;
  border-color: #0FAF9E;
  transform: translateY(-4px) scale(1.08);
}

.panel-lord-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease;
}

.quick-panels a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(36, 220, 201, 0.36), rgba(0, 0, 0, 0.12));
  opacity: 0;
  transition: opacity 0.32s ease;
}

.quick-panels a:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.quick-panels a:hover::before {
  opacity: 1;
}

.quick-panels a:hover .panel-lord-icon {
  transform: scale(1.12);
}

.donation-box:hover,
.newsletter-box:hover {
  box-shadow: var(--shadow);
}

.newsletter-box input:focus,
.amount-grid input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(36, 220, 201, 0.16);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.72s ease, transform 0.72s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatSoft {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes phonePulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(36, 220, 201, 0.28);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(36, 220, 201, 0);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.slider-btn {
  transform: translateY(-50%);
}

.slider-btn:hover {
  transform: translateY(-50%) scale(1.08);
}

.event-item p i,
.feature-text time i,
.news-card time i,
.site-footer p i {
  display: inline-block;
}

.footer-socials a {
  display: grid !important;
  place-items: center;
}

/* Latest News & Features real image layout */
.latest .section-title {
  margin-bottom: 18px;
}

.feature-card {
  min-height: 258px;
  border: 0;
  box-shadow: 0 10px 28px rgba(16, 16, 18, 0.12);
}

.feature-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-card::after {
  background: linear-gradient(90deg, rgba(5, 7, 13, 0.9) 0%, rgba(5, 7, 13, 0.64) 42%, rgba(5, 7, 13, 0.18) 78%, rgba(5, 7, 13, 0.06) 100%);
}

.feature-text {
  inset: 34px auto auto 34px;
  width: min(330px, calc(100% - 52px));
}

.feature-text h3 {
  max-width: 350px;
  color: #fff;
}

.feature-text p {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
}

.feature-text time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
}

.news-grid {
  gap: 22px 24px;
}

.news-card {
  min-height: 226px;
  box-shadow: 0 5px 18px rgba(24, 21, 15, 0.06);
}

.news-card img {
  height: 145px;
  object-fit: cover;
  object-position: center;
}

.news-card div {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  padding: 17px 20px 18px;
}

.news-card h3 {
  font-size: 15px;
  line-height: 1.2;
}

.news-card p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.38;
}

.news-card time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #1d1f22;
}

.news-card:nth-child(1) img {
  object-position: center 45%;
}

.news-card:nth-child(2) img {
  object-position: center 45%;
}

.news-card:nth-child(3) img {
  object-position: center 48%;
}

.news-card:nth-child(4) img {
  object-position: center 50%;
}

@media (max-width: 640px) {
  .feature-card {
    min-height: 300px;
  }

  .feature-text {
    inset: auto 22px 24px 22px;
    width: auto;
  }

  .feature-card::after {
    background: linear-gradient(180deg, rgba(5, 7, 13, 0.08) 0%, rgba(5, 7, 13, 0.88) 100%);
  }

  .news-card img {
    height: 150px;
  }
}

/* Banner folder slider polish */
.hero {
  min-height: 520px;
  background: #efe6d6;
}

.hero-track,
.hero-slide {
  min-height: 520px;
}

.hero-slide {
  z-index: 0;
  transform: scale(1.035);
  transition: opacity 0.9s ease, transform 1.25s ease;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 31%, rgba(255, 255, 255, 0.42) 48%, rgba(36, 220, 201, 0.72) 68%, rgba(36, 220, 201, 0.9) 100%),
    var(--hero-img) center / cover no-repeat;
}

.hero-slide.active {
  z-index: 1;
  transform: scale(1);
}

.hero-slide::before {
  opacity: 0.12;
  animation: patternDrift 18s linear infinite;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold);
}

.hero-left h1 {
  /* text-wrap: balance; */
}

.hero-left p {
  max-width: 560px;
}

.hero-right {
  padding-top: 12px;
}

.hero-right .arabic {
  margin-bottom: 28px;
  direction: rtl;
  font-size: clamp(66px, 8vw, 118px);
}

.hero-right p {
  max-width: 360px;
  color: #141414;
}

.hero-right strong {
  color: #111;
}

.hero-slide.active .hero-kicker {
  animation: fadeUp 0.72s ease both;
}

.hero-slide.active .gold-btn {
  animation: fadeUp 0.85s ease 0.18s both;
}

.slider-dots {
  bottom: 30px;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: width 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.slider-dots button.active {
  width: 34px;
  border-radius: 999px;
  background: #fff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes patternDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 280px 140px;
  }
}

@media (max-width: 980px) {
  .hero-slide {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 43%, rgba(36, 220, 201, 0.86) 100%),
      var(--hero-img) center / cover no-repeat;
  }

  .hero-right .arabic {
    font-size: clamp(56px, 15vw, 96px);
  }
}

@media (max-width: 640px) {
  .contact-form select {
    min-height: 48px !important;
    height: 48px !important;
  }

  .hero,
  .hero-track,
  .hero-slide {
    /* min-height: 425px; */
    min-height: 490px;
  }


  .hero-left h1 {
    font-size: 35px !important;
    line-height: normal !important;
  }

  .hero-left p,
  .hero-right p {
    font-size: 15px;
  }
}

/* Reliable hero banner images */
.hero-slide {
  overflow: hidden;
  background: #efe6d6 !important;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 6s ease, filter 0.9s ease;
}

.hero-slide.active .hero-bg {
  transform: scale(1);
  filter: saturate(1.06) contrast(1.03);
}

.hero-left,
.hero-right {
  z-index: 3;
}

@media (max-width: 980px) {
  .hero-slide::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(36, 220, 201, 0.88) 100%);
  }
}

/* Clean screenshot-style slider text */
.hero-kicker {
  display: none !important;
}

.hero-slide::before {
  display: none !important;
}

.hero-slide::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.18) 52%, rgba(36, 220, 201, 0.72) 74%, rgba(36, 220, 201, 0.9) 100%) !important;
}

.hero-left {
  max-width: 430px;
}

.hero-left h1 {
  margin-bottom: 16px;
  color: #111317;
  line-height: 1.02;
  font-weight: 900;
}

.hero-left h1 b {
  display: inline;
  color: var(--gold);
}

.hero-left p {
  margin-bottom: 24px;
  color: #151515;
  font-size: 18px;
  font-weight: 650;
}

.hero-left .gold-btn {
  min-width: 150px;
  min-height: 50px;
  padding-inline: 26px;
}

.hero-right {
  width: min(430px, 100%);
  padding-top: 0;
  color: #151515;
}

.hero-right .arabic {
  margin-bottom: 30px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(72px, 8.5vw, 122px);
  line-height: 0.95;
  text-shadow: 0 5px 18px rgba(102, 68, 4, 0.2);
}

.hero-right p {
  max-width: 360px;
  margin-inline: auto;
  color: #141414;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.hero-right strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.hero-slide.active .hero-left {
  animation: fadeSlideLeft 0.85s ease both;
}

.hero-slide.active .hero-right {
  animation: fadeSlideRight 0.9s ease both;
}

.hero-slide.active .gold-btn {
  animation: none;
}

@media (max-width: 980px) {
  .hero-slide::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 48%, rgba(36, 220, 201, 0.9) 100%) !important;
  }

  .hero-left,
  .hero-right {
    max-width: 520px;
  }

  .hero-right .arabic {
    font-size: clamp(58px, 15vw, 94px);
  }
}

.container-custom {
  width: min(1320px, calc(100% - 36px));
  margin-inline: auto;
}

@media (max-width: 640px) {
  .container-custom {
    width: min(100% - 24px, 1320px);
  }
}

/* Reliable quick panel images */
.quick-panels a {
  isolation: isolate;
  background: #151515 !important;
}

.quick-panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease, filter 0.35s ease;
}

.quick-panels a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.quick-panels a::before {
  z-index: 2;
  pointer-events: none;
}

.quick-panels a span,
.quick-panels .panel-lord-icon {
  position: relative;
  z-index: 3;
}

.quick-panels a span {
  display: block;
}

.quick-panels a:hover .quick-panel-bg {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.05);
}

/* Final professional hero alignment */
.hero-slide {
  grid-template-columns: minmax(72px, 1fr) minmax(360px, 520px) minmax(520px, 760px) minmax(72px, 1fr) !important;
}

.hero-slide::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 28%, rgba(255, 255, 255, 0.34) 48%, rgba(223, 166, 50, 0.7) 74%, rgba(214, 151, 32, 0.9) 100%) !important;
}

.hero-left {
  grid-column: 2 !important;
  justify-self: start !important;
  max-width: 100% !important;
  padding-left: 0;
  text-align: left;
}

.hero-left h1 {
  max-width: 600px;
  /* max-width: 400px; */
  margin-bottom: 18px;
  color: #090b0f;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.36);
}

.hero-left h1 b {
  color: var(--gold);
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.28);
}

.hero-left p {
  color: #121418;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.42);
}

.hero-right {
  grid-column: 3 !important;
  justify-self: end !important;
  max-width: 650px;
}

.hero-right p,
.hero-right strong {
  text-shadow: 0 1px 12px rgba(255, 245, 218, 0.52);
}

.hero .gold-btn,
.hero .donate-pill,
.hero .outline-btn {
  border-radius: 8px !important;
}

.hero .gold-btn {
  min-height: 50px;
  padding: 0 28px;
  box-shadow: 0 12px 20px rgba(36, 220, 201, 0.22);
}

.slider-btn {
  border-radius: 10px !important;
}

@media (min-width: 1440px) {
  .hero-slide {
    grid-template-columns: minmax(96px, 1fr) 520px minmax(620px, 760px) minmax(72px, 1fr) !important;
  }
}

@media (max-width: 980px) {
  .hero-slide {
    grid-template-columns: 1fr !important;
  }

  .hero-left,
  .hero-right {
    grid-column: 2 !important;
    justify-self: start !important;
    max-width: 560px !important;
  }

  .hero-right {
    justify-self: center !important;
    text-align: center;
  }
}

/* Professional buttons and modern footer */
.gold-btn,
.outline-btn,
.donate-pill,
.footer-btn,
.amount-grid button,
.newsletter-box button {
  border-radius: 10px !important;
  min-height: 46px;
  font-weight: 850;
  letter-spacing: 0;
}

.btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  isolation: isolate;
  overflow: hidden;
}

.btn-modern span,
.btn-modern .btn-lord-icon {
  position: relative;
  z-index: 2;
}

.btn-lord-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}

.btn-modern:hover .btn-lord-icon {
  transform: translateX(3px) scale(1.08);
}

.gold-btn,
.donate-pill,
.footer-btn {
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E 0%, #0FAF9E 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(36, 220, 201, 0.22);
}

.gold-btn:hover,
.donate-pill:hover,
.footer-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(36, 220, 201, 0.28);
}

.outline-btn,
.footer-btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  box-shadow: none;
}

.footer-btn-light {
  color: #17120a;
  background: #fff !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.outline-btn:hover,
.footer-btn-light:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}

.amount-grid button {
  color: #111317;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.amount-grid button:hover,
.amount-grid button.selected {
  color: #fff;
  background: rgba(17, 19, 23, 0.22) !important;
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(37, 34, 28, 0.98)),
    url("../img/pattern.svg") right top / 360px no-repeat;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 220, 201, 0.12), transparent 38%, rgba(36, 220, 201, 0.1));
  pointer-events: none;
}

.footer-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 220, 201, 0.14), transparent 34%);
  pointer-events: none;
}

.footer-modern {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 1.45fr) 0.8fr 0.8fr minmax(300px, 1fr);
  gap: 28px;
  padding: 46px 0 34px;
}

.footer-about,
.footer-links,
.footer-contact-card {
  min-width: 0;
}

.footer-about {
  padding-right: 26px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-mark {
  width: 58px;
  height: 58px;
}

.footer-brand strong,
.footer-brand small {
  color: #fff;
}

.footer-about p {
  max-width: 440px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-btn {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.footer-links,
.footer-contact-card {
  padding-top: 10px;
}

.footer-links h3,
.footer-contact-card h3 {
  position: relative;
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.footer-links h3::after,
.footer-contact-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 9px;
  background: var(--gold);
}

.footer-links a {
  display: flex !important;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  opacity: 1 !important;
}

.footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: rgba(36, 220, 201, 0.75);
  transition: transform 0.25s ease, background 0.25s ease;
}

.footer-links a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.footer-links a:hover::before {
  background: #fff;
  transform: rotate(45deg);
}

.footer-contact-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-contact-card p {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 20px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.footer-contact-card p a {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 20px;
  color: inherit;
  text-decoration: none;
}

.footer-contact-card p:last-child {
  margin-bottom: 0;
}

.footer-contact-card i {
  width: 24px;
  height: 24px;
  display: grid !important;
  place-items: center;
  border-radius: 7px;
  color: #fff !important;
  background: rgba(36, 220, 201, 0.22);
}

.footer-socials {
  margin-top: 0;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

@media (max-width: 980px) {
  .footer-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-about {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .footer-modern {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

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

  .footer-actions {
    flex-direction: column;
  }

  .footer-btn {
    width: 100%;
  }
}

.site-footer .btn-modern,
.site-footer .footer-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  opacity: 1 !important;
}

.site-footer .footer-btn:hover {
  color: #fff !important;
}

.site-footer .footer-btn-light:hover {
  color: #17120a !important;
}

/* Modern header UI */
.site-header {
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.96)); */
  border-bottom: 1px solid rgba(36, 220, 201, 0.18);
  box-shadow: 0 12px 30px rgba(31, 26, 17, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.topbar {
  min-height: 92px;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  gap: 24px;
}

.brand {
  width: fit-content;
  padding: 8px 10px 8px 0;
  border-radius: 12px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 8px 18px rgba(36, 220, 201, 0.18));
}

.brand strong {
  font-size: 17px;
  line-height: 1.08;
  letter-spacing: 0;
}

.brand small {
  margin-top: 3px;
  color: #6d6253;
  font-size: 11px;
  font-weight: 700;
}

.prayer-card {
  min-width: 286px;
  grid-template-columns: 1fr 92px;
  border: 1px solid rgba(36, 220, 201, 0.38);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(36, 28, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
}

.prayer-card>div {
  padding: 5px 16px;
}

.prayer-card small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #111317;
  letter-spacing: 0;
}

.prayer-card strong {
  margin-top: 2px;
  color: #151515;
  font-size: 15px;
}

.prayer-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: #b6780f;
  text-decoration: none;
}

.prayer-card a:hover {
  color: #8d5a08;
}

.date-box {
  background: linear-gradient(180deg, rgba(36, 220, 201, 0.12), rgba(255, 255, 255, 0.4));
  border-left: 1px solid rgba(36, 220, 201, 0.24);
}

.date-box strong {
  color: #141414;
  font-size: 29px;
}

.contact-social {
  gap: 16px;
}

.call {
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(36, 220, 201, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
}

.call:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(36, 28, 14, 0.08);
}

.call i {
  width: 36px;
  height: 36px;
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
}

.call small {
  color: #776b5d;
  font-weight: 750;
}

.call strong {
  color: #151515;
  font-size: 14px;
}

.socials a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 220, 201, 0.18);
}

.socials a:hover {
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
}

.nav-wrap {
  border-top: 1px solid rgba(36, 220, 201, 0.12);
  background: rgba(255, 255, 255, 0.64);
}

.nav-inner {
  min-height: 62px;
  justify-content: space-between;
  gap: 24px;
}

.main-menu {
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(36, 220, 201, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.main-menu a {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 9px;
  color: #1d1f22;
  font-size: 11px;
  letter-spacing: 0;
}

.main-menu a::before,
.main-menu a.active::after {
  display: none;
}

.main-menu a.active,
.main-menu a:hover {
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  box-shadow: 0 8px 16px rgba(188, 126, 18, 0.2);
}

.main-menu a i {
  font-size: 8px;
}

.nav-inner>.donate-pill {
  min-width: 124px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px !important;
}

.menu-toggle {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 220, 201, 0.2);
}

.menu-toggle:hover {
  background: #fff6e5;
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .contact-social {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    padding: 18px 0 14px;
  }

  .brand {
    justify-self: center;
    text-align: left;
  }

  .main-menu {
    top: calc(100% + 8px);
    border-radius: 14px;
    padding: 10px;
  }

  .main-menu a {
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {
  .prayer-card {
    grid-template-columns: 1fr 84px;
  }

  .contact-social {
    align-items: stretch;
    flex-direction: column;
  }

  .call {
    justify-content: center;
  }

  .contact-social .socials {
    justify-content: center;
  }
}

/* Font system and theme dropdowns */
body,
button,
input {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

.arabic {
  font-family: "Amiri", Georgia, "Times New Roman", serif !important;
  font-weight: 700;
}

.brand strong,
.section-title h2,
.services h2,
.donation-box h2,
.newsletter-box h2,
.visit h2,
.footer-links h3,
.footer-contact-card h3 {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
}

.main-menu>li {
  position: relative;
}

.has-dropdown>a {
  cursor: default;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  z-index: 40;
  width: 238px;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(36, 220, 201, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(24, 21, 15, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transform-origin: top left;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  backdrop-filter: blur(14px);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -7px;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(36, 220, 201, 0.18);
  border-top: 1px solid rgba(36, 220, 201, 0.18);
  background: rgba(255, 255, 255, 0.96);
  transform: rotate(45deg);
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.dropdown-menu a {
  min-height: auto !important;
  display: grid !important;
  gap: 2px !important;
  padding: 11px 12px !important;
  border-radius: 9px !important;
  color: #171717 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-transform: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.dropdown-menu a span,
.dropdown-menu a small {
  position: relative;
  z-index: 1;
}

.dropdown-menu a small {
  color: #756957;
  font-size: 11px;
  font-weight: 650;
}

.dropdown-menu a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E) !important;
  transform: translateX(3px);
}

.dropdown-menu a:hover small {
  color: rgba(255, 255, 255, 0.82);
}

.has-dropdown:hover>a,
.has-dropdown:focus-within>a {
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  box-shadow: 0 8px 16px rgba(188, 126, 18, 0.2);
}

.has-dropdown:hover>a i,
.has-dropdown:focus-within>a i {
  transform: rotate(180deg);
}

@media (max-width: 980px) {
  .main-menu>li {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    display: none;
    margin: 2px 0 8px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(248, 244, 237, 0.88);
  }

  .dropdown-menu::before {
    display: none;
  }

  .has-dropdown:hover .dropdown-menu,
  .has-dropdown:focus-within .dropdown-menu {
    display: grid;
  }

  .dropdown-menu a {
    justify-content: start !important;
  }
}

/* Modern upcoming events and call pulse */
.events {
  position: relative;
  padding: 28px 30px 30px !important;
  border-left: 0 !important;
  border-radius: 14px;
  background: white;
  box-shadow: 0 16px 42px rgba(24, 21, 15, 0.1);
  border: 1px solid rgba(36, 220, 201, 0.14);
}

.events::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #0FAF9E, #0FAF9E);
}

.events .section-title {
  margin-bottom: 16px;
}

.events .section-title h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.events .section-title h2::before {
  content: "\f073";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(189, 126, 18, 0.2);
}

.event-list {
  gap: 12px;
}

.event-item {
  position: relative;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(36, 220, 201, 0.12) !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 18px rgba(24, 21, 15, 0.05);
}

.event-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 220, 201, 0.11), transparent 48%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.event-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(36, 220, 201, 0.36) !important;
  box-shadow: 0 15px 30px rgba(24, 21, 15, 0.12);
}

.event-item:hover::after {
  opacity: 1;
}

.event-item time {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 10px 18px rgba(8, 7, 7, 0.14);
}

.event-item time span {
  padding: 6px 0;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  font-weight: 900;
}

.event-item time strong {
  padding-top: 10px;
  font-size: 25px;
  font-weight: 900;
}

.event-item time small {
  padding-bottom: 10px;
  color: #6e6252;
  font-weight: 850;
}

.event-item div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.event-item h3 {
  margin-bottom: 10px;
  color: #141414;
  font-size: 15px;
  font-weight: 900;
}

.event-item p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 8px 6px 0;
  padding: 6px 9px !important;
  border-radius: 8px;
  color: #655b50;
  background: #eee;
  font-size: 12px;
  font-weight: 700;
}

.event-item p i {
  width: auto !important;
  /* color: #b6780f; */
  font-size: 12px;
}

.calendar-btn {
  width: fit-content;
  margin-top: 18px;
}

.call i {
  position: relative;
  animation: callPulseRing 1.9s ease-out infinite !important;
}

.call i::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(36, 220, 201, 0.42);
  animation: callPulseOuter 1.9s ease-out infinite;
}

@keyframes callPulseRing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(36, 220, 201, 0.42);
  }

  55% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(36, 220, 201, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(36, 220, 201, 0);
  }
}

@keyframes callPulseOuter {
  0% {
    opacity: 0.75;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@media (max-width: 980px) {
  .events {
    padding: 24px 18px !important;
  }
}

@media (max-width: 640px) {
  .event-item {
    grid-template-columns: 58px 1fr;
    padding: 12px;
  }

  .event-item p {
    display: flex;
    width: fit-content;
  }
}

/* Screenshot-style welcoming space strip */
.visit {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
  min-height: 158px;
  align-items: stretch !important;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 24px;
  border: 1px solid rgba(36, 220, 201, 0.12);
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(24, 21, 15, 0.08);
}

.visit::before {
  background: white;
  content: "";
  position: absolute;
  left: 43%;
  top: -6%;
  z-index: 2;
  width: 140px;
  height: 121%;
  border-radius: 248%;
  transform: rotate(6deg);
  pointer-events: none;
}

.visit img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  min-height: 158px;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 94% 0, 84% 100%, 0 100%);
}

.visit div {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 470px;
  padding: 24px 34px 24px 22px !important;
}

.visit h2 {
  max-width: 350px;
  margin: 0 0 8px !important;
  color: #111317;
  font-size: clamp(24px, 2.2vw, 33px) !important;
  line-height: 1.04 !important;
  font-weight: 900;
}

.visit p {
  max-width: 410px;
  margin: 0 0 14px !important;
  color: #33373d;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 700;
}

.visit .gold-btn.small {
  width: fit-content;
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 12px;
  box-shadow: 0 8px 16px rgba(183, 122, 9, 0.2);
}

.visit .btn-lord-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 980px) {
  .visit {
    grid-template-columns: 1fr !important;
  }

  .visit::before {
    display: none;
  }

  .visit img {
    height: 220px !important;
    clip-path: none;
  }

  .visit div {
    max-width: none;
    padding: 24px !important;
  }
}

/* Footer CTA button correction */
.footer-actions {
  align-items: center;
}

.site-footer .footer-btn {
  min-width: 130px;
  min-height: 48px;
  padding: 0 18px !important;
  gap: 10px;
  border-radius: 10px !important;
  /* color: #fff !important; */
}

.site-footer .footer-btn span:not(.footer-btn-icon) {
  color: inherit !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.footer-btn-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  color: #fff;
}

.footer-btn-icon i {
  font-size: 12px;
  line-height: 1;
}

.site-footer .footer-btn-light {
  min-width: 142px;
  color: #20170b !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.site-footer .footer-btn-light .footer-btn-icon {
  color: #0FAF9E;
}

.site-footer .footer-btn-light:hover {
  color: #20170b !important;
  background: #fff8eb !important;
}

.site-footer .footer-btn:hover .footer-btn-icon {
  transform: scale(1.08);
}

/* Transparent footer social icons */
.site-footer .footer-socials a {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
}

.site-footer .footer-socials a:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: var(--gold) !important;
  box-shadow: 0 8px 18px rgba(36, 220, 201, 0.18) !important;
}

/* Section anchors and back-to-top */
#home,
#news,
#events,
#services,
#support,
#visit,
#community,
#contact {
  scroll-margin-top: 168px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  box-shadow: 0 14px 28px rgba(120, 74, 4, 0.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(120, 74, 4, 0.3);
}

@media (max-width: 640px) {

  #home,
  #news,
  #events,
  #services,
  #support,
  #visit,
  #community,
  #contact {
    scroll-margin-top: 128px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

/* Card pointer cursor and donation shape background */
.feature-card,
.news-card,
.event-item,
.services article,
.donation-box,
.newsletter-box,
.visit,
.quick-panels a,
.footer-contact-card {
  cursor: pointer;
}

.donation-box {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(36, 220, 201, 0.94), rgba(36, 220, 201, 0.96)),
    url("../img/shape/01.png") right -18px bottom -28px / 240px no-repeat !important;
}

.donation-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 100%);
  pointer-events: none;
}

.donation-box>* {
  position: relative;
  z-index: 1;
}

/* Reliable visible donation shape image */
.donation-box {
  background: linear-gradient(145deg, rgba(36, 220, 201, 0.96), rgba(36, 220, 201, 0.96)) !important;
}

.donation-shape-img {
  position: absolute;
  right: -20px;
  bottom: -28px;
  z-index: 0;
  width: 260px;
  max-width: 58%;
  height: auto;
  opacity: 0.34;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.donation-box::after {
  z-index: 0;
}

.donation-box> :not(.donation-shape-img) {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .donation-shape-img {
    width: 210px;
    opacity: 0.24;
  }
}

/* Unified button font size */
.gold-btn,
.outline-btn,
.donate-pill,
.footer-btn,
.amount-grid button,
.newsletter-box button,
.calendar-btn,
.back-to-top {
  font-size: 14px !important;
}

.gold-btn.small,
.footer-btn span:not(.footer-btn-icon),
.site-footer .footer-btn span:not(.footer-btn-icon) {
  font-size: 14px !important;
}

/* Unified footer color with footer shape */
.site-footer {
  background: #1f1b14 !important;
  color: #fff;
}

.site-footer::before {
  background: url("../img/shape/footer-shape.png") right -70px bottom -115px / 440px no-repeat !important;
  opacity: 0.14;
}

.footer-glow {
  background: none !important;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 220, 201, 0.08), transparent 42%, rgba(36, 220, 201, 0.06));
  pointer-events: none;
}

.footer-modern,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(36, 220, 201, 0.16) !important;
}

.footer-links a::before {
  background: var(--gold) !important;
}

@media (max-width: 640px) {
  .site-footer::before {
    background-size: 300px !important;
    background-position: right -100px bottom -80px !important;
  }
}

.footer-bottom a {
  display: inline !important;
  color: var(--gold) !important;
  font-size: inherit !important;
  font-weight: 900;
  opacity: 1 !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

/* Visible footer copyright bottom bar */
.site-footer .footer-bottom {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1320px, calc(100% - 36px));
  margin-inline: auto;
  padding: 16px 0 18px !important;
  border-top: 1px solid rgba(36, 220, 201, 0.22) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.site-footer .footer-bottom.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.site-footer .footer-bottom span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 13px;
  font-weight: 650;
}

.site-footer .footer-bottom a {
  color: #0FAF9E !important;
  font-weight: 900;
  text-decoration: none;
}

.site-footer .footer-bottom a:hover {
  color: #fff !important;
}

@media (max-width: 640px) {
  .news-card div {
    padding: 17px 15px 15px;
  }

  .site-footer .footer-bottom {
    width: min(100% - 24px, 1320px);
    flex-direction: column;
    align-items: center;
  }
}

/* Contact form section */
.contact-section {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 56px 0 58px;
  background: #eee;
  border-top: 1px solid rgba(36, 220, 201, 0.14);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: auto -80px -150px auto;
  width: 360px;
  height: 360px;
  background: url("../img/shape/01.png") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: start;
  gap: 34px;
}

.contact-copy {
  padding: 12px 0;
}

.contact-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 12px;
  border: 1px solid rgba(36, 220, 201, 0.18);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-copy h2 {
  max-width: 450px;
  margin: 0 0 12px;
  color: #111317;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 900;
}

.contact-copy p {
  max-width: 500px;
  margin: 0 0 22px;
  color: #4f555d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.contact-detail-list {
  display: grid;
  gap: 12px;
}

.contact-detail-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 220, 201, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(24, 21, 15, 0.06);
}

.contact-detail-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(36, 220, 201, 0.34);
  box-shadow: 0 16px 30px rgba(24, 21, 15, 0.1);
}

.contact-detail-list i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  /* color: #fff; */
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
}

.contact-detail-list small,
.contact-detail-list strong {
  display: block;
}

.contact-detail-list small {
  margin-bottom: 3px;
  color: #746655;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-detail-list strong {
  color: #171717;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(36, 220, 201, 0.16);
  border-radius: 8px;
  background: white;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: #2b2d31;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ddd6c9;
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
  padding-top: 13px;
  line-height: 1.55;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(36, 220, 201, 0.75);
  background: #fffdfa;
  box-shadow: 0 0 0 4px rgba(36, 220, 201, 0.12);
}

.contact-form ::placeholder {
  color: #8b8276;
}

.contact-submit {
  width: fit-content;
  min-width: 172px;
  margin-top: 4px;
  border-radius: 8px !important;
}

.contact-detail-list a {
  cursor: pointer;
}

@media (max-width: 980px) {
  .contact-section {
    padding: 44px 0;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .contact-section {
    margin-top: 18px;
    padding: 36px 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-detail-list a {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }

  .contact-detail-list i {
    width: 40px;
    height: 40px;
  }

  .contact-submit {
    width: 100%;
  }
}


/* Compact mobile header and sidebar */
.mobile-brand,
.mobile-sidebar-head,
.mobile-sidebar-info,
.mobile-menu-backdrop,
.sidebar-section-title {
  display: none;
}

.mobile-menu-panel {
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 90;
  }

  .topbar {
    display: none !important;
  }

  .nav-wrap {
    position: relative;
    border-top: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }

  .nav-inner {
    min-height: 64px !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding-block: 8px;
  }

  .menu-toggle {
    position: relative;
    z-index: 96;
    order: 2;
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center;
    padding: 0;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(24, 21, 15, 0.08);
  }

  .menu-toggle span {
    width: 21px;
    height: 2px;
    margin: 3px auto;
    border-radius: 99px;
  }

  .nav-inner>.donate-pill {
    display: none !important;
  }

  .mobile-brand {
    order: 1;
    display: inline-flex !important;
    justify-self: start;
    margin-right: auto;
    padding: 0 !important;
    gap: 8px;
  }

  .mobile-brand .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .mobile-brand strong {
    max-width: 158px;
    color: #171717;
    font-size: 13px !important;
    line-height: 1.05;
  }

  .mobile-brand small {
    color: #6d6253;
    font-size: 9px !important;
    font-weight: 800;
  }

  .mobile-menu-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 95;
    width: min(332px, calc(100vw - 38px));
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    overflow-y: auto;
    border-left: 1px solid rgba(36, 220, 201, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 237, 0.96)),
      url("../img/pattern.svg") right -90px bottom -80px / 250px no-repeat;
    box-shadow: -22px 0 45px rgba(24, 21, 15, 0.2);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s ease;
  }

  .mobile-menu-panel.open {
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-menu-backdrop.show {
    position: fixed;
    inset: 0;
    z-index: 88;
    display: block;
    border: 0;
    background: rgba(17, 19, 23, 0.42);
    backdrop-filter: blur(3px);
  }

  .mobile-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(36, 220, 201, 0.16);
  }

  .sidebar-brand {
    padding: 0 !important;
    gap: 8px;
  }

  .sidebar-brand .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .sidebar-brand strong {
    max-width: 150px;
    color: #171717;
    font-size: 12px !important;
  }

  .sidebar-brand small {
    color: #6d6253;
    font-size: 9px !important;
    font-weight: 800;
  }

  .menu-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(36, 220, 201, 0.18);
    border-radius: 10px;
    color: #171717;
    background: #fff;
    cursor: pointer;
  }


  .sidebar-section-title {
    display: block;
    margin: 2px 0 -4px;
    color: #9a6509;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-menu-panel.open .mobile-sidebar-head,
  .mobile-menu-panel.open .mobile-sidebar-info {
    display: grid !important;
  }

  .mobile-menu-panel.open .mobile-sidebar-head {
    display: flex !important;
  }

  .mobile-menu-panel.open .main-menu {
    display: grid !important;
  }

  .mobile-menu-panel .main-menu {
    position: static !important;
    inset: auto !important;
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 7px !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-menu-panel .main-menu>li {
    width: 100%;
  }

  .mobile-menu-panel .main-menu a {
    width: 100%;
    min-height: 42px;
    justify-content: space-between;
    padding: 0 13px !important;
    border: 1px solid rgba(36, 220, 201, 0.13);
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.76);
    color: #1d1f22;
    font-size: 12px !important;
  }

  .mobile-menu-panel .main-menu a.active,
  .mobile-menu-panel .main-menu a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #0FAF9E, #0FAF9E) !important;
  }

  .mobile-sidebar-info {
    display: grid;
    gap: 12px;
    margin-top: 2px;
  }

  .mobile-sidebar-info .prayer-card {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr 82px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
  }

  .mobile-sidebar-info .prayer-card>div {
    padding: 9px 12px;
  }

  .mobile-sidebar-info .date-box {
    display: grid;
    place-items: center;
  }

  .mobile-sidebar-info .date-box strong {
    font-size: 26px;
  }

  .sidebar-call {
    width: 100%;
    justify-content: flex-start !important;
    gap: 12px;
    margin: 0;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.86) !important;
  }

  .sidebar-call i {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
  }

  .sidebar-socials {
    justify-content: center;
    gap: 10px;
    padding: 2px 0 4px;
  }

  .sidebar-socials a {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
  }

  #home,
  #news,
  #events,
  #services,
  #support,
  #visit,
  #community,
  #contact {
    scroll-margin-top: 86px;
  }
}

@media (max-width: 640px) {
  .nav-inner {
    min-height: 58px !important;
    padding-block: 7px;
  }

  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
  }

  .mobile-brand {
    gap: 7px;
  }

  .mobile-brand .brand-mark {
    width: 36px !important;
    height: 36px !important;
  }

  .mobile-brand strong {
    max-width: 145px;
    font-size: 11px !important;
  }

  .mobile-brand small {
    font-size: 8px !important;
  }

  .mobile-menu-panel {
    width: min(314px, calc(100vw - 28px));
    padding: 14px;
  }

  .mobile-sidebar-info .prayer-card {
    grid-template-columns: 1fr 78px;
  }

  .mobile-sidebar-info .prayer-card strong {
    font-size: 14px;
  }

  .mobile-sidebar-info .date-box strong {
    font-size: 24px;
  }
}


/* Force mobile sidebar above page content */
@media (max-width: 980px) {
  .site-header {
    animation: none !important;
    transform: none !important;
  }

  .mobile-menu-panel {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 1002 !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh;
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  .mobile-menu-panel.open {
    display: flex !important;
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-menu-panel.open .sidebar-section-title,
  .mobile-menu-panel.open .main-menu,
  .mobile-menu-panel.open .mobile-sidebar-info,
  .mobile-menu-panel.open .sidebar-prayer,
  .mobile-menu-panel.open .sidebar-call,
  .mobile-menu-panel.open .sidebar-socials {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-menu-panel.open .main-menu,
  .mobile-menu-panel.open .mobile-sidebar-info {
    position: relative !important;
    z-index: 1;
  }

  .mobile-menu-backdrop.show {
    z-index: 1001 !important;
  }

  body.menu-open main,
  body.menu-open footer {
    filter: blur(2px);
    pointer-events: none;
    user-select: none;
  }
}

/* Slider controls and locked drawer scroll */
[hidden],
.hero.single-slide .slider-btn,
.hero.single-slide .slider-dots {
  display: none !important;
}

@media (max-width: 980px) {

  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
  }

  body.menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }

  body.menu-open .mobile-menu-panel,
  body.menu-open .mobile-menu-panel * {
    touch-action: pan-y;
  }
}

/* Full-width odd service card on compact grids */
@media (max-width: 980px) {
  .service-grid>article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Dynamic prayer timing widget */
.prayer-times-widget {
  min-width: 620px;
  padding: 10px;
  border: 1px solid rgba(36, 220, 201, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(36, 28, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.header-prayer-widget {
  justify-self: center;
  width: min(650px, 46vw);
}

.prayer-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.prayer-widget-head small,
.prayer-widget-head strong,
.prayer-widget-head a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.prayer-widget-head small {
  color: #111317;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.prayer-widget-head strong {
  margin-top: 2px;
  color: #151515;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.prayer-widget-head a {
  color: #b6780f;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.prayer-times-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.prayer-time-item {
  position: relative;
  min-height: 58px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  padding: 7px 5px;
  overflow: hidden;
  border: 1px solid rgba(36, 220, 201, 0.13);
  border-radius: 9px;
  background: rgba(255, 250, 242, 0.82);
  text-align: center;
}

.prayer-time-item span,
.prayer-time-item strong,
.prayer-time-item small,
.prayer-time-item em {
  position: relative;
  z-index: 1;
}

.prayer-time-item span {
  color: #5f5548;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.prayer-time-item strong {
  color: #171717;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 900;
}

.prayer-time-item small {
  color: #806f5b;
  font-size: 9px;
  font-weight: 800;
}

.prayer-time-item em {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 2px 5px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.prayer-time-item.active {
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #0FAF9E, #0FAF9E);
  box-shadow: 0 10px 18px rgba(183, 122, 9, 0.2);
}

.prayer-time-item.active span,
.prayer-time-item.active strong,
.prayer-time-item.active small {
  color: #fff;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .header-prayer-widget {
    width: min(620px, 58vw);
    min-width: 540px;
  }
}

@media (max-width: 980px) {
  .mobile-sidebar-info .prayer-times-widget {
    width: 100%;
    min-width: 0;
    padding: 10px;
    border-radius: 10px;
  }

  .mobile-sidebar-info .prayer-widget-head {
    margin-bottom: 10px;
  }

  .mobile-sidebar-info .prayer-times-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-sidebar-info .prayer-time-item {
    min-height: 52px;
    grid-template-columns: 74px 1fr auto;
    align-items: center;
    justify-items: start;
    text-align: left;
    padding: 9px 10px;
  }

  .mobile-sidebar-info .prayer-time-item strong {
    justify-self: center;
  }

  .mobile-sidebar-info .prayer-time-item small {
    justify-self: end;
  }

  .mobile-sidebar-info .prayer-time-item em {
    right: auto;
    left: 8px;
    top: -1px;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .mobile-sidebar-info .prayer-widget-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-sidebar-info .prayer-time-item {
    grid-template-columns: 66px 1fr auto;
  }
}

/* Header next prayer and daily prayer section */
.topbar {
  min-height: 78px !important;
  grid-template-columns: minmax(245px, 0.9fr) minmax(360px, 430px) minmax(350px, 0.85fr) !important;
  align-items: center !important;
  gap: 20px !important;
}

.prayer-times-widget {
  border: 1px solid rgba(36, 220, 201, 0.32) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 237, 0.92)) !important;
  box-shadow: 0 14px 34px rgba(24, 21, 15, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.header-prayer-widget {
  width: min(430px, 30vw) !important;
  min-width: 360px !important;
  padding: 7px 9px !important;
  border-radius: 14px !important;
}

.header-prayer-widget .prayer-widget-head {
  justify-content: center !important;
  margin-bottom: 6px !important;
}

.header-prayer-widget .prayer-widget-head small,
.header-prayer-widget .prayer-widget-head>a {
  display: none !important;
}

.header-prayer-widget .prayer-widget-head strong {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 2px 11px;
  overflow: hidden;
  border: 1px solid rgba(36, 220, 201, 0.16);
  border-radius: 999px;
  color: #6f665b !important;
  background: rgba(255, 253, 248, 0.76);
  font-size: 11px !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  text-align: center;
  white-space: nowrap;
}

.header-prayer-widget .prayer-widget-head strong span {
  width: 5px;
  height: 5px;
  margin: 0 9px;
  overflow: hidden;
  border-radius: 50%;
  color: transparent;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(36, 220, 201, 0.12);
}

.header-prayer-widget .prayer-times-list {
  display: block !important;
}

.header-next-prayer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 12px;
  min-height: 42px;
  padding: 8px 12px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 10px 18px rgba(36, 220, 201, 0.18);
}

.header-next-prayer span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.header-next-prayer small,
.header-next-prayer em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.header-next-prayer b {
  font-size: 13px;
  line-height: 1.05;
  font-weight: 900;
}

.header-next-prayer strong {
  justify-self: end;
  font-size: 22px;
  line-height: 0.95;
  font-weight: 900;
}

.header-next-prayer em {
  grid-column: 1 / -1;
}

.prayer-calendar-link {
  display: inline-flex;
  align-self: end;
  align-items: center;
  min-height: 43px;
  padding: 7px 9px;
  border: 1px solid rgba(36, 220, 201, 0.22);
  border-radius: 9px;
  color: var(--gold-dark);
  background: rgba(255, 250, 242, 0.78);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 850;
}

.prayer-row-labels {
  display: grid;
  grid-template-rows: 15px 15px 15px;
  align-self: end;
  align-items: center;
  min-height: 43px;
  color: #9b9286;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  text-align: right;
}

.prayer-table-column {
  position: relative;
  display: grid;
  grid-template-rows: 15px 15px 15px;
  align-items: center;
  justify-items: center;
  min-height: 43px;
  padding: 4px 5px;
  border: 1px solid rgba(36, 220, 201, 0.16);
  border-radius: 9px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.72);
  text-align: center;
}

.prayer-name {
  color: #443c32;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.prayer-begins,
.prayer-jamah {
  color: var(--ink);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.prayer-begins span,
.prayer-jamah span {
  display: none;
}

.prayer-table-column em {
  position: absolute;
  top: -5px;
  right: 5px;
  padding: 2px 5px;
  border-radius: 999px;
  color: var(--gold-dark);
  background: #fff7df;
  box-shadow: 0 0 0 1px rgba(36, 220, 201, 0.26);
  font-size: 6.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.prayer-table-column.active {
  border-color: rgba(255, 255, 255, 0.38);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 10px 18px rgba(36, 220, 201, 0.18);
}

.prayer-table-column.active .prayer-name,
.prayer-table-column.active .prayer-begins,
.prayer-table-column.active .prayer-jamah {
  color: #fff;
}

.daily-prayers {
  position: relative;
  padding: 42px 0 46px;
  overflow: hidden;
  background: #eee;
  border-bottom: 1px solid rgba(36, 220, 201, 0.12);
}

.daily-prayers::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(36, 220, 201, 0.08), transparent 26%, transparent 74%, rgba(36, 220, 201, 0.08));
}

.daily-prayers>.container-custom {
  position: relative;
  z-index: 1;
}

.daily-prayers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.daily-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.daily-prayers h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.daily-prayers-head p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(36, 220, 201, 0.2);
  border-radius: 999px;
  color: #6f665b;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.daily-prayers-head p span {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 50%;
  color: transparent;
  background: var(--gold);
}

.daily-prayer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.daily-prayer-card {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(36, 220, 201, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(24, 21, 15, 0.07);
}

.daily-prayer-card-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.daily-prayer-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
}

.daily-prayer-times {
  display: grid;
  gap: 10px;
}

.daily-prayer-times div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(36, 220, 201, 0.16);
}

.daily-prayer-times span {
  color: #7a7167;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.daily-prayer-times strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.daily-prayer-card.active {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 18px 34px rgba(36, 220, 201, 0.24);
}

.daily-prayer-card.active .daily-prayer-card-head span,
.daily-prayer-card.active h3,
.daily-prayer-card.active .daily-prayer-times span,
.daily-prayer-card.active .daily-prayer-times strong {
  color: #fff;
}

.daily-prayer-card.active .daily-prayer-times div {
  border-color: rgba(255, 255, 255, 0.24);
}

.sunrise-card {
  background: white;
}

.daily-prayer-times.single {
  margin-top: auto;
}

.contact-social {
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  min-width: 0;
}

.contact-social .call {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-width: 166px;
  min-height: 46px;
  padding: 6px 12px 6px 7px !important;
  align-self: center;
  white-space: nowrap;
}

.contact-social .call i {
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  color: black;
}

.contact-social .call span {
  min-width: 0;
}

.contact-social .call small {
  font-size: 10px !important;
  line-height: 1.05 !important;
}

.contact-social .call strong {
  font-size: 13px !important;
  line-height: 1.1 !important;
  overflow-wrap: normal;
  white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .topbar {
    grid-template-columns: 1fr minmax(360px, 430px) !important;
  }

  .header-prayer-widget {
    width: 100% !important;
    min-width: 0 !important;
  }

  .contact-social {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .daily-prayer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mobile-sidebar-info .prayer-times-widget {
    width: 100%;
    min-width: 0 !important;
    padding: 10px !important;
  }

  .mobile-sidebar-info .prayer-widget-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 9px !important;
  }

  .mobile-sidebar-info .prayer-widget-head small,
  .mobile-sidebar-info .prayer-widget-head>a {
    display: flex !important;
  }

  .mobile-sidebar-info .prayer-widget-head strong {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
    padding: 5px 8px;
    border: 1px solid rgba(36, 220, 201, 0.16);
    border-radius: 9px;
    color: #7b7163;
    background: rgba(255, 253, 248, 0.74);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
  }

  .mobile-sidebar-info .prayer-widget-head strong span {
    width: 4px;
    height: 4px;
    margin: 0 8px;
    overflow: hidden;
    border-radius: 50%;
    color: transparent;
    background: var(--gold);
  }

  .mobile-sidebar-info .prayer-times-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .mobile-sidebar-info .prayer-calendar-link {
    justify-content: center;
    min-height: 38px;
    padding: 7px 9px;
    font-size: 12px;
    text-align: center;
  }

  .mobile-sidebar-info .prayer-row-labels {
    display: none;
  }

  .mobile-sidebar-info .prayer-table-column {
    grid-template-columns: 72px 1fr 1fr;
    grid-template-rows: auto;
    justify-items: stretch;
    min-height: 48px;
    padding: 8px 10px;
    border-color: rgba(36, 220, 201, 0.18);
    background: rgba(255, 250, 242, 0.82);
  }

  .mobile-sidebar-info .prayer-name {
    align-self: center;
    font-size: 12px;
  }

  .mobile-sidebar-info .prayer-begins,
  .mobile-sidebar-info .prayer-jamah {
    display: grid;
    gap: 2px;
    justify-items: end;
    font-size: 13px;
  }

  .mobile-sidebar-info .prayer-begins span,
  .mobile-sidebar-info .prayer-jamah span {
    display: block;
    color: #9c9285;
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .mobile-sidebar-info .prayer-table-column.active .prayer-begins span,
  .mobile-sidebar-info .prayer-table-column.active .prayer-jamah span {
    color: rgba(255, 255, 255, 0.76);
  }

  .daily-prayers {
    padding: 34px 0 36px;
  }

  .daily-prayers-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .daily-prayers h2 {
    font-size: 25px;
  }

  .daily-prayers-head p {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
  }

  .daily-prayer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .daily-prayer-card {
    min-height: 142px;
    padding: 15px;
  }
}

@media (max-width: 560px) {
  .daily-prayer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Polished desktop navigation tabs */
@media (min-width: 981px) {
  .nav-wrap {
    border-top: 1px solid rgba(36, 220, 201, 0.1) !important;
    border-bottom: 1px solid rgba(36, 220, 201, 0.1);
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 8px 22px rgba(24, 21, 15, 0.04);
  }

  .nav-inner {
    position: relative;
    min-height: 64px !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  .nav-inner .mobile-menu-panel {
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .nav-inner .main-menu {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 3px !important;
    margin: 0 auto;
    padding: 5px !important;
    overflow: hidden;
    border: 1px solid rgba(36, 220, 201, 0.18) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 237, 0.78)) !important;
    box-shadow: 0 12px 26px rgba(24, 21, 15, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  .nav-inner .main-menu a {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid transparent;
    border-radius: 8px !important;
    color: #252525 !important;
    background: transparent;
    font-size: 10.5px !important;
    line-height: 1;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }

  .nav-inner .main-menu a::before,
  .nav-inner .main-menu a.active::after {
    display: none !important;
  }

  .nav-inner .main-menu a:hover {
    color: var(--gold-dark) !important;
    border-color: rgba(36, 220, 201, 0.22);
    background: rgba(255, 250, 242, 0.9) !important;
    box-shadow: none !important;
    transform: none;
  }

  .nav-inner .main-menu a.active {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    box-shadow: 0 8px 18px rgba(36, 220, 201, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  }

  .nav-inner>.donate-pill {
    position: absolute;
    right: 0;
    top: 50%;
    min-height: 42px !important;
    transform: translateY(-50%);
  }

  .nav-inner>.donate-pill:hover {
    transform: translateY(calc(-50% - 2px));
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .nav-inner .main-menu a {
    padding-inline: 11px !important;
    font-size: 10px !important;
  }
}

/* Header alignment and compact active prayer refinement */
@media (min-width: 981px) {
  .topbar {
    grid-template-columns: minmax(245px, 0.9fr) minmax(300px, 340px) minmax(430px, 1fr) !important;
    gap: 18px !important;
  }

  .header-prayer-widget {
    width: min(340px, 25vw) !important;
    min-width: 300px !important;
    padding: 6px 7px !important;
    border-radius: 12px !important;
  }

  .header-prayer-widget .prayer-widget-head {
    margin-bottom: 4px !important;
  }

  .header-prayer-widget .prayer-widget-head strong {
    min-height: 18px;
    padding: 2px 8px;
    font-size: 10px !important;
    line-height: 1 !important;
    max-width: 100%;
  }

  .header-prayer-widget .prayer-widget-head strong span {
    width: 4px;
    height: 4px;
    margin: 0 7px;
  }

  .header-next-prayer {
    grid-template-columns: minmax(74px, 1fr) auto auto;
    gap: 8px;
    min-height: 34px;
    padding: 6px 9px;
    border-radius: 9px;
  }

  .header-next-prayer small,
  .header-next-prayer em {
    font-size: 7px;
    line-height: 1;
  }

  .header-next-prayer b {
    font-size: 12px;
    line-height: 1;
  }

  .header-next-prayer strong {
    font-size: 18px;
    line-height: 1;
  }

  .header-next-prayer em {
    grid-column: auto;
    justify-self: end;
    white-space: nowrap;
  }

  .contact-social {
    gap: 12px !important;
  }

  .nav-inner {
    justify-content: flex-start !important;
  }

  .nav-inner .mobile-menu-panel {
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .nav-inner .main-menu {
    margin: 0 !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(230px, 0.8fr) minmax(292px, 330px) minmax(360px, 1fr) !important;
  }

  .header-prayer-widget {
    min-width: 292px !important;
  }

  .header-next-prayer {
    grid-template-columns: minmax(66px, 1fr) auto auto;
    gap: 6px;
  }

  .header-next-prayer strong {
    font-size: 17px;
  }
}

/* Compact premium header prayer and daily prayer motion */
@media (min-width: 981px) {
  .topbar {
    grid-template-columns: minmax(245px, 1fr) minmax(270px, 300px) minmax(430px, 1fr) !important;
    gap: 18px !important;
  }

  .header-prayer-widget {
    width: min(300px, 22vw) !important;
    min-width: 270px !important;
    padding: 5px 6px 6px !important;
    border-radius: 12px !important;
  }

  .header-prayer-widget .prayer-widget-head {
    margin-bottom: 4px !important;
  }

  .header-prayer-widget .prayer-widget-head strong {
    min-height: 17px;
    padding: 2px 8px;
    border-color: rgba(36, 220, 201, 0.18);
    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .header-prayer-widget .prayer-widget-head strong span {
    width: 4px;
    height: 4px;
    margin: 0 6px;
  }

  .header-next-prayer {
    grid-template-columns: auto 1fr auto !important;
    gap: 7px !important;
    min-height: 38px !important;
    padding: 6px 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px !important;
    box-shadow: 0 8px 16px rgba(36, 220, 201, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  }

  .header-next-prayer span,
  .header-next-name,
  .header-next-main,
  .header-next-begins {
    min-width: 0;
  }

  .header-next-name {
    display: grid !important;
    gap: 1px;
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
  }

  .header-next-name small,
  .header-next-begins small,
  .header-next-main em {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 6.5px !important;
    line-height: 1 !important;
    font-weight: 900;
    text-transform: uppercase;
  }

  .header-next-name b {
    color: #fff;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950;
  }

  .header-next-main {
    display: grid !important;
    justify-items: center;
    gap: 1px;
  }

  .header-next-main strong {
    justify-self: center !important;
    color: #fff;
    font-size: 19px !important;
    line-height: 0.95 !important;
    font-weight: 950;
  }

  .header-next-main em {
    grid-column: auto !important;
    justify-self: center !important;
    white-space: nowrap;
  }

  .header-next-begins {
    display: grid !important;
    justify-items: end;
    gap: 1px;
    padding: 4px 6px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.14);
  }

  .header-next-begins b {
    color: #fff;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(228px, 0.9fr) minmax(260px, 286px) minmax(360px, 1fr) !important;
  }

  .header-prayer-widget {
    width: min(286px, 24vw) !important;
    min-width: 260px !important;
  }

  .header-next-prayer {
    gap: 6px !important;
    padding-inline: 7px !important;
  }

  .header-next-main strong {
    font-size: 18px !important;
  }
}

@keyframes dailyPrayerRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.daily-prayer-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.28s ease, background 0.28s ease;
  animation: dailyPrayerRise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--prayer-delay, 0ms);
}

.daily-prayer-card::before {
  /* content: ""; */
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-dark), transparent);
  opacity: 0;
  transform: scaleX(0.45);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.34s ease;
  z-index: 1;
}

.daily-prayer-card>* {
  position: relative;
  z-index: 2;
}

.daily-prayer-card:hover {
  transform: translateY(-7px);
  border-color: rgba(36, 220, 201, 0.42);
  background: #fffdfa;
  box-shadow: 0 18px 34px rgba(24, 21, 15, 0.12);
}

.daily-prayer-card:hover::before,
.daily-prayer-card.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.daily-prayer-card:hover .daily-prayer-card-head span,
.daily-prayer-card:hover .daily-prayer-times strong {
  color: var(--gold-dark);
}

.daily-prayer-card.active:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 38px rgba(36, 220, 201, 0.3);
}

.daily-prayer-card.active:hover .daily-prayer-card-head span,
.daily-prayer-card.active:hover .daily-prayer-times strong {
  color: #fff;
}

.daily-prayers-head.reveal.is-visible {
  transition-duration: 0.82s;
}

@media (prefers-reduced-motion: reduce) {
  .daily-prayer-card {
    animation: none;
  }
}

/* Readable modern header prayer card */
@media (min-width: 981px) {
  .topbar {
    grid-template-columns: minmax(245px, 1fr) minmax(340px, 380px) minmax(420px, 1fr) !important;
    gap: 20px !important;
  }

  .header-prayer-widget {
    width: min(380px, 27vw) !important;
    min-width: 340px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 238, 0.94)) !important;
    box-shadow: 0 14px 30px rgba(24, 21, 15, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  .header-prayer-widget .prayer-widget-head {
    margin-bottom: 6px !important;
  }

  .header-prayer-widget .prayer-widget-head strong {
    width: 100%;
    min-height: 22px;
    padding: 4px 10px;
    overflow: visible;
    border-color: rgba(36, 220, 201, 0.2);
    color: #5d554b !important;
    background: rgba(255, 255, 255, 0.72);
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    white-space: nowrap;
  }

  .header-prayer-widget .prayer-widget-head strong span {
    width: 5px;
    height: 5px;
    margin: 0 8px;
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(36, 220, 201, 0.12);
  }

  .header-next-prayer {
    grid-template-columns: minmax(82px, 1fr) minmax(86px, auto) minmax(76px, auto) !important;
    min-height: 48px !important;
    gap: 9px !important;
    padding: 8px 10px !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #0FAF9E 0%, #0FAF9E 48%, #0FAF9E 100%) !important;
    box-shadow: 0 12px 20px rgba(36, 220, 201, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  }

  .header-next-name {
    gap: 3px !important;
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
  }

  .header-next-name small,
  .header-next-begins small,
  .header-next-main em {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 7.5px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .header-next-name b {
    color: #fff;
    font-size: 14px !important;
    line-height: 1.05 !important;
    font-weight: 950;
  }

  .header-next-main {
    gap: 3px !important;
    justify-items: center;
  }

  .header-next-main strong {
    justify-self: center !important;
    color: #fff;
    font-size: 24px !important;
    line-height: 0.95 !important;
    font-weight: 950;
  }

  .header-next-main em {
    justify-self: center !important;
    white-space: nowrap;
  }

  .header-next-begins {
    align-self: stretch;
    align-content: center;
    gap: 3px !important;
    min-width: 70px;
    padding: 6px 7px !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.16) !important;
  }

  .header-next-begins b {
    color: #fff;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(220px, 0.85fr) minmax(320px, 350px) minmax(360px, 1fr) !important;
  }

  .header-prayer-widget {
    width: min(350px, 29vw) !important;
    min-width: 320px !important;
  }

  .header-prayer-widget .prayer-widget-head strong {
    font-size: 10px !important;
  }

  .header-next-main strong {
    font-size: 22px !important;
  }
}

/* Keep active prayer card gold on hover */
.daily-prayer-card.active,
.daily-prayer-card.active:hover,
.daily-prayer-card.active:focus-within {
  border-color: rgba(255, 255, 255, 0.36) !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
  box-shadow: 0 22px 38px rgba(36, 220, 201, 0.3) !important;
}

/* .daily-prayer-card.active .daily-prayer-card-head span,
.daily-prayer-card.active:hover .daily-prayer-card-head span,
.daily-prayer-card.active:focus-within .daily-prayer-card-head span,
.daily-prayer-card.active h3,
.daily-prayer-card.active:hover h3,
.daily-prayer-card.active:focus-within h3,
.daily-prayer-card.active .daily-prayer-times span,
.daily-prayer-card.active:hover .daily-prayer-times span,
.daily-prayer-card.active:focus-within .daily-prayer-times span,
.daily-prayer-card.active .daily-prayer-times strong,
.daily-prayer-card.active:hover .daily-prayer-times strong,
.daily-prayer-card.active:focus-within .daily-prayer-times strong {
  color: #fff !important;
} */

.daily-prayer-card.active .daily-prayer-times div,
.daily-prayer-card.active:hover .daily-prayer-times div,
.daily-prayer-card.active:focus-within .daily-prayer-times div {
  border-color: rgba(255, 255, 255, 0.24) !important;
}

/* UK date/time header prayer card */
@media (min-width: 981px) {
  .topbar {
    grid-template-columns: minmax(245px, 1fr) minmax(330px, 360px) minmax(420px, 1fr) !important;
  }

  .header-prayer-widget {
    width: min(360px, 26vw) !important;
    min-width: 330px !important;
    padding: 8px !important;
  }

  .header-prayer-widget .prayer-widget-head {
    margin-bottom: 7px !important;
  }

  .header-prayer-widget .prayer-widget-head strong {
    display: grid !important;
    justify-items: center;
    gap: 3px;
    width: 100%;
    min-height: auto;
    padding: 6px 10px;
    border: 1px solid rgba(36, 220, 201, 0.2);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 242, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
    text-align: center;
    white-space: normal;
  }

  .header-prayer-widget .prayer-widget-head strong .header-date-line,
  .header-prayer-widget .prayer-widget-head strong .header-hijri-line {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
  }

  .header-date-line {
    color: var(--ink) !important;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 950;
  }

  .header-hijri-line {
    color: var(--gold-dark) !important;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 850;
  }

  .header-next-prayer {
    grid-template-columns: minmax(88px, 1fr) minmax(84px, auto) minmax(74px, auto) !important;
    min-height: 46px !important;
    padding: 8px 10px !important;
  }

  .header-next-name small,
  .header-next-begins small,
  .header-next-main em {
    font-size: 7px !important;
  }

  .header-next-name b {
    font-size: 13px !important;
  }

  .header-next-main strong {
    font-size: 23px !important;
  }

  .header-next-begins b {
    font-size: 11px !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(220px, 0.85fr) minmax(318px, 340px) minmax(360px, 1fr) !important;
  }

  .header-prayer-widget {
    width: min(340px, 29vw) !important;
    min-width: 318px !important;
  }

  .header-date-line {
    font-size: 11px;
  }

  .header-hijri-line {
    font-size: 10px;
  }
}

/* Header without prayer timing widget */
@media (min-width: 981px) {
  .topbar {
    min-height: 82px !important;
    grid-template-columns: minmax(260px, 1fr) auto !important;
    justify-content: space-between;
    gap: 28px !important;
  }

  .topbar .brand {
    justify-self: start;
  }

  .topbar .contact-social {
    grid-column: auto !important;
    justify-self: end !important;
  }

  .header-prayer-widget {
    display: none !important;
  }
}

/* Header date-only display */
@media (min-width: 981px) {
  .topbar {
    min-height: 82px !important;
    grid-template-columns: minmax(260px, 1fr) minmax(300px, auto) minmax(360px, 1fr) !important;
    align-items: center !important;
    gap: 28px !important;
  }

  .header-date-widget {
    justify-self: center;
    display: grid;
    justify-items: center;
    gap: 4px;
    min-width: 300px;
    padding: 8px 18px;
    border: 1px solid rgba(36, 220, 201, 0.18);
    border-radius: 12px;
    background: white;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 242, 0.78));
    box-shadow: 0 12px 28px rgba(24, 21, 15, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.96); */
    text-align: center;
  }

  .header-date-widget .header-date-line,
  .header-date-widget .header-hijri-line {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-date-widget .header-date-line {
    color: var(--ink) !important;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 950;
  }

  .header-date-widget .header-hijri-line {
    color: #5fac12 !important;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 750;
  }

  .topbar .contact-social {
    justify-self: end !important;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(220px, 0.9fr) minmax(270px, auto) minmax(340px, 1fr) !important;
    gap: 18px !important;
  }

  .header-date-widget {
    min-width: 270px;
    padding-inline: 12px;
  }

  .header-date-widget .header-date-line {
    font-size: 13px;
  }

  .header-date-widget .header-hijri-line {
    font-size: 12px;
  }
}

/* Theme-matched header date colors */
@media (min-width: 981px) {
  .header-date-widget {
    border-color: rgba(36, 220, 201, 0.24) !important;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 237, 0.9)) !important; */
    background: white !important;
    /* box-shadow: 0 12px 28px rgba(24, 21, 15, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important; */
  }

  .header-date-widget .header-date-line {
    color: var(--ink) !important;
  }

  .header-date-widget .header-hijri-line {
    color: var(--gold-dark) !important;
  }
}

/* Prayer section heading aligned with site sections */
.daily-prayers .daily-prayers-head {
  align-items: center !important;
  margin-bottom: 22px !important;
}

.daily-prayers .daily-prayers-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.daily-prayers .daily-prayers-head h2::before {
  content: "\f017";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 10px 18px rgba(36, 220, 201, 0.2);
  font: var(--fa-font-regular);
  font-size: 15px;
}

.daily-prayers .daily-prayers-head p {
  margin: 0;
  padding: 8px 14px;
  border-color: rgba(36, 220, 201, 0.2);
  color: #6f665b;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
}

.daily-prayers .daily-prayers-head p span {
  background: var(--gold);
}

@media (max-width: 980px) {
  .daily-prayers .daily-prayers-head {
    align-items: flex-start !important;
    gap: 12px;
  }

  .daily-prayers .daily-prayers-head h2 {
    font-size: 25px;
  }

  .daily-prayers .daily-prayers-head p {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
  }
}

/* Desktop container alignment correction */
@media (min-width: 981px) {
  .container-custom {
    width: min(1320px, calc(100% - clamp(48px, 5vw, 96px))) !important;
    margin-inline: auto !important;
  }

  .topbar.container-custom,
  .nav-inner.container-custom {
    width: min(1320px, calc(100% - clamp(48px, 5vw, 96px))) !important;
  }

  .hero-slide {
    grid-template-columns: minmax(max(36px, calc((100vw - 1320px) / 2)), 1fr) minmax(0, 590px) minmax(0, 760px) minmax(max(36px, calc((100vw - 1320px) / 2)), 1fr) !important;
    /* grid-template-columns:
      minmax(max(36px, calc((100vw - 1320px) / 2)), 1fr)
      minmax(0, 520px)
      minmax(0, 760px)
      minmax(max(36px, calc((100vw - 1320px) / 2)), 1fr) !important; */
  }
}

@media (min-width: 1350px) and (max-width: 1550px) {

  .container-custom,
  .topbar.container-custom,
  .nav-inner.container-custom {
    width: min(1280px, calc(100% - 70px)) !important;
  }

  .hero-slide {
    grid-template-columns:
      minmax(max(35px, calc((100vw - 1280px) / 2)), 1fr) minmax(0, 500px) minmax(0, 700px) minmax(max(35px, calc((100vw - 1280px) / 2)), 1fr) !important;
  }

  .hero-left {
    max-width: 650px !important;
    width: 650px;
  }

  .hero-left h1 {
    font-size: 45px;
  }

  .hero-right {
    max-width: 640px !important;
  }
}

/* Mobile header compact alignment */
@media (max-width: 980px) {
  .site-header {
    box-shadow: 0 6px 16px rgba(24, 21, 15, 0.08) !important;
  }

  .nav-wrap {
    background: rgba(255, 255, 255, 0.96) !important;
  }

  .nav-inner.container-custom {
    width: calc(100% - 18px) !important;
    min-height: 60px !important;
    padding-block: 4px !important;
    gap: 8px !important;
  }

  .mobile-brand {
    min-width: 0;
    gap: 6px !important;
    align-items: center !important;
  }

  .mobile-brand .brand-mark {
    width: 50px !important;
    height: 50px !important;
  }

  .mobile-brand strong {
    max-width: min(190px, calc(100vw - 92px)) !important;
    overflow: hidden;
    color: #171717 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .menu-toggle {
    width: 50px !important;
    height: 40px !important;
    flex: 0 0 34px;
    border-radius: 8px !important;
    box-shadow: 0 6px 14px rgba(24, 21, 15, 0.09) !important;
    padding: 10px 0px !important;
  }

  .menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    margin: 2px auto !important;
  }

  .mobile-menu-panel {
    gap: 10px !important;
    padding: 12px !important;
  }

  .mobile-sidebar-head {
    padding-bottom: 9px !important;
  }

  .mobile-menu-panel .main-menu {
    gap: 5px !important;
  }

  .mobile-menu-panel .main-menu a {
    min-height: 38px !important;
    padding-inline: 11px !important;
  }

  .mobile-sidebar-info {
    gap: 9px !important;
  }
}

@media (max-width: 420px) {
  .nav-inner.container-custom {
    width: calc(100% - 14px) !important;
    min-height: 55px !important;
  }

  .mobile-brand .brand-mark {
    width: 50px !important;
    height: 50px !important;
  }

  .mobile-brand strong {
    max-width: calc(100vw - 82px) !important;
    font-size: 14px !important;
  }

  .menu-toggle {
    width: 50px !important;
    height: 40px !important;
    flex-basis: 32px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1550px) {
  .hero-left h1 {
    max-width: 400px;
  }

  .hero,
  .hero-track,
  .hero-slide {
    min-height: clamp(433px, 33.333vw, 517px) !important;
    height: clamp(433px, 33.333vw, 517px) !important;
  }

  .hero-bg,
  .hero-slide.active .hero-bg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }
}

/* Turquoise theme override */
:root {
  --gold: #0FAF9E;
  --gold-dark: #0FAF9E;
  --accent-teal: #0FAF9E;
  --accent-teal-rgb: 36, 220, 201;
}

.gold-btn,
.donate-pill,
.footer-btn,
.newsletter-box button,
.daily-prayers .daily-prayers-head h2::before,
.prayer-time-item.active,
.prayer-table-column.active,
.daily-prayer-card.active,
.daily-prayer-card.active:hover,
.daily-prayer-card.active:focus-within,
.header-next-prayer,
.main-menu a.active,
.main-menu a:hover,
.mobile-menu-panel .main-menu a.active,
.mobile-menu-panel .main-menu a:hover,
.dropdown-menu a:hover,
.has-dropdown:hover>a,
.has-dropdown:focus-within>a,
.socials a:hover,
.footer-socials a:hover,
.call:hover i,
.contact-detail-list a:hover i,
.back-to-top,
.slider-btn:hover,
.amount-grid button:hover,
.amount-grid button.selected {
  color: #000 !important;
  background: #0FAF9E !important;
  border-color: #0FAF9E !important;
  box-shadow: 0 12px 24px rgba(36, 220, 201, 0.26) !important;
}

.gold-btn:hover,
.donate-pill:hover,
.outline-btn:hover,
.footer-btn:hover,
.footer-btn-light:hover,
.newsletter-box button:hover,
.site-footer .footer-btn:hover,
.site-footer .footer-btn-light:hover,
.nav-inner>.donate-pill:hover,
.back-to-top:hover {
  color: #000 !important;
  background: #0FAF9E !important;
  border-color: #0FAF9E !important;
}

.gold-btn *,
.gold-btn:hover *,
.donate-pill *,
.donate-pill:hover *,
.footer-btn *,
.footer-btn:hover *,
.newsletter-box button *,
.newsletter-box button:hover *,
.daily-prayers .daily-prayers-head h2::before,
.prayer-time-item.active *,
.prayer-table-column.active *,
.daily-prayer-card.active *,
.daily-prayer-card.active:hover *,
.daily-prayer-card.active:focus-within *,
.header-next-prayer *,
.main-menu a.active *,
.main-menu a:hover *,
.mobile-menu-panel .main-menu a.active *,
.mobile-menu-panel .main-menu a:hover *,
.dropdown-menu a:hover *,
.has-dropdown:hover>a *,
.has-dropdown:focus-within>a *,
.socials a:hover *,
.footer-socials a:hover *,
.call:hover i,
.contact-detail-list a:hover i,
.back-to-top *,
.slider-btn:hover *,
.amount-grid button:hover *,
.amount-grid button.selected * {
  color: #000 !important;
}

.outline-btn:hover,
.footer-btn-light:hover {
  color: #000 !important;
}

.amount-grid button:hover,
.amount-grid button.selected {
  color: #000 !important;
}

.event-item time span,
.footer-links h3::after,
.site-header::before,
.main-menu a.active::after,
.nav-inner .main-menu a.active::after,
.daily-prayers .daily-prayers-head p span,
.header-prayer-widget .prayer-widget-head strong span {
  background: #0FAF9E !important;
}

.daily-prayer-card::before,
.site-header::before,
.footer-contact-card::before {
  background: linear-gradient(90deg, transparent, #0FAF9E, transparent) !important;
}

.daily-prayer-card:hover {
  border-color: rgba(36, 220, 201, 0.42) !important;
}

.header-date-widget,
.prayer-card,
.header-prayer-widget .prayer-widget-head strong,
.daily-prayers .daily-prayers-head p,
.event-item:hover time,
.footer-contact-card,
.contact-detail-list a:hover,
.menu-toggle:hover,
.dropdown-menu a:hover {
  border-color: rgba(36, 220, 201, 0.34) !important;
}

.section-title a,
.services a,
.prayer-card small,
.prayer-card a,
.header-hijri-line,
.footer-bottom a,
.site-footer .footer-bottom a:hover {
  color: #111317 !important;
}

/* Black text/icons on turquoise surfaces */
.donation-box,
.donation-box *,
.gold-btn,
.gold-btn *,
.gold-btn::before,
.gold-btn::after,
.gold-btn:hover,
.gold-btn:hover *,
.donate-pill,
.donate-pill *,
.donate-pill::before,
.donate-pill::after,
.donate-pill:hover,
.donate-pill:hover *,
.outline-btn:hover,
.outline-btn:hover *,
.newsletter-box button,
.newsletter-box button *,
.newsletter-box button:hover,
.newsletter-box button:hover *,
.footer-btn,
.footer-btn *,
.footer-btn::before,
.footer-btn::after,
.footer-btn:hover,
.footer-btn:hover *,
.amount-grid button:hover,
.amount-grid button.selected,
.amount-grid button:hover *,
.amount-grid button.selected *,
.main-menu a.active,
.main-menu a.active *,
.main-menu a:hover,
.main-menu a:hover *,
.mobile-menu-panel .main-menu a.active,
.mobile-menu-panel .main-menu a.active *,
.mobile-menu-panel .main-menu a:hover,
.mobile-menu-panel .main-menu a:hover *,
.event-item time span,
.events .section-title h2::before,
.daily-prayers .daily-prayers-head h2::before,
.prayer-time-item.active,
.prayer-time-item.active *,
.prayer-table-column.active,
.prayer-table-column.active *,
.daily-prayer-card.active,
.daily-prayer-card.active *,
.daily-prayer-card.active:hover,
.daily-prayer-card.active:hover *,
.daily-prayer-card.active:focus-within,
.daily-prayer-card.active:focus-within *,
.header-next-prayer,
.header-next-prayer *,
.header-next-name small,
.header-next-begins small,
.header-next-main em,
.header-next-name b,
.header-next-main strong,
.header-next-begins b,
.call:hover i,
.contact-detail-list a:hover i,
.slider-btn:hover,
.slider-btn:hover *,
.back-to-top,
.back-to-top * {
  color: #000 !important;
}

.socials a:hover *,
.socials a:hover {
  color: black !important;
}

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

.donation-box .outline-btn,
.donation-box .outline-btn *,
.donation-box .outline-btn:hover,
.donation-box .outline-btn:hover * {
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.45) !important;
}

.gold-btn lord-icon,
.donate-pill lord-icon,
.outline-btn lord-icon,
.newsletter-box button lord-icon,
.footer-btn lord-icon,
.quick-panels lord-icon {
  color: #000 !important;
}

/* Facilities Swiper slider */
.facilities-slider {
  overflow: hidden;
  position: relative;
  margin-top: 18px;
  padding-bottom: 10px;
}

.services .facilities-slider .service-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin-top: 0 !important;
  align-items: stretch;
}

.services .facilities-slider .swiper-slide {
  height: auto;
  max-width: none !important;
  display: flex;
  flex-direction: column;
}

.services .facilities-slider .swiper-slide>* {
  width: 100%;
}

.facilities-pagination.swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  transform: none !important;
}

.facilities-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(17, 19, 23, 0.25);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.facilities-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #0FAF9E;
}

.facilities-pagination .swiper-pagination-bullet:hover,
.facilities-pagination .swiper-pagination-bullet:focus-visible {
  transform: translateY(-2px);
  background: #0FAF9E;
  outline: none;
}

.news-events .events {
  align-self: start;
}

@media (min-width: 981px) {
  .news-events .events {
    position: sticky;
    top: 132px;
    overflow: auto;
    scrollbar-width: thin;
  }
}

@media (max-width: 980px) {
  .news-events .events {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

/* Upcoming events ticker */
.events-ticker {
  padding: 14px 0;
  border-top: 1px solid rgba(36, 220, 201, 0.14);
  border-bottom: 1px solid rgba(36, 220, 201, 0.14);
  background: #fff;
}

.events-ticker-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.ticker-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  color: #000;
  background: #0FAF9E;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-window {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: mosqueEventsTicker 34s linear infinite;
}

.ticker-window:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-group {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 14px;
}

.ticker-group span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(36, 220, 201, 0.18);
  border-radius: 8px;
  color: #252525;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ticker-group i {
  color: #0FAF9E;
}

@keyframes mosqueEventsTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .events-ticker-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ticker-label {
    width: 100%;
  }

  .ticker-track {
    animation-duration: 28s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}

/* Real logo image */
.brand-logo {
  width: 200px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.brand:hover .brand-logo {
  transform: scale(1.04);
  filter: drop-shadow(0 8px 16px rgba(36, 220, 201, 0.22));
}

.footer-brand .brand-logo {
  width: 250px;
  height: auto;
}

@media (max-width: 980px) {

  .mobile-brand .brand-logo,
  .sidebar-brand .brand-logo {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 510px) {

  .mobile-brand .brand-logo,
  .sidebar-brand .brand-logo {
    width: 200px !important;
    height: auto !important;
  }
}


.contact-form-alert {
  padding: 13px 15px;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 8px;
  background: rgba(20, 184, 166, 0.09);
  color: #111317;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-form-alert.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
}

.contact-form-alert.is-error {
  border-color: rgba(190, 41, 41, 0.28);
  background: rgba(190, 41, 41, 0.08);
  color: #8f1f1f;
}

.contact-submit:disabled,
.contact-submit.is-loading {
  cursor: wait;
  opacity: 0.86;
  pointer-events: none;
}

.contact-submit-spinner {
  font-size: 15px;
}

.contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* Contact page */
.contact-page {
  overflow: hidden;
  background: #eef3f3;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}


.contact-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #151515;
}

.contact-hero-bg,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-bg {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.contact-hero:hover .contact-hero-bg {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.contact-hero-overlay {
  background: linear-gradient(90deg, rgba(3, 11, 14, 0.9) 0%, rgba(3, 11, 14, 0.72) 38%, rgba(3, 11, 14, 0.24) 72%, rgba(3, 11, 14, 0.08) 100%);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.contact-hero-copy {
  width: min(585px, 100%);
  padding: 62px 0;
  color: #fff;
  animation: fadeUp 0.72s ease both;
}

.contact-hero-copy h1 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.contact-hero-lead {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: clamp(24px, 2.5vw, 35px);
  line-height: 1.12;
  font-weight: 950;
}

.contact-hero-copy p:not(.contact-hero-lead) {
  max-width: 505px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 720;
}

.contact-hero-btn,
.contact-send-btn {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  color: #111317;
  background: #14B8A6;
  box-shadow: 0 12px 24px rgba(36, 220, 201, 0.26);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.contact-hero-btn::before,
.contact-send-btn::before,
.contact-help-grid article a::before,
.contact-services-grid article a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-22deg);
  transition: left 0.55s ease;
}

.contact-hero-btn:hover::before,
.contact-send-btn:hover::before,
.contact-help-grid article a:hover::before,
.contact-services-grid article a:hover::before {
  left: 125%;
}

.contact-hero-btn:hover,
.contact-send-btn:hover {
  color: #000;
  background: #14B8A6;
  border-color: rgba(17, 19, 23, 0.16);
  box-shadow: 0 16px 28px rgba(36, 220, 201, 0.34);
  transform: translateY(-3px);
}

.contact-hero-btn i,
.contact-send-btn i,
.contact-help-grid a i,
.contact-services-grid a i {
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease;
}

.contact-hero-btn:hover i,
.contact-send-btn:hover i,
.contact-help-grid a:hover i,
.contact-services-grid a:hover i {
  transform: translateX(4px);
}

.contact-content-section,
.contact-location-section,
.contact-help-section,
.contact-volunteer-section,
.contact-quick-section,
.contact-services-section {
  padding: 18px 0;
}

.contact-help-section .contact-card-heading::after {
  content: none;
}

.contact-content-section {
  padding-top: 34px;
}

.contact-services-section {
  padding-bottom: 50px;
}

.contact-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.88fr);
  gap: 22px;
  align-items: start;
}

.contact-card,
.contact-quick-grid,
.contact-volunteer-card,
.contact-services-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(24, 21, 15, 0.08);
}

.contact-card::before,
.contact-services-grid article::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-card:hover::before,
.contact-services-grid article:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.contact-card:hover,
.contact-services-grid article:hover,
.contact-quick-grid article:hover {
  border-color: rgba(36, 220, 201, 0.42);
  box-shadow: 0 18px 42px rgba(24, 21, 15, 0.12);
  transform: translateY(-4px);
}

.contact-card,
.contact-services-grid article,
.contact-quick-grid article,
.contact-help-grid article {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-message-card {
  padding: 30px;
}

.contact-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-card-heading h2,
.contact-section-heading h2,
.contact-volunteer-content h2 {
  margin: 0;
  color: #24272c;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
}

.contact-card-icon,
.contact-info-icon,
.contact-help-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(36, 220, 201, 0.24);
  border-radius: 8px;
  color: #111317;
  background: rgba(36, 220, 201, 0.95);
  box-shadow: 0 8px 14px rgba(36, 220, 201, 0.14);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.contact-card:hover .contact-card-icon,
.contact-info-list a:hover .contact-info-icon,
.contact-help-grid article:hover .contact-help-icon,
.contact-services-grid article:hover .contact-help-icon {
  background: #14B8A6;
  border-color: #14B8A6;
  transform: translateY(-3px) scale(1.05);
}

.contact-message-card>p,
.contact-help-card>p,
.contact-location-copy>p {
  margin: 0 0 28px;
  line-height: 1.7;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 22px;
}

.contact-form-grid label,
.contact-message-card label {
  display: grid;
  gap: 9px;
}

.contact-form-grid label span {
  color: #202328;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-form-wide {
  grid-column: 1 / -1;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #202328;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-form-grid textarea {
  min-height: 190px;
  padding-top: 16px;
  resize: vertical;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: rgba(36, 220, 201, 0.9);
  box-shadow: 0 0 0 4px rgba(36, 220, 201, 0.14);
  transform: translateY(-1px);
}

.contact-send-btn {
  margin-top: 28px;
  border: 0;
  cursor: pointer;
}

.contact-side-stack {
  display: grid;
  gap: 22px;
}

.contact-info-card,
.contact-hours-card {
  padding: 28px;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-list a {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 83px;
  padding: 14px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-list a:hover {
  border-color: rgba(36, 220, 201, 0.38);
  box-shadow: 0 12px 24px rgba(24, 21, 15, 0.08);
  transform: translateY(-3px);
}

.contact-info-list small,
.contact-info-list em,
.contact-quick-grid small,
.contact-quick-grid em {
  display: block;
  color: #6a7077;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.contact-info-list strong,
.contact-quick-grid strong {
  display: block;
  color: #202328;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.contact-hours-list {
  display: grid;
  gap: 16px;
}

.contact-hours-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: #202328;
  font-size: 14px;
  font-weight: 750;
}

.contact-hours-list strong {
  flex: 0 0 auto;
  font-weight: 850;
}

.contact-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  color: #263238;
  background: rgba(36, 220, 201, 0.1);
  font-size: 14px;
  line-height: 1.55;
}

.contact-note i {
  color: var(--gold);
  font-size: 18px;
  text-align: center;
}

.contact-location-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.33fr) minmax(0, 1fr);
  gap: 26px;
  padding: 28px;
}

.contact-location-copy {
  align-self: center;
}

.contact-location-points {
  display: grid;
  gap: 18px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.contact-location-points li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  color: #5f666e;
  font-size: 14px;
  line-height: 1.55;
}

.contact-location-points span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111317;
  background: rgba(36, 220, 201, 0.18);
}

.contact-location-points strong {
  display: block;
  color: #202328;
  font-weight: 900;
}

.contact-direction-btn {
  margin-top: 0;
}

.contact-map-preview {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(31deg, transparent 0 46%, rgba(36, 220, 201, 0.32) 46% 48%, transparent 48% 100%),
    linear-gradient(148deg, transparent 0 43%, rgba(246, 196, 118, 0.32) 43% 45%, transparent 45% 100%),
    repeating-linear-gradient(0deg, rgba(17, 19, 23, 0.06) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(90deg, rgba(17, 19, 23, 0.05) 0 1px, transparent 1px 68px),
    #edf4f5;
}

.contact-map-preview::before,
.contact-map-preview::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(36, 220, 201, 0.4);
}

.contact-map-preview::before {
  width: 78%;
  height: 18px;
  left: 10%;
  top: 60%;
  transform: rotate(-22deg);
}

.contact-map-preview::after {
  width: 62%;
  height: 13px;
  right: -6%;
  top: 34%;
  transform: rotate(18deg);
}

.contact-map-label {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 43%;
  min-width: 220px;
  padding: 17px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 19, 23, 0.14);
}

.contact-map-label strong,
.contact-map-label span {
  display: block;
}

.contact-map-label strong {
  color: #202328;
  font-size: 14px;
  font-weight: 950;
}

.contact-map-label span {
  color: #5f666e;
  font-size: 12px;
}

.contact-map-pin {
  position: absolute;
  z-index: 3;
  left: 53%;
  top: 61%;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111317;
  background: #14B8A6;
  box-shadow: 0 0 0 8px rgba(36, 220, 201, 0.18), 0 12px 28px rgba(17, 19, 23, 0.18);
  animation: contactPinPulse 1.8s ease-in-out infinite;
}

.contact-help-card {
  padding: 26px;
}

.contact-help-grid,
.contact-services-grid {
  display: grid;
  gap: 22px;
}

.contact-help-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 24px;
}

.contact-help-grid article,
.contact-services-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 18px 22px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.contact-help-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  color: var(--gold);
  background: rgba(36, 220, 201, 0.08);
  font-size: 28px;
}

.contact-help-grid article h3,
.contact-services-grid article h3 {
  margin: 0 0 10px;
  color: #24272c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.contact-help-grid article p,
.contact-services-grid article p {
  margin: 0 0 17px;
  font-size: 13px;
  line-height: 1.6;
}

.contact-help-grid article a,
.contact-services-grid article a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  margin-top: auto;
  color: #0fbfad;
  font-size: 13px;
  font-weight: 950;
}

.contact-help-grid article:hover,
.contact-services-grid article:hover {
  border-color: rgba(36, 220, 201, 0.42);
  box-shadow: 0 16px 34px rgba(24, 21, 15, 0.1);
  transform: translateY(-5px);
}

.contact-volunteer-card {
  min-height: 205px;
  display: grid;
  align-items: center;
  /* background: #14B8A6; */
  background: white;
}

.contact-volunteer-card img,
.contact-volunteer-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-volunteer-card img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.contact-volunteer-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.contact-volunteer-overlay {
  background: linear-gradient(90deg, rgba(36, 220, 201, 0.97) 0%, rgba(36, 220, 201, 0.86) 46%, rgba(36, 220, 201, 0.3) 72%, rgba(36, 220, 201, 0.04) 100%);
}

.contact-volunteer-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  padding: 34px 42px;
}

.contact-volunteer-content p {
  margin: 9px 0 0;
  color: #122225;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

.contact-volunteer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 21px;
}

.contact-volunteer-actions .contact-send-btn {
  margin-top: 0;
}

.contact-volunteer-actions p {
  margin: 0;
  color: #263238;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.contact-volunteer-actions a:not(.contact-send-btn) {
  color: #007f75;
  font-weight: 950;
}

.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
  background: #fff;
}

.contact-quick-grid article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid rgba(17, 19, 23, 0.08);
}

.contact-quick-grid article:last-child {
  border-right: 0;
}

.contact-quick-grid i {
  color: var(--gold);
  font-size: 30px;
}

.contact-section-heading {
  width: min(760px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.contact-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-services-grid article {
  min-height: 205px;
}

@keyframes contactPinPulse {

  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(36, 220, 201, 0.18), 0 12px 28px rgba(17, 19, 23, 0.18);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(36, 220, 201, 0.06), 0 16px 34px rgba(17, 19, 23, 0.2);
  }
}

@media (max-width: 1180px) {

  .contact-content-grid,
  .contact-location-card {
    grid-template-columns: 1fr;
  }

  .contact-help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-services-grid,
  .contact-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-quick-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {

  .contact-hero,
  .contact-hero-inner {
    min-height: 390px;
  }

  .contact-hero-copy {
    padding: 44px 0;
  }

  .contact-hero-copy p:not(.contact-hero-lead) {
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-message-card,
  .contact-info-card,
  .contact-hours-card,
  .contact-location-card,
  .contact-help-card {
    padding: 22px;
  }

  .contact-services-grid,
  .contact-help-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }


  .contact-form-grid,
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-preview {
    min-height: 300px;
  }

  .contact-map-label {
    left: 22px;
    right: 22px;
    min-width: 0;
  }

  .contact-map-pin {
    left: 50%;
  }

  .contact-volunteer-content {
    padding: 30px 24px;
  }

  .contact-volunteer-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-send-btn,
  .contact-hero-btn {
    width: 100%;
  }

  .contact-quick-grid article,
  .contact-quick-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  }

  .contact-quick-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .contact-hours-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-quick-grid article .contact-info-text {
    width: 250px;
  }

  .contact-info-list a .contact-info-text {
    width: 220px;
  }

  .contact-card-heading,
  .contact-info-list a,
  .contact-quick-grid article {
    /* grid-template-columns: 1fr; */
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .contact-quick-grid article {
    align-items: center;
  }

  .contact-hours-list p {
    display: grid;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .contact-hero-copy,
  .contact-map-pin {
    animation: none;
  }

  .contact-hero-bg,
  .contact-hero-btn,
  .contact-send-btn,
  .contact-card,
  .contact-card::before,
  .contact-info-list a,
  .contact-help-grid article,
  .contact-services-grid article,
  .contact-volunteer-card img,
  .contact-quick-grid article {
    transition: none;
  }
}

/* Contact icon hover color match */
.contact-card:hover .contact-card-icon,
.contact-info-list a:hover .contact-info-icon,
.contact-help-grid article:hover .contact-help-icon,
.contact-services-grid article:hover .contact-help-icon,
.contact-card:hover .contact-card-icon i,
.contact-info-list a:hover .contact-info-icon i,
.contact-help-grid article:hover .contact-help-icon i,
.contact-services-grid article:hover .contact-help-icon i {
  color: #000;
}

/* Contact heading alignment and underline animation */
.contact-card-heading {
  position: relative;
  display: grid;
  /* grid-template-columns: 42px minmax(0, 1fr); */
  align-items: start;
  gap: 12px 14px;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.contact-card-heading::after {
  content: "";
  grid-column: 1 / -1;
  width: 144px;
  height: 24px;
  display: block;
  margin: 0 0 0 56px;
  background:
    radial-gradient(circle at center, transparent 0 17%, var(--gold) 18% 22%, transparent 23%) center / 21px 21px no-repeat,
    linear-gradient(90deg, transparent, rgba(36, 220, 201, 0.95), transparent) center / 100% 1px no-repeat;
  animation: contactHeadingMark 9s linear infinite;
}

.contact-help-card>.contact-card-heading {
  width: min(760px, 100%);
  grid-template-columns: 1fr;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.contact-location-copy>.contact-card-heading {
  width: min(760px, 100%);
  grid-template-columns: 1fr;
  justify-items: start;
  margin-inline: auto;
  text-align: start;
}

.contact-help-card>.contact-card-heading::after,
.contact-location-copy>.contact-card-heading::after {
  margin-left: 0;
}

.contact-help-card>p {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.contact-location-copy>p {
  max-width: 640px;
  margin-inline: auto;
  text-align: start;
}

.contact-location-copy .contact-location-points,
.contact-location-copy .contact-direction-btn {
  margin-inline: auto;
}

.contact-location-copy .contact-direction-btn {
  width: fit-content;
}

@media (max-width: 760px) {
  .contact-card-heading {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-card-heading::after {
    margin-left: 0;
  }

  .contact-location-copy .contact-direction-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .contact-card-heading::after,
  .contact-section-heading .about-heading-mark {
    animation: none;
  }
}

/* Contact heading mark refinement */
.contact-card-heading::after {
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 144px;
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, transparent, rgba(36, 220, 201, 0.95), transparent);
  animation: contactLinePulse 1.9s ease-in-out infinite;
}

.contact-location-copy>.contact-card-heading::after {
  left: 0px;
}

.contact-help-card>.contact-card-heading::before,
.contact-location-copy>.contact-card-heading::before {
  left: calc(50% - 10.5px);
}

@keyframes contactLinePulse {

  0%,
  100% {
    opacity: 0.75;
    width: 118px;
  }

  50% {
    opacity: 1;
    width: 154px;
  }
}

@keyframes contactMarkSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px) {
  .contact-card-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-card-heading::before {
    left: calc(50% - 10.5px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .contact-card-heading::before,
  .contact-card-heading::after {
    animation: none;
  }
}


.about-heading-mark {
  position: relative;
  width: 144px;
  height: 24px;
  display: block;
  margin: 10px auto 0;
}

.about-heading-mark::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 220, 201, 0.95), transparent);
}

.about-heading-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 17%, var(--gold) 18% 22%, transparent 23%),
    conic-gradient(from 0deg, transparent 0 7%, var(--gold) 7% 10%, transparent 10% 17%, var(--gold) 17% 20%, transparent 20% 27%, var(--gold) 27% 30%, transparent 30% 37%, var(--gold) 37% 40%, transparent 40% 47%, var(--gold) 47% 50%, transparent 50% 57%, var(--gold) 57% 60%, transparent 60% 67%, var(--gold) 67% 70%, transparent 70% 77%, var(--gold) 77% 80%, transparent 80% 87%, var(--gold) 87% 90%, transparent 90%);
  transform: translate(-50%, -50%);
}

.about-heading-mark::after {
  animation: aboutMarkSpin 9s linear infinite;
}

@keyframes aboutMarkSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


/* Contact real map embed */
.contact-map-preview.contact-map-embed {
  background: #eefafa;
  isolation: isolate;
}

.contact-map-preview.contact-map-embed::before,
.contact-map-preview.contact-map-embed::after {
  display: none;
}

.contact-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.98) contrast(1.02);
  transform: scale(1.01);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.contact-map-embed:hover iframe {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.contact-map-embed .contact-map-label {
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-map-embed:hover .contact-map-label {
  transform: translateY(-4px);
  border-color: rgba(36, 220, 201, 0.38);
  box-shadow: 0 20px 42px rgba(17, 19, 23, 0.13);
}

@media (max-width: 760px) {
  .contact-map-embed iframe {
    transform: scale(1);
  }

  .contact-map-embed:hover iframe {
    transform: scale(1.02);
  }
}

/* Contact location point text fix */
.contact-location-points li>div {
  min-width: 0;
  width: 100%;
}

.contact-location-points li p {
  width: 100%;
  margin: 4px 0 0;
  color: #5f666e;
  line-height: 1.55;
}

/* About page screenshot layout */
.about-page {
  background: #eef2f1;
}

.about-hero {
  position: relative;
  min-height: 372px;
  overflow: hidden;
  background: #111317;
}

.about-hero-bg,
.about-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-bg {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.04);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.about-hero:hover .about-hero-bg {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.08);
}

.about-hero-overlay {
  background: linear-gradient(90deg, rgba(5, 16, 19, 0.96) 0%, rgba(5, 16, 19, 0.84) 34%, rgba(5, 16, 19, 0.32) 70%, rgba(5, 16, 19, 0.14) 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 372px;
  display: flex;
  align-items: center;
}

.about-hero-copy {
  width: min(560px, 100%);
  padding: 58px 0 76px;
  color: #fff;
  animation: fadeSlideLeft 0.75s ease both;
}

.about-hero-copy h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  font-weight: 950;
}

.about-hero-copy strong {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.2;
  font-weight: 900;
}

.about-hero-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 700;
}

.about-content-shell {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 18px;
  margin-top: -46px;
  padding-bottom: 26px;
}

.about-panel,
.about-value-card,
.about-cta-card,
.about-info-strip {
  border: 1px solid rgba(17, 19, 23, 0.06);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 40px rgba(17, 19, 23, 0.07);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-value-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 24px;
  min-height: 198px;
  padding: 30px 34px;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.25s ease;
}

.about-value-card:hover,
.about-panel:hover,
.about-trustee-grid article:hover,
.about-events-grid article:hover,
.about-info-strip article:hover {
  border-color: rgba(36, 220, 201, 0.36);
  box-shadow: 0 20px 42px rgba(17, 19, 23, 0.11);
  transform: translateY(-5px);
}

.about-card-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(36, 220, 201, 0.28);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(36, 220, 201, 0.08);
  box-shadow: 0 8px 18px rgba(36, 220, 201, 0.12);
  font-size: 25px;
  transition: transform 0.32s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.about-value-card:hover .about-card-icon,
.about-facility-tabs article:hover .about-card-icon,
.about-events-grid article:hover .about-card-icon {
  color: #000;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-4px) scale(1.08);
}

.about-value-card h2,
.about-section-heading h2,
.about-cta-content h2 {
  margin: 0;
  color: #172026;
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.12;
  font-weight: 950;
}

.about-value-card p,
.about-section-heading p,
.about-community-card p,
.about-check-list,
.about-events-grid p,
.about-cta-content p,
.about-info-strip small,
.about-info-strip em {
  color: #596269;
  font-size: 14px;
  line-height: 1.72;
}

.about-value-card p {
  margin: 18px 0 0;
}

.about-panel {
  padding: 28px 30px 32px;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.25s ease;
}

.about-section-heading {
  width: min(780px, 100%);
  margin: 0 auto 22px;
  text-align: center;
}

.about-section-heading h3 {
  margin: 8px 0 0;
  color: #172026;
  font-size: 15px;
  font-weight: 950;
}

.about-section-heading p {
  max-width: 760px;
  margin: 10px auto 0;
  font-weight: 650;
}

.about-facility-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 12px 0 24px;
}

.about-facility-tabs article {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 106px;
  padding: 8px 6px;
  border-radius: 8px;
  transition: transform 0.32s ease, background 0.25s ease, box-shadow 0.32s ease;
}

.about-facility-tabs article:hover {
  background: rgba(36, 220, 201, 0.06);
  box-shadow: inset 0 0 0 1px rgba(36, 220, 201, 0.18);
  transform: translateY(-5px);
}

.about-facility-tabs h3 {
  margin: 0;
  color: #1c252b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

.about-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 650;
}

.about-check-list li {
  position: relative;
  padding-left: 30px;
}

.about-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font: var(--fa-font-solid);
  font-size: 10px;
}

.about-community-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.about-community-card img {
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(17, 19, 23, 0.12);
  transition: transform 0.55s ease, filter 0.35s ease;
}

.about-community-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.about-community-card p {
  margin: 0 0 16px;
  font-weight: 650;
}

.about-trustee-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.about-trustee-grid article {
  display: grid;
  justify-items: center;
  min-height: 176px;
  padding: 20px 14px 18px;
  border: 1px solid rgba(17, 19, 23, 0.06);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f2fbfa 100%);
  text-align: center;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.25s ease;
}

.about-trustee-avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #172026;
  background: linear-gradient(135deg, rgba(36, 220, 201, 0.16), rgba(255, 255, 255, 0.95));
  box-shadow: 0 12px 22px rgba(17, 19, 23, 0.09);
  font-size: 38px;
  transition: transform 0.32s ease, background 0.25s ease;
}

.about-trustee-grid article:hover .about-trustee-avatar {
  background: var(--gold);
  transform: translateY(-5px) scale(1.06);
}

.about-trustee-grid h3 {
  margin: 0 0 4px;
  color: #1c252b;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
}

.about-trustee-grid p {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.about-events-panel {
  background: linear-gradient(180deg, rgba(235, 253, 251, 0.95), rgba(255, 255, 255, 0.96));
}

.about-events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  margin-top: 26px;
}

.about-events-grid article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(17, 19, 23, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.25s ease;
}

.about-events-grid h3 {
  margin: 0 0 3px;
  color: #172026;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.about-events-grid strong {
  display: block;
  color: var(--gold);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 950;
}

.about-events-grid p {
  margin: 3px 0 0;
  font-weight: 650;
}

.about-cta-card {
  position: relative;
  min-height: 210px;
  height: 330px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.about-cta-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.about-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(36, 220, 201, 0.95) 0%, rgba(36, 220, 201, 0.8) 48%, rgba(36, 220, 201, 0.16) 100%); */
  background: linear-gradient(90deg, rgba(36, 220, 201, 0.95) 0%, rgb(36 220 201 / 90%) 48%, rgb(36 220 201 / 0%) 100%);
}

.about-cta-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.about-cta-content {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
  padding: 38px 42px;
}

.about-cta-content h2,
.about-cta-content p {
  color: #111317;
}

.about-cta-content p {
  margin: 10px 0 0;
  font-weight: 750;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.about-cta-actions .gold-btn {
  min-height: 50px;
  border-radius: 8px;
  color: #000;
  background: white;
}

.about-cta-actions .gold-btn.btn-modern {
  background: white!important;
}


.about-cta-actions p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.about-cta-actions a:not(.gold-btn) {
  color: #005d57;
  font-weight: 950;
}

.about-info-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.about-info-strip article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 22px;
  border-right: 1px solid rgba(17, 19, 23, 0.07);
  transition: transform 0.32s ease, background 0.25s ease, box-shadow 0.32s ease;
}

.about-info-strip article:last-child {
  border-right: 0;
}

.about-info-strip i {
  color: var(--gold);
  font-size: 27px;
  transition: transform 0.32s ease;
}

.about-info-strip article:hover i {
  transform: translateY(-3px) scale(1.08);
}

.about-info-strip small,
.about-info-strip strong,
.about-info-strip em {
  display: block;
}

.about-info-strip small,
.about-info-strip em {
  font-style: normal;
  font-size: 12px;
}

.about-info-strip strong {
  color: #172026;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 950;
}

.about-info-strip em {
  margin-top: 3px;
}

@media (max-width: 1180px) {

  .about-facility-tabs,
  .about-trustee-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-info-strip article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 980px) {

  .about-value-grid,
  .about-community-card,
  .about-events-grid {
    grid-template-columns: 1fr;
  }

  .about-content-shell {
    margin-top: -34px;
  }
}

@media (max-width: 680px) {

  .about-hero,
  .about-hero-inner {
    min-height: 430px;
  }

  .about-hero-overlay {
    background: linear-gradient(180deg, rgba(5, 16, 19, 0.95), rgba(5, 16, 19, 0.68));
  }

  .about-value-card,
  .about-events-grid article,
  .about-info-strip article {
    grid-template-columns: 1fr;
  }

  .about-value-card,
  .about-panel,
  .about-cta-content {
    padding: 24px;
  }

  .about-facility-tabs,
  .about-trustee-grid,
  .about-info-strip {
    grid-template-columns: 1fr 1fr;
  }

  .about-community-card img {
    height: 210px;
  }

  .about-cta-actions,
  .about-cta-actions .gold-btn {
    width: 100%;
  }

  .about-info-strip article,
  .about-info-strip article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 23, 0.07);
  }

  .about-info-strip article:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-hero-copy,
  .about-hero-bg,
  .about-value-card,
  .about-panel,
  .about-card-icon,
  .about-community-card img,
  .about-trustee-grid article,
  .about-trustee-avatar,
  .about-events-grid article,
  .about-cta-card img,
  .about-info-strip article,
  .about-info-strip i {
    animation: none;
    transition: none;
  }
}

/* Shared header/footer and home heading refinements */
.nav-inner {
  justify-content: center;
}

.home-title-mark {
  display: inline-grid;
  justify-items: center;
  gap: 0;
}

.home-title-mark .about-heading-mark {
  width: 144px;
  height: 24px;
  margin: 8px 0 0;
}

.home-page .section-title h2,
.home-page .services>.home-title-mark h2 {
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.12;
  font-weight: 950;
}

.home-page .services>.home-title-mark {
  justify-items: center;
}

.home-page .services>.home-title-mark .about-heading-mark {
  margin-inline: auto;
}

.home-page .daily-prayers-head {
  align-items: center !important;
}

.home-page .daily-prayers-head .home-title-mark h2::before {
  display: none;
}

@media (max-width: 760px) {
  .home-title-mark {
    justify-items: center;
    text-align: center;
  }

  .home-title-mark .about-heading-mark {
    margin-inline: auto;
  }

  .home-page .section-title,
  .home-page .daily-prayers-head {
    align-items: center !important;
    text-align: center;
  }
}

/* About page local image refinements */
.about-trustee-avatar {
  overflow: hidden;
}

.about-trustee-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.about-trustee-grid article:hover .about-trustee-avatar img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

/* Home contact banner and location section */
.header-contact-pill {
  min-width: 136px;
  gap: 10px;
}

.header-contact-pill i {
  font-size: 13px;
  transition: transform 0.28s ease;
}

.header-contact-pill:hover i {
  transform: translateX(3px) rotate(-8deg);
}

.home-contact-banner {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 320px;
  margin: 70px 0 0;
  overflow: hidden;
  background: #111317;
}

.home-contact-banner-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.03);
  transition: transform 0.7s ease;
}

.home-contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 19, 23, 0.9) 0%, rgba(17, 19, 23, 0.72) 46%, rgba(20, 184, 166, 0.2) 100%);
}

.home-contact-banner:hover .home-contact-banner-bg {
  transform: scale(1.035);
}

.home-contact-banner-inner {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-block: 54px;
}

.home-contact-banner-copy {
  max-width: 720px;
}

.home-contact-banner .contact-kicker {
  width: fit-content;
  margin-bottom: 14px;
  color: #111317;
  background: #24dcc9;
}

.home-contact-banner h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 950;
}

.home-contact-banner p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.home-contact-banner-btn {
  min-width: 158px;
  min-height: 52px;
  white-space: nowrap;
}

.home-location-section {
  width: 100%;
  margin: 0;
  padding: 68px 0 0;
}

.home-location-head {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  padding-bottom: 26px;
}

.home-location-head h2 {
  margin: 0;
  color: #111317;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  font-weight: 950;
}

.home-location-head p {
  max-width: 620px;
  margin: 0;
  color: #55605f;
  line-height: 1.7;
}

.home-location-map {
  position: relative;
  width: 100%;
  height: clamp(340px, 46vw, 520px);
  overflow: hidden;
  background: #dfe9e7;
}

.home-location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

.home-location-label {
  position: absolute;
  left: max(18px, calc((100% - 1320px) / 2 + 18px));
  bottom: 22px;
  display: grid;
  gap: 4px;
  max-width: min(360px, calc(100% - 36px));
  padding: 16px 18px;
  border: 1px solid rgba(36, 220, 201, 0.25);
  border-radius: 8px;
  color: #fff;
  background: rgba(17, 19, 23, 0.86);
  box-shadow: 0 18px 38px rgba(17, 19, 23, 0.22);
  backdrop-filter: blur(10px);
}

.home-location-label:hover {
  color: #24dcc9;
  transform: translateY(-3px);
}

.home-location-label strong,
.home-location-label span {
  display: block;
}

.home-location-label strong {
  font-size: 15px;
  font-weight: 950;
}

.home-location-label span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.contact-send-btn.contact-submit:disabled,
.contact-send-btn.contact-submit.is-loading {
  cursor: wait;
  opacity: 0.88;
}

.contact-send-btn .contact-submit-spinner {
  transform: none !important;
}

@media (max-width: 760px) {
  .home-contact-banner {
    margin-top: 46px;
    min-height: 360px;
  }

  .home-contact-banner-inner {
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: start;
    min-height: 360px;
    padding-block: 44px;
  }

  .home-contact-banner-btn {
    width: 100%;
  }

  .home-location-section {
    padding-top: 48px;
  }
}

/* Home contact banner container width correction */
.home-contact-banner.container-custom {
  width: min(1320px, calc(100% - 36px));
  margin: 70px auto 0;
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(17, 19, 23, 0.12);
}

.home-contact-banner.container-custom .home-contact-banner-inner {
  width: 100%;
  padding-inline: clamp(22px, 4vw, 58px);
}

@media (min-width: 981px) {
  .home-contact-banner.container-custom {
    width: min(1320px, calc(100% - clamp(48px, 5vw, 96px))) !important;
  }
}

@media (min-width: 1350px) and (max-width: 1550px) {
  .home-contact-banner.container-custom {
    width: min(1280px, calc(100% - 70px)) !important;
  }
}

@media (max-width: 640px) {
  .home-contact-banner.container-custom {
    width: min(100% - 24px, 1320px);
  }
}

/* Home banner match About CTA */
.home-contact-banner.about-cta-card {
  min-height: 210px;
  margin-top: 70px;
  background: rgba(255, 255, 255, 0.94);
}

.home-contact-banner.about-cta-card::before {
  display: none;
}

.home-contact-banner.about-cta-card::after {
  z-index: 1;
}

.home-contact-banner.about-cta-card .home-contact-banner-bg {
  z-index: 0;
}

.home-contact-banner.about-cta-card .home-contact-banner-inner {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 0;
  width: min(660px, 100%);
  padding: 38px 42px;
}

.home-contact-banner.about-cta-card h2 {
  margin: 0;
  color: #111317;
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.12;
  font-weight: 950;
}

.home-contact-banner.about-cta-card p {
  max-width: none;
  margin: 10px 0 0;
  color: #111317;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 750;
}

.home-contact-banner.about-cta-card .about-cta-actions p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.home-contact-banner.about-cta-card .home-contact-banner-btn {
  min-height: 50px;
  min-width: 142px;
}

@media (max-width: 680px) {

  .home-contact-banner.about-cta-card,
  .home-contact-banner.container-custom {
    min-height: 210px;
    margin-top: 46px;
  }

  .home-contact-banner.about-cta-card .home-contact-banner-inner {
    padding: 24px;
  }
}
/* Home heading alignment decoration rules */
.home-page .section-title .home-title-mark {
  justify-items: start;
  text-align: left;
}

.home-page .section-title .home-title-mark .about-heading-mark {
  margin-inline: 0;
}

.home-page .section-title .home-title-mark .about-heading-mark::after {
  display: none;
}

.home-page .services > .home-title-mark,
.home-page .home-location-head .home-title-mark {
  justify-items: center;
  text-align: center;
}

.home-page .services > .home-title-mark .about-heading-mark,
.home-page .home-location-head .home-title-mark .about-heading-mark {
  margin-inline: auto;
}

.home-page .services > .home-title-mark .about-heading-mark::after,
.home-page .home-location-head .home-title-mark .about-heading-mark::after {
  display: block;
}

@media (max-width: 760px) {
  .home-page .section-title .home-title-mark {
    justify-items: center;
    text-align: center;
  }

  .home-page .section-title .home-title-mark .about-heading-mark {
    margin-inline: auto;
  }

  .home-page .section-title .home-title-mark .about-heading-mark::after {
    display: block;
  }
}