/* ============================================================
   ARYABHATA PODAR LEARN SCHOOL – KAMMARAGATTE, HONNALI
   Full design system with user-specified CSS variables
   ============================================================ */

/* ---- USER-SPECIFIED ROOT VARIABLES ---- */
:root {
    /* Podar Design Tokens */
    --pd-primary-purple: #bd8ec2;
    --pd-navbar-purple: #a271a2;
    --pd-primary-orange: #f28c00;
    --pd-white: #ffffff;
    --pd-font-primary: 'Merriweather', serif;
    --pd-font-weight-light: 300;
    --pd-font-weight-regular: 400;
    --pd-font-weight-bold: 700;
    --pd-font-size-small: 14px;
    --pd-font-size-normal: 16px;
    --pd-font-size-medium: 18px;
    --pd-font-size-large: 2.5rem;
    --pd-font-size-xlarge: 2.5rem;

    --pc-rich-purple: #8c4c9a;
    --pc-rich-gold: #dfb06b;
    --pc-rich-purple-glow: #f3daff;
    --pc-rich-desc: #393939;
    --pc-rich-bg: #fffdfa;
    --pc-rich-shadow: 0 10px 28px 0 rgba(140, 76, 154, 0.07), 0 1.5px 4.5px rgba(223, 176, 107, 0.11);
    --pc-rich-font: 'Lato', Arial, sans-serif;

    --ps-purple: #8c4c9a;
    --ps-gold: #dfb06b;
    --ps-gray: #393939;
    --ps-bg: linear-gradient(102deg, #fdf6ef 78%, #f7eafd 100%);
    --ps-font: 'Lato', Arial, sans-serif;

    --podarinitiatives-purple: #8c4c9a;
    --podarinitiatives-bg: linear-gradient(98deg, #fdf6ef 76%, #f7eafd 100%);
    --podarinitiatives-shadow: 0 8px 38px 3px rgba(140, 76, 154, 0.085);
    --podarinitiatives-radius: 19px;

    --achvcards-purple: #8c4c9a;
    --achvcards-radius: 15px;
    --achvcards-shadow: 0 7px 40px 0 rgba(150, 76, 130, 0.10);

    --podaranthem-primary: #4a3957;
    --podaranthem-bg: #f8f1fa;
    --podaranthem-acc: #463665;

    --podarcsr-bg: #d8e4ed;
    --podarcsr-accent: #5c79a6;
    --podarcsr-title: #354878;
    --podarcsr-radius: 12px;

    --symphonics-accent: #fa9706;
    --symphonics-title: #253042;
    --symphonics-caption-bg: #fff;
    --symphonics-caption-shadow: 0 4px 24px 0 rgba(100, 100, 100, 0.09);
    --symphonics-radius: 1.1rem;

    --podarcore-orange: #ea8435;
    --podarcore-title: #c65d1e;
    --podarcore-cardbg: #fff;
    --podarcore-border: #ffe8d0;
    --podarcore-grey: #656565;

    --learnres-purple: #813dc6;
    --learnres-link: #813dc6;
    --learnres-bg: #faf9fd;

    --recruittrain-purple: #7d3ecb;
    --recruittrain-blur-bg: linear-gradient(90deg, #faf3fb 70%, #fff 100%);
    --recruittrain-block-radius: 20px;

    --trainingres-purple: #7d3ecb;
    --trainingres-cardbg: #fff;
    --trainingres-shadow: 0 7px 29px 0 rgba(125, 62, 203, 0.10), 0 2px 5px #9f89bc10;
    --trainingres-radius: 16px;

    --transportbox-primary: #8a45d2;
    --transportbox-tint: #f8eefb;
    --transportbox-border: #d8d3e3;

    --topicexp-main: #145980;
    --topicexp-border: #ebeef8;
    --topicexp-accent: #236cab;
    --topicexp-cardbg: #f2f6f9;
    --topicexp-btn: #246cab;

    --admpanel-bg: #eaf6ff;
    --admpanel-panelbg: #fff;
    --admpanel-thumb: #cbebfd;
    --admpanel-head: #4880a7;
    --admpanel-link: #446c93;
    --admpanel-accent: #aad5f8;

    --admacc-violet: #8740a0;
    --admacc-cardgradient: linear-gradient(100deg, #ffe5f9 0%, #faecff 100%);
    --admacc-border: #e3d5f5;

    --agenorms-violet: #9256e8;
    --agenorms-panelbg: #fff;
    --agenorms-gray: #e7e4ef;
    --agenorms-boxbg: #e9f6ff;

    --achievenews-bgcard: linear-gradient(100deg, #f8eafe 0%, #f9fafb 100%);
    --achievenews-border: #e2ddfa;
    --achievenews-purple: #a26bea;
    --achievenews-shadow: 0 6px 19px #bdb8ec26;
    --achievenews-btnbg: #f3eaed;
    --achievenews-btntext: #8847c7;
    --achievenews-btnborder: #e1d2fd;
    --achievenews-btnhoverbg: #eadeff;

    /* ---- Derived / shorthand tokens used throughout the stylesheet ---- */
    --primary: var(--pc-rich-purple);
    /* #8c4c9a */
    --primary-dark: #6b3278;
    --primary-light: var(--pd-navbar-purple);
    /* #a271a2 */
    --primary-bg: var(--pc-rich-purple-glow);
    /* #f3daff */
    --secondary: var(--pd-primary-orange);
    /* #f28c00 */
    --secondary-dark: #d4780a;
    --secondary-light: var(--pc-rich-gold);
    /* #dfb06b */
    --accent: var(--admacc-border);
    /* #e3d5f5 */
    --white: var(--pd-white);
    --off-white: var(--pc-rich-bg);
    /* #fffdfa */
    --cream: #fdf6ec;
    --gray: #6c757d;
    --dark: #2c3e50;
    --text: var(--pc-rich-desc);
    /* #393939 */
    --border: var(--achievenews-border);
    /* #e2ddfa */
    --shadow: var(--pc-rich-shadow);
    --shadow-hover: var(--achvcards-shadow);
    --radius: var(--podarinitiatives-radius);
    /* 19px */
    --radius-sm: var(--podarcsr-radius);
    /* 12px */
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --font-body: var(--pc-rich-font);
    /* Lato */
    --font-heading: var(--pd-font-primary);
    /* Merriweather */
}

/* ---- RESET & BASE ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    max-width: 100vw;
    line-height: 1.7;
    font-size: var(--pd-font-size-normal);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ============================================================
   TOP BAR  –  Light, clearly separate from the purple navbar
   ============================================================ */
.top-bar {
    background: #f5eefa;
    /* soft lavender — light & airy */
    color: var(--primary-dark);
    padding: 7px 0;
    font-size: var(--pd-font-size-small);
    font-weight: var(--pd-font-weight-regular);
    border-bottom: 1.5px solid rgba(140, 76, 154, 0.18);
}

.top-bar-left {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar-left a {
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: var(--transition);
}

.top-bar-left a i {
    color: var(--secondary);
    /* orange icons pop on light bg */
}

.top-bar-left a:hover {
    color: var(--primary);
}

.top-bar-left span[style] {
    color: rgba(140, 76, 154, 0.25) !important;
    /* divider bar */
}

.top-bar-right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.btn-disclosure {
    background: var(--secondary) !important;
    color: var(--white) !important;
    border-radius: 30px !important;
    padding: 5px 16px !important;
    font-weight: var(--pd-font-weight-bold) !important;
    font-size: 12px !important;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(242, 140, 0, 0.22);
}

.btn-disclosure:hover {
    background: var(--secondary-dark) !important;
    transform: translateY(-1px);
}

.btn-login {
    color: var(--primary-dark) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-login i {
    color: var(--primary);
}

.btn-login:hover {
    color: var(--primary) !important;
}

/* ============================================================
   NAVBAR  — Polished purple + orange design
   ============================================================ */
.navbar-wrapper {
    background: linear-gradient(135deg, #6e3191 0%, #a271a2 100%);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1050;
    transition: var(--transition);
    box-shadow: 0 2px 0 rgba(242, 140, 0, 0.55), 0 3px 14px rgba(0, 0, 0, 0.18);
}

.navbar-wrapper.scrolled {
    background: linear-gradient(135deg, #5c2580 0%, #8d6090 100%);
    box-shadow: 0 2px 0 rgba(242, 140, 0, 0.7), 0 6px 28px rgba(0, 0, 0, 0.24);
}

#mainNavbar {
    background: transparent;
    padding: 5px 0;
}

/* Brand / Logo */
.navbar-brand-logo {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    flex-shrink: 0;
}

.navbar-logo-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid rgba(255, 255, 255, 0.9);
    background: #fff;
    flex-shrink: 0;
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.navbar-brand-logo:hover .navbar-logo-img {
    border-color: var(--secondary);
    transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(242, 140, 0, 0.4);
}

.navbar-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nb-name {
    font-family: var(--font-heading);
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.nb-sub {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 400;
    letter-spacing: 0.03em;
}

.nb-affil {
    display: inline-block;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    background: var(--secondary);
    padding: 2px 9px;
    border-radius: 20px;
    width: fit-content;
    margin-top: 3px;
}

/* Nav links */
.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 7px 13px !important;
    position: relative;
    transition: var(--transition);
    border-radius: 7px;
    letter-spacing: 0.01em;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
}

/* Active state — solid orange pill */
.navbar-nav .nav-link.active {
    background: var(--secondary) !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 7px;
    box-shadow: 0 3px 12px rgba(242, 140, 0, 0.45);
}

/* Standard dropdown — clean white card */
.navbar .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 36px rgba(110, 49, 145, 0.15), 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 6px 5px;
    margin-top: 0;
    padding-top: 14px;
    /* visual spacing — still hoverable */
    animation: dropFadeIn 0.2s ease;
    min-width: 215px;
    background: #fff;
    border-top: 3px solid var(--secondary);
    position: relative;
}

/* Invisible hover bridge — fills the gap between nav link and dropdown */
.navbar .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
    pointer-events: auto;
}

@keyframes dropFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

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

.navbar .dropdown-item {
    font-size: 0.84rem;
    font-weight: 500;
    padding: 9px 14px;
    border-radius: 7px;
    color: #2d2d2d;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 9px;
    background: transparent;
}

.navbar .dropdown-item::before {
    content: '›';
    font-size: 1.1rem;
    color: var(--secondary);
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.navbar .dropdown-item:hover {
    background: #f5edf9;
    color: #6e3191;
    padding-left: 20px;
}

.navbar .dropdown-item:hover::before {
    transform: translateX(3px);
    color: #6e3191;
}

/* Mega menu — full-width white card */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    left: 0 !important;
    padding: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 48px rgba(110, 49, 145, 0.13), 0 2px 10px rgba(0, 0, 0, 0.06);
    border: none;
    border-top: 3px solid var(--secondary);
    overflow: hidden;
    animation: dropFadeIn 0.2s ease;
}

.mega-menu-inner {
    padding: 26px 36px 22px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.mega-menu-inner .row>[class*="col-"]+[class*="col-"] {
    border-left: 1px solid #f0e8f5;
}

.mega-heading {
    font-size: 0.67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #6e3191;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--secondary);
}

.mega-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.83rem;
    font-weight: 500;
    color: #3a3a3a;
    padding: 6px 8px;
    border-radius: 6px;
    transition: var(--transition);
    margin-bottom: 2px;
}

.mega-link i {
    color: var(--secondary);
    font-size: 0.38rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.mega-link:hover {
    color: #6e3191;
    background: #f5edf9;
    padding-left: 14px;
}

.mega-link:hover i {
    transform: scale(1.5);
    color: #6e3191;
}

/* Mobile toggler */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    padding: 5px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 6s ease;
}

.swiper-slide-active .hero-slide img {
    transform: scale(1);
}

/* ---- Video background for hero slides ---- */
.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

/* Ensure overlay sits above the video */
.hero-slide .hero-overlay {
    z-index: 2;
    position: absolute;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.60) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.hero-caption {
    text-align: center;
    color: var(--white);
    padding: 0 20px;
}

.hero-caption h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: var(--pd-font-weight-bold);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

/* Swiper controls */
.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    background: rgba(140, 76, 154, 0.7);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: var(--transition);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0.85rem;
    color: var(--white);
    font-weight: 700;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    width: 9px;
    height: 9px;
}

.swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 28px;
    border-radius: 4px;
}

/* ============================================================
   SECTION COMMONS
   ============================================================ */
section {
    padding: 80px 0;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: var(--pd-font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary);
    margin-bottom: 10px;
}

.section-tag::before,
.section-tag::after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: var(--secondary);
    border-radius: 2px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: var(--pd-font-weight-bold);
    color: var(--primary);
    line-height: 1.25;
    margin-bottom: 14px;
}

.section-title span {
    color: var(--secondary);
}

.section-subtitle {
    font-size: 0.96rem;
    color: var(--gray);
    max-width: 580px;
    line-height: 1.75;
}

/* ============================================================
   KEY HIGHLIGHTS
   ============================================================ */
.highlights-section {
    background: var(--podarinitiatives-bg);
    padding: 80px 0;
}

.highlight-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--podarinitiatives-shadow);
    transition: var(--transition);
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
}

.highlight-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--achvcards-shadow);
}

