/* Gotham is loaded separately in gotham.css */

/* Bulma overrides */
:root {
    --bulma-title-color: #003865;
    --bulma-content-heading-color: #003865;
    --bulma-strong-color: #003865;
}


/* Neutral minimal baseline */
body {
    /*background-color: #ececec;*/
    background-color: white;
    color: #1f1f1f;
    font-family: "Gotham", Arial, sans-serif;
}

/* Override Bulma's container width */
.container {
    max-width: 1440px;
}

/* Optional: link styling */
p,
a {
    color: #003865;
}

/* Facility images – keep them crisp */
.facilities img {
    max-width: 100%;
    height: auto;
}

/* Slight spacing for lists */
.compliance ul {
    margin-top: 0.75rem;
    line-height: 1.6;
}

.hero-intro {
    background: url("../images/sca-our-specialities-hero.jpg") center center/cover no-repeat;
    height: 240px;
}

.title,
.intro-block .title,
.intro-block .subtitle {
    color: #003865;
}

.intro-text {
    color: #003865;
    max-width: 700px;
    margin: 0 auto;
}

/* Facilities */

.section.facilities {
    padding-top: 0;
}

/* Facility card styles */
.facility-card {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

a.legal-back {
    color: #003865;
    text-decoration:none !important;
}

.facility-info {
    color: #003865;
    /*margin-bottom: 1rem;*/
}

.facility-logo {
    width: 65px;
    height: auto;
    margin-bottom: 0.75rem;
}

.facility-name {
    color: #003865;
    margin-bottom: 1rem;
}

.facility-info p {
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.facility-info p:last-child {
    margin-bottom: 1rem;
}

/* Map container */
.facility-card .map {
    margin-top: auto; /* pushes map to the bottom */
}

.facility-card .map iframe {
    display: block;
    width: 100%;
}

.section.compliance .container {
    max-width: 900px;
}

.section .content,
.section.compliance .container {
    li {
        color: #003865;
    }

    a {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }
}


.footer {
    background-color: #F7FAFC;
}

.footer-branding {
    background-color: #003865;
    width: 100%;
    height: 88px
}

.footer-branding section {
    display: flex;
    justify-content: center
}

.footer-branding a {
    display: block;
    width: 300px;
    height: auto
}

.footer-branding svg {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 80px
}


/* standalone pages */

.content h2,
.content h3,
.content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    padding-left: 10px;
    color: #003865;
    font-family: "Gotham", Arial, sans-serif;
}

.content h2 {
    font-weight: 600;
}

.content h3 {
    font-weight: 500;
}

.content h4 {
    font-weight: 500;
}

.content h3,
.content h4,
.content strong {
    color: #003865;
    font-family: "Gotham", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.content p {
    padding-left: 10px;
    color: #003865;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.content p a {
    text-decoration: underline;
}

.content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
}

.content ul {
    margin-left: 1.25rem;
    padding-left: 0;
}

.content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.375;
}


