/* =============================================================
   TAARE WEBSITE — POLISH & RESPONSIVE PERFECTION PASS
   polish.css — loaded LAST to override all other stylesheets
   ============================================================= */

/* Donate section is fully responsive using .donate-section-form across all devices */
.donate-section-form,
.donate-section-form.link-1 {
  display: flex !important;
  height: auto !important;
  min-height: auto !important;
}

.leftside-donate-form {
  height: auto !important;
  min-height: auto !important;
}

.rightside-donate-form {
  display: flex !important;
  height: auto !important;
  min-height: auto !important;
}

/* Prevent sections from touching/overlapping */
#about,
#getInvolved,
#donate,
#sponsors,
.our-founder-section,
#supporters,
#events,
#contact {
  position: relative;
}

/* ─────────────────────────────────────────────
   1. GLOBAL RESETS & FOUNDATION
──────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  overflow-x: hidden;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

/* Stop global img width:100% from distorting fixed-size images */
img {
  max-width: 100%;
  height: auto;
}

/* Section default: remove the global text-align:center from index.css */
section {
  text-align: left;
  padding: 0;
}

/* ─────────────────────────────────────────────
   2. NAVBAR & FIXED HEADER
──────────────────────────────────────────────── */
body {
  padding-top: 104px;
}

#nav {
  width: 100%;
  background-color: #f8f8f8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* Polished sticky/scrolled state */
#nav.sticky,
#nav.scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(248, 248, 248, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  min-height: 84px;
  max-width: 1400px;
  margin: 0 auto;
  transition: min-height 0.3s ease, padding 0.3s ease;
}

#nav.sticky nav,
#nav.scrolled nav {
  min-height: 74px;
}

.logo {
  padding: 0;
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 165px !important;
  height: 72px !important;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
}

#nav.sticky .logo img,
#nav.scrolled .logo img {
  width: 145px !important;
  height: 62px !important;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
  margin-right: 0;
}

.nav-links li {
  display: flex;
  align-items: center;
  position: relative;
}

.hyper-link {
  position: relative;
  margin: 0 10px;
  padding: 8px 6px;
  font-size: 1.02rem;
  font-family: 'Belanosima', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #1a1818;
  text-decoration: none;
  transition: color 0.25s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.hyper-link:hover {
  color: #32bff4;
}

.hyper-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 6px;
  right: 6px;
  height: 2px;
  background-color: #32bff4;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  border-radius: 2px;
}

.hyper-link:hover::after {
  transform: scaleX(1);
}

