.elementor-280 .elementor-element.elementor-element-6a63e3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-dfefe54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-12ebcf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-4743f25{margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-280 .elementor-element.elementor-element-7c1e089a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-40e678ae{background-color:var( --e-global-color-blocksy_palette_4 );}.elementor-280 .elementor-element.elementor-element-40e678ae .elementor-menu-toggle{margin:0 auto;}.elementor-280 .elementor-element.elementor-element-40e678ae .elementor-nav-menu--dropdown{background-color:var( --e-global-color-blocksy_palette_4 );}.elementor-280 .elementor-element.elementor-element-4e37324a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-25661e27{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-280 .elementor-element.elementor-element-7b0541a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-354c94af{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-280 .elementor-element.elementor-element-55cd2096{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-7e3e80d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-17f32aa2{margin:-23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-280 .elementor-element.elementor-element-1d048da8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-d962d5e{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-280 .elementor-element.elementor-element-908812a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-280 .elementor-element.elementor-element-5e5b84f3{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-280 .elementor-element.elementor-element-912418{--display:flex;}.elementor-280 .elementor-element.elementor-element-81f21a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){ .elementor-280 .elementor-element.elementor-element-d962d5e{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-280 .elementor-element.elementor-element-d962d5e{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for html, class: .elementor-element-369afb8 *//* ============================
   HERO SECTION
============================ */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 90vh;
  padding: 40px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;

  /* Insert your background photo here */
  background-image:
    linear-gradient(180deg, rgba(10,15,43,0.1) 0%, rgba(10,15,43,0.85) 80%),
    url("https://imagedelivery.net/djLNNPUftyup3yALTA-H_g/1bf59a63-3c2d-4007-e957-168a439d8600/public");
  
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  animation: fadeInHero 1.2s ease-in-out forwards;
}

/* Subtle gold glow overlay */
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at center, rgba(255,215,0,0.15), transparent 70%);
  pointer-events: none;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.hero-name {
  font-family: 'Playfair Display', serif;
  color: #FFD700;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

.hero-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
  opacity: 0.92;
}

.hero-date {
  color: #FFD700;
  font-size: 1.1rem;
  margin-top: 18px;
}

.hero-button {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 32px;
  background: #FFD700;
  color: #0A0F2B;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255,215,0,0.35);
  transition: 0.3s ease;
}

.hero-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255,215,0,0.45);
}

/* Fade-in animation */
@keyframes fadeInHero {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b56fa38 */.scroll-cta {
  background: #FFD700;
  color: #0A0F2B;
  padding: 18px 25px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 12px;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.35);
}

.scroll-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 215, 0, 0.45);
}

.scroll-arrow {
  font-size: 1.5rem;
  animation: bounceArrow 1.6s infinite;
}

/* Arrow bounce animation */
@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4743f25 */:root {
  --navy: #0A0F2B;
  --midnight: #111831;
  --gold: #FFD700;
  --gold-dark: #C9A14A;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--navy);
  color: var(--white);
}

/* ---------- HERO ---------- */
/* ---------- HERO ---------- */
.homecoming-hero {
  padding: 20px 20px 80px; /* reduced from 120px to 20px */
  text-align: center;
  background: linear-gradient(180deg, var(--navy), #091126);
}

.homecoming-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.9rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.homecoming-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 10px auto 20px;
}

/* ---------- COUNTDOWN ---------- */
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}

.countdown-box {
  background: var(--gold);
  color: var(--navy);
  padding: 18px 25px;
  border-radius: 18px;
  text-align: center;
  min-width: 90px;
  font-weight: 700;
  font-size: 1.6rem;
}

.countdown-box span {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* ---------- SECTION WRAPPER ---------- */
.section {
  padding: 70px 20px;
  text-align: center;
}

.section h2 {
  font-family: 'Playfair Display';
  color: var(--gold);
  font-size: 2.2rem;
  margin-bottom: 15px;
}

/* ---------- FUNDRAISING AREA ---------- */
.transport-box {
  max-width: 900px;
  margin: auto;
  background: var(--midnight);
  padding: 40px 25px;
  border-radius: 25px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.1);
}

.transport-text {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

/* BUTTONS */
.amount-buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.amount-btn {
  padding: 14px 32px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.25s ease;
}

.amount-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
}

/* ---------- MOBILE MONEY ---------- */
.mobile-money-box {
  background: #0F152E;
  padding: 25px;
  border-radius: 20px;
  margin-top: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-money-box strong {
  color: var(--gold);
  font-size: 1.2rem;
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  padding: 60px 20px;
  background: var(--midnight);
  text-align: center;
}

.final-cta a {
  background: var(--gold);
  color: var(--navy);
  padding: 18px 40px;
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
  transition: 0.3s;
}

.final-cta a:hover {
  transform: translateY(-4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25661e27 *//* -------------------------- */
/* DIASPORA DONATION SECTION  */
/* -------------------------- */

.diaspora-section {
  background: linear-gradient(180deg, #101A33, #0B1328);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.diaspora-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 15px;
}

.diaspora-subtitle {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 650px;
  margin: 0 auto 35px;
}

/* Donation grid */
.donation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 18px;
  max-width: 850px;
  margin: auto;
}

.donation-option {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.25);
  padding: 18px 12px;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

.donation-option:hover {
  background: rgba(255, 215, 0, 0.2);
  transform: translateY(-4px);
}

.donation-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.donation-amount {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFD700;
}

.donation-details {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 5px;
}

/* Custom amount box */
.custom-donation {
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.22);
  padding: 18px;
  border-radius: 18px;
  margin-top: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.custom-donation input {
  width: 100px;
  padding: 8px;
  border-radius: 10px;
  border: none;
  margin-left: 8px;
  font-size: 1rem;
  text-align: center;
}

.custom-conversion {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #FFD700;
}

/* CTA BUTTON */
.diaspora-cta {
  background: #FFD700;
  color: #0B1328;
  margin-top: 30px;
  font-weight: 800;
  padding: 15px 35px;
  border-radius: 40px;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.diaspora-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.6);
}/* End custom CSS */