.highlight-img {
    height: 290px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f7eefa;
}

.highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.highlight-card:hover .highlight-img img {
    transform: scale(1.04);
}

.highlight-body {
    padding: 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.highlight-body h5 {
    font-family: var(--font-heading);
    font-weight: var(--pd-font-weight-bold);
    color: var(--primary);
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.highlight-body p {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.75;
    flex: 1;
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
    background: var(--cream);
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
    position: relative;
}

.stat-item::after {
    content: '❖';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary);
    font-size: 1rem;
}

.stat-item:last-child::after {
    display: none;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.82rem;
    color: var(--dark);
    font-weight: 500;
    margin-top: 6px;
}

/* ============================================================
   EVENTS SECTION
   ============================================================ */
.events-section {
    background: var(--white);
    padding: 80px 0;
}

.event-card {
    background: var(--achievenews-bgcard);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--achievenews-shadow);
    border: 1.5px solid var(--achievenews-border);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--achvcards-shadow);
    border-color: var(--primary);
}

.event-img {
    height: 190px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-img img {
    transform: scale(1.06);
}

.event-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-date {
    font-size: 0.75rem;
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 6px;
}

.event-body h5 {
    font-size: 1rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--dark);
    margin-bottom: 8px;
}

.event-body p {
    font-size: 0.83rem;
    color: var(--gray);
    line-height: 1.65;
    flex: 1;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--achievenews-btntext);
    margin-top: 14px;
    transition: var(--transition);
    background: var(--achievenews-btnbg);
    padding: 6px 14px;
    border-radius: 30px;
    width: fit-content;
    border: 1px solid var(--achievenews-btnborder);
}

