/* Extracted from our-facilities.php head style block 1 */
:root {
            --facility-primary: #0f4c81;
            --facility-secondary: #1f7a8c;
            --facility-highlight: #ef8f34;
            --facility-text: #203244;
            --facility-bg: #f4f8fb;
        }

        body {
            font-family: "Source Sans 3", sans-serif;
            color: var(--facility-text);
            background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Manrope", sans-serif;
        }

        .hero-section {
            position: relative;
            overflow: hidden;
            padding: 78px 0 64px;
            background: radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 34%), linear-gradient(128deg, #0d3b66 0%, #145da0 52%, #1d7a8c 100%);
            color: #fff;
        }

        .hero-section::before,
        .hero-section::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
        }

        .hero-section::before {
            width: 310px;
            height: 310px;
            right: -120px;
            top: -110px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
        }

        .hero-section::after {
            width: 360px;
            height: 360px;
            bottom: -170px;
            left: -130px;
            background: radial-gradient(circle, rgba(239, 143, 52, 0.32) 0%, rgba(239, 143, 52, 0) 72%);
        }

        .hero-section .container {
            position: relative;
            z-index: 1;
            max-width: 900px;
        }

        .hero-section h1 {
            font-weight: 800;
            letter-spacing: 0.2px;
            margin-bottom: 14px;
        }

        .facility-breadcrumb-wrap {
            display: inline-flex;
            align-items: center;
            margin-bottom: 18px;
            padding: 7px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.16);
            border: 1px solid rgba(255, 255, 255, 0.28);
            backdrop-filter: blur(4px);
        }

        .facility-breadcrumb {
            margin: 0;
        }

        .facility-breadcrumb .breadcrumb-item,
        .facility-breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.92);
            font-weight: 600;
            font-size: 0.92rem;
            text-decoration: none;
        }

        .facility-breadcrumb .breadcrumb-item a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        .facility-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.72);
        }

        .facility-breadcrumb .breadcrumb-item.active {
            color: #ffd19a;
            font-weight: 700;
        }

        .hero-section p {
            font-size: 1.1rem;
            line-height: 1.75;
            margin-bottom: 0;
            opacity: 0.95;
        }

        .appointment-strip {
            background: linear-gradient(90deg, #07325c 0%, #0d4d84 50%, #12607c 100%);
            color: #fff;
            box-shadow: 0 6px 16px rgba(7, 50, 92, 0.22);
        }

        .appointment-strip h5 {
            margin: 0;
            font-weight: 700;
            font-size: 1.05rem;
            letter-spacing: 0.2px;
        }

        .facility-section {
            position: relative;
            background: transparent;
            padding: 68px 0;
        }

        .facility-section.upcoming {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(237, 244, 251, 0.8) 100%);
            border-top: 1px solid #d8e5f1;
        }

        .section-head {
            max-width: 750px;
            margin: 0 auto 34px;
            text-align: center;
        }

        .section-head h2 {
            font-weight: 800;
            color: #083d69;
            margin-bottom: 10px;
        }

        .section-head p {
            margin: 0;
            color: #40596e;
            line-height: 1.7;
        }

        .facility-grid>[class*="col-"] {
            animation: facilityReveal 0.55s ease both;
        }

        .facility-grid>[class*="col-"]:nth-child(2n) {
            animation-delay: 0.08s;
        }

        .facility-grid>[class*="col-"]:nth-child(3n) {
            animation-delay: 0.14s;
        }

        .facility-card {
            background: #fff;
            min-height: 100%;
            padding: 28px 20px 24px;
            border-radius: 18px;
            border: 1px solid #dfebf5;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
            box-shadow: 0 8px 18px rgba(16, 45, 73, 0.08);
        }

        .facility-card:hover {
            transform: translateY(-7px);
            border-color: #bfd7ea;
            box-shadow: 0 15px 32px rgba(13, 58, 97, 0.16);
        }

        .facility-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #ecf3f9;
            box-shadow: 0 6px 16px rgba(12, 54, 90, 0.14);
            margin-bottom: 14px;
        }

        .facility-card h6 {
            color: #203244 !important;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.45;
            margin: 0;
            flex-grow: 1;
        }

        .read-more {
            display: inline-block;
            margin-top: 14px;
            color: var(--facility-primary);
            text-decoration: none;
            font-weight: 700;
            letter-spacing: 0.1px;
            transition: color 0.2s ease, transform 0.2s ease;
        }

        .read-more:hover {
            color: var(--facility-highlight);
            transform: translateX(3px);
        }

        .facility-card.coming-soon {
            background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
        }

        @keyframes facilityReveal {
            from {
                opacity: 0;
                transform: translateY(16px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 991px) {
            .hero-section {
                padding: 64px 0 56px;
            }

            .hero-section h1 {
                font-size: 2rem;
            }
        }

        @media (max-width: 767px) {
            .hero-section {
                padding: 56px 0 46px;
            }

            .hero-section h1 {
                font-size: 1.75rem;
            }

            .hero-section p {
                font-size: 1rem;
            }

            .facility-breadcrumb-wrap {
                margin-bottom: 14px;
                padding: 6px 12px;
            }

            .facility-breadcrumb .breadcrumb-item,
            .facility-breadcrumb .breadcrumb-item a {
                font-size: 0.84rem;
            }

            .appointment-strip h5 {
                font-size: 0.95rem;
                line-height: 1.55;
            }

            .facility-section {
                padding: 56px 0;
            }

            .facility-card {
                padding: 24px 16px 20px;
            }

            .facility-img {
                width: 106px;
                height: 106px;
            }
        }

