/* =========================================================
   SOZO LOCATION PAGE
   Reusable for Brunswick, Coburg, Preston, etc.
========================================================= */

.sozo-location-page {
    --sozo-location-blue: rgb(0, 91, 170);
    --sozo-location-blue-dark: #003f76;
    --sozo-location-blue-light: #0877d4;
    --sozo-location-orange: rgb(250, 170, 45);
    --sozo-location-orange-light: #ffc65c;
    --sozo-location-heading: #092b49;
    --sozo-location-text: #657585;
    --sozo-location-light: #f3f7fb;
    --sozo-location-white: #ffffff;
    --sozo-location-border: rgba(0, 91, 170, 0.12);
    overflow: hidden;
    background-color: var(--sozo-location-white);
    color: var(--sozo-location-text);
    font-family: "Poppins", sans-serif;
}

.sozo-location-page *,
.sozo-location-page *::before,
.sozo-location-page *::after {
    box-sizing: border-box;
}

.sozo-location-page img {
    max-width: 100%;
}

.sozo-location-page a {
    text-decoration: none;
}

.sozo-location-page-container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - (var(--sozo-gutter) * 2)));
    margin-inline: auto;
}

.sozo-location-section {
    position: relative;
    padding: var(--sozo-section-pad-y) 0;
}

.sozo-location-section--white {
    background-color: #ffffff;
}

.sozo-location-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--sozo-location-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sozo-location-section-label::before {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 10px;
    background-color: currentColor;
}

.sozo-location-section-label--light {
    color: var(--sozo-location-orange-light);
}

.sozo-location-content h2,
.sozo-location-heading h2,
.sozo-location-rental-content h2,
.sozo-location-directions-content h2,
.sozo-location-nearby-content h2 {
    margin-bottom: 22px;
    color: #000 !important;
      font-size: clamp(14px, 5vw, 34px);
}

.sozo-location-content p,
.sozo-location-heading p,
.sozo-location-rental-content p,
.sozo-location-directions-content p,
.sozo-location-nearby-content p {
    margin: 0;
    color: var(--sozo-location-text);
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.95;
}

.sozo-location-content p a,
.sozo-location-heading p a,
.sozo-location-rental-content p a,
.sozo-location-directions-content p a {
    color: var(--sozo-location-blue);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(0, 91, 170, 0.28);
    text-underline-offset: 4px;
}

.sozo-location-button,
.sozo-location-primary-button {
    margin-top: 30px;
}

.sozo-location-heading {
    width: min(920px, 100%);
    margin: 0 auto 47px;
    text-align: center;
}

.sozo-location-heading--light p {
    color: rgba(255, 255, 255, 0.76);
}

.sozo-location-center-action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}


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

.sozo-location-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: 20px;
    background:
        linear-gradient(
            130deg,
            #001f3a 0%,
            #003b6d 48%,
            #005ca8 100%
        );
}

.sozo-location-hero__background,
.sozo-location-hero__orange-texture,
.sozo-location-hero__blue-texture,
.sozo-location-hero__grid,
.sozo-location-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sozo-location-hero__orange-texture {
    inset: auto auto -190px -220px;
    width: 670px;
    height: 670px;
    opacity: 0.2;
    transform: rotate(-8deg);
}

.sozo-location-hero__blue-texture {
    inset: -240px -260px auto auto;
    width: 730px;
    height: 730px;
    opacity: 0.28;
}

.sozo-location-hero__grid {
    opacity: 0.15;
    background-image:
        linear-gradient(rgba(255,255,255,0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image:
        linear-gradient(
            to right,
            transparent,
            #000 25%,
            #000 78%,
            transparent
        );
}

.sozo-location-hero__glow {
    inset: 15% auto auto 41%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background-color: rgba(250, 170, 45, 0.13);
    filter: blur(95px);
}

.sozo-location-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 0 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
}

.sozo-location-breadcrumb a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 200ms ease;
}

.sozo-location-breadcrumb a:hover {
    color: var(--sozo-location-orange);
}

.sozo-location-breadcrumb i {
    color: var(--sozo-location-orange);
    font-size: 8px;
}

.sozo-location-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(45px, 6vw, 95px);
    align-items: center;
    min-height: 660px;
    padding: 45px 0 70px;
}

