.landing-v4-find-us-tab .section-title {
    text-align: center;
    padding-bottom: 24px;
}

.landing-v4-find-us-tab .tab-buttons-swiper {
    padding: 0 30px;
    margin-bottom: 24px;
}
 
.landing-v4-find-us-tab .swiper-slide {
    width: auto;
}

.landing-v4-find-us-tab .swiper-button-next,
.landing-v4-find-us-tab .swiper-button-prev {
    background: url("../../images/landing-v4-icon-arrow-right-black.svg") no-repeat center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px;
}

.landing-v4-find-us-tab .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
    right: auto;
}

.landing-v4-find-us-tab .swiper-button-next:after,
.landing-v4-find-us-tab .swiper-button-prev:after {
    display: none;
}

.landing-v4-find-us-tab .tab-link {
    font-family: 'Arada-Regular';
    font-size: 15px;
    line-height: 120%;
    background: none;
    color: #12121280;
    padding: 0 2px 8px;
    appearance: none;
    border: none;
}

body.rtl .landing-v4-find-us-tab .tab-link {
    font-family: 'Cairo-Regular';
}

.landing-v4-find-us-tab .tab-link:hover {
    color: #000;
    cursor: pointer;
}

.landing-v4-find-us-tab .tab-link.active {
    color: #000;
    border-bottom: 2px solid #000000;
    font-family: 'Arada-Bold';
}

body.rtl .landing-v4-find-us-tab .tab-link.active{
    font-family: 'Cairo-Bold';
}

.landing-v4-find-us-tab .tab-content {
    display: none;
}

.landing-v4-find-us-tab .find-us-tab-map {
    border-radius: 15px;
    overflow: hidden;
    /* aspect-ratio: 570 / 420; */
}
.landing-v4-find-us-tab .find-us-tab-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.landing-v4-find-us-tab .find-us-tab-address {
    background: black;
    border-radius: 15px;
}

body.rtl .landing-v4-find-us-tab .find-us-tab-address-in,
.landing-v4-find-us-tab .find-us-tab-address-in {
    padding: 28px 24px;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-v4-find-us-tab .find-us-tab-address-in .button {
    padding: 13px 32px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 7%;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    transition: all ease .3s;
}

.landing-v4-find-us-tab .find-us-tab-address-in .button:hover {
    filter: invert(1);
    border-color: #000000;
}

.landing-v4-find-us-tab .find-us-tab-address-in .button:after {
    content: "";
    background: url("../../images/landing-v4-cta-arrow.svg") no-repeat center;
    background-size: 9px 12px;
    width: 9px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
}

body.rtl .landing-v4-find-us-tab .find-us-tab-address-in .button:after {
    margin-left: 0px;
    margin-right: 8px;
    scale: -1 1;
}

.landing-v4-find-us-tab .find-us-tab-address-content .label {
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF80;
    margin-bottom: 4px;
}

.landing-v4-find-us-tab .find-us-tab-address-content .tagline {
    margin-bottom: 12px;
}

.landing-v4-find-us-tab .find-us-tab-address-content h6 {
    margin-bottom: 24px;
}

.landing-v4-find-us-tab .find-us-tab-address-content p {
    margin-bottom: 16px;
}

.landing-v4-find-us-tab .find-us-tab-address-content a {
    color: inherit;
}

@media only screen and (min-width: 769px) {
    .landing-v4-find-us-tab .section-title {
        padding-bottom: 40px;
    }
    
    .landing-v4-find-us-tab .tab-buttons-swiper {
        margin-bottom: 40px;
    }

    .landing-v4-find-us-tab .find-us-tab-map {
        width: calc(100% - 380px - 10px);
        height: 420px;
    }

    .landing-v4-find-us-tab .find-us-tab-address {
        width: 380px;
        height: 420px;
        margin-left: 10px;
    }

    body.rtl .landing-v4-find-us-tab .find-us-tab-address-in,
    .landing-v4-find-us-tab .find-us-tab-address-in {
        padding: 40px 32px;
    }

    .landing-v4-find-us-tab .find-us-tab-address-in .button {
        align-self: start;
    }

    .landing-v4-find-us-tab .hidden-lg {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .landing-v4-find-us-tab .tab-link {
        display: block;
    }

    .landing-v4-find-us-tab .find-us-tab-address {
        margin-top: 24px;
    }
}