.btn-read-more:hover {
    background: var(--achievenews-btnhoverbg);
    color: var(--primary);
}

/* ============================================================
   SPECIAL COMMITMENTS
   ============================================================ */
.commitments-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.commitment-heading {
    font-size: 0.8rem;
    font-weight: var(--pd-font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--secondary);
    margin-bottom: 18px;
}

.commitment-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    padding: 32px 28px;
    text-align: center;
    transition: var(--transition);
}

.commitment-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.commitment-icon {
    width: 70px;
    height: 70px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 18px;
    transition: var(--transition);
}

.commitment-item:hover .commitment-icon {
    transform: scale(1.1) rotate(5deg);
}

.commitment-item h4 {
    color: var(--white);
    font-weight: var(--pd-font-weight-bold);
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.commitment-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.6;
}

.commitment-tagline {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 3vw, 2rem);
    color: var(--white);
    font-weight: var(--pd-font-weight-bold);
    margin-bottom: 10px;
}

.commitment-motto {
    font-size: 1.1rem;
    color: var(--secondary);
    font-weight: var(--pd-font-weight-bold);
    letter-spacing: 0.05em;
}

/* ============================================================
   CTA
   ============================================================ */
.admission-cta-section {
    background: linear-gradient(135deg, #1e3a5f 0%, var(--dark) 100%);
    position: relative;
    overflow: hidden;
    padding: 75px 0;
}

.admission-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 140, 0, 0.15), transparent 70%);
    border-radius: 50%;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--white);
    font-weight: var(--pd-font-weight-bold);
    margin-bottom: 12px;
}

