/********** Location & Service Page Sections **********/
/* Built on the tokens already defined in style.css / about.css:
   --primary #47CB65, dark navy #203143 / #293A4C, Oswald headings,
   Poppins body, 5-10px radii, 0px 4px 26px rgba(0,0,0,.1) card shadow. */

/* --- Hero ---------------------------------------------------------------
   Location taglines are longer than the short titles the banner was built
   for, so the h1 steps down to keep it inside the 445px banner artwork. */
.location-hero h1 {
    font-size: 38px;
    line-height: 1.25;
}

.location-hero p {
    font-size: 17px;
}

/* --- Intro block with sidebar enquiry form ------------------------------ */
.location-intro ul {
    margin-bottom: 1.5rem;
}

/* --- Dark bullet band --------------------------------------------------- */
.location-band {
    background-color: #203143;
}

.location-band h2,
.location-band p,
.location-band li {
    color: #FFFFFF;
}

/* --- Bullet list split into two columns on wide screens ----------------- */
.location-list-2col ul,
ul.location-list-2col {
    column-count: 2;
    column-gap: 45px;
}

.location-list-2col li,
ul.location-list-2col > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

/* --- Car / automotive block -------------------------------------------- */
.location-car img {
    width: 100%;
    height: auto;
}

.location-car h2 {
    font-size: 35px;
}

/* --- Benefit cards ------------------------------------------------------ */
.benefit-card {
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
}

.benefit-card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #203143;
    text-transform: none;
}

.benefit-card p {
    margin-bottom: 0;
}

/* --- Sub headings inside content blocks --------------------------------- */
.section-subhead {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #203143;
    text-transform: none;
}

/* --- In-content links ---------------------------------------------------
   The template's default anchor colour is a bright red that reads as an
   error beside the green/navy palette, so content links use the existing
   dark navy with the nav's hover green. */
.location-intro a:not(.btn),
.location-car a:not(.btn),
.location-list-2col a:not(.btn),
.window-oakland-section a:not(.btn),
.san-commercial-section a:not(.btn) {
    color: #203143;
    text-decoration: underline;
    transition: .3s;
}

.location-intro a:not(.btn):hover,
.location-car a:not(.btn):hover,
.location-list-2col a:not(.btn):hover,
.window-oakland-section a:not(.btn):hover,
.san-commercial-section a:not(.btn):hover {
    color: #3AA651;
}

/* --- Green closing call to action --------------------------------------- */
.location-cta {
    background-color: #47CB65;
}

.location-cta h2,
.location-cta p {
    color: #FFFFFF;
}

.location-cta .btn {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #203143;
}

.location-cta .btn:hover {
    background: #203143;
    border-color: #203143;
    color: #FFFFFF;
}

/* --- Responsive --------------------------------------------------------- */
@media (max-width: 991.98px) {
    .location-hero h1 {
        font-size: 26px;
    }

    .location-hero p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .location-hero h1 {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: .5rem !important;
    }

    .location-hero p {
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 0;
    }

    .location-list-2col ul,
    ul.location-list-2col {
        column-count: 1;
    }

    .location-car h2 {
        font-size: 20px;
        line-height: 34px;
    }

    .benefit-card {
        padding: 25px 20px;
    }
}
