.elementor-94 .elementor-element.elementor-element-b477f14{--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-3959abd *//* About Us Page Styles */
.mhhf-about-page {
    background: #f8f9fa;
    min-height: 100vh;
}

.mhhf-about-hero {
    background: linear-gradient(135deg, #1a3a5f 0%, #2c5c8a 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mhhf-about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="0,0 1000,50 1000,100 0,100"/></svg>');
    background-size: cover;
}

.mhhf-about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mhhf-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.mhhf-hero-subtitle {
    font-size: 1.4rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Main Layout */
.mhhf-about-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    padding: 80px 0;
    align-items: start;
    position: relative;
}

.mhhf-about-content {
    background: white;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.mhhf-about-section {
    margin-bottom: 80px;
    scroll-margin-top: 100px;
}

.mhhf-about-section:last-child {
    margin-bottom: 0;
}

.mhhf-about-section h2 {
    color: #1a3a5f;
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e9ecef;
    position: relative;
}

.mhhf-about-section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #4CAF50, #8BC34A);
}

.mhhf-about-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.15rem;
}

/* Sticky Sidebar */
.mhhf-about-sidebar {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.mhhf-sticky-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mhhf-sidebar-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mhhf-sidebar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.mhhf-sidebar-image {
    height: 250px;
    overflow: hidden;
}

.mhhf-sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mhhf-sidebar-card:hover .mhhf-sidebar-image img {
    transform: scale(1.05);
}

.mhhf-sidebar-content {
    padding: 30px;
}

.mhhf-sidebar-content h3 {
    color: #1a3a5f;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.mhhf-sidebar-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Team Stats */
.mhhf-team-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.mhhf-team-stat {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.mhhf-team-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 5px;
}

.mhhf-team-label {
    font-size: 0.85rem;
    color: #666;
}

/* Facts List */
.mhhf-facts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mhhf-fact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.mhhf-fact-item:hover {
    background: #e9ecef;
}

.mhhf-fact-item i {
    color: #4CAF50;
    width: 20px;
    text-align: center;
}

.mhhf-fact-item span {
    color: #555;
    font-weight: 500;
}

/* Sidebar Actions */
.mhhf-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mhhf-sidebar-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9fa;
    color: #1a3a5f;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.mhhf-sidebar-btn:hover {
    background: #1a3a5f;
    color: white;
    transform: translateX(5px);
}

.mhhf-sidebar-btn i {
    font-size: 0.9rem;
}

/* Mission Cards */
.mhhf-mission-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.mhhf-mission-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 30px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    text-align: center;
    transition: transform 0.3s ease;
}

.mhhf-mission-card:hover {
    transform: translateY(-5px);
}

.mhhf-mission-card i {
    font-size: 3rem;
    color: #4CAF50;
    margin-bottom: 25px;
}

.mhhf-mission-card h3 {
    color: #1a3a5f;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.mhhf-mission-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Values Grid */
.mhhf-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.mhhf-value-item {
    text-align: center;
    padding: 40px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.mhhf-value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #4CAF50;
}

.mhhf-value-item i {
    font-size: 3rem;
    color: #4CAF50;
    margin-bottom: 25px;
}

.mhhf-value-item h4 {
    color: #1a3a5f;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.mhhf-value-item p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Impact Stats */
.mhhf-impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.mhhf-impact-stat {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #1a3a5f 0%, #2c5c8a 100%);
    color: white;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.mhhf-impact-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(76, 175, 80, 0.1) 0%, transparent 50%);
}

.mhhf-stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4CAF50;
    position: relative;
}

.mhhf-stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
    position: relative;
}

/* Program List */
.mhhf-program-list {
    margin-top: 30px;
}

.mhhf-program-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.mhhf-program-item:hover {
    transform: translateX(10px);
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-left-color: #4CAF50;
}

.mhhf-program-item i {
    font-size: 2rem;
    color: #4CAF50;
    margin-top: 5px;
    flex-shrink: 0;
}

.mhhf-program-item h4 {
    color: #1a3a5f;
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.mhhf-program-item p {
    color: #666;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* CTA Section */
.mhhf-about-cta {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.mhhf-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.mhhf-cta-primary {
    background: linear-gradient(to right, #4CAF50, #8BC34A);
    color: white;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

.mhhf-cta-secondary {
    background: transparent;
    color: #1a3a5f;
    border: 2px solid #1a3a5f;
}

.mhhf-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.mhhf-cta-primary:hover {
    background: linear-gradient(to right, #3d8b40, #689f38);
}

.mhhf-cta-secondary:hover {
    background: #1a3a5f;
    color: white;
}

.mhhf-cta-btn i {
    margin-right: 12px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mhhf-about-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mhhf-about-sidebar {
        position: static;
        order: -1;
    }
    
    .mhhf-sticky-container {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 20px;
        gap: 20px;
    }
    
    .mhhf-sidebar-card {
        min-width: 300px;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .mhhf-about-hero {
        padding: 80px 0;
    }
    
    .mhhf-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .mhhf-hero-subtitle {
        font-size: 1.2rem;
    }
    
    .mhhf-about-content {
        padding: 40px 25px;
    }
    
    .mhhf-about-section h2 {
        font-size: 1.8rem;
    }
    
    .mhhf-mission-cards {
        grid-template-columns: 1fr;
    }
    
    .mhhf-values-grid {
        grid-template-columns: 1fr;
    }
    
    .mhhf-impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mhhf-sticky-container {
        flex-direction: column;
    }
    
    .mhhf-sidebar-card {
        min-width: auto;
    }
    
    .mhhf-about-cta {
        flex-direction: column;
    }
    
    .mhhf-cta-btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mhhf-impact-stats {
        grid-template-columns: 1fr;
    }
    
    .mhhf-program-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .mhhf-team-stats {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */