/* ============================================================
   JAGANNATH INSTITUTE OF PHARMACY - Main Stylesheet
   Color Palette: Dark Sky Blue (#0c5ba0), Gold (#c8a84b), White
============================================================ */

:root {
  --green: #0c5ba0;
  --green-dark: #073d70;
  --green-light: #1976d2;
  --gold: #c8a84b;
  --gold-light: #e8c96b;
  --white: #ffffff;
  --off-white: #f8f9fa;
  --gray: #6c757d;
  --light-gray: #e9ecef;
  --dark: #1a1a2e;
  --text: #333333;
  --shadow: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.18);
  --radius: 12px;
  --transition: all 0.3s ease;
}

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

/* PRELOADER */
.preloader { position: fixed; inset: 0; background: var(--green-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.5s ease, visibility 0.5s ease; }
.preloader.hidden { opacity: 0; visibility: hidden; }
.preloader-logo { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--white); letter-spacing: 2px; margin-bottom: 8px; text-align: center; }
.preloader-logo span { color: var(--gold); }
.preloader-sub { font-size: 0.78rem; color: rgba(255,255,255,0.6); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 28px; }
.preloader-bar { width: 220px; height: 4px; background: rgba(255,255,255,0.15); border-radius: 2px; overflow: hidden; }
.preloader-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 2px; animation: fill-bar 1.8s ease forwards; }
@keyframes fill-bar { to { width: 100%; } }

/* TOP BAR */
.top-bar { background: var(--green-dark); padding: 8px 0; border-bottom: 1px solid rgba(200,168,75,0.3); }
.top-bar-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.top-bar-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.top-bar-item i { color: var(--gold); font-size: 0.78rem; }
.top-bar-item a { color: rgba(255,255,255,0.85); }
.top-bar-item a:hover { color: var(--gold); }
.top-bar-divider-line { color: rgba(255,255,255,0.3); font-size: 0.75rem; }
.top-bar-follow { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.top-bar-follow span { white-space: nowrap; }
.top-bar-follow a { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 0.7rem; }
.top-bar-follow a:hover { background: var(--gold); color: var(--green-dark); }

/* NAVBAR */
.navbar-main { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: 0 2px 20px rgba(0,0,0,0.1); transition: var(--transition); }
.navbar-main.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.15); }
.navbar-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.navbar-brand-wrap { display: flex; align-items: center; gap: 12px; }
.brand-logo-img { height: 54px; width: auto; object-fit: contain; }
.brand-name-text { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--green); line-height: 1.2; max-width: 200px; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu li a { display: block; padding: 8px 12px; font-size: 0.84rem; font-weight: 500; color: var(--text); border-radius: 6px; position: relative; white-space: nowrap; }
.nav-menu li a::after { content: ''; position: absolute; bottom: 2px; left: 50%; right: 50%; height: 2px; background: var(--gold); transition: var(--transition); }
.nav-menu li a:hover, .nav-menu li.active a { color: var(--green); }
.nav-menu li a:hover::after, .nav-menu li.active a::after { left: 12px; right: 12px; }
.nav-contact-btn { background: var(--green); color: var(--white); padding: 10px 20px; border-radius: 50px; font-size: 0.84rem; font-weight: 600; white-space: nowrap; }
.nav-contact-btn:hover { background: var(--gold); color: var(--green-dark); }
.nav-mobile-apply-btn { display: none; }
.hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--green); transition: var(--transition); border-radius: 2px; }

/* HERO */
.hero { min-height: 88vh; background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, var(--green-light) 100%); position: relative; display: flex; align-items: center; overflow: hidden; padding: 80px 0 60px; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,168,75,0.2); border: 1px solid rgba(200,168,75,0.5); color: var(--gold-light); padding: 8px 18px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 20px; }
.hero-title span { color: var(--gold); }
.hero-desc { font-size: 1rem; color: rgba(255,255,255,0.82); margin-bottom: 36px; max-width: 580px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image-side { position: absolute; right: 0; top: 0; bottom: 0; width: 42%; overflow: hidden; }
.hero-image-side img { width: 100%; height: 100%; object-fit: cover; opacity: 0.15; }
.hero-stats-row { display: flex; gap: 40px; margin-top: 52px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat-item { display: flex; flex-direction: column; }
.hero-stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.hero-stat-txt { font-size: 0.78rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* TICKER / ANNOUNCEMENT BAR */
.ticker-wrap { background: var(--gold); padding: 10px 0; overflow: hidden; position: relative; }
.ticker-label { position: absolute; left: 0; top: 0; bottom: 0; background: var(--green-dark); padding: 0 20px; display: flex; align-items: center; font-size: 0.78rem; font-weight: 800; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; z-index: 2; white-space: nowrap; }
.ticker-inner { display: flex; animation: ticker 30s linear infinite; white-space: nowrap; padding-left: 200px; }
.ticker-item { padding: 0 40px; font-size: 0.88rem; font-weight: 600; color: var(--green-dark); display: inline-flex; align-items: center; gap: 12px; }
.ticker-item i { color: var(--green); }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* BUTTONS */
.btn-gold { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--green-dark); padding: 12px 28px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; transition: var(--transition); border: 2px solid var(--gold); }
.btn-gold:hover { background: var(--green-dark); color: var(--gold); }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--white); padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; border: 2px solid rgba(255,255,255,0.5); transition: var(--transition); }
.btn-outline-white:hover { background: var(--white); color: var(--green); border-color: var(--white); }
.btn-green { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: var(--white); padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; transition: var(--transition); border: 2px solid var(--green); }
.btn-green:hover { background: var(--green-dark); color: var(--gold); border-color: var(--green-dark); }

