/* Base Styles & Variables */
:root {
    --primary: #2e7d32;
    --primary-dark: #1b5e20;
    --primary-light: #81c784;
    --secondary: #ff8f00;
    --secondary-dark: #e65100;
    --accent: #00796b;
    --text: #333333;
    --text-light: #666666;
    --text-lighter: #888888;
    --white: #ffffff;
    --light-bg: #f5f5f5;
    --light-gray: #e0e0e0;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    color: var(--text);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--primary-dark);
  }
  
  p {
    margin-bottom: 1.5rem;
  }
  
  a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
  }
  
  a:hover {
    color: var(--primary-dark);
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .container {
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  
  section {
    padding: 5rem 0;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .section-tag {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 143, 0, 0.1);
    border-radius: 50px;
  }
  
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
  }
  
  .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary);
    border-radius: 2px;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
  }
  
  .btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-family: inherit;
  }
  
  .btn-primary {
    background-color: var(--primary);
    color: var(--white);
  }
  
  .btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--white);
  }
  
  .btn-secondary {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
  }
  
  .btn-secondary:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }
  
  /* Hero Swiper Section */
  /* Hero Swiper Section */
.home-page{
  padding-top: var(--navbar-height);
}
.hero-swiper {
  position: relative;
  height: 97vh;
  min-height: 600px;
  overflow: hidden;
  padding: 0;
}

.hero-swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-size: cover !important;
  background-position: center !important;
}


.swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/ggr-cover3.jpeg);
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/lorian-swamp.jpg);
  background-position: bottom;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/bio-medical-waste.jpg);
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/ggr-nursery.jpg);
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/wed-2.jpg);
}
.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/siaya-1.jpeg);
}

.slide-7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/siaya-3.jpeg);
}
.slide-8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images2/siaya-4.jpeg);
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  max-width: 800px;
  padding: 0 2rem;
}

.slide-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease;
}

.slide-content p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 1s ease 0.2s forwards;
  opacity: 0;
}

.slide-content .btn {
  animation: fadeInUp 1s ease 0.4s forwards;
  opacity: 0;
  
}

