/* Updated to use elegant Playfair Display and Poppins fonts with fancy styling */
/* Global Styles */
:root {
  --primary-color: #6baa64;
  --secondary-color: #88c580;
  --accent-color: #4a8f44;
  --dark-green: #2d5f2e;
  --text-dark: #2c3e35;
  --text-light: #414141;
  --bg-light: #f7f9f8;
  --bg-gradient-1: linear-gradient(135deg, #e8f5e6 0%, #d4ebe8 100%);
  --bg-gradient-2: linear-gradient(135deg, #56b24c 0%, #043700 100%);
  --white: #ffffff;
  --border-radius: 20px;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 15px 50px rgba(0, 0, 0, 0.15);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px !important;
  }
}

/* Enhanced navbar with dropdown support and animations */
.navbar {

  transition: var(--transition);
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  padding: 10px 0;
  box-shadow: 0 0 10px #124c0d5e;

}

.about-content-section,
.project-details-section h1 {
  color: #114a0c;
}


.brand-text {
  font-family: "Philosopher", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, #096800, #509449, #0da400, #085600, #0b8700, #51944a);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: spiritualGlow 3s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
  padding-top: 10px;
}

@keyframes spiritualGlow {

  0%,
  100% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }
}

.navbar-brand {
  transition: var(--transition);
}

.navbar-brand img {
  height: 70px;
}

.navbar-brand:hover {
  transform: translateY(-2px);
}

.nav-link {
  color: var(--text-dark) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 16px !important;
  transition: var(--transition);
  position: relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--primary-color);
  transition: var(--transition);
  transform: translateX(-50%);
  border-radius: 10px;
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 50%;
}

.dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: 15px;
  padding: 0.75rem 0;
  margin-top: 0.75rem;
  animation: dropdownSlide 0.3s ease-out;
}

@keyframes dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-item {
  padding: 0.65rem 1.5rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: var(--transition);
}

.dropdown-item:hover {
  background: var(--bg-light);
  color: var(--primary-color);
  padding-left: 2rem;
}

.btn-primary {
  background: var(--bg-gradient-2);
  border: none;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(107, 170, 100, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(107, 170, 100, 0.4);
}

.btn-outline-primary {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}

.btn-outline-primary:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(107, 170, 100, 0.3);
}

.btn-outline-light {
  border: 2px solid var(--white);
  color: var(--white);
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
}

.btn-outline-light:hover {
  background: var(--white);
  color: var(--primary-color);
  transform: translateY(-3px);
}

/* Hero Slider with attractive backgrounds and animations */
.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-slide-1 {
  background: linear-gradient(135deg, #000000bf 0%, #000000b5 50%, #000000b5 100%), url(./images/slide/slide1.png) !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-slide-2 {
  background: linear-gradient(135deg, #000000bf 0%, #000000b5 50%, #000000b5 100%), url(./images/slide/slide2.png) !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-slide-3 {
  background: linear-gradient(135deg, #000000bf 0%, #000000b5 50%, #000000b5 100%), url(./images/slide/slide1.png) !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-slide::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(circle, rgba(107, 170, 100, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
  display: none;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }

  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  font-weight: 600;
  color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.8s ease-out;
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.text-gradient {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.35rem;
  color: var(--text-light);
  line-height: 1.8;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.carousel-control-prev,
.carousel-control-next {
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
}

.carousel-control-icon i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.carousel-control-prev:hover .carousel-control-icon,
.carousel-control-next:hover .carousel-control-icon {
  background: var(--primary-color);
  transform: scale(1.1);
}

.carousel-control-prev:hover .carousel-control-icon i,
.carousel-control-next:hover .carousel-control-icon i {
  color: var(--white);
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(107, 170, 100, 0.4);
  border: none;
  margin: 0 6px;
  transition: var(--transition);
}

.carousel-indicators .active {
  width: 40px;
  border-radius: 10px;
  background: var(--primary-color);
}

/* Section styling with background colors and animations */
.section-label {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: var(--bg-gradient-2);
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  font-weight: 400;
}

/* About section with floating shapes animation */
.about-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.color {
  background: -webkit-radial-gradient(#70d167, #085400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.shape {
  position: absolute;
  background: #d5c92324;
  opacity: 1;
  border-radius: 50% 50%;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation: float 15s ease-in-out infinite;
}

.shape-2 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: -50px;
  animation: float 20s ease-in-out infinite reverse;
}

.shape-3 {
  width: 150px;
  height: 150px;
  bottom: -50px;
  left: 30%;
  animation: float 18s ease-in-out infinite;
}

.shape-4 {
  width: 250px;
  height: 250px;
  top: 10%;
  right: 10%;
  animation: float 22s ease-in-out infinite;
}

.shape-5 {
  width: 180px;
  height: 180px;
  bottom: 20%;
  left: 5%;
  animation: float 17s ease-in-out infinite reverse;
}

.feature-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  border: 2px solid transparent;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-color);
}

.feature-icon {
  width: 90px;
  height: 90px;
  background: var(--bg-gradient-2);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  transition: var(--transition);
}

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

.feature-icon i {
  font-size: 2.25rem;
  color: var(--white);
}

.feature-card h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.feature-card p {
  color: var(--text-light);
  line-height: 1.8;
}

/* Impact section with gradient background and animated stats */
.impact-section {
  background: var(--bg-gradient-2);
  position: relative;
  overflow: hidden;
}

.impact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stat-card {
  padding: 2rem;
  position: relative;
}

.stat-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: var(--transition);
}

.stat-card:hover .stat-icon {
  transform: scale(1.15) rotate(10deg);
  background: rgba(255, 255, 255, 0.25);
}

.stat-icon i {
  font-size: 2rem;
  color: var(--white);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--white);
  font-family: "Philosopher", sans-serif;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* Projects section with carousel displaying 2 cards, scrolling 1 at a time */
.projects-section {
  background: var(--white);
  position: relative;
}

.projects-tabs-section li {
  background-color: #45993d63 !important;
  margin-right: 10px;
  border-radius: 10px;
}

.projects-carousel-wrapper {
  padding: 0 60px;
}

.projects-control-prev,
.projects-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.projects-control-prev {
  left: 0;
}

.projects-control-next {
  right: 0;
}

.projects-control-prev .carousel-control-icon,
.projects-control-next .carousel-control-icon {
  width: 50px;
  height: 50px;
}

.project-card {
  background: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-color);
}

