/* ===========================================================
   GLOBAL STYLE
============================================================ */
* {
  box-sizing: border-box;
}

:root {
  --orange: #eb5f1e;
  --orange-dark: #df7f2a;
  --blue: #007bff;
  --blue-dark: #0056b3;
  --navy: #150e06;
  --text: #333;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #e3f2fd, #f1f8ff);
  margin: 0;
  padding: 0;
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  padding: 90px 8%;
}

.section-tag {
  display: inline-block;
  background: rgba(235, 95, 30, 0.1);
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px;
}

.section-title span {
  color: var(--orange);
}

.section-desc {
  font-size: 16.5px;
  color: #555;
  max-width: 650px;
  line-height: 1.8;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  transition: 0.35s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #e0b247, var(--blue-dark));
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-dark), #003c71);
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-outline:hover {
  background: #fff;
  color: var(--orange);
  transform: translateY(-4px);
}

.btn-dark {
  background: linear-gradient(135deg, #af6b22, #c3e7e6);
  color: #fff;
}

.btn-dark:hover {
  background: linear-gradient(135deg, #e71b1e, #c4c9cd);
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* ===========================================================
   HEADER
============================================================ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s ease-in-out;
}

header.scrolled {
  background: rgba(0, 0, 0, 0.85);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-container img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  animation: floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

.Name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
}

.Name small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ffcf9c;
  letter-spacing: 0.5px;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  font-weight: 500;
}

nav ul li a::after {
  content: "";
  height: 2px;
  width: 0%;
  background: #ffb347;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

nav ul li a:hover::after,
nav ul li a.active::after {
  width: 100%;
}

.nav-donate {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  padding: 10px 22px !important;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600 !important;
}

.nav-donate::after {
  display: none;
}

.nav-donate:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(235, 95, 30, 0.4);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1100;
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

/* ===========================================================
   HERO
============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 8%;
  background-color: #150e06;
  background-image: linear-gradient(135deg, rgba(21, 14, 6, 0.78), rgba(0, 40, 80, 0.72)),
    url('https://images.unsplash.com/photo-1642396807304-27dec4198b35?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D/photo-1642396807304-27dec4198b35?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3DG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 680px;
  animation: fadeSlideUp 1.1s ease-out;
  padding-top: 90px;
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero-tag {
  display: inline-block;
  background: rgba(255, 179, 71, 0.18);
  border: 1px solid #ffb347;
  color: #ffcf9c;
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 20px;
}

.hero h1 span {
  color: #ffb347;
}

.hero p {
  font-size: 18px;
  color: #eee;
  line-height: 1.8;
  margin-bottom: 34px;
  max-width: 560px;
}

.hero-btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-indicator .dot {
  width: 6px;
  height: 6px;
  background: #ffb347;
  border-radius: 50%;
  animation: bounceDot 1.6s infinite;
}

@keyframes bounceDot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.4; }
}

/* ===========================================================
   ABOUT
============================================================ */
.about {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.about-img {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.about-img img {
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: 0.4s ease;
}

.about-img img:hover {
  transform: translateY(-8px);
}

.about-badge {
  position: absolute;
  bottom: -25px;
  right: -20px;
  background: #fff;
  padding: 20px 26px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.about-badge h3 {
  color: var(--orange);
  font-size: 28px;
  margin: 0;
}

.about-badge p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

.about-text {
  flex: 1;
  min-width: 320px;
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.mv-card {
  background: #ffffffd7;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--orange);
  transition: 0.35s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.mv-card h4 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 18px;
}

.mv-card p {
  margin: 0;
  font-size: 14.5px;
  color: #555;
  line-height: 1.7;
}

/* ===========================================================
   FOCUS AREAS
============================================================ */
.focus-section {
  background: #fff;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.focus-card {
  background: linear-gradient(160deg, #ffffff, #f4f9ff);
  border-radius: 18px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid #eef2f7;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.focus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.focus-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  transition: 0.4s ease;
}

.focus-card:hover .focus-icon {
  transform: rotate(-8deg) scale(1.1);
}

.focus-card h3 {
  font-size: 19px;
  color: #1a1a1a;
  margin: 0 0 12px;
}

.focus-card p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ===========================================================
   IMPACT / STATS
============================================================ */
.impact-section {
  background: linear-gradient(135deg, #150e06, #0056b3 150%);
  padding: 80px 8%;
}

.impact-header {
  text-align: center;
  margin-bottom: 50px;
}

.impact-header .section-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffcf9c;
}

.impact-header .section-title {
  color: #fff;
}

.impact-header .section-desc {
  color: #dbe6f5;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 36px 20px;
  text-align: center;
  backdrop-filter: blur(6px);
  transition: 0.35s ease;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
}

.stat-num {
  font-size: 44px;
  font-weight: 800;
  color: #ffb347;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 15px;
  color: #eee;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ===========================================================
   PROGRAMS
============================================================ */
.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.program-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.program-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18);
}

.program-img {
  height: 220px;
  overflow: hidden;
}

.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.program-card:hover .program-img img {
  transform: scale(1.1);
}

.program-body {
  padding: 24px;
}

.program-body h3 {
  margin: 0 0 10px;
  font-size: 19px;
  color: #1a1a1a;
}

.program-body p {
  margin: 0 0 18px;
  font-size: 14.5px;
  color: #666;
  line-height: 1.7;
}

.learn-more {
  color: var(--orange);
  font-weight: 600;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
}

.learn-more:hover {
  gap: 12px;
  color: var(--orange-dark);
}

/* ===========================================================
   NEWS & UPDATES
============================================================ */
.news-section {
  background: linear-gradient(160deg, #fff8f2, #eef6ff);
}

.news-card {
  display: flex;
  gap: 36px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.news-img {
  flex: 1.1;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.news-img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: 0.6s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.06);
}

.news-date {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(21, 14, 6, 0.75);
  color: #ffcf9c;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
}

.news-body {
  flex: 1.4;
  padding: 34px 34px 34px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
}

.news-body h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.news-body p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin: 0 0 10px;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 123, 255, 0.1);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  width: fit-content;
  letter-spacing: 0.5px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 50px;
}

.news-card.reverse {
  flex-direction: row-reverse;
}

.news-body ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.news-body ul li {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 3px;
}

.news-body ul li strong {
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .news-card,
  .news-card.reverse {
    flex-direction: column;
  }

  .news-body {
    padding: 6px 26px 30px;
  }

  .news-img img {
    min-height: 240px;
  }
}

/* ===========================================================
   GALLERY
============================================================ */
.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
  margin-top: 50px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21, 14, 6, 0.75), transparent 60%);
  opacity: 0;
  transition: 0.35s ease;
}

.gallery-item span {
  position: absolute;
  bottom: 14px;
  left: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
  z-index: 2;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

.gallery-item:hover::after,
.gallery-item:hover span {
  opacity: 1;
  transform: translateY(0);
}

.g-big {
  grid-column: span 2;
  grid-row: span 2;
}

/* ===========================================================
   CTA
============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  text-align: center;
  padding: 80px 8%;
  position: relative;
  overflow: hidden;
}

.cta-section h2 {
  color: #fff;
  font-size: 34px;
  margin: 0 0 16px;
  font-weight: 700;
}

.cta-section p {
  color: #fff4e8;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 34px;
  line-height: 1.8;
}

.cta-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btns .btn-primary {
  background: #150e06;
}

.cta-btns .btn-primary:hover {
  background: #000;
}

/* ===========================================================
   FOOTER
============================================================ */
footer {
  background: #120303;
  color: #ddd;
  padding: 70px 8% 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-brand .Name {
  color: #fff;
}

.footer-col p, .footer-col li, .footer-col a {
  color: #bbb;
  font-size: 14.5px;
  line-height: 1.9;
}

.footer-col h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 18px;
  position: relative;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li a {
  color: #bbb;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: var(--orange);
  padding-left: 5px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: 0.35s ease;
}

.social-icons a:hover {
  background: var(--orange);
  transform: translateY(-4px);
}

.footer-bottom {
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
}

/* ===========================================================
   ANIMATIONS ON SCROLL
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================================
   RESPONSIVE
============================================================ */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .g-big {
    grid-column: span 2;
    grid-row: span 1;
  }

  .hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 70px 6%;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    max-width: 320px;
    height: 100vh;
    background: rgba(10, 8, 6, 0.97);
    flex-direction: column;
    padding: 100px 30px;
    transition: 0.4s ease;
  }

  nav.open {
    right: 0;
  }

  nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .menu-toggle {
    display: flex;
  }

  .about {
    flex-direction: column;
  }

  .about-badge {
    right: 10px;
  }

  .mv-grid {
    grid-template-columns: 1fr;
  }

  .impact-section,
  .cta-section {
    padding: 60px 6%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 15.5px;
  }

  .section-title {
    font-size: 27px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .cta-section h2 {
    font-size: 26px;
  }
}

/* ===========================================================
   LOCATION / MAP
============================================================ */
.map-section {
  background: #fff;
}

.map-card {
  max-width: 750px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  border: 1px solid #eef2f7;
}

.map-embed {
  position: relative;
  width: 100%;
  padding-top: 30%;
}

.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px 28px;
  background: #f7fbff;
}

.map-footer .addr {
  font-size: 14.5px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-footer .addr .pin {
  font-size: 20px;
}

.map-footer a {
  color: var(--orange);
  font-weight: 600;
  font-size: 14.5px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .map-embed {
    padding-top: 55%;
  }

  .map-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
