/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #444; background: #fff; line-height: 1.7; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
h1,h2,h3,h4,h5 { font-family: 'Oswald', sans-serif; line-height: 1.2; color: #1e3a8a; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 90px 0; }
.text-center { text-align: center; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 13px 32px; border-radius: 3px; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; }
.btn-primary { background: #dc143c; color: #fff; border-color: #dc143c; }
.btn-primary:hover { background: #b91c3c; border-color: #b91c3c; }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: #dc143c; }
.btn-ghost { background: transparent; color: #dc143c; border-color: #dc143c; }
.btn-ghost:hover { background: #dc143c; color: #fff; }
.btn-outline-dark { background: transparent; color: #1e3a8a; border-color: #1e3a8a; }
.btn-outline-dark:hover { background: #dc143c; color: #fff; border-color: #dc143c; }
.btn-white { background: #fff; color: #dc143c; border-color: #fff; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 13px 32px; border-radius: 3px; }
.btn-white:hover { background: #dc143c; color: #fff; border-color: #dc143c; }

/* ===== SECTION LABELS & TITLES ===== */
.section-label { display: inline-block; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #dc143c; margin-bottom: 10px; position: relative; padding-left: 40px; }
.section-label::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 2px; background: #dc143c; }
.section-label.light { color: #fff; }
.section-label.light::before { background: #fff; }
.section-title { font-size: 40px; font-weight: 700; color: #1e3a8a; margin-bottom: 20px; }
.section-title span { color: #dc143c; }
.section-desc { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }
.section-header { margin-bottom: 55px; }
.section-header-flex { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 45px; flex-wrap: wrap; gap: 20px; }
.read-more { color: #dc143c; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; }
.read-more:hover { color: #1e3a8a; }
.read-more i { font-size: 12px; transition: transform 0.3s; }
.read-more:hover i { transform: translateX(4px); }

/* ===== TOP BAR ===== */
.topbar { background: #1e3a8a; color: #aaa; font-size: 13px; padding: 8px 0; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-left span { display: flex; align-items: center; gap: 6px; }
.topbar-left i { color: #dc143c; }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-right a { color: #aaa; font-size: 13px; }
.topbar-right a:hover { color: #dc143c; }
.topbar-btn { background: #dc143c; color: #fff !important; padding: 4px 16px; border-radius: 2px; font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.topbar-btn:hover { background: #b91c3c !important; }

/* ===== HEADER ===== */
.site-header { background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 1000; transition: all 0.3s ease; }
.site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.15); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 80px; }
.logo a { display: flex; align-items: center; gap: 10px; }
.logo .logo-icon { width: 40px; height: 40px; background: #dc143c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.logo .logo-text { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #1e3a8a; letter-spacing: 2px; }
.main-nav ul { display: flex; gap: 5px; }
.main-nav ul li a { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500; color: #333; padding: 10px 14px; letter-spacing: 0.5px; text-transform: uppercase; border-bottom: 2px solid transparent; transition: all 0.3s; }
.main-nav ul li a:hover, .main-nav ul li.active a { color: #dc143c; border-bottom-color: #dc143c; }
.mobile-toggle { display: none; background: none; border: none; font-size: 22px; color: #1e3a8a; cursor: pointer; }

/* ===== HERO SLIDER ===== */
.hero-slider { position: relative; overflow: hidden; height: 680px; }
.slides-wrapper { position: relative; width: 100%; height: 100%; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.8s ease; pointer-events: none; }
.slide.active { opacity: 1; z-index: 1; pointer-events: auto; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,58,138,0.85) 0%, rgba(30,58,138,0.5) 60%, rgba(30,58,138,0.2) 100%); }
.slide-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 80px; }
.slide-text { max-width: 580px; }
.slide-tag { display: inline-block; background: #dc143c; color: #fff; font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 5px 16px; margin-bottom: 20px; }
.slide-text h1 { font-size: 58px; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.slide-text h1 span { color: #dc143c; }
.slide-text p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 35px; line-height: 1.7; }
.slide-btns { display: flex; gap: 15px; flex-wrap: wrap; }
.slide-image { flex-shrink: 0; width: 340px; }
.slide-image img { width: 100%; height: 500px; object-fit: cover; object-position: top; border-radius: 4px; border: 4px solid rgba(255,255,255,0.15); }
.slider-prev, .slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(220,20,60,0.8); color: #fff; border: none; width: 48px; height: 48px; border-radius: 50%; font-size: 16px; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-prev:hover, .slider-next:hover { background: #dc143c; transform: translateY(-50%) scale(1.1); }
.slider-dots { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.dot.active { background: #dc143c; transform: scale(1.3); }

/* ===== ABOUT SECTION ===== */
.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.img-frame { position: relative; }
.img-frame img { width: 100%; height: 520px; object-fit: cover; object-position: top; border-radius: 4px; }
.img-badge { position: absolute; bottom: -20px; right: -20px; background: #dc143c; color: #fff; padding: 25px 30px; text-align: center; border-radius: 4px; }
.badge-years { display: block; font-family: 'Oswald', sans-serif; font-size: 42px; font-weight: 700; line-height: 1; }
.badge-label { display: block; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-top: 5px; }
.about-lead { font-size: 17px; color: #333; font-weight: 500; margin-bottom: 15px; line-height: 1.7; }
.about-content p { color: #666; margin-bottom: 25px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.feature-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #333; font-weight: 500; }
.feature-item i { color: #dc143c; font-size: 16px; flex-shrink: 0; }
.about-btns { display: flex; gap: 15px; flex-wrap: wrap; }

/* ===== COUNTER SECTION ===== */
.counter-section { background: #1e3a8a; padding: 70px 0; }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.counter-item { text-align: center; color: #fff; padding: 20px; }
.counter-item i { font-size: 40px; color: #dc143c; margin-bottom: 15px; display: block; }
.counter-val { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.counter-number { font-family: 'Oswald', sans-serif; font-size: 48px; font-weight: 700; color: #fff; line-height: 1; }
.counter-plus { font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 700; color: #dc143c; }
.counter-item p { font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-top: 8px; }

/* ===== ISSUES SECTION ===== */
.issues-section { background: #f8f8f8; }
.issues-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.issue-card { background: #fff; padding: 40px 30px; border-radius: 4px; box-shadow: 0 5px 30px rgba(0,0,0,0.06); transition: all 0.3s ease; border-bottom: 3px solid transparent; }
.issue-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); border-bottom-color: #dc143c; }
.issue-icon { width: 70px; height: 70px; background: #fff0f3; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all 0.3s; }
.issue-icon i { font-size: 28px; color: #dc143c; }
.issue-card:hover .issue-icon { background: #dc143c; }
.issue-card:hover .issue-icon i { color: #fff; }
.issue-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 12px; color: #1e3a8a; }
.issue-card p { color: #666; font-size: 14px; margin-bottom: 20px; line-height: 1.7; }

/* ===== VIDEO SECTION ===== */
.video-section { }
.video-bg { background-size: cover; background-position: center; background-attachment: fixed; position: relative; padding: 120px 0; text-align: center; }
.video-overlay { position: absolute; inset: 0; background: rgba(30,58,138,0.75); }
.video-content { position: relative; z-index: 2; color: #fff; }
.video-content h2 { font-size: 44px; font-weight: 700; color: #fff; margin: 15px 0 20px; }
.video-content h2 span { color: #dc143c; }
.video-content p { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 40px; }
.play-btn { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: #dc143c; border-radius: 50%; color: #fff; font-size: 24px; transition: all 0.3s; box-shadow: 0 0 0 12px rgba(220,20,60,0.25); }
.play-btn:hover { background: #fff; color: #dc143c; transform: scale(1.1); }

/* ===== EVENTS SECTION ===== */
.events-section { background: #fff; }
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.event-card { display: flex; gap: 20px; padding: 25px; border: 1px solid #eee; border-radius: 4px; transition: all 0.3s; }
.event-card:hover { box-shadow: 0 10px 35px rgba(0,0,0,0.1); border-color: transparent; transform: translateY(-4px); }
.event-date { flex-shrink: 0; width: 70px; height: 80px; background: #dc143c; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 4px; text-align: center; }
.date-day { font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 700; line-height: 1; }
.date-month { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.event-info { flex: 1; }
.event-tag { display: inline-block; background: #fff0f3; color: #dc143c; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; margin-bottom: 8px; }
.event-info h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.event-info h3 a:hover { color: #dc143c; }
.event-meta { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 10px; }
.event-meta span { font-size: 13px; color: #888; display: flex; align-items: center; gap: 5px; }
.event-meta i { color: #dc143c; }
.event-info p { font-size: 14px; color: #666; line-height: 1.6; }

/* ===== DONATION BANNER ===== */
.donation-banner { background: linear-gradient(135deg, #dc143c 0%, #b91c3c 100%); padding: 60px 0; }
.donation-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.donation-text h2 { font-size: 32px; color: #fff; margin-bottom: 8px; }
.donation-text p { color: rgba(255,255,255,0.85); font-size: 15px; }
.donation-amounts { display: flex; gap: 10px; flex-wrap: wrap; }
.amount-btn { background: rgba(255,255,255,0.15); color: #fff; border: 2px solid rgba(255,255,255,0.4); padding: 10px 22px; border-radius: 3px; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.amount-btn:hover, .amount-btn.active { background: #fff; color: #dc143c; border-color: #fff; }

/* ===== NEWS SECTION ===== */
.news-section { background: #f8f8f8; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.06); transition: all 0.3s; }
.news-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.news-image { position: relative; overflow: hidden; height: 220px; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .news-image img { transform: scale(1.08); }
.news-cat { position: absolute; top: 15px; left: 15px; background: #dc143c; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 2px; }
.news-body { padding: 25px; }
.news-meta { display: flex; gap: 15px; margin-bottom: 12px; flex-wrap: wrap; }
.news-meta span { font-size: 12px; color: #999; display: flex; align-items: center; gap: 5px; }
.news-meta i { color: #dc143c; }
.news-body h3 { font-size: 18px; font-weight: 600; margin-bottom: 12px; line-height: 1.4; }
.news-body h3 a:hover { color: #dc143c; }
.news-body p { font-size: 14px; color: #666; margin-bottom: 18px; line-height: 1.7; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card { background: #f8f8f8; padding: 35px 30px; border-radius: 4px; position: relative; transition: all 0.3s; }
.testimonial-card:hover { background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.quote-icon { font-size: 30px; color: #dc143c; margin-bottom: 18px; opacity: 0.6; }
.testimonial-card p { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 25px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 15px; }
.testimonial-author img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; border: 3px solid #dc143c; }
.testimonial-author strong { display: block; font-family: 'Oswald', sans-serif; font-size: 16px; color: #1e3a8a; }
.testimonial-author span { font-size: 13px; color: #999; }

/* ===== NEWSLETTER ===== */
.newsletter-section { background: #1e3a8a; padding: 60px 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.newsletter-text h2 { font-size: 30px; color: #fff; margin-bottom: 8px; }
.newsletter-text p { color: rgba(255,255,255,0.7); font-size: 15px; }
.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; flex: 1; max-width: 600px; }
.newsletter-form input { flex: 1; min-width: 180px; padding: 13px 18px; border: none; border-radius: 3px; font-size: 14px; background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { border-color: #dc143c; background: rgba(255,255,255,0.15); }

/* ===== FOOTER ===== */
.site-footer { background: #0f1729; color: #aaa; }
.footer-top { padding: 80px 0 50px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr 1.2fr; gap: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.footer-logo .logo-icon { width: 36px; height: 36px; background: #dc143c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }
.footer-logo .logo-text { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; color: #fff; letter-spacing: 2px; }
.footer-widget p { font-size: 14px; line-height: 1.8; color: #888; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 14px; transition: all 0.3s; }
.footer-social a:hover { background: #dc143c; color: #fff; }
.widget-title { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 2px solid #dc143c; display: inline-block; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; color: #888; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.footer-links a i { color: #dc143c; font-size: 12px; }
.footer-links a:hover { color: #dc143c; padding-left: 5px; }
.footer-news-item { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
.footer-news-item img { width: 65px; height: 55px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.footer-news-item a { font-size: 13px; color: #ccc; line-height: 1.5; display: block; margin-bottom: 5px; }
.footer-news-item a:hover { color: #dc143c; }
.footer-news-item span { font-size: 12px; color: #666; display: flex; align-items: center; gap: 5px; }
.footer-news-item span i { color: #dc143c; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #888; margin-bottom: 14px; line-height: 1.6; }
.footer-contact i { color: #dc143c; margin-top: 3px; flex-shrink: 0; }
.footer-bottom { background: #0a1220; padding: 20px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.footer-bottom p { font-size: 13px; color: #666; }
.footer-bottom p i { color: #dc143c; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: #666; }
.footer-bottom-links a:hover { color: #dc143c; }

/* ===== BACK TO TOP ===== */
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; background: #dc143c; color: #fff; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 16px; z-index: 999; opacity: 0; visibility: hidden; transition: all 0.3s; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: #1e3a8a; transform: translateY(-3px); }

/* ===== RESPONSIVE ===== */

/* --- Tablet landscape (≤1024px) --- */
@media (max-width: 1024px) {
  .section-pad { padding: 70px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .img-frame img { height: 400px; }
  .img-badge { right: 0; bottom: -15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .slide-text h1 { font-size: 42px; }
  .slide-image { width: 240px; }
  .slide-image img { height: 360px; }
  .issues-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .video-bg { background-attachment: scroll; }
}

/* --- Tablet portrait (≤768px) --- */
@media (max-width: 768px) {
  .section-pad { padding: 55px 0; }
  .section-title { font-size: 28px; }
  .section-desc { font-size: 14px; }
  .section-header { margin-bottom: 35px; }
  .section-header-flex { flex-direction: column; align-items: flex-start; gap: 15px; }

  /* Topbar */
  .topbar { display: none; }

  /* Header */
  .header-inner { height: 65px; padding: 0 15px; }
  .logo .logo-text { font-size: 20px; }
  .logo .logo-icon { width: 34px; height: 34px; font-size: 14px; }
  .main-nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 998;
    overflow-y: auto;
    padding: 10px 0 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-width: 1px;
  }
  .main-nav ul li.active a,
  .main-nav ul li a:hover { background: #fff8f9; color: #dc143c; padding-left: 28px; }
  .mobile-toggle { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; }
  .header-cta { display: none; }

  /* Hero — switch from absolute stacking to display toggle on mobile */
  .hero-slider { height: auto; min-height: unset; }
  .slides-wrapper { height: auto; }

  /* All slides hidden by default on mobile */
  .slide {
    position: relative;
    inset: unset;
    display: none;
    opacity: 1;
    min-height: 420px;
  }
  /* Only active slide shown */
  .slide.active { display: block; }

  .slide-overlay { position: absolute; inset: 0; }

  .slide-content {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 420px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 15px 60px;
    gap: 20px;
  }
  .slide-text { max-width: 100%; }
  .slide-text h1 { font-size: 30px; }
  .slide-text p { font-size: 15px; margin-bottom: 25px; }
  .slide-tag { font-size: 11px; }
  .slide-btns { justify-content: center; }
  .slide-image { display: none; }

  /* Dots sit below content */
  .slider-dots {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    justify-content: center;
    padding: 14px 0 18px;
    background: rgba(10,10,30,0.6);
  }
  .slider-prev { left: 10px; width: 36px; height: 36px; font-size: 13px; }
  .slider-next { right: 10px; width: 36px; height: 36px; font-size: 13px; }
  /* Keep prev/next positioned relative to the active slide */
  .hero-slider { position: relative; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .img-frame img { height: 320px; }
  .img-badge { right: 10px; bottom: -10px; padding: 18px 22px; }
  .badge-years { font-size: 32px; }
  .about-features { grid-template-columns: 1fr; gap: 10px; }
  .about-btns { flex-direction: column; }
  .about-btns .btn { text-align: center; }

  /* Counter */
  .counter-section { padding: 50px 0; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .counter-number { font-size: 36px; }
  .counter-item i { font-size: 30px; }

  /* Issues */
  .issues-grid { grid-template-columns: 1fr; gap: 20px; }
  .issue-card { padding: 28px 22px; }

  /* Video */
  .video-bg { padding: 80px 0; background-attachment: scroll; }
  .video-content h2 { font-size: 28px; }
  .video-content p { font-size: 15px; }

  /* Events */
  .events-grid { grid-template-columns: 1fr; gap: 15px; }
  .event-card { flex-direction: column; gap: 15px; }
  .event-date { width: 100%; height: auto; flex-direction: row; gap: 10px; padding: 12px 18px; justify-content: flex-start; border-radius: 4px 4px 0 0; }
  .date-day { font-size: 24px; }

  /* Donation banner */
  .donation-banner { padding: 40px 0; }
  .donation-inner { flex-direction: column; text-align: center; gap: 20px; }
  .donation-amounts { justify-content: center; }
  .donation-text h2 { font-size: 24px; }

  /* News */
  .news-grid { grid-template-columns: 1fr; gap: 20px; }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; gap: 20px; }

  /* Newsletter */
  .newsletter-section { padding: 45px 0; }
  .newsletter-inner { flex-direction: column; gap: 25px; }
  .newsletter-text h2 { font-size: 24px; }
  .newsletter-form { width: 100%; max-width: 100%; flex-direction: column; }
  .newsletter-form input { min-width: 0; width: 100%; }
  .newsletter-form .btn { width: 100%; text-align: center; }

  /* Footer */
  .footer-top { padding: 50px 0 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 10px; }
  .footer-bottom-links { justify-content: center; }

  /* Back to top */
  .back-to-top { bottom: 20px; right: 15px; width: 38px; height: 38px; font-size: 14px; }
}

/* --- Mobile (≤480px) --- */
@media (max-width: 480px) {
  .container { padding: 0 15px; }
  .section-pad { padding: 45px 0; }
  .section-title { font-size: 24px; }
  .btn { padding: 11px 22px; font-size: 13px; }

  .slide-text h1 { font-size: 26px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .counter-number { font-size: 30px; }

  .event-card { padding: 15px; }
  .news-image { height: 180px; }
  .testimonial-card { padding: 25px 18px; }

  .donation-amounts { gap: 8px; }
  .amount-btn { padding: 8px 14px; font-size: 14px; }
}

/* --- Small phones (≤360px) --- */
@media (max-width: 360px) {
  .section-title { font-size: 22px; }
  .slide-text h1 { font-size: 22px; }
  .counter-grid { grid-template-columns: 1fr 1fr; }
  .logo .logo-text { font-size: 18px; }
}

/* ===== MOBILE RESPONSIVE ===== */

/* Tablet and Large Mobile (768px and below) */
@media (max-width: 768px) {
  .container { padding: 0 15px; }
  .section-pad { padding: 60px 0; }
  
  /* Typography */
  .section-title { font-size: 28px; }
  .slide-text h1 { font-size: 36px; }
  
  /* Header */
  .header-inner { height: 65px; padding: 0 15px; }
  .logo .logo-text { font-size: 20px; }
  .logo .logo-icon { width: 35px; height: 35px; font-size: 14px; }
  
  /* Mobile Navigation */
  .main-nav { 
    position: fixed;
    top: 65px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 65px);
    background: #fff;
    transition: left 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .main-nav.open { left: 0; }
  .main-nav ul { 
    flex-direction: column; 
    gap: 0; 
    padding: 20px 0;
  }
  .main-nav ul li a { 
    display: block;
    padding: 15px 20px; 
    border-bottom: 1px solid #f0f0f0;
    border-bottom-color: transparent;
  }
  .main-nav ul li a:hover { border-bottom-color: transparent; }
  
  .mobile-toggle { display: block; }
  .header-cta { display: none; }
  
  /* Top Bar */
  .topbar-inner { 
    flex-direction: column; 
    gap: 8px; 
    text-align: center;
    padding: 10px 0;
  }
  .topbar-left { 
    flex-direction: column; 
    gap: 5px;
    align-items: center;
  }
  .topbar-left span { font-size: 12px; }
  
  /* Hero Slider */
  .hero-slider { height: 550px; }
  .slide-content { 
    flex-direction: column; 
    text-align: center; 
    padding-top: 40px;
    gap: 20px;
  }
  .slide-text { max-width: 100%; }
  .slide-text h1 { font-size: 36px; margin-bottom: 15px; }
  .slide-text p { font-size: 15px; margin-bottom: 25px; }
  .slide-btns { justify-content: center; }
  .slide-image { width: 280px; }
  .slide-image img { height: 350px; }
  .slider-prev, .slider-next { 
    width: 40px; 
    height: 40px; 
    font-size: 14px;
  }
  .slider-prev { left: 15px; }
  .slider-next { right: 15px; }
  
  /* About Section */
  .about-grid { 
    grid-template-columns: 1fr; 
    gap: 40px; 
    text-align: center;
  }
  .img-frame img { height: 400px; }
  .img-badge { 
    position: static; 
    display: inline-block;
    margin-top: 20px;
  }
  .about-features { 
    grid-template-columns: 1fr; 
    gap: 8px;
  }
  .about-btns { 
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  /* Counter Section */
  .counter-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
  }
  .counter-item i { font-size: 40px; }
  .counter-val { font-size: 36px; }
  
  /* Issues/Features Section */
  .issues-grid { 
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  /* Events Section */
  .events-grid { 
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .event-card { 
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  /* News Section */
  .news-grid { 
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  /* Testimonials */
  .testimonials-grid { 
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  /* Newsletter */
  .newsletter-inner { 
    flex-direction: column; 
    gap: 20px;
    text-align: center;
  }
  .newsletter-form { 
    flex-direction: column; 
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
  }
  
  /* Donation Banner */
  .donation-inner { 
    flex-direction: column; 
    text-align: center; 
    gap: 20px;
  }
  .donation-amounts { 
    flex-wrap: wrap; 
    justify-content: center;
  }
  
  /* Footer */
  .footer-grid { 
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .footer-bottom-inner { 
    flex-direction: column; 
    gap: 15px;
    text-align: center;
  }
  
  /* Section Headers */
  .section-header-flex { 
    flex-direction: column; 
    align-items: center;
    text-align: center;
  }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
  .container { padding: 0 12px; }
  .section-pad { padding: 50px 0; }
  
  /* Typography */
  .section-title { font-size: 24px; }
  .slide-text h1 { font-size: 28px; }
  
  /* Buttons */
  .btn { 
    padding: 12px 24px; 
    font-size: 14px;
  }
  
  /* Hero Slider */
  .hero-slider { height: 480px; }
  .slide-text h1 { font-size: 28px; }
  .slide-text p { font-size: 14px; }
  .slide-image { width: 240px; }
  .slide-image img { height: 300px; }
  
  /* Counter Section */
  .counter-grid { 
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .counter-val { font-size: 32px; }
  
  /* About Section */
  .img-frame img { height: 350px; }
  
  /* Top Bar */
  .topbar { display: none; } /* Hide top bar on very small screens */
  
  /* Donation amounts */
  .donation-amounts { gap: 8px; }
  .amount-btn { padding: 8px 16px; font-size: 13px; }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
  .container { padding: 0 10px; }
  
  /* Typography */
  .section-title { font-size: 22px; }
  .slide-text h1 { font-size: 24px; }
  
  /* Hero Slider */
  .hero-slider { height: 420px; }
  .slide-image { width: 200px; }
  .slide-image img { height: 250px; }
  
  /* Buttons */
  .btn { 
    padding: 10px 20px; 
    font-size: 13px;
  }
}