/* Donate CTA Button — Clean, Not Bold, Perfectly Centered */
.btn-1,
.btn-donate {
  margin: 0 0 0 16px !important;
  font-size: 0.95rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  /* Regular/Medium — NOT bold */
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  gap: 8px !important;
  padding: 0 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 44px !important;
  line-height: 1 !important;
  width: auto !important;
  text-decoration: none !important;
  border-radius: 30px !important;
  background-color: #ffd333 !important;
  color: #1a1818 !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(255, 211, 51, 0.35) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.btn-1 span,
.btn-donate span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  /* NOT bold */
  color: #1a1818 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-1 .heart-icon,
.btn-donate .heart-icon {
  width: 14px !important;
  height: 13px !important;
  fill: #1a1818 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transition: transform 0.25s ease !important;
}

.btn-1:hover,
.btn-donate:hover {
  background-color: #f7c928 !important;
  color: #1a1818 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 211, 51, 0.45) !important;
}

.btn-1:hover .heart-icon,
.btn-donate:hover .heart-icon {
  transform: scale(1.18);
}

.btn-1:active,
.btn-donate:active {
  transform: translateY(0);
}

/* ─────────────────────────────────────────────
   3. HERO SECTION — DESKTOP (FLUID RESPONSIVE SCALING)
──────────────────────────────────────────────── */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  padding: 24px clamp(24px, 2.8vw, 60px) 60px;
  position: relative;
  min-height: 85vh;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* 1. Blue rectangle occupies 70% of width with subtle corner curve */
.square-hero {
  background-color: #32bff4;
  width: 70% !important;
  min-height: clamp(520px, 42vw, 760px);
  max-height: clamp(620px, 46vw, 840px);
  border-radius: clamp(16px, 1.4vw, 24px) !important;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  padding: clamp(40px, 3.5vw, 64px) clamp(44px, 4.2vw, 80px);
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(50, 191, 244, 0.16);
}

.h2-hero {
  color: #f8f8f8;
  font-size: clamp(1.6rem, 2.45vw, 3.2rem) !important;
  font-family: 'Belanosima', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  width: 90%;
  max-width: clamp(560px, 54vw, 860px);
}

.p-hero {
  color: #f8f8f8;
  font-size: clamp(0.85rem, 1.05vw, 1.15rem);
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  width: 78%;
  max-width: clamp(480px, 40vw, 680px);
  margin-bottom: 28px;
}

.btn-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* 4. Support button perfectly aligned */
.btn-2 {
  background-color: #ffd333 !important;
  width: auto !important;
  min-width: 180px !important;
  height: clamp(48px, 3.6vw, 56px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 30px !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(0.95rem, 1.05vw, 1.15rem) !important;
  font-weight: 500 !important;
  padding: 0 clamp(30px, 2.6vw, 44px) !important;
  line-height: 1 !important;
  margin: 0 !important;
  box-shadow: 0 6px 20px rgba(255, 211, 51, 0.38) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

.btn-2:hover {
  background-color: #f7c928 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 211, 51, 0.48) !important;
  color: #1a1818 !important;
}

.btn-2:active {
  transform: translateY(0);
}

.btn-3 {
  background-color: transparent;
  color: #f8f8f8;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 2px;
}

/* ─────────────────────────────────────────────
   2 & 3. HERO IMAGES & OVERLAPS (FLUID PROPORTIONAL SCALING)
──────────────────────────────────────────────── */

/* Yellow Decorative Accent Behind Top Image with reduced corner curve */
.svg-square-hero {
  position: absolute !important;
  top: 6% !important;
  right: 15% !important;
  width: clamp(140px, 13.9vw, 270px) !important;
  height: clamp(120px, 12.1vw, 235px) !important;
  border-radius: clamp(12px, 1.1vw, 20px) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.svg-square-hero img {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  display: block !important;
}

/* 1st Image (Girl holding slate "शिक्षा") - scales smoothly across all screens */
.img-3-hero img {
  position: absolute !important;
  top: 8% !important;
  right: 18% !important;
  width: clamp(200px, 19.8vw, 385px) !important;
  height: clamp(210px, 20.8vw, 405px) !important;
  border-radius: clamp(14px, 1.4vw, 24px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18) !important;
  object-fit: cover !important;
  z-index: 2 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.img-3-hero img:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24) !important;
}

/* 2nd Image (2 kids with "EDUCATION" & "ABC") - positioned ~70% on blue card */
.img-1-hero img {
  position: absolute !important;
  top: 54% !important;
  right: 26% !important;
  width: clamp(175px, 17.3vw, 338px) !important;
  height: clamp(145px, 14.2vw, 277px) !important;
  border-radius: clamp(12px, 1.25vw, 22px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18) !important;
  object-fit: cover !important;
  z-index: 2 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.img-1-hero img:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24) !important;
}

/* 3rd Image (Classroom kids with "A B C D") - reduced height & size */
.img-2-hero img {
  position: absolute !important;
  top: 45% !important;
  right: 4.5% !important;
  width: clamp(185px, 18.4vw, 358px) !important;
  height: clamp(190px, 18.75vw, 365px) !important;
  border-radius: clamp(14px, 1.4vw, 24px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18) !important;
  object-fit: cover !important;
  z-index: 3 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.img-2-hero img:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24) !important;
}

/* Top Star Grid - moved slightly left */
.star-svg img {
  position: absolute !important;
  top: 7% !important;
  right: 6.5% !important;
  width: clamp(95px, 9.4vw, 180px) !important;
  opacity: 0.9 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Bottom Horizontal Stars - does not exceed blue background bottom border */
.horizontal-starts img {
  position: absolute !important;
  bottom: clamp(40px, 4.8vw, 85px) !important;
  right: 4% !important;
  width: clamp(250px, 25vw, 485px) !important;
  opacity: 0.9 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* ─────────────────────────────────────────────
   4. HERO SECTION — MOBILE (≤ 820px)
──────────────────────────────────────────────── */
.hero-section-375 {
  display: none;
  width: 100% !important;
  max-width: 100% !important;
  padding: 16px 16px 36px !important;
  margin: 0 auto !important;
  background-color: #f8f8f8 !important;
  box-sizing: border-box !important;
}

/* The Blue Card on Mobile — Encloses Text, Button, and Photo Collage */
.hs-div {
  background-color: #32bff4 !important;
  border-radius: 22px !important;
  width: 100% !important;
  max-width: 480px !important;
  margin: 0 auto !important;
  padding: 28px 20px 24px !important;
  box-sizing: border-box !important;
  box-shadow: 0 10px 30px rgba(50, 191, 244, 0.22) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.hs-text {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  box-shadow: none !important;
}

.hs-txt-1 {
  color: #f8f8f8 !important;
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(1.3rem, 4.8vw, 1.7rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  margin: 0 auto 12px auto !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  display: block !important;
  box-sizing: border-box !important;
}

.hs-txt-2 {
  color: #f8f8f8 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(0.8rem, 3vw, 0.86rem) !important;
  line-height: 1.55 !important;
  margin: 0 auto 22px auto !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  opacity: 0.95 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.hs-btn-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.hs-btn {
  background-color: #ffd333 !important;
  height: 46px !important;
  padding: 0 36px !important;
  border-radius: 30px !important;
  border: none !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(255, 211, 51, 0.38) !important;
  line-height: 1 !important;
  transition: all 0.25s ease !important;
  margin: 0 auto !important;
}

.hs-btn:hover {
  background-color: #f7c928 !important;
  transform: translateY(-2px);
}

.hs-btn:active {
  transform: translateY(0);
}

/* 3-Photo Stage inside the Blue Card */
.hs-collage {
  position: relative !important;
  width: 100% !important;
  max-width: 320px !important;
  height: 250px !important;
  margin: 22px auto 4px auto !important;
  box-sizing: border-box !important;
}

.hs-yellow-accent {
  position: absolute !important;
  top: 6px !important;
  right: 32px !important;
  width: 95px !important;
  height: 75px !important;
  background-color: #ffd333 !important;
  border-radius: 14px !important;
  z-index: 1 !important;
}

.hs-img-card {
  position: absolute !important;
  overflow: hidden !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
  transition: transform 0.3s ease !important;
}

.hs-img-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.hs-img-top {
  top: 10px !important;
  left: 28px !important;
  width: 135px !important;
  height: 140px !important;
  border-radius: 16px !important;
  z-index: 2 !important;
}

.hs-img-bottom-left {
  bottom: 14px !important;
  left: 2px !important;
  width: 112px !important;
  height: 94px !important;
  border-radius: 14px !important;
  z-index: 2 !important;
}

.hs-img-bottom-right {
  bottom: 8px !important;
  right: 12px !important;
  width: 145px !important;
  height: 135px !important;
  border-radius: 16px !important;
  z-index: 3 !important;
}

.hs-stars-decor {
  position: absolute !important;
  bottom: 4px !important;
  right: 10px !important;
  width: 170px !important;
  opacity: 0.85 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hs-stars-decor img {
  width: 100% !important;
  display: block !important;
}

/* ─────────────────────────────────────────────
   5. ABOUT US SECTION
──────────────────────────────────────────────── */
.about-section,
.about-us-section {
  background-color: #e5f8ff !important;
  padding: 75px 32px !important;
  height: auto !important;
  min-height: 0 !important;
}

.heading-ab,
.heading-about {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 44px !important;
}

.heading-about h5,
.heading-ab h5 {
  color: #32bff4 !important;
  font-family: 'Belanosima', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.heading-about h2,
.heading-ab h2 {
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
  color: #1a1818 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

/* Desktop Layout (Locked for > 820px) */
@media (min-width: 821px) {
  .about-us-big-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Left side: Text Layout */
  .ab-div,
  .ab-div-1 {
    width: 54% !important;
    flex: 0 0 54% !important;
    max-width: 54% !important;
    padding: 0 !important;
  }

  .content {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .content-para,
  .ab-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    color: #2b2b2b !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
  }

  .content-para strong,
  .ab-text strong {
    font-weight: 400 !important;
  }

  .ab-text-hidden-wrapper {
    margin-top: 0;
  }

  .ab-text-hidden-wrapper .content-para {
    margin-bottom: 16px !important;
  }

  .seemore-btn {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #32bff4 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #32bff4 !important;
    cursor: pointer !important;
    padding: 3px 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
    line-height: 1.2 !important;
    margin-top: 4px !important;
  }

  .seemore-btn:hover {
    color: #1baee8 !important;
    border-bottom-color: #1baee8 !important;
    transform: translateX(4px) !important;
  }

  /* Right side: Image Layout (Bigger Image, No Glass/Shadow Effect) */
  .ab-img {
    width: 44% !important;
    flex: 0 0 44% !important;
    max-width: 44% !important;
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .img-about {
    text-align: center !important;
    position: relative !important;
    width: 100% !important;
    max-width: 560px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .img-about img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    background: transparent !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

margin-top: 4px;
font-weight: 600;
}

/* ─────────────────────────────────────────────
   6. SPACE DIVIDER
──────────────────────────────────────────────── */
.space {
  display: block;
  height: 0;
  padding: 0 !important;
}

.space2 {
  display: block;
  height: 0;
  padding: 0 !important;
}

/* ─────────────────────────────────────────────
   7. GET INVOLVED SECTION
──────────────────────────────────────────────── */
.get-involved-section {
  background-color: #f8f8f8 !important;
  padding: 80px 40px 20px 40px !important;
}

.heading-invovled {
  text-align: center;
  padding-bottom: 48px !important;
}

.heading-invovled h5 {
  color: #32bff4 !important;
  font-family: 'Belanosima', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.heading-invovled h2 {
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
  color: #1a1818 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

/* Desktop Layout (Locked for > 820px) */
@media (min-width: 821px) {
  .get-involved-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 0 !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Left Side: 50% Space with vertical separator */
  .leftside-img-content {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    border-right: 1.5px solid #dcdcdc !important;
    padding-right: 50px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Right Side: 50% Space */
  .form-rightside {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding-left: 50px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}

.join-us-header-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  width: 100% !important;
}

.join-us-title {
  font-family: 'Belanosima', sans-serif !important;
  font-size: 1.85rem !important;
  color: #1a1818 !important;
  margin: 0 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

.join-us-line {
  flex: 1 !important;
  height: 1px !important;
  background-color: #1a1818 !important;
  border: none !important;
  opacity: 0.65 !important;
}

.img-invovled {
  width: 100% !important;
  max-width: 100% !important;
  height: 310px !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 18px !important;
  box-shadow: none !important;
}

.content-para-invovled {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.content-para-invovled p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.92rem !important;
  line-height: 1.68 !important;
  color: #333 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

.content-para-invovled p:last-child {
  margin-bottom: 0 !important;
}

.content-para-invovled span {
  font-weight: 700 !important;
  color: #1a1818 !important;
  display: inline !important;
}

/* Right Side: Form Header & Elements */
.partner-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(1.4rem, 2vw, 1.7rem) !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  line-height: 1.32 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.get-involved-form-el {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.role-dropdown-container {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.dropdown-item-wrap {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.role-dropdown-container.has-class .dropdown-item-wrap {
  flex: 1 1 calc(50% - 10px) !important;
  width: calc(50% - 10px) !important;
  max-width: calc(50% - 10px) !important;
}

.custom-form-select {
  width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;
  background-color: #ffffff !important;
  border: 1.5px solid #32bff4 !important;
  border-radius: 10px !important;
  padding: 0 34px 0 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem !important;
  color: #2b2b2b !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2332bff4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  cursor: pointer !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transition: border-color 0.2s ease !important;
}

.custom-form-select:focus {
  border-color: #1baee8 !important;
}

.invovled-section-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.form-row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

.form-row label,
.form-rightside label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  color: #1a1818 !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.form-row .input,
.form-rightside .input {
  border: none !important;
  background-color: #ffffff !important;
  height: 44px !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem !important;
  color: #2b2b2b !important;
  box-sizing: border-box !important;
  outline: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  display: block !important;
}

.form-row .input:focus,
.form-rightside .input:focus {
  outline: 1.5px solid #32bff4 !important;
}

.form-btn-wrap {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.Submit-btn {
  background-color: #ffd333 !important;
  height: 44px !important;
  padding: 0 44px !important;
  border: none !important;
  border-radius: 30px !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(255, 211, 51, 0.35) !important;
  transition: all 0.25s ease !important;
  line-height: 1 !important;
  margin: 4px 0 0 0 !important;
  width: auto !important;
}

.Submit-btn:hover {
  background-color: #f7c928 !important;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────────
   8. DONATE / SUPPORT US SECTION
──────────────────────────────────────────────── */
#donate,
.support-us-section {
  background-color: #f8f8f8 !important;
  padding: 10px 40px 80px 40px !important;
}

/* Desktop Layout (Locked for > 820px) */
@media (min-width: 821px) {
  .donate-section-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  /* Left Blue Card */
  .leftside-donate-form {
    width: 56% !important;
    flex: 0 0 56% !important;
    max-width: 56% !important;
    background-color: #98dff9 !important;
    border-radius: 24px !important;
    padding: 64px 50px !important;
    box-sizing: border-box !important;
    z-index: 2 !important;
    box-shadow: 0 10px 30px rgba(152, 223, 249, 0.35) !important;
    height: auto !important;
  }

  /* Right White Card (reduced compact height) */
  .rightside-donate-form {
    width: 47% !important;
    flex: 0 0 47% !important;
    max-width: 47% !important;
    background-color: #ffffff !important;
    border-radius: 24px !important;
    padding: 56px 44px !important;
    margin-left: -3% !important;
    box-sizing: border-box !important;
    z-index: 1 !important;
    align-self: center !important;
    height: auto !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

.content-leftside-form {
  padding: 0 !important;
  width: 100% !important;
}

.heading-donate-from {
  margin: 0 0 20px 0 !important;
  width: 100% !important;
}

.h3-donate {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem) !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  white-space: nowrap !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.25 !important;
}

.donate-title-para {
  font-size: 0.88rem !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6 !important;
  width: 100% !important;
  color: #2a2a2a !important;
  margin: 0 !important;
}

.donate-form {
  width: 100% !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  display: block !important;
}

.donate-fields-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 20px !important;
  width: 100% !important;
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.donate-field {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

.donate-field label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #1a1818 !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.donate-field .input,
.donate-field input {
  border: none !important;
  background-color: #ffffff !important;
  height: 44px !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem !important;
  color: #2b2b2b !important;
  box-sizing: border-box !important;
  outline: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  display: block !important;
}

.donate-field .input:focus,
.donate-field input:focus {
  outline: 1.5px solid #1baee8 !important;
}

.donate-section-btn {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.donate-section-btn .Submit-btn {
  background-color: #ffd333 !important;
  height: 44px !important;
  padding: 0 44px !important;
  border: none !important;
  border-radius: 30px !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(255, 211, 51, 0.35) !important;
  margin: 0 !important;
  width: auto !important;
  line-height: 1 !important;
  transition: all 0.25s ease !important;
}

.donate-section-btn .Submit-btn:hover {
  background-color: #f7c928 !important;
  transform: translateY(-2px);
}

.donate-now-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  margin: 0 0 14px 0 !important;
  text-align: center !important;
}

.donate-para {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.65 !important;
  color: #4a4a4a !important;
  margin: 0 auto !important;
  max-width: 480px !important;
  text-align: center !important;
  padding: 0 !important;
}

/* ─────────────────────────────────────────────
   9. SPONSORS SECTION
──────────────────────────────────────────────── */
#sponsors {
  padding: 0 !important;
  margin: 50px auto 0 auto !important;
  background-color: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.bg-sponsor {
  border-radius: 24px !important;
  height: auto !important;
  min-height: 180px !important;
  padding: 35px 20px 45px 20px !important;
  overflow: hidden !important;
  width: 94% !important;
  max-width: 1780px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  background-color: #ffd333 !important;
  background-image:
    radial-gradient(circle at 3% 0%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 140px, transparent 141px),
    radial-gradient(circle at 26% 100%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 105px, transparent 106px),
    radial-gradient(circle at 78% 0%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 105px, transparent 106px),
    radial-gradient(circle at 97% 100%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 180px, transparent 181px) !important;
  background-repeat: no-repeat !important;
}

.bg-sponsor h2 {
  text-align: center !important;
  font-family: 'Belanosima', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  letter-spacing: 0.5px !important;
}

.slider-container-1 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.slick-sponsors {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.slick-sponsors .slick-track {
  display: flex !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.slick-sponsors .slider-item-1 {
  text-align: center !important;
  padding: 10px 16px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.slider-item-1 a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.slider-item-1 img {
  width: 160px !important;
  max-width: 100% !important;
  height: 44px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}

/* ─────────────────────────────────────────────
   10. OUR FOUNDERS SECTION
──────────────────────────────────────────────── */
.our-founder-section {
  padding: 70px 40px !important;
  margin-top: 0 !important;
  background-color: #f8f8f8 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.heading-founder {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.heading-founder h5 {
  color: #32bff4 !important;
  font-family: 'Belanosima', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}

.heading-founder h2 {
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  color: #1a1818 !important;
  margin: 0 !important;
}

.img-founder {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 80px !important;
  position: static !important;
  top: 0 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.small-wrapper,
.img-founder-img-1,
.img-founder-img-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  max-width: 380px !important;
  width: 100% !important;
  position: static !important;
  top: 0 !important;
  text-align: center !important;
}

.svg-container {
  position: relative !important;
  display: block !important;
  width: 320px !important;
  max-width: 90% !important;
  aspect-ratio: 426.741 / 391.91 !important;
  height: auto !important;
  margin: 0 auto !important;
}

.svg-container img.frame-svg,
.svg-container img:first-child {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  display: block !important;
  pointer-events: none !important;
  z-index: 1 !important;
  margin: 0 !important;
}

.svg-container img.founder-photo,
.svg-container img:not(.frame-svg):not(:first-child),
.svg-container img:last-child {
  position: absolute !important;
  top: 54.89% !important;
  left: 55.39% !important;
  transform: translate(-50%, -50%) !important;
  width: 71.15% !important;
  height: 77.47% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  z-index: 2 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.founder-detail {
  width: 100% !important;
  max-width: 350px !important;
  margin: 16px auto 0 auto !important;
  text-align: center !important;
  padding: 0 !important;
}

.founder-name {
  font-size: 1.25rem !important;
  font-family: 'Belanosima', sans-serif !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 0 0 8px 0 !important;
  color: #1a1818 !important;
}

.founder-detail p:not(.founder-name) {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  color: #4a4a4a !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.6 !important;
  padding: 0 !important;
  text-align: center !important;
}

.founder-detail div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 8px !important;
}

.founder-detail div img,
.founder-detail a img {
  width: 22px !important;
  height: 22px !important;
  transition: transform 0.2s ease !important;
}

.founder-detail a:hover img {
  transform: scale(1.15);
}

/* ─────────────────────────────────────────────
   11. SUPPORTERS SECTION
──────────────────────────────────────────────── */
#supporters {
  padding: 70px 20px !important;
  background-color: #f8f8f8 !important;
  position: relative !important;
}

.heading-supporters {
  text-align: center !important;
  margin-bottom: 45px !important;
}

.heading-supporters h5 {
  display: none !important;
}

.heading-supporters h2 {
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem) !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  margin: 0 !important;
  text-align: center !important;
}

.supporters-slider-wrap {
  width: 94% !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  position: relative !important;
  padding: 0 45px !important;
  box-sizing: border-box !important;
}

#supportersSlider,
#supportersSlider.slider,
.supporters-slider-wrap .slider,
.slick-initialized.slider {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  padding: 0 !important;
  transform: none !important;
  width: 100% !important;
  margin: 0 auto !important;
}

#supportersSlider .slick-list {
  overflow: hidden !important;
  padding: 15px 0 !important;
  margin: 0 !important;
  height: auto !important;
}

#supportersSlider .slick-track {
  display: flex !important;
  align-items: stretch !important;
  height: auto !important;
}

#supportersSlider .slick-slide {
  height: auto !important;
  min-height: 380px !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
  outline: none !important;
}

.supporter-card {
  width: 100% !important;
  max-width: 280px !important;
  margin: 0 auto !important;
  padding: 12px 8px 20px 8px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  height: auto !important;
}

.supporter-img-wrap {
  position: relative !important;
  width: 240px !important;
  height: 290px !important;
  margin: 10px auto 16px auto !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.supporter-accent {
  position: absolute !important;
  top: -10px !important;
  left: -10px !important;
  width: 130px !important;
  height: 155px !important;
  background-color: #ffd333 !important;
  border-radius: 40px 24px 24px 24px !important;
  z-index: 1 !important;
  display: block !important;
}

.supporter-img {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  display: block !important;
  background-color: #e5e5e5 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}

.supporter-info {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 8px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.supporter-name {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  color: #1a1818 !important;
  margin: 6px 0 0 0 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.supporter-desc {
  display: none !important;
}

/* Slick arrow buttons for Supporters Slider */
#supportersSlider .slick-prev,
#supportersSlider .slick-next,
.supporter-arrow {
  position: absolute !important;
  top: 38% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 25 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

#supportersSlider .slick-prev::before,
#supportersSlider .slick-next::before {
  display: none !important;
  content: "" !important;
}

#supportersSlider .slick-prev svg,
#supportersSlider .slick-next svg,
.supporter-arrow svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  stroke: #1a1818 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#supportersSlider .slick-prev {
  left: -35px !important;
}

#supportersSlider .slick-next {
  right: -35px !important;
}

#supportersSlider .slick-prev:hover,
#supportersSlider .slick-next:hover {
  opacity: 0.65 !important;
  transform: translateY(-50%) scale(1.15) !important;
}

/* ─────────────────────────────────────────────
   12. EVENTS / GALLERY SECTION (MASONRY & PAGINATION)
──────────────────────────────────────────────── */
#events {
  padding: 70px 20px !important;
  background-color: #f8f8f8 !important;
  position: relative !important;
}

.heading-events {
  text-align: center !important;
  padding-bottom: 35px !important;
  padding-top: 0 !important;
}

.heading-events h5 {
  color: #32bff4 !important;
  font-family: 'Belanosima', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
}

.heading-events h2 {
  font-family: 'Belanosima', sans-serif !important;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem) !important;
  font-weight: 700 !important;
  color: #1a1818 !important;
  margin: 0 !important;
  text-align: center !important;
}

.gallery-wrapper {
  width: 94% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* CSS Multi-Column Masonry Grid */
.gallery-masonry {
  column-count: 5;
  column-gap: 16px;
  width: 100%;
  margin: 0 auto;
  transition: opacity 0.25s ease;
}

.gallery-item {
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  margin-bottom: 16px !important;
  display: block;
  border-radius: 14px !important;
  overflow: hidden !important;
  position: relative !important;
  background-color: #e2e2e2 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.gallery-item.gallery-hidden {
  display: none !important;
}

.gallery-item:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
  z-index: 2 !important;
}

.gallery-img-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

/* Center crop photo inside cards for maximum aesthetic balance */
.gallery-item img {
  width: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 14px !important;
  transition: transform 0.4s ease !important;
}

.gallery-item:hover img {
  transform: scale(1.06) !important;
}

/* Aspect ratio variations for dynamic mosaic rhythm */
.gallery-card-tall img {
  height: 340px !important;
}

.gallery-card-standard img {
  height: 230px !important;
}

.gallery-card-wide img {
  height: 180px !important;
}

.gallery-card-square img {
  height: 260px !important;
}

/* Hover overlay with zoom icon and title */
.gallery-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%) !important;
  opacity: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 16px !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  transition: opacity 0.25s ease !important;
  pointer-events: none !important;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1 !important;
}

.gallery-zoom-icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.8) !important;
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 211, 51, 0.95) !important;
  color: #1a1818 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.25s ease !important;
}

.gallery-item:hover .gallery-zoom-icon {
  transform: translate(-50%, -50%) scale(1) !important;
}

.gallery-overlay-title {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

/* ─── Pagination Controls ─── */
.gallery-pagination-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 40px !important;
  flex-wrap: wrap !important;
}

.gallery-page-btn {
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 20px !important;
  border: 1.5px solid #e0e0e0 !important;
  background-color: #ffffff !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  outline: none !important;
}

.gallery-page-btn:hover:not(:disabled) {
  border-color: #ffd333 !important;
  background-color: #fff9e6 !important;
  transform: translateY(-2px) !important;
}

.gallery-page-btn.active {
  background-color: #ffd333 !important;
  border-color: #ffd333 !important;
  color: #1a1818 !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(255, 211, 51, 0.4) !important;
}

.gallery-page-btn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  border-color: #eee !important;
}

.gallery-page-dots {
  color: #888 !important;
  font-weight: 700 !important;
  padding: 0 4px !important;
  user-select: none !important;
}

/* ─── Lightbox Modal ─── */
.gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(10, 10, 10, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 999999 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  opacity: 0;
  transition: opacity 0.3s ease !important;
}

.gallery-lightbox.active {
  display: flex !important;
  opacity: 1 !important;
}

.lightbox-content {
  position: relative !important;
  max-width: 90vw !important;
  max-height: 85vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.lightbox-content img {
  max-width: 100% !important;
  max-height: 80vh !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
  display: block !important;
}

.lightbox-caption {
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  margin-top: 12px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.lightbox-close {
  position: absolute !important;
  top: 25px !important;
  right: 25px !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 32px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.lightbox-close:hover {
  background: #ffd333 !important;
  color: #1a1818 !important;
  transform: scale(1.1) !important;
}

.lightbox-prev,
.lightbox-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  z-index: 10 !important;
}

.lightbox-prev {
  left: 25px !important;
}

.lightbox-next {
  right: 25px !important;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #ffd333 !important;
  color: #1a1818 !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.control-prev-btn:hover,
.control-next-btn:hover {
  background-color: rgba(255, 255, 255, 1);
}

.control-prev-btn {
  left: 0;
}

.control-next-btn {
  right: 0;
}

/* ─────────────────────────────────────────────
   13. CONTACT US SECTION
──────────────────────────────────────────────── */
#contact {
  padding: 70px 60px !important;
  background-color: #f8f8f8;
}

.heading-contact {
  text-align: center;
  padding-bottom: 36px !important;
}

.heading-contact h5 {
  color: #32bff4;
  font-family: 'Belanosima', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.heading-contact h2 {
  font-family: 'Belanosima', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #1a1818;
  margin: 0;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-top: 0 !important;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.leftside-contact-form {
  background-color: #98dff9;
  width: 42% !important;
  height: auto !important;
  border-radius: 0 !important;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.left-side-wrapper {
  margin-left: 44px !important;
  margin-top: 50px !important;
  margin-right: 24px;
  margin-bottom: 50px;
}

.leftside-contact-form h3 {
  font-family: 'Belanosima', sans-serif;
  font-size: 1.8rem;
  color: #1a1818;
  margin-bottom: 20px;
}

.leftside-contact-form p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #1a1818;
  margin-bottom: 10px !important;
  line-height: 1.5;
}

.leftside-contact-form a {
  color: #1a1818;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.contact-wrapper .social-links {
  width: auto !important;
  margin-top: 24px;
  display: flex;
  gap: 14px;
}

.contact-wrapper .social-links img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
}

.rightside-contact-form {
  background-color: #e5f8ff;
  width: 58% !important;
  height: auto !important;
  border-radius: 0 !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.rightside-contact-form form,
.contact-form-inner {
  display: flex !important;
  flex-direction: column !important;
  padding: 44px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.input-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  margin: 0 0 14px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.contact-field {
  flex: 1 1 0% !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

.contact-field.message-field {
  margin-bottom: 14px !important;
}

.contact-field label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #1a1818 !important;
  display: block !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.input-form-contact {
  width: 100% !important;
  max-width: 100% !important;
  border: 1.5px solid #98dff9 !important;
  padding: 10px 14px !important;
  height: 46px !important;
  background-color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.88rem !important;
  color: #1a1818 !important;
  border-radius: 6px !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  display: block !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.input-form-contact:focus {
  border-color: #32bff4 !important;
  box-shadow: 0 0 0 3px rgba(50, 191, 244, 0.15) !important;
}

.textarea,
textarea.input-form-contact {
  width: 100% !important;
  max-width: 100% !important;
  height: 110px !important;
  min-height: 90px !important;
  resize: vertical !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  display: block !important;
}

.contact-section-btn {
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.contact-section-btn .Submit-btn {
  background-color: #ffd333 !important;
  color: #1a1818 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  padding: 12px 36px !important;
  border: none !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: inline-block !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.contact-section-btn .Submit-btn:hover {
  background-color: #f5c71a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(255, 211, 51, 0.3) !important;
}

/* ─────────────────────────────────────────────
   14. BACK TO TOP
──────────────────────────────────────────────── */
.back-to-top {
  text-align: right;
  padding: 12px 60px !important;
  background-color: #f8f8f8;
}

.back-to-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
  height: 44px !important;
  padding: 0 20px;
  border: 2px solid #32bff4;
  border-radius: 30px;
  color: #32bff4 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  text-decoration: none;
  background-color: #1a1818;
  transition: opacity 0.2s;
  margin-bottom: 10px;
  margin-right: 0;
}

.back-to-top-btn img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain;
}

/* ─────────────────────────────────────────────
   15. FOOTER
──────────────────────────────────────────────── */
.footer {
  background-color: #1a1818;
}

.wrapper-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 60px !important;
  gap: 40px;
}

.leftside-footer {
  flex: 1;
  max-width: 240px;
}

.leftside-footer>img {
  width: 140px !important;
  height: auto !important;
}

.footer-content p {
  color: #c5c5c5;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-top: 10px;
}

.leftside-footer .social-links {
  width: auto !important;
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

.leftside-footer .social-links img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}

.policy-footer {
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.policy-footer h5 {
  font-size: 1rem !important;
  color: #f8f8f8;
  font-family: 'Belanosima', sans-serif;
  margin-bottom: 10px;
}

.rightside-footer ul {
  margin-top: 0 !important;
  padding: 0;
  list-style: none;
}

.rightside-footer ul li a {
  display: block;
  color: #c5c5c5 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  text-decoration: none;
  margin: 6px 0 !important;
  transition: color 0.2s;
}

.rightside-footer ul li a:hover {
  color: #32bff4 !important;
}

.footer>div:last-of-type>h5 {
  font-size: 1rem;
  color: #f8f8f8;
  font-family: 'Belanosima', sans-serif;
  margin-bottom: 10px;
}

.footer>.wrapper-footer>div:last-child {
  min-width: 200px;
}

.footer>.wrapper-footer>div:last-child p,
.footer>.wrapper-footer>div:last-child a {
  color: #c5c5c5 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.83rem;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.footer-line {
  border-color: #333 !important;
  margin: 0 60px !important;
}

.footer-end {
  text-align: center;
  color: #aaa !important;
  font-family: 'Poppins', sans-serif;
  font-size: 0.83rem !important;
  padding: 18px !important;
}

.footer-end span {
  color: #32bff4 !important;
}



/* =============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================= */

/* ── 1440px+ large desktop: cap max widths ── */
@media (min-width: 1440px) {
  nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    min-height: 112px;
  }

  .logo img {
    width: 176px !important;
    height: 80px !important;
  }

  .hyper-link {
    font-size: 1.08rem;
    margin: 0 16px;
  }

  .btn-1,
  .btn-donate {
    height: 48px;
    padding: 0 28px;
    font-size: 1rem;
  }

  .hero-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .square-hero {
    width: 55%;
  }

  .about-section {
    padding: 80px 100px !important;
  }

  .get-involved-section {
    padding: 80px 100px !important;
  }

  #donate {
    padding: 80px 100px !important;
  }

  #sponsors {
    padding: 0 !important;
    margin: 50px auto 0 auto !important;
    width: 100% !important;
  }

  .our-founder-section {
    padding: 80px 100px !important;
  }

  #supporters {
    padding: 80px 100px !important;
  }

  #events {
    padding: 80px 100px !important;
  }

  #contact {
    padding: 80px 100px !important;
  }

  .back-to-top {
    padding: 16px 100px !important;
  }

  .wrapper-footer {
    padding: 60px 100px !important;
  }

  .footer-line {
    margin: 0 100px !important;
  }
}

/* ── 1280px desktop ── */
@media (max-width: 1280px) {
  nav {
    padding: 0 36px;
  }

  .hyper-link {
    margin: 0 10px;
    font-size: 1rem;
  }

  .btn-1,
  .btn-donate {
    padding: 0 20px;
    margin-left: 14px !important;
  }

}

/* ── 1024px (iPad landscape / small laptop) ── */
@media (max-width: 1024px) {
  nav {
    padding: 0 24px;
    min-height: 96px;
  }

  #nav.sticky nav,
  #nav.scrolled nav {
    min-height: 80px;
  }

  .logo img {
    width: 152px !important;
    height: 68px !important;
  }

  .hyper-link {
    font-size: 0.95rem;
    margin: 0 8px;
    padding: 6px 2px;
  }

  .btn-1,
  .btn-donate {
    height: 42px;
    padding: 0 18px;
    font-size: 0.88rem;
    margin-left: 10px !important;
  }

  .hero-section {
    padding: 20px 24px 40px;
  }

  .square-hero {
    width: 70% !important;
    padding: 36px 36px;
    min-height: 480px;
  }

  .h2-hero {
    font-size: 1.6rem !important;
    width: 90%;
    max-width: 580px;
  }

  .p-hero {
    font-size: 0.84rem;
    width: 80%;
  }

  .star-svg img {
    right: 4.5% !important;
    top: 7% !important;
    width: 100px !important;
  }

  .horizontal-starts img {
    right: 2% !important;
    bottom: 55px !important;
    width: 260px !important;
  }

  .about-section {
    padding: 60px 40px !important;
  }

  .get-involved-section {
    padding: 60px 40px !important;
  }

  .get-involved-content {
    gap: 30px;
  }

  .leftside-img-content {
    padding-right: 30px;
  }

  #donate {
    padding: 60px 40px !important;
  }

  .donate-form {
    gap: 0;
  }

  .donate-field {
    width: 100%;
    padding-right: 0;
  }

  #sponsors {
    padding: 0 !important;
    margin: 50px auto 0 auto !important;
    width: 100% !important;
  }

  .our-founder-section {
    padding: 60px 40px !important;
  }

  .img-founder {
    gap: 40px;
  }

  #supporters {
    padding: 60px 40px !important;
  }

  .wrapper {
    padding: 20px 30px !important;
  }

  #events {
    padding: 60px 40px !important;
  }

  #contact {
    padding: 60px 40px !important;
  }

  .back-to-top {
    padding: 12px 40px !important;
  }

  .wrapper-footer {
    padding: 40px 40px !important;
  }

  .footer-line {
    margin: 0 40px !important;
  }

  .rightside-contact-form form,
  .contact-form-inner {
    padding: 28px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ── 912px / 820px: modern mobile header & navigation ── */
@media (max-width: 912px) {
  body {
    padding-top: 86px !important;
  }

  #nav {
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #f8f8f8 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
    height: auto !important;
  }

  #nav.sticky,
  #nav.scrolled {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    background-color: rgba(248, 248, 248, 0.98) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08) !important;
  }

  nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
    /* Equal 20px left & right margins */
    min-height: 52px !important;
    height: 52px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  #nav.sticky nav,
  #nav.scrolled nav {
    min-height: 48px !important;
    height: 48px !important;
  }

  .logo {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    flex-shrink: 0 !important;
  }

  .logo a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .logo img,
  .site-logo-img {
    width: 112px !important;
    height: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #nav.sticky .logo img,
  #nav.scrolled .logo img,
  #nav.sticky .site-logo-img,
  #nav.scrolled .site-logo-img {
    width: 105px !important;
    height: 40px !important;
  }

  .hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    cursor: pointer !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    z-index: 100000 !important;
    flex-shrink: 0 !important;
  }

  .hamburger div {
    width: 22px !important;
    height: 2.2px !important;
    background: #1a1818 !important;
    margin: 3.5px 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-4px, 4px) !important;
  }

  .toggle .line2 {
    width: 0 !important;
    opacity: 0 !important;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-4px, -4px) !important;
  }

  .nav-links {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    height: auto !important;
    min-height: 380px !important;
    width: 290px !important;
    z-index: 99999 !important;
    padding: 24px 20px 28px !important;
    margin-top: 72px !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    clip-path: circle(30px at 90% -10%) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    pointer-events: none !important;
    flex-direction: column !important;
    gap: 8px !important;
    box-shadow: -8px 16px 40px rgba(0, 0, 0, 0.15) !important;
    border-bottom-left-radius: 24px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
  }

  .nav-links.open {
    clip-path: circle(1200px at 90% -10%) !important;
    pointer-events: all !important;
  }

  .nav-links li {
    width: 100% !important;
    text-align: left !important;
    justify-content: flex-start !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
  }

  .nav-links li a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 10px 14px !important;
    font-size: 1.05rem !important;
    font-family: 'Belanosima', sans-serif !important;
    font-weight: 600 !important;
    color: #1a1818 !important;
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
  }

  .nav-links li a:hover {
    background-color: rgba(50, 191, 244, 0.08) !important;
    color: #32bff4 !important;
  }

  .nav-links.open li {
    opacity: 1 !important;
  }

  .btn-1,
  .btn-donate {
    margin-left: 0 !important;
    margin-top: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    border-radius: 30px !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    box-shadow: 0 4px 16px rgba(255, 211, 51, 0.4) !important;
  }
}

/* ── 820px: switch to mobile hero ── */
@media (max-width: 820px) {
  .hero-section {
    display: none !important;
  }

  .hero-section-375 {
    display: block !important;
  }

  .about-section,
  .about-us-section {
    padding: 50px 20px !important;
  }

  .heading-ab,
  .heading-about {
    padding-bottom: 24px !important;
    text-align: center !important;
  }

  .heading-about h5,
  .heading-ab h5 {
    font-size: 0.82rem !important;
    letter-spacing: 2px !important;
    margin-bottom: 6px !important;
    text-align: center !important;
  }

  .heading-about h2,
  .heading-ab h2 {
    font-size: clamp(1.6rem, 5vw, 2.1rem) !important;
    text-align: center !important;
  }

  .about-us-big-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
    /* Image on top, Text below */
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .ab-img {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .img-about {
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto 16px auto !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .img-about img {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: none !important;
  }

  .ab-div,
  .ab-div-1 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  .content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .content-para,
  .ab-text {
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    text-align: left !important;
    margin-bottom: 14px !important;
    color: #2b2b2b !important;
    padding: 0 !important;
  }

  .seemore-btn {
    font-size: 0.92rem !important;
    margin-top: 2px !important;
    margin-bottom: 8px !important;
    display: inline-flex !important;
  }

  .get-involved-section {
    padding: 50px 20px !important;
  }

  .get-involved-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 36px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .leftside-img-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .img-invovled {
    height: 250px !important;
  }

  .form-rightside {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .invovled-section-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px 16px !important;
    width: 100% !important;
  }

  .form-row {
    width: 100%;
    padding: 0;
  }

  .input {
    width: 100% !important;
  }

  .input-drop {
    width: 100% !important;
  }

  #donate,
  .support-us-section {
    padding: 10px 20px 50px 20px !important;
  }

  .donate-section-form,
  .donate-section-form.link-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* White card (ON TOP) */
  .rightside-donate-form {
    order: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    border-radius: 20px !important;
    margin: 0 !important;
    padding: 32px 24px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .donate-now-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a1818 !important;
    margin: 0 0 12px 0 !important;
    text-align: center !important;
    display: block !important;
  }

  .donate-para {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
    color: #4a4a4a !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    display: block !important;
  }

  /* Blue card (ON BOTTOM) */
  .leftside-donate-form {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    border-radius: 20px !important;
    padding: 32px 24px !important;
    box-sizing: border-box !important;
    background-color: #98dff9 !important;
    box-shadow: 0 8px 24px rgba(152, 223, 249, 0.25) !important;
    margin: 0 !important;
  }

  .content-leftside-form {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .heading-donate-from {
    display: block !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }

  .h3-donate {
    display: block !important;
    white-space: normal !important;
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    margin: 0 0 8px 0 !important;
  }

  .donate-title-para {
    display: block !important;
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .donate-form {
    display: block !important;
    width: 100% !important;
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
  }

  .donate-fields-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px 16px !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }

  .donate-field {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .donate-section-btn {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  #sponsors {
    padding: 0 !important;
    margin: 40px auto 0 auto !important;
    width: 100% !important;
  }

  .bg-sponsor {
    width: 94% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    padding: 30px 16px 38px 16px !important;
    background-image:
      radial-gradient(circle at 3% 0%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 110px, transparent 111px),
      radial-gradient(circle at 25% 100%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 85px, transparent 86px),
      radial-gradient(circle at 78% 0%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 85px, transparent 86px),
      radial-gradient(circle at 97% 100%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 140px, transparent 141px) !important;
  }

  .slider-container-1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .slick-sponsors {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .slick-sponsors .slider-item-1 {
    text-align: center !important;
    margin: 0 auto !important;
    padding: 6px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .slider-item-1 img {
    margin: 0 auto !important;
  }

  .our-founder-section {
    padding: 50px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .heading-founder {
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .img-founder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 48px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .img-founder>div,
  .img-founder-img-1,
  .img-founder-img-2,
  .small-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    position: static !important;
  }

  .svg-container {
    position: relative !important;
    display: block !important;
    width: 270px !important;
    max-width: 90% !important;
    aspect-ratio: 426.741 / 391.91 !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .founder-detail {
    width: 100% !important;
    max-width: 320px !important;
    margin: 14px auto 0 auto !important;
    text-align: center !important;
    padding: 0 !important;
  }

  #supporters {
    padding: 50px 16px !important;
  }

  .supporters-slider-wrap {
    width: 96% !important;
    padding: 0 35px !important;
  }

  .supporter-img-wrap {
    width: 220px !important;
    height: 270px !important;
  }

  .supporter-accent {
    width: 120px !important;
    height: 150px !important;
  }

  #events {
    padding: 50px 16px !important;
  }

  .gallery-masonry {
    column-count: 3 !important;
    column-gap: 12px !important;
  }

  .gallery-item {
    margin-bottom: 12px !important;
  }

  .gallery-card-tall img {
    height: 260px !important;
  }

  .gallery-card-standard img {
    height: 190px !important;
  }

  .gallery-card-wide img {
    height: 150px !important;
  }

  .gallery-card-square img {
    height: 210px !important;
  }

  #contact {
    padding: 50px 24px !important;
  }

  .contact-wrapper {
    flex-direction: column;
    border-radius: 20px;
    max-width: 100%;
  }

  .leftside-contact-form {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
  }

  .left-side-wrapper {
    padding: 32px 24px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left;
  }

  .leftside-contact-form h3 {
    font-size: 1.5rem;
  }

  .rightside-contact-form {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .rightside-contact-form form,
  .contact-form-inner {
    padding: 28px 24px 36px 24px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .input-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 0 12px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .contact-field {
    width: 100% !important;
    margin: 0 0 14px 0 !important;
    box-sizing: border-box !important;
  }

  .contact-field label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #1a1818 !important;
    display: block !important;
    margin-bottom: 6px !important;
    width: 100% !important;
    text-align: left !important;
  }

  .input-form-contact {
    width: 100% !important;
    border: 1.5px solid #98dff9 !important;
    padding: 12px 14px !important;
    height: 48px !important;
    background-color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.88rem !important;
    border-radius: 6px !important;
    outline: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    display: block !important;
  }

  .textarea {
    width: 100% !important;
    height: 120px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .contact-section-btn {
    margin-top: 14px !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .contact-section-btn .Submit-btn {
    display: inline-block !important;
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .back-to-top {
    padding: 12px 24px !important;
  }

  .wrapper-footer {
    padding: 40px 24px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-line {
    margin: 0 24px !important;
  }

  .policy-footer {
    margin-left: 0 !important;
  }
}

/* ── 480px: phones ── */
@media (max-width: 480px) {
  body {
    padding-top: 82px !important;
  }

  #nav {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  nav {
    padding: 0 16px !important;
    min-height: 48px !important;
    height: 48px !important;
  }

  .logo img,
  .site-logo-img {
    width: 104px !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  .hamburger {
    padding: 4px 0 !important;
  }

  .hamburger div {
    width: 20px !important;
    height: 2px !important;
    margin: 3px 0 !important;
  }

  .hero-section-375 {
    padding: 16px 16px 36px !important;
  }

  .hs-text {
    padding: 28px 18px 30px !important;
    border-radius: 18px !important;
  }

  .hs-txt-1 {
    font-size: 1.35rem !important;
    margin-bottom: 10px !important;
  }

  .hs-txt-2 {
    font-size: 0.82rem !important;
    margin-bottom: 20px !important;
  }

  .hs-btn {
    height: 44px !important;
    padding: 0 32px !important;
    font-size: 0.92rem !important;
  }

  .hs-collage {
    max-width: 320px !important;
    height: 255px !important;
    margin: 16px auto 0 auto !important;
  }

  .hs-img-top {
    width: 135px !important;
    height: 140px !important;
    left: 30px !important;
  }

  .hs-img-bottom-left {
    width: 112px !important;
    height: 94px !important;
    left: 2px !important;
  }

  .hs-img-bottom-right {
    width: 145px !important;
    height: 135px !important;
    right: 14px !important;
  }

  .hs-yellow-accent {
    width: 90px !important;
    height: 72px !important;
    right: 30px !important;
  }

  .about-section {
    padding: 40px 16px !important;
  }

  .heading-about h2,
  .heading-ab h2 {
    font-size: 1.6rem;
  }

  .get-involved-section {
    padding: 40px 16px !important;
  }

  .invovled-section-form {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .img-invovled {
    height: 200px !important;
  }

  #donate,
  .support-us-section {
    padding: 10px 16px 40px 16px !important;
  }

  .donate-section-form,
  .donate-section-form.link-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .rightside-donate-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 24px 18px !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 1 !important;
  }

  .donate-now-title {
    font-size: 1.35rem !important;
    display: block !important;
  }

  .donate-para {
    font-size: 0.84rem !important;
    display: block !important;
  }

  .leftside-donate-form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 24px 18px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background-color: #98dff9 !important;
    order: 2 !important;
  }

  .h3-donate {
    font-size: 1.22rem !important;
    display: block !important;
  }

  .donate-fields-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #sponsors {
    padding: 0 !important;
    margin: 28px auto 0 auto !important;
    width: 100% !important;
  }

  .bg-sponsor {
    width: 94% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    padding: 22px 12px 28px 12px !important;
    background-image:
      radial-gradient(circle at 0% 0%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 65px, transparent 66px),
      radial-gradient(circle at 25% 100%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 50px, transparent 51px),
      radial-gradient(circle at 80% 0%, rgba(242, 255, 253, 0.4) 0, rgba(242, 255, 253, 0.4) 50px, transparent 51px),
      radial-gradient(circle at 100% 100%, rgba(242, 255, 253, 0.45) 0, rgba(242, 255, 253, 0.45) 80px, transparent 81px) !important;
  }

  .bg-sponsor h2 {
    font-size: 1.4rem !important;
    padding: 8px 0 10px 0 !important;
  }

  .slider-container-1 {
    margin: 0 auto !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .slick-sponsors .slider-item-1 {
    padding: 4px 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .slider-item-1 img {
    margin: 0 auto !important;
    max-width: 140px !important;
  }

  .our-founder-section {
    padding: 40px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .img-founder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    width: 100% !important;
  }

  .img-founder>div,
  .img-founder-img-1,
  .img-founder-img-2,
  .small-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 290px !important;
    margin: 0 auto !important;
  }

  .svg-container {
    position: relative !important;
    display: block !important;
    width: 240px !important;
    max-width: 90% !important;
    aspect-ratio: 426.741 / 391.91 !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .founder-detail {
    width: 100% !important;
    max-width: 280px !important;
    margin: 12px auto 0 auto !important;
  }

  .founder-name {
    font-size: 1.15rem !important;
  }

  .founder-bio,
  .founder-detail p:not(.founder-name) {
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
  }

  #supporters {
    padding: 40px 10px !important;
  }

  .supporters-slider-wrap {
    width: 100% !important;
    padding: 0 25px !important;
  }

  .supporter-img-wrap {
    width: 230px !important;
    height: 280px !important;
  }

  .supporter-accent {
    width: 125px !important;
    height: 155px !important;
  }

  #supportersSlider .slick-prev {
    left: -20px !important;
  }

  #supportersSlider .slick-next {
    right: -20px !important;
  }

  #events {
    padding: 40px 10px !important;
  }

  .gallery-wrapper {
    width: 98% !important;
  }

  .gallery-masonry {
    column-count: 2 !important;
    column-gap: 10px !important;
  }

  .gallery-item {
    margin-bottom: 10px !important;
    border-radius: 10px !important;
  }

  .gallery-item img {
    border-radius: 10px !important;
  }

  .gallery-card-tall img {
    height: 210px !important;
  }

  .gallery-card-standard img {
    height: 150px !important;
  }

  .gallery-card-wide img {
    height: 120px !important;
  }

  .gallery-card-square img {
    height: 170px !important;
  }

  .lightbox-prev {
    left: 10px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .lightbox-next {
    right: 10px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .lightbox-close {
    top: 15px !important;
    right: 15px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 26px !important;
  }

  #contact {
    padding: 36px 14px !important;
  }

  .left-side-wrapper {
    padding: 24px 16px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .rightside-contact-form {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .rightside-contact-form form,
  .contact-form-inner {
    padding: 24px 18px 36px 18px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .contact-section-btn {
    margin-top: 14px !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .contact-section-btn .Submit-btn {
    display: inline-block !important;
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .back-to-top {
    padding: 10px 16px !important;
  }

  .wrapper-footer {
    padding: 32px 16px !important;
  }

  .footer-line {
    margin: 0 16px !important;
  }

  .offer-like-btn {
    font-size: 0.78rem;
    padding: 7px 14px;
  }

  .dropdown {
    gap: 8px;
  }
}

/* ── 375px: small phones ── */
@media (max-width: 375px) {
  nav {
    padding: 0 14px !important;
  }

  .logo img,
  .site-logo-img {
    width: 98px !important;
    height: 38px !important;
    max-height: 38px !important;
  }

  .hero-section-375 {
    padding: 12px 12px 30px !important;
  }

  .hs-text {
    padding: 24px 16px 26px !important;
  }

  .hs-txt-1 {
    font-size: 1.25rem !important;
  }

  .hs-txt-2 {
    font-size: 0.8rem !important;
  }

  .hs-btn {
    height: 42px !important;
    padding: 0 28px !important;
    font-size: 0.88rem !important;
  }

  .hs-collage {
    max-width: 290px !important;
    height: 230px !important;
  }

  .hs-img-top {
    width: 125px !important;
    height: 130px !important;
    left: 26px !important;
  }

  .hs-img-bottom-left {
    width: 104px !important;
    height: 86px !important;
    left: 0 !important;
  }

  .hs-img-bottom-right {
    width: 130px !important;
    height: 120px !important;
    right: 10px !important;
  }

  .hs-yellow-accent {
    width: 82px !important;
    height: 64px !important;
    right: 26px !important;
  }

  .img-about img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: none !important;
  }

  .event-img {
    width: 150px !important;
    height: 130px !important;
  }

  .svg-container {
    width: 220px !important;
    max-width: 90% !important;
    aspect-ratio: 426.741 / 391.91 !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .founder-detail {
    width: 100% !important;
    max-width: 260px !important;
  }
}

/* ── 320px: very small phones ── */
@media (max-width: 320px) {
  nav {
    padding: 0 10px !important;
  }

  .logo img,
  .site-logo-img {
    width: 90px !important;
    height: 35px !important;
    max-height: 35px !important;
  }

  .hero-section-375 {
    padding: 10px 10px 24px !important;
  }

  .hs-div {
    padding: 0 !important;
  }

  .hs-text {
    padding: 20px 12px 22px !important;
  }

  .hs-txt-1 {
    font-size: 1.15rem !important;
  }

  .hs-txt-2 {
    font-size: 0.76rem !important;
  }

  .hs-collage {
    max-width: 260px !important;
    height: 205px !important;
  }

  .hs-img-top {
    width: 110px !important;
    height: 115px !important;
    left: 22px !important;
  }

  .hs-img-bottom-left {
    width: 92px !important;
    height: 76px !important;
    left: 0 !important;
  }

  .hs-img-bottom-right {
    width: 115px !important;
    height: 105px !important;
    right: 6px !important;
  }

  .hs-yellow-accent {
    width: 72px !important;
    height: 56px !important;
    right: 20px !important;
  }

  .img-about img {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: none !important;
  }

  .back-to-top-btn {
    width: auto;
    font-size: 0.78rem;
    padding: 0 14px;
  }
}

/* ─────────────────────────────────────────────
   17. UTILITIES
──────────────────────────────────────────────── */
/* Vertical rhythm: section headings */
.heading-about h5,
.heading-invovled h5,
.heading-donate h5,
.heading-founder h5,
.heading-supporters h5,
.heading-events h5,
.heading-contact h5,
#donate h5 {
  margin: 0 0 6px 0;
}

.heading-about h2,
.heading-invovled h2,
.heading-founder h2,
.heading-supporters h2,
.heading-events h2,
.heading-contact h2,
#donate h2 {
  margin: 0 0 0 0;
}

/* Prevent horizontal overflow from any element */
.hero-section,
.about-section,
.get-involved-section,
#donate,
#sponsors,
.our-founder-section,
#supporters,
#events,
#contact,
.footer {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Image zoom overlay fix */
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
}

/* Slick slide item spacing for supporters */
.slick-slide-item {
  outline: none;
}

/* ─────────────────────────────────────────────
   18. HOVER / INTERACTION REFINEMENTS
──────────────────────────────────────────────── */
.hyper-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #32bff4;
  transition: width 0.25s ease;
  margin-top: 2px;
}

.hyper-link:hover::after {
  width: 100%;
}

.btn-2:hover {
  opacity: 0.88;
}

.btn-3:hover {
  border-bottom-color: #ffd333;
  color: #ffd333;
}

.back-to-top-btn:hover {
  opacity: 0.8;
}

/* Ensure Founder frame and photo remain 100% concentric across all viewport widths */
.svg-container {
  aspect-ratio: 426.741 / 391.91 !important;
  height: auto !important;
  position: relative !important;
}

.svg-container img.frame-svg,
.svg-container img:first-child {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}

.svg-container img.founder-photo,
.svg-container img:not(.frame-svg):not(:first-child),
.svg-container img:last-child {
  position: absolute !important;
  top: 54.89% !important;
  left: 55.39% !important;
  transform: translate(-50%, -50%) !important;
  width: 71.15% !important;
  height: 77.47% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

@media (max-width: 820px) {
  .rightside-contact-form {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .rightside-contact-form form,
  .contact-form-inner {
    height: auto !important;
    padding-bottom: 36px !important;
  }
}