/* LOCAL-WEB assembly overrides.
   Keep source-theme edits in css/style.css minimal; put composition-only rules here. */

.local-web-page .homepage-assembly-start {
  min-height: 160vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--theme-color1-rgb), 0.22), transparent 34%),
    linear-gradient(135deg, rgba(9, 23, 35, 0.92), rgba(17, 30, 67, 0.9) 48%, rgba(0, 122, 67, 0.86)),
    url("../images/banner/hero-bg-1-1.webp") center / cover no-repeat;
  position: relative;
}

.local-web-page .homepage-assembly-start::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.42));
  content: "";
  inset: 0;
  position: absolute;
}

.local-web-page .header-1::before {
  background: #07071e8c;
}

.local-web-page .header-1 .ui-btn-outer .theme-btn {
  box-shadow:
    0 14px 34px rgba(var(--theme-color2-rgb), 0.48),
    0 0 0 8px rgba(var(--theme-color2-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.local-web-page .header-1 .ui-btn-outer .theme-btn:hover {
  box-shadow:
    0 18px 42px rgba(var(--theme-color2-rgb), 0.6),
    0 0 0 10px rgba(var(--theme-color2-rgb), 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.local-web-page .main-header .logo a,
.local-web-page .mobile-menu .nav-logo a,
.local-web-page .sticky-header .logo a {
  align-items: center;
  display: flex;
  max-height: 64px;
  overflow: hidden;
}

.local-web-page .main-header .logo img,
.local-web-page .header-1 .main-logo img,
.local-web-page .mobile-menu .nav-logo img,
.local-web-page .sticky-header .logo img {
  display: block;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  width: 132px;
}

.local-web-page .header-1 .main-menu .navigation > li {
  margin-right: 12px;
}

.local-web-page .header-1 .main-menu .navigation > li > a {
  font-size: 13px;
  line-height: 1.15;
  max-width: 132px;
  text-align: center;
  white-space: normal;
}

@media only screen and (max-width: 1399px) {
  .local-web-page .header-1 .main-menu .navigation > li {
    margin-right: 8px;
  }

  .local-web-page .header-1 .main-menu .navigation > li > a {
    font-size: 12px;
    max-width: 116px;
  }

  .local-web-page .header-1 .main-box {
    padding-left: 24px;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .local-web-page .main-header .logo img,
  .local-web-page .mobile-menu .nav-logo img {
    max-height: 56px;
    width: 116px;
  }
}

.local-web-page {
  --local-hero-green: #00AA5A;
  --local-hero-green-dark: #007A43;
  --local-hero-blue: #3C4196;
  --local-hero-ink: #050a0f;
  --local-hero-white: #ffffff;
}

.local-web-page .standup-hero {
  background: var(--local-hero-ink);
  color: var(--local-hero-white);
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.local-web-page .standup-hero__video {
  animation: standupHeroDrift 26s ease-in-out infinite alternate;
  filter: saturate(1.18) contrast(1.05) brightness(0.88);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.06);
  width: 100%;
  will-change: transform;
  z-index: -5;
}

.local-web-page .standup-hero__tint {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(var(--theme-color1-rgb), 0.18) 0%, rgba(var(--theme-color1-rgb), 0.36) 55%, rgba(3, 40, 32, 0.68) 100%),
    linear-gradient(180deg, rgba(7, 30, 22, 0.45) 0%, rgba(var(--theme-color1-rgb), 0.22) 42%, rgba(var(--theme-color2-rgb), 0.38) 100%);
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: -4;
}

.local-web-page .standup-hero__vignette {
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.58) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -3;
}

.local-web-page .standup-hero__grain {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/></svg>");
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.local-web-page .standup-hero__bottom-gradient {
  background: linear-gradient(0deg, rgba(0, 65, 34, 0.25) 0%, rgba(7, 8, 53, 0.68) 60%);
  top: 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

.local-web-page .standup-hero__content {
  margin: 0 auto;
  padding: 240px 0 260px;
  position: relative;
  width: min(1140px, calc(100% - 48px));
}

.local-web-page .standup-hero__eyebrow {
  align-items: center;
  animation: standupFadeUp 1s ease 0.2s forwards;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
  opacity: 0;
  padding: 8px 16px 8px 14px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.local-web-page .standup-hero__eyebrow span {
  animation: standupPulse 2.2s ease-in-out infinite;
  background: var(--local-hero-green);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--local-hero-green);
  height: 8px;
  width: 8px;
}

.local-web-page .standup-hero__headline {
  color: var(--local-hero-white);
  font-size: clamp(48px, 8.4vw, 116px);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 0.96;
  margin: 0 0 28px;
  max-width: 1100px;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.local-web-page .standup-hero__line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.05em;
}

.local-web-page .standup-hero__line > span {
  animation: standupLineUp 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  display: inline-block;
  transform: translateY(110%);
}

.local-web-page .standup-hero__line:nth-child(1) > span { animation-delay: 0.4s; }
.local-web-page .standup-hero__line:nth-child(2) > span { animation-delay: 0.55s; }
.local-web-page .standup-hero__line:nth-child(3) > span { animation-delay: 0.7s; }

.local-web-page .standup-hero__headline em {
  background: linear-gradient(135deg, #a7f3d0 0%, var(--local-hero-green) 48%, #d9dcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 16px rgba(var(--theme-color1-rgb), 0.4));
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  padding: 0 4px;
}

.local-web-page .standup-hero__lede {
  animation: standupFadeUp 1s ease 1s forwards;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 40px;
  max-width: 640px;
  opacity: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.local-web-page .standup-hero__actions {
  animation: standupFadeUp 1s ease 1.2s forwards;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  opacity: 0;
}

.local-web-page .standup-hero__btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  height: 56px;
  letter-spacing: 0.01em;
  padding: 0 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.local-web-page .standup-hero__btn:hover {
  transform: translateY(-2px);
}

.local-web-page .standup-hero__btn-primary {
  background: linear-gradient(135deg, var(--local-hero-blue), #2e3278);
  box-shadow: 0 14px 32px rgba(var(--theme-color1-rgb), 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: var(--local-hero-white);
  overflow: hidden;
  position: relative;
}

.local-web-page .standup-hero__btn-primary::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.local-web-page .standup-hero__btn-primary svg {
  height: 18px;
  transition: transform 0.2s ease;
  width: 18px;
}

.local-web-page .standup-hero__btn-primary:hover svg {
  transform: translateX(4px);
}

.local-web-page .standup-hero__btn-glass {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--local-hero-white);
  padding-left: 10px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.local-web-page .standup-hero__btn-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}

.local-web-page .standup-hero__play {
  background: var(--local-hero-white);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: var(--local-hero-ink);
  display: grid;
  flex-shrink: 0;
  height: 38px;
  place-items: center;
  width: 38px;
}

.local-web-page .standup-hero__play svg {
  height: 12px;
  margin-left: 2px;
  width: 12px;
}

.local-web-page .standup-hero__stats {
  animation: standupFadeUp 1.2s ease 1.6s forwards;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  bottom: 86px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  display: flex;
  left: 50%;
  opacity: 0;
  padding: 22px 0;
  position: absolute;
  transform: translateX(-50%);
  width: min(720px, calc(100% - 48px));
  z-index: 3;
  -webkit-backdrop-filter: blur(26px) saturate(180%);
  backdrop-filter: blur(26px) saturate(180%);
}

.local-web-page .standup-hero__stat {
  flex: 1;
  padding: 0 18px;
  position: relative;
  text-align: center;
}

.local-web-page .standup-hero__stat + .standup-hero__stat::before {
  background: rgba(255, 255, 255, 0.15);
  bottom: 6px;
  content: "";
  left: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}

.local-web-page .standup-hero__stat strong {
  color: var(--local-hero-white);
  display: block;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.local-web-page .standup-hero__stat span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 6px;
  text-transform: uppercase;
}

.local-web-page .standup-hero__video-control {
  animation: standupFadeUp 1s ease 1.4s forwards;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--local-hero-white);
  display: grid;
  height: 56px;
  opacity: 0;
  place-items: center;
  position: absolute;
  right: max(28px, calc((100% - 1320px) / 2));
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  width: 56px;
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.local-web-page .standup-hero__video-control:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.05);
}

.local-web-page .standup-hero__video-control svg {
  height: 16px;
  width: 16px;
}

.local-web-page .standup-hero__play-icon,
.local-web-page .standup-hero__video-control.is-paused .standup-hero__pause {
  display: none;
}

.local-web-page .standup-hero__video-control.is-paused .standup-hero__play-icon {
  display: block;
}

.local-web-page .standup-hero__scroll {
  align-items: center;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  left: 50%;
  letter-spacing: 0.22em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: color 0.2s ease;
  z-index: 3;
}

.local-web-page .standup-hero__scroll:hover {
  color: var(--local-hero-white);
}

.local-web-page .standup-hero__scroll i {
  background: rgba(255, 255, 255, 0.22);
  height: 36px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.local-web-page .standup-hero__scroll b {
  animation: standupScrollDot 1.8s ease-in-out infinite;
  background: var(--local-hero-white);
  height: 8px;
  left: -1px;
  position: absolute;
  top: -10px;
  width: 3px;
}

.local-web-page .homepage-next-slot {
  background: #f3fbf7;
  min-height: 60vh;
}

.local-web-page .feature-block-1 .icon {
  background: rgba(var(--theme-color1-rgb), 0.12);
}

.local-web-page .feature-block-1 .icon.bg-2 {
  background: rgba(var(--theme-color2-rgb), 0.12);
}

.local-web-page .feature-block-1 .icon.bg-3 {
  background: rgba(var(--theme-color3-rgb), 0.12);
}

.local-web-page .feature-block-1 .icon.bg-4 {
  background: linear-gradient(135deg, rgba(var(--theme-color1-rgb), 0.14), rgba(var(--theme-color2-rgb), 0.12));
}

.local-web-page .feature-block-1:hover .icon,
.local-web-page .donation-single-block1.active .content .theme-btn,
.local-web-page .donation-single-block1 .content .theme-btn:hover,
.local-web-page .news-box-items .news-content .link-btn:hover {
  background-color: var(--theme-color1);
}

.local-web-page #blog .news-box-items .news-content .link-btn:hover {
  background-color: transparent;
}

.local-web-page .feature-block-1:hover .icon.bg-2,
.local-web-page .event-section .theme-btn,
.local-web-page .donation-form-box-items form .amount-selection .amount-item.active {
  background-color: var(--theme-color2);
}

.local-web-page .feature-block-1:hover .icon.bg-3,
.local-web-page .donation-single-block1 .content .post-box:hover {
  background-color: var(--theme-color3);
}

.local-web-page .feature-block-1:hover .icon img {
  filter: brightness(0) invert(1);
}

.local-web-page .section-bg,
.local-web-page .news-section.section-bg {
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--theme-color1-rgb), 0.07), transparent 30%),
    #f3fbf7;
}

.local-web-page .footer-section .theme-btn,
.local-web-page .volunteer-banner-section .theme-btn,
.local-web-page .donation-content-items .theme-btn {
  background-color: var(--theme-color1);
}

.local-web-page .footer-section .theme-btn:hover,
.local-web-page .volunteer-banner-section .theme-btn:hover,
.local-web-page .donation-content-items .theme-btn:hover {
  color: #ffffff;
}

@keyframes standupHeroDrift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.15) translate3d(-14px, -8px, 0); }
}

@keyframes standupPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--theme-color1-rgb), 0.7), 0 0 12px var(--local-hero-green); }
  50% { box-shadow: 0 0 0 10px rgba(var(--theme-color1-rgb), 0), 0 0 18px var(--local-hero-green); }
}

