.elementor-82 .elementor-element.elementor-element-1c16bd5{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-82 .elementor-element.elementor-element-0bdf6b5.elementor-element{--flex-grow:1;--flex-shrink:0;}@media(max-width:1024px){.elementor-82 .elementor-element.elementor-element-1c16bd5{--justify-content:flex-start;}}@media(max-width:767px){.elementor-82 .elementor-element.elementor-element-1c16bd5{--justify-content:flex-start;}}/* Start custom CSS for shortcode, class: .elementor-element-0bdf6b5 *//* Elementor shortcode height fix */
.elementor-82 .elementor-element.elementor-element-0bdf6b5, .elementor-82 .elementor-element.elementor-element-0bdf6b5 .elementor-shortcode {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* Main layout */
.location-tabs-wrapper {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
}

.location-sidebar {
    width: 200px;
    flex-shrink: 0;
}

.city-heading {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
    font-style: var( --e-global-typography-accent-font-style );
    text-decoration: var( --e-global-typography-accent-text-decoration );
    letter-spacing: var( --e-global-typography-accent-letter-spacing );
    text-transform: uppercase;
    color: var( --e-global-color-text );
    padding-block-start: 0px;
    padding-block-end: 0px;
    background-color: #00000000;
    margin: 0 !important;
}

.location-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 24px 0 !important;
}

/* Sidebar triggers */
.location-trigger {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-text );
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: capitalize;
    padding-block-start: 0px;
    padding-block-end: 0px;
    background-color: #00000000;
    font-style: normal !important;
    cursor: pointer !important;
    list-style: none !important;
    margin-bottom: 4px !important;
    transition: color 0.3s ease, text-shadow 0.3s ease !important;
    text-shadow: 0 0 0 transparent;
}

.location-trigger:hover,
.location-trigger.is-active {
    color: var(--e-global-color-accent) !important;
    text-shadow: 1px 0 0 currentColor, -0.2px 0 0 currentColor !important;
}

/* Mobile dropdown */
.location-mobile-select-wrapper {
    display: none;
    position: relative;
    width: 100%;
}

.location-mobile-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 14px 48px 14px 18px;
    background-color: var(--e-global-color-ba69821);
    border: 3px solid var(--e-global-color-primary);
    border-radius: 0;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    color: var(--e-global-color-text);
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.location-mobile-select:focus {
    border-color: var(--e-global-color-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--e-global-color-accent) 20%, transparent);
}

.location-select-arrow {
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--e-global-color-primary);
}

/* Content panes */
.location-main-content {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.location-pane {
    display: none;
    width: 100%;
}

.location-pane.is-active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.4s ease-in-out;
}

/* Hero image */
.location-hero-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    flex-shrink: 0;
}

.location-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Action bar */
.location-action-bar {
    display: flex;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}

.action-btn {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: var( --e-global-typography-accent-font-weight );
    font-style: var( --e-global-typography-accent-font-style );
    text-decoration: var( --e-global-typography-accent-text-decoration );
    letter-spacing: var( --e-global-typography-accent-letter-spacing );
    color: var( --e-global-color-text );
    text-decoration: none !important;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease !important;
}

.action-btn:hover {
    color: var(--e-global-color-accent);
}

.action-sep {
    width: 2px;
    height: 40px;
    background: var(--e-global-color-primary);
    flex-shrink: 0;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Tablet */
@media (max-width: 1024px) {

    .location-tabs-wrapper {
        flex-direction: column !important;
        gap: 32px !important;
        justify-content: flex-start;
    }

    .location-sidebar {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }

    .city-group {
        break-inside: avoid;
    }

    .location-main-content {
        flex-grow: 0;
    }

    .location-pane.is-active {
        display: block !important;
        position: relative;
    }

    .location-action-bar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
        grid-template-rows: auto 2px auto;
        grid-template-areas:
            "find  sep1  call"
            "hsep  hsep  hsep"
            "book  sep3  hours";
        margin-top: 16px;
        align-items: center;
    }

    .action-btn--find  { grid-area: find; }
    .action-btn--call  { grid-area: call; }
    .action-btn--book  { grid-area: book; }
    .action-btn--hours { grid-area: hours; }

    .action-sep--1 {
        grid-area: sep1;
        width: 2px;
        height: 40px;
    }

    .action-sep--3 {
        grid-area: sep3;
        width: 2px;
        height: 40px;
    }

    .action-sep--2 {
        grid-area: hsep;
        display: block;
        width: 100%;
        height: 2px;
        background: var(--e-global-color-primary);
    }
}

/* Mobile */
@media (max-width: 767px) {

    .location-mobile-select-wrapper {
        display: block !important;
    }

    .location-sidebar {
        display: none !important;
    }
}/* End custom CSS */