.sozo-location-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sozo-location-eyebrow__icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 170, 45, 0.35);
    border-radius: 10px;
    background-color: rgba(250, 170, 45, 0.14);
    color: var(--sozo-location-orange);
}

.sozo-location-hero__content h1 {
    max-width: 790px;
    margin: 0 0 24px;
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: clamp(31px, 3.2vw, 45px);
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.sozo-location-hero__content h1 span {
    display: block;
    color: var(--sozo-location-orange);
}

.sozo-location-hero__content > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
    line-height: 1.9;
}

.sozo-location-hero__content > p a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(250, 170, 45, 0.65);
    text-underline-offset: 4px;
}

.sozo-location-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 31px;
}

.sozo-location-primary-button {
    margin-top: 0;
}

.sozo-location-hero__secondary-action {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.sozo-location-hero__secondary-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    background-color: rgba(255,255,255,0.09);
    color: var(--sozo-location-orange);
}

.sozo-location-hero__secondary-action small,
.sozo-location-hero__secondary-action strong {
    display: block;
}

.sozo-location-hero__secondary-action small {
    margin-bottom: 2px;
    color: rgba(255,255,255,0.58);
    font-size: 10px;
    text-transform: uppercase;
}

.sozo-location-hero__secondary-action strong {
    font-family: "Quantico", sans-serif;
    font-size: 14px;
}

.sozo-location-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 40px;
}

.sozo-location-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.sozo-location-hero__trust-item > i {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    flex: 0 0 39px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.1);
    color: var(--sozo-location-orange);
    font-size: 14px;
}

.sozo-location-hero__trust-item strong,
.sozo-location-hero__trust-item small {
    display: block;
}

.sozo-location-hero__trust-item strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sozo-location-hero__trust-item small {
    margin-top: 3px;
    color: rgba(255,255,255,0.52);
    font-size: 9px;
}

.sozo-location-hero__visual {
    position: relative;
}

.sozo-location-hero__visual-panel {
    position: relative;
    min-height: 505px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.13),
            rgba(255,255,255,0.04)
        );
    box-shadow: 0 35px 90px rgba(0, 10, 25, 0.36);
    backdrop-filter: blur(12px);
}

.sozo-location-hero__visual-top {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sozo-location-hero__visual-top span,
.sozo-location-hero__visual-top strong {
    display: block;
}

.sozo-location-hero__visual-top span {
    color: rgba(255,255,255,0.48);
    font-size: 9px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.sozo-location-hero__visual-top strong {
    margin-top: 3px;
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.sozo-location-hero__status {
    display: flex;
    align-items: center;
    gap: 7px;
    height: fit-content;
    padding: 7px 10px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.09);
    color: rgba(255,255,255,0.68);
    font-size: 9px;
}

.sozo-location-hero__status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #41e37d;
    box-shadow: 0 0 0 5px rgba(65,227,125,0.12);
}

.sozo-location-hero__vehicle-stage {
    position: relative;
    min-height: 325px;
    display: grid;
    place-items: center;
    margin-top: 12px;
}

.sozo-location-hero__watermark {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,0.05);
    font-family: "Quantico", sans-serif;
    font-size: 105px;
    font-weight: 700;
    letter-spacing: 6px;
}

.sozo-location-hero__vehicle-circle {
    position: absolute;
    width: 290px;
    height: 290px;
    border: 50px solid rgba(250,170,45,0.15);
    border-radius: 50%;
}

.sozo-location-hero__vehicle-stage img {
    position: relative;
    z-index: 2;
    width: min(490px, 112%);
    max-width: none;
    filter: drop-shadow(0 28px 22px rgba(0,0,0,0.32));
    transform: translateX(-2%);
}

.sozo-location-hero__vehicle-shadow {
    position: absolute;
    bottom: 34px;
    left: 50%;
    width: 75%;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.28);
    filter: blur(15px);
    transform: translateX(-50%);
}

.sozo-location-hero__address {
    position: absolute;
    z-index: 5;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: calc(100% - 145px);
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 14px;
    background-color: rgba(0,31,58,0.78);
    backdrop-filter: blur(12px);
}

.sozo-location-hero__address-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    border-radius: 10px;
    background-color: var(--sozo-location-orange);
    color: #08243d;
}

.sozo-location-hero__address small,
.sozo-location-hero__address strong {
    display: block;
}

.sozo-location-hero__address small {
    margin-bottom: 3px;
    color: rgba(255,255,255,0.5);
    font-size: 8px;
    text-transform: uppercase;
}

