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

a {text-decoration: none;}

hr {border-top:1px dotted;}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Poppins', Arial, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

.m-t-10 {margin-top:10px;}
.m-t-15 {margin-top:15px;}
.m-t-30 {margin-top:30px;}
.m-t-40 {margin-top:40px;}

.m-b-10 {margin-bottom:10px;}
.m-b-15 {margin-bottom:15px;}
.m-b-30 {margin-bottom:30px;}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #f26729;
}

.navbar {
  padding: 1rem 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #333;
}

.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #0e6b39;
}

.donate-btn {
  background: #0e6b39;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.donate-btn:hover {
  background: #16a34a;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(20, 90, 45, 0.2), rgba(20, 90, 45, 0.7)), url('images/banner-home.jpg') center/cover;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 120px;
}

.hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color:#fff;
}

.padd-lr-40 {padding-left:40px; padding-right:40px;}
.padd-t-30 {margin-top:20px; clear: both; background: #f00;}

.hero-about-us {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/banner-about-us.jpg') center/cover;
  background: linear-gradient(rgba(20, 90, 45, 0.6), rgba(20, 90, 45, 0.6)), url('images/banner-about-us.jpg') center/cover;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 80px;
}

.highlight {
  color: #0e6b39;
  color:#0e6b39;
  color:#fff;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #0e6b39;
  background: #e63946;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: white;
  color: #333;
  transform: translateY(-2px);
}

/* Impact Areas Section */
.impact-areas {
  padding: 4rem 0;
  background: #f8fafc;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #1f2937;
  color: #e63946;
  color: #0e6b39;
}

.section-L2 {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom:0.4rem;
  margin-top: 2rem;
  color: #1f2937;
  color: #0e6b39;
}

.section-subtitle {
  font-size: 1.1rem;
  text-align: center;
  color: #6b7280;
  margin-bottom: 4rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle-L {
  font-size: 1.1rem;
  color: #6b7280;
  margin-bottom: 1rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.impact-card {
  background: white;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.impact-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.impact-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
  color: #0e6b39;
}

.impact-card p {
  color: #6b7280;
  line-height: 1.6;
}

/* Featured Projects Section */
.featured-projects {
  padding: 3rem 0;
  background: white;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.project-card {
  background: white;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e4ebf3;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.project-image {
  position: relative;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e4ebf3;
}

.project-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0e6b39;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.project-content {
  padding: 1.5rem;
}


.project-content h4 {
  font-size: 1.44rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1f2937;
  text-align: center;
}


.project-content h3 {
  font-size: 1.64rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.project-location {
  color: #0e6b39;
  font-weight: 500;
  margin-bottom: 1rem;
}

.project-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.view-details-btn {
  background: transparent;
  color: #0e6b39;
  border: 1px solid #3c8569;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-details-btn:hover {
  background: #3c8569;
  color: white;
}

.view-all-projects {
  text-align: center;
}

.btn-outline {
  background: transparent;
  color: #0e6b39;
  border: 2px solid #3c8569;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #0e6b39;
  color: white;
  transform: translateY(-2px);
}

/* CTA Section */
.cta-section {
  background: #12592e;
  color: white;
  padding: 3rem 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-bottom: 1px dotted #e63946;
}

.cta-section h2 {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-white {
  background: white;
  color: #16a34a;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background: #f8fafc;
  transform: translateY(-2px);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: white;
  color: #22c55e;
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background: #1f2937;
  color: white;
  padding: 4rem 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0e6b39;
}

.footer-section p {
  color: #9ca3af;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1rem;
}

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

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: #9ca3af;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #22c55e;
  color: #0e6b39;
}

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

.social-links a {
  color: #9ca3af;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #22c55e;
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.contact-info svg {
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid #374151;
  border-top: 1px solid #f26729;
  border-top: 1px dotted #e63946;
  padding-top: 2rem;
  text-align: center;
  color: #9ca3af;
}

/*Contact us page style*/

.contact-form {
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
.contact-form h2 {
font-size: 32px;
font-weight: 600;
margin-bottom: 20px;
color: #333;
}

.contact-form p {
color: #666;
margin-bottom: 30px;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}

.form-group {
margin-bottom: 20px;
}

.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #e0e0e0;
font-size: 15px;
transition: border-color 0.3s;
}

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #2d5a27;
        }

        .form-group textarea {
            height: 120px;
            resize: vertical;
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            background: #2d5a27;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .submit-btn:hover {
            background: #1e3d1a;
        }

        .map-section {
            background: white;
            padding: 60px 20px;
            text-align: center;
        }

        .map-section h2 {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #333;
        }

        .map-section p {
            color: #666;
            margin-bottom: 40px;
        }

        .map-placeholder {
            width: 100%;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }


/* Responsive Design */
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: white;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
  }

  .nav-menu.active {
    left: 0;
  }

  .hamburger {
    display: flex;
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .stats {
    flex-direction: column;
    gap: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
  }

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

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

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

  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-white,
  .btn-outline-white {
    width: 100%;
    max-width: 300px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

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

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

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

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

  .impact-card {
    padding: 1.5rem;
  }

  .project-content {
    padding: 1rem;
  }
}
