.elementor-19620 .elementor-element.elementor-element-752b3b0{--display:flex;}.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 *//* --- CSS STYLES --- */
/* Base styles from your main page for consistency */
.findhub-body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #2F2F2F;
    line-height: 1.6;
}
.fh-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 60px 20px;
}
.fh-hero {
    text-align: center;
    padding: 80px 20px;
}
.fh-hero h1 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #2F2F2F;
}
.fh-hero h1 span {
    color: #FE385A;
}
.fh-hero p {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto 30px auto;
    color: #6b7280;
}
.fh-section-header {
    text-align: center;
    margin-bottom: 50px;
}
.fh-section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #2F2F2F;
}
.fh-section-header p {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}
.fh-faq-section {
    max-width: 800px;
    margin: 80px auto 0 auto;
}
.fh-faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fh-faq-item:last-child {
    border-bottom: none;
}
.fh-faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fh-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding-top 0.5s ease;
    padding-top: 0;
    color: #6b7280;
}
.fh-faq-item.active .fh-faq-answer {
    max-height: 300px;
    padding-top: 15px;
}
.fh-faq-question .icon {
    transition: transform 0.3s ease;
    color: #FE385A;
    font-weight: bold;
    font-size: 1.5rem;
}
.fh-faq-item.active .icon {
    transform: rotate(45deg);
}

/* --- NEW STYLES FOR CONTACT PAGE --- */
.fh-contact-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: flex-start;
    background-color: #f9fafb;
    padding: 50px;
    border-radius: 30px;
}
.fh-form-container {
    padding-right: 40px;
    border-right: 1px solid #e5e7eb;
}
.form-placeholder {
    /* This is where your formidable form will appear */
    /* You can add styles here to target the form if needed */
    padding: 20px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    text-align: center;
    color: #6b7280;
    background-color: #ffffff;
}
.fh-info-container h3 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2F2F2F;
}
.fh-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.fh-info-item svg {
    width: 28px;
    height: 28px;
    color: #FE385A;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 5px;
}
.fh-info-item strong {
    display: block;
    font-size: 1.1rem;
    color: #2F2F2F;
}
.fh-info-item a, .fh-info-item span {
    color: #6b7280;
    text-decoration: none;
}
.fh-info-item a:hover {
    color: #FE385A;
}

/* --- Responsive Design for Contact Page --- */
@media (max-width: 992px) {
    .fh-contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px;
    }
    .fh-form-container {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .fh-hero h1 {
        font-size: 2.8rem;
    }
    .fh-section-header h2 {
        font-size: 2.2rem;
    }
    .fh-faq-question {
        font-size: 1.1rem;
    }
}/* End custom CSS */