/* =========================================================
   BBSR SERVICES
   FREE CONSULTATION PAGE
========================================================= */

.consultation-section {
    width: 100%;
    padding: 15px 0 25px 0;
    background: #ffffff;
}

.consultation-header {
    padding: 10px 10px 20px 10px;
}

.consultation-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
}

.consultation-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    max-width: 850px;
    margin: 0 auto 15px auto;
}

.consultation-features {
    margin-top: 12px;
}

.consultation-features span {
    display: inline-block;
    margin: 4px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444444;
}

.consultation-features i {
    color: #198754;
    margin-right: 4px;
}


/* =========================================================
   MAIN FORM CARD
========================================================= */

.consultation-card {
    max-width: 1050px;
    margin: 0 auto;
    padding: 25px 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.07);
}


/* =========================================================
   SECTION TITLES
========================================================= */

.form-section-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form-section-title i {
    color: #0d6efd;
    font-size: 20px;
    margin-right: 7px;
}

.form-section-title h2 {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.form-section-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777777;
    margin: 6px 0 0 28px;
}

.form-section-small {
    margin-top: 15px;
}


/* =========================================================
   FORM
========================================================= */

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 7px;
}

.form-group label span {
    color: #dc3545;
}

.consultation-input {
    height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444444;
    padding: 8px 12px;
    box-shadow: none;
}

.consultation-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.08);
}

.consultation-textarea {
    width: 100%;
    min-height: 110px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #444444;
    padding: 10px 12px;
    resize: vertical;
}

.consultation-textarea:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.08);
}


/* =========================================================
   VALIDATION
========================================================= */

.field-error {
    display: block;
    color: #dc3545;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin-top: 5px;
}


/* =========================================================
   CONSENT
========================================================= */

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 5px;
}

.consent-box input {
    margin-top: 4px;
}

.consent-box span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.btn-submit-consultation {
    border: none;
    background: #0d6efd;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-submit-consultation:hover {
    background: #084298;
    color: #ffffff;
}


/* =========================================================
   MESSAGE
========================================================= */

.consultation-message {
    display: block;
    max-width: 1050px;
    margin: 0 auto 15px auto;
}

.success-box {
    padding: 18px;
    background: #eaf8ef;
    border: 1px solid #b8e0c5;
    border-radius: 6px;
    color: #176b35;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}

.success-box i {
    font-size: 20px;
    margin-right: 5px;
}

.success-whatsapp {
    display: inline-block;
    background: #198754;
    color: #ffffff !important;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none !important;
    margin-top: 8px;
    font-size: 14px;
}

.error-box {
    padding: 15px;
    background: #fff3f3;
    border: 1px solid #f1b8b8;
    border-radius: 6px;
    color: #a51d2a;
    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   QUICK CONTACT
========================================================= */

.quick-contact-box {
    max-width: 1050px;
    margin: 20px auto 0 auto;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #eeeeee;
    border-radius: 7px;
}

.quick-contact-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.quick-contact-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.quick-call,
.quick-whatsapp,
.quick-email {
    display: inline-block;
    padding: 9px 18px;
    margin: 4px;
    border-radius: 4px;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.quick-call {
    background: #212529;
}

.quick-whatsapp {
    background: #198754;
}

.quick-email {
    background: #0d6efd;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .consultation-section {
        padding: 8px 0 15px 0;
    }

    .consultation-header {
        padding: 5px 5px 12px 5px;
    }

    .consultation-header h1 {
        font-size: 23px;
    }

    .consultation-header p {
        font-size: 14px;
        line-height: 24px;
    }

    .consultation-features span {
        display: block;
        margin: 5px 0;
    }

    .consultation-card {
        padding: 18px 15px;
        border-radius: 5px;
    }

    .form-section-title h2 {
        font-size: 18px;
    }

    .form-section-title p {
        margin-left: 0;
    }

    .form-group {
        margin-bottom: 13px;
    }

    .consultation-input {
        height: 42px;
        font-size: 14px;
    }

    .consultation-textarea {
        font-size: 14px;
        line-height: 24px;
    }

    .btn-submit-consultation {
        width: 100%;
        font-size: 15px;
        padding: 12px 15px;
    }

    .quick-contact-box {
        margin-top: 12px;
        padding: 15px 10px;
    }

    .quick-call,
    .quick-whatsapp,
    .quick-email {
        display: block;
        margin: 6px 0;
    }
}