 .ehbl-checkout-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-top: 30px;
            flex-flow: column wrap;
            align-items: center;
        }

        .ehbl-main-form {
            /* flex: 2; */
            /*width: 400px;*/
            /*max-width: 400px;*/
            background: #e2e3e5;
            padding: 30px;
            border-radius: 6px;
        }

        .ehbl-checkout-form label {
            display: block;
            font-weight: 500;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .ehbl-checkout-form input[type="text"],
        .ehbl-checkout-form input[type="email"],
        .ehbl-checkout-form input[type="date"],
        .ehbl-checkout-form input[type="number"],
        .ehbl-checkout-form textarea {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 15px;
            transition: border 0.3s;
        }

        .ehbl-checkout-form input:focus,
        .ehbl-checkout-form textarea:focus {
            border-color: #0073aa;
            outline: none;
        }

        .ehbl-checkout-form input[type="submit"],.ehbl-checkout-form input[type="button"] {
            margin-top: 20px;
            padding: 12px 24px;
            font-size: 16px;
            background-color: #0073aa;
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
        }

        .ehbl-checkout-form input[type="submit"]:hover,.ehbl-checkout-form input[type="button"]:hover {
            background-color: #005d8f;
        }

        .ehbl-sidebar {
            flex: 1;
            min-width: 250px;
            background: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
        }

        .ehbl-sidebar h3 {
            margin-top: 0;
            color: #333;
        }

        .ehbl-sidebar p {
            margin: 8px 0;
            font-size: 15px;
        }

        .ehbl-sidebar hr {
            margin: 15px 0;
        }

        @media (max-width: 768px) {
            .ehbl-checkout-wrapper {
                flex-direction: column;
            }

            .ehbl-sidebar {
                order: -1;
                margin-bottom: 20px;
            }
        }
       
.ehbl-trip-thumbnail {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ehbl-trip-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.ehbl-main-form h2 {
    margin-top: 30px;
    font-size: 20px !important;
    color: #0073aa;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
    margin:0px !important;
}

.ehbl-form-section {
    margin-top: 15px;
    margin-bottom: 30px;
}
.yesvacancy_footer{
    font-size:14px;
}

