/*==============================================
    Office Location
===============================================*/
.office-location {
    position: relative;
    display: block;
    padding: 60px 0px 60px;
    z-index: 2;
}

.office-location__inner {
    position: relative;
    display: block;
    background-color: var(--tanspot-black);
    border-radius: 20px;
    z-index: 1;
    padding: 40px 30px;
}

.office-location__map-block {
    position: relative;
    width: 100%;
    min-height: 520px;
}

.office-location__location {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 520px;
    margin: 0 auto;
    z-index: 1;
}

.office-location__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .15;
    z-index: -1;
}

.office-location__map img {
    width: 100%;
    height: auto;
    display: block;
}

.office-location__location-single.style1 {
    position: absolute;
    top: 22%;
    left: 4%;
}

.office-location__location-single.style2 {
    position: absolute;
    top: 12%;
    left: 35%;
}

.office-location__location-single.style3 {
    position: absolute;
    top: 28%;
    left: 52%;
}

.office-location__location-single.style4 {
    position: absolute;
    left: 29%;
    bottom: 30%;
}

.office-location__location-single.style5 {
    position: absolute;
    left: 52%;
    bottom: 28%;
}

.office-location__location-single.style6 {
    position: absolute;
    top: 33%;
    right: 26%;
}

.office-location__location-single.style7 {
    position: absolute;
    right: 23%;
    bottom: 38%;
}

.office-location__location-single.style8 {
    position: absolute;
    top: 22%;
    right: 4%;
}

.office-location__content {
    position: relative;
    padding: 35px 25px;
    background: rgba(6, 29, 48, 0.95);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.office-location__content .section-title__tagline {
    color: rgba(255, 255, 255, 0.78);
}

.office-location__content .section-title__title {
    color: #ffffff;
}

.office-location__content .section-title__title span {
    color: var(--tanspot-base);
}

.office-location__intro {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
    margin-top: 18px;
}

.office-location__intro--secondary {
    margin-bottom: 30px;
}

.office-location__cards {
    margin: 0 -12px;
}

.office-location__card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 24px 20px;
    margin: 0 12px 18px;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    min-height: 170px;
}

.office-location__card:hover {
    transform: translateY(-6px);
    border-color: rgba(218, 5, 48, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.office-location__card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(var(--tanspot-base-rgb), 0.14);
    color: var(--tanspot-base);
    font-size: 20px;
    margin-bottom: 18px;
}

.office-location__card h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.office-location__card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.office-location__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.office-location__stat {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 170px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px 20px;
}

.office-location__stat span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.office-location__stat strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
}

.office-location__btn-box {
    margin-top: 32px;
}

.office-location__btn-box .thm-btn {
    background-color: var(--tanspot-base);
    border-color: var(--tanspot-base);
}

.office-location__btn-box .thm-btn:hover {
    background-color: #b00328;
    border-color: #b00328;
}

@media (max-width: 991px) {
    .office-location__inner {
        padding: 30px 20px;
    }

    .office-location__map-block {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .office-location__content {
        padding: 28px 20px;
    }

    .office-location__cards {
        margin: 0 -10px;
    }

    .office-location__card {
        margin-bottom: 16px;
    }

    .office-location__stats {
        flex-direction: column;
    }

    .office-location__stat {
        flex: 1 1 100%;
    }
}


.office-location__location-single .round-box {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--tanspot-base);
    border-radius: 50%;
    cursor: pointer;
}

.office-location__location-single .round-box::before,
.office-location__location-single .round-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: transparent;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.office-location__location-single .round-box::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.office-location__location-single .round-box .bdr {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tanspot-base);
    border-radius: 50%;
    content: "";
}



.office-location__location-single .content-box {
    position: absolute;
    top: 55px;
    left: -100%;
    background: var(--tanspot-white);
    padding: 0px 15px 18px;
    border: 2px solid var(--tanspot-base);
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    z-index: 100;
    margin-left: -40px;
}

.office-location__location-single:hover .content-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.office-location__location-single .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    border-bottom: 25px solid var(--tanspot-white);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    z-index: 1;
}

.office-location__location-single .content-box::after {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    border-bottom: 25px solid var(--tanspot-base);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    z-index: -1;
}

.office-location__location-single .content-box .img-box {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
    padding: 3px 3px 3px;
    margin: -6px auto 8px;
    z-index: 2;
}

.office-location__location-single .content-box .img-box img {
    width: 100%;
}

.office-location__location-single .content-box .text-box {
    position: relative;
    display: block;
}

.office-location__location-single .content-box .text-box h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.office-location__location-single .content-box .text-box p {
    color: var(--tanspot-black);
    font-size: 15px;
    line-height: 24px;
}
















/*==============================================
    End
===============================================*/