/* college_students.css */

/* Hero Section */
.college-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg, #09090e 0%, #15102a 50%, #0d0d1a 100%);
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
}

.college-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* Floating Shapes */
.animated-shape {
    position: absolute;
    filter: blur(60px);
    z-index: 0;
    border-radius: 50%;
    opacity: 0.5;
    animation: float 10s infinite ease-in-out alternate;
}

.shape1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(231, 76, 60, 0.8) 0%, rgba(231, 76, 60, 0) 70%);
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.shape2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.8) 0%, rgba(142, 68, 173, 0) 70%);
    bottom: -20%;
    right: -10%;
    animation-delay: -5s;
}

.shape3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.6) 0%, rgba(241, 196, 15, 0) 70%);
    top: 40%;
    left: 45%;
    animation-delay: -2s;
    opacity: 0.5;
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(60px) scale(1.1);
    }
}

/* Typography */
.hero-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 20px;
}

.hero-title {
    font-family: 'Bangers', cursive;
    font-size: 6rem;
    background: linear-gradient(to right, #f1c40f, #e67e22, #e74c3c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0px 10px 30px rgba(241, 196, 15, 0.4);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
    opacity: 0.9;
    font-weight: 300;
}

/* Stats Container (Glassmorphism) */
.stats-container {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 40px 60px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: 'Bangers', cursive;
    color: #f1c40f;
    margin-bottom: 5px;
    text-shadow: 0 5px 15px rgba(241, 196, 15, 0.3);
}

.stat-label {
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ecf0f1;
}

/* Events Section */
.events-section {
    padding: 100px 20px 140px;
    background: #0d0d1a;
    position: relative;
    z-index: 1;
}

.section-title {
    text-align: center;
    font-size: 3.5rem;
    color: white;
    margin-bottom: 80px;
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.section-title .highlight {
    color: #e74c3c;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* Event Cards */
.event-card {
    background: rgba(20, 20, 35, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 40px;
    width: 350px;
    text-align: center;
    color: white;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: skewX(-25deg);
    transition: 0.7s ease;
}

.event-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    background: rgba(30, 30, 50, 0.6);
    border-color: rgba(255, 255, 255, 0.15);
}

.event-card:hover::before {
    left: 150%;
}

.card-icon {
    font-size: 4.5rem;
    margin-bottom: 25px;
    display: inline-block;
    transition: 0.4s;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}

.event-card:hover .card-icon {
    transform: scale(1.2) rotate(10deg);
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.card-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    color: #bdc3c7;
}

/* Card Specific Colors */
.event-card.mr-ms {
    border-top: 4px solid #f1c40f;
}

.event-card.mr-ms:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(241, 196, 15, 0.2);
    border-color: rgba(241, 196, 15, 0.3);
}

.event-card.mr-ms:hover .card-title {
    color: #f1c40f;
}

.event-card.audition {
    border-top: 4px solid #e74c3c;
}

.event-card.audition:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.3);
}

.event-card.audition:hover .card-title {
    color: #e74c3c;
}

.event-card.fashion {
    border-top: 4px solid #8e44ad;
}

.event-card.fashion:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(142, 68, 173, 0.2);
    border-color: rgba(142, 68, 173, 0.3);
}

.event-card.fashion:hover .card-title {
    color: #8e44ad;
}

/* Register Button */
.register-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.event-card.mr-ms .register-btn:hover {
    background: #f1c40f;
    border-color: #f1c40f;
    color: #0d0d1a;
    box-shadow: 0 0 20px rgba(241, 196, 15, 0.4);
}

.event-card.audition .register-btn:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

.event-card.fashion .register-btn:hover {
    background: #8e44ad;
    border-color: #8e44ad;
    color: #fff;
    box-shadow: 0 0 20px rgba(142, 68, 173, 0.4);
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .hero-title {
        font-size: 4rem;
    }

    .stats-container {
        gap: 30px;
        padding: 30px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .event-card {
        width: 100%;
        margin: 0 20px;
    }
}

.about-sggs,
.utsav-glance,
.director-message {
    padding: 120px 20px;
    background: #0d0d1a;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-sggs::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.utsav-glance::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(231, 76, 60, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.container {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-text,
.glance-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #a0aab2;
    line-height: 1.9;
    margin-bottom: 30px;
    font-weight: 300;
}

.message-card {
    margin-top: 50px;
    padding: 60px;
    background: rgba(20, 20, 35, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    position: relative;
}

.message-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 40px;
    font-family: 'Bangers', cursive;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
}

.message-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    color: #ecf0f1;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 300;
    font-style: italic;
}

.message-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #f1c40f;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
}

.section-title {
    background: linear-gradient(90deg, #fff, #e74c3c, #f1c40f, #fff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: transparent;
    pointer-events: auto;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 0px;
    right: -40px;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 0px;
}

.nav-logo {
    width: 130px;
    height: auto;
}

.nav-title {
    color: #000000;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}

.nav-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 1px;
    position: relative;
    opacity: 0.9;
}

/* underline hover effect */
.nav-links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #c04406;
    transition: 0.3s;
}

.nav-links li a:hover::after {
    width: 100%;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    padding: 8px;
}

.hamburger span {
    width: 30px;
    height: 4px;
    background: #ffffff;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        height: auto;
        background: #00000085;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
        z-index: 999;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li a {
        color: #c04406;
        font-size: 1.5rem;
    }

    .hamburger {
        display: flex;
        margin-right: 60px;
    }

    .navbar {
        padding: 14px 24px;
        height: 70px;
        background: transparent;

    }

    .nav-logo {
        width: 70px;
    }
}

/* MARK: ---0-490 Mobile */
@media (max-width: 490px) {

    #text,
    #arrow {
        transform-origin: 50% 50%;
        transform: translateY(-120px) scale(0.8);
    }

    #info2 {
        transform-origin: 50% 50%;
        transform: translateY(-120px) scale(0.8);
    }
}

/* FOOTER */
.footer {
    position: relative;
    width: 80%;
    background: linear-gradient(120deg, #2a0000, #000);
    color: #fff;
    padding: 80px 10% 30px;
    z-index: 20;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.footer-logo {
    width: 90px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 20px rgba(255, 180, 80, 0.5));
}

.footer-left h3 {
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 2px;
}

.footer-left p {
    opacity: 0.8;
    margin-top: 6px;
}

.footer h4 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #ffcc70;
}

.footer-center a {
    display: block;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-center a:hover {
    opacity: 1;
    color: #ffcc70;
    transform: translateX(5px);
}

.footer-right a {
    display: block;
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-right a:hover {
    opacity: 1;
    color: #ff7700;
    transform: translateX(5px);
}

.footer-right p {
    opacity: 0.85;
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    opacity: 0.75;
}

.footer-bottom a {
    text-decoration: none;
    color: #f3c369;
    font-weight: 600;
}

/* MOBILE FOOTER */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 15px;
    }

    .footer-center a:hover {
        transform: none;
    }

    .footer-right a:hover {
        transform: none;
    }
}

.highlight {
    color: var(--primary-color);
}

.sub-hero {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px 0 30px;
    color: #333;
}

.stats-bar div {
    font-size: 1.4rem;
    font-weight: bold;
}