.sozo-location-hero__address strong {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.5;
}

.sozo-location-hero__experience {
    position: absolute;
    right: 19px;
    bottom: 21px;
    width: 100px;
    padding: 13px 12px;
    border-radius: 14px;
    background-color: var(--sozo-location-orange);
    color: #08243d;
    text-align: center;
}

.sozo-location-hero__experience strong,
.sozo-location-hero__experience span {
    display: block;
}

.sozo-location-hero__experience strong {
    font-family: "Quantico", sans-serif;
    font-size: 28px;
    line-height: 1;
}

.sozo-location-hero__experience span {
    margin-top: 5px;
    font-size: 7px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.sozo-location-hero__footer {
    border-top: 1px solid rgba(255,255,255,0.12);
    background-color: rgba(0,20,39,0.42);
}

.sozo-location-hero__footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sozo-location-hero__footer-grid > div {
    position: relative;
    padding: 21px 25px;
    text-align: center;
}

.sozo-location-hero__footer-grid > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background-color: rgba(255,255,255,0.12);
}

.sozo-location-hero__footer-grid strong,
.sozo-location-hero__footer-grid span {
    display: block;
}

.sozo-location-hero__footer-grid strong {
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.sozo-location-hero__footer-grid span {
    margin-top: 4px;
    color: rgba(255,255,255,0.48);
    font-size: 9px;
}


/* =========================================================
   LOCAL INTRODUCTION
========================================================= */

.sozo-location-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(55px, 8vw, 105px);
    align-items: center;
}

.sozo-location-intro-visual {
    position: relative;
    min-height: 530px;
}

.sozo-location-intro-visual__frame {
    position: absolute;
    inset: 25px 48px 15px 0;
    border: 3px solid var(--sozo-location-orange);
    border-radius: 24px;
}

.sozo-location-intro-visual__image {
    position: absolute;
    inset: 0 0 65px 35px;
    overflow: hidden;
    border-radius: 24px;
    background-color: #e8eef4;
    box-shadow: 0 28px 70px rgba(0,91,170,0.16);
}

.sozo-location-intro-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sozo-location-intro-visual__badge {
    position: absolute;
    right: -12px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 16px 19px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 20px 48px rgba(0,91,170,0.17);
}

.sozo-location-intro-visual__badge > span {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: 0 0 45px;
    border-radius: 12px;
    background-color: var(--sozo-location-blue);
    color: #ffffff;
}

.sozo-location-intro-visual__badge small,
.sozo-location-intro-visual__badge strong {
    display: block;
}

.sozo-location-intro-visual__badge small {
    color: #8794a0;
    font-size: 9px;
    text-transform: uppercase;
}

.sozo-location-intro-visual__badge strong {
    margin-top: 3px;
    color: var(--sozo-location-heading);
    font-size: 12px;
}

.sozo-location-intro-visual__years {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    padding: 18px 14px;
    border-radius: 17px;
    background-color: var(--sozo-location-orange);
    color: #08243d;
    text-align: center;
    box-shadow: 0 20px 40px rgba(250,170,45,0.3);
}

.sozo-location-intro-visual__years strong,
.sozo-location-intro-visual__years span {
    display: block;
}

.sozo-location-intro-visual__years strong {
    font-family: "Quantico", sans-serif;
    font-size: 35px;
    line-height: 1;
}

.sozo-location-intro-visual__years span {
    margin-top: 6px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}


/* =========================================================
   LOCAL BENEFITS
========================================================= */

.sozo-location-local-benefits {
    position: relative;
    overflow: hidden;
    padding: var(--sozo-section-pad-y) 0;
    background-color: #f4f8fc;
}

.sozo-location-local-benefits__texture {
    position: absolute;
    top: -100px;
    right: -150px;
    width: 560px;
    height: 560px;
    opacity: 0.08;
}

.sozo-location-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sozo-location-benefit-card {
    position: relative;
    min-height: 270px;
    padding: 27px 25px;
    overflow: hidden;
    border: 1px solid var(--sozo-location-border);
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0 14px 40px rgba(0,91,170,0.07);
    transition:
        transform 250ms ease,
        border-color 250ms ease,
        box-shadow 250ms ease;
}

.sozo-location-benefit-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 130px;
    height: 130px;
    border: 25px solid rgba(250,170,45,0.09);
    border-radius: 50%;
}

