/* CURSOR homepage responsive pass - scoped to .local-web-page backup */

.local-web-page,
.local-web-page .page-wrapper,
.local-web-page #smooth-wrapper,
.local-web-page #smooth-content {
  max-width: 100%;
  overflow-x: clip;
}

@media (hover: none), (pointer: coarse) {
  .local-web-page .mouseCursor {
    display: none !important;
  }
}

.local-web-page .standup-hero__stats--cards {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  display: grid;
  gap: 16px;
  left: auto;
  padding: 0;
  right: clamp(24px, 6vw, 86px);
  top: 50%;
  transform: translateY(-42%);
  width: min(432px, calc(100% - 48px));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.local-web-page .standup-hero__stat-card {
  animation: standupStatFloat 6s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px 26px;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.local-web-page .standup-hero__stat-card[data-float="2"] {
  animation-delay: -2s;
}

.local-web-page .standup-hero__stat-card[data-float="3"] {
  animation-delay: -4s;
}

.local-web-page .standup-hero__stat-card strong {
  color: var(--local-hero-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.local-web-page .standup-hero__stat-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 0;
  text-transform: none;
}

.local-web-page .standup-hero__stat-card--wide {
  gap: 10px;
  min-height: 92px;
}

.local-web-page .standup-hero__stat-card .standup-hero__stat-tag {
  color: #f5bd35;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.local-web-page .standup-hero__stat-card b {
  color: var(--local-hero-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.local-web-page .standup-hero__stat + .standup-hero__stat::before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .local-web-page .standup-hero__content {
    width: min(1140px, calc(100% - 72px));
  }

  .local-web-page .standup-hero__headline {
    font-size: clamp(52px, 5.4vw, 76px);
    max-width: 760px;
  }

  .local-web-page .standup-hero__stats--cards {
    right: clamp(24px, 4vw, 56px);
    transform: translateY(-35%);
    width: min(360px, calc(100% - 48px));
  }

  .local-web-page .standup-hero__stat-card {
    min-height: 96px;
    padding: 20px 22px;
  }

  .local-web-page .standup-hero__stat-card strong {
    font-size: clamp(34px, 3.2vw, 42px);
  }

  .local-web-page .standup-hero__stat-card b {
    font-size: 14px;
  }
}

.local-web-page .standup-scroll-cue {
  animation: standupFadeUp 1s ease 1.7s forwards;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  justify-items: center;
  left: 50%;
  letter-spacing: 0.22em;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
}

.local-web-page .standup-scroll-mouse {
  border: 1.5px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  display: grid;
  height: 38px;
  justify-items: center;
  padding-top: 7px;
  width: 24px;
}

.local-web-page .standup-scroll-mouse span {
  animation: standupScrollWheel 1.8s ease-in-out infinite;
  background: var(--local-hero-white);
  border-radius: 999px;
  height: 7px;
  width: 3px;
}

.local-web-page .standup-marquee {
  background: var(--theme-color1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--local-hero-white);
  overflow: hidden;
  padding: 18px 0;
}

.local-web-page .standup-marquee__track {
  align-items: center;
  animation: standupMarquee 34s linear infinite;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-style: italic;
  font-weight: 700;
  gap: 30px;
  line-height: 1;
  white-space: nowrap;
  width: max-content;
}

.local-web-page .standup-marquee .dot {
  color: var(--theme-color2);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.local-web-page .standup-marquee:hover .standup-marquee__track {
  animation-play-state: paused;
}

.local-web-page .feature-section .row {
  align-items: stretch;
}

.local-web-page .feature-section .row > [class*="col-"] {
  display: flex;
}

.local-web-page .feature-section .feature-block-1 {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  width: 100%;
}

.local-web-page .feature-section .feature-block-1 .inner-box,
.local-web-page .feature-section .feature-block-1 .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.local-web-page .feature-block-1 .ecosystem-logo {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
  display: flex;
  height: 104px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 12px;
  width: min(190px, 100%);
}

.local-web-page .feature-block-1 .ecosystem-logo img {
  display: block;
  filter: none;
  height: 100%;
  max-height: 78px;
  max-width: 164px;
  object-fit: contain;
  width: 100%;
}

.local-web-page .feature-block-1 .ecosystem-logo--ley img {
  max-height: 84px;
  max-width: 144px;
}

.local-web-page .feature-block-1 .ecosystem-logo--youth {
  background: #2c50e8;
  border-color: rgba(44, 80, 232, 0.28);
  padding: 8px;
}

.local-web-page .feature-block-1 .ecosystem-logo--youth img {
  max-height: 86px;
  max-width: 166px;
}

.local-web-page .feature-block-1 .ecosystem-logo--text {
  background: #ffffff;
  color: var(--theme-color2);
  letter-spacing: 0.05em;
}

.local-web-page .feature-block-1 .ecosystem-logo--text span {
  color: var(--theme-color2);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.local-web-page .feature-block-1:hover .ecosystem-logo,
.local-web-page .feature-block-1:hover .ecosystem-logo--text {
  background: #ffffff;
}

.local-web-page .feature-block-1:hover .ecosystem-logo--youth {
  background: #2c50e8;
}

.local-web-page .feature-block-1:hover .ecosystem-logo img {
  animation: none;
  filter: none;
}

.local-web-page .feature-block-1:hover .ecosystem-logo--text span {
  color: var(--theme-color2);
}

/* About "Our Story" badge - StandUp emblem (preloader logo) on a white coin inside the green disc */
.local-web-page .about-left-thumb-items .uni-icon--logo img {
  width: 108px;
  height: 108px;
  max-width: 108px;
  object-fit: contain;
  vertical-align: middle;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.18);
}
@media (max-width: 1199.98px) {
  .local-web-page .about-left-thumb-items .uni-icon--logo img {
    width: 66px;
    height: 66px;
    max-width: 66px;
    padding: 9px;
  }
}

.local-web-page .volunteer-banner-section .volunteer-image .fix {
  aspect-ratio: 16 / 5.8;
  overflow: hidden;
}

.local-web-page .volunteer-banner-section .volunteer-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

.local-web-page .esmac-model-section {
  background:
    radial-gradient(circle at 9% 14%, rgba(var(--theme-color1-rgb), 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  position: relative;
}

.local-web-page .esmac-model-visual {
  background: rgba(var(--theme-color1-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.2);
  border-radius: 20px;
  padding: 18px;
  position: relative;
}

.local-web-page .esmac-model-visual img {
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(15, 26, 22, 0.18);
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.local-web-page .esmac-model-card {
  background: #101622;
  border-radius: 14px;
  bottom: 36px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  max-width: min(300px, calc(100% - 48px));
  padding: 22px 24px;
  position: absolute;
  right: -24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Left: Explore button */
.local-web-page .esmac-model-card .esmac-card-btn {
  background: var(--theme-color1);
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: background 0.25s;
}
.local-web-page .esmac-model-card .esmac-card-btn i {
  font-size: 16px;
}
.local-web-page .esmac-model-card .esmac-card-btn:hover {
  background: var(--theme-color3);
  color: #fff;
}

/* Right: ESMAC text */
.local-web-page .esmac-model-card .esmac-card-text {
  flex: 1;
  min-width: 0;
}

.local-web-page .esmac-model-card span {
  color: var(--theme-color1);
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.local-web-page .esmac-model-card p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.local-web-page .esmac-model-content .sec-sub-title {
  margin-bottom: 14px;
}

.local-web-page .esmac-model-content .title {
  color: #101622;
  margin-bottom: 18px;
}

.local-web-page .esmac-model-lede {
  color: #667085;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 640px;
}

.local-web-page .esmac-steps {
  border-top: 1px solid rgba(16, 24, 40, 0.12);
  margin-bottom: 30px;
}

.local-web-page .esmac-steps details {
  border-bottom: 1px solid rgba(16, 24, 40, 0.12);
}

.local-web-page .esmac-steps summary {
  align-items: center;
  color: #101622;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  padding: 16px 0;
}

.local-web-page .esmac-steps summary::-webkit-details-marker {
  display: none;
}

.local-web-page .esmac-steps summary::after {
  color: #667085;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.local-web-page .esmac-steps details[open] summary {
  color: var(--theme-color1);
}

.local-web-page .esmac-steps details[open] summary::after {
  color: var(--theme-color1);
  content: "-";
}

.local-web-page .esmac-steps p {
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin: -2px 0 16px;
  max-width: 610px;
}

@keyframes standupStatFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes standupScrollWheel {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

@keyframes standupMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Laptop: 8 long nav labels overflow before theme mobile breakpoint (1023px) */
@media (max-width: 1399.98px) {
  .local-web-page .header-1 .main-menu,
  .local-web-page .sticky-header .main-menu {
    display: none !important;
  }

  .local-web-page .header-1 .mobile-nav-toggler,
  .local-web-page .sticky-header .mobile-nav-toggler {
    display: block !important;
  }

  .local-web-page .header-1 .ui-btn-outer .search-btn,
  .local-web-page .header-1 .ui-btn-outer .theme-btn {
    display: none !important;
  }

  .local-web-page .header-1 .main-box {
    padding: 12px 20px;
  }

  .local-web-page .header-1 .logo.d-none {
    display: block !important;
  }
}

@media (max-width: 1199.98px) {
  .local-web-page .header-1 .header-top-wrapper .social-icon span {
    display: none;
  }

  .local-web-page .header-1 .header-top-wrapper ul {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .local-web-page .header-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }

  .local-web-page .header-1 > .main-logo,
  .local-web-page .header-1 > .link-btn,
  .local-web-page .header-1 .header-top-wrapper {
    display: none !important;
  }

  .local-web-page .header-1 .header-lower {
    background: #2f635e;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  }

  .local-web-page .header-1 .main-box {
    align-items: center;
    min-height: 72px;
    padding: 8px 0;
    background-color: transparent !important;
    border-radius: 0 !important;
  }

  .local-web-page .header-1 .header-lower .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .local-web-page .header-1 .logo.d-none {
    display: block !important;
  }

  .local-web-page .header-1 .logo img,
  .local-web-page .sticky-header .logo img {
    max-height: 52px;
    width: auto;
  }

  .local-web-page .mobile-nav-toggler {
    align-items: center;
    color: #ffffff;
    display: inline-flex !important;
    height: 48px;
    justify-content: center;
    width: 48px;
  }

  .local-web-page .standup-hero {
    min-height: auto;
    padding-top: 72px;
  }

  .local-web-page .standup-hero__content {
    padding-top: clamp(48px, 8vw, 76px);
    padding-bottom: 56px;
    width: min(1140px, calc(100% - 32px));
  }

  .local-web-page .standup-hero__headline {
    max-width: 100%;
  }

  .local-web-page .standup-hero__line {
    overflow: visible;
  }

  .local-web-page .standup-hero__line > span {
    white-space: normal;
  }

  .local-web-page .standup-hero__stats {
    bottom: auto;
    left: auto;
    margin: 34px auto 0;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(560px, 100%);
  }

  .local-web-page .esmac-model-visual img {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 767.98px) {
  .local-web-page .standup-hero__content {
    padding-top: 44px;
    padding-bottom: 42px;
    text-align: center;
  }

  .local-web-page .standup-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
  }

  .local-web-page .standup-hero__headline {
    font-size: clamp(34px, 11vw, 46px);
    letter-spacing: -0.02em;
    line-height: 1.04;
  }

  .local-web-page .standup-hero__lede {
    font-size: 15px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
  }

  .local-web-page .standup-hero__actions {
    justify-content: center;
  }

  .local-web-page .standup-hero__stats {
    bottom: auto;
    gap: 10px;
    left: auto;
    margin: 26px auto 0;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 32px);
  }

  .local-web-page .standup-hero__stat-card {
    min-height: 88px;
    padding: 18px 20px;
    text-align: left;
  }

  .local-web-page .standup-hero__stat-card strong {
    font-size: 30px;
  }

  .local-web-page .standup-hero__stat-card span {
    font-size: 12px;
  }

  .local-web-page .standup-hero__stat-card--wide {
    min-height: 78px;
  }

  .local-web-page .standup-hero__stat-card b {
    font-size: 14px;
    line-height: 1.35;
  }

  .local-web-page .esmac-model-section .row {
    gap: 28px;
  }

  .local-web-page .esmac-model-visual {
    padding: 12px;
  }

  .local-web-page .esmac-model-visual img {
    aspect-ratio: 4 / 3.7;
  }

  .local-web-page .esmac-model-card {
    bottom: 22px;
    right: 22px;
  }

  .local-web-page .esmac-model-content .title {
    font-size: clamp(32px, 9vw, 44px);
  }
}

@media (max-width: 575.98px) {
  .local-web-page .standup-hero {
    min-height: auto;
  }

  .local-web-page .standup-hero__content {
    padding-bottom: 32px;
  }

  .local-web-page .standup-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .local-web-page .standup-hero__btn {
    justify-content: center;
    width: 100%;
  }

  .local-web-page .standup-hero__stats {
    backdrop-filter: blur(18px);
    bottom: auto;
    gap: 12px;
    left: auto;
    margin: 28px auto 0;
    position: relative;
    transform: none;
  }

  .local-web-page .standup-hero__stat-card {
    border-radius: 16px;
    min-height: 92px;
    padding: 20px;
  }

  .local-web-page .standup-hero__stat-card b {
    font-size: 14px;
  }

  .local-web-page .standup-hero__stat-card .standup-hero__stat-tag {
    font-size: 10px;
  }

  .local-web-page .standup-scroll-cue {
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    position: relative;
    transform: none;
    width: max-content;
  }

  .local-web-page .feature-block-1 .ecosystem-logo {
    height: 92px;
    width: min(178px, 100%);
  }

  .local-web-page .feature-block-1 .ecosystem-logo--text span {
    font-size: 20px;
  }

  .local-web-page .volunteer-banner-section .volunteer-image .fix {
    aspect-ratio: 4 / 3;
  }

  .local-web-page .esmac-model-card {
    bottom: auto;
    margin: -54px auto 0;
    max-width: calc(100% - 32px);
    padding: 22px;
    position: relative;
    right: auto;
  }

  .local-web-page .esmac-steps summary {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-web-page .standup-hero__stat-card,
  .local-web-page .standup-scroll-mouse span,
  .local-web-page .standup-marquee__track {
    animation: none !important;
  }
}

.local-web-page .about-section,
.local-web-page .donation-section,
.local-web-page .volunteer-banner-section,
.local-web-page .footer-section,
.local-web-page .event-section,
.local-web-page .news-section {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .local-web-page .section-padding {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .local-web-page .about-left-thumb-items .col-5,
  .local-web-page .about-left-thumb-items .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .local-web-page .about-right-content .nav {
    flex-wrap: wrap;
    gap: 8px;
  }

  .local-web-page .about-bottom-area {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .local-web-page .volunteer-banner-section .shape-1,
  .local-web-page .volunteer-banner-section .vec-shape,
  .local-web-page .volunteer-banner-section .frame-shape {
    max-width: 42vw;
    opacity: 0.35;
  }

  .local-web-page .volunteer-banner-section .volunteer-btn {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: fit-content;
  }

  .local-web-page .service-block-items-2 .content .icon-area,
  .local-web-page .service-block-items-2 .stats-row {
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 575.98px) {
  .local-web-page .counter-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-web-page .counter-wrapper .line {
    display: none;
  }

  .local-web-page .counter-wrapper .counter-items {
    text-align: center;
  }

  .local-web-page .array-button {
    justify-content: center;
    margin-top: 20px;
    position: relative;
  }

  .local-web-page .testi-text .testi-title {
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
  }

  .local-web-page .donation-form-box-items form .amount-selection {
    flex-wrap: wrap;
    gap: 8px;
  }

  .local-web-page .footer-widget-wrapper .row {
    row-gap: 28px;
  }

  .local-web-page .footer-info-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .local-web-page .footer-info-wrapper .social-icon {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .local-web-page .let-connect-wrapper .title {
    font-size: clamp(30px, 7vw, 44px);
  }

  .local-web-page .footer-bottom-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .local-web-page .footer-bottom-wrapper .social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }

  .local-web-page .donation-content-items,
  .local-web-page .donation-form-box-items {
    margin-top: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .local-web-page .header-1 .main-box {
    margin-inline: 12px;
  }

  .local-web-page .header-1 .main-logo,
  .local-web-page .header-1 .link-btn {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .local-web-page .header-1 .main-menu .navigation > li {
    margin-right: 8px !important;
  }

  .local-web-page .header-1 .main-menu .navigation > li > a {
    font-size: 12px !important;
    max-width: 118px !important;
  }
}

.local-web-page .sticky-header {
  padding-top: env(safe-area-inset-top, 0px);
}

.local-web-page .mobile-menu .menu-box {
  max-width: min(320px, 100vw);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.local-web-page img,
.local-web-page video {
  height: auto;
  max-width: 100%;
}

.local-web-page .standup-hero {
  max-width: 100vw;
  overflow: hidden;
}

.local-web-page .standup-hero__video {
  height: 100% !important;
  left: 0;
  max-width: none;
  object-fit: cover;
  right: 0;
  width: 100% !important;
}

.standup-hero {
  background: #050a0f;
  color: #ffffff;
  isolation: isolate;
  min-height: 100svh;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.standup-hero__video {
  animation: standupHeroDrift 26s ease-in-out infinite alternate;
  display: block;
  filter: saturate(1.18) contrast(1.05) brightness(0.88);
  height: 100% !important;
  inset: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  transform: scale(1.06);
  width: 100% !important;
  will-change: transform;
  z-index: -5;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* === Community blog cards - rounded to match theme (30px) === */
.local-web-page .news-box-items {
  border-radius: 30px;
  overflow: hidden;
}
.local-web-page .news-box-items .news-thumb,
.local-web-page .news-box-items .news-thumb img {
  border-radius: 0;
}

/* === Text readability fixes on dark/purple backgrounds === */

/* Volunteer banner: 350+ counter and label - force white at all widths */
.local-web-page .volunteer-banner-section .counter-items .count-box {
  color: #fff;
}
.local-web-page .volunteer-banner-section .counter-items p {
  color: rgba(255, 255, 255, 0.85);
}

/* Footer "& Build Peace Together" span - too close to dark bg */
.local-web-page .let-connect-wrapper .title span {
  color: rgba(255, 255, 255, 0.6);
}

/* Footer bottom copyright + social links on purple bg */
.local-web-page .footer-bottom .footer-bottom-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}
.local-web-page .footer-bottom .footer-bottom-wrapper .social-icon a {
  color: rgba(255, 255, 255, 0.8);
}
/* Designed & developed credit backlink */
.local-web-page .footer-bottom .footer-bottom-wrapper p .credit-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
.local-web-page .footer-bottom .footer-bottom-wrapper p .credit-link:hover {
  color: var(--theme-color1);
}

/* Email links - logo green everywhere */
.local-web-page a[href^="mailto"],
.local-web-page .footer-widget-wrapper .footer-contact-info .contact-info .email a,
.local-web-page .footer-widget-wrapper .footer-contact-info .contact-info a[href^="mailto"],
.local-web-page .contact-info-box a[href^="mailto"],
.local-web-page .header-top-wrapper a[href^="mailto"] {
  color: var(--theme-color1) !important;
}
.local-web-page a[href^="mailto"]:hover {
  color: var(--theme-color3) !important;
}

/* Donation active amount button - white text on purple bg */
.local-web-page .donation-form-box-items form .amount-selection .amount-item.active {
  color: #fff;
}

/* === Testimonial initials avatar === */
.local-web-page .client-img .client-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  font-family: var(--heading-font-family);
  flex-shrink: 0;
}

/* === Counter Icons - recolor orange PNGs to brand purple #3C4196 === */
.local-web-page .counter-wrapper .counter-items .icon img {
  filter: brightness(0) invert(1) sepia(1) hue-rotate(207deg) saturate(1.1) brightness(0.75);
}

/* === Program Card Dual Buttons === */

/* Stack the two buttons vertically */
.local-web-page .donation-single-block1 .content .card-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

/* Both buttons: hidden by default (overrides style.css which hides .theme-btn inside .content) */
.local-web-page .donation-single-block1 .content .card-btn-group .btn-donate,
.local-web-page .donation-single-block1 .content .card-btn-group .btn-explore {
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  margin-top: 0;
}

/* Outline style for the Explore button */
.local-web-page .donation-single-block1 .content .card-btn-group .btn-explore {
  background: transparent;
  border: 2px solid var(--theme-color1);
  color: var(--theme-color1);
  line-height: 54px;
}
.local-web-page .donation-single-block1 .content .card-btn-group .btn-explore::before {
  display: none;
}
.local-web-page .donation-single-block1 .content .card-btn-group .btn-explore:hover {
  background: var(--theme-color1);
  color: #fff;
}

/* Show both buttons on card hover */
.local-web-page .donation-single-block1:hover .content .card-btn-group .btn-donate,
.local-web-page .donation-single-block1:hover .content .card-btn-group .btn-explore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Remove fundraiser-card bottom margin on hover (matches existing .active rule) */
.local-web-page .donation-single-block1:hover .content .fundraiser-card {
  margin-bottom: 0;
}

/* Keep both visible on the .active card */
.local-web-page .donation-single-block1.active .content .card-btn-group .btn-donate,
.local-web-page .donation-single-block1.active .content .card-btn-group .btn-explore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* === Header nav - fix Bootstrap .nav overriding font & spacing === */
.local-web-page .nav.main-menu .navigation > li {
  margin-right: 35px !important;
  padding: 25px 0 !important;
}
.local-web-page .nav.main-menu .navigation > li:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1699.98px) {
  .local-web-page .nav.main-menu .navigation > li {
    margin-right: 20px !important;
  }
}
.local-web-page .nav.main-menu .navigation > li > a {
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font-family) !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.local-web-page .nav.main-menu .navigation > li > a:hover {
  text-decoration: none !important;
}
@media (max-width: 1899.98px) {
  .local-web-page .nav.main-menu .navigation > li > a {
    font-size: 15px !important;
  }
}

/* === "Become a Volunteer" top-bar button - outline green === */
.local-web-page .header-1 .link-btn {
  color: var(--theme-color1);
  border: 2px solid var(--theme-color1);
  border-radius: 40px;
  padding: 8px 22px;
  line-height: 1.4;
  text-decoration: none !important;
  transition: background 0.3s ease, color 0.3s ease;
}
.local-web-page .header-1 .link-btn:hover {
  background: var(--theme-color1);
  color: #fff;
}

/* === Footer menu list - hover to logo green instead of purple === */
.local-web-page .footer-widget-wrapper .footer-menu-list li a:hover {
  color: var(--theme-color1) !important;
}
.local-web-page .footer-widget-wrapper .footer-menu-list li a:hover .icon svg path {
  stroke: var(--theme-color1);
}

/* === Preloader logo centered inside spinner ring === */
.local-web-page #preloader .preloader-spinner-wrap {
  position: relative;
  width: 9em;
  height: 9em;
  margin: 0 auto 3.5em;
}
/* Neutralize the spinner's own margin since wrapper handles it */
.local-web-page #preloader .animation-preloader .spinner {
  margin: 0;
}
.local-web-page #preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  pointer-events: none;
}

/* === Fixed Brick Texture - white/light bg sections === */
.local-web-page .feature-section,
.local-web-page .donation-section:not(.section-bg),
.local-web-page .esmac-model-section,
.local-web-page .counter-section,
.local-web-page .testimonial-section,
.local-web-page .event-section,
.local-web-page .faq-section,
.local-web-page .gallery-section {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.87) 100%),
    url('../assets/bg-brick-texture.webp');
  background-attachment: local, fixed;
  background-size: auto, cover;
  background-position: center, center;
}

.local-web-page .about-section,
.local-web-page .donation-section.section-bg,
.local-web-page .news-section {
  background-image:
    linear-gradient(rgba(225, 230, 242, 0.87) 0%, rgba(225, 230, 242, 0.87) 100%),
    url('../assets/bg-brick-texture.webp');
  background-attachment: local, fixed;
  background-size: auto, cover;
  background-position: center, center;
}

/* === Facebook Live Feed Section - frosted glass panel + phone mockup === */
.local-web-page .facebook-feed-section .fb-glass {
  position: relative;
  border-radius: 34px;
  padding: 54px 56px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(221, 244, 233, 0.5) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 30px 80px rgba(15, 53, 45, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
/* soft brand-color glows bleeding inside the glass */
.local-web-page .facebook-feed-section .fb-glass::before,
.local-web-page .facebook-feed-section .fb-glass::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.local-web-page .facebook-feed-section .fb-glass::before {
  top: -120px;
  left: -90px;
  background: radial-gradient(circle, rgba(0, 170, 90, 0.55), transparent 70%);
}
.local-web-page .facebook-feed-section .fb-glass::after {
  bottom: -140px;
  right: -90px;
  background: radial-gradient(circle, rgba(60, 65, 150, 0.5), transparent 70%);
}
.local-web-page .facebook-feed-section .fb-glass > .row {
  position: relative;
  z-index: 1;
}

.local-web-page .facebook-feed-section .fb-feed-title {
  font-family: var(--heading-font-family);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--theme-color1);
  margin: 0 0 16px;
}
.local-web-page .facebook-feed-section .fb-feed-intro p {
  font-size: 17px;
  color: #2f3b37;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .local-web-page .facebook-feed-section .fb-feed-title { font-size: 28px; }
}
.local-web-page .facebook-feed-section .fb-feed-points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.local-web-page .facebook-feed-section .fb-feed-points li {
  position: relative;
  padding: 0 0 14px 32px;
  color: #34403b;
  font-weight: 600;
  font-size: 15.5px;
}
.local-web-page .facebook-feed-section .fb-feed-points li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--theme-color1);
  font-size: 18px;
}

/* --- Phone device mockup --- */
.local-web-page .facebook-feed-section .fb-phone-wrap {
  position: relative;
  width: 348px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.local-web-page .facebook-feed-section .fb-phone {
  --fb-scale: 1;
  position: relative;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  background: linear-gradient(160deg, #103a31 0%, #06231d 55%, #0b2c24 100%);
  box-shadow:
    0 45px 70px -25px rgba(6, 35, 29, 0.6),
    0 18px 40px rgba(60, 65, 150, 0.22),
    inset 0 0 0 2px rgba(255, 255, 255, 0.05),
    inset 0 2px 4px rgba(255, 255, 255, 0.14);
}
@keyframes fbChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.local-web-page .facebook-feed-section .fb-phone-island {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 22px;
  background: #03100c;
  border-radius: 14px;
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.local-web-page .facebook-feed-section .fb-phone-screen {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
}
.local-web-page .facebook-feed-section .fb-phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 26px 0 22px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #0f352d;
}
.local-web-page .facebook-feed-section .fb-sb-icons i {
  margin-left: 7px;
  font-size: 12px;
  color: #0f352d;
}
.local-web-page .facebook-feed-section .fb-phone-feed {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fff;
}
.local-web-page .facebook-feed-section .fb-phone-feed iframe {
  display: block;
  width: 270px;
  height: 760px;
  margin: 0 auto;
  border: none;
  background: #fff;
  transform: scale(var(--fb-scale, 1));
  transform-origin: top center;
}

/* --- floating glass UI chips --- */
.local-web-page .facebook-feed-section .fb-phone-chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(15, 53, 45, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: fbChipFloat 4s ease-in-out infinite;
  will-change: transform;
}
.local-web-page .facebook-feed-section .fb-chip-live {
  top: 30px;
  right: -8px;
  color: var(--theme-color3);
  animation-delay: -2s;
}
.local-web-page .facebook-feed-section .fb-chip-follow {
  bottom: 34px;
  left: -12px;
  color: var(--theme-color2);
}
.local-web-page .facebook-feed-section .fb-chip-follow i {
  color: var(--theme-color2);
}
.local-web-page .facebook-feed-section .fb-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--theme-color1);
  box-shadow: 0 0 0 0 rgba(0, 170, 90, 0.6);
  animation: fbLivePulse 1.8s infinite;
}
@keyframes fbLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 170, 90, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(0, 170, 90, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 170, 90, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .local-web-page .facebook-feed-section .fb-phone-chip { animation: none; }
  .local-web-page .facebook-feed-section .fb-live-dot { animation: none; }
}

@media (max-width: 1199.98px) {
  .local-web-page .facebook-feed-section .fb-glass { padding: 44px 40px; }
}
@media (max-width: 991.98px) {
  .local-web-page .facebook-feed-section .fb-glass { padding: 40px 28px; }
  .local-web-page .facebook-feed-section .fb-feed-row { text-align: center; }
  .local-web-page .facebook-feed-section .fb-feed-intro { margin-bottom: 30px; }
  .local-web-page .facebook-feed-section .fb-feed-points { display: inline-block; text-align: left; }
}
@media (max-width: 575.98px) {
  /* maximize the phone screen width: ~10px side padding max around the device */
  .local-web-page .facebook-feed-section .container { padding-left: 4px; padding-right: 4px; }
  .local-web-page .facebook-feed-section .fb-glass { padding: 18px 6px; border-radius: 22px; }
  .local-web-page .facebook-feed-section .fb-feed-row { --bs-gutter-x: 0px; }
  .local-web-page .facebook-feed-section .fb-feed-intro { padding: 0 10px; }
  .local-web-page .facebook-feed-section .fb-phone-wrap { width: 100%; max-width: 460px; }
  .local-web-page .facebook-feed-section .fb-phone { padding: 8px; border-radius: 40px; }
  .local-web-page .facebook-feed-section .fb-phone-screen { border-radius: 32px; }
  .local-web-page .facebook-feed-section .fb-phone-island { width: 84px; height: 20px; top: 20px; }
  .local-web-page .facebook-feed-section .fb-phone-chip { display: none; }
}

/* Ensure mobile menu toggler on white sticky header is dark and visible */
.local-web-page .sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}
