/* Media Query for smaller screens */
@media (max-width: 768px) {
    .custom-column-container {
        flex-direction: column;
    }

    .custom-column {
        max-width: 100%;
    }

    .inner-container {
        width: 100%;
    }

    .booking-form .form-grid {
        grid-template-columns: 1fr;
    }
}