.sozo-location-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(250,170,45,0.55);
    box-shadow: 0 26px 55px rgba(0,91,170,0.13);
}

.sozo-location-benefit-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sozo-location-benefit-card__top span {
    color: rgba(0,91,170,0.16);
    font-family: "Quantico", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.sozo-location-benefit-card__top i {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            var(--sozo-location-blue),
            var(--sozo-location-blue-light)
        );
    color: #ffffff;
    box-shadow: 0 12px 27px rgba(0,91,170,0.22);
}

.sozo-location-benefit-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--sozo-location-blue);
    font-family: "Quantico", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.sozo-location-benefit-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--sozo-location-text);
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   DIRECTIONS
========================================================= */

.sozo-location-directions-section {
    position: relative;
    padding: var(--sozo-section-pad-y) 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #00345f,
            #005da9
        );
}

.sozo-location-directions-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: clamp(55px, 8vw, 100px);
    align-items: center;
}

.sozo-location-directions-content p {
    color: rgba(255,255,255,0.74);
}

.sozo-location-directions-content p a {
    color: #ffffff;
    text-decoration-color: rgba(250,170,45,0.7);
}

.sozo-location-directions-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 30px;
}

.sozo-location-directions-actions .sozo-location-button {
    margin-top: 0;
}

.sozo-location-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 47px;
    padding: 0 21px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    transition:
        background-color 200ms ease,
        border-color 200ms ease;
}

.sozo-location-whatsapp-button:hover {
    border-color: #25d366;
    background-color: #25d366;
    color: #ffffff;
}

.sozo-location-directions-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.sozo-location-directions-details > div {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 13px;
    background-color: rgba(255,255,255,0.07);
}

.sozo-location-directions-details i {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    flex: 0 0 37px;
    border-radius: 10px;
    background-color: rgba(250,170,45,0.18);
    color: var(--sozo-location-orange);
}

.sozo-location-directions-details small,
.sozo-location-directions-details strong {
    display: block;
}

.sozo-location-directions-details small {
    color: rgba(255,255,255,0.48);
    font-size: 8px;
    text-transform: uppercase;
}

.sozo-location-directions-details strong {
    margin-top: 3px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.5;
}

.sozo-location-map-card {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.14),
            rgba(255,255,255,0.05)
        );
    box-shadow: 0 35px 80px rgba(0,20,40,0.28);
    backdrop-filter: blur(12px);
}

.sozo-location-map-card__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image:
        radial-gradient(circle at center, rgba(255,255,255,0.35) 1px, transparent 1px);
    background-size: 24px 24px;
}

.sozo-location-map-card__road {
    position: absolute;
    height: 20px;
    border: 5px solid rgba(255,255,255,0.16);
    border-left: 0;
    border-right: 0;
    transform-origin: center;
}

.sozo-location-map-card__road--one {
    top: 30%;
    left: -15%;
    width: 135%;
    transform: rotate(18deg);
}

.sozo-location-map-card__road--two {
    top: 58%;
    left: -18%;
    width: 140%;
    transform: rotate(-25deg);
}

.sozo-location-map-card__road--three {
    top: 15%;
    left: 38%;
    width: 95%;
    transform: rotate(80deg);
}

.sozo-location-map-card__road--four {
    top: 67%;
    left: 10%;
    width: 80%;
    transform: rotate(67deg);
}

.sozo-location-map-card__pin {
    position: absolute;
    top: 46%;
    left: 50%;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
}

.sozo-location-map-card__pin span {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 9px solid rgba(250,170,45,0.25);
    border-radius: 50%;
    background-color: var(--sozo-location-orange);
    color: #08243d;
    font-size: 24px;
    box-shadow:
        0 0 0 18px rgba(250,170,45,0.11),
        0 20px 35px rgba(0,0,0,0.22);
}

.sozo-location-map-card__pin strong {
    margin-top: 12px;
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: 15px;
}

.sozo-location-map-card__label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 13px 16px;
    border-radius: 12px;
    background-color: rgba(0,31,58,0.82);
    backdrop-filter: blur(10px);
}

.sozo-location-map-card__label small,
.sozo-location-map-card__label strong {
    display: block;
}

.sozo-location-map-card__label small {
    color: rgba(255,255,255,0.47);
    font-size: 8px;
    text-transform: uppercase;
}

