.elementor-4400 .elementor-element.elementor-element-3843d4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-77b559b *//* PAGE WRAPPER */
.about-page {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* HERO */
.about-hero {
    text-align: center;
    margin-bottom: 70px;
}
.about-hero h1 {
    font-size: 42px;
    color: #2f6b4f;
    margin-bottom: 15px;
}
.about-hero p {
    font-size: 18px;
    color: #555;
    max-width: 760px;
    margin: auto;
    line-height: 1.6;
}

/* INTRO */
.about-intro {
    margin-bottom: 80px;
}
.about-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.about-text h2 {
    font-size: 32px;
    color: #2f6b4f;
    margin-bottom: 20px;
}
.about-text p {
    font-size: 16.5px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* VALUES */
.about-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}
.value-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 28px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.value-card:hover {
    transform: translateY(-6px);
}
.value-card h3 {
    font-size: 22px;
    color: #2f6b4f;
    margin-bottom: 12px;
}
.value-card p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.6;
}

/* VISION & MISSION */
.about-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}
.vision-box {
    background: #e8f2ed;
    border-radius: 20px;
    padding: 40px 30px;
}
.vision-box h3 {
    font-size: 24px;
    color: #2f6b4f;
    margin-bottom: 12px;
}
.vision-box p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* FOOTER CTA */
.about-footer {
    background: linear-gradient(135deg, #2f6b4f, #24523c);
    padding: 80px 30px;
    border-radius: 26px;
    text-align: center;
}
.about-footer h2 {
    font-size: 38px;
    font-weight: 700;
    color: #f4c430;
    margin-bottom: 18px;
}
.about-footer p {
    font-size: 18px;
    color: #ffffff;
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.7;
}
.about-btn {
    display: inline-block;
    padding: 15px 36px;
    background: #f4c430;
    color: #2f6b4f;
    font-weight: 600;
    text-decoration: none;
    border-radius: 40px;
}
.about-btn:hover {
    background: #ffd966;
    color: #1e4f3a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 32px;
    }
    .about-footer h2 {
        font-size: 30px;
    }
}/* End custom CSS */