 :root {
     --bg: #f7f3eb;
     --surface: #ffffff;
     --text: #17161f;
     --muted: #6d6861;
     --yellow: #f2c94c;
     --yellow-deep: #eebf2f;
     --dark: #0f0c0b;
     --line: rgba(23, 22, 31, 0.14);
     --radius-lg: 22px;
     --radius-md: 16px;
     --shadow: 0 18px 45px rgba(0, 0, 0, .08);
 }

 * {
     box-sizing: border-box;
 }

 html {
     scroll-behavior: smooth;
 }

 body {
     margin: 0;
     font-family: 'Inter', sans-serif;
     background: var(--bg);
     color: var(--text);
 }

 a {
     text-decoration: none;
 }

 img {
     max-width: 100%;
     display: block;
 }

 .custom-container {
     width: min(1180px, calc(100% - 32px));
     margin: auto;
 }

 .navbar-custom {
     background: #fff;
     padding: 18px 0;
 }

 .brand {
     font-size: 1.35rem;
     font-weight: 800;
     color: var(--text);
     letter-spacing: -0.03em;
 }

 .brand span {
     color: #444;
 }

 .nav-link {
     color: #666 !important;
     font-size: 14px;
     font-weight: 500;
     margin: 0 8px;
 }

 .btn-donate {
     background: #1e1e2b;
     color: #fff;
     border-radius: 0;
     font-size: 13px;
     font-weight: 600;
     padding: 11px 22px;
     border: none;
 }

 .hero {
     min-height: 88vh;
     position: relative;
     display: flex;
     align-items: center;
     color: #fff;
     background:
         linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)),
         url('../images/banner.png') center/cover no-repeat;
 }

 .hero-content {
     max-width: 540px;
     padding-top: 70px;
     padding-bottom: 110px;
 }

 .hero h1 {
     font-size: clamp(2.6rem, 5vw, 4.6rem);
     line-height: 1.02;
     font-weight: 800;
     letter-spacing: -0.04em;
     margin-bottom: 30px;
 }

 .hero-actions {
     display: flex;
     gap: 18px;
     flex-wrap: wrap;
     align-items: center;
     margin-bottom: 130px;
 }

 .btn-light-custom {
     background: #fff;
     color: var(--text);
     border: 0;
     padding: 13px 26px;
     border-radius: 8px;
     font-size: 14px;
     font-weight: 600;
 }

 .video-link {
     color: #fff;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     font-weight: 500;
 }

 .hero-stats {
     display: flex;
     align-items: center;
     gap: 18px;
     color: rgba(255, 255, 255, .9);
     font-size: 14px;
 }

 .hero-stats .line {
     flex: 1;
     height: 1px;
     background: rgba(255, 255, 255, .45);
 }

 .section {
     padding: 92px 0;
 }

 .section-light {
     background: #fff;
 }

 .section-cream {
     background: #f8e8b5;
 }

 .section-dark {
     background: #0a0909;
     color: #fff;
 }

 .eyebrow {
     display: flex;
     align-items: center;
     gap: 14px;
     margin-bottom: 24px;
     color: #403d37;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
 }

 .eyebrow::before {
     content: "";
     width: 58px;
     height: 2px;
     background: var(--line);
 }

 .section h2 {
     font-size: clamp(2rem, 4vw, 3.4rem);
     line-height: 1.08;
     font-weight: 800;
     letter-spacing: -0.04em;
     margin-bottom: 20px;
     max-width: 660px;
 }

 .section p.lead-text,
 .section p.small-text {
     color: var(--muted);
     font-size: 14px;
     line-height: 1.8;
     margin-bottom: 18px;
 }

 .btn-yellow {
     background: var(--yellow);
     color: #151515;
     font-size: 14px;
     font-weight: 700;
     padding: 13px 24px;
     border: none;
     border-radius: 0;
     transition: .25s ease;
 }

 .btn-yellow:hover {
     background: var(--yellow-deep);
 }

 .rounded-media {
     overflow: hidden;
     min-height: 470px;
     background-size: cover;
     background-position: center;
     position: relative;
 }

 .play-badge {
     position: absolute;
     inset: 50% auto auto 50%;
     transform: translate(-50%, -50%);
     width: 64px;
     height: 64px;
     background: #fff;
     color: #111;
     border-radius: 50%;
     display: grid;
     place-items: center;
     font-size: 22px;
     box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
 }

 .supporters {
     padding-top: 48px;
     border-top: 1px solid rgba(0, 0, 0, .06);
     margin-top: 46px;
 }

 .supporters-title {
     font-size: 12px;
     letter-spacing: .18em;
     color: #5e574f;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 28px;
 }

 .logo-item {
     color: #6a665f;
     font-weight: 700;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 20px;
     opacity: .85;
 }

 .services-list {
     border-left: 1px solid rgba(0, 0, 0, .08);
     padding-left: 22px;
     margin-top: 28px;
 }

 .service-item {
     margin-bottom: 24px;
 }

 .service-item h5 {
     font-size: 1.15rem;
     font-weight: 700;
     margin-bottom: 8px;
     display: flex;
     gap: 12px;
     align-items: center;
 }

 .service-item h5 i {
     font-size: 15px;
     width: 24px;
     height: 24px;
     border-radius: 6px;
     display: grid;
     place-items: center;
     background: #111;
     color: #fff;
 }

 .service-item p {
     color: #5f5a54;
     margin: 0;
     font-size: 14px;
     line-height: 1.7;
 }

 .project-card {
     min-height: 345px;
     border-radius: 18px;
     overflow: hidden;
     position: relative;
     padding: 24px;
     display: flex;
     align-items: end;
     box-shadow: var(--shadow);
     background-size: cover;
     background-position: center;
 }

 .project-card::before {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .72));
 }

 .project-content {
     position: relative;
     color: #fff;
     z-index: 1;
 }

 .project-content h4 {
     font-size: 1.6rem;
     line-height: 1.15;
     font-weight: 700;
     margin-bottom: 12px;
     max-width: 240px;
 }

 .project-content p {
     color: rgba(255, 255, 255, .82);
     font-size: 14px;
     line-height: 1.7;
     margin-bottom: 18px;
     max-width: 260px;
 }

 .btn-mini {
     background: #fff;
     color: #111;
     font-size: 13px;
     font-weight: 600;
     padding: 10px 18px;
     border: none;
     border-radius: 6px;
 }

 .spend-copy p {
     color: rgba(255, 255, 255, .72);
     font-size: 14px;
     line-height: 1.8;
     max-width: 520px;
 }

 .legend {
     display: flex;
     flex-wrap: wrap;
     gap: 14px 28px;
     margin-top: 28px;
 }

 .legend-item {
     display: flex;
     align-items: center;
     gap: 10px;
     color: #fff;
     font-size: 13px;
 }

 .dot {
     width: 11px;
     height: 11px;
     border-radius: 50%;
 }


 .impact-banner {
     border-radius: 18px;
     overflow: hidden;
     min-height: 270px;
     padding: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: #fff;
     background:
         linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)),
         url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
 }

 .impact-banner h3 {
     font-size: clamp(1.8rem, 4vw, 3rem);
     font-weight: 800;
     line-height: 1.15;
     margin-bottom: 28px;
     max-width: 760px;
 }

 .impact-buttons {
     display: flex;
     gap: 14px;
     justify-content: center;
     flex-wrap: wrap;
 }

 .btn-outline-light-custom {
     background: #fff;
     color: #111;
     padding: 12px 24px;
     font-size: 14px;
     font-weight: 600;
     border: 0;
 }

 .events h3,
 .footer-subscribe h3 {
     font-size: clamp(1.8rem, 3vw, 2.8rem);
     font-weight: 700;
     margin-bottom: 26px;
 }

 .event-card {
     background: var(--yellow);
     border-radius: 14px;
     padding: 26px 24px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 18px;
     min-height: 132px;
 }

 .event-date {
     min-width: 72px;
     text-align: left;
 }

 .event-date .day {
     font-size: 2.4rem;
     font-weight: 800;
     line-height: .9;
 }

 .event-date .month {
     font-size: 13px;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: #444;
     font-weight: 700;
 }

 .event-meta {
     flex: 1;
 }

 .event-meta span {
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: .16em;
     color: #4a443d;
     font-weight: 700;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 8px;
 }

 .event-meta span::after {
     content: '';
     width: 44px;
     height: 1px;
     background: rgba(0, 0, 0, .22);
 }

 .event-meta h5 {
     font-size: 1.7rem;
     line-height: 1.2;
     font-weight: 700;
     max-width: 290px;
     margin: 0;
 }

 .event-arrow {
     width: 42px;
     height: 42px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .8);
     display: grid;
     place-items: center;
     flex-shrink: 0;
     color: #111;
     font-size: 18px;
 }

 footer {
     background: #0f0c0b;
     color: #fff;
     padding: 74px 0 60px;
 }

 .footer-brand {
     font-size: 1.4rem;
     font-weight: 800;
     margin-bottom: 24px;
 }

 .footer-links h6 {
     font-size: 14px;
     font-weight: 700;
     margin-bottom: 18px;
 }

 .footer-links a {
     display: block;
     color: rgba(255, 255, 255, .74);
     font-size: 14px;
     margin-bottom: 11px;
 }

 .footer-subscribe p {
     color: rgba(255, 255, 255, .7);
     font-size: 14px;
 }

 .subscribe-box {
     display: flex;
     border: 1px solid rgba(255, 255, 255, .18);
     overflow: hidden;
     margin-top: 20px;
     height: 52px;
     background: transparent;
 }

 .subscribe-box input {
     flex: 1;
     border: 0;
     background: transparent;
     color: #fff;
     padding: 0 16px;
     outline: none;
 }

 .subscribe-box button {
     min-width: 132px;
     border: 0;
     background: #fff;
     color: #111;
     font-weight: 600;
 }

 .fade-up {
     opacity: 0;
     transform: translateY(28px);
     transition: opacity .8s ease, transform .8s ease;
 }

 .fade-up.show {
     opacity: 1;
     transform: translateY(0);
 }

 /* ABout */
 .about-wrap {
     width: min(1170px, calc(100% - 32px));
     margin: auto;
 }

 .about-block-top {
     background: #ffffff;
     padding: 54px 0 0;
 }

 .about-line-tag {
     display: flex;
     align-items: center;
     gap: 14px;
     margin-bottom: 24px;
     color: #26242f;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
 }

 .about-line-tag::before {
     content: "";
     width: 56px;
     height: 2px;
     background: rgba(0, 0, 0, .18);
 }

 .about-headline {
     font-size: clamp(2.1rem, 4.7vw, 4.25rem);
     line-height: 1.05;
     font-weight: 800;
     letter-spacing: -.05em;
     max-width: 630px;
     margin: 0;
 }

 .about-copy-strong {
     font-size: 17px;
     line-height: 1.45;
     font-weight: 700;
     margin: 0 0 12px;
     max-width: 410px;
 }

 .about-copy-text {
     font-size: 14px;
     line-height: 1.85;
     color: #6f685f;
     margin: 0;
     max-width: 420px;
 }

 .about-video-shell {
     margin-top: 44px;
     border-radius: 22px;
     overflow: hidden;
     min-height: 430px;
     /* background: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; */
     position: relative;
     transform: translateY(40px);
     /* box-shadow: 0 18px 40px rgba(0, 0, 0, .08); */
 }

 .about-video-play {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 66px;
     height: 66px;
     border-radius: 50%;
     background: #fff;
     color: #111;
     display: grid;
     place-items: center;
     font-size: 23px;
     box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
 }

 .about-cream-zone {
     background: #fff1c7;
     padding: 112px 0 64px;
 }

 .about-mini-title {
     color: #26242f;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     margin-bottom: 18px;
 }

 .about-mission-card h3,
 .about-vision-card h3 {
     font-size: 2rem;
     line-height: 1.22;
     font-weight: 700;
     margin-bottom: 14px;
     max-width: 490px;
 }

 .about-mission-card p,
 .about-vision-card p {
     font-size: 14px;
     line-height: 1.85;
     color: #6f685f;
     max-width: 465px;
     margin: 0;
 }

 .about-support-strip {
     padding-top: 60px;
 }

 .about-support-heading {
     color: #26242f;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     margin-bottom: 26px;
 }

 .about-support-logo {
     display: flex;
     align-items: center;
     gap: 9px;
     color: #69645c;
     font-size: 20px;
     font-weight: 700;
     opacity: .9;
 }

 .about-award-zone {
     background: #ffffff;
     padding: 76px 0 80px;
 }

 .about-center-title {
     text-align: center;
     font-size: clamp(2rem, 4vw, 3.15rem);
     line-height: 1.1;
     font-weight: 800;
     letter-spacing: -.04em;
     margin-bottom: 54px;
 }

 .about-award-item {
     text-align: center;
 }

 .about-award-mark {
     width: 86px;
     height: 86px;
     margin: 0 auto 14px;
     position: relative;
     display: grid;
     place-items: center;
 }

 .about-award-mark::before,
 .about-award-mark::after {
     content: '\F136';
     font-family: bootstrap-icons;
     position: absolute;
     top: 18px;
     font-size: 28px;
     color: #1f1d26;
 }

 .about-award-mark::before {
     left: 7px;
     transform: rotate(-18deg);
 }

 .about-award-mark::after {
     right: 7px;
     transform: scaleX(-1) rotate(-18deg);
 }

 .about-award-mark i {
     color: #f3c63e;
     font-size: 24px;
     z-index: 1;
     margin-top: 6px;
 }

 .about-award-item h4 {
     margin: 0 0 8px;
     font-size: 2rem;
     line-height: 1;
     font-weight: 800;
 }

 .about-award-item h5 {
     margin: 0 0 5px;
     font-size: 15px;
     font-weight: 700;
 }

 .about-award-item p {
     margin: 0;
     font-size: 11px;
     letter-spacing: .06em;
     text-transform: uppercase;
     color: #8e887f;
 }

 .about-journey-box {
     margin-top: 62px;
     background: #f5cb43;
     border-radius: 18px;
     padding: 42px 40px;
     box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
 }

 .about-journey-tag {
     color: #26242f;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     margin-bottom: 16px;
 }

 .about-journey-box h3 {
     font-size: clamp(2.15rem, 4vw, 4rem);
     line-height: 1.05;
     font-weight: 800;
     letter-spacing: -.045em;
     margin: 0 0 16px;
 }

 .about-journey-box p {
     font-size: 14px;
     line-height: 1.8;
     color: rgba(0, 0, 0, .68);
     margin: 0;
     max-width: 460px;
 }

 .about-journey-stats {
     display: flex;
     gap: 34px;
     flex-wrap: wrap;
     margin-top: 28px;
 }

 .about-journey-stats strong {
     display: block;
     font-size: 1.75rem;
     line-height: 1;
     font-weight: 800;
 }

 .about-journey-stats span {
     display: block;
     margin-top: 7px;
     color: rgba(0, 0, 0, .62);
     font-size: 11px;
     letter-spacing: .08em;
     text-transform: uppercase;
 }

 .about-journey-image {
     min-height: 330px;
     border-radius: 16px;
     background: url('../images/2.jpg') center/cover no-repeat;
 }

 .about-team-zone {
     background: #ffffff;
     padding: 74px 0 44px;
 }

 .about-team-head {
     text-align: center;
     max-width: 620px;
     margin: 0 auto 48px;
 }

 .about-team-head h2 {
     font-size: clamp(2rem, 4vw, 3.1rem);
     line-height: 1.1;
     font-weight: 800;
     letter-spacing: -.04em;
     margin: 0 0 12px;
 }

 .about-team-head p {
     font-size: 14px;
     line-height: 1.8;
     color: #8d887f;
     margin: 0 auto;
     max-width: 480px;
 }

 .about-member-card {
     text-align: center;
     margin-bottom: 28px;
 }

 .about-member-photo {
     aspect-ratio: 1 / 1.08;
     border-radius: 16px;
     background-size: cover;
     background-position: center;
     margin-bottom: 16px;
     box-shadow: 0 14px 28px rgba(0, 0, 0, .05);
 }

 .about-member-card h4 {
     font-size: 1.1rem;
     font-weight: 700;
     margin: 0 0 6px;
 }

 .about-member-card p {
     color: #8d887f;
     font-size: 12px;
     margin: 0 0 10px;
 }

 .about-member-icons {
     display: flex;
     justify-content: center;
     gap: 14px;
 }

 .about-member-icons a {
     color: #2a2a34;
     font-size: 13px;
 }

 /* What we do */
 .wwd-shell {
     width: min(1180px, calc(100% - 32px));
     margin: auto;
 }

 .wwd-top {
     padding: 74px 0 82px;
     background: #ffffff;
 }

 .wwd-tag {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 28px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: #232531;
 }

 .wwd-tag::before {
     content: "";
     width: 60px;
     height: 2px;
     background: rgba(20, 20, 20, .45);
 }

 .wwd-title {
     font-size: clamp(2.5rem, 5vw, 5rem);
     line-height: 1.05;
     letter-spacing: -.05em;
     font-weight: 800;
     max-width: 560px;
     margin: 0 0 28px;
 }

 .wwd-text {
     font-size: 14px;
     line-height: 1.9;
     color: #676766;
     max-width: 640px;
     margin: 0;
 }

 .wwd-photo {
     min-height: 380px;
     border-radius: 24px;
     background: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('https://images.unsplash.com/photo-1516627145497-ae6968895b74?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
     box-shadow: 0 16px 38px rgba(0, 0, 0, .06);
 }

 .wwd-bottom {
     background: #fff0be;
     padding: 88px 0 92px;
 }

 .wwd-subtitle {
     font-size: clamp(2.2rem, 4.5vw, 4.35rem);
     line-height: 1.08;
     letter-spacing: -.045em;
     font-weight: 800;
     max-width: 980px;
     margin: 0 0 54px;
 }

 .wwd-item {
     display: flex;
     align-items: flex-start;
     gap: 22px;
     margin-bottom: 44px;
 }

 .wwd-icon {
     width: 42px;
     height: 42px;
     border-radius: 8px;
     background: #111111;
     color: #fff4cd;
     display: grid;
     place-items: center;
     flex-shrink: 0;
     font-size: 18px;
     margin-top: 4px;
 }

 .wwd-item h3 {
     font-size: 1.2rem;
     line-height: 1.2;
     font-weight: 700;
     margin: 0 0 10px;
     color: #1d2235;
 }

 .wwd-item p {
     margin: 0;
     font-size: 14px;
     line-height: 1.85;
     color: #66635b;
     max-width: 310px;
 }

 /* Media */
 .news-shell {
     width: min(1180px, calc(100% - 32px));
     margin: auto;
 }

 .news-cream {
     background: #fff3c4;
     padding: 78px 0 88px;
 }

 .news-tag {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 28px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: #232531;
 }

 .news-tag::before {
     content: "";
     width: 60px;
     height: 2px;
     background: rgba(20, 20, 20, .45);
 }


 .news-title {
     font-size: clamp(2.2rem, 4.8vw, 4.5rem);
     line-height: 1.06;
     letter-spacing: -.05em;
     font-weight: 800;
     margin: 0 0 22px;
 }

 .news-text {
     font-size: 14px;
     line-height: 1.85;
     color: #676766;
     margin: 0 0 24px;
 }

 .news-btn {
     background: #f4c430;
     color: #1a1a1a;
     padding: 12px 26px;
     border: none;
     border-radius: 0;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: .02em;
 }

 .news-news-wrap {
     display: flex;
     gap: 20px;
     height: 100%;
     flex-direction: column;
     background: #ffffff;
     padding: 24px;
     border-radius: 18px;

 }

 .news-card {
     flex: 1;
     display: flex;
     gap: 18px;
 }

 .news-card-img {
     width: 80px;
     height: 80px;
     border-radius: 14px;
     background-size: cover;
     background-position: center;
     margin-bottom: 18px;
     position: relative;
     overflow: hidden;
 }

 .news-card-img::after {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .32);
 }

 .news-card-date {
     font-size: 11px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: #1d2235;
     margin-bottom: 8px;
     position: relative;
     z-index: 1;
 }

 .news-card-title {
     font-size: 1.25rem;
     line-height: 1.28;
     font-weight: 700;
     color: #000;
     margin: 0 0 12px;
     position: relative;
     z-index: 1;
     max-height: 3.6em;
     overflow: hidden;
 }

 .news-card-text {
     font-size: 13px;
     line-height: 1.7;
     color: rgba(0, 0, 0, 0.88);
     margin: 0;
     position: relative;
     z-index: 1;
     flex: 1;
 }

 /* Contact */
 .contact-container {
     width: min(1180px, calc(100% - 32px));
     margin: auto;
 }

 .contact-hero {
     padding: 84px 0 92px;
     background-color: #FCEDC6;
 }

 .contact-tag {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 28px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: var(--text-dark);
 }

 .contact-form-section {
     padding: 30px;
     background-color: #fff;
 }

 .contact-tag::before {
     content: "";
     width: 60px;
     height: 2px;
     background: rgba(20, 20, 20, .45);
 }

 .contact-title {
     font-size: clamp(2.3rem, 5vw, 4.8rem);
     line-height: 1.05;
     letter-spacing: -.05em;
     font-weight: 800;
     margin: 0 0 24px;
     max-width: 520px;
 }

 .contact-text {
     font-size: 14px;
     line-height: 1.85;
     color: var(--text-muted);
     margin: 0 0 42px;
     max-width: 460px;
 }

 .contact-info {
     border-radius: 22px;
     padding: 48px 42px;
 }

 .contact-info-title {
     font-size: 1.4rem;
     font-weight: 700;
     margin-bottom: 18px;
     color: var(--text-dark);
 }

 .contact-info-item {
     display: flex;
     align-items: center;
     gap: 16px;
     margin-bottom: 28px;
     color: var(--text-muted);
     font-size: 14px;
 }

 .contact-info-item i {
     color: #000;
     font-size: 18px;
     width: 24px;
 }

 .contact-socials {
     display: flex;
     gap: 16px;
 }

 .contact-socials a {
     color: var(--text-dark);
     font-size: 18px;
     width: 38px;
     height: 38px;
     display: grid;
     place-items: center;
     border-radius: 8px;
     background: rgba(244, 196, 48, .12);
     transition: all .25s ease;
 }

 .contact-socials a:hover {
     background: var(--yellow);
     color: #1a1a1a;
     transform: translateY(-2px);
 }

 .contact-form {
     padding: 52px 48px;
 }

 .contact-form .form-control {
     border: 1px solid rgba(0, 0, 0, .12);
     border-radius: 12px;
     padding: 16px 20px;
     font-size: 14px;
     margin-bottom: 24px;
     transition: border-color .25s ease;
 }

 .contact-form .form-control:focus {
     border-color: var(--yellow);
     box-shadow: 0 0 0 3px rgba(244, 196, 48, .1);
 }

 .contact-form textarea {
     min-height: 140px;
     resize: vertical;
 }

 .contact-submit {
     background: var(--yellow);
     color: #1a1a1a;
     border: none;
     padding: 18px 42px;
     border-radius: 12px;
     font-size: 15px;
     font-weight: 700;
     letter-spacing: .02em;
     width: 100%;
     transition: all .25s ease;
 }

 .contact-submit:hover {
     transform: translateY(-2px);
     box-shadow: 0 12px 28px rgba(244, 196, 48, .4);
 }

 .contact-map {
     border-radius: 22px;
     overflow: hidden;
     height: 420px;
     margin-top: 48px;
     box-shadow: var(--shadow);
     width: -webkit-fill-available;
 }

 /* Donation */

 /* Hero Section */
 .hero-section {
     background: #FCEDC6;
     padding: 60px 0;
     min-height: 400px;
     display: flex;
     align-items: center;
 }

 .donation-content h1 {
     font-size: 2.8rem;
     font-weight: 800;
     color: #1a1a1a;
     margin-bottom: 20px;
     line-height: 1.2;
 }

 .donation-content p {
     font-size: 1rem;
     color: #555;
     margin-bottom: 30px;
     line-height: 1.6;
     max-width: 400px;
 }

 .donate-label {
     text-transform: uppercase;
     font-size: 0.75rem;
     letter-spacing: 2px;
     color: #1a1a1a;
     border-top: 3px solid #1a1a1a;
     width: 15%;
 }

 .btn-donate-primary {
     background-color: #f4d66a;
     color: #1a1a1a;
     border: none;
     padding: 12px 35px;
     font-size: 0.95rem;
     font-weight: 600;
     border-radius: 4px;
     transition: all 0.3s ease;
     text-decoration: none;
     display: inline-block;
 }

 .btn-donate-primary:hover {
     background-color: #f0cd45;
     color: #1a1a1a;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(244, 214, 106, 0.3);
 }

 .hero-image {
     position: relative;
     height: 100%;
 }

 .hero-image img {
     width: 100%;
     height: auto;
     max-width: 500px;
     border-radius: 20px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
 }

 /* Contribute Section */
 .contribute-section {
     padding: 80px 0;
     background: #ffffff;
 }

 .contribute-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .contribute-title {
     font-size: 2.5rem;
     font-weight: 800;
     color: #1a1a1a;
     margin-bottom: 50px;
     max-width: 500px;
 }

 .contribute-content {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     align-items: start;
 }

 .contribute-left p {
     color: #666;
     font-size: 0.95rem;
     line-height: 1.8;
     margin-bottom: 0;
 }

 .contribute-right {
     margin-top: 0;
 }

 .tabs-section {
     margin-bottom: 40px;
 }

 .nav-tabs {
     border-bottom: 2px solid #f0f0f0;
     gap: 40px;
 }

 .nav-link {
     color: #999;
     border: none;
     padding: 0 0 12px 0;
     font-size: 0.95rem;
     font-weight: 500;
     transition: all 0.3s ease;
 }

 .nav-link:hover {
     color: #1a1a1a;
     border-bottom: 3px solid #f4d66a;
 }

 .nav-link.active {
     color: #1a1a1a;
     border-color: transparent !important;
     border-bottom: 3px solid #f4d66a !important;
     background-color: transparent !important;
 }

 .tab-content {
     padding: 0;
 }

 .tab-pane p {
     color: #666;
     font-size: 0.95rem;
     line-height: 1.8;
 }

 .usage-section {
     padding: 80px 0;
     background: #f9f9f9;
 }

 .usage-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .usage-title {
     font-size: 2.5rem;
     font-weight: 800;
     color: #1a1a1a;
     margin-bottom: 50px;
 }

 .usage-content {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 40px;
 }

 .usage-item p {
     color: #666;
     font-size: 0.95rem;
     line-height: 1.8;
 }

 .project-section {
     background-color: #f8f9fb;
 }

 .project-label {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .project-label .line {
     width: 40px;
     height: 2px;
     background-color: #000;
 }

 .project-label .text {
     font-size: 12px;
     letter-spacing: 2px;
     font-weight: 600;
     color: #6c757d;
 }

 .project-title {
     font-size: 38px;
     font-weight: 700;
     color: #1d1d1f;
     line-height: 1.3;
 }

 .project-text {
     font-size: 15px;
     color: #6c757d;
     line-height: 1.8;
 }
 .project-img img {
     width: 100%;
     border-radius: 12px;
 }

 .sub-heading {
     font-size: 26px;
     font-weight: 700;
     color: #1d1d1f;
 }

 .project-list {
     margin-left: 18px;
     color: #6c757d;
 }

 .project-list li {
     margin-bottom: 6px;
 }

 /* event */
 .event-hero {
     background-color: #efe2b8;
     padding: 80px 0;
 }

 .hero-title {
     font-size: 40px;
     font-weight: 700;
     color: #1d1d1f;
 }

 .hero-meta span {
     font-size: 14px;
     color: #333;
 }

 .section-title {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 15px;
 }

 .about-img img {
     width: 100%;
     border-radius: 12px;
 }

 .other-events h4 {
     font-weight: 700;
 }

 .other-events .line {
     height: 1px;
     background: #ddd;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .hero-section {
         padding: 40px 0;
     }

     .hero-content h1 {
         font-size: 2rem;
     }

     .contribute-content {
         grid-template-columns: 1fr;
         gap: 40px;
     }

     .usage-content {
         grid-template-columns: 1fr;
     }

     .contribute-title,
     .usage-title {
         font-size: 1.8rem;
     }

     .hero-image {
         margin-top: 30px;
     }
 }

 @media (max-width: 576px) {
     .hero-content h1 {
         font-size: 1.5rem;
     }

     .hero-content p {
         font-size: 0.9rem;
     }

     .btn-donate-primary {
         padding: 10px 25px;
         font-size: 0.9rem;
     }

     .contribute-title,
     .usage-title {
         font-size: 1.5rem;
     }

     .nav-tabs {
         gap: 15px;
     }
 }

 @media (max-width: 991.98px) {
     .contact-hero {
         padding: 68px 0 76px;
     }

     .contact-form,
     .contact-info {
         padding: 38px 32px;
         margin-bottom: 32px;
     }

     .contact-map {
         height: 340px;
         margin-top: 32px;
     }
 }

 @media (max-width: 767.98px) {
     .contact-container {
         width: min(100% - 24px, 1180px);
     }

     .contact-title {
         max-width: 100%;
     }
 }

 @media (max-width:991.98px) {
     .news-cream {
         padding: 64px 0 72px;
     }

     .news-left {
         max-width: 100%;
     }

     .news-news-wrap {
         flex-direction: column;
     }
 }

 @media (max-width:767.98px) {
     .news-shell {
         width: min(100% - 24px, 1180px);
     }

     .news-title {
         max-width: 100%;
     }
 }

 @media (max-width:991.98px) {
     .wwd-top {
         padding: 56px 0 62px;
     }

     .wwd-photo {
         min-height: 320px;
         margin-top: 10px;
     }

     .wwd-bottom {
         padding: 68px 0 70px;
     }
 }

 @media (max-width:767.98px) {
     .wwd-shell {
         width: min(100% - 24px, 1180px);
     }

     .wwd-title {
         max-width: 100%;
     }

     .wwd-subtitle {
         margin-bottom: 38px;
     }

     .wwd-item {
         margin-bottom: 32px;
     }

     .wwd-photo {
         min-height: 250px;
     }
 }

 @media (max-width:991.98px) {
     .about-video-shell {
         min-height: 320px;
         transform: translateY(30px);
     }

     .about-cream-zone {
         padding-top: 92px;
     }

     .about-journey-box {
         padding: 28px 24px;
     }

     .about-journey-image {
         margin-top: 20px;
         min-height: 280px;
     }
 }

 @media (max-width:767.98px) {
     .about-wrap {
         width: min(100% - 24px, 1170px);
     }

     .about-block-top {
         padding-top: 38px;
     }

     .about-video-shell {
         min-height: 235px;
     }

     .about-cream-zone {
         padding-top: 82px;
         padding-bottom: 52px;
     }
 }

 @media (max-width: 991.98px) {
     .hero {
         min-height: auto;
         padding: 30px 0 20px;
     }

     .hero-content {
         padding: 40px 0 70px;
     }

     .hero-actions {
         margin-bottom: 70px;
     }

     .rounded-media {
         min-height: 380px;
         margin-top: 34px;
     }

     .section {
         padding: 70px 0;
     }

     .project-card {
         min-height: 300px;
     }

     .navbar-collapse {
         padding-top: 16px;
     }

     .event-meta h5 {
         font-size: 1.3rem;
     }
 }

 @media (max-width: 767.98px) {
     .custom-container {
         width: min(100% - 24px, 1180px);
     }

     .hero h1,
     .section h2 {
         max-width: 100%;
     }

     .hero-stats {
         gap: 10px;
         font-size: 12px;
     }

     .supporters .row {
         row-gap: 18px;
     }

     .impact-banner {
         padding: 28px 18px;
         min-height: 220px;
     }

     .event-card {
         align-items: flex-start;
         padding: 22px 18px;
     }

     .event-meta h5 {
         max-width: 100%;
     }

     .subscribe-box {
         flex-direction: column;
         height: auto;
     }

     .subscribe-box input {
         height: 52px;
     }

     .subscribe-box button {
         height: 50px;
         width: 100%;
     }
 }