:root {
            --bio-primary: #14345a;
            --bio-secondary: #0f6f8f;
            --bio-accent: #d8a33a;
            --bio-soft: #f5f8fb;
            --bio-border: #e3eaf1;
            --bio-text: #3d4652;
        }

        body {
            font-family: "Open Sans", Arial, sans-serif;
            color: var(--bio-text);
            background: #ffffff;
            line-height: 1.75;
        }

        h1, h2, h3, h4, h5, .navbar-brand, .nav-link {
            font-family: "Poppins", Arial, sans-serif;
        }

        .top-strip {
            background: var(--bio-primary);
            color: #ffffff;
            font-size: 14px;
            padding: 8px 0;
        }

        .top-strip a {
            color: #ffffff;
            text-decoration: none;
        }

        .site-navbar {
            background: #ffffff;
            box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
        }

        .navbar-brand img,
        .site-logo {
            width: 100px;
            height: auto;
            object-fit: contain;
            margin-right: 10px;
        }

        .navbar-brand .brand-title {
            color: var(--bio-primary);
            font-weight: 800;
            font-size: 18px;
            line-height: 1.2;
        }

        .navbar-brand .brand-subtitle {
            color: #6b7785;
            font-size: 12px;
            display: block;
            font-weight: 600;
        }

        .nav-link {
            font-weight: 600;
            color: var(--bio-primary) !important;
        }

        .nav-link.active,
        .nav-link:hover {
            color: var(--bio-secondary) !important;
        }

        .admission-fixed {
            position: fixed;
            right: 12px;
            top: 300px;
            z-index: 50;
        }

        .hero-carousel .carousel-item {
            min-height: 430px;
            background-size: cover;
            background-position: center;
        }

        .hero-overlay {
            min-height: 430px;
            display: flex;
            align-items: center;
            background: linear-gradient(90deg, rgba(13, 35, 62, 0.82), rgba(13, 35, 62, 0.46));
            color: #ffffff;
        }

        .hero-overlay h1 {
            font-size: clamp(34px, 5vw, 58px);
            font-weight: 800;
            margin-bottom: 12px;
        }

        .hero-overlay p {
            max-width: 780px;
            font-size: 18px;
            margin-bottom: 0;
        }

        .section-padding {
            padding: 72px 0;
        }

        .section-soft {
            background: var(--bio-soft);
        }

        .page-title {
            color: var(--bio-primary);
            font-weight: 800;
            margin-bottom: 18px;
        }

        .eyebrow {
            color: var(--bio-accent);
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 13px;
        }

        .intro-panel {
            background: #ffffff;
            border: 1px solid var(--bio-border);
            border-radius: 16px;
            padding: 28px;
            box-shadow: 0 12px 30px rgba(20, 52, 90, 0.08);
        }

        .intro-image-card {
            background: #ffffff;
            border: 1px solid var(--bio-border);
            border-radius: 16px;
            padding: 18px;
            text-align: center;
            box-shadow: 0 12px 30px rgba(20, 52, 90, 0.08);
        }

        .intro-image-card img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
        }

        .content-card {
            background: #ffffff;
            border: 1px solid var(--bio-border);
            border-radius: 14px;
            padding: 26px;
            margin-bottom: 22px;
            box-shadow: 0 8px 22px rgba(20, 52, 90, 0.06);
        }

        .content-card h3,
        .content-card h4 {
            color: var(--bio-primary);
            font-weight: 800;
            margin-bottom: 16px;
            padding-left: 14px;
            border-left: 4px solid var(--bio-accent);
        }

        .highlight-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .highlight-box {
            background: #ffffff;
            border: 1px solid var(--bio-border);
            border-radius: 14px;
            padding: 20px;
            min-height: 112px;
            box-shadow: 0 8px 22px rgba(20, 52, 90, 0.06);
        }

        .highlight-box i {
            color: var(--bio-secondary);
            font-size: 24px;
            margin-bottom: 10px;
        }

        .highlight-box strong {
            display: block;
            color: var(--bio-primary);
            font-size: 16px;
        }

        .bio-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .bio-list li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 9px;
        }

        .bio-list li::before {
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: var(--bio-accent);
        }

        .btn-bio-primary {
            background: var(--bio-secondary);
            border-color: var(--bio-secondary);
            color: #ffffff;
            font-weight: 700;
            padding: 11px 20px;
            border-radius: 10px;
        }

        .btn-bio-primary:hover {
            background: var(--bio-primary);
            border-color: var(--bio-primary);
            color: #ffffff;
        }

        .btn-bio-accent {
            background: var(--bio-accent);
            border-color: var(--bio-accent);
            color: var(--bio-primary);
            font-weight: 800;
            padding: 11px 20px;
            border-radius: 10px;
        }

        .program-table th {
            background: var(--bio-primary) !important;
            color: #ffffff !important;
        }

        .footer {
            background: #0e233c;
            color: #dce7f2;
            padding: 54px 0 20px;
        }

        .footer h5 {
            color: #ffffff;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .footer a {
            color: #dce7f2;
            text-decoration: none;
        }

        .footer a:hover {
            color: #ffffff;
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            margin-top: 28px;
            padding-top: 18px;
            font-size: 14px;
        }

        @media (max-width: 991.98px) {
            .highlight-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .admission-fixed {
                display: none;
            }
        }

        @media (max-width: 575.98px) {
            .highlight-grid {
                grid-template-columns: 1fr;
            }

            .section-padding {
                padding: 48px 0;
            }
        }

/* Common include helpers */
[data-include] {
    display: block;
}

.nav-link.active {
    color: var(--bio-secondary) !important;
}



/* Inner page common styles */
.page-hero {
    background: linear-gradient(90deg, rgba(20, 52, 90, 0.92), rgba(15, 111, 143, 0.72)), url('../img/banner-04.jpg') center/cover no-repeat;
    color: #ffffff;
    padding: 92px 0;
}

.page-hero h1 {
    font-weight: 800;
    font-size: clamp(32px, 4vw, 52px);
    margin-bottom: 10px;
}

.page-hero p {
    max-width: 850px;
    font-size: 18px;
    margin-bottom: 0;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 111, 143, 0.1);
    color: var(--bio-primary);
    font-weight: 700;
    font-size: 14px;
}

.simple-card {
    background: #ffffff;
    border: 1px solid var(--bio-border);
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 8px 22px rgba(20, 52, 90, 0.05);
}

.simple-card h4,
.simple-card h5 {
    color: var(--bio-primary);
    font-weight: 800;
}

.curriculum-list {
    columns: 2;
    column-gap: 32px;
}

.contact-box {
    background: var(--bio-soft);
    border: 1px solid var(--bio-border);
    border-radius: 14px;
    padding: 22px;
}

@media (max-width: 767.98px) {
    .curriculum-list {
        columns: 1;
    }

    .navbar-brand img,
    .site-logo {
        width: 78px;
    }
}