.project-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.15);
}

.project-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--primary-color);
  color: var(--white);
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.badge-healthcare {
  background: #2196f3;
}

.badge-nutrition {
  background: #ff9800;
}

.badge-water {
  background: #00bcd4;
}

.badge-empowerment {
  background: #9c27b0;
}

.badge-care {
  background: #e91e63;
}

.project-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
  font-weight: 700;
}

.project-title:hover {
  color: #0d7c00;
}

.project-description {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  line-height: 1.7;
}

.progress-section {
  margin-bottom: 1.5rem;
}

.raised-amount {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.05rem;
}

.goal-amount {
  color: var(--text-light);
  font-size: 0.9rem;
}

.progress {
  height: 10px;
  background: #e8f3e6;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.progress-bar {
  background: var(--bg-gradient-2);
  height: 100%;
  border-radius: 50px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.project-meta {
  margin-bottom: 1.5rem;
  padding-top: 1.25rem;
  border-top: 2px solid #e8f3e6;
}

.meta-item {
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 600;
}

.meta-item i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}

.project-actions {
  display: flex;
  gap: 1rem;
}

.project-actions .btn {
  flex: 1;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.75rem;
  transition: var(--transition);
}

.project-actions .btn-primary {
  background: var(--bg-gradient-2);
  box-shadow: 0 4px 15px rgba(107, 170, 100, 0.3);
}

/* Get Involved section styling */
.get-involved-section {
  background: var(--bg-light);
}

.help-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  text-align: center;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.help-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--bg-gradient-2);
  transform: scaleX(0);
  transition: var(--transition);
}

.help-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-color);
}

.help-card:hover::before {
  transform: scaleX(1);
}

.help-way-card {
  box-shadow: 0 0 10px #45993c;
  padding: 20px;
  border-radius: 30px;
}

.help-way-card:hover {
  box-shadow: 0 0 10px #1e5e18;
  padding: 20px;
  border-radius: 50px;
}

.help-icon {
  width: 90px;
  height: 90px;
  background: var(--bg-gradient-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  transition: var(--transition);
  margin-bottom: 20px;
}

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

.help-icon i {
  font-size: 2.25rem;
  color: var(--white);
}

.help-card h5 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
  font-weight: 700;
}

.help-card p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.help-link {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.help-link:hover {
  gap: 0.75rem;
  color: var(--accent-color);
}

/* Testimonials section */
.testimonials-section {
  background: var(--bg-gradient-1);
}

.testimonial-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
  position: relative;
  border: 2px solid transparent;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-color);
}