.cta-subtitle {
    font-size: 0.97rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 28px;
    max-width: 500px;
}

.btn-cta-main {
    background: var(--secondary);
    color: var(--dark);
    padding: 13px 32px;
    border-radius: 30px;
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.93rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 22px rgba(242, 140, 0, 0.4);
    transition: var(--transition);
    margin-right: 12px;
    margin-bottom: 10px;
}

.btn-cta-main:hover {
    background: var(--white);
    transform: translateY(-3px);
}

.btn-cta-outline {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: var(--white);
    padding: 13px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.93rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    margin-bottom: 10px;
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--white);
    transform: translateY(-3px);
}

.cta-info-strip {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.cta-info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.84rem;
}

.cta-info-item i {
    color: var(--secondary);
    font-size: 1rem;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.welcome-image-wrap {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.welcome-image-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.welcome-image-wrap:hover img {
    transform: scale(1.04);
}

.welcome-badge {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: var(--primary);
    color: var(--white);
    padding: 12px 18px;
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.welcome-badge strong {
    font-size: 1.5rem;
    display: block;
    color: var(--secondary);
    font-family: var(--font-heading);
}

.affiliation-badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 24px;
}

.affil-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--primary-bg);
    border: 1.5px solid var(--border);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 0.76rem;
    font-weight: 600;
}

