.locations-tabs-nav {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.locations-tabs-nav li {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
}
.tab-active-icon {
    display: inline-flex;
    overflow: hidden;
    width: 0;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease, width 0.2s ease, margin-right 0.2s ease;
}
.locations-tabs-nav li.ltab-active .tab-active-icon {
    width: 1em;
    margin-right: 6px;
    opacity: 1;
    transform: scale(1);
}
.tab-pane {
    display: none;
    opacity: 0;
}
.tab-pane.linfo-active {
    display: block;
    opacity: 1;
    animation: locationsTabFadeIn 1s ease;
}

@keyframes locationsTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.locations-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.loc-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.locations-icon {
    line-height: 1;
    display: inline-flex;
    flex-shrink: 0;
}
.address-wrap {
    max-width: 199px;
    margin: 0 auto;
    align-content: center;
}
.address-wrap p {
    margin-bottom: 0;
}
#elementor-lightbox-slideshow-locations-grid-572.dialog-type-lightbox {
    background-color: rgb(0 0 0 / 90%);
}
.locations-tabs-button {
    margin: 50px 0;
    text-align: center;
}
.locations-tabs-button .locations-btn {
    display: block;
    background-color: var(--color-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    padding: 17px 32px 17px 32px;
    align-content: center;
    width: fit-content;
    margin: 0 auto;
}
.locations-tabs-button .locations-btn:hover {
    background-color: transparent;
    color: var(--color-primary);
}
.locations-tabs-button .locations-btn:hover svg {
    fill: var(--color-primary);
}
.locations-tabs-button .button-icon {
    line-height: 0;
    margin-left: 10px;
}
.location-slider-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 10.1px rgba(0, 0, 0, 0.14);
    position: relative;
}
.slider-inner {
    display: flex;
    flex-wrap: wrap;
}
.location-map {
    width: 50%;
    line-height: 0;
}
.location-map  iframe {
    height: 480px;
}
.loc-right {
    width: 50%;
    padding-top: 55px;
}
.location-description {
    max-width: 355px;
    margin: 0 auto;
}
.location-description h3 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-top: 0;
}
.location-description p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.loc-nav {
    position: absolute;
    width: 355px;
    bottom: 30px;
    right: 112px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
.loc-nav .arrow-span {
    line-height: 0;
}
.loc-nav [class^="elementor-swiper-button-"] {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.015em;
    font-weight: 500;
    color: #F2AD03;
}
.loc-nav .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
@media only screen and (max-width: 1177px) {
    .loc-nav {
        right: 7%;
    }
}
@media only screen and (max-width: 991px) {
    .loc-right {
        padding: 30px;
    }
    .location-description {
        max-width: 100%;
    }
    .loc-nav {
        right: 0;
        width: 50%;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .location-map,
    .loc-right,
    .loc-nav {
        width: 100%;
    }
    .loc-right {
        padding: 30px 20px 80px;
    }
    .location-map iframe {
        height: 370px;
    }
}
@media only screen and (max-width: 380px) {
    .locations-tabs-button .locations-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 14px 10px 14px 10px;
    }
}