@keyframes standupFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes standupLineUp {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}

@keyframes standupScrollDot {
  0% { opacity: 0; top: -10px; }
  30%, 70% { opacity: 1; }
  100% { opacity: 0; top: 36px; }
}

@media only screen and (max-width: 1024px) {
  .local-web-page .standup-hero__video-control {
    display: none;
  }

  .local-web-page .standup-hero__content {
    padding: 240px 0 340px;
  }
}

@media only screen and (max-width: 720px) {
  .local-web-page .standup-hero__content {
    padding: 200px 0 320px;
    text-align: center;
  }

  .local-web-page .standup-hero__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .local-web-page .standup-hero__headline {
    font-size: clamp(36px, 11vw, 56px);
  }

  .local-web-page .standup-hero__lede {
    margin-left: auto;
    margin-right: auto;
  }

  .local-web-page .standup-hero__actions {
    justify-content: center;
  }

  .local-web-page .standup-hero__stats {
    bottom: 96px;
    padding: 16px 0;
  }

  .local-web-page .standup-hero__stat {
    padding: 0 8px;
  }

  .local-web-page .standup-hero__stat strong {
    font-size: 22px;
  }

  .local-web-page .standup-hero__stat span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-web-page .standup-hero__video,
  .local-web-page .standup-hero__eyebrow span,
  .local-web-page .standup-hero__scroll b {
    animation: none !important;
  }

  .local-web-page .standup-hero__line > span,
  .local-web-page .standup-hero__lede,
  .local-web-page .standup-hero__actions,
  .local-web-page .standup-hero__stats,
  .local-web-page .standup-hero__video-control,
  .local-web-page .standup-hero__eyebrow {
    animation: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* ==========================================
   Programmatic Stripe Donation Form Styles
   ========================================== */
/* OmniFlow donation embeds share one fixed initial canvas; the provider script
   can resize the iframe after load while the wrapper prevents clipping. */
.local-web-page .omniflow-donation-embed {
  width: 100%;
  height: auto;          /* grow with the form; the provider script can resize taller after load */
  min-height: 742px;     /* loading floor before the form renders */
  overflow: visible;
}

.local-web-page .omniflow-donation-embed iframe {
  display: block;
  width: 100%;
  height: 742px;         /* desktop fallback; provider script overrides via inline height when it resizes */
  border: none;
}

@media (max-width: 767.98px) {
  /* Single-column mobile form is much taller (~893px); give a generous floor
     so the donate/pay button is never clipped, even if auto-resize is delayed. */
  .local-web-page .omniflow-donation-embed iframe {
    height: 980px;
  }
}

.local-web-page .donation-form-box-items select.select-input,
.local-web-page .donation-form-box-items .nice-select {
  width: 100%;
  background-color: var(--bg-color);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
  color: rgba(12, 47, 37, 0.6);
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.local-web-page .donation-form-box-items select.select-input {
  padding: 18px 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c2f25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}

/* jQuery Nice Select Overrides to match theme input fields */
.local-web-page .donation-form-box-items .nice-select {
  height: 58px;
  line-height: 58px;
  padding-left: 30px;
  padding-right: 30px;
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.local-web-page .donation-form-box-items .nice-select .current {
  color: rgba(12, 47, 37, 0.6);
  font-weight: 500;
}

.local-web-page .donation-form-box-items .nice-select::after {
  border-bottom: 2px solid rgba(12, 47, 37, 0.6);
  border-right: 2px solid rgba(12, 47, 37, 0.6);
  height: 8px;
  width: 8px;
  right: 30px;
  margin-top: -4px;
}

.local-web-page .donation-form-box-items .nice-select .list {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 4px;
  border: none;
  padding: 8px 0;
  z-index: 999;
}

.local-web-page .donation-form-box-items .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: var(--headings-color);
  font-weight: 500;
  transition: all 0.2s ease;
}

.local-web-page .donation-form-box-items .nice-select .option:hover,
.local-web-page .donation-form-box-items .nice-select .option.focus,
.local-web-page .donation-form-box-items .nice-select .option.selected.focus {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  color: var(--theme-color1);
}

.local-web-page .donation-form-box-items select.select-input:focus,
.local-web-page .donation-form-box-items .nice-select:focus,
.local-web-page .donation-form-box-items .nice-select.open {
  box-shadow: 0 0 0 2px rgba(var(--theme-color1-rgb), 0.25);
}

.local-web-page .donation-form-box-items .recurring-option {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.local-web-page .donation-form-box-items .checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: var(--headings-color);
  user-select: none;
  line-height: 1.4;
}

.local-web-page .donation-form-box-items .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.local-web-page .donation-form-box-items .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: var(--bg-color);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.local-web-page .donation-form-box-items .checkbox-container:hover input ~ .checkmark {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
}

.local-web-page .donation-form-box-items .checkbox-container input:checked ~ .checkmark {
  background-color: var(--theme-color1);
}

.local-web-page .donation-form-box-items .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.local-web-page .donation-form-box-items .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.local-web-page .donation-form-box-items .checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.local-web-page .donation-form-box-items .stripe-card-section {
  border: 1px solid rgba(var(--theme-color1-rgb), 0.15);
  background-color: rgba(var(--theme-color1-rgb), 0.02);
  border-radius: 18px;
  padding: 24px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}

.local-web-page .donation-form-box-items .stripe-card-section .payment-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--headings-color);
  margin-bottom: 16px;
}

.local-web-page .donation-form-box-items .stripe-card-element {
  background-color: var(--bg-color);
  padding: 18px 24px;
  border-radius: 12px;
  min-height: 54px;
}

.local-web-page .donation-form-box-items .stripe-card-errors {
  color: #d93025;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

/* ==========================================
   Donation Section — Fluid Wide Container ~40/60 Split
   Removes section margins so the full viewport width
   is available. Container: width calc(100% - 40px),
   max-width 1400px, centered. Columns: ~40/60.
   Equal column heights on all 6 pages.
   ========================================== */

/* --- Remove section margins that steal 80px of width --- */
.local-web-page #donate.donation-section,
.local-web-page #donate.help-donation-section-2 {
  margin: 0;
  border-radius: 0;
}

/* --- Fluid outer container (all breakpoints) --- */
.local-web-page #donate > .container {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-inline: auto;
}