.affil-badge i {
    color: var(--primary);
}

.btn-admission {
    background: var(--secondary);
    color: var(--white) !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 4px 16px rgba(242, 140, 0, 0.35);
    transition: var(--transition);
}

.btn-admission:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
}

/* ============================================================
   WHY CARD
   ============================================================ */
.why-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px 24px;
    text-align: center;
    box-shadow: var(--pc-rich-shadow);
    border: 1.5px solid var(--border);
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--achvcards-shadow);
    border-color: var(--primary);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    background: var(--primary-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary);
    border: 2px solid var(--border);
    transition: var(--transition);
}

.why-card:hover .why-icon {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: scale(1.08) rotate(5deg);
}

.why-card h4 {
    font-size: 1rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--dark);
    margin-bottom: 10px;
}

.why-card p {
    font-size: 0.84rem;
    color: var(--gray);
    line-height: 1.7;
}

/* ============================================================
   ACHIEVEMENT / FACILITY CARDS
   ============================================================ */
.achievement-card {
    background: var(--off-white);
    border-radius: var(--radius);
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 1.5px solid var(--border);
    transition: var(--transition);
}

.achievement-card:hover {
    border-color: var(--primary);
    background: var(--white);
    transform: translateX(5px);
    box-shadow: var(--shadow);
}

.achv-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: var(--primary);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
}

.achv-content h5 {
    font-size: 0.93rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--dark);
    margin-bottom: 4px;
}

.achv-content p {
    font-size: 0.8rem;
    color: var(--gray);
}

.achv-content .achv-year {
    font-size: 0.72rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--secondary);
    margin-top: 4px;
}

.facility-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    padding: 28px 20px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.facility-card:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--secondary);
    transform: translateY(-5px);
}

.facility-icon {
    width: 68px;
    height: 68px;
    background: rgba(242, 140, 0, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--secondary);
    margin: 0 auto 16px;
    border: 2px solid rgba(242, 140, 0, 0.3);
    transition: var(--transition);
}

