/* ============================================================
   Our Locations / Global Presence
   Mirrors the reference layout 1:1 (Poppins, Elementor metrics).
   Everything is scoped under .zloc.
   ============================================================ */

.zloc,
.zloc *,
.zloc *::before,
.zloc *::after { box-sizing: border-box; }

.zloc {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.zloc img { max-width: 100%; height: auto; display: block; }
.zloc a { text-decoration: none; }
.zloc p { margin: 0; }
.zloc h1, .zloc h2, .zloc h3, .zloc h4 { margin: 0; letter-spacing: normal; }
.zloc ul { margin: 0; padding: 0; list-style: none; }

.zloc .zloc-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* ===================== HERO ===================== */

.zloc .zloc-hero {
    display: flex;
    flex-direction: column;
    min-height: 527px;
    padding: 65px;
    background-color: #1a1246;
    background-image: url("https://www.zazz.io/wp-content/uploads/2025/05/33e4a91ea85db70ea163ac92f2f9c1b87e66c6c0-scaled.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zloc .zloc-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 50px;
    margin-inline: -5.5px;
    font-size: 16px;
    line-height: 26.4px;
}

.zloc .zloc-crumb li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 5.5px;
}

.zloc .zloc-crumb a,
.zloc .zloc-crumb .zloc-crumb-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    transition: color .3s;
}

.zloc .zloc-crumb a:hover { color: #dadada; }
.zloc .zloc-crumb a:hover .zloc-dot svg { fill: #dadada; }

.zloc .zloc-dot {
    display: flex;
    align-items: center;
    padding-inline-end: 4px;
}

.zloc .zloc-dot svg {
    width: 7px;
    height: 7px;
    margin-inline-end: 1.75px;
    fill: #fff;
    transition: fill .3s;
}

.zloc .zloc-crumb-label { padding-inline-start: 5px; }
.zloc .zloc-crumb .is-current { color: rgba(255, 255, 255, .75); }

.zloc .zloc-hero-row {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

.zloc .zloc-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1 1 50%;
    min-width: 0;
}

.zloc .zloc-hero-copy h1 {
    font-size: 51px;
    font-weight: 500;
    line-height: 65px;
    color: #fff;
}

.zloc .zloc-hero-copy h1 b { font-weight: 700; }

.zloc .zloc-hero-text {
    margin-bottom: -25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.zloc .zloc-hero-text p { margin: 0 0 25.6px; }

/* Empty right half so the cityscape shows through. */
.zloc .zloc-hero-spacer { flex: 1 1 50%; }

/* ===================== LOCATIONS ===================== */

.zloc .zloc-locations {
    display: flex;
    flex-direction: column;
    padding: 65px;
    background: #e6ebf5;
}

.zloc .zloc-h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    margin-bottom: 30px;
}

.zloc .zloc-tabs { margin-top: 15px; }

.zloc .zloc-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.zloc .zloc-tab {
    padding: 15px 35px;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, .23);
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(0, 0, 0, .71);
    cursor: pointer;
    transition: color .3s, border-color .3s;
}

.zloc .zloc-tab.is-active {
    color: #000;
    border-bottom-color: #0161ff;
}

.zloc .zloc-panel { display: none; }
.zloc .zloc-panel.is-active { display: block; }

.zloc .zloc-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.zloc .zloc-card {
    display: flex;
    flex-direction: row;
    flex: 0 0 425px;
    max-width: 425px;
    min-height: 278px;
}

.zloc .zloc-card-img {
    flex: 0 0 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zloc .zloc-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    padding: 25px 15px;
    background: #fff;
}

.zloc .zloc-card-body h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #141414;
}

.zloc .zloc-card-addr {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5e5e5e;
}

.zloc .zloc-card-rule {
    height: 1px;
    margin: 15px 0;
    background: #d3d7e0;
}

.zloc .zloc-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

/* ===================== WHY IT MATTERS ===================== */

.zloc .zloc-why {
    display: flex;
    flex-direction: column;
    padding: 65px;
    background: #000;
}