/* --- Two-column layout: 40% / 60% split on ≥992px --- */
@media (min-width: 992px) {
  .local-web-page #donate .row.g-0 > .col-xl-5,
  .local-web-page #donate .row.g-0 > .col-lg-6 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .local-web-page #donate .row.g-0 > .col-xl-7,
  .local-web-page #donate .row.g-0 > .col-lg-6:last-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

/* Stacks to full-width on <992px */
@media (max-width: 991.98px) {
  .local-web-page #donate .row.g-0 > .col-xl-5,
  .local-web-page #donate .row.g-0 > .col-xl-7,
  .local-web-page #donate .row.g-0 > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* --- Green box sizing --- */
.local-web-page #donate .donation-content-items {
  height: 100%;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .local-web-page #donate .donation-content-items {
    padding: 34px 28px;
  }
}
.local-web-page #donate .donation-content-items .hand-shape {
  display: none;
}

/* --- Stats row --- */
.local-web-page #donate .donation-content-items .client-info-items {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.local-web-page #donate .donation-content-items .client-image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.local-web-page #donate .donation-content-items .client-image img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
}
.local-web-page #donate .donation-content-items .client-image .plus-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
}
.local-web-page #donate .donation-content-items .price {
  font-size: 28px;
  font-weight: 800;
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
.local-web-page #donate .donation-content-items .supporter-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  flex-shrink: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 575.98px) {
  .local-web-page #donate .donation-content-items .client-info-items {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 15px 20px;
  }
}

