.elementor-106 .elementor-element.elementor-element-83ee172{--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;}.elementor-106 .elementor-element.elementor-element-2ccbe29{--display:flex;}/* Start custom CSS for html, class: .elementor-element-11fd530 *//* ===== MISSION SECTION ===== */
.sh-mission-section {
    background: #f8f9fa;
    padding: 80px 20px;
}

.sh-container {
    width: 100%;
    margin: auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.sh-back-link {
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.sh-back-link:hover {
    text-decoration: underline;
}

.sh-mission-section h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #222;
}

.sh-subtitle {
    color: #777;
    margin-bottom: 25px;
}

.sh-hero-img {
    width: 100%;
    height: 450px;
    background: url("image/our mission images.png") center/cover no-repeat;
    border-radius: 12px;
    margin-bottom: 30px;
}

.sh-content {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.sh-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #222;
}

.sh-content ul {
    padding-left: 20px;
}

.sh-content li {
    margin-bottom: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .sh-mission-section {
        padding: 50px 15px;
    }

    .sh-container {
        padding: 30px 20px;
    }

    .sh-mission-section h1 {
        font-size: 28px;
    }

    .sh-hero-img {
        height: 250px;
    }

    .sh-content {
        font-size: 16px;
    }
}/* End custom CSS */