body {
    height: 100vh;
    margin: 0;
}

.left-column {
    background: var(--form-bg-image) no-repeat center center;
    background-size: cover;
    height: 100%;
}

.right-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-container {
    width: 100%;
    max-width: 500px;
}

.d-none {
    display: none;
}

.arrow {
    font-size: 1.5rem;
    cursor: pointer;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.form-group {
    margin-bottom: 15px;
}

.sbhf-homepage-widget .input-group {
    justify-content: space-between;
}

.sbhf-homepage-widget .form-control.pac-target-input {
    max-width: 70% !important;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 2px 2px 2px 2px;
    border-radius: 4px !important;
}

.sbhf-homepage-widget .sbhf-btn {
    background-color: #F97316;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px !important;
    border: 0;
    padding: 10px 30px;
    max-width: 30% !important;
    width: 28.5%;
}

.sbhf-homepage-widget .sbhf-btn:hover {
    background-color: #F97316;
    color: #ffffff;
}

@media (max-width: 480px) {
    .right-column {
        background: var(--form-bg-image) no-repeat center center;
    }

    /* Add the overlay */
    .right-column::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        /* Black overlay with 50% opacity */
        z-index: 1;
    }

    /* Ensure form stays above the overlay */
    .form-container {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
        position: relative;
        z-index: 2;
        /* Higher than the overlay */
    }
}

@media (max-width: 480px) {
    .right-column {
        background: var(--form-bg-image) no-repeat center center;
    }

    /* Add the overlay */
    .right-column::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        /* Black overlay with 50% opacity */
        z-index: 1;
    }

    /* Ensure form stays above the overlay */
    .form-container {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 8px;
        position: relative;
        z-index: 2;
        /* Higher than the overlay */
    }
}