/* --- Donation form box --- */
.local-web-page #donate .donation-form-box-items {
  overflow: visible;
  height: 100%;
}
.local-web-page #donate .omniflow-donation-embed {
  overflow: visible;
}

/* --- Program page: image column fills height --- */
.local-web-page #donate .help-donation-image {
  height: 100%;
}
.local-web-page #donate .help-donation-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* About Page Left Thumb-1 Offset Override */
@media (min-width: 768px) {
  .local-web-page .about-left-thumb-items .thumb-1 {
    margin-top: 130px;
  }
}

/* About Page Sections - Background Texture Overrides */
.local-web-page #our-story,
.local-web-page .section-padding.fix:not(.section-bg) {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.87) 100%),
    url('../assets/bg-brick-texture.webp') !important;
  background-attachment: local, fixed !important;
  background-size: auto, cover !important;
  background-position: center, center !important;
}

.local-web-page .section-padding.fix.section-bg {
  background-image:
    linear-gradient(rgba(225, 230, 242, 0.87) 0%, rgba(225, 230, 242, 0.87) 100%),
    url('../assets/bg-brick-texture.webp') !important;
  background-attachment: local, fixed !important;
  background-size: auto, cover !important;
  background-position: center, center !important;
}

/* ================================================
   LANGUAGE SWITCHER
   ================================================ */

