.elementor-1714 .elementor-element.elementor-element-3d22c3eb{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-ddd1bdf */@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Nunito+Sans:wght@400;600;700;800&display=swap');

:root {
  --ghc-sky:   #87CEEB;
  --ghc-pink:  #F4A5A5;
  --ghc-cream: #FFF8F0;
  --ghc-green: #5CB85C;
  --ghc-red:   #C8102E;
  --ghc-dark:  #1A1A1A;
}

.src-festive-landing {
  font-family: 'Nunito Sans', Arial, sans-serif;
  color: #222;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.src-festive-landing *, 
.src-festive-landing *::before, 
.src-festive-landing *::after {
  box-sizing: inherit;
}

.noodle-factory-widget-wrapper,
#__deeda__Container {
  display: none !important;
}

#donation-box, #donation-section, #deeda-donate {
  scroll-margin-top: 80px;
}

.src-festive-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

.src-festive-landing .section {
  padding: 30px 15px;
  line-height: 1.6;
}

.src-festive-landing h1, 
.src-festive-landing h2, 
.src-festive-landing h3 {
  font-family: 'Nunito', Arial, sans-serif;
  margin: 0 0 16px 0;
  line-height: 1.2 !important;
  color: #1A1A1A !important;
  letter-spacing: -0.02em;
}

.src-festive-landing h2 {
  font-size: 1.6rem !important;
  font-weight: 800;
  text-align: center;
  display: table;
  margin: 0 auto 12px auto;
  border-bottom: 3px solid #C8102E;
  padding-bottom: 4px;
}