.swiper-button-next,
.swiper-button-prev{
  color: var(--white) !important;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: white !important;
  transform: scale(1.1) !important;;
  cursor: pointer !important;;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem !important;;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  transition: var(--transition) !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--white);
  transform: scale(1.2);
}
  
  /* About Us Section */
  .about-section {
    background-color: var(--light-bg);
  }
  
  .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
  }
  
  .about-text {
    flex: 1;
    min-width: 300px;
  }
  
  .about-image {
    flex: 1;
    min-width: 300px;
    position: relative;
  }
  
  .image-placeholder {
    height: 400px;
    background-image: url(../images2/aboutus-image.jpeg);
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
  }
  
  .mission-vision {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
  }
  
  .mv-card {
    flex: 1;
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .mv-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .mv-card h3 {
    color: var(--primary-dark);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  /* Core Programs Section */
  .programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
  }
  
  .program-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-align: center;
  }
  
  .program-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .program-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  
  .program-card h3 {
    color: var(--primary);
    margin-bottom: 1rem;
  }
  
  .program-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
  }
  
  .program-link {
    font-weight: 600;
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .program-link:hover {
    color: var(--secondary-dark);
    gap: 1rem;
  }
  
  /* Featured Projects Section */
  .featured-projects {
    background-color: var(--light-bg);
  }
  .featured-projects .swiper-slide::before{
    display: none;
  }
  .featured-projects a{
    z-index: 50;
  }

  .projects-swiper {
    padding: 1rem;
  }
  
  .project-slide {
    background-color: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .project-slide:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .project-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  
  .project-slide:nth-child(1) .project-image {
    background-image: url(../images2/northern-kneya-greening-program.jpg);
  }
  
  .project-slide:nth-child(2) .project-image {
    background-image: url(../images2/lamu-mangroove.jpg);
  }
  
  .project-slide:nth-child(3) .project-image {
    background-image: url(../images2/school-greening-program.jpg);
  }
  
  .project-content {
    padding: 2rem;
  }
  
  .project-status {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background-color: var(--primary-light);
    color: var(--primary-dark);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .project-status.highlight {
    background-color: var(--secondary);
    color: var(--white);
  }
  
  .project-content h3 {
    margin-bottom: 1rem;
  }
  
  .project-stats {
    display: flex;
    gap: 2rem;
    margin: 1.5rem 0;
  }
  
  .project-stats .stat {
    text-align: center;
  }
  
  .project-stats .number {
    font-size: 1.8rem;
    color: var(--primary);
  }
  
  .project-stats .label {
    font-size: 0.9rem;
  }
  
  .section-cta {
    text-align: center;
    margin-top: 3rem;
  }
  
  /* Impact Stories Section */
  .stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
  }
  
  .story-card {
    background-color: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .story-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .story-image {
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  
  .story-card:nth-child(1) .story-image {
    background-image: url(../images2/northern-kenya-seedball-throwing.jpeg);
  }
  
  .story-card:nth-child(2) .story-image {
    background-image: url(../images2/women-empowement.jpg);
  }
  
  .story-card:nth-child(3) .story-image {
    background-image: url(../images2/youth-empowerement-program.jpg);
  }
  
  .story-content {
    padding: 1.5rem;
  }
  
  .story-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0.8rem;
  }
  
  .story-card h3 {
    margin-bottom: 0.8rem;
  }
  
  .story-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 1rem 0;
  }
  
  .story-link {
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .story-link:hover {
    color: var(--primary-dark);
    gap: 1rem;
  }
  
  /* Partners Section */
  .partners-section {
    background-color: var(--light-bg);
  }
  
  .partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 2rem 0;
  }
  
  .partner-logo {
    width: 150px;
    height: 150px;
    background-color: var(--white);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: var(--transition);
  }
  .partner-logo:nth-child(1){
    background-image: url(../images2/logos/kdf-logo.png);
  }
  .partner-logo:nth-child(2){
    background-image: url(../images2/logos/kfs-logo.png);
  }
  .partner-logo:nth-child(3){
    background-image: url(../images2/logos/kws-logo.png);
  }
  .partner-logo:nth-child(4){
    background-image: url(../images2/logos/madina-logo.png);
  }
  .partner-logo:nth-child(5){
    background-image: url(../images2/logos/ministry-of-climate-change.png);
  }
  .partner-logo:nth-child(6){
    background-image: url(../images2/logos/nema-logo.png);
  }
  .partner-logo:nth-child(7){
    background-image: url(../images2/logos/Nobility-logo.png);
  }
  .partner-logo:nth-child(8){
    background-image: url(../images2/logos/redcross-logo.png);
  }
  .partner-logo:nth-child(9){
    background-image: url(../images2/logos/seedballs-logo.png);
  }
  .partner-logo:nth-child(10){
    background-image: url(../images2/logos/wajir-county-logo.png);
  }

  
  .partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  
  /* Volunteer Section */
  .volunteer-section {
    background-color: var(--primary);
    color: var(--white);
  }
  
  .volunteer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
  }
  
  .volunteer-text {
    flex: 1;
    min-width: 300px;
  }
  
  .volunteer-image {
    flex: 1;
    min-width: 300px;
  }
  
  .volunteer-section .section-tag {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .volunteer-section .section-title {
    color: var(--white);
  }
  
  .volunteer-section .section-title::after {
    background-color: var(--white);
  }
  
  .volunteer-section p {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .volunteer-benefits {
    margin: 1.5rem 0;
    list-style-type: none;
  }
  
  .volunteer-benefits li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
  }
  
  .volunteer-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
  }
  
  .volunteer-section .btn-primary {
    background-color: var(--white);
    color: var(--primary);
  }
  
  .volunteer-section .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-dark);
  }
  
  .volunteer-image .image-placeholder {
    height: 400px;
    background-image: url('https://images.unsplash.com/photo-1527525443983-6e60c75fff46?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
  }
  
  /* Donation Section */
  .donation-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
  }
  
  .donation-text {
    flex: 1;
    min-width: 300px;
  }
  
  .donation-image {
    flex: 1;
    min-width: 300px;
  }
  
  .donation-options {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
  }
  
  .option {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 1rem;
    background-color: rgba(46, 125, 50, 0.1);
    border-radius: var(--radius-sm);
    transition: var(--transition);
  }
  
  .option:hover {
    background-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-3px);
  }
  
  .amount {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.3rem;
  }
  
  .description {
    font-size: 0.9rem;
    color: var(--text-light);
  }
  
  .donation-image .image-placeholder {
    height: 400px;
    background-image: url(../images2/dci-planting-trees.jpeg);
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
  }
  
  /* News Section */
  .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
  }
  
  .news-card {
    background-color: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }
  
  .news-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .news-image {
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  
  .news-card:nth-child(1) .news-image {
    background-image: url('https://images.unsplash.com/photo-1470114716159-e389f8712fda?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
  }
  
  .news-card:nth-child(2) .news-image {
    background-image: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
  }
  
  .news-card:nth-child(3) .news-image {
    background-image: url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
  }
  
  .news-content {
    padding: 1.5rem;
  }
  
  .news-date {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.8rem;
  }
  
  .news-card h3 {
    margin-bottom: 0.8rem;
  }
  
  .news-link {
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .news-link:hover {
    color: var(--primary-dark);
    gap: 1rem;
  }
  
  /* Events Section */
  .events-section {
    background-color: var(--light-bg);
  }
  
  .events-list {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .event-card {
    display: flex;
    background-color: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-bottom: 1.5rem;
  }
  
  .event-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
  }
  
  .event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 1rem;
    background-color: var(--primary);
    color: var(--white);
  }
  
  .day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .month {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .event-details {
    padding: 1.5rem;
    flex: 1;
  }
  
  .event-info {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0.5rem 0 1rem;
  }
  
  .event-link {
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .event-link:hover {
    color: var(--primary-dark);
    gap: 1rem;
  }
  
  /* Newsletter Section */
  .newsletter-section {
    background-color: var(--primary);
    color: var(--white);
    padding: 3rem 0;
  }
  
  .newsletter-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  
  .newsletter-text h2 {
    color: var(--white);
    margin-bottom: 1rem;
  }
  
  .newsletter-text p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
  }
  
  .newsletter-form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .newsletter-form input {
    flex: 1;
    min-width: 250px;
    padding: 0.8rem 1.5rem;
    border-radius: var(--radius-sm);
    border: none;
    font-family: inherit;
    font-size: 1rem;
  }
  
  .newsletter-form input:focus {
    outline: 2px solid var(--secondary);
  }
  
  .newsletter-section .btn-primary {
    background-color: var(--secondary);
  }
  
  .newsletter-section .btn-primary:hover {
    background-color: var(--secondary-dark);
  }
  
  /* Final CTA Section */
  .final-cta {
    text-align: center;
    padding: 4rem 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
  }
  
  .final-cta h2 {
    color: var(--white);
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  
  .final-cta p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Green Hospitals Section - Responsive */
.green-hospitals {
    width: 100%;
    height: 300px;
    padding: 40px 20px;
    background-color: #3E9493;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; /* includes padding in width calculation */
}

.green-hospital-img {
    width: 100%;
    max-width: 1000px; /* adjust this to your preferred maximum size */
    height: 200px; /* default height for mobile */
    background: url('../images2/green-hospitals.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px; /* optional */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* optional */
}




  
  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .section-title {
      font-size: 2rem;
    }
    
    .slide-content h1 {
      font-size: 2.8rem;
    }
    
    .hero-stats .container {
      justify-content: center;
    }
    
    .stat-item {
      flex: 0 0 50%;
      margin-bottom: 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .hero-swiper{
      height: 90vh;
    }
    .swiper-pagination-bullet {
      height: 8px !important;
      width: 8px !important;
    }
    .about-section .image-placeholder{
      height: 250px;
    }
    section {
      padding: 3rem 0;
    }
    
    .slide-content h1 {
      font-size: 2.2rem;
    }
    
    .slide-content p {
      font-size: 1.1rem;
    }
    
    .mission-vision {
      flex-direction: column;
    }
    
    .volunteer-content, 
    .donation-content {
      flex-direction: column;
    }
    
    .volunteer-image, 
    .donation-image {
      order: -1;
    }
    
    .final-cta h2 {
      font-size: 2.2rem;
    }
  }
  
  @media (max-width: 576px) {
    .btn{
      padding: 0.4rem 1rem;
    }
    .section-title {
      font-size: 1.4rem;
    }
    .section-tag{
      font-size: 0.6rem;
    }
    .projects-swiper{
      padding: 0;
    }
    .partners-logos{
      gap: 1rem;
    }
    .partner-logo{
      width: 75px;
      height: 75px;
    }
    
    .slide-content h1 {
      font-size: 1.8rem;
    }
    
    .stat-item {
      flex: 0 0 100%;
    }
    
    .cta-buttons {
      flex-direction: column;
      align-items: center;
    }
    
    .cta-buttons a {
      width: 100%;
      max-width: 300px;
    }
    
    .event-card {
      flex-direction: column;
    }
    
    .event-date {
      flex-direction: row;
      justify-content: center;
      gap: 1rem;
      padding: 0.5rem;
    }
    
    .day, .month {
      display: inline-block;
    }
    .volunteer-image .image-placeholder{
      height: 250px;
    }
    .donation-section .image-placeholder{
      height: 250px;
    }

    .green-hospitals img{
      height: 200px;
    }
  }