.sozo-location-map-card__label strong {
    margin-top: 3px;
    color: #ffffff;
    font-size: 11px;
}

.sozo-location-map-card__areas span {
    position: absolute;
    padding: 6px 9px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.65);
    font-size: 8px;
}

.sozo-location-map-card__areas span:nth-child(1) {
    top: 18%;
    left: 9%;
}

.sozo-location-map-card__areas span:nth-child(2) {
    top: 21%;
    right: 11%;
}

.sozo-location-map-card__areas span:nth-child(3) {
    bottom: 16%;
    left: 11%;
}

.sozo-location-map-card__areas span:nth-child(4) {
    bottom: 26%;
    right: 12%;
}


/* =========================================================
   FLEET
========================================================= */

.sozo-location-fleet-section {
    background-color: #f5f8fb;
}

.sozo-location-fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sozo-location-fleet-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sozo-location-border);
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 15px 42px rgba(0,91,170,0.08);
    transition:
        transform 250ms ease,
        box-shadow 250ms ease;
}

.sozo-location-fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 58px rgba(0,91,170,0.15);
}

.sozo-location-fleet-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 17px 19px 0;
}

.sozo-location-fleet-card__header span {
    color: var(--sozo-location-orange);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.sozo-location-fleet-card__header strong {
    color: rgba(0,91,170,0.14);
    font-family: "Quantico", sans-serif;
    font-size: 23px;
}

.sozo-location-fleet-card__image {
    position: relative;
    min-height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.sozo-location-fleet-card__circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 35px solid rgba(250,170,45,0.13);
    border-radius: 50%;
}

.sozo-location-fleet-card__image img {
    position: relative;
    z-index: 2;
    width: 112%;
    max-width: none;
    filter: drop-shadow(0 15px 13px rgba(0,0,0,0.18));
    transition: transform 300ms ease;
}

.sozo-location-fleet-card:hover .sozo-location-fleet-card__image img {
    transform: scale(1.045);
}

.sozo-location-fleet-card__content {
    padding: 0 21px 25px;
}

.sozo-location-fleet-card__content h3 {
    margin: 0 0 10px;
    color: var(--sozo-location-blue);
    font-family: "Quantico", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.sozo-location-fleet-card__content p {
    margin: 0;
    color: var(--sozo-location-text);
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   INCLUDED
========================================================= */

.sozo-location-included-section {
    position: relative;
    overflow: hidden;
    padding: var(--sozo-section-pad-y) 0;
    background:
        linear-gradient(
            135deg,
            #001f3a,
            #004f91
        );
}

.sozo-location-included-section__texture {
    position: absolute;
    top: -180px;
    right: -200px;
    width: 650px;
    height: 650px;
    opacity: 0.16;
}

.sozo-location-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sozo-location-included-card {
    position: relative;
    min-height: 245px;
    padding: 25px 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 18px;
    background-color: rgba(255,255,255,0.075);
    backdrop-filter: blur(9px);
}

.sozo-location-included-card__icon {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    margin-bottom: 27px;
    border-radius: 14px;
    background-color: var(--sozo-location-orange);
    color: #08243d;
    font-size: 18px;
}

.sozo-location-included-card__number {
    position: absolute;
    top: 22px;
    right: 20px;
    color: rgba(255,255,255,0.12);
    font-family: "Quantico", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.sozo-location-included-card h3 {
    margin: 0 0 11px;
    color: #ffffff;
    font-family: "Quantico", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.sozo-location-included-card p {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    line-height: 1.7;
}

.sozo-location-deposit-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding: 17px 20px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 14px;
    background-color: rgba(255,255,255,0.06);
}

.sozo-location-deposit-note span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    border-radius: 12px;
    background-color: rgba(250,170,45,0.17);
    color: var(--sozo-location-orange);
}

.sozo-location-deposit-note p {
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   RIDESHARE AND EVERYDAY
========================================================= */

.sozo-location-rental-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    gap: clamp(55px, 8vw, 100px);
    align-items: center;
}

.sozo-location-rental-visual {
    position: relative;
}

.sozo-location-rental-visual__main {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 27px;
    background:
        linear-gradient(
            145deg,
            #edf4fa,
            #ffffff
        );
    box-shadow: 0 28px 70px rgba(0,91,170,0.13);
}

.sozo-location-rental-visual__main::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border: 50px solid rgba(250,170,45,0.18);
    border-radius: 50%;
}

.sozo-location-rental-visual__label {
    position: absolute;
    z-index: 4;
    top: 22px;
    left: 24px;
}

.sozo-location-rental-visual__label span,
.sozo-location-rental-visual__label strong {
    display: block;
}

.sozo-location-rental-visual__label span {
    color: var(--sozo-location-orange);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.sozo-location-rental-visual__label strong {
    margin-top: 4px;
    color: var(--sozo-location-blue);
    font-family: "Quantico", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.sozo-location-rental-visual__main img {
    position: relative;
    z-index: 2;
    width: 110%;
    max-width: none;
    filter: drop-shadow(0 22px 18px rgba(0,0,0,0.2));
}

.sozo-location-rental-visual__platforms {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: calc(100% - 50px);
    margin: -35px auto 0;
}

.sozo-location-rental-visual__platforms > div {
    display: grid;
    place-items: center;
    min-height: 84px;
    padding: 11px;
    border-radius: 13px;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0,91,170,0.13);
    text-align: center;
}

.sozo-location-rental-visual__platforms i {
    margin-bottom: 7px;
    color: var(--sozo-location-blue);
    font-size: 17px;
}

.sozo-location-rental-visual__platforms span {
    color: var(--sozo-location-heading);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}


/* =========================================================
   LOCAL SERVICE CHILDREN
========================================================= */

.sozo-location-services-section {
    position: relative;
    overflow: hidden;
    padding: var(--sozo-section-pad-y) 0;
    background-color: #f3f7fb;
}

.sozo-location-services-section__texture {
    position: absolute;
    bottom: -190px;
    left: -190px;
    width: 620px;
    height: 620px;
    opacity: 0.07;
}

.sozo-location-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sozo-location-service-card {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--sozo-location-border);
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0,91,170,0.08);
    transition:
        transform 250ms ease,
        box-shadow 250ms ease,
        border-color 250ms ease;
}

.sozo-location-service-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 145px;
    height: 145px;
    border: 28px solid rgba(250,170,45,0.1);
    border-radius: 50%;
}