/* --- Flag gradients --- */
.lang-flag-bg--en {
  background:
    linear-gradient(to right, #002868 0 35%, transparent 35%) 0 0 / 100% 42% no-repeat,
    repeating-linear-gradient(to bottom, #B22234 0 14.3%, #f5f5f5 14.3% 28.6%);
}
.lang-flag-bg--es {
  background: linear-gradient(to bottom, #c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75% 100%);
}
.lang-flag-bg--fr {
  background: linear-gradient(to right, #002395 0 33.33%, #ffffff 33.33% 66.66%, #ED2939 66.66% 100%);
}

/* Hide Google Translate toolbar */
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame { display: none !important; }
.skiptranslate { display: none !important; }
body { top: 0 !important; }

/* --- Trigger button --- */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lang-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.lang-btn:hover { border-color: rgba(255, 255, 255, 0.9); transform: scale(1.06); }
.lang-btn .lang-flag-bg {
  position: absolute; inset: 0;
  filter: saturate(0.5) brightness(0.72);
  transition: filter 0.25s ease;
}
.lang-btn:hover .lang-flag-bg { filter: saturate(0.65) brightness(0.82); }
.lang-code {
  position: relative; z-index: 2;
  font-size: 10px; font-weight: 900; color: #fff;
  letter-spacing: 0.5px; font-family: inherit; pointer-events: none;
  background: rgba(0,0,0,0.38);
  border-radius: 3px;
  padding: 1px 4px;
  line-height: 1.4;
}
.sticky-header .lang-btn { border-color: rgba(60,65,150,0.35); }

/* --- Dropdown panel --- */
.lang-dropdown {
  position: absolute; top: calc(100% + 10px); right: 0;
  width: 170px; background: #fff; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.14), 0 2px 8px rgba(0,0,0,0.06);
  padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-6px) scale(0.97);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 9999;
}
.lang-dropdown.open {
  opacity: 1; visibility: visible;
  transform: translateY(0) scale(1);
}

/* --- Dropdown options --- */
.lang-option {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 8px 10px;
  border: none; background: transparent;
  border-radius: 8px; cursor: pointer;
  transition: background 0.15s ease;
  text-align: left; font-family: inherit;
}
.lang-option:hover { background: rgba(0,170,90,0.08); }
.lang-option.lang-option--active { background: rgba(0,170,90,0.1); }

.lang-opt-flag {
  width: 30px; height: 21px;
  border-radius: 3px; overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.lang-opt-info {
  flex: 1; display: flex; flex-direction: column;
  gap: 2px; min-width: 0;
}
.lang-opt-info strong {
  font-size: 13px; font-weight: 700;
  color: #1a1a2e; line-height: 1; display: block;
}
.lang-opt-info em {
  font-style: normal; font-size: 11px;
  color: #888; line-height: 1; display: block;
}
.lang-check { font-size: 10px; color: var(--theme-color1); flex-shrink: 0; }

