.elementor-9100 .elementor-element.elementor-element-7d13f54{--display:flex;}#featured-title{display:block;}#site-logo #site-logo-inner{max-width:140px !important;}#footer{display:block;}/* Start custom CSS for container, class: .elementor-element-7d13f54 *//* Container styling */
.psa-assessment-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-top: 4px solid #fad358; /* Productivity SA Gold */
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* Prevents padding from breaking width */
}

/* Header Styling */
.psa-form-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.psa-title {
    color: #1d3968;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.psa-subtitle {
    color: #555;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

/* Question / Label styling */
.psa-label {
    display: block;
    font-weight: 600;
    color: #1d3968; /* Productivity SA Navy */
    margin-bottom: 10px;
    font-size: 15px;
}

.psa-optional {
    font-weight: normal;
    color: #888;
    font-size: 13px;
}

/* Field Groups & Spacing */
.psa-field-group {
    margin-bottom: 25px;
}

/* Side-by-side layout for contact info */
.psa-field-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.psa-field-half {
    flex: 1;
}

/* Inputs & Dropdowns */
.psa-assessment-form input[type="text"],
.psa-assessment-form input[type="email"],
.psa-assessment-form input[type="tel"],
.psa-assessment-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    background-color: #f9f9fa;
    transition: border-color 0.3s ease;
    box-sizing: border-box; /* Crucial so padding doesn't overflow container */
}

.psa-assessment-form input:focus,
.psa-assessment-form select:focus {
    border-color: #1d3968;
    outline: none;
    background-color: #fff;
}

/* Submit Button Fix */
.psa-submit-wrap {
    margin-top: 35px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centers the button wrapper itself */
}

.psa-assessment-form input.psa-btn {
    background-color: #1d3968;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-align: center !important; /* Force text center */
    display: inline-block;
    line-height: normal; /* Fixes vertical text alignment quirks */
    box-sizing: border-box;
}

.psa-assessment-form input.psa-btn:hover {
    background-color: #fad358;
    color: #1d3968;
}

/* Responsive */
@media (max-width: 600px) {
    .psa-field-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    .psa-field-half {
        margin-bottom: 25px;
    }
    .psa-assessment-form {
        padding: 25px 20px;
    }
    .psa-title {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ===== Productivity SA BT&R Form — Full CSS ===== */
/* Scoped to avoid affecting other forms/pages */
.psa-assessment-form {
    font-size: 16px;
    line-height: 1.6;
    color: #1a202c;
}

/* Main title */
.psa-assessment-form .psa-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.psa-assessment-form .psa-intro {
    margin-bottom: 24px;
}

.psa-assessment-form .psa-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 12px;
    color: #2d3748;
}

/* Section headings + full-width underline matching text length */
.psa-assessment-form .psa-section-heading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 32px 0 18px;
    color: #1a202c;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
    max-width: 100%;
    position: relative;
}

.psa-assessment-form .psa-section-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    background-color: #fad358; /* Productivity SA gold */
    border-radius: 2px;
}

.psa-assessment-form .psa-section-note {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    margin: -4px 0 16px;
}

.psa-assessment-form .psa-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #2d3748;
    margin-bottom: 6px;
}

/* Inputs + selects */
.psa-assessment-form input[type="text"],
.psa-assessment-form input[type="email"],
.psa-assessment-form input[type="tel"],
.psa-assessment-form input[type="number"],
.psa-assessment-form input[type="submit"],
.psa-assessment-form select,
.psa-assessment-form textarea {
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
}

/* Make Section B/C checkbox option text larger */
.psa-assessment-form .psa-checkbox-grid .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.45;
    color: #1f2937;
}

.psa-assessment-form .psa-checkbox-grid .wpcf7-list-item {
    margin: 0 0 8px;
    display: block;
}

/* Generic spacing helpers */
.psa-field-group {
    margin-bottom: 25px;
}

.psa-field-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.psa-field-half {
    flex: 1;
}

.psa-field-third {
    flex: 1;
    min-width: 220px;
}

/* Qualification row */
.psa-qualification-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.psa-qualification-item {
    display: flex;
    flex-direction: column;
}

.psa-qualification-item .psa-label {
    min-height: 3.2em;
    display: flex;
    align-items: flex-end;
}

.psa-qualification-item select {
    width: 100%;
}

/* Disqualification message */
.psa-disqualify-message {
    margin: 1rem 0 1.5rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid #c62828;
    background: #fff3f3;
    color: #8b1d1d;
    font-weight: 600;
}

/* Conditional "Other (please specify)" follow-up fields */
.psa-assessment-form .psa-other-spec {
    margin: 12px 0 24px;
    padding: 12px 16px;
    border-left: 3px solid #fad358;
    background-color: #fffaf0;
    border-radius: 0 4px 4px 0;
}

.psa-assessment-form .psa-other-spec .psa-label {
    margin-bottom: 6px;
}

/* Submit area */
.psa-submit-wrap {
    margin-top: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 900px) {
    .psa-qualification-row {
        grid-template-columns: 1fr;
    }

    .psa-qualification-item .psa-label {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .psa-field-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .psa-field-half {
        margin-bottom: 25px;
    }
}/* End custom CSS */