.src-festive-landing .sub-header-text {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.src-festive-landing .trust-line {
  padding: 14px 20px;
  margin: 0 -15px;
  text-align: center;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-decoration: underline !important;
  text-decoration-color: #F4A5A5 !important;
  text-underline-offset: 4px !important;
  color: var(--ghc-dark);
}

.src-festive-landing .hero-tagline {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  max-width: 660px;
  margin: 10px auto 0;
  line-height: 1.7;
}

.src-festive-landing .hero-section {
  background: linear-gradient(135deg, #FFF8F0 0%, #E8F5FB 100%);
  border-radius: 16px;
  margin-top: 20px;
}

.src-festive-landing .hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.src-festive-landing .hero-col-kv {
  flex: 0 0 calc(60% - 10px);
  display: flex;
  min-height: 320px;
}

.src-festive-landing .hero-col-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.src-festive-landing .hero-col-generator {
  flex: 0 0 calc(40% - 10px);
}

.src-festive-landing .secondary-ctas-bar {
  margin: 16px 0 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.src-festive-landing .secondary-cta-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.src-festive-landing .secondary-cta-item:nth-child(1) { background: #87CEEB; }
.src-festive-landing .secondary-cta-item:nth-child(2) { background: #F4A5A5; }
.src-festive-landing .secondary-cta-item:nth-child(3) { background: #F5C842; }

.src-festive-landing .secondary-cta-item:hover {
  transform: translateY(-3px);
  box-shadow: 4px 4px 0 #1A1A1A;
}

.src-festive-landing .secondary-cta-title {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 4px;
}

.src-festive-landing .secondary-cta-sub {
  font-size: 0.8rem;
  color: #1A1A1A;
  opacity: 0.65;
  margin: 0;
  line-height: 1.45;
}

.src-festive-landing .intro-campaign-block {
  text-align: center;
  max-width: 860px;
  margin: 30px auto 10px;
  padding: 0 15px;
}

.src-festive-landing .intro-campaign-title {
  font-size: 1.3rem !important;
  font-weight: 800;
  margin-bottom: 12px;
}

.src-festive-landing .intro-campaign-block p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.src-festive-landing .where-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .src-festive-landing .where-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .src-festive-landing .where-card-last {
    grid-column: 1 / -1;
    max-width: calc((100% - 20px) / 2);
    justify-self: center;
    width: 100%;
  }
}

.src-festive-landing .impact-block {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  border: 2px solid #87CEEB !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.src-festive-landing .prog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

.src-festive-landing .prog-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid currentColor !important;
}

.src-festive-landing .prog-badge-sky   { background: #87CEEB; color: #1a1a1a; }
.src-festive-landing .prog-badge-gold  { background: #F5C842; color: #1a1a1a; }
.src-festive-landing .prog-badge-pink  { background: #F4A5A5; color: #1a1a1a; }
.src-festive-landing .prog-badge-green { background: #5CB85C; color: #fff; border-color: #1a1a1a !important; }

.src-festive-landing .service-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
.src-festive-landing .service-pills-hint { font-size: 0.72rem; color: #999; margin: 0 0 12px; }
.src-festive-landing .service-pill { cursor: pointer; text-decoration: underline dotted; }

.src-festive-landing .impact-block h3,
.src-festive-landing h3.impact-title {
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  margin: 12px 0 8px 0;
}

.src-festive-landing .impact-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 10px;
}

.src-festive-landing .group-impact-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 16px;
  font-size: 0.88rem;
  color: #555;
}
.src-festive-landing .group-impact-list li {
  padding: 6px 0;
  border-bottom: 1px solid #f0d4d4;
}
.src-festive-landing .group-impact-list strong { color: #C8102E; }

.src-festive-landing .stories-carousel { position: relative; overflow: hidden; margin-top: 20px; }
.src-festive-landing .stories-track { display: flex; transition: transform 0.4s ease; }

.src-festive-landing .story-card {
  background: #FFFAF7 !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
  border-radius: 12px;
  padding: 24px 52px;
  flex: 0 0 100%;
  max-width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.src-festive-landing .story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(135,206,235,0.25) !important;
}

.src-festive-landing .story-avatar {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  box-shadow: 0 0 0 4px #F4A5A5 !important;
  margin: 0 auto 12px auto;
}

.src-festive-landing .story-quote {
  font-size: 1.15rem !important;
  font-style: italic;
  color: #1A1A1A !important;
  border-left: 3px solid var(--ghc-pink);
  padding-left: 12px;
  margin-bottom: 12px !important;
  text-align: left;
}

.src-festive-landing .story-name { font-size: 0.82rem; font-weight: 700; color: #C8102E; text-align: left; }
.src-festive-landing .story-body { font-size: 0.9rem; color: #555; text-align: left; }

@media (min-width: 768px) {
  .src-festive-landing .stories-carousel { overflow: visible; }
  .src-festive-landing .stories-track {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 18px;
    transform: none !important;
  }
  .src-festive-landing .story-card { padding: 24px; flex: unset; }
  .src-festive-landing .carousel-btn, .src-festive-landing .carousel-dots { display: none; }
}

.src-festive-landing .spread-word-section {
  text-align: center;
}

.src-festive-landing .spread-btn-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.src-festive-landing .spread-btn {
  background: #1A1A1A !important;
  color: #fff !important;
  padding: 12px 28px !important;
  font-size: 0.9rem !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}

.src-festive-landing .faq-item { margin-bottom: 12px; }
.src-festive-landing .faq-item input { display: none; }
.src-festive-landing .faq-question {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-left: 4px solid transparent !important;
  border-radius: 8px !important;
  padding: 16px 14px !important;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}
.src-festive-landing .faq-question:hover {
  border-left-color: #87CEEB !important;
  background: #F8FDFF !important;
}
.src-festive-landing .faq-item input:checked + .faq-question {
  background: #E8F5FB !important;
  color: #1A1A1A !important;
  border-left-color: #1A1A1A !important;
  border-color: #87CEEB !important;
}
.src-festive-landing .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  background: #fff;
  border-left: 4px solid #87CEEB !important;
  padding: 0 14px;
}
.src-festive-landing .faq-item input:checked ~ .faq-answer {
  max-height: 300px;
  padding: 14px;
}

.src-festive-landing .cta-btn {
  background: #1A1A1A !important;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid var(--ghc-dark) !important;
  box-shadow: 4px 4px 0px #87CEEB !important;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.95rem;
}
.src-festive-landing .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0px #F4A5A5 !important;
  background: #1A1A1A !important;
}

.src-festive-landing .cta-btn-outline {
  background: transparent !important;
  color: #C8102E !important;
  border: 2px solid #C8102E !important;
  box-shadow: none !important;
}

.src-festive-landing .cta-center {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(180deg, #F0F9FD 0%, #FFF5F5 100%);
  border-radius: 16px;
}

.src-festive-landing .modal-overlay {
  position: fixed; 
  inset: 0; 
  background: rgba(0,0,0,0.5); 
  display: none; 
  align-items: center; 
  justify-content: center; 
  z-index: 9999;
}
.src-festive-landing .modal-overlay.is-open { display: flex; }
.src-festive-landing .modal-box {
  background: #fff; 
  border-radius: 12px; 
  padding: 32px; 
  max-width: 480px; 
  width: 90%; 
  position: relative; 
  max-height: 80vh; 
  overflow-y: auto;
}
.src-festive-landing .modal-close { 
  position: absolute; 
  top: 12px; 
  right: 16px; 
  background: none; 
  border: none; 
  font-size: 1.5rem; 
  cursor: pointer; 
}
.src-festive-landing .modal-img { 
  width: 100%; 
  height: 180px; 
  object-fit: cover; 
  border-radius: 8px; 
  margin-bottom: 16px; 
}

.ghc-js .src-festive-landing [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s cubic-bezier(0.16,1,0.3,1), transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.ghc-js .src-festive-landing [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 768px) {
  .src-festive-landing .secondary-ctas-bar { flex-direction: column; }
  .src-festive-landing .hero-col-kv, 
  .src-festive-landing .hero-col-generator { flex: 0 0 100%; }
}/* End custom CSS */