/* SECTION UTILITIES */
.section-label { font-size: 0.76rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
.section-divider { width: 50px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 2px; margin-bottom: 16px; }
.section-divider.center { margin: 0 auto 16px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--green-dark); line-height: 1.3; margin-bottom: 16px; }
.section-title span { color: var(--gold); }
.section-subtitle { font-size: 0.98rem; color: var(--gray); max-width: 600px; }

/* INFO CARDS (Home quick info) */
.info-cards-section { padding: 70px 0; background: var(--white); }
.info-card { background: var(--white); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); transition: var(--transition); height: 100%; }
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.info-card-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.info-card-icon i { font-size: 1.4rem; color: var(--white); }
.info-card h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--green-dark); margin-bottom: 10px; }
.info-card p { font-size: 0.9rem; color: var(--gray); }

/* ABOUT SECTION */
.about-section { padding: 90px 0; background: var(--off-white); }
.about-img-wrap { position: relative; padding-bottom: 30px; padding-right: 30px; }
.about-main-img { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-main-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.about-img-placeholder { width: 100%; height: 420px; background: linear-gradient(135deg, var(--green), var(--green-light)); border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.about-img-placeholder i { font-size: 4rem; color: rgba(255,255,255,0.5); }
.about-img-placeholder span { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.about-badge { position: absolute; bottom: 0; right: 0; background: var(--gold); padding: 20px 24px; border-radius: 12px; text-align: center; box-shadow: var(--shadow); }
.about-badge-num { font-size: 2.2rem; font-weight: 800; color: var(--green-dark); font-family: 'Playfair Display', serif; line-height: 1; }
.about-badge-txt { font-size: 0.72rem; color: var(--green-dark); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.about-features { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.about-feature { display: flex; align-items: flex-start; gap: 16px; padding: 16px; background: var(--white); border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.about-feature-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; }
.about-feature-icon i { color: var(--white); font-size: 1rem; }
.about-feature h5 { font-size: 0.92rem; font-weight: 700; color: var(--green-dark); margin-bottom: 3px; }
.about-feature p { font-size: 0.84rem; color: var(--gray); margin: 0; }

/* STATS SECTION */
.stats-section { padding: 70px 0; background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.stat-card { text-align: center; padding: 32px 20px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.stat-divider { width: 40px; height: 2px; background: var(--gold); margin: 12px auto 0; }

/* COURSE CARD */
.course-section { padding: 90px 0; background: var(--white); }
.course-main-card { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.course-card-header { background: linear-gradient(135deg, var(--green), var(--green-light)); padding: 32px; }
.course-card-icon { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.course-card-icon i { font-size: 1.6rem; color: var(--white); }
.course-card-title { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.course-card-sub { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.course-card-body { background: var(--white); padding: 32px; }
.course-meta-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; margin-bottom: 28px; }
.course-meta-item { background: var(--off-white); padding: 16px; border-radius: 10px; border-left: 3px solid var(--green); }
.course-meta-label { font-size: 0.72rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 6px; }
.course-meta-value { font-size: 0.92rem; font-weight: 700; color: var(--green-dark); }
.approval-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.approval-badge { display: flex; align-items: center; gap: 6px; background: var(--off-white); border: 1px solid var(--light-gray); padding: 8px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 700; color: var(--green); }
.approval-badge i { color: var(--gold); }
.urise-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--off-white); border: 2px solid var(--green); border-radius: 10px; padding: 14px 20px; margin-top: 20px; }
.urise-badge-icon { width: 42px; height: 42px; border-radius: 8px; background: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.urise-badge-icon i { color: var(--white); font-size: 1rem; }
.urise-badge-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--gray); }
.urise-badge-code { font-size: 1.1rem; font-weight: 800; color: var(--green-dark); }

/* SEMESTER TABLE */
.table-wrap { overflow-x: auto; border-radius: 10px; box-shadow: var(--shadow); }
.semester-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.semester-table th { background: var(--green); color: var(--white); padding: 14px 16px; font-size: 0.82rem; font-weight: 700; text-align: left; white-space: nowrap; }
.semester-table td { padding: 12px 16px; border-bottom: 1px solid var(--light-gray); }
.semester-table tbody tr:hover td { background: var(--off-white); }
.semester-table tbody tr:last-child td { border-bottom: none; }

/* FACULTY */
.faculty-section { padding: 90px 0; background: var(--off-white); }
.faculty-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); text-align: center; height: 100%; }
.faculty-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.faculty-img-wrap { height: 220px; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; }
.faculty-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.faculty-avatar { width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--white); font-family: 'Playfair Display', serif; font-weight: 700; border: 3px solid rgba(255,255,255,0.3); }
.faculty-body { padding: 24px 20px; }
.faculty-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.faculty-role { font-size: 0.8rem; color: var(--gold); font-weight: 600; margin-bottom: 6px; }
.faculty-qual { font-size: 0.8rem; color: var(--gray); }

/* MESSAGES / LEADERSHIP */
.message-section { padding: 90px 0; }
.message-card { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.message-card::before { content: '\201C'; position: absolute; top: 10px; left: 24px; font-size: 7rem; color: var(--green); opacity: 0.07; font-family: 'Playfair Display', serif; line-height: 1; pointer-events: none; }
.message-person { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--light-gray); }
.message-photo-placeholder { width: 90px; height: 90px; min-width: 90px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--white); font-family: 'Playfair Display', serif; font-weight: 700; border: 3px solid var(--gold); }
.message-photo { width: 90px; height: 90px; min-width: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.message-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--green-dark); }
.message-role { color: var(--gold); font-weight: 600; font-size: 0.85rem; margin-top: 4px; }
.message-text { font-size: 0.95rem; color: var(--text); line-height: 1.85; position: relative; z-index: 1; }
.message-text p { margin-bottom: 16px; }
.message-text p:last-child { margin-bottom: 0; }
.message-sign { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--light-gray); font-size: 0.85rem; color: var(--gray); }
.message-sign strong { color: var(--green-dark); display: block; font-size: 0.95rem; }

/* VISION MISSION */
.vm-section { padding: 90px 0; background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.vm-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 40px 32px; height: 100%; }
.vm-icon { width: 70px; height: 70px; border-radius: 50%; background: rgba(200,168,75,0.2); border: 2px solid rgba(200,168,75,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.vm-icon i { font-size: 1.8rem; color: var(--gold); }
.vm-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.vm-text { color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.vm-list { display: flex; flex-direction: column; gap: 10px; }
.vm-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.vm-list li i { color: var(--gold); margin-top: 5px; font-size: 0.7rem; flex-shrink: 0; }

/* FACILITIES */
.facilities-section { padding: 90px 0; }
.facility-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); height: 100%; }
.facility-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.facility-img { height: 200px; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; }
.facility-img i { font-size: 3.5rem; color: rgba(255,255,255,0.7); }
.facility-img img { width: 100%; height: 100%; object-fit: cover; }
.facility-body { padding: 24px; }
.facility-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--green-dark); margin-bottom: 10px; }
.facility-text { font-size: 0.88rem; color: var(--gray); margin-bottom: 12px; }
.facility-features { display: flex; flex-direction: column; gap: 7px; }
.facility-feature { display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--text); }
.facility-feature i { color: var(--gold); font-size: 0.72rem; }

