/* 
 * Responsive Header Spacing Fix
 * Suffix: d0b6bd8b
 */

/* General fix for header containers to space out elements evenly */
header,
.elementor-post-43,
.elementor-post-766,
.elementor-post-769 {
    width: 100% !important;
}

/* Ensure flex/container layouts in headers distribute contents evenly (space-between) */
header .elementor-container,
header .elementor-row,
.elementor-post-43 .elementor-container,
.elementor-post-766 .elementor-container,
.elementor-post-769 .elementor-container,
header .e-con,
.elementor-post-43 .e-con,
.elementor-post-766 .e-con,
.elementor-post-769 .e-con {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

/* Specific styling to align Call Button and Booking Button side-by-side on the right */
.elementor-element-3ff7dbe1,
.elementor-element-13b9c836 {
    order: 10 !important;
    display: inline-flex !important;
    margin-right: 12px !important;
    margin-left: auto !important; /* Pushes the group to the right */
}

.elementor-element-6d3d6c63,
.elementor-element-5fb801e0 {
    order: 11 !important;
    display: inline-flex !important;
}

/* Adjustments for Laptop screens (up to 1460px) */
@media screen and (max-width: 1460px) {
    header .e-con,
    .elementor-post-43 .e-con,
    .elementor-post-766 .e-con {
        justify-content: space-between !important;
        gap: 15px !important;
    }
}

/* Tablet Spacing adjustments (up to 1024px) */
@media screen and (max-width: 1024px) {
    header .e-con,
    .elementor-post-43 .e-con,
    .elementor-post-766 .e-con,
    .elementor-post-769 .e-con {
        justify-content: space-between !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
    
    header .elementor-widget-nav-menu,
    header .elementor-widget-button {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Mobile Spacing adjustments (up to 767px) */
@media screen and (max-width: 767px) {
    header .e-con,
    .elementor-post-43 .e-con,
    .elementor-post-766 .e-con,
    .elementor-post-769 .e-con {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header .elementor-widget-image,
    .elementor-post-43 .elementor-widget-image,
    .elementor-post-769 .elementor-widget-image {
        max-width: 130px !important;
        flex-grow: 1 !important;
        text-align: left !important;
    }
    
    header .elementor-widget-nav-menu,
    .elementor-post-43 .elementor-widget-nav-menu,
    .elementor-post-769 .elementor-widget-nav-menu {
        flex-grow: 0 !important;
    }
}
