.postAd_form_heading{
text-transform: capitalize;
}
.form_mini_headings{
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.floating-label {
    position: absolute;
    top: -8px;
    left: 18px;
    background: #fff;
    padding: 0 4px;
    font-size: 11px;
    color: #17a2b8; /* Bootstrap text-info */
    pointer-events: none;
}
.search_address_btn {
    text-align: center;
    width:40px;
    text-align: center;
    color: #FFF;
    border-radius: 25px;
    padding: 0 13px;
    height: 40px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    right: 0;
    bottom: 0;
    /* position: absolute; */
    background: var(--primary-color);
    transition: var(--transition);
}
.search-postcode{
    width: 88% !important;
}

.big-switch {
    width: 3rem !important;   /* wider */
    height: 1.6rem; /* taller */
}
.big-switch:checked {
    background-color: #28a745; /* Bootstrap green when ON */
    border-color: #28a745;
}

.propery_type_button {
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    flex-direction: column;
    border-radius: 10px;
}



.amenities_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.amenity-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 18%;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    padding: 5px;
    user-select: none;
}

.amenity-box .icon {
    font-size: 19px;
    margin-bottom: 5px;
    color: #555;
}
.amenity-box .title {
    font-size: 14px;
}

.amenity-box.selected {
    border-color: #007bff;
    background-color: #e7f1ff;
}

.amenity-box.selected .icon {
    color: #007bff;
}

.amenity-box:hover {
    border-color: #007bff;
}
.formCol{
    margin-top: 13px !important;
}

.customer-service{
    max-width: 130px;
}

@media (max-width:768px){
.amenity-box{
    width: 31%;
}
.search-postcode{
    width: 82% !important;
}
}

.formNextBtn{
    width: auto !important;
    padding: 5px 10px !important;
}


.toast-message {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #198754; /* Bootstrap success green */
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 280px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.toast-message.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-message .toast-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    margin-left: 10px;
}

.toast-message .toast-close:hover {
    color: #ddd;
}


    .hidden-video {
        display: none;
    }

    .highlight-text {
        width: 80%;
        font-size: 1.1rem;
        font-weight: 400;
        font-style: italic;
        color: #2c3e50;
        background: #f4f2ec;
        padding: 15px 20px;
        border-left: 4px solid #f3f3ff00;
        border-radius: 2px;
        border: 1px solid rgb(0 0 0 / 24%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease, box-shadow 0.2s ease;

    }

    .highlight {
        font-weight: 400 !important;
        color: #293750 !important;
        font-style: italic;
    }

    .highlight-alt {
        font-weight: 400 !important;
        color: #e67e22;
        font-style: italic;
        font-size: 1.4rem;
    }

    .video-wrapper img {
        max-height: 270px;
    }

    @media(max-width:768px) {
        .col-5 {
            width: 100% !important;
        }

        .highlight-alt {
            font-size: 1.1rem;
        }

        .highlight-text {
            width: 100%;
            font-size: 0.9rem;
        }

        .pound_sign3 {
            left: 9% !important;
            margin-left: -5px !important;
        }

        #loadPropertyBOx .fhkdjs48397 {
            margin-top: 20px;
        }

        .video-wrapper img {
            max-height: 200px !important;
        }

        .video-wrapper iframe {
            max-height: 200px !important;
        }

        .hidden-video {
            display: block;
        }
    }

    .step-disabled {
        opacity: 0.5;
        pointer-events: none;
        position: relative;
    }

    .step-disabled::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        z-index: 10;
    }

    #loadingOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #loadingOverlay .spinner-border {
        width: 3rem;
        height: 3rem;
    }

    .jkdhfkjdh, .jkdhfkjdh:active, .jkdhfkjdh:focus{
        background-color: #293750;
        color: white;
    }