:root {
    --ascb-blue-dark: #0B2F6B;
    --ascb-blue-main: #1F4E9C;
    --ascb-gold: #F2A900;
    --ascb-white: #FFFFFF;
    --ascb-gray: #f8f9fa;
    --text-main: #333333;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    margin: 0;
    padding: 0;
}

/* Page Hero Banner (About, Academics, Admissions, News, Contact, etc.) */
.page-hero {
    background: linear-gradient(135deg, rgba(11, 47, 107, 0.95) 0%, rgba(31, 78, 156, 0.85) 100%);
    padding: 130px 0 70px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 169, 0, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.page-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    z-index: 0;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.page-hero p.lead {
    opacity: 0.88;
    font-weight: 300;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* Header & Nav */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.transparent {
    background-color: transparent;
}

header.solid {
    background-color: var(--ascb-blue-dark);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand img {
    height: 60px;
    transition: height 0.3s ease;
}

.header-transparent .nav-link {
    font-size: 0.9rem;
    padding: 10px 15px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: color 0.3s ease;
}

.header-transparent .nav-link:hover {
    color: var(--ascb-gold) !important;
}

/* Buttons */
.btn-cta {
    background-color: var(--ascb-gold);
    color: var(--ascb-blue-dark);
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn-cta:hover {
    background-color: #d19400;
    color: white;
}

/* Hero Slider */
.hero-slider {
    width: 100%;
    height: 100vh; /* Full viewport height */
    position: relative;
}

.hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

/* Restore dark overlay so text is readable */
.hero-slider .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

/* Restore HTML slide text */
.hero-slider .slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 600px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.slide-subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Custom Swiper Controls inline at bottom */
.swiper-controls-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    gap: 15px;
}

.swiper-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: white;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.4);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
    font-weight: bold;
}

/* Identity Band Layout (Reference Design) */
.identity-band {
    background-color: #f4f6f9;
    padding: 80px 0 100px;
    position: relative;
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 40px;
}

.section-divider::before,
.section-divider::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #cbd5e1;
    max-width: 150px;
    margin: 0 15px;
}

.section-divider-title {
    color: #475569;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

/* Vision & Mission Cards */
.vm-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 30px 35px 70px;
    position: relative;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-left: 20px;
}

.vm-card.vision {
    border-left: 25px solid #6366f1;
}

.vm-card.mission {
    border-left: 25px solid #0f766e;
}

.vm-icon {
    position: absolute;
    left: -45px;
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.vm-card.vision .vm-icon { background: #6366f1; }
.vm-card.mission .vm-icon { background: #0f766e; }

.vm-card h3 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.vm-card.vision h3 { color: #6366f1; }
.vm-card.mission h3 { color: #0f766e; }

.vm-card h3::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
}
.vm-card.vision h3::after { background: #6366f1; }
.vm-card.mission h3::after { background: #0f766e; }

.vm-card p {
    color: #475569;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 500;
}

/* Core Value Cards */
.cv-card {
    background: #fff;
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 55px 20px 65px;
    text-align: center;
    position: relative;
    height: 100%;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.cv-card.cv-a { border-color: #6366f1; }
.cv-card.cv-s { border-color: #0f766e; }
.cv-card.cv-c { border-color: #f59e0b; }
.cv-card.cv-b { border-color: #6366f1; }

.cv-letter-circle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cv-card.cv-a .cv-letter-circle { background: #6366f1; }
.cv-card.cv-s .cv-letter-circle { background: #0f766e; }
.cv-card.cv-c .cv-letter-circle { background: #f59e0b; }
.cv-card.cv-b .cv-letter-circle { background: #6366f1; }

.cv-card h4 {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.cv-card.cv-a h4 { color: #6366f1; }
.cv-card.cv-s h4 { color: #0f766e; }
.cv-card.cv-c h4 { color: #f59e0b; }
.cv-card.cv-b h4 { color: #6366f1; }

.cv-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
}

.cv-bottom-ribbon {
    position: absolute;
    bottom: -25px;
    left: 10%;
    width: 80%;
    height: 55px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px; /* Offset for the point */
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.cv-card.cv-a .cv-bottom-ribbon { background: #6366f1; }
.cv-card.cv-s .cv-bottom-ribbon { background: #0f766e; }
.cv-card.cv-c .cv-bottom-ribbon { background: #f59e0b; }
.cv-card.cv-b .cv-bottom-ribbon { background: #6366f1; }