.facility-card:hover .facility-icon {
    background: var(--secondary);
    color: var(--white);
}

.facility-card h5 {
    color: var(--white);
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.facility-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.6;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-sm);
    cursor: pointer;
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 170px;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(140, 76, 154, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.gallery-overlay i {
    color: var(--white);
    font-size: 1.7rem;
    opacity: 0;
    transform: scale(0.5);
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    background: rgba(140, 76, 154, 0.55);
}

.gallery-item:hover .gallery-overlay i {
    opacity: 1;
    transform: scale(1);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
    background: var(--off-white);
    border-radius: var(--radius);
    padding: 30px 26px;
    position: relative;
    border: 1.5px solid var(--border);
    transition: var(--transition);
    height: 100%;
}

.testimonial-card::before {
    content: '\201C';
    font-family: serif;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.12;
    position: absolute;
    top: 10px;
    left: 22px;
    line-height: 1;
}

.testimonial-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.testimonial-stars {
    color: var(--secondary);
    font-size: 0.88rem;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 0.87rem;
    color: var(--gray);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 18px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--secondary);
}

.author-name {
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.88rem;
    color: var(--dark);
}

.author-role {
    font-size: 0.74rem;
    color: var(--gray);
}

/* ============================================================
   FORMS
   ============================================================ */
.form-floating .form-control,
.form-floating .form-select {
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    color: var(--text);
    background: var(--white);
    transition: var(--transition);
}

.form-floating .form-control:focus,
.form-floating .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(140, 76, 154, 0.12);
}

.btn-submit {
    background: var(--secondary);
    color: var(--white);
    border: none;
    padding: 13px 38px;
    border-radius: 30px;
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 18px rgba(242, 140, 0, 0.4);
}

.btn-submit:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
}

.form-section {
    background: var(--pc-rich-bg);
    border-radius: var(--radius);
    padding: 38px;
    border: 1.5px solid var(--border);
}

.form-response {
    margin-top: 14px;
}

/* ============================================================
   PAGE HERO BANNER
   ============================================================ */
.page-hero {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    padding: 75px 0 65px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    background: var(--white);
    clip-path: ellipse(52% 100% at 50% 100%);
}

.page-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--white);
    font-weight: var(--pd-font-weight-bold);
    margin-bottom: 12px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
    font-size: 0.82rem;
}

.breadcrumb-nav a {
    color: var(--secondary);
}

.breadcrumb-nav span {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-nav .current {
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================================
   MESSAGE CARD
   ============================================================ */
.message-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.message-img {
    height: 280px;
    overflow: hidden;
}

.message-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.message-body {
    padding: 26px;
    flex: 1;
}

.message-quote {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--gray);
    line-height: 1.85;
    position: relative;
    padding-left: 16px;
}

.message-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary);
    border-radius: 3px;
}

.message-author {
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.93rem;
    color: var(--dark);
    margin-top: 14px;
}

.message-designation {
    font-size: 0.76rem;
    color: var(--gray);
}

/* Initiative card */
.initiative-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1.5px solid var(--border);
    transition: var(--transition);
}

.initiative-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--achvcards-shadow);
}

.initiative-img {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.initiative-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.initiative-card:hover .initiative-img img {
    transform: scale(1.08);
}

.initiative-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(140, 76, 154, 0.7), transparent);
}

.initiative-body {
    padding: 20px;
}

.initiative-body h5 {
    font-weight: var(--pd-font-weight-bold);
    font-size: 0.97rem;
    color: var(--dark);
    margin-bottom: 7px;
}

.initiative-body p {
    font-size: 0.82rem;
    color: var(--gray);
    line-height: 1.65;
}

.initiative-tag {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: var(--primary-bg);
    color: var(--primary);
    padding: 3px 10px;
    border-radius: 30px;
    margin-bottom: 7px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--dark);
}

.footer-top-bar {
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--primary));
}

.footer-main {
    padding: 60px 0 36px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-logo img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 3px solid var(--secondary);
    object-fit: cover;
}

