.First {
    padding: 290px;
}

.First h1 {
    font-size: 70px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0B644D;
    text-align: center;
}

.First p {
    font-size: 20px;
    color: #2c2e2e;
    text-align: center;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}
.Last {
    padding: 150px;
    background-color: #0B644D;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}

.Last h1 {
    font-size: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #ffffff;
    text-align: center;
}


.container3 {

    margin-top: 30px;
}

.container3 .image-content {
    padding: 70px;
    background-color: #0B644D;
}

 
.container3 .text-content {
    color: white;
    background-color: #0B644D;
}

.container3 .text-content p {
    color: white;
}

.container3 .text-content h2 {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    word-spacing: 10px;
    font-size: 56px;
    background-color: #0B644D;
}

.Btn-Action {

    padding: 10px;
    border-radius: 20px;
    width: 50%;
    text-align: center;
    background-color: rgb(242, 194, 20);
    color: white;

}

.features-section .cards-container22 .card22 p {
    margin-bottom: 20px;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}
.features-section .cards-container22 .card22 h3 {
         font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}
.features-section .section-title22 {
    margin-bottom: 11px;
    margin-top: 40px;
    color: #0B644D;
}

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

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h1 {
    font-size: 2.8rem;
    color: #0B644D;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h1:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 4px;
    background: linear-gradient(to right, #0B644D, #2ecc71);
    bottom: -10px;
    left: 15%;
    border-radius: 2px;
}

.section-header p {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 20px auto 0;
    line-height: 1.6;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.impact-card {
    background: white;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.impact-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0B644D, #2ecc71);
}


.counter {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0B644D;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-suffix {
    font-size: 2rem;
    color: #0B644D;
    font-weight: 600;
}

.impact-card h3 {
    font-size: 1.3rem;
    color: #7f8c8d;
    margin-bottom: 15px;
}

.impact-card p {
    color: #95a5a6;
    font-size: 0.95rem;
    line-height: 1.5;
}



.card-2:before {
    background: linear-gradient(to right, #e74c3c, #e67e22);
}



.card-3:before {
    background: linear-gradient(to right, #0B644D, #0B644D);
}


.card-4:before {
    background: linear-gradient(to right, #1abc9c, #16a085);
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-header h1 {
        font-size: 2.2rem;
    }

    .counter {
        font-size: 2.8rem;
    }

    .First {
        padding: 120px;
    }

    .First h1 {
        font-size: 39px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #0B644D;
    }

    .First p {
        font-size: 20px;
        color: #2c2e2e;
    }.Last {
        padding: 120px;
    }

    .Last h1 {
        font-size: 39px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #0B644D;
    }

    
}

@media (max-width: 576px) {
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .section-header h1 {
        font-size: 1.8rem;
    }

    .counter {
        font-size: 2.5rem;
    }
}

 









.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.section-title h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h1:after {
     position: absolute;
    width: 70px;
    height: 4px;
    background-color: #27ae60;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-title p {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Green background section */
.green-section {
    background: #0B644D;
    border-radius: 15px;
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(39, 174, 96, 0.2);
    color: white;
}

.columns-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.column {
    flex: 1;
    min-width: 250px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.column:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.column-title {
    font-size: 1.6rem;
    margin-bottom: 18px;
    font-weight: 700;
    color: rgb(37, 235, 47);
    line-height: 1.3;
                font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}

.column-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}

/* Responsive adjustments */
@media (max-width: 992px) {
    .columns-container {
        gap: 20px;
    }

    .column {
        min-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .column {
        min-width: 100%;
    }

    .green-section {
        padding: 40px 25px;
    }

    .section-title h1 {
        font-size: 2.2rem;
    }
}