/* Aeronautics College Website Styles */
/* Modern, responsive design inspired by NIT Rourkela */

/* CSS Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.news-section .events-calendar .event-date {
    font-size: 0.9rem;
    color: #ffffff!important;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.notification-item a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s 
ease;
}
/* Skip Link for Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a365d;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

p {
    margin-bottom: 1rem;
    color: #4a5568;
}

a {
    color: #3182ce;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #2c5282;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(240, 147, 251, 0.3);
}

.btn-outline {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.btn-outline:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.btn-sm {
    padding: 8px 16px;
    font-size: 0.875rem;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    overflow: visible;
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1000;
    overflow: visible;
    display: block;
    position: fixed;
}

/* Top Bar */
.top-bar {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 8px 0;
    font-size: 0.875rem;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-info {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-info span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-info i {
    color: #63b3ed;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #63b3ed;
    transform: translateY(-2px);
}

/* Main Header */
.main-header {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Logo */
.logo a {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
}

.logo img {
    border-radius: 50%;
    transition: transform 0.3s ease;
    filter: hue-rotate(0deg) saturate(1.0) brightness(1.0);
}

.logo:hover img {
    transform: scale(1.05);
}

.logo-text h1 {
    font-size: 1.5rem;
    margin: 0;
    color: #1a365d;
}

.logo-text p {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
}

/* College Names */
.college-names {
    flex: 1;
    text-align: center;
        margin-left: 320px;
}
.logo{
    position: absolute;
    left: 27%;
}
.college-name-english {
    font-size: 1.25rem;
    color: #1a365d;
    margin: 0;
    font-weight: 600;
}

.college-name-hindi,
.college-name-odia {
    font-size: 1.25rem;
    color: #4a5568;
    margin: 0.25rem 0 0 0;
    font-weight: 900;
}

/* Header Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.organization-logos {
    display: flex;
    gap: 1rem;
}

.org-logo {
    padding: 0.5rem;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.org-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.org-logo img {
    display: block;
}

/* Header Logos */
.header-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-right: 1rem;
}

/* Logo and Names */
.logo-and-names {
    display: flex;
    align-items: center;
    gap: 0;
}

.header-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-logos a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-logos a img {
    display: block;
    transition: transform 0.3s ease;
}

.header-logos a:hover img {
    transform: scale(1.1);
}

/* Search */
.search-container {
    position: relative;
}

.search-btn {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #4a5568;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #f7fafc;
    color: #3182ce;
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.search-container.active .search-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-box input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.search-box input:focus {
    outline: none;
    border-color: #3182ce;
}

.search-box button {
    background: #3182ce;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
}

/* Language Selector */
.language-selector select {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-selector select:focus {
    outline: none;
    border-color: #3182ce;
}

/* Navigation */
.main-nav {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: visible;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    overflow: visible;
    display: block;
    position: relative;
}

.nav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    width: 100%;
    display: block;
    z-index: 1000;
    position: relative;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1000;
    overflow: visible;
    display: flex;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 0;
    overflow: visible;
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1000;
    overflow: visible;
    display: flex;
    position: relative;
    z-index: 1000;
}

.nav-item {
    position: relative;
    white-space: nowrap;
    overflow: visible;
    display: inline-block;
    float: none;
    clear: both;
    width: auto;
    display: block;
    position: relative;
    z-index: 1000;
    overflow: visible;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

.nav-link {
    display: block;
    color: white;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #63b3ed;
}

.nav-link i {
    font-size: 0.7rem;
    margin-left: 0.3rem;
    transition: transform 0.3s ease;
}

.nav-item:hover .nav-link i {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    padding: 0.5rem 0;
    display: block;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    box-sizing: border-box;
    overflow: visible;
    width: max-content;
    right: auto;
    float: none;
    clear: both;
    position: absolute;
    z-index: 9999;
    display: none;
    position: absolute;
    z-index: 9999;
    display: block;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown:focus-within .dropdown-menu,
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    padding: 0.5rem 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: max-content;
    position: absolute;
    z-index: 9999;
    display: block;
    position: absolute;
}

/* Ensure dropdowns work properly */
.nav-item.dropdown {
    position: relative;
    z-index: 1001;
    overflow: visible;
    display: block;
    float: none;
    clear: both;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 1001;
    overflow: visible;
    display: block;
    position: relative;
    z-index: 1001;
}

/* Force dropdown visibility for testing */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    display: block !important;
    position: absolute !important;
    z-index: 9999 !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    min-width: 200px !important;
    padding: 0.5rem 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 0 !important;
    width: max-content !important;
}

/* Ensure dropdown functionality works properly */
.nav-item.dropdown {
    position: relative !important;
    z-index: 1001 !important;
    overflow: visible !important;
}

.nav-item.dropdown .nav-link {
    position: relative;
    z-index: 1002;
}

.nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    z-index: 9999 !important;
    display: none !important;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown.active .dropdown-menu {
    display: block !important;
}

/* Enhanced notification scroller animations */
.notification-item:nth-child(1) { animation-delay: 0s; }
.notification-item:nth-child(2) { animation-delay: 4s; }
.notification-item:nth-child(3) { animation-delay: 8s; }
.notification-item:nth-child(4) { animation-delay: 12s; }
.notification-item:nth-child(5) { animation-delay: 16s; }
.notification-item:nth-child(6) { animation-delay: 20s; }
.notification-item:nth-child(7) { animation-delay: 24s; }
.notification-item:nth-child(8) { animation-delay: 28s; }

/* Enhanced notification scroller animations */
.notification-item:nth-child(1) { animation-delay: 0s; }
.notification-item:nth-child(2) { animation-delay: 6s; }
.notification-item:nth-child(3) { animation-delay: 12s; }
.notification-item:nth-child(4) { animation-delay: 18s; }
.notification-item:nth-child(5) { animation-delay: 24s; }
.notification-item:nth-child(6) { animation-delay: 30s; }
.notification-item:nth-child(7) { animation-delay: 36s; }
.notification-item:nth-child(8) { animation-delay: 42s; }

.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    color: #333;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #f7fafc;
    color: #3182ce;
    transform: none;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 60vh;
    min-height: 350px;
    max-height: 500px;
    overflow: hidden;
    margin-top: 120px;
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.hero-slide:first-child {
    z-index: 2;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.7) 0%, rgba(45, 55, 72, 0.5) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-text {
    color: white;
    max-width: 685px;
}

.hero-text h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.hero-text p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    line-height: 1.4;
}

.hero-buttons {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

.hero-buttons .btn {
    padding: 0.7rem 1.3rem;
    font-size: 0.9rem;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Hero Navigation */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    pointer-events: none;
}

.hero-nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.hero-nav-btn:active {
    transform: scale(0.95);
}

.hero-nav-btn:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}


/* Notification Scroller */
.notification-scroller {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    padding: 0.8rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animated Logo Styles */
.animated-logo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: spin 3s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.notification-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.notification-track {
    display: flex;
    animation: scroll-left 25s linear infinite;
    white-space: nowrap;
    gap: 3rem;
}

.notification-item {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    white-space: nowrap;
    min-width: 350px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.notification-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.notification-item i {
    color: #63b3ed;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.notification-item span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Ensure dropdown menus are visible on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    position: absolute !important;
    z-index: 9999 !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    min-width: 200px !important;
    padding: 0.5rem 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 0 !important;
    width: max-content !important;
    position: absolute !important;
    z-index: 9999 !important;
    display: block !important;
    position: absolute !important;
}

.notification-scroller:hover .notification-track {
    animation-play-state: paused;
}

/* Fix notification scroller visibility */
.notification-scroller {
    display: block;
    visibility: visible;
}

.notification-track {
    display: flex;
    visibility: visible;
}

.notification-item {
    display: inline-flex;
    visibility: visible;
}

/* Quick Links Section */
.quick-links {
    padding: 1.5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.quick-link-card {
    background: white;
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.quick-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.quick-link-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.quick-link-card:hover .quick-link-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.quick-link-card h3 {
    color: #1a365d;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.quick-link-card p {
    color: #4a5568;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Section Styles */
section {
    padding: 2rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 0rem;
    position: relative;
    padding: 1rem 0;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.section-header h2 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.section-header:hover h2::after {
    width: 80px;
}

.section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* About Preview */
.about-preview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0;
}

.about-preview::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-preview::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-text {
    position: relative;
}

.about-text::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.about-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2d3748;
    position: relative;
    padding-left: 1rem;
}

.about-text p:first-child {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a365d;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    color: #2d3748;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.highlight-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.highlight-item:hover::before {
    opacity: 1;
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.highlight-item i {
    color: #667eea;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0.5rem;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.highlight-item-content {
    flex: 1;
}

.highlight-item h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.highlight-item p {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    padding-left: 0;
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-image:hover {
    transform: scale(1.02) rotate(1deg);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.2);
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-image:hover::after {
    opacity: 1;
}

/* News Section */
.news-section {
    background: #1a365d;
    color: #333;
    padding: 4rem 0;
    position: relative;
}
.news-section .section-header h2 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}
.news-section .section-header p {
    font-size: 1.2rem;
    color: #e8f0ff;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.news-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.news-main {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.news-item {
    display: flex;
    gap: 1.5rem;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.news-date {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-date .day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.news-date .month {
    font-size: 0.875rem;
    opacity: 0.9;
}

.news-text h3 {
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.news-text p {
    color: #4a5568;
    margin-bottom: 1rem;
}

.read-more {
    color: #3182ce;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    color: #2c5282;
}

/* News Sidebar */
.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.events-calendar,
.quick-stats {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.events-calendar h3,
.quick-stats h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.event-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.event-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.event-date {
    font-size: 0.875rem;
    color: #90cdf4;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.event-title {
    color: rgb(255 0 0 / 95%);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.stat-item {
    text-align: center;
    padding: 1rem 0;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.25rem;
    text-shadow: none;
}

.stat-label {
    color: #4a5568;
    font-size: 0.875rem;
    text-shadow: none;
}

/* Courses Preview */
.courses-preview {
    background: white;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.course-card {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.course-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.course-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.course-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
}

/* Infrastructure Preview */
.infrastructure-preview {
    background: #1a365d;
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
}
.infrastructure-preview .section-header h2 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}
.infrastructure-preview .section-header p {
    font-size: 1.2rem;
    color: #dee7f8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.infrastructure-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(102,126,234,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.infrastructure-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.infrastructure-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
        margin: 20px 0px;
    border-left: 4px solid #667eea;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
    border-left-color: #764ba2;
}

.feature-item i {
    color: #667eea;
    font-size: 2.5rem;
    margin-top: 0.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-item h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-item p {
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

.infrastructure-images {
    position: relative;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.infrastructure-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.infrastructure-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.infrastructure-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 1rem;
    text-align: center;
}

.image-overlay h4 {
    margin: 0;
    font-size: 1rem;
}

/* Faculty Preview */
.faculty-preview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 1.5rem 0;
}

.faculty-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: block;
}

.stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
    font-weight: 500;
}

.faculty-message {
    text-align: center;
    margin: 2rem 0;
}

.principal-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.15);
    position: relative;
    overflow: hidden;
}

.principal-quote::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 4rem;
    color: rgba(102, 126, 234, 0.2);
    font-family: 'Georgia', serif;
    line-height: 1;
}

.principal-photo {
    width: 300px;
    height: 300px;
    border-radius: 5%;
    object-fit: cover;
    border: 3px solid #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.quote-content {
    flex: 1;
    text-align: left;
}

.quote-content p {
    font-style: italic;
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.quote-content cite {
    color: #667eea;
    font-weight: 600;
    font-size: 0.9rem;
}

.faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.faculty-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.faculty-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.faculty-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.faculty-card:hover img {
    transform: scale(1.05);
}

.faculty-info {
    padding: 1.2rem;
    text-align: center;
}

.faculty-info h4 {
    color: #1a365d;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
}

.faculty-position {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 0.85rem;
}

.faculty-qualification {
    color: #4a5568;
    font-size: 0.8rem;
}

/* Student Life */
.student-life {
    background: linear-gradient(135deg, #2d3748 0%, #1a365d 100%);
    color: white;
}

.student-life-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.life-section {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.life-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.life-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.life-section h3 {
    color: #6d66c8;
    margin-bottom: 1rem;
    font-size: 22px;
}

/* Achievements */
.achievements {
    background: white;
}

.achievements-content {
    max-width: 1220px;
    margin: 0 auto;
}

.achievement-item {
    display: grid;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    transition: all 0.3s ease;
}

.achievement-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.achievement-year {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
}

.achievement-text h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.achievement-text p {
    color: #4a5568;
    line-height: 1.6;
}

/* Call to Action */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 2rem 0;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-text h2 {
    color: white;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.cta-text p {
    font-size: 18px;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #fff2f2;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

/* About Page Styles */

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin-top: 200px;
}
.page-header-content h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-header-content p {
    font-size: 17px;
    margin-bottom: 2rem;
    opacity: 1;
    color: #fff;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0.5rem;
}

.breadcrumb-current {
    color: white;
    font-weight: 500;
}

/* History Section */
.history-section {
    background: white;
    padding: 4rem 0;
}

.history-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.history-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    align-items: flex-start;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.125rem;
    min-width: 120px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.timeline-content {
    flex: 1;
    padding: 2rem;
    background: #f7fafc;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    color: #1a365d;
    margin-bottom: 1rem;
}

.timeline-content p {
    color: #4a5568;
    line-height: 1.6;
}

/* Vision & Mission */
.vision-mission-section {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 4rem 0;
}

.vision-mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.vision-box,
.mission-box {
    background: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vision-box::before,
.mission-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.vision-icon,
.mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.vision-box h2,
.mission-box h2 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.vision-box ul,
.mission-box ul {
    text-align: left;
    padding-left: 1.5rem;
}

.vision-box p,
.mission-box p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Principal Section */
.principal-section {
    background: white;
    padding: 4rem 0;
}

/* Vice-Principal Section */
.vice-principal-section {
    background: white;
    padding: 4rem 0;
}

.principal-content {
    max-width: 1200px;
    margin: 0 auto;
}

.principal-message {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    background: #f7fafc;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.vice-principal-content {
    max-width: 1200px;
    margin: 0 auto;
}

.vice-principal-message {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    background: #f7fafc;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.principal-photo {
    flex-shrink: 0;
}
.principal-photo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #667eea;
}

.vice-principal-photo {
    flex-shrink: 0;
}
.vice-principal-photo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #667eea;
}

.message-content {
    flex: 1;
}

.message-content p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.principal-signature {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e2e8f0;
    text-align: right;
}

.principal-signature cite {
    display: block;
    color: #1a365d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.principal-signature span {
    display: block;
    color: #667eea;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.vice-principal-signature {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e2e8f0;
    text-align: right;
}

.vice-principal-signature cite {
    display: block;
    color: #1a365d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.vice-principal-signature span {
    display: block;
    color: #667eea;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

/* Objectives Section */
.objectives-section {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 4rem 0;
}

.objectives-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.objective-item {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.objective-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px 16px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.objective-item:hover::before {
    transform: scaleX(1);
}

.objective-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.objective-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 2;
}

.objective-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.objective-content p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

/* Infrastructure Section */
.infrastructure-section {
    background: white;
    padding: 4rem 0;
}

.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.infrastructure-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.infrastructure-item:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.infra-image {
    height: 200px;
    overflow: hidden;
}

.infra-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.infrastructure-item:hover .infra-image img {
    transform: scale(1.05);
}

.infra-content {
    padding: 1.5rem;
}

.infra-content h3 {
    color: #1a365d;
    margin-bottom: 1rem;
}

.infra-content p {
    color: #4a5568;
    line-height: 1.6;
}

/* Recognition Section */
.recognition-section {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding: 4rem 0;
}

.recognition-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.affiliation-box,
.achievements-box {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.affiliation-box h3,
.achievements-box h3 {
    color: #1a365d;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
}

.affiliation-logos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.affiliation-item {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.affiliation-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.affiliation-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: white;
    padding: 0.5rem;
    border-radius: 8px;
}

.affiliation-item h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.affiliation-item p {
    color: #4a5568;
    margin: 0;
}

.achievements-list {
    list-style: none;
    padding: 0;
}

.achievements-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
    font-size: 1.125rem;
}

.achievements-list li:last-child {
    border-bottom: none;
}

.achievements-list i {
    color: #48bb78;
    font-size: 1.25rem;
    min-width: 20px;
}

/* Location Section */
.location-section {
    background: white;
    padding: 4rem 0;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.location-info h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.address {
    margin-bottom: 2rem;
}

.address p {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #4a5568;
}

.address i {
    color: #667eea;
    margin-top: 0.25rem;
    min-width: 20px;
}

.location-description p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 1.125rem;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.google-map iframe {
    display: block;
    border-radius: 12px;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 3rem 0 1.5rem;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.footer-section h3,
.footer-section h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.footer-section h3::after,
.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-logo img {
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer-college-info h3 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #63b3ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-college-info p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: block;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(99, 179, 237, 0.1), transparent);
    transition: left 0.3s ease;
}

.footer-links a:hover::before {
    left: 100%;
}

.footer-links a:hover {
    color: #63b3ed;
    transform: translateX(5px);
    background: rgba(99, 179, 237, 0.05);
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a:hover {
    color: #63b3ed;
    transform: translateY(-2px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

.contact-item i {
    color: #63b3ed;
    margin-top: 0.25rem;
    min-width: 20px;
    font-size: 1rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.95rem;
}

.footer-copyright p:last-child {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
    font-weight: 500;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #63b3ed;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-text h1 {
        font-size: 3rem;
    }
    
    .about-content,
    .news-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .contact-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .objectives-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .objective-item {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .objective-number {
        align-self: center;
        margin: 0;
    }
    
    .header-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .college-names {
        order: -1;
    }
    
    .header-icons {
        justify-content: center;
    }

    .header-logos {
        justify-content: center;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        margin-left: 1rem;
    }
    
    .dropdown-menu a {
        color: rgba(255, 255, 255, 0.9);
    }
    
    .hero-section {
        margin-top: 155px!important;
        height: 70vh;
        min-height: 400px;
    }
    .hero-content {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-text p {
        font-size: 1.125rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-nav {
        padding: 0 1rem;
    }
    
    .quick-links-grid {
        grid-template-columns: 1fr;
    }
    
    .courses-grid {
        grid-template-columns: 1fr;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    section {
        padding: 2rem 0;
    }

    .objectives-list {
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .objective-item {
        padding: 1.25rem;
    }

    .objective-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .objective-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.875rem;
    }
    
    .quick-link-card,
    .news-item {
        padding: 1rem;
    }
    
    .search-box {
        min-width: 250px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Loading Animation */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Focus Styles for Accessibility */
*:focus {
    outline: 2px solid #3182ce;
    outline-offset: 2px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #3182ce;
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .btn-primary {
        background: #000;
        color: #fff;
        border: 2px solid #fff;
    }
    
    .btn-secondary {
        background: #fff;
        color: #000;
        border: 2px solid #000;
    }
}

/* Infrastructure Background Section */
.infrastructure-bg-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.infrastructure-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.infrastructure-bg-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.infrastructure-bg-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.infrastructure-bg-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.infrastructure-bg-icons {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.bg-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 150px;
}

.bg-icon-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.bg-icon-item i {
    font-size: 2.5rem;
    color: #63b3ed;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bg-icon-item span {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Infrastructure Gallery - Updated to match Gallery Page style */
.infrastructure-gallery {
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.gallery-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.8) 0%, rgba(45, 55, 72, 0.9) 100%);
    color: #fff;
    padding: 2rem 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.95;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.view-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    color: #667eea;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.gallery-item:hover .view-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Lightbox Modal Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.lightbox.active .lightbox-content {
    transform: scale(1);
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: -70px;
}

.lightbox-next {
    right: -70px;
}

.lightbox-caption {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Gallery Styles */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }

    .gallery-image {
        height: 200px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .lightbox-prev {
        left: -50px;
    }

    .lightbox-next {
        right: -50px;
    }

    .lightbox-close {
        top: -45px;
        right: -5px;
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gallery-image {
        height: 180px;
    }

    .lightbox-nav {
        display: none;
    }

    .lightbox-content {
        max-width: 95%;
        max-height: 95%;
    }
}

/* Modern Faculty Section */
.faculty-stats-modern {
    margin: 1rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card-modern {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.stat-card-modern:hover::before {
    opacity: 1;
    animation: shine 0.6s ease;
}

.stat-card-modern:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.stat-card-modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.stat-card-modern:hover::after {
    opacity: 1;
    animation: shine 0.6s ease;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.faculty-card-modern:hover .faculty-info h4 {
    animation: pulse 0.6s ease;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.stat-info {
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.faculty-showcase {
    margin: 4rem 0;
    text-align: center;
    position: relative;
}

.faculty-showcase::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.faculty-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.faculty-card-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
}

.faculty-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.faculty-card-modern:hover::before {
    transform: scaleX(1);
}

.faculty-card-modern:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.faculty-image {
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.faculty-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: brightness(1.1) contrast(1.1);
}

.faculty-card-modern:hover .faculty-image img {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(1.2) contrast(1.2) saturate(1.1);
}

.faculty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
}

.faculty-card-modern:hover .faculty-overlay {
    opacity: 1;
    transform: scale(1.02);
}

.faculty-social {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}

.faculty-social a {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.faculty-social a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.faculty-social a:hover::before {
    width: 100%;
    height: 100%;
}

.faculty-social a:hover {
    transform: scale(1.15) rotate(5deg);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}

.faculty-info {
    padding: 2rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.faculty-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.faculty-info h4 {
    color: #1a365d;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
}

.faculty-position {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.faculty-position::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.faculty-card-modern:hover .faculty-position::after {
    transform: scaleX(1);
}

.faculty-qualification {
    color: #4a5568;
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0.5rem;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.faculty-department {
    color: #667eea;
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0.5rem;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

/* Leadership Messages Section */
.leadership-messages-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 3rem 0;
    position: relative;
}

.leadership-messages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.leadership-messages-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.leadership-messages-grid {
    display: grid;
    gap: 3rem;
    align-items: start;
}

.leadership-message-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 250px 1fr;
    gap: 0;
    border: 2px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}
.achievements .achievements-content{display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;}

.leadership-message-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.leadership-image-container {
    position: relative;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

.leadership-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #f0f4f8 0%, #d6e8f5 100%);
}

.leadership-message-card:hover .leadership-image {
    transform: scale(1.05);
}

.leadership-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leadership-message-card:hover .leadership-image-overlay {
    opacity: 1;
}

.leadership-social-links {
    display: flex;
    gap: 1rem;
}

.leadership-social-links a {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.leadership-social-links a:hover {
    transform: scale(1.1);
    color: #764ba2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.leadership-message-text {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-header {
    margin-bottom: 2rem;
}

.message-header h3 {
    color: #1a365d;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.leadership-designation {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.leadership-qualifications {
    color: #4a5568;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.message-content p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.message-content p:first-child {
    color: #1a365d;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
}

.message-content p:first-child::before {
    content: '"';
    color: #667eea;
    font-size: 3rem;
    position: absolute;
    left: -2rem;
    top: -1rem;
    font-family: 'Georgia', serif;
}

.leadership-signature {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e2e8f0;
    text-align: right;
}

.leadership-signature p {
    color: #4a5568;
    margin: 0 0 0.5rem 0;
    font-style: italic;
}

.leadership-signature cite {
    display: block;
    color: #1a365d;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.leadership-signature span {
    display: block;
    color: #667eea;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Responsive Design for Leadership Messages */
@media (max-width: 768px) {
    .leadership-messages-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .leadership-message-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .leadership-image-container {
        height: 250px;
    }

    .leadership-image {
        height: 250px;
    }

    .leadership-message-text {
        padding: 1.5rem;
    }

    .message-header h3 {
        font-size: 1.5rem;
    }

    .leadership-signature {
        text-align: center;
    }
}

.principal-message-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.principal-message-content {
    max-width: 1000px;
    margin: 0 auto;
}

.principal-message-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 250px 1fr;
    gap: 0;
    border: 2px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.principal-message-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.principal-image-container {
    position: relative;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

.principal-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #f0f4f8 0%, #d6e8f5 100%);
}

.principal-message-card:hover .principal-image {
    transform: scale(1.05);
}

.principal-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.principal-message-card:hover .principal-image-overlay {
    opacity: 1;
}

.principal-social-links {
    display: flex;
    gap: 1rem;
}

.principal-social-links a {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.principal-social-links a:hover {
    transform: scale(1.1);
    color: #764ba2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.principal-message-text {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-header {
    margin-bottom: 2rem;
}

.message-header h3 {
    color: #1a365d;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.principal-designation {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.principal-qualifications {
    color: #4a5568;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.message-content p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.message-content p:first-child {
    color: #1a365d;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
}

.message-content p:first-child::before {
    content: '"';
    color: #667eea;
    font-size: 3rem;
    position: absolute;
    left: -2rem;
    top: -1rem;
    font-family: 'Georgia', serif;
}

.principal-signature {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e2e8f0;
    text-align: right;
}

.principal-signature p {
    color: #4a5568;
    margin: 0 0 0.5rem 0;
    font-style: italic;
}

.principal-signature cite {
    display: block;
    color: #1a365d;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.principal-signature span {
    display: block;
    color: #667eea;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Heads of Departments Section */
.hods-section {
    background: white;
    padding: 5rem 0;
}

.hods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
    max-width: 1200px;
    margin: 3rem auto;
}

.hod-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.hod-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hod-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.hod-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.hod-image img {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hod-card:hover .hod-image img {
    transform: scale(1.1);
}

.hod-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hod-card:hover .hod-overlay {
    opacity: 1;
}

.hod-social {
    display: flex;
    gap: 1rem;
}

.hod-social a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.hod-social a:hover {
    transform: scale(1.1);
    color: #764ba2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hod-info {
    padding: 2rem;
    text-align: center;
}

.hod-info h4 {
    color: #1a365d;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.hod-position {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.hod-department {
    color: #1a365d;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.hod-qualification {
    color: #4a5568;
    font-size: 0.9rem;
    margin: 0;
}

/* CTA Section Color Fix */
.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline-white:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Footer Improvements */
.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-copyright p:last-child {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

/* Alternating Background Colors */
.about-preview {
    background: #f8fafc;
}

.courses-preview {
    background: white;
}

.student-life {
    background: #f8fafc;
}

.achievements {
    background: white;
}

/* Admission Page Styles */

/* Admission Overview */
.admission-overview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.admission-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.highlight-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.highlight-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.highlight-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.highlight-card p {
    color: #4a5568;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.highlight-detail {
    color: #667eea;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0;
}

/* Course Tabs */
.course-tabs {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px 16px 0 0;
}

.tab-btn {
    flex: 1;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    background: white;
    color: #ffffff!important;
}
.course-tabs .tab-btn.active {
    background: #6877e0;
    color: #ffffff;
}
.study-materials .tab-btn.active {
    background: #6f5fbe;
    color: #fff;
}
.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #667eea;
}
.department-contacts .department-info i {
    color: #ffffff;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.tab-panel {
    display: none;
    padding: 3rem;
}

.tab-panel.active {
    display: block;
}

.course-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.course-info-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.course-info-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.course-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.course-header h3 {
    color: #1a365d;
    margin: 0;
    font-size: 1.3rem;
}

.course-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.course-details h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.course-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.course-details li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.course-details li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.course-stats {
    display: flex;
    gap: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label {
    color: #4a5568;
    font-size: 0.875rem;
}

.stat-value {
    color: #1a365d;
    font-weight: 600;
    font-size: 1rem;
}

/* Admission Process */
.admission-process {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.process-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.process-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    align-items: flex-start;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.step-content {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.step-content h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.step-content p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* Eligibility Section */
.eligibility-section {
    background: white;
    padding: 4rem 0;
}

.eligibility-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.eligibility-card {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
}

.eligibility-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.eligibility-list {
    list-style: none;
    padding: 0;
}

.eligibility-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    color: #4a5568;
    border-bottom: 1px solid #e2e8f0;
}

.eligibility-list li:last-child {
    border-bottom: none;
}

.eligibility-list i {
    color: #48bb78;
    font-size: 1rem;
    min-width: 20px;
}

/* Important Dates */
.important-dates {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.dates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.date-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.date-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.date-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.date-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.date {
    color: #667eea;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.date-card p:last-child {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
}

.dates-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.dates-note p {
    color: #856404;
    margin: 0;
    font-size: 1rem;
}

/* Application Section */
.application-section {
    background: white;
    padding: 4rem 0;
}

.application-steps {
    max-width: 800px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-info h3 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.step-info p {
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

.application-cta {
    text-align: center;
}

.application-cta .btn {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
}

/* Documents Section */
.documents-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.document-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.document-category h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.document-category ul {
    list-style: none;
    padding: 0;
}

.document-category li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.document-category li::before {
    content: '📄';
    position: absolute;
    left: 0;
}

/* Admission Contact */
.admission-contact {
    background: white;
    padding: 4rem 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.contact-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-card:hover {
    border-color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.contact-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.contact-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.contact-card p {
    color: #4a5568;
    margin: 0.5rem 0;
    line-height: 1.5;
}

.contact-card p:first-child {
    color: #667eea;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Design for Admission Page */
@media (max-width: 768px) {
    .admission-highlights,
    .course-info-grid,
    .eligibility-content,
    .dates-grid,
    .documents-grid,
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tab-buttons {
        flex-direction: column;
    }

    .tab-panel {
        padding: 2rem 1rem;
    }

    .process-step {
        flex-direction: column;
        gap: 1rem;
    }

    .process-timeline::before {
        left: 30px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        align-self: flex-start;
    }

    .course-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .application-steps {
        gap: 1.5rem;
    }

    .step {
        flex-direction: column;
        gap: 1rem;
    }

    .step-number {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .highlight-card,
    .course-info-card,
    .eligibility-card,
    .date-card,
    .contact-card,
    .document-category {
        padding: 1.5rem;
    }

    .step-content {
        padding: 1.5rem;
    }

    .process-step {
        margin-left: 30px;
    }
}

/* Alumni Page Styles */

/* Alumni Welcome Section */
.alumni-welcome {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.welcome-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.welcome-text {
    position: relative;
}

.welcome-text::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.welcome-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2d3748;
    position: relative;
    padding-left: 1rem;
}

.welcome-text p:first-child {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a365d;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
}

.welcome-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.highlight-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.highlight-item i {
    color: #667eea;
    font-size: 1.5rem;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-item .icon-fallback {
    display: none;
    font-size: 1.5rem;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Show fallback if FontAwesome doesn't load */
.highlight-item i:not(.fas):not(.fa-loaded) ~ .icon-fallback {
    display: flex;
}

.highlight-item i:not(.fas):not(.fa-loaded) {
    display: none;
}

.highlight-item span {
    color: #1a365d;
    font-weight: 600;
    font-size: 1rem;
}

.welcome-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.welcome-image:hover {
    transform: scale(1.02) rotate(1deg);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.2);
}

.welcome-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.welcome-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(26, 54, 93, 0.9));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.image-overlay h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.image-overlay p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.95;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Alumni Statistics */
.alumni-stats {
    background: white;
    padding: 4rem 0;
}

/* Notable Alumni */
.notable-alumni {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.alumni-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.alumni-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
}

.alumni-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.alumni-card:hover::before {
    transform: scaleX(1);
}

.alumni-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.alumni-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.alumni-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: brightness(1.1) contrast(1.1);
}

.alumni-card:hover .alumni-image img {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(1.2) contrast(1.2) saturate(1.1);
}

.alumni-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
}

.alumni-card:hover .alumni-overlay {
    opacity: 1;
    transform: scale(1.02);
}

.alumni-social {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}

.alumni-social a {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.alumni-social a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.alumni-social a:hover::before {
    width: 100%;
    height: 100%;
}

.alumni-social a:hover {
    transform: scale(1.15) rotate(5deg);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}

.alumni-info {
    padding: 2rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.alumni-info h4 {
    color: #1a365d;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
}

.alumni-batch {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.alumni-batch::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.alumni-card:hover .alumni-batch::after {
    transform: scaleX(1);
}

.alumni-position {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.alumni-achievement {
    color: #4a5568;
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0.5rem;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

/* Alumni Testimonials */
.alumni-testimonials {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.alumni-testimonials::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.alumni-testimonials::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin: 3rem auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: white;
    min-height: 400px;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 3rem;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.testimonial-card.prev {
    transform: translateX(-100%);
}

.testimonial-content {
    max-width: 700px;
    text-align: center;
    position: relative;
}

.testimonial-content::before {
    content: '"';
    position: absolute;
    top: -2rem;
    left: -3rem;
    font-size: 8rem;
    color: rgba(102, 126, 234, 0.1);
    font-family: 'Georgia', serif;
    line-height: 1;
    pointer-events: none;
}

.testimonial-text {
    position: relative;
    z-index: 2;
}

.testimonial-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 2rem;
    font-style: italic;
    position: relative;
    padding: 0 2rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(102, 126, 234, 0.1);
    position: relative;
}

.author-image {
    flex-shrink: 0;
    position: relative;
}

.author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #667eea;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card:hover .author-image img {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.author-info {
    text-align: left;
    flex: 1;
}

.author-info h4 {
    color: #1a365d;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.author-batch {
    color: #667eea;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-position {
    color: #4a5568;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 3;
}

.testimonial-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-btn:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.testimonial-btn:active {
    transform: scale(0.95);
}

.testimonial-indicators {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.indicator.active {
    background: #667eea;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}

.indicator:hover {
    background: rgba(102, 126, 234, 0.6);
    transform: scale(1.1);
}

/* Enhanced testimonial animations */
.testimonial-card {
    animation: slideInFade 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInFade {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.testimonial-card.prev {
    animation: slideOutLeft 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(-50px) scale(0.95);
    }
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
    .testimonials-slider {
        margin: 2rem auto;
        min-height: 350px;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
        min-height: 350px;
    }

    .testimonial-author {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .author-info {
        text-align: center;
    }

    .testimonial-content::before {
        font-size: 6rem;
        left: -2rem;
        top: -1rem;
    }

    .testimonial-text p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .testimonial-controls {
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .testimonial-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .testimonials-slider {
        margin: 1.5rem auto;
        min-height: 320px;
    }

    .testimonial-card {
        padding: 1.5rem 1rem;
        min-height: 320px;
    }

    .testimonial-text p {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .author-image img {
        width: 70px;
        height: 70px;
    }

    .author-info h4 {
        font-size: 1.2rem;
    }

    .testimonial-controls {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .testimonial-indicators {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Alumni Services */
.alumni-services {
    background: white;
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    background: #f8fafc;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.service-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.service-card p {
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 2rem;
}

.service-features li::before {
    content: '✓';
    color: #48bb78;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Alumni Registration */
.alumni-registration {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.registration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.registration-info h3 {
    color: #1a365d;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    text-align: center;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.benefit-item i {
    color: #48bb78;
    font-size: 1.2rem;
    background: rgba(72, 187, 120, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-item span {
    color: #1a365d;
    font-weight: 500;
}

.registration-form {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a365d;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    background: white;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-label input:checked + .checkmark {
    background: #667eea;
    border-color: #667eea;
}

.checkbox-label input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Alumni Events */
.alumni-events {
    background: white;
    padding: 4rem 0;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.event-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.event-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.event-date {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    min-width: 80px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.event-date .month {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
}

.event-date .day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.25rem;
}

.event-info h3 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.event-time,
.event-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
}

.event-time i,
.event-location i {
    color: #667eea;
    font-size: 0.8rem;
}

.event-card p:last-of-type {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.events-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Alumni News */
.alumni-news {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.news-grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.news-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.news-item:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.news-image {
    height: 200px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 2rem;
}

.news-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.news-date {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
}

.news-category {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.news-content h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
}

.news-content p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #764ba2;
}

/* Alumni Contact */
.alumni-contact {
    background: white;
    padding: 4rem 0;
}

.contact-social {
    text-align: center;
    margin-top: 3rem;
}

.contact-social h3 {
    color: #1a365d;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.social-links-large {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.social-links-large a {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.social-links-large a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

/* Responsive Design for Alumni Page */
@media (max-width: 768px) {
    .welcome-content,
    .registration-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .welcome-highlights {
        grid-template-columns: 1fr;
    }

    .alumni-showcase,
    .services-grid,
    .events-grid,
    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .event-card {
        flex-direction: column;
        text-align: center;
    }

    .event-date {
        align-self: center;
    }

    .form-actions {
        flex-direction: column;
        align-items: center;
    }

    .events-cta {
        flex-direction: column;
        align-items: center;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .welcome-text,
    .registration-form {
        padding: 1.5rem;
    }

    .alumni-info,
    .news-content {
        padding: 1.5rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .benefit-item {
        padding: 0.75rem;
    }

    .news-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Contact Page Styles */

/* Contact Overview */
.contact-overview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.contact-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.highlight-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.highlight-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.highlight-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.highlight-card p {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact-detail {
    color: #667eea;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

/* Contact Main Section */
.contact-main {
    background: white;
    padding: 4rem 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-form-section {
    background: #f8fafc;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-form-section h2 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact-form-section p {
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a365d;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    background: white;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-label input:checked + .checkmark {
    background: #667eea;
    border-color: #667eea;
}

.checkbox-label input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.info-header {
    margin-bottom: 1.5rem;
}

.info-header h3 {
    color: #1a365d;
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-header i {
    color: #667eea;
    font-size: 1.2rem;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item strong {
    color: #1a365d;
    font-weight: 600;
}

.contact-item span {
    color: #d3d7dd;
    text-align: right;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-item strong {
    color: #1a365d;
    font-weight: 600;
}

.hours-item span {
    color: #4a5568;
}

/* Department Contacts */
.department-contacts {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.department-card {
    background: #6e67c9 !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.department-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.department-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.department-card h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.department-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}
.department-info p {
    margin: 0;
    color: #ffffff;
    margin-left: 18px;
    display: flex
;
    align-items: center;
    gap: 0.5rem;
}

.department-info i {
    color: #667eea;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* Location Section */
.location-section {
    background: white;
    padding: 4rem 0;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.location-info h3 {
    color: #1a365d;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.transport-info {
    margin-bottom: 2rem;
}

.transport-mode {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.transport-mode h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.transport-mode i {
    color: #667eea;
    font-size: 1.1rem;
}

.transport-mode p {
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

.visiting-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1.5rem;
}

.visiting-info h4 {
    color: #856404;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.visiting-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visiting-info li {
    padding: 0.5rem 0;
    color: #856404;
    position: relative;
    padding-left: 1.5rem;
}

.visiting-info li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.google-map iframe {
    display: block;
    border-radius: 12px;
}

/* FAQ Section */
.contact-faq {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.faq-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.faq-question {
    padding: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.faq-question h3 {
    color: #1a365d;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-question:hover h3 {
    color: white;
}

.faq-question i {
    color: #667eea;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-question:hover i {
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 2rem 2rem;
    display: none;
    border-top: 1px solid #e2e8f0;
}

.faq-answer p {
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

.faq-answer a {
    color: #667eea;
    text-decoration: none;
}

.faq-answer a:hover {
    color: #764ba2;
}

/* Emergency Contacts */
.emergency-contacts {
    background: white;
    padding: 4rem 0;
}

.emergency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.emergency-card {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.emergency-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(220, 53, 69, 0.4);
}

.emergency-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.emergency-card h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.emergency-number {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.emergency-card p:last-child {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 0.95rem;
}

/* Contact Social Media */
.contact-social {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.social-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.social-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.social-card.facebook::before {
    background: #1877f2;
}

.social-card.twitter::before {
    background: #1da1f2;
}

.social-card.linkedin::before {
    background: #0077b5;
}

.social-card.youtube::before {
    background: #ff0000;
}

.social-card.instagram::before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-card.website::before {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.social-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.social-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.social-card.facebook .social-icon {
    background: #1877f2;
}

.social-card.twitter .social-icon {
    background: #1da1f2;
}

.social-card.linkedin .social-icon {
    background: #0077b5;
}

.social-card.youtube .social-icon {
    background: #ff0000;
}

.social-card.instagram .social-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-card.website .social-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.social-card:hover .social-icon {
    transform: scale(1.1);
}

.social-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.social-card p {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.social-card span {
    color: #667eea;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
    .contact-content,
    .location-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-highlights,
    .departments-grid,
    .faq-grid,
    .emergency-grid,
    .social-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-actions {
        flex-direction: column;
        align-items: center;
    }

    .transport-mode {
        padding: 1rem;
    }

    .contact-item,
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .contact-item span,
    .hours-item span {
        text-align: left;
    }

    .department-info {
        text-align: center;
    }

    .department-info p {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-form-section,
    .info-card,
    .department-card,
    .emergency-card,
    .social-card {
        padding: 1.5rem;
    }

    .faq-question {
        padding: 1.5rem;
    }

    .faq-answer {
        padding: 0 1.5rem 1.5rem;
    }

    .emergency-number {
        font-size: 1.5rem;
    }
}

/* Student Corner Page Styles */

/* Student Portal */
.student-portal {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.portal-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.portal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.portal-card.primary::before {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portal-card.secondary::before {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.portal-card.tertiary::before {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.portal-card.quaternary::before {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.portal-card.quinary::before {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.portal-card.senary::before {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.portal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.portal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.portal-card.primary .portal-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portal-card.secondary .portal-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.portal-card.tertiary .portal-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.portal-card.quaternary .portal-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.portal-card.quinary .portal-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.portal-card.senary .portal-icon {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.portal-card:hover .portal-icon {
    transform: scale(1.1);
}

.portal-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.portal-card p {
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

.portal-arrow {
    opacity: 0;
    transition: all 0.3s ease;
    color: #667eea;
    font-size: 1.2rem;
}

.portal-card:hover .portal-arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* Bridge Course Section */
.bridge-course {
    background: white;
    padding: 4rem 0;
}

.course-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.course-info h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.course-info p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.course-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.feature-item i {
    color: #ffffff;
    font-size: 1.5rem;
    background: #48bb78;
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(72, 187, 120, 0.3);
}

.feature-item h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.feature-item p {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.course-schedule {
    margin: 2rem 0;
}

.course-schedule h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.schedule-item {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.schedule-item:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.schedule-day {
    color: #667eea;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.schedule-time {
    color: #1a365d;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.schedule-subject {
    color: #4a5568;
    font-size: 0.95rem;
}

.enrollment-info {
    margin: 2rem 0;
}

.enrollment-info h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Numbered list styling */
.numbered-list {
    margin: 1rem 0;
    padding-left: 1rem;
}

.numbered-list li {
    padding: 0.5rem 0;
    color: #4a5568;
    list-style: none;
}

.numbered-list li strong {
    color: #667eea;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Achievements Section */
.achievements-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.achievements-content {
    margin-top: 3rem;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.achievement-item {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.achievement-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.achievement-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.achievement-content h3 {
    color: #2d3748;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.achievement-content p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.achievements-timeline {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.achievements-timeline h3 {
    text-align: center;
    color: #2d3748;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 0;
    overflow-x: auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    height: 3px;
    background: linear-gradient(to right, #667eea, #764ba2);
}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.timeline-item:nth-child(odd) {
    flex-direction: column;
}

.timeline-item:nth-child(even) {
    flex-direction: column;
}

.timeline-year {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 2;
    position: relative;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.timeline-content {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.timeline-content h4 {
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.timeline-content p {
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
    font-size: 0.8rem;
}

.course-registration {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.registration-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.registration-card:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
}

.registration-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a365d;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    background: white;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checkbox-label input:checked + .checkmark {
    background: #667eea;
    border-color: #667eea;
}

.checkbox-label input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.form-actions {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* Competitive Exams Section */
.competitive-exams {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.exams-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.exam-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.exam-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.exam-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.exam-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.exam-card h3 {
    color: #1a365d;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.exam-content p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.exam-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.exam-features span {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.exam-features i {
    font-size: 0.8rem;
}

/* Study Materials Section */
.study-materials {
    background: white;
    padding: 4rem 0;
}

.materials-tabs {
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px 16px 0 0;
    overflow-x: auto;
}

.tab-btn {
    flex: 1;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    min-width: 150px;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    background: white;
    color: #667eea;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #667eea;
}

.tab-panel {
    display: none;
    background: white;
    border: 2px solid #667eea;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 3rem;
}

.tab-panel.active {
    display: block;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.material-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.material-card:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.material-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.material-info {
    flex: 1;
}

.material-info h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.material-info p {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.material-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #667eea;
}

.material-meta span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Academic Calendar */
.academic-calendar {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.calendar-content {
    margin: 3rem 0;
}

.calendar-legend {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #4a5568;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.legend-color.exam {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.legend-color.holiday {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.legend-color.event {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
}

.legend-color.important {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.calendar-item {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.calendar-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.calendar-item.exam::before {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.calendar-item.holiday::before {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.calendar-item.event::before {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
}

.calendar-item.important::before {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.calendar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.calendar-date {
    color: #667eea;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.calendar-event {
    color: #1a365d;
    font-weight: 600;
    font-size: 1rem;
}

.calendar-download {
    text-align: center;
    margin-top: 2rem;
}

/* Student Services */
.student-services {
    background: white;
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    background: #f8fafc;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.service-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.service-card p {
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 2rem;
}

.service-features li::before {
    content: '✓';
    color: #48bb78;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Important Notices */
.important-notices {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.notices-list {
    margin: 3rem 0;
}

.notice-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    overflow: hidden;
}

.notice-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.notice-item.priority-high {
    border-left: 4px solid #dc3545;
}

.notice-item.priority-medium {
    border-left: 4px solid #ffc107;
}

.notice-item.priority-low {
    border-left: 4px solid #28a745;
}

.notice-header {
    padding: 2rem 2rem 1rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.notice-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.notice-item.priority-high .notice-icon {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.notice-item.priority-medium .notice-icon {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.notice-item.priority-low .notice-icon {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.notice-info h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.notice-date {
    color: #667eea;
    font-size: 0.875rem;
    font-weight: 500;
}

.notice-content {
    padding: 0 2rem 2rem;
    border-top: 1px solid #e2e8f0;
}

.notice-content p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.notices-archive {
    text-align: center;
}

/* Responsive Design for Student Corner */
@media (max-width: 768px) {
    .portal-grid,
    .exams-grid,
    .materials-grid,
    .services-grid,
    .calendar-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .course-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .course-registration {
        position: static;
    }

    .tab-buttons {
        flex-direction: column;
    }

    .tab-btn {
        min-width: auto;
    }

    .tab-panel {
        padding: 2rem 1rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
    }

    .exam-header {
        flex-direction: column;
        text-align: center;
    }

    .material-card {
        flex-direction: column;
        text-align: center;
    }

    .calendar-legend {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
    }

    .exam-features {
        justify-content: center;
    }

    .material-meta {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .portal-card,
    .exam-card,
    .material-card,
    .service-card,
    .notice-item {
        padding: 1.5rem;
    }

    .notice-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .notice-content {
        padding: 0 1.5rem 1.5rem;
    }

    .course-features,
    .feature-item {
        padding: 1rem;
    }

    .schedule-item {
        padding: 1rem;
    }
}

/* Academics Page Styles */

/* Academic Overview Section */
.academics-overview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.overview-content {
    margin-top: 3rem;
}

.overview-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.stat-item {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 12px;
    border: 2px solid transparent;
}

.stat-item:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-number {
    color: #1a365d;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
}

.overview-description {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.overview-description:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
}

.overview-description h3 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.overview-description p {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.philosophy-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.philosophy-point {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.philosophy-point:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.philosophy-point i {
    color: #48bb78;
    font-size: 1.5rem;
    background: rgba(72, 187, 120, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.philosophy-point h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.philosophy-point p {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Academic Programs Section */
.academic-programs {
    background: white;
    padding: 4rem 0;
}

.programs-tabs {
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px 16px 0 0;
    overflow-x: auto;
    margin-bottom: 0;
}

.tab-btn {
    flex: 1;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    min-width: 150px;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    background: white;
    color: #667eea;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #667eea;
}

.tab-panel {
    display: none;
    background: white;
    border: 2px solid #667eea;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 3rem;
}

.tab-panel.active {
    display: block;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.program-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.program-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.program-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.program-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.program-info h3 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.program-duration {
    color: #667eea;
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    display: inline-block;
}

.program-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.program-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.program-features span {
    background: rgba(72, 187, 120, 0.1);
    color: #48bb78;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.program-features i {
    font-size: 0.8rem;
}

/* Departments Section */
.departments-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.department-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 12px;
}

.department-card:hover {
    transform: translateY(-8px);
    border-color: #667eea;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.department-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.department-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.department-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.department-info p {
    opacity: 0.9;
    line-height: 1.5;
}

.department-content {
    padding: 2rem;
}

.department-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.stat-number {
    color: #667eea;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
}

.stat-label {
    color: #4a5568;
    font-size: 0.875rem;
    font-weight: 500;
}

.department-features h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.department-features ul {
    list-style: none;
    padding: 0;
}

.department-features li {
    color: #4a5568;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.department-features li::before {
    content: '✓';
    color: #48bb78;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1rem;
}

/* Curriculum Section */
.curriculum-section {
    background: white;
    padding: 4rem 0;
}

.curriculum-content {
    margin-top: 3rem;
}

.curriculum-overview {
    margin-bottom: 4rem;
}

.curriculum-overview h3 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.curriculum-overview p {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.curriculum-structure {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.curriculum-year {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.curriculum-year:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.curriculum-year h4 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.curriculum-year ul {
    list-style: none;
    padding: 0;
}

.curriculum-year li {
    color: #4a5568;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.curriculum-year li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.curriculum-highlights h3 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
    gap: 2rem;
}

.highlight-item {
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.highlight-item:hover {
    border-color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.highlight-item i {
    color: #48bb78;
    font-size: 3rem;
    margin-bottom: 1rem;
    background: rgba(72, 187, 120, 0.1);
    padding: 1rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.highlight-item h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.highlight-item p {
    color: #4a5568;
    line-height: 1.6;
}

/* Research Section */
.research-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.research-content {
    margin-top: 3rem;
}

.research-areas h3 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.research-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.research-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.research-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.research-card h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.research-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.research-count {
    color: #667eea;
    font-weight: 600;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
}

.publications h3 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
}

.publication-list {
    display: grid;
    gap: 2rem;
}

.publication-item {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.publication-item:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
}

.publication-info h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.publication-authors {
    color: #667eea;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.publication-journal {
    color: #4a5568;
    font-size: 0.9rem;
    margin: 0;
}

.publication-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 8px;
}

/* Academic Achievements */
.academic-achievements {
    background: white;
    padding: 4rem 0;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.achievement-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.achievement-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.achievement-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(72, 187, 120, 0.3);
}

.achievement-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.achievement-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.achievement-year {
    color: #667eea;
    font-weight: 600;
    background: rgba(102, 126, 234, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
}

/* Font Awesome Fallback Styles */
/* Show fallback checkmarks when Font Awesome fails to load */
.fas.fa-check:not(.fa-loaded)::before,
.fas.fa-check:not(.fa-loaded)::after {
    content: "✓";
    font-size: 1rem;
    color: #48bb78;
    font-weight: bold;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: rgba(72, 187, 120, 0.1);
    border-radius: 50%;
    margin-right: 0.5rem;
    position: relative;
    top: -1px;
}

/* Enhanced fallback for check icons in lists */
.eligibility-list li i.fas.fa-check:not(.fa-loaded)::before,
.benefit-item i.fas.fa-check:not(.fa-loaded)::before,
.feature-item i.fas.fa-check:not(.fa-loaded)::before {
    content: "✓";
    font-size: 1rem;
    color: #48bb78;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(72, 187, 120, 0.1);
    border-radius: 50%;
    margin-right: 0.75rem;
    position: relative;
    top: 2px;
    border: 2px solid #48bb78;
}

/* Hide empty Font Awesome icons that haven't loaded */
.fas.fa-check:not(.fa-loaded) {
    opacity: 1 !important;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }
}
.about-features-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* New Features Section - 2 rows, 2 columns */
.college-features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 5rem 0;
    position: relative;
}

.college-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.features-grid-2x2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
}

.feature-column {
    display: flex;
    justify-content: center;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.feature-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.feature-card p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

/* Responsive design for the new features section */
@media (max-width: 768px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .college-features-section {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .feature-card h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .feature-card p {
        font-size: 0.95rem;
    }
}

/* Image Modal Styles removed - using overlay approach instead */

/* Gallery Item Positioning */
.gallery-item {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.overlay-content {
    position: relative;
    z-index: 2;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(transparent, rgba(26, 54, 93, 0.9));
}

.overlay-content h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.overlay-content p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.95;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Enhanced gallery item hover effects */
.gallery-item {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .overlay-image {
    opacity: 0.6;
}

/* Remove old modal styles since we're not using modal anymore */
.image-modal {
    display: none !important;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        max-width: 300px;
        max-height: 225px;
    }

    .modal-caption {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
}

/* Alumni Achievements Section */
.alumni-achievements {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    position: relative;
}

.alumni-achievements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.achievements-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    position: relative;
    z-index: 2;
}

.achievement-category {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.achievement-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.achievement-category:hover::before {
    transform: scaleX(1);
}

.achievement-category:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(102, 126, 234, 0.1);
}

.category-icon {
    width: 60px;
    height: 60px;
    background: #f0f8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.5rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.2);
    flex-shrink: 0;
    border: 2px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.category-icon i {
    color: #667eea;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
}

/* Show fallback emoji if FontAwesome fails to load */
.icon-fallback {
    display: none;
    font-size: 1.2rem;
    color: #667eea;
}

/* If FontAwesome icons don't load, hide them and show fallback */
.category-icon i:not(.fa-loaded) + .icon-fallback,
.category-icon i:not(.fas):not(.fa-loaded) + .icon-fallback {
    display: inline-block;
}

.category-icon i:not(.fa-loaded) + .icon-fallback ~ i,
.category-icon i:not(.fas):not(.fa-loaded) + .icon-fallback ~ i {
    display: none;
}

.achievement-category:hover .category-icon {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.3);
}

.achievement-category:hover .category-icon i {
    color: #764ba2;
}

/* Fallback for when FontAwesome doesn't load */
.category-icon:not(.icons-loaded) {
    font-family: Arial, sans-serif;
}

.category-icon:not(.icons-loaded)::after {
    content: "★";
    color: #667eea;
    font-size: 1.2rem;
    display: block;
    line-height: 1;
}

.category-header h3 {
    color: #1a365d;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.achievement-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.achievement-item {
    display: grid;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.achievement-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.achievement-item:hover::before {
    opacity: 1;
}

.achievement-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    border-left-color: #764ba2;
}

.achievement-year {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    min-width: 80px;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.achievement-details {
    flex: 1;
}

.achievement-details h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.achievement-details p {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.achievements-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.5rem;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-label {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.stat-description {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design for Alumni Achievements */
@media (max-width: 768px) {
    .achievements-categories {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .achievement-category {
        padding: 2rem 1.5rem;
    }

    .category-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .achievement-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .achievement-year {
        align-self: center;
    }

    .achievements-stats {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .stat-card {
        padding: 2rem 1.5rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .achievement-category {
        padding: 1.5rem;
    }

    .category-header h3 {
        font-size: 1.2rem;
    }

    .achievement-item {
        padding: 1rem;
    }

    .achievement-details h4 {
        font-size: 1rem;
    }

    .stat-card {
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 1rem;
    }
}

/* Scholarships Section */
.scholarships {
    background: white;
    padding: 4rem 0;
}

.scholarships-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.scholarship-category h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.scholarship-list {
    list-style: none;
    padding: 0;
}

.scholarship-list li {
    padding: 0.75rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.scholarship-list li:last-child {
    border-bottom: none;
}

.scholarship-list li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Responsive for Scholarships */
@media (max-width: 768px) {
    .scholarships-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .scholarship-category h3 {
        font-size: 1.3rem;
    }

    .scholarship-list li {
        padding: 0.5rem 0 0.5rem 1.2rem;
    }
/* Scholarship Page Styles */

/* Scholarships Overview */
.scholarships-overview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    position: relative;
}

.scholarships-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.scholarships-overview .section-header {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
}

.scholarships-overview .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.scholarships-overview .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.scholarships-overview .section-header:hover h2::after {
    width: 80px;
}

.scholarships-overview .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.scholarship-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.scholarship-stats .stat-item {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.scholarship-stats .stat-item:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.scholarship-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.scholarship-stats .stat-label {
    color: #667eea;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Scholarship Categories */
.scholarship-categories {
    background: white;
    padding: 4rem 0;
}

.scholarship-categories .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.scholarship-categories .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.scholarship-categories .section-header:hover h2::after {
    width: 80px;
}

.scholarship-categories .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.scholarship-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.scholarship-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.scholarship-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.scholarship-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.scholarship-card h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.scholarship-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.scholarship-eligibility {
    background: rgba(102, 126, 234, 0.1);
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #667eea;
    text-align: left;
}

/* Application Process */
.application-process {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.application-process .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.application-process .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.application-process .section-header:hover h2::after {
    width: 80px;
}

.application-process .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.process-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.step-content h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.step-content p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.application-note .note-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.application-note .note-card:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.application-note .note-card h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.application-note .note-card ul {
    list-style: none;
    padding: 0;
}

.application-note .note-card li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.application-note .note-card li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Contact Info Section */
.contact-info-section {
    background: white;
    padding: 4rem 0;
}

.contact-info-section .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.contact-info-section .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.contact-info-section .section-header:hover h2::after {
    width: 80px;
}

.contact-info-section .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.contact-card {
    background: #f8fafc;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.contact-card h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-card p {
    color: #4a5568;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.contact-details p {
    color: #667eea;
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.contact-details i {
    margin-right: 0.5rem;
}

/* Responsive for Scholarships */
@media (max-width: 768px) {
    .scholarships-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .scholarship-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .scholarship-stats {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .scholarship-category h3 {
        font-size: 1.3rem;
    }

    .scholarship-list li {
        padding: 0.5rem 0 0.5rem 1.2rem;
    }

    .scholarship-card,
    .contact-card {
        padding: 1.5rem;
    }

    .process-step {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .step-number {
        align-self: center;
    }

    .scholarship-stats .stat-item {
        padding: 1.5rem;
    }

    .scholarship-stats .stat-number {
        font-size: 2rem;
    }
}
/* Library Page Styles */

/* Library Overview */
.library-overview {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    position: relative;
}

.library-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.library-overview .section-header {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
}

.library-overview .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.library-overview .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.library-overview .section-header:hover h2::after {
    width: 80px;
}

.library-overview .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.overview-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.overview-text h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
}

.overview-text p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.library-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.library-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.library-features .feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.library-features .feature-item i {
    color: #48bb78;
    font-size: 1.5rem;
    background: rgba(72, 187, 120, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.library-features .feature-item h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.library-features .feature-item p {
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.overview-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.overview-image:hover {
    transform: scale(1.02) rotate(1deg);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.2);
}

.overview-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.overview-image:hover img {
    transform: scale(1.05);
}

/* Library Gallery */
.library-gallery {
    background: white;
    padding: 4rem 0;
    position: relative;
}

.library-gallery .section-header {
    margin-bottom: 4rem;
}

.library-gallery .section-header h2 {
    background: linear-gradient(135deg, #1a365d 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.library-gallery .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.library-gallery .section-header:hover h2::after {
    width: 80px;
}

.library-gallery .section-header p {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.gallery-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.8) 0%, rgba(45, 55, 72, 0.9) 100%);
    color: #fff;
    padding: 2rem 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.95;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Library Services */
.library-services {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.service-card h3 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.service-card p {
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 2rem;
}

.service-features li::before {
    content: '✓';
    color: #48bb78;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Library Hours */
.library-hours {
    background: white;
    padding: 4rem 0;
}

.hours-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.hours-table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.hours-row .day {
    font-weight: 600;
    color: #1a365d;
}

.hours-row .time {
    color: #667eea;
    font-weight: 500;
}

.hours-note h4 {
    color: #1a365d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.hours-note ul {
    list-style: none;
    padding: 0;
}

.hours-note li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.hours-note li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Results Page Styles */

/* Results Section */
.results-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
}

.results-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.results-search {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.results-search:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
}

.search-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.search-form .form-group {
    display: flex;
    flex-direction: column;
}

.search-form label {
    color: #1a365d;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.search-form input,
.search-form select {
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.search-form input:focus,
.search-form select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.results-display {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.results-display.show {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
}

.result-card {
    max-width: 100%;
}

.result-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.result-header h3 {
    color: #1a365d;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.result-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.result-meta span {
    color: #667eea;
    font-weight: 600;
    font-size: 0.9rem;
}

.student-info {
    margin-bottom: 2rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row .label {
    font-weight: 600;
    color: #1a365d;
}

.result-status.pass {
    color: #48bb78;
    font-weight: 700;
}

.result-status.fail {
    color: #dc3545;
    font-weight: 700;
}

.marks-table {
    margin-bottom: 2rem;
    overflow-x: auto;
}

.marks-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.marks-table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.marks-table td {
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #4a5568;
}

.marks-table tr:last-child td {
    border-bottom: none;
}

.marks-table tr:hover {
    background: #f8fafc;
}

.result-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
}

.summary-item {
    text-align: center;
}

.summary-item .label {
    display: block;
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.summary-item span:last-child {
    color: #1a365d;
    font-weight: 700;
    font-size: 1.2rem;
}

.result-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding-top: 1.5rem;
    border-top: 2px solid #e2e8f0;
}

.results-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.info-card,
.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.info-card:hover,
.contact-card:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.info-card h4,
.contact-card h4 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.info-card ul {
    list-style: none;
    padding: 0;
}

.info-card li {
    padding: 0.5rem 0;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.info-card li::before {
    content: '•';
    color: #667eea;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Recent Results */
.recent-results {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    position: relative;
}

.recent-results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.results-list {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.result-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.result-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.result-item:hover::before {
    transform: scaleX(1);
}

.result-item:hover {
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.result-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.result-item:hover .result-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.result-details {
    flex: 1;
    position: relative;
    z-index: 2;
}

.result-details h4 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.result-details p {
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 1rem;
}

.result-details .btn {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.result-details .btn:hover {
    transform: translateX(5px);
}

/* Responsive Design for Results Page */
@media (max-width: 768px) {
    .results-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .search-form .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .result-meta {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .info-row {
        flex-direction: column;
        text-align: center;
        gap: 0.25rem;
    }

    .result-summary {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .result-actions {
        flex-direction: column;
    }

    .marks-table {
        font-size: 0.9rem;
    }

    .marks-table th,
    .marks-table td {
        padding: 0.75rem 0.5rem;
    }

    .result-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .results-search,
    .results-display {
        padding: 1.5rem;
    }

    .result-header h3 {
        font-size: 1.5rem;
    }

    .marks-table {
        font-size: 0.8rem;
    }

    .info-card,
    .contact-card {
        padding: 1.5rem;
    }

    .result-item {
        padding: 1.5rem;
    }
}

/* Responsive Design for Library Page */
@media (max-width: 768px) {
    .overview-content,
    .hours-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
.achievements .achievements-content{display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }
.college-names {
    flex: 1;
    text-align: center;
    margin-left: 30px!important;
}.college-names {
        display: block!important;
    }
    .logo
 {
    position: absolute;
    left: 3%!important;
    margin-top: 72px!important;
}
    .logo img {
        width: 65px!important;
        height: 65px!important;
    }
    .college-name-english
 {
        font-size: 14px!important;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gallery-image {
        height: 200px;
    }

    .overview-image img {
        height: 300px;
    }

    .library-features {
        grid-template-columns: 1fr;
    }

    .hours-row {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gallery-image {
        height: 180px;
    }

    .service-card,
    .overview-text {
        padding: 1.5rem;
    }

    .library-features .feature-item {
        padding: 1rem;
    }

    .overview-image img {
        height: 250px;
    }
}
}