
body {
  padding-top: 60px;
}

.hero-slider {
  position: relative;
}

.slider-img {
  height: 100vh;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: white;
}

.overlay h1 {
  font-size: 3rem;
  font-weight: 800;
}

.overlay p {
  font-size: 1.3rem;
  max-width: 700px;
}

.section {
  padding: 40px 0;
}

.page-header {
  background: #530202f0;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.card {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.donate-btn {
  border-radius: 30px;
  padding: 10px 25px;
  box-shadow: 0 0 15px rgba(255,204,0,0.7);
}

@media(max-width: 768px) {
  .slider-img {
    height: 80vh;
  }
  .overlay h1 {
    font-size: 2rem;
  }
  .overlay p {
    font-size: 1rem;
  }
}
.site-logo {
  height: 45px;
  width: auto;
  transition: 0.3s ease;
}

.brand-text {
  color: white;
  font-size: 1.2rem;
}

@media(max-width: 768px) {
  .site-logo {
    height: 35px;
  }
  .brand-text {
    font-size: 1rem;
  }
}

.navbar {
  background-color: #0a65ec !important;
}

/* Navbar font colors */
.navbar .nav-link {
  color: #ffffff !important;
  font-weight: 600;
}

.navbar .nav-link:hover {
  color: #ffd700 !important;
}

/* Brand text color */
.navbar .brand-text {
  color: #ffffff !important;
}
.donate-btn {
  color: #000 !important;
}

.credibility-bar {
  background: #0b3c5d;
  color: white;
  padding: 30px 0;
}

.credibility-bar h4 {
  font-weight: 700;
}

.csr-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  height: 100%;
}

.csr-card:hover {
  transform: translateY(-10px);
}

.impact-strip {
  background: linear-gradient(to right, #1e7f5c, #0b3c5d);
  color: white;
  padding: 80px 0;
}

.impact-strip h1 {
  font-weight: 800;
  color: #ffd700;
}
.pitch-box {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: 100%;
  transition: 0.3s ease;
}

.pitch-box:hover {
  transform: translateY(-10px);
}

.site-footer {
  background: #0b3c5d;
  color: white;
  padding: 40px 0 30px;
}

.site-footer h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffd700;
}

.footer-bottom {
  margin-top: 20px;
}

.footer-bottom p {
  margin: 5px 0;
  color: #ddd;
}

.footer-donate-btn {
  display: inline-block;
  background: linear-gradient(45deg, #564c1a, #ffb700);
  color: #000;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(255,215,0,0.6);
  transition: 0.3s ease;
}

.footer-donate-btn:hover {
  background: linear-gradient(45deg, #ffb700, #ffd700);
  transform: translateY(-3px) scale(1.05);
  color: #000;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.map-section {
  margin-top: 0;
}
.developer-credit {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #ccc;
}

.developer-credit a {
  color: #ffd700;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.developer-credit a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ============================
   SECTION COLOR CONTROLS
   Change colors here anytime
   ============================ */

/* HERO */
.section-hero {
  /* background-color: #000000; */
}

/* CREDENTIALS BAR */
.section-credibility {
  background-color: #0b3c5d; /* current color */
}

/* PURPOSE */
.section-purpose {
  background-color: #f8f9fa; /* current bg-light */
}

/* PROGRAMS */
.section-programs {
  background-color: #ffffff; /* default white */
}

/* IMPACT */
.section-impact {
  background: linear-gradient(to right, #1e7f5c, #0b3c5d); /* current */
}

/* CORPORATE */
.section-corporate {
  background-color: #f8f9fa; /* current bg-light */
}

/* FUNDING CTA */
.section-funding {
  background-color: #111111; /* current bg-dark */
}

/* CONTACT CTA */
.section-contact-cta {
  background-color: #ffffff;
}

/* WELCOME SECTION */
.section-welcome {
  background-color: #d0cfc7; /* current default */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 25px;
  background-size: 60% 60%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.section-sports-development {
  background-color: #ffffff;
}

.section-sports-development h2 {
  font-weight: 800;
  color: #0b3c5d;
}

.section-sports-development h4 {
  color: #1e7f5c;
  font-weight: 700;
}

.section-sports-development p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}
.project-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-10px);
}

.project-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.project-content h4 {
  color: #1e7f5c;
  margin-top: 10px;
  font-weight: 700;
}
.impact-box {
  background: linear-gradient(to right, #1e7f5c, #0b3c5d);
  color: white;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.impact-box h4 {
  color: #ffd700;
  font-weight: 800;
}
.project-content h5 {
  color: #0c328f;
  margin-top: 10px;
  font-weight: 500;
}
.project-content h6 {
  color: #610538;
  margin-top: 10px;
  font-weight: 500;
}