body {
            font-family: 'Poppins', sans-serif;
            color: var(--text);
        }
    html, body {
  overflow-x: hidden;
}
        .stat-card {
            transition: transform 0.3s ease;
        }
        .stat-card:hover {
            transform: translateY(-5px);
        }

        .impact-chart {
            height: 400px;
        }
        .gallery-item {
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .gallery-item:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
        .modal {
            transition: all 0.3s ease;
        }

        .impact-chart {
            height: 400px;
        }

        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                        url('https://images.unsplash.com/photo-1617806118233-18e1de247200?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1932&q=80');
            background-size: cover;
            background-position: center;
        }
        .stat-card {
            transition: transform 0.3s ease;
        }
        .stat-card:hover {
            transform: translateY(-5px);
        }

        .gallery-item {
            transition: all 0.3s ease;
            cursor: pointer;
        }
      
        .impact-chart {
            height: 400px;
        }
        .solution-card {
            transition: all 0.3s ease;
        }
        .solution-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .timeline-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 1.25rem;
            top: 2.5rem;
            height: calc(100% - 2.5rem);
            width: 2px;
            background-color: #e5e7eb;
        }

        h1 {
            margin: 0;
            font-size: 2.2em;
        }
        

  
        
        .hero h2 {
            font-size: 2.5em;
            margin-bottom: 15px;
        }
        
        .hero p {
            font-size: 1.2em;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .section-title {
            color: #2c7a47;
            border-bottom: 2px solid #2c7a47;
            padding-bottom: 10px;
            margin-top: 40px;
            font-size: 1.8em;
        }
        
        /* Protection Cards */
        .protection-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin: 30px 0;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .protection-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .protection-header {
            background: #2c7a47;
            color: white;
            padding: 20px;
        }
        
        .protection-header h3 {
            margin: 0;
            font-size: 1.5em;
        }
        
        .protection-content {
            padding: 25px;
        }
        
        /* Stats */
        .stats {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin: 25px 0;
            background: #f0f7f2;
            padding: 20px;
            border-radius: 8px;
        }
        
        .stat-item {
            text-align: center;
            padding: 15px;
            min-width: 120px;
            flex: 1;
        }
        
        .stat-number {
            font-size: 28px;
            font-weight: bold;
            color: #2c7a47;
            margin-bottom: 5px;
        }
        
        .stat-desc {
            font-size: 15px;
            color: #555;
        }
        
        /* Gallery */
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .gallery img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            border-radius: 6px;
            transition: transform 0.3s;
        }
        
        .gallery img:hover {
            transform: scale(1.03);
        }
        
        /* Buttons */
        .btn {
            display: inline-block;
            background: #2c7a47;
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 6px;
            margin-top: 15px;
            transition: background 0.3s, transform 0.2s;
            font-weight: 600;
            border: none;
            cursor: pointer;
        }
        
        .btn:hover {
            background: #23603a;
            transform: translateY(-2px);
        }
        
        .btn-outline {
            background: transparent;
            display: inline-block;
            color: #2c7a47;
            padding: 10px 20px;
            text-decoration: none;
            border: 2px solid #2c7a47;
            border-radius: 6px;
            margin-top: 15px;
            transition: background 0.3s, transform 0.2s;
            font-weight: 600;
            cursor: pointer;
        }
        
        .btn-outline:hover {
            background: #2c7a47;
            color: white;
        }
        
        /* CTA */
        .cta {
            text-align: center;
            background: #e8f4ec;
            padding: 40px;
            margin: 50px 0;
            border-radius: 10px;
        }
        
        .cta h3 {
            color: #2c7a47;
            font-size: 1.8em;
            margin-bottom: 15px;
        }
        
        .cta p {
            max-width: 700px;
            margin: 0 auto 25px;
            font-size: 1.1em;
        }

        .contact-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .input-field:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.3);
        }

                /* Responsive */
        @media (max-width: 768px) {
            nav ul {
                flex-direction: column;
                align-items: center;
            }
            
            nav li {
                margin: 5px 0;
            }
            
            .hero {
                padding: 70px 20px;
            }
            
            .stat-item {
                min-width: 50%;
            }
        }