.zloc .zloc-why .zloc-h2 { color: #fff; }

.zloc .zloc-why-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.zloc .zloc-why-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    min-height: 230px;
    padding: 20px 12px 12px;
    background: rgba(255, 255, 255, .12);
}

.zloc .zloc-why-card img {
    width: 68px;
    height: 68px;
    margin-bottom: 30px;
}

.zloc .zloc-why-card h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

/* ===================== CTA ===================== */

.zloc .zloc-cta {
    display: flex;
    flex-direction: row;
    padding: 60px 100px;
    background: #431bf7;
}

.zloc .zloc-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 70%;
}

.zloc .zloc-cta-brand img {
    width: auto;
    height: 44px;
    filter: brightness(0) invert(1);
}

.zloc .zloc-cta-copy p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.zloc .zloc-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
}

.zloc .zloc-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    align-self: flex-end;
    width: 60%;
    max-width: 60%;
    padding: 16px 32px;
    border: 1px solid #0161ff;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    text-align: center;
}

.zloc .zloc-cta-btn svg { flex: 0 0 8px; width: 8px; height: 12px; }
.zloc .zloc-cta-btn svg path { stroke: currentColor; }

.zloc .zloc-cta-btn.is-ghost {
    border-color: #fff;
    background: rgba(255, 255, 255, 0);
    font-weight: 500;
    color: #fff;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1366px) {
    .zloc .zloc-card { flex-basis: calc((100% - 20px) / 3); max-width: none; }
}

@media (max-width: 1200px) {
    .zloc .zloc-hero { padding: 50px; }
    .zloc .zloc-hero-copy { flex-basis: 60%; }
    .zloc .zloc-hero-spacer { flex-basis: 40%; }
    .zloc .zloc-hero-copy h1 { font-size: 44px; line-height: 54px; }
    .zloc .zloc-locations { padding: 50px; }
    .zloc .zloc-h2 { font-size: 40px; line-height: 52px; }
    .zloc .zloc-card { flex-basis: calc((100% - 10px) / 2); }
    .zloc .zloc-why { padding: 50px; }
    .zloc .zloc-why-card { flex-basis: calc((100% - 10px) / 2); }
}

@media (max-width: 1024px) {
    .zloc .zloc-hero { padding: 40px; min-height: 460px; }
    .zloc .zloc-hero-copy h1 { font-size: 36px; line-height: 46px; }
    .zloc .zloc-locations { padding: 30px; }
    .zloc .zloc-h2 { font-size: 36px; line-height: 46px; }
    .zloc .zloc-why { padding: 30px; }
}

@media (max-width: 880px) {
    .zloc .zloc-hero-copy h1 { font-size: 34px; line-height: 44px; }
    .zloc .zloc-h2 { font-size: 34px; line-height: 44px; }
}

@media (max-width: 767px) {
    .zloc .zloc-hero { padding: 40px 20px; }
    .zloc .zloc-hero-row { flex-direction: column; }
    .zloc .zloc-hero-copy { flex-basis: auto; width: 100%; }
    .zloc .zloc-hero-spacer { display: none; }
    .zloc .zloc-crumb { margin-bottom: 30px; font-size: 12px; }
    .zloc .zloc-hero-copy h1 { font-size: 31px; line-height: 41px; }
    .zloc .zloc-locations { padding: 50px 20px; }
    .zloc .zloc-h2 { font-size: 31px; line-height: 41px; }
    .zloc .zloc-tablist { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .zloc .zloc-tablist::-webkit-scrollbar { display: none; }
    .zloc .zloc-tab { padding: 15px 20px; white-space: nowrap; }
    .zloc .zloc-card { flex-basis: 100%; max-width: 100%; }
    .zloc .zloc-why { padding: 50px 20px; }
    .zloc .zloc-why-card { flex-basis: 100%; }
    .zloc .zloc-cta { flex-wrap: wrap; padding: 40px; }
    .zloc .zloc-cta-copy { width: 100%; margin-bottom: 40px; }
    .zloc .zloc-cta-actions { width: 100%; }
    .zloc .zloc-cta-btn { align-self: center; }
}
