/* ============================================================
   ✅ STEP & GENERAL FORM CONTAINER
============================================================ */
.step {
    display: none;
}
.step.active {
    display: block;
}

.cost-form-container {
    max-width: 600px !important;
    background-color: #FFCF01 !important;
    padding: 40px !important;
    border-radius: 5px !important;
    color: #000 !important;
}

@media only screen and (max-width: 768px) {
    .cost-form-container {
        padding: 30px 25px !important;
    }
}

.cost-notice {
    max-width: 600px !important;
    color: #000 !important;
    font-style: italic;
    font-size: 14px;
    margin-top: 0.5em !important;
}

/* ============================================================
   ✅ LABELS & TEXT
============================================================ */
.cost-form-container label {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 0.5em;
}

.cost-form-container p {
    padding-top: 0.5em !important;
    font-size: 18px !important;
}

.cost-form-container .mt-3 {
    margin-top: 0px !important;
    margin-bottom: 0.5em !important;
}

label.form-check-label.mailchimp-accept {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.cost-form-container .q5-label {
    margin-top: 0.5em !important;
}

.cost-form-container .step12-label-top {
    font-size: 28px !important;
}

.cost-form-container .notice-message {
    color: #000 !important;
}

.cost-form-container .notice-message a {
    text-decoration: none !important;
    color: #4C97FF !important;
}

/* ============================================================
   ✅ INPUTS, SELECTS & TEXTAREAS
============================================================ */
.cost-form-container input:not([type='checkbox']):not([type='radio']) {
    background: #fff !important;
    height: 3.2em;
    line-height: 3.2;
    border-radius: 50px;
    padding: .8em 1.2em;
    margin-bottom: 0.5em !important;
}

.cost-form-container select {
    background: #fff !important;
    height: 3.2em;
    border-radius: 50px;
    padding: 0 1.2em !important;
    margin-bottom: 0.5em !important;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

.cost-form-container textarea {
    background: #fff !important;
    border-radius: 10px;
    padding: .8em 1.2em;
    margin-bottom: 0.5em !important;
}

.cost-form-container input,
.cost-form-container textarea,
.cost-form-container select {
    border: none !important;
    box-shadow: none !important;
}

.cost-form-container input:focus,
.cost-form-container textarea:focus,
.cost-form-container select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ============================================================
   ✅ BUTTONS
============================================================ */
.cost-form-container .btn {
    margin-top: 1em;
    border-radius: 50px !important;
}

.cost-form-container .btn-primary {
    background-color: #0D6EFD !important;
    border-color: #0D6EFD !important;
    color: #fff !important;
}

.cost-form-container .btn-secondary {
    background-color: #858585 !important;
    border-color: #858585 !important;
    color: #fff !important;
}

.cost-form-container .btn-success {
    background-color: #28A745 !important;
    border-color: #28A745 !important;
    color: #fff !important;
}

.cost-form-container .btn:disabled,
.cost-form-container .btn[disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}


/* ============================================================ 
   ✅ MODAL: Kitchen Cabinets Guide (Identical to Renovation)
============================================================ */
#Modal-Kitchen-Cabinets-Guide {
    z-index: 99999 !important;
}

#Modal-Kitchen-Cabinets-Guide .modal-content {
    padding: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 16px !important;
}

#Modal-Kitchen-Cabinets-Guide .modal-header {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 1rem 1rem !important;
}

#Modal-Kitchen-Cabinets-Guide .modal-body {
    padding: 1rem 1rem !important;
}

#Modal-Kitchen-Cabinets-Guide .modal-footer {
    border-top: none !important;
    justify-content: flex-end !important;
}

/* Close button matching renovation */
#Modal-Kitchen-Cabinets-Guide .btn-close {
    width: 2rem !important;
    height: 2rem !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 50% !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
}

#Modal-Kitchen-Cabinets-Guide .btn-close:hover {
    background-color: #f0f0f0 !important;
    transform: scale(1.1) !important;
}

#Modal-Kitchen-Cabinets-Guide .btn-close:focus {
    outline: 2px solid #3399ff !important;
    outline-offset: 2px !important;
}

#Modal-Kitchen-Cabinets-Guide .btn-close:active {
    background-color: #e0e0e0 !important;
}

/* Trigger button */
.modal-kitchen-cabinets-guide {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-left: 5px !important;
    cursor: pointer !important;
}

.cost-form-container label.form-label-helper {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