/* GALLERY */
.gallery-section { padding: 90px 0; background: var(--off-white); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 4/3; cursor: pointer; box-shadow: var(--shadow); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.gallery-placeholder i { font-size: 2.5rem; color: rgba(255,255,255,0.5); }
.gallery-placeholder span { font-size: 0.82rem; color: rgba(255,255,255,0.65); text-align: center; padding: 0 16px; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,61,30,0.85), transparent); opacity: 0; transition: var(--transition); display: flex; align-items: flex-end; padding: 18px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-text { color: var(--white); font-size: 0.88rem; font-weight: 600; }

/* NOTICE BOARD */
.notice-section { padding: 90px 0; background: var(--white); }
.notice-list { display: flex; flex-direction: column; gap: 14px; }
.notice-item { display: flex; align-items: flex-start; gap: 20px; background: var(--white); border-radius: 10px; padding: 20px 24px; box-shadow: var(--shadow); border-left: 4px solid var(--green); transition: var(--transition); }
.notice-item:hover { transform: translateX(4px); box-shadow: var(--shadow-lg); border-left-color: var(--gold); }
.notice-date { min-width: 58px; text-align: center; background: var(--green); color: var(--white); border-radius: 8px; padding: 8px 10px; flex-shrink: 0; }
.notice-date .day { font-size: 1.4rem; font-weight: 800; line-height: 1; display: block; }
.notice-date .month { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; display: block; margin-top: 2px; }
.notice-content h5 { font-size: 0.92rem; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.notice-content p { font-size: 0.84rem; color: var(--gray); margin: 0; }
.notice-badge { display: inline-block; background: var(--gold); color: var(--green-dark); font-size: 0.68rem; font-weight: 700; padding: 2px 10px; border-radius: 50px; text-transform: uppercase; margin-bottom: 6px; letter-spacing: 0.5px; }
.notice-new { background: #dc3545; color: var(--white); }
.notice-important { background: var(--green); color: var(--white); }

/* CONTACT */
.contact-section { padding: 90px 0; }
.contact-info-card { background: linear-gradient(135deg, var(--green-dark), var(--green)); border-radius: 16px; padding: 40px; color: var(--white); height: 100%; }
.contact-info-card h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; margin-bottom: 8px; color: var(--white); }
.contact-info-card > p { color: rgba(255,255,255,0.75); margin-bottom: 32px; font-size: 0.92rem; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.contact-item-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
.contact-item-icon i { color: var(--gold); font-size: 1rem; }
.contact-item h5 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gold); margin-bottom: 4px; font-weight: 700; }
.contact-item p, .contact-item a { font-size: 0.9rem; color: rgba(255,255,255,0.9); margin: 0; display: block; }
.contact-item a:hover { color: var(--gold); }
.contact-form-wrap { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: var(--shadow-lg); height: 100%; }
.contact-form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--green-dark); margin-bottom: 8px; }
.contact-form-wrap > p { color: var(--gray); font-size: 0.9rem; margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-control { width: 100%; padding: 12px 16px; border: 2px solid var(--light-gray); border-radius: 8px; font-size: 0.9rem; font-family: 'Inter', sans-serif; color: var(--text); transition: var(--transition); outline: none; background: var(--white); }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(26,92,46,0.1); }
textarea.form-control { resize: vertical; min-height: 120px; }
.map-wrap { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); margin-top: 24px; }
.map-wrap iframe { width: 100%; height: 300px; border: none; display: block; }
.map-placeholder { width: 100%; height: 300px; background: linear-gradient(135deg, var(--green), var(--green-light)); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; }
.map-placeholder i { font-size: 3rem; color: rgba(255,255,255,0.6); }
.map-placeholder p { color: rgba(255,255,255,0.8); font-size: 0.9rem; text-align: center; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--gold), var(--gold-light)); padding: 60px 0; text-align: center; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--green-dark); margin-bottom: 12px; }
.cta-banner p { color: var(--green-dark); font-size: 1rem; margin-bottom: 32px; opacity: 0.75; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-banner-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-dark { background: var(--green-dark); color: var(--white); border: 2px solid var(--green-dark); display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; transition: var(--transition); }
.cta-banner .btn-dark:hover { background: var(--green); border-color: var(--green); }
.cta-banner .btn-outline-dark { background: transparent; color: var(--green-dark); border: 2px solid var(--green-dark); display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; transition: var(--transition); }
.cta-banner .btn-outline-dark:hover { background: var(--green-dark); color: var(--white); }

/* FOOTER */
.footer { background: var(--green-dark); padding: 70px 0 0; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-brand-tagline { font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.footer-desc { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 0.85rem; transition: var(--transition); }
.footer-social a:hover { background: var(--gold); color: var(--green-dark); }
.footer-heading { font-size: 0.92rem; font-weight: 700; color: var(--white); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid rgba(200,168,75,0.3); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links li a { font-size: 0.84rem; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 8px; }
.footer-links li a i { font-size: 0.68rem; color: var(--gold); }
.footer-links li a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-contact-item i { color: var(--gold); margin-top: 3px; font-size: 0.88rem; min-width: 16px; }
.footer-contact-item span, .footer-contact-item a { font-size: 0.84rem; color: rgba(255,255,255,0.65); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-divider { border-color: rgba(255,255,255,0.1); margin: 40px 0 0; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom-text { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer-bottom-text span { color: var(--gold); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-bottom-links a:hover { color: var(--gold); }
.footer-bottom-designed { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-bottom-designed a { color: var(--gold); font-weight: 600; text-decoration: none; }
.footer-bottom-designed a:hover { text-decoration: underline; }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: var(--white); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); transition: var(--transition); opacity: 0; visibility: hidden; z-index: 999; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold); color: var(--green-dark); transform: translateY(-3px); }

/* PAGE HERO (inner pages) */
.page-hero { background: linear-gradient(135deg, var(--green-dark), var(--green)); padding: 70px 0 50px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: var(--white); margin-bottom: 12px; position: relative; }
.page-hero p { color: rgba(255,255,255,0.8); font-size: 0.98rem; position: relative; max-width: 560px; margin: 0 auto; }
.breadcrumb-wrap { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; position: relative; flex-wrap: wrap; }
.breadcrumb-wrap a { color: var(--gold); font-size: 0.84rem; }
.breadcrumb-wrap a:hover { color: var(--gold-light); }
.breadcrumb-wrap .bc-sep { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
.breadcrumb-wrap .bc-current { color: rgba(255,255,255,0.75); font-size: 0.84rem; }

/* TABS */
.tab-nav { display: flex; gap: 4px; border-bottom: 2px solid var(--light-gray); margin-bottom: 32px; flex-wrap: wrap; }
.tab-btn { padding: 10px 22px; border: none; background: none; font-size: 0.88rem; font-weight: 600; color: var(--gray); cursor: pointer; position: relative; transition: var(--transition); font-family: 'Inter', sans-serif; }
.tab-btn::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: var(--transition); }
.tab-btn.active { color: var(--green); }
.tab-btn.active::after { transform: scaleX(1); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* VIDEO GALLERY */
.video-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.video-thumb { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--green-dark), var(--green)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.video-thumb iframe { width: 100%; height: 100%; border: none; position: absolute; inset: 0; }
.video-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.video-play-btn { width: 60px; height: 60px; border-radius: 50%; background: rgba(200,168,75,0.9); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); }
.video-play-btn i { font-size: 1.3rem; color: var(--green-dark); margin-left: 5px; }
.video-play-btn:hover { background: var(--gold); transform: scale(1.1); }
.video-body { padding: 16px 20px; }
.video-title { font-weight: 700; font-size: 0.9rem; color: var(--green-dark); margin-bottom: 4px; }
.video-desc { font-size: 0.8rem; color: var(--gray); }

/* DEPT CARDS */
.dept-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border-bottom: 3px solid var(--green); transition: var(--transition); height: 100%; }
.dept-card:hover { transform: translateY(-5px); border-bottom-color: var(--gold); box-shadow: var(--shadow-lg); }
.dept-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.dept-icon i { font-size: 1.2rem; color: var(--white); }
.dept-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
.dept-text { font-size: 0.84rem; color: var(--gray); }

/* HAMBURGER ANIMATION */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   RESPONSIVE - TABLET (≤991px)
============================================================ */
@media (max-width: 991px) {
  .nav-menu { position: fixed; top: 68px; left: 0; right: 0; background: var(--white); flex-direction: column; gap: 0; padding: 8px 0; box-shadow: var(--shadow-lg); transform: translateY(-110%); opacity: 0; visibility: hidden; transition: var(--transition); align-items: flex-start; max-height: calc(100vh - 68px); overflow-y: auto; z-index: 999; }
  .nav-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-menu li a { padding: 13px 24px; border-radius: 0; width: 100%; border-bottom: 1px solid var(--light-gray); font-size: 0.95rem; }
  .nav-menu li a::after { display: none; }
  .nav-contact-btn { display: none; }
  .nav-mobile-apply-btn { display: inline-flex; align-items: center; background: var(--green); color: var(--white); padding: 9px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 700; gap: 6px; white-space: nowrap; }
  .hamburger { display: flex; }
  .hero { min-height: 70vh; padding: 60px 0 40px; }
  .hero-image-side { display: none; }
  .about-badge { right: 0; bottom: 0; }
  .section-padding { padding: 70px 0; }
}

/* ============================================================
   RESPONSIVE - MOBILE (≤767px)
============================================================ */
@media (max-width: 767px) {
  /* TOP BAR */
  .top-bar { display: none; }

  /* NAVBAR */
  .navbar-main { top: 0; }
  .navbar-container { padding: 0 16px; height: 64px; }
  .brand-logo-img { width: 40px; height: 40px; }
  .brand-name-text { font-size: 0.82rem; line-height: 1.3; max-width: 160px; }
  .nav-menu { top: 64px; max-height: calc(100vh - 64px); }

  /* HERO */
  .hero { min-height: 85vh; padding: 80px 0 40px; }
  .hero-title { font-size: clamp(1.7rem, 7vw, 2.5rem); }
  .hero-subtitle { font-size: 0.9rem; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-cta .btn-gold,
  .hero-cta .btn-outline-white,
  .hero-cta .btn-green { width: 100%; justify-content: center; padding: 14px 20px; }
  .hero-stats-row { gap: 20px; flex-wrap: wrap; margin-top: 32px; padding-top: 28px; }
  .stat-num { font-size: 2rem; }
  .stat-label { font-size: 0.72rem; }

  /* SECTION PADDING */
  .section-padding { padding: 50px 0; }

  /* SECTION HEADINGS */
  .section-title { font-size: clamp(1.4rem, 5vw, 2rem); }
  .section-subtitle { font-size: 0.88rem; }

  /* ANNOUNCEMENT BAR */
  .announcement-bar { font-size: 0.8rem; }
  .announcement-label { padding: 6px 12px; font-size: 0.72rem; }

  /* GALLERY */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .gallery-filter-bar { gap: 6px; }
  .gallery-filter-btn { padding: 7px 14px; font-size: 0.78rem; }

  /* VIDEO GALLERY */
  .video-card { margin-bottom: 0; }

  /* NOTICE BOARD */
  .notice-filter-bar { gap: 6px; }
  .notice-filter-btn { padding: 7px 14px; font-size: 0.78rem; }
  .notice-card { padding: 1rem 1rem; gap: 0.8rem; }
  .notice-date-box { min-width: 52px; padding: 0.5rem 0.4rem; }
  .notice-day { font-size: 1.2rem; }
  .notice-title-text { font-size: 0.92rem; }

  /* COURSES */
  .course-meta-grid { grid-template-columns: 1fr 1fr; }
  .tab-nav { gap: 4px; flex-wrap: wrap; }
  .tab-btn { padding: 8px 14px; font-size: 0.8rem; }
  .table-syllabus { font-size: 0.82rem; }
  .table-syllabus th, .table-syllabus td { padding: 8px 10px; }

  /* FACULTY */
  .faculty-card { padding: 22px 18px; }

  /* FACILITIES */
  .facility-card { padding: 20px; }
  .facility-stat-card { padding: 18px; }
  .fsc-number { font-size: 1.6rem; }

  /* CONTACT */
  .cform-wrap { padding: 1.5rem; }
  .contact-info-card { padding: 1.5rem 1.2rem; }

  /* FOOTER */
  .footer { padding: 50px 0 0; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .footer-bottom-links { justify-content: center; }
  .footer-contact-item { font-size: 0.85rem; }

  /* CTA */
  .cta-banner-btns { flex-direction: column; align-items: center; gap: 12px; }
  .cta-banner-btns a { width: 100%; max-width: 280px; justify-content: center; }

  /* PAGE HERO */
  .page-hero { padding: 100px 0 40px; }
  .page-hero-title { font-size: clamp(1.5rem, 6vw, 2.2rem); }

  /* ABOUT / HOME SECTIONS */
  .about-section { padding: 50px 0; }
  .about-main-img img { height: 260px; }
  .about-img-wrap { padding-bottom: 20px; padding-right: 20px; }
  .about-badge { padding: 14px 18px; }
  .about-badge-num { font-size: 1.6rem; }
  .college-img-real { height: 220px; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .about-stat-card { padding: 16px; }
  .about-stat-number { font-size: 1.6rem; }

  /* VISION MISSION */
  .vm-card { padding: 28px 20px; }

  /* MESSAGE CARD */
  .message-profile-card { padding: 22px 16px; }

  /* BACK TO TOP */
  .back-to-top { width: 42px; height: 42px; font-size: 0.9rem; right: 16px; bottom: 20px; }
}

/* ============================================================
   RESPONSIVE - SMALL MOBILE (≤480px)
============================================================ */
@media (max-width: 480px) {
  /* NAVBAR */
  .brand-name-text { font-size: 0.76rem; max-width: 140px; }
  .nav-mobile-apply-btn { padding: 8px 12px; font-size: 0.78rem; }

  /* HERO */
  .hero-title { font-size: clamp(1.4rem, 8vw, 1.9rem); }
  .hero-cta .btn-gold,
  .hero-cta .btn-outline-white,
  .hero-cta .btn-green { font-size: 0.88rem; padding: 13px 16px; }

  /* GALLERY */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }

  /* NOTICE */
  .notice-card { flex-direction: column; gap: 0.8rem; }
  .notice-date-box { display: flex; align-items: center; gap: 8px; border-radius: 8px; padding: 0.5rem 0.8rem; min-width: unset; width: fit-content; }
  .notice-day { font-size: 1rem; }
  .notice-month { letter-spacing: 0; font-size: 0.75rem; }

  /* COURSES */
  .course-meta-grid { grid-template-columns: 1fr; }
  .message-person { flex-direction: column; text-align: center; }

  /* ABOUT STATS */
  .about-stats-grid { grid-template-columns: 1fr 1fr; }

  /* SECTION */
  .section-padding { padding: 40px 0; }
  .section-title { font-size: 1.5rem; }

  /* FOOTER */
  .footer-brand-name { font-size: 1.1rem; }
  .footer-heading { font-size: 0.9rem; }
  .footer-social a { width: 34px; height: 34px; font-size: 0.8rem; }

  /* FACILITIES */
  .facility-stat-card { padding: 14px 10px; }
  .fsc-number { font-size: 1.4rem; }

  /* CONTACT FORM */
  .cform-wrap { padding: 1.2rem 1rem; }
  .cform-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   INNER PAGE UTILITIES
============================================================ */
.section-padding { padding: 90px 0; }
.bg-light-green { background: var(--off-white); }
.section-desc { font-size: 0.95rem; color: var(--gray); line-height: 1.85; margin-bottom: 16px; }
.text-gold { color: var(--gold) !important; }

/* PAGE HERO - INNER PAGES */
.page-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.15); }
.page-hero-content { position: relative; z-index: 2; }
.page-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 16px; }
.page-breadcrumb { background: transparent; justify-content: center; padding: 0; }
.page-breadcrumb .breadcrumb-item a { color: var(--gold); text-decoration: none; }
.page-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,0.75); }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ACTIVE NAV (inner pages use class on <a>) */
.nav-menu li a.active { color: var(--green); }
.nav-menu li a.active::after { left: 12px; right: 12px; }

/* INFO HIGHLIGHT CARDS */
.info-highlight-card { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 10px; padding: 14px 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
.info-highlight-card i { color: var(--gold); font-size: 1.2rem; min-width: 20px; }
.info-highlight-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); font-weight: 700; }
.info-highlight-value { font-size: 0.9rem; font-weight: 700; color: var(--green-dark); }

/* ABOUT STATS GRID */
.about-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about-stat-card { background: var(--white); border-radius: 12px; padding: 24px; text-align: center; box-shadow: var(--shadow); border-bottom: 3px solid var(--gold); }
.about-stat-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.about-stat-icon i { color: var(--white); font-size: 1.2rem; }
.about-stat-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--green-dark); line-height: 1; }
.about-stat-label { font-size: 0.8rem; color: var(--gray); margin-top: 6px; font-weight: 600; }