/*-Fonts-*/
.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 700;
  font-style: bold;
}
      .social-icons {
          display: flex;
          gap: 12px;
          justify-content: flex-end;
          padding-top: 8px;
      }
      .social-icon {
          color: #2E7D32;
          font-size: 20px;
          transition: all 0.3s ease;
      }
      .social-icon:hover {
          color: #1B5E20;
          transform: translateY(-2px);
      }
      .nav-container {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
      }

      .engagement-card {
            transition: all 0.3s ease;
        }
        .engagement-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .impact-badge {
            position: absolute;
            top: -12px;
            right: -12px;
        }

        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary-dark);
            margin-bottom: 15px;
        }
        
        .section-title .divider {
            width: 80px;
            height: 4px;
            background-color: var(--primary);
            margin: 0 auto;
            border-radius: 2px;
        }
        
        .section-title p {
            color: #666;
            max-width: 700px;
            margin: 20px auto 0;
        }
        
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .card {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .card-img {
            height: 200px;
            overflow: hidden;
        }
        
        .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .card:hover .card-img img {
            transform: scale(1.1);
        }
        
        .card-content {
            padding: 25px;
        }
        
        .card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--primary-dark);
        }
        
        .card ul {
            list-style-type: none;
            margin: 20px 0;
        }
        
        .card ul li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: flex-start;
        }
        
        .card ul li:last-child {
            border-bottom: none;
        }
        
        .card ul li i {
            color: var(--primary);
            margin-right: 10px;
            margin-top: 5px;
        }
        
        .stats {
            background-color: var(--primary);
            color: white;
            text-align: center;
            padding: 60px 0;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .stat-item {
            padding: 30px;
        }
        
        .stat-item i {
            font-size: 3rem;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.8);
        }
        
        .stat-item .number {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .testimonial {
            background-color: var(--secondary);
            padding: 100px 0;
            text-align: center;
        }
        
        .testimonial-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .testimonial-content p {
            font-size: 1.4rem;
            font-style: italic;
            margin-bottom: 30px;
            position: relative;
        }
        
        .testimonial-content p::before,
        .testimonial-content p::after {
            content: "";
            font-size: 4rem;
            color: var(--primary-light);
            position: absolute;
            opacity: 0.2;
        }
        
        .testimonial-content p::before {
            top: -30px;
            left: -20px;
        }
        
        .testimonial-content p::after {
            bottom: -60px;
            right: -20px;
        }
        
        .testimonial-author {
            font-weight: 600;
            color: var(--primary-dark);
            font-size: 1.1rem;
        }
        
        .cta {
            background: linear-gradient(to right, var(--primary), var(--primary-dark));
            color: white;
            text-align: center;
            padding: 80px 0;
        }
        
        .cta h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        
        .cta p {
            max-width: 600px;
            margin: 0 auto 30px;
            font-size: 1.1rem;
        }
        
        .btn-light {
            background-color: white;
            color: var(--primary-dark);
        }
        
        .btn-light:hover {
            background-color: var(--secondary);
        }
        
        .modal {
            transition: all 0.3s ease;
        }
        .impact-chart {
            height: 400px;
        }
  
        
        /* Slideshow styles */
        .slideshow-container {
            position: relative;
            height: 380px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .slideshow-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
            color: white;
            text-shadow: 0 1px 3px rgba(0,0,0,0.8);
            cursor: pointer;
        }
        .slide.active {
            opacity: 1;
        }
        .slide-content {
            background: rgba(0, 0, 0, 0.6);
            padding: 20px;
            border-radius: 8px;
            max-width: 90%;
            transition: all 0.3s ease;
        }
        .slide:hover .slide-content {
            background: rgba(0, 0, 0, 0.8);
        }
        .slide-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #10b981;
        }
        .slide-description {
            font-size: 0.95rem;
            line-height: 1.5;
        }
        .slideshow-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }
        .slideshow-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .slideshow-dot.active {
            background: #10b981;
            transform: scale(1.2);
        }
        .slideshow-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            z-index: 10;
            transform: translateY(-50%);
        }
        .slideshow-btn {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }
        .slideshow-btn:hover {
            background: rgba(16, 185, 129, 0.8);
            transform: scale(1.1);
        }
        .project-label {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(16, 185, 129, 0.9);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            z-index: 10;
        }
        .click-indicator {
            position: absolute;
            bottom: 60px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
            z-index: 10;
            backdrop-filter: blur(5px);
            transition: all 0.3s ease;
            opacity: 0;
        }
        .slide:hover .click-indicator {
            opacity: 1;
        }

         /* Highlight Photos Section */
        .photo-highlight {
            height: 60vh;
            min-height: 400px;
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease;
        }
        .photo-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
            z-index: 1;
            opacity: 0.8;
            transition: opacity 0.5s ease;

        }
        .photo-highlight:hover::before {
            opacity: 0.9;
        }
        .photo-highlight img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .photo-highlight:hover img {
            transform: scale(1.05);
        }
       .photo-content {
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         padding: 2rem;
         z-index: 2;
         color: white;
         transform: translateY(0);
         opacity: 1;
         }
        .highlight-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #10b981;
            opacity: 0.8;
        }

        .earth-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('https://images.unsplash.com/photo-1462331940025-496dfbfc7564?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2110&q=80');
            background-size: cover;
            background-position: center;
        }
  

        /* carbon foot print */
        .gallery-item {
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .gallery-item:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
        .modal {
            transition: all 0.3s ease;
        }
        .impact-chart {
            height: 400px;
        }
        .solution-card {
            transition: all 0.3s ease;
        }
        .solution-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .calculator-card {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 100, 0, 0.1);
        }
        .input-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #16a34a;
            cursor: pointer;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }
        .carbon-result {
            transition: all 0.5s ease;
        }
        .featured-article {
            background: linear-gradient(to right, #f0fdf4, #dcfce7);
            border-bottom: 4px solid #22c55e;
        }