.f-brand-name {
    font-size: 0.9rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--white);
    display: block;
    line-height: 1.3;
}

.f-brand-sub {
    font-size: 0.62rem;
    color: #8892a0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-about {
    font-size: 0.83rem;
    color: #8892a0;
    line-height: 1.8;
    margin-bottom: 22px;
}

.footer-social {
    display: flex;
    gap: 9px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.08);
    color: #8892a0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    transition: var(--transition);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.footer-social a:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
    transform: translateY(-3px);
}

.footer-heading {
    font-size: 0.85rem;
    font-weight: var(--pd-font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary);
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 0.82rem;
    color: #8892a0;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: var(--transition);
}

.footer-links a i {
    font-size: 0.6rem;
    color: var(--secondary);
}

.footer-links a:hover {
    color: var(--secondary);
    padding-left: 4px;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    align-items: flex-start;
}

.footer-contact-item i {
    color: var(--secondary);
    font-size: 0.92rem;
    margin-top: 3px;
    min-width: 16px;
}

.footer-contact-item span {
    font-size: 0.82rem;
    color: #8892a0;
    line-height: 1.6;
}

.footer-contact-item a {
    color: #8892a0;
}

.footer-contact-item a:hover {
    color: var(--secondary);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 18px 0;
}

.footer-bottom p {
    font-size: 0.78rem;
    color: #5a6478;
    margin: 0;
}

.footer-bottom a {
    color: var(--secondary);
}

.footer-bottom a:hover {
    color: var(--white);
}

/* ============================================================
   BACK TO TOP / WHATSAPP FAB
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(140, 76, 154, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--secondary);
    color: var(--white);
    transform: translateY(-3px);
}

.whatsapp-fab {
    position: fixed;
    bottom: 28px;
    right: 80px;
    width: 52px;
    height: 52px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    z-index: 998;
    transition: var(--transition);
}

.whatsapp-fab:hover {
    background: #20bb5a;
    transform: scale(1.1);
    color: var(--white);
}

/* ============================================================
   MISC HELPERS
   ============================================================ */
.w-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px;
    background: var(--primary-bg);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--primary);
    transition: var(--transition);
}

.w-feature-item:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateX(4px);
}

.wf-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(140, 76, 154, 0.12);
    color: var(--primary);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: var(--transition);
}

.wf-text {
    font-size: 0.82rem;
    font-weight: 600;
}

.counter-num {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: var(--pd-font-weight-bold);
    color: var(--primary);
    line-height: 1;
}

.counter-label {
    font-size: 0.8rem;
    color: var(--gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
}

table thead {
    background: var(--primary);
    color: var(--white);
}

.accordion-button:not(.collapsed) {
    background: var(--primary-bg);
    color: var(--primary);
}

.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(140, 76, 154, 0.15);
}

.inner-tabs {
    border-bottom: 2px solid var(--border);
    margin-bottom: 38px;
}

.inner-tabs .nav-link {
    color: var(--gray);
    font-weight: 600;
    font-size: 0.87rem;
    padding: 10px 18px;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-bottom: -2px;
    transition: var(--transition);
}

.inner-tabs .nav-link:hover {
    color: var(--primary);
}

.inner-tabs .nav-link.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: transparent;
}

/* Highlights swiper overrides */
.highlights-swiper {
    padding-bottom: 50px !important;
}

.highlights-swiper .swiper-button-next,
.highlights-swiper .swiper-button-prev {
    top: 45%;
    background: rgba(140, 76, 154, 0.14);
    border: 2px solid rgba(140, 76, 154, 0.25);
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.highlights-swiper .swiper-button-next::after,
.highlights-swiper .swiper-button-prev::after {
    font-size: 0.9rem;
    color: var(--primary);
}

.highlights-swiper .swiper-button-next:hover,
.highlights-swiper .swiper-button-prev:hover {
    background: var(--primary);
}

.highlights-swiper .swiper-button-next:hover::after,
.highlights-swiper .swiper-button-prev:hover::after {
    color: var(--white);
}