/* APPROVAL CARDS */
.approval-card { background: var(--white); border-radius: 16px; padding: 32px; text-align: center; box-shadow: var(--shadow); height: 100%; transition: var(--transition); }
.approval-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.approval-icon { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.approval-icon i { font-size: 1.8rem; color: var(--white); }
.approval-card h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--green-dark); margin-bottom: 12px; }
.approval-card p { font-size: 0.88rem; color: var(--gray); margin-bottom: 16px; }

/* VISION MISSION CARDS (inner about page) */
.vm-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 40px 32px; height: 100%; }
.vm-card-icon { width: 70px; height: 70px; border-radius: 50%; background: rgba(200,168,75,0.2); border: 2px solid rgba(200,168,75,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.vm-card-icon i { font-size: 1.8rem; color: var(--gold); }
.vm-card-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.vm-card-text { color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }

/* MESSAGE PROFILE CARD */
.message-profile-card { background: var(--white); border-radius: 16px; padding: 32px; text-align: center; box-shadow: var(--shadow-lg); border-top: 4px solid var(--gold); }
.message-avatar { width: 90px; height: 90px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--white); font-family: 'Playfair Display', serif; font-weight: 700; margin: 0 auto 16px; border: 3px solid var(--gold); }
.message-profile-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.message-profile-role { color: var(--gold); font-weight: 600; font-size: 0.85rem; margin-bottom: 4px; }
.message-profile-inst { font-size: 0.8rem; color: var(--gray); }
.message-quote-icon { font-size: 2rem; color: var(--gold); margin-bottom: 16px; opacity: 0.5; }
.message-card-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--green-dark); margin-bottom: 20px; }
.message-signature { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--light-gray); font-size: 0.88rem; color: var(--gray); }
.message-signature strong { color: var(--green-dark); display: block; font-size: 0.95rem; margin-bottom: 2px; }

