html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #333;
}

.donate-hero-img {
  background: url('../img/hero-bg2.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
#animated-text {
  max-width: 1500px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.font-weight-bold {
  font-weight: 700;
}
h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
p {
  font-size: 1.25rem;
}
.btn {
  margin: 10px 5px;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
}
.btn-purple {
  background-color: #6a1b4d;
  color: white;
}
.btn-outline-light {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.btn:hover {
  opacity: 0.8;
}


.container {
  /* max-width: 70%; */
  padding: 0 15px;
}

.donate-hero-img {
  background: url('../img/hero-bg2.jpg') center center/cover no-repeat;
  height: 70vh;
  position: relative;
}

.donate-hero-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.donate-hero-img .container {
  position: relative;
  z-index: 2;
}

.donate-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.form-control {
  border-radius: 8px;
}

.btn-custom {
  background-color: #6b003b;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #6b003bcb;
  color: white;
}

.btn-purple {
  background-color: #4e002b;
  color: white;
  border: none;
}

.btn-purple:hover {
  background-color: #6b003b;
  color: white;
}

.paypal-donate-btn {
  background-color: #0070ba;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}


.impact-number {
  color: #830048; /* Deep pink or any color you prefer */
}

.impact-text {
  color: #333; /* Dark gray or your preferred paragraph color */
}


.donate-impact h3 {
  font-size: 2rem;
  color: #6b003b;
}

.donation-options label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.donation-options ul {
  list-style: none;
  padding-left: 0;
}

.donation-options li {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .donate-hero-img {
    height: 100vh; /* Bigger hero on mobile */
  }

  .donate-hero-img h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .donate-box {
    padding: 20px;
    margin: 0 10px;
  }

  .donation-options li {
    padding: 8px;
    font-size: 14px;
  }

  .btn-custom {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  .donate-impact h3 {
    font-size: 1.5rem;
  }

  #header {
    padding: 10px 0;
  }

  #header .logo {
    font-size: 24px;
  }

  .navbar ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar a {
    padding-left: 15px;
  }
}

/* Header */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(95, 0, 48, 0.95);
  transition: all 0.5s;
  z-index: 1000;
  padding: 15px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(95, 0, 48, 0.85);
}

/* Get Started Button */
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #ffec17;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #1d2023;
  font-weight: bold;
}

@media (max-width: 991px) {
  #header .container {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .get-started-btn {
    margin-left: auto;
  }
}


/* Navigation */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative; /* Fix: Was 'fixed' which broke layout */
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffc451;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #4e002b;
  box-shadow: 0px 0px 30px rgba(63, 0, 44, 0.301);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}

.navbar .dropdown ul a:hover {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a:hover {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.highlight-yellow {
  color: #ffc451; /* gold/yellow */
}

.donation-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.donation-link:hover {
  color: #830048; /* Optional: adjust to match your theme */
  text-decoration: underline;
  cursor: pointer;
}
