.elementor-296 .elementor-element.elementor-element-c281f47{--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-2ad9d00 *//* Contact Page Styles */
.mhhf-contact-page {
    background: #f8f9fa;
    min-height: 100vh;
}

.mhhf-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.mhhf-contact-hero {
    background: linear-gradient(135deg, rgba(26, 58, 95, 0.9) 0%, rgba(44, 92, 138, 0.9) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.mhhf-contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.mhhf-hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
    opacity: 0.95;
    font-weight: 300;
}

.mhhf-hero-description {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
}

/* Contact Methods */
.mhhf-contact-methods {
    padding: 80px 0;
    background: white;
}

.mhhf-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.mhhf-method-card {
    text-align: center;
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mhhf-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: #4CAF50;
}

.mhhf-method-icon {
    font-size: 3rem;
    color: #4CAF50;
    margin-bottom: 20px;
}

.mhhf-method-card h3 {
    color: #1a3a5f;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.mhhf-method-card > p {
    color: #666;
    margin-bottom: 15px;
}

.mhhf-method-link {
    display: block;
    color: #4CAF50;
    text-decoration: none;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.mhhf-method-link:hover {
    text-decoration: underline;
}

.mhhf-method-address {
    color: #1a3a5f;
    margin-bottom: 15px;
    line-height: 1.5;
}

.mhhf-method-hours {
    color: #666;
    font-size: 0.9rem;
}

.mhhf-method-hours p {
    margin: 5px 0;
}

.mhhf-method-desc {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 20px !important;
}

.mhhf-method-btn {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mhhf-method-btn:hover {
    background: #3d8b40;
    transform: translateY(-2px);
}

/* Main Contact Section */
.mhhf-contact-main {
    padding: 80px 0;
    background: #f8f9fa;
}

.mhhf-contact-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.mhhf-contact-form-section h2 {
    color: #1a3a5f;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.mhhf-contact-form-section > p {
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

/* Contact Form */
.mhhf-contact-form {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.mhhf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mhhf-form-group {
    margin-bottom: 25px;
}

.mhhf-form-group label {
    display: block;
    color: #1a3a5f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.mhhf-form-group input,
.mhhf-form-group select,
.mhhf-form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    font-family: inherit;
}

.mhhf-form-group input:focus,
.mhhf-form-group select:focus,
.mhhf-form-group textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.mhhf-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.mhhf-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.mhhf-checkbox input {
    width: auto;
    margin-top: 5px;
}

.mhhf-checkbox-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.mhhf-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.mhhf-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
}

.mhhf-submit-btn i {
    margin-right: 10px;
}

/* Contact Sidebar */
.mhhf-contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mhhf-map-container {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.mhhf-map-placeholder {
    padding: 40px 30px;
    text-align: center;
    background: linear-gradient(135deg, #1a3a5f, #2c5c8a);
    color: white;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mhhf-map-placeholder i {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.8;
}

.mhhf-map-placeholder h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.mhhf-map-placeholder p {
    opacity: 0.9;
    margin-bottom: 20px;
}

.mhhf-map-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mhhf-map-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.mhhf-map-btn i {
    font-size: 1rem;
    margin-right: 8px;
    margin-bottom: 0;
}

.mhhf-department-contacts {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.mhhf-department-contacts h3 {
    color: #1a3a5f;
    margin-bottom: 25px;
    font-size: 1.4rem;
    font-weight: 600;
}

.mhhf-department-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mhhf-department h4 {
    color: #1a3a5f;
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 600;
}

.mhhf-department a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.mhhf-department a:hover {
    text-decoration: underline;
}

.mhhf-department p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.mhhf-emergency-contact {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.mhhf-emergency-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

.mhhf-emergency-contact h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.mhhf-emergency-contact p {
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.5;
}

.mhhf-emergency-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mhhf-emergency-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.mhhf-emergency-btn i {
    margin-right: 8px;
}

/* FAQ Section */
.mhhf-contact-faq {
    padding: 80px 0;
    background: white;
}

.mhhf-contact-faq h2 {
    text-align: center;
    color: #1a3a5f;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.mhhf-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mhhf-faq-item {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.mhhf-faq-item h3 {
    color: #1a3a5f;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.mhhf-faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mhhf-contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .mhhf-contact-hero {
        padding: 60px 0;
    }
    
    .mhhf-contact-hero h1 {
        font-size: 2.2rem;
    }
    
    .mhhf-methods-grid {
        grid-template-columns: 1fr;
    }
    
    .mhhf-form-row {
        grid-template-columns: 1fr;
    }
    
    .mhhf-contact-form {
        padding: 30px 25px;
    }
    
    .mhhf-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .mhhf-contact-container {
        padding: 0 15px;
    }
    
    .mhhf-contact-main,
    .mhhf-contact-methods,
    .mhhf-contact-faq {
        padding: 60px 0;
    }
}/* End custom CSS */