/* DEPT DESC */
.dept-desc { font-size: 0.84rem; color: var(--gray); }

/* COURSES PAGE ADDITIONS */
.course-meta-item { display: flex; align-items: center; gap: 14px; background: var(--off-white); border-radius: 10px; padding: 14px 16px; border-left: 3px solid var(--green); }
.course-meta-item i { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.cm-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); font-weight: 700; }
.cm-value { display: block; font-size: 0.92rem; font-weight: 700; color: var(--green-dark); }
.course-overview-card { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--white); }
.coc-header { background: linear-gradient(135deg, var(--green), var(--green-light)); padding: 24px; }
.coc-header h4 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin: 0; }
.coc-body { padding: 24px; }
.coc-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--light-gray); font-size: 0.88rem; gap: 12px; }
.coc-row:last-child { border-bottom: none; }
.coc-row span { color: var(--gray); }
.coc-row strong { color: var(--green-dark); font-weight: 700; text-align: right; }
.badge-pci { background: var(--green); color: var(--white); padding: 3px 10px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; display: inline-block; }
.badge-aicte { background: var(--gold); color: var(--green-dark); padding: 3px 10px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; display: inline-block; }
.syllabus-card { background: var(--white); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.syllabus-header { background: linear-gradient(135deg, var(--green), var(--green-light)); padding: 20px 24px; display: flex; align-items: center; gap: 12px; }
.syllabus-header i { color: var(--white); font-size: 1.1rem; }
.syllabus-header h4 { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; margin: 0; }
.table-syllabus { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.table-syllabus th { background: var(--off-white); color: var(--green-dark); padding: 12px 16px; font-size: 0.8rem; font-weight: 700; text-align: left; border-bottom: 2px solid var(--light-gray); }
.table-syllabus td { padding: 10px 16px; border-bottom: 1px solid var(--light-gray); color: var(--text); }
.table-syllabus tbody tr:hover td { background: var(--off-white); }
.badge-theory { background: rgba(26,92,46,0.1); color: var(--green); padding: 3px 10px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.badge-practical { background: rgba(200,168,75,0.15); color: #7a5d00; padding: 3px 10px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.eligibility-card { background: var(--white); border-radius: 16px; padding: 32px; box-shadow: var(--shadow); }
.elig-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--light-gray); }
.elig-item:last-child { border-bottom: none; }
.elig-icon i { color: var(--gold); font-size: 1.2rem; margin-top: 2px; }
.elig-content h5 { font-size: 0.95rem; font-weight: 700; color: var(--green-dark); margin-bottom: 6px; }
.elig-content p { font-size: 0.88rem; color: var(--gray); margin: 0; }
.admission-steps { display: flex; flex-direction: column; gap: 0; }
.adm-step { display: flex; gap: 16px; align-items: flex-start; position: relative; padding-bottom: 28px; }
.adm-step:last-child { padding-bottom: 0; }
.adm-step:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 42px; bottom: 0; width: 2px; background: var(--light-gray); }
.adm-step-num { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 800; font-size: 0.95rem; position: relative; z-index: 1; }
.adm-step-content h5 { font-size: 0.95rem; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; margin-top: 8px; }
.adm-step-content p { font-size: 0.88rem; color: var(--gray); margin: 0; }
.career-card { background: var(--white); border-radius: 12px; padding: 24px; text-align: center; box-shadow: var(--shadow); transition: var(--transition); height: 100%; }
.career-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.career-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.career-icon i { font-size: 1.3rem; color: var(--white); }
.career-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
.career-desc { font-size: 0.84rem; color: var(--gray); }

/* FACULTY PAGE */
.faculty-card { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: var(--shadow); transition: var(--transition); height: 100%; text-align: center; }
.faculty-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.faculty-avatar { width: 90px; height: 90px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--white); font-family: 'Playfair Display', serif; font-weight: 700; margin: 0 auto 16px; border: 3px solid var(--gold); }
.fc-green { background: linear-gradient(135deg, var(--green), var(--green-light)); }
.fc-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--green-dark) !important; }
.faculty-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
.faculty-designation { font-size: 0.82rem; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.faculty-dept { font-size: 0.78rem; color: var(--gray); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.faculty-bio { font-size: 0.84rem; color: var(--gray); line-height: 1.7; margin-bottom: 16px; text-align: left; }
.faculty-quals { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.fq-badge { background: var(--off-white); border: 1px solid var(--light-gray); color: var(--green-dark); padding: 4px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
.staff-info-card { background: var(--white); border-radius: 12px; padding: 28px; text-align: center; box-shadow: var(--shadow); height: 100%; }
.staff-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.staff-icon i { font-size: 1.3rem; color: var(--white); }
.staff-info-card h5 { font-size: 0.95rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
.staff-info-card p { font-size: 0.84rem; color: var(--gray); }

/* FACILITIES PAGE */
.facility-stat-card { background: var(--white); border-radius: 12px; padding: 24px; text-align: center; box-shadow: var(--shadow); border-top: 3px solid var(--gold); }
.fsc-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.fsc-icon i { font-size: 1.1rem; color: var(--white); }
.fsc-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; color: var(--green-dark); }
.fsc-label { font-size: 0.8rem; color: var(--gray); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }
.lab-card { border-top: 3px solid var(--green); }
.facility-features { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.facility-features li { display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--text); }
.facility-features li i { color: var(--gold); font-size: 0.75rem; flex-shrink: 0; }

/* ============================================================
   NOTICE BOARD PAGE STYLES
============================================================ */
.notice-filter-bar { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:0.5rem; margin-bottom:2.5rem; }
.notice-filter-btn { padding:0.45rem 1.3rem; border-radius:50px; border:2px solid var(--green); background:transparent; color:var(--green); font-size:0.82rem; font-weight:700; cursor:pointer; transition:all 0.3s ease; font-family:'Inter',sans-serif; }
.notice-filter-btn.active, .notice-filter-btn:hover { background:var(--green); color:var(--white); }
.notice-item.hide { display:none !important; }

.notice-card { background:var(--white); border-radius:var(--radius); box-shadow:var(--shadow); padding:1.5rem 1.8rem; display:flex; align-items:flex-start; gap:1.2rem; transition:var(--transition); border-left:4px solid var(--green); margin-bottom:1.2rem; }
.notice-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-lg); }
.notice-card.notice-important { border-left-color:var(--gold); }
.notice-date-box { min-width:60px; text-align:center; background:var(--green); color:var(--white); border-radius:10px; padding:0.7rem 0.5rem; flex-shrink:0; }
.notice-date-box.gold { background:var(--gold); }
.notice-day { font-size:1.4rem; font-weight:800; line-height:1; display:block; }
.notice-month { font-size:0.7rem; letter-spacing:1px; text-transform:uppercase; opacity:0.85; display:block; }
.notice-body { flex:1; }
.notice-tag { display:inline-block; background:rgba(26,92,46,0.1); color:var(--green); font-size:0.7rem; font-weight:700; padding:2px 10px; border-radius:50px; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:0.5rem; }
.notice-tag.tag-gold { background:rgba(200,168,75,0.15); color:#9a7a1a; }
.notice-tag.tag-red { background:rgba(220,53,69,0.1); color:#dc3545; }
.notice-title-text { font-size:1rem; font-weight:700; color:var(--dark); margin-bottom:0.4rem; line-height:1.4; }
.notice-desc { font-size:0.87rem; color:var(--gray); margin-bottom:0.6rem; }
.notice-download { display:inline-flex; align-items:center; gap:0.4rem; font-size:0.8rem; font-weight:600; color:var(--green); background:rgba(26,92,46,0.08); padding:4px 14px; border-radius:50px; transition:var(--transition); }
.notice-download:hover { background:var(--green); color:var(--white); }
.notice-new-badge { display:inline-block; background:var(--gold); color:var(--green-dark); font-size:0.65rem; font-weight:800; padding:2px 7px; border-radius:4px; text-transform:uppercase; letter-spacing:0.5px; margin-left:8px; animation:pulse-badge 1.5s infinite; vertical-align:middle; }
@keyframes pulse-badge { 0%,100% { opacity:1; } 50% { opacity:0.6; } }

/* ============================================================
   VIDEO GALLERY STYLES
============================================================ */
.video-card { background:var(--white); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:var(--transition); }
.video-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.video-thumb-wrap { position:relative; overflow:hidden; aspect-ratio:16/9; background:var(--green-dark); }
.video-thumb-wrap img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s ease; }
.video-card:hover .video-thumb-wrap img { transform:scale(1.05); }
.video-play-btn { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.35); transition:var(--transition); }
.video-play-btn i { width:60px; height:60px; background:var(--gold); color:var(--green-dark); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; transition:var(--transition); box-shadow:0 4px 20px rgba(0,0,0,0.4); }
.video-card:hover .video-play-btn { background:rgba(0,0,0,0.5); }
.video-card:hover .video-play-btn i { transform:scale(1.1); }
.video-info { padding:1rem 1.2rem; }
.video-title { font-size:0.92rem; font-weight:700; color:var(--dark); margin-bottom:0.3rem; line-height:1.4; }
.video-meta { font-size:0.78rem; color:var(--gray); display:flex; align-items:center; gap:0.5rem; }

/* ============================================================
   CONTACT PAGE STYLES
============================================================ */
.contact-page-hero { position:relative; background:var(--green-dark); padding:8rem 0 5rem; text-align:center; }
.contact-page-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); opacity:0.95; }
.contact-page-hero .container { position:relative; z-index:2; }
.contact-info-card { background:var(--white); border-radius:var(--radius); padding:2rem; text-align:center; box-shadow:var(--shadow); transition:var(--transition); height:100%; }
.contact-info-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); }
.contact-info-icon { width:70px; height:70px; background:linear-gradient(135deg,var(--green),var(--green-light)); color:var(--white); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin:0 auto 1.2rem; }
.contact-info-card h5 { font-size:1rem; font-weight:700; color:var(--dark); margin-bottom:0.6rem; }
.contact-info-card p, .contact-info-card a { font-size:0.92rem; color:var(--gray); display:block; line-height:1.7; }
.contact-info-card a:hover { color:var(--green); }

