.elementor-441 .elementor-element.elementor-element-5a1006c{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4d045e8 */.mission-page {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-header h1 {
    font-size: 42px;
    color: #0d4d80;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: #1a6aa2;
    font-style: italic;
}

.mission-section,
.vision-section,
.values-section {
    margin-bottom: 80px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8f4ff;
}

.section-header .icon {
    font-size: 32px;
}

.section-header h2 {
    font-size: 32px;
    color: #0d4d80;
    margin: 0;
}

.content-box {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border-left: 5px solid #1a6aa2;
}

.intro-text {
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8fdff;
    border-radius: 10px;
    border-left: 4px solid #1a6aa2;
}

.mission-points {
    margin-top: 30px;
}

.point {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8fdff;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.point:hover {
    transform: translateX(10px);
}

.point-icon {
    font-size: 40px;
    flex-shrink: 0;
}

.point-content h3 {
    color: #0d4d80;
    margin-bottom: 10px;
    font-size: 22px;
}

.point-content p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.vision-goals {
    margin-top: 40px;
}

.goal {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
    padding: 25px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border-radius: 10px;
    border-left: 4px solid #1a6aa2;
}

.goal-number {
    font-size: 24px;
    font-weight: bold;
    color: #1a6aa2;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.goal h3 {
    color: #0d4d80;
    margin-bottom: 10px;
    font-size: 22px;
}

.goal p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.value-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #1a6aa2;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.value-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.value-card h3 {
    color: #0d4d80;
    margin-bottom: 15px;
    font-size: 20px;
}

.value-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.founder-message {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: 60px;
    text-align: center;
}

.message-content {
    max-width: 800px;
    margin: 0 auto;
}

.quote-icon {
    font-size: 60px;
    color: #cce7ff;
    margin-bottom: 20px;
}

.founder-quote {
    font-size: 22px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 30px;
}

.founder-signature {
    border-top: 1px solid #cce7ff;
    padding-top: 20px;
}

.founder-signature strong {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.founder-signature span {
    font-size: 16px;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mission-page {
        padding: 30px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .section-header h2 {
        font-size: 26px;
    }
    
    .content-box {
        padding: 25px;
    }
    
    .point {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .goal {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .founder-message {
        padding: 40px 20px;
    }
    
    .founder-quote {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}/* End custom CSS */