.sozo-location-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(250,170,45,0.55);
    box-shadow: 0 28px 58px rgba(0,91,170,0.14);
}

.sozo-location-service-card__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.sozo-location-service-card__header > span {
    color: rgba(0,91,170,0.15);
    font-family: "Quantico", sans-serif;
    font-size: 29px;
    font-weight: 700;
}

.sozo-location-service-card__header > div {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            var(--sozo-location-blue),
            var(--sozo-location-blue-light)
        );
    color: #ffffff;
    font-size: 19px;
    box-shadow: 0 13px 27px rgba(0,91,170,0.21);
}

.sozo-location-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--sozo-location-blue);
    font-family: "Quantico", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}

.sozo-location-service-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    color: var(--sozo-location-text);
    font-size: 11px;
    line-height: 1.75;
}

.sozo-location-service-card > a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: var(--sozo-location-orange);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.sozo-location-service-card > a i {
    transition: transform 200ms ease;
}

.sozo-location-service-card > a:hover i {
    transform: translateX(4px);
}


/* =========================================================
   NEARBY SUBURBS
========================================================= */

.sozo-location-nearby-section {
    padding: var(--sozo-section-pad-y) 0;
    background-color: #ffffff;
}

.sozo-location-nearby-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(45px, 7vw, 85px);
    align-items: center;
}

.sozo-location-nearby-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.sozo-location-nearby-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 75px;
    padding: 14px 16px;
    border: 1px solid var(--sozo-location-border);
    border-radius: 14px;
    background-color: #f7fafc;
    transition:
        transform 200ms ease,
        border-color 200ms ease,
        background-color 200ms ease;
}

.sozo-location-nearby-card:hover {
    transform: translateY(-3px);
    border-color: rgba(250,170,45,0.55);
    background-color: #ffffff;
}

.sozo-location-nearby-card > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background-color: rgba(0,91,170,0.1);
    color: var(--sozo-location-blue);
}