.cform-wrap { background:var(--white); border-radius:var(--radius); padding:2.5rem; box-shadow:var(--shadow-lg); }
.cform-label { font-size:0.85rem; font-weight:600; color:var(--dark); margin-bottom:0.4rem; display:block; }
.cform-control { width:100%; padding:0.75rem 1rem; border:2px solid var(--light-gray); border-radius:10px; font-family:'Inter',sans-serif; font-size:0.9rem; transition:var(--transition); outline:none; }
.cform-control:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(26,92,46,0.1); }
.cform-btn { background:linear-gradient(135deg,var(--green),var(--green-light)); color:var(--white); border:none; padding:0.85rem 2.5rem; border-radius:50px; font-weight:700; font-size:0.92rem; cursor:pointer; transition:var(--transition); display:inline-flex; align-items:center; gap:0.5rem; }
.cform-btn:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(26,92,46,0.3); }
.map-wrap { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }

/* ============================================================
   GALLERY - COLLEGE PHOTOS SECTION
============================================================ */
.gallery-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:1.2rem; }
.gallery-item { position:relative; border-radius:var(--radius); overflow:hidden; cursor:pointer; aspect-ratio:4/3; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s ease; display:block; }
.gallery-item:hover img { transform:scale(1.08); }
.gallery-overlay { position:absolute; inset:0; background:rgba(15,61,30,0.6); opacity:0; transition:var(--transition); display:flex; align-items:center; justify-content:center; }
.gallery-item:hover .gallery-overlay { opacity:1; }
.gallery-overlay-text { color:var(--white); font-size:0.85rem; font-weight:600; background:rgba(0,0,0,0.4); padding:6px 16px; border-radius:50px; border:1px solid rgba(255,255,255,0.3); }

/* ============================================================
   ABOUT PAGE - COLLEGE IMAGE
============================================================ */
.college-img-real { width:100%; height:400px; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow-lg); }
.college-img-small { width:100%; height:200px; object-fit:cover; border-radius:var(--radius); }

/* ============================================================
   MOBILE OVERRIDES - placed at end to ensure cascade priority
============================================================ */
@media (max-width: 767px) {
  .college-img-real { height: 240px; }
  .about-main-img img { height: 240px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .section-padding { padding: 50px 0; }
  .about-section { padding: 50px 0; }
}

@media (max-width: 480px) {
  .college-img-real { height: 200px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .section-padding { padding: 40px 0; }
}
