.elementor-244 .elementor-element.elementor-element-32c284a{--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-b307ad5 *//* Donate Luxury Items Page Styles */
.mhhf-donate-luxury-page {
    background: #f8f9fa;
    min-height: 100vh;
}

.mhhf-luxury-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section - Same Blue as Other Pages */
.mhhf-luxury-hero {
    background: linear-gradient(135deg, rgba(26, 58, 95, 0.9) 0%, rgba(44, 92, 138, 0.9) 100%), 
                url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.mhhf-hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.mhhf-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mhhf-hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.mhhf-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 1.1rem;
}

.mhhf-feature i {
    color: #4CAF50;
    font-size: 1.3rem;
}

.mhhf-hero-cta {
    margin-top: 20px;
}

.mhhf-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.mhhf-cta-primary {
    background: #4CAF50;
    color: white;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

.mhhf-cta-primary:hover {
    background: #3d8b40;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(76, 175, 80, 0.4);
}

.mhhf-cta-btn i {
    margin-right: 10px;
}

/* Help Section */
.mhhf-help-section {
    padding: 80px 0;
    background: white;
}

.mhhf-help-section h2 {
    text-align: center;
    color: #1a3a5f;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.mhhf-help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mhhf-help-card {
    text-align: center;
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mhhf-help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: #4CAF50;
}

.mhhf-help-icon {
    font-size: 3rem;
    color: #4CAF50;
    margin-bottom: 20px;
}

.mhhf-help-card h3 {
    color: #1a3a5f;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.mhhf-help-card p {
    color: #666;
    line-height: 1.6;
}

/* Simple CTA Section */
.mhhf-donation-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a3a5f 0%, #2c5c8a 100%);
    color: white;
    text-align: center;
}

.mhhf-simple-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.mhhf-simple-cta > p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.mhhf-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.mhhf-cta-large {
    padding: 20px 40px;
    font-size: 1.3rem;
    background: #4CAF50;
    color: white;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.mhhf-cta-large:hover {
    background: #3d8b40;
    transform: translateY(-3px);
}

.mhhf-cta-note {
    opacity: 0.8;
    font-size: 0.95rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mhhf-luxury-hero {
        padding: 60px 0;
    }
    
    .mhhf-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .mhhf-hero-features {
        gap: 20px;
        flex-direction: column;
    }
    
    .mhhf-help-grid {
        grid-template-columns: 1fr;
    }
    
    .mhhf-simple-cta h2 {
        font-size: 2rem;
    }
    
    .mhhf-cta-large {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .mhhf-luxury-container {
        padding: 0 15px;
    }
    
    .mhhf-help-section {
        padding: 60px 0;
    }
}/* End custom CSS */