.fg-map-slider-v2-7b7ebbbd {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 620px;
    min-height: 620px;
    overflow: hidden;
    background: #2f3d4f;
    font-family: Arial, sans-serif;
    --fg-carousel-start: 430px;
    --fg-card-width: 250px;
    --fg-card-height: 345px;
    --fg-card-gap: 40px;
    --fg-active-scale: 1;
    --fg-inactive-scale: 0.74;
    --fg-card-radius: 4px;
    --fg-gold: #d99627;
    --fg-white: #ffffff;
    --fg-timeline-dot-size: 24px;
    --fg-timeline-width: 365px;
    --fg-inner-width: 1560px;
}

.fg-map-slider-v2-7b7ebbbd * {
    box-sizing: border-box;
}

.fg-map-slider-v2-7b7ebbbd,
.elementor-widget-fg_map_slider_v2_7b7ebbbd,
.elementor-widget-fg_map_slider_v2_7b7ebbbd > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
}


.fg-map-slider-v2-7b7ebbbd .fg-bg-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fg-map-slider-v2-7b7ebbbd .fg-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.8s ease, transform 3s ease;
}

.fg-map-slider-v2-7b7ebbbd .fg-bg.active {
    opacity: 1;
    transform: scale(1);
}

.fg-map-slider-v2-7b7ebbbd .fg-bg img,
.fg-map-slider-v2-7b7ebbbd .fg-bg-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fg-map-slider-v2-7b7ebbbd .fg-bg-placeholder {
    background: linear-gradient(135deg, #2f3d4f, #233044);
}

.fg-map-slider-v2-7b7ebbbd .fg-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(47, 61, 79, 0.88);
    z-index: 2;
}