.sozo-location-nearby-card strong {
    color: var(--sozo-location-heading);
    font-family: "Quantico", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.sozo-location-nearby-card > i {
    color: var(--sozo-location-orange);
    font-size: 11px;
}


/* =========================================================
   RESPONSIVE — LARGE TABLETS
========================================================= */

@media (max-width: 1199px) {
    .sozo-location-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
        gap: 45px;
    }

    .sozo-location-hero__content h1 {
        font-size: clamp(39px, 5vw, 58px);
    }

    .sozo-location-benefit-grid,
    .sozo-location-fleet-grid,
    .sozo-location-included-grid,
    .sozo-location-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991px) {
    .sozo-location-page-container {
        width: min(100% - 34px, 760px);
    }

    .sozo-location-hero__layout,
    .sozo-location-intro-layout,
    .sozo-location-directions-layout,
    .sozo-location-rental-layout,
    .sozo-location-nearby-layout,
    .sozo-location-final-cta__layout {
        grid-template-columns: 1fr;
    }

    .sozo-location-hero__layout {
        padding-top: 35px;
    }

    .sozo-location-hero__content {
        text-align: center;
    }

    .sozo-location-eyebrow,
    .sozo-location-hero__actions {
        justify-content: center;
    }

    .sozo-location-hero__content > p {
        margin-inline: auto;
    }

    .sozo-location-hero__trust {
        max-width: 660px;
        margin-inline: auto;
    }

    .sozo-location-hero__visual {
        width: min(570px, 100%);
        margin-inline: auto;
    }

    .sozo-location-intro-visual {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .sozo-location-intro-layout {
        gap: 70px;
    }

    .sozo-location-content,
    .sozo-location-rental-content,
    .sozo-location-nearby-content {
        text-align: center;
    }

    .sozo-location-content .sozo-location-section-label,
    .sozo-location-rental-content .sozo-location-section-label,
    .sozo-location-nearby-content .sozo-location-section-label {
        justify-content: center;
    }

    .sozo-location-content .title-align-start,
    .sozo-location-rental-content .title-align-start,
    .sozo-location-nearby-content .title-align-start {
        text-align: center;
    }

    .sozo-location-map-card {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .sozo-location-rental-visual {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .sozo-location-final-cta__content {
        text-align: center;
    }

    .sozo-location-final-cta__content p {
        margin-inline: auto;
    }

    .sozo-location-final-cta__actions {
        justify-content: center;
    }

    .sozo-location-final-cta__visual {
        width: min(540px, 100%);
        margin-inline: auto;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    .sozo-location-page-container {
        width: var(--sozo-container-width);
    }

    .sozo-location-breadcrumb {
        gap: 7px;
        font-size: 10px;
    }

    .sozo-location-hero__layout {
        min-height: 0;
        padding: 30px 0 55px;
    }

    .sozo-location-hero__content h1 {
        margin-bottom: 19px;
        font-size: clamp(33px, 11vw, 46px);
        letter-spacing: -1.4px;
    }

    .sozo-location-hero__content > p {
        font-size: 13px;
        line-height: 1.8;
    }

    .sozo-location-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 17px;
    }

    .sozo-location-primary-button {
        width: 100%;
        text-align: center;
    }

    .sozo-location-hero__secondary-action {
        justify-content: center;
    }

    .sozo-location-hero__trust {
        grid-template-columns: 1fr;
        width: min(320px, 100%);
        gap: 12px;
    }

    .sozo-location-hero__trust-item {
        text-align: left;
    }

    .sozo-location-hero__visual-panel {
        min-height: 410px;
        padding: 18px;
        border-radius: 22px;
    }

    .sozo-location-hero__vehicle-stage {
        min-height: 270px;
    }

    .sozo-location-hero__watermark {
        font-size: 68px;
    }

    .sozo-location-hero__vehicle-circle {
        width: 220px;
        height: 220px;
        border-width: 38px;
    }

    .sozo-location-hero__vehicle-stage img {
        width: 119%;
    }

    .sozo-location-hero__address {
        right: 18px;
        bottom: 17px;
        left: 18px;
        max-width: none;
    }

    .sozo-location-hero__experience {
        display: none;
    }

    .sozo-location-hero__footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sozo-location-hero__footer-grid > div:nth-child(2)::after {
        display: none;
    }

    .sozo-location-hero__footer-grid > div {
        padding: 18px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .sozo-location-intro-visual {
        min-height: 410px;
    }

    .sozo-location-intro-visual__image {
        inset: 0 0 55px 18px;
    }

    .sozo-location-intro-visual__frame {
        inset: 18px 28px 8px 0;
    }

    .sozo-location-intro-visual__years {
        top: -16px;
        left: -7px;
        width: 100px;
    }

    .sozo-location-intro-visual__badge {
        right: 0;
        bottom: 15px;
        min-width: 0;
        width: calc(100% - 25px);
    }

    .sozo-location-benefit-grid,
    .sozo-location-fleet-grid,
    .sozo-location-included-grid,
    .sozo-location-services-grid,
    .sozo-location-nearby-grid {
        grid-template-columns: 1fr;
    }

    .sozo-location-benefit-card,
    .sozo-location-included-card,
    .sozo-location-service-card {
        min-height: 0;
    }

    .sozo-location-directions-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sozo-location-directions-actions .sozo-location-button,
    .sozo-location-whatsapp-button {
        width: 100%;
        text-align: center;
    }

    .sozo-location-directions-details {
        grid-template-columns: 1fr;
    }

    .sozo-location-map-card {
        min-height: 390px;
    }

    .sozo-location-rental-visual__main {
        min-height: 320px;
    }

    .sozo-location-rental-visual__platforms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 30px);
    }

    .sozo-location-final-cta__content h2 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .sozo-location-final-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sozo-location-final-cta__actions .sozo-location-button {
        width: 100%;
        text-align: center;
    }

    .sozo-location-final-cta__visual {
        min-height: 245px;
    }

    .sozo-location-final-cta__circle {
        width: 210px;
        height: 210px;
        border-width: 38px;
    }
}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
    .sozo-location-page-container {
        width: calc(100% - 22px);
    }

    .sozo-location-hero__content h1 {
        font-size: 32px;
    }

    .sozo-location-hero__visual-top {
        flex-direction: column;
    }

    .sozo-location-hero__status {
        align-self: flex-start;
    }

    .sozo-location-hero__vehicle-stage {
        min-height: 245px;
    }

    .sozo-location-hero__address strong {
        font-size: 9px;
    }

    .sozo-location-hero__footer-grid strong {
        font-size: 12px;
    }

    .sozo-location-intro-visual {
        min-height: 370px;
    }

    .sozo-location-intro-visual__badge {
        padding: 13px;
    }

    .sozo-location-intro-visual__badge strong {
        font-size: 10px;
    }

    .sozo-location-map-card {
        min-height: 350px;
    }

    .sozo-location-map-card__pin span {
        width: 60px;
        height: 60px;
    }

    .sozo-location-rental-visual__main {
        min-height: 280px;
    }
}





/* =========================================================
   FAQ
========================================================= */


/*^^^^^^^^^ CURRENT PAGE - STYLES {{START}} ^^^^^^^^^*/
.sozo-floating-box {
    width: 65%;
    margin-block: 3%;
}


.faqs {
    margin-top: 4%;
}
.faqs .faqs-title {
    margin-inline: auto;
    /* color: white; */
    color: var(--secondary-color);
}

.faqs .faqs-container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    padding-inline: 2.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    /* margin-top: 5.5%; */
}
.faqs .faqs-heading {
    font-size: clamp(18px, 7vw, 40px);
    margin-top: 5.5%;
}
.faqs .accordion .accordion-title {
    font-size: clamp(14px, 5vw, 34px);
    color: black;
    margin-top: 5.5%;
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.faqs .accordion .accordion-item {
    border-radius: 16px;
    background-color: var(--primary-color-dim-opacity);
    border: 2px solid var(--primary-color-less-opacity);
    margin-block: 2.5%;
}
.faqs .accordion .accordion-item:not(:first-of-type) {
    border: 2px solid var(--primary-color-less-opacity);
}
.faqs .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 14px;
    box-shadow: none;
    background-color: transparent;
    font-size: clamp(3px, 3vw, 16px);
    font-family: "Quantico", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
}
.faqs
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: black;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button::after {
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 22px;
    background-position: center;
}
.faqs
    .accordion
    .accordion-item:has(.accordion-collapse.show)
    .accordion-button {
    color: black;
    background-color: var(--primary-color-half-opacity);
}

.accordion-body{
     color: inherit;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14.5px, 1.5vw, 17px);
    font-weight: 300;
   
}
/* =========================================================
   FINAL CTA
========================================================= */
.sozo-ls-hero__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(250, 170, 45, 0.26);
}

.sozo-ls-hero__button:hover {
    transform: translateY(-3px);
}