.quote-icon {
  width: 60px;
  height: 60px;
  background: var(--bg-gradient-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.quote-icon i {
  font-size: 1.75rem;
  color: var(--white);
}

.testimonial-content p {
  color: var(--text-light);
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar i {
  font-size: 2rem;
  color: var(--primary-color);
}

.testimonial-author strong {
  display: block;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.testimonial-author span {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* CTA section with overlay and enhanced styling */
.cta-section {
  background: var(--bg-gradient-2);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.cta-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cta-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: pulse 2s ease-in-out infinite;
}

.cta-icon i {
  font-size: 3rem;
  color: var(--white);
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
}

.cta-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

.cta-section .btn-light {
  background: var(--white);
  color: var(--primary-color);
  border: none;
  padding: 1.1rem 3.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.15rem;
  transition: var(--transition);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-section .btn-light:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

/* Contact Section */
.contact-section {
  background: linear-gradient(67deg, #ffffff 35%, #ffe9de 69%);
  position: relative;
  overflow: hidden;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.contact-item {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
}

.contact-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--bg-gradient-2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.contact-item:hover .contact-icon {
  transform: rotate(10deg) scale(1.1);
}

.contact-icon i {
  font-size: 1.5rem;
  color: var(--white);
}

.contact-item h5 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
  font-weight: 700;
}

.form-check-label a {
  color: rgb(9 63 5) !important;
  text-decoration: none;
  font-weight: 700;
}

.form-check-label a:hover {
  color: rgb(0 97 255) !important;
  text-decoration: none;
  font-weight: 700;
}

.contact-item p {
  color: var(--text-light);
  margin: 0;
  line-height: 1.8;
}

.contact-item a {
  color: var(--text-light);
  text-decoration: none;

  transition: var(--transition);
}

.contact-item a:hover {
  color: #0d4408;
  font-weight: 500;
}

.contact-form {
  background: var(--bg-light);
  padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

.contact-form .form-label {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-control,
.donation-section .form-control,
.contact-form .form-control {
  border: 1px double !important;
  border-image-source: linear-gradient(to right, #10c200, #0d4408) !important;
  border-image-slice: 1 !important;
  padding: 8px 1.5rem !important;
  border-radius: 12px !important;
  transition: var(--transition);
  font-size: 1rem;
}

.login-form-wrapper .input-group {
  border: 1px double;
  border-image-source: linear-gradient(to right, #10c200, #0d4408);
  border-image-slice: 1;
  border-radius: 12px;
  transition: var(--transition);
  font-size: 1rem;
}

.contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(107, 170, 100, 0.15);
  outline: none;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #1a2e1a 0%, #0f1e0f 100%);
  color: rgba(255, 255, 255, 0.8);
}

.copyright a {
  color: #cbc98a;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff8b5;
  text-decoration: none;
}

.footer h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
  color: var(--white);
}

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

.footer-links li {
  margin-bottom: 0.85rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a:hover {
  color: var(--white);
  padding-left: 8px;
}

.footer-links i {
  color: var(--primary-color);
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--primary-color);
  transform: translateY(-5px) rotate(360deg);
}

.newsletter-form .form-control {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  padding: 0.85rem 1.25rem;
  border-radius: 50px 0 0 50px;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  color: var(--white);
  outline: none;
  box-shadow: none;
}

.newsletter-form .btn-primary {
  border-radius: 0 50px 50px 0;
  padding: 0.85rem 1.5rem;
}

/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--bg-gradient-2);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 5px 20px rgba(107, 170, 100, 0.4);
  z-index: 1000;
}

.scroll-top-btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(107, 170, 100, 0.5);
}

.scroll-top-btn i {
  font-size: 1.5rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: fadeInUp 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.75rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .stat-number {
    font-size: 2.75rem;
  }

  .projects-carousel-wrapper {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1.05rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .cta-title {
    font-size: 1.85rem;
  }

  .btn-lg {
    padding: 0.85rem 2rem;
  }

  .projects-carousel-wrapper {
    padding: 0 40px;
  }

  .carousel-control-icon {
    width: 45px;
    height: 45px;
  }

  .carousel-control-icon i {
    font-size: 1.25rem;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

.goal-amount,
.raised-amount,
.amount-btn,
.form-text,
.form-label,
.donation-section button {
  font-family: "Philosopher", sans-serif !important;
}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 1px solid #086400 !important;
}

/* Modern Pagination Styles */
.modern-pagination {
  gap: 0.5rem;
  margin-top: 2rem;
}

.modern-pagination .page-item:first-child .page-link,
.modern-pagination .page-item:last-child .page-link {
  border-radius: 50%;
}

.modern-pagination .page-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--text-dark);
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 2px;
}

.modern-pagination .page-link:hover {
  background: #e8f3e6;
  color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(107, 170, 100, 0.2);
}

.modern-pagination .page-item.active .page-link {
  background: var(--bg-gradient-2);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(107, 170, 100, 0.3);
  transform: translateY(-3px);
}

.modern-pagination .page-item.disabled .page-link {
  background: var(--bg-light);
  color: #adb5bd;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.facebook {
  background: rgb(60 118 193);
}

.twitter {
  background-color: #000000;
}

.instagram {
  background-color: #d02c94;
}

.youtube {
  background-color: #ff0000;
}

/* Utility Class for Uniform Button Width */
.btn-uniform-width {
  min-width: 250px;
}