.fg-map-slider-v2-7b7ebbbd .fg-blur-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: var(--fg-inner-width);
    height: 100%;
    margin: 0 auto;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline {
    position: absolute;
    left: 76px;
    top: 120px;
    width: var(--fg-timeline-dot-size);
    height: 365px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-line {
    position: absolute;
    top: calc(var(--fg-timeline-dot-size) / 2);
    bottom: calc(var(--fg-timeline-dot-size) / 2);
    left: 50%;
    width: 1px;
    height: auto;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.28);
    z-index: 1;
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-list {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn {
    position: relative;
    flex: 0 0 auto;
    width: var(--fg-timeline-dot-size);
    height: var(--fg-timeline-dot-size);
    min-width: var(--fg-timeline-dot-size);
    min-height: var(--fg-timeline-dot-size);
    max-width: var(--fg-timeline-dot-size);
    max-height: var(--fg-timeline-dot-size);
    border-radius: 999px;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.24);
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    box-shadow: none;
    line-height: 1;
    text-align: center;
    transform-origin: center center;
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn::after,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.45;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn.active,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn.active {
    background: rgba(255, 255, 255, 0.92);
    color: #1c2635;
    transform: scale(1.08);
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn.active::after,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn.active::after {
    display: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn .fg-num,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn .fg-num {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    opacity: 0;
    transform: translateY(0.5px);
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-timeline-btn.active .fg-num,
.fg-map-slider-v2-7b7ebbbd button.fg-timeline-btn.active .fg-num {
    opacity: 1;
}

/* Responsive horizontal timeline modes */
@media (min-width: 1025px) {
    .fg-map-slider-v2-7b7ebbbd.fg-timeline-desktop-horizontal .fg-timeline {
        width: var(--fg-timeline-width);
        height: var(--fg-timeline-dot-size);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-desktop-horizontal .fg-timeline-line {
        left: calc(var(--fg-timeline-dot-size) / 2);
        right: calc(var(--fg-timeline-dot-size) / 2);
        top: 50%;
        bottom: auto;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-desktop-horizontal .fg-timeline-list {
        flex-direction: row;
        width: 100%;
        height: 100%;
    }
}

.fg-map-slider-v2-7b7ebbbd .fg-content {
    position: absolute;
    left: 165px;
    top: 150px;
    width: 280px;
    z-index: 30;
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-location-details {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-location-details.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0);
    pointer-events: auto;
}

.fg-map-slider-v2-7b7ebbbd .fg-location-details:not(.active) .fg-actions,
.fg-map-slider-v2-7b7ebbbd .fg-location-details:not(.active) .fg-btn {
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-location-details.active .fg-actions,
.fg-map-slider-v2-7b7ebbbd .fg-location-details.active .fg-btn {
    pointer-events: auto;
}

.fg-map-slider-v2-7b7ebbbd .fg-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.fg-map-slider-v2-7b7ebbbd .fg-address {
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.92;
    margin-bottom: 28px;
}

.fg-map-slider-v2-7b7ebbbd .fg-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    pointer-events: auto;
}

.fg-map-slider-v2-7b7ebbbd .fg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 220px;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.fg-map-slider-v2-7b7ebbbd .fg-btn:hover {
    transform: translateY(-1px);
}

.fg-map-slider-v2-7b7ebbbd .fg-btn-style-1 {
    background: var(--fg-gold);
    border-color: var(--fg-gold);
    color: #fff;
}

.fg-map-slider-v2-7b7ebbbd .fg-btn-style-2 {
    background: transparent;
    border-color: var(--fg-gold);
    color: #fff;
}

.fg-map-slider-v2-7b7ebbbd .fg-btn-style-3 {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.fg-map-slider-v2-7b7ebbbd .fg-btn-custom {
    background: #222b39;
    border-color: #222b39;
    color: #fff;
}

.fg-map-slider-v2-7b7ebbbd .fg-carousel {
    position: absolute;
    left: var(--fg-carousel-start);
    top: 110px;
    width: calc(100% - var(--fg-carousel-start));
    z-index: 20;
    overflow: hidden;
    padding-left: 0;
    padding-bottom: 54px;
}

.fg-map-slider-v2-7b7ebbbd .fg-cards-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--fg-card-gap);
    transform: translateX(0);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.fg-map-slider-v2-7b7ebbbd .fg-card {
    position: relative;
    flex: 0 0 auto;
    width: var(--fg-card-width);
    height: var(--fg-card-height);
    border-radius: var(--fg-card-radius);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.70;
    transform: scale(var(--fg-inactive-scale));
    transform-origin: center center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    transition: opacity 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease;
    -webkit-tap-highlight-color: transparent;
}

.fg-map-slider-v2-7b7ebbbd .fg-card.active {
    opacity: 1;
    transform: scale(var(--fg-active-scale));
    z-index: 5;
    cursor: default;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.fg-map-slider-v2-7b7ebbbd .fg-card.fg-card-clone {
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-card-img,
.fg-map-slider-v2-7b7ebbbd .fg-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fg-map-slider-v2-7b7ebbbd .fg-card-placeholder {
    background: linear-gradient(135deg, #cfd5db, #5c646e);
}

.fg-map-slider-v2-7b7ebbbd .fg-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.24) 52%, rgba(0, 0, 0, 0) 100%);
}

.fg-map-slider-v2-7b7ebbbd .fg-card-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    pointer-events: none;
}

.fg-map-slider-v2-7b7ebbbd .fg-card-title {
    margin: 0 0 7px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
}

.fg-map-slider-v2-7b7ebbbd .fg-card-state {
    display: block;
    color: var(--fg-gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fg-map-slider-v2-7b7ebbbd .fg-dots {
    position: absolute;
    left: 430px;
    top: 500px;
    bottom: auto;
    width: var(--fg-card-width);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 60;
}

.fg-map-slider-v2-7b7ebbbd .fg-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.38);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.fg-map-slider-v2-7b7ebbbd .fg-dot.active {
    background: #fff;
    transform: scale(1.25);
}

@media (max-width: 1024px) {
    .fg-map-slider-v2-7b7ebbbd {
        height: 720px;
        min-height: 720px;
        --fg-carousel-start: 250px;
        --fg-card-width: 280px;
        --fg-card-height: 360px;
        --fg-card-gap: 26px;
        --fg-timeline-width: 300px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-content {
        left: 110px;
        top: 95px;
        width: 320px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-carousel {
        top: 300px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-dots {
        left: 250px;
        top: 675px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-timeline {
        left: 48px;
        top: 86px;
        height: 300px;
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-tablet-horizontal .fg-timeline {
        width: var(--fg-timeline-width);
        height: var(--fg-timeline-dot-size);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-tablet-horizontal .fg-timeline-line {
        left: calc(var(--fg-timeline-dot-size) / 2);
        right: calc(var(--fg-timeline-dot-size) / 2);
        top: 50%;
        bottom: auto;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-tablet-horizontal .fg-timeline-list {
        flex-direction: row;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .fg-map-slider-v2-7b7ebbbd {
        height: 690px;
        min-height: 690px;
        --fg-carousel-start: 36px;
        --fg-card-width: 235px;
        --fg-card-height: 300px;
        --fg-card-gap: 22px;
        --fg-active-scale: 1;
        --fg-inactive-scale: 0.86;
        --fg-timeline-width: 235px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-content {
        left: 72px;
        top: 55px;
        width: calc(100% - 92px);
    }

    .fg-map-slider-v2-7b7ebbbd .fg-title {
        font-size: 31px;
        letter-spacing: 0.02em;
        margin-bottom: 8px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-address {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-btn {
        width: 210px;
        min-height: 38px;
        padding: 10px 18px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-carousel {
        top: 340px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-dots {
        left: 36px;
        top: 655px;
    }

    .fg-map-slider-v2-7b7ebbbd .fg-timeline {
        left: 34px;
        top: 35px;
        height: 190px;
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-mobile-horizontal .fg-timeline {
        width: var(--fg-timeline-width);
        height: var(--fg-timeline-dot-size);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-mobile-horizontal .fg-timeline-line {
        left: calc(var(--fg-timeline-dot-size) / 2);
        right: calc(var(--fg-timeline-dot-size) / 2);
        top: 50%;
        bottom: auto;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
    }

    .fg-map-slider-v2-7b7ebbbd.fg-timeline-mobile-horizontal .fg-timeline-list {
        flex-direction: row;
        width: 100%;
        height: 100%;
    }
}
