* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --deep-purple: #6b2d5c;
    --dark-purple: #4a1942;
    --vedam-purple: #6B3FA0;
    --vedam-orange: #FF8C42;
    --bright-orange: #ff6b35;
    --diwali-gold: #FFD700;
    --diwali-orange: #FF6B35;
    --diwali-red: #DC143C;
    --diwali-deep-purple: #4B0082;
    --gold: #f4c430;
    --light-gold: #ffd966;
    --white: #ffffff;
    --black: #1a1a1a;
    --light-gray: #f5f5f5;
    --gray: #666666;
    --cyan: #00d4ff;
    --pink: #ff006e;
    --lime: #8ac926;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--black);
    overflow-x: hidden;
    padding-top: 80px;
}

.floating-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(107, 63, 160, 0.15);
    backdrop-filter: blur(10px);
    z-index: 10000;
    transition: all 0.3s ease;
    animation: slideDown 0.6s ease-out;
}

.floating-navbar.scrolled {
    box-shadow: 0 4px 30px rgba(107, 63, 160, 0.25);
    background: rgba(255, 255, 255, 0.95);
}

.nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nav-logo {
    flex-shrink: 0;
}

.nav-logo img {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.nav-logo img:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links li {
    margin: 0;
}

.nav-links a {
    color: var(--vedam-purple);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vedam-orange), var(--bright-orange));
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: var(--vedam-orange);
    background: rgba(255, 140, 66, 0.1);
}

.nav-links a:hover::after {
    width: 80%;
}

.nav-cta {
    background: linear-gradient(135deg, var(--vedam-orange), var(--bright-orange));
    color: var(--white);
    padding: 0.7rem 1.8rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
    white-space: nowrap;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 140, 66, 0.5);
    background: linear-gradient(135deg, var(--bright-orange), var(--vedam-orange));
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero {
    height: 100vh;
    background: 
        radial-gradient(circle at 20% 80%, rgba(220, 20, 60, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.3) 0%, transparent 50%),
        linear-gradient(135deg, var(--diwali-deep-purple) 0%, var(--vedam-purple) 50%, var(--diwali-orange) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="1"/><circle cx="100" cy="100" r="70" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="1"/><circle cx="100" cy="100" r="60" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="1"/><circle cx="100" cy="100" r="50" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="1"/><circle cx="100" cy="100" r="40" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="1"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(0 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(45 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(90 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(135 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(180 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(225 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(270 100 100)"/><path d="M100,20 L105,95 L100,20 L95,95 Z" fill="rgba(255,215,0,0.15)" transform="rotate(315 100 100)"/></svg>') center/contain no-repeat;
    animation: rotate 30s linear infinite;
    opacity: 0.6;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 150px;
    height: 150px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,10 Q40,40 20,50 Q40,60 50,90 Q60,60 80,50 Q60,40 50,10" fill="rgba(255,215,0,0.25)"/><circle cx="50" cy="50" r="8" fill="rgba(255,107,53,0.4)"/></svg>') center/contain no-repeat;
    animation: float 6s ease-in-out infinite;
}

.diwali-diya {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,10 Q40,40 20,50 Q40,60 50,90 Q60,60 80,50 Q60,40 50,10" fill="rgba(255,215,0,0.25)"/><ellipse cx="50" cy="50" rx="25" ry="10" fill="rgba(255,107,53,0.35)"/><path d="M45,30 Q50,20 55,30" stroke="rgba(255,215,0,0.5)" stroke-width="3" fill="none"/></svg>') center/contain no-repeat;
    pointer-events: none;
}

.mandala-corner {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.2;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="90" fill="none" stroke="gold" stroke-width="2"/><circle cx="100" cy="100" r="70" fill="none" stroke="gold" stroke-width="1"/><circle cx="100" cy="100" r="50" fill="none" stroke="gold" stroke-width="1"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3" transform="rotate(60 100 100)"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3" transform="rotate(120 100 100)"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3" transform="rotate(180 100 100)"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3" transform="rotate(240 100 100)"/><path d="M100,10 L110,90 L100,10 L90,90" fill="gold" opacity="0.3" transform="rotate(300 100 100)"/></svg>') center/contain no-repeat;
    pointer-events: none;
}

.hero-overlay {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    animation: fadeInDown 1s ease-out;
}

.hero-tagline {
    font-size: 1.5rem;
    color: var(--diwali-gold);
    margin-bottom: 2rem;
    font-weight: 300;
    animation: fadeInUp 1s ease-out 0.3s backwards;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s backwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.festival-container {
  animation: fadeInUp 1.5s ease-out forwards;
  opacity: 0;
}

.festival-text {
  font-size: 2rem;
  font-weight: 600;
  opacity: 0.8;
  color: #FFD93D;
  animation: glow 2s ease-in-out infinite alternate;
}


.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--vedam-orange), var(--bright-orange));
    color: var(--white);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--bright-orange), var(--vedam-orange));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 140, 66, 0.5);
    cursor: pointer;
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--vedam-orange);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, var(--vedam-orange), var(--bright-orange));
    color: var(--white);
    transform: translateY(-3px);
}

.btn-gold {
    background: linear-gradient(135deg, var(--vedam-orange), var(--bright-orange));
    color: var(--white);
    font-size: 1.2rem;
}

.btn-gold:hover{
    cursor: pointer;
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--bright-orange), var(--vedam-orange));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 140, 66, 0.5);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--deep-purple);
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--vedam-orange), var(--vedam-purple));
}

.about {
    padding: 80px 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(220, 20, 60, 0.05) 0%, transparent 40%),
        var(--light-gray);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="2"/><circle cx="50" cy="50" r="30" fill="none" stroke="rgba(255,215,0,0.15)" stroke-width="1"/><circle cx="50" cy="50" r="20" fill="none" stroke="rgba(255,215,0,0.15)" stroke-width="1"/></svg>') center/contain no-repeat;
    opacity: 0.3;
}

.about-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    color: var(--gray);
    line-height: 1.8;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: slideUp 0.8s ease-out backwards;
    position: relative;
    overflow: hidden;
}

.stat-card:nth-child(1) { animation-delay: 0.2s; }
.stat-card:nth-child(2) { animation-delay: 0.4s; }
.stat-card:nth-child(3) { animation-delay: 0.6s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(244, 196, 48, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 50px rgba(107, 45, 92, 0.3);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--deep-purple);
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
}

.stat-card:hover .stat-number {
    color: var(--vedam-orange);
    transform: scale(1.1);
}

.stat-label {
    font-size: 1.1rem;
    color: var(--gray);
    font-weight: 500;
}

.clubs {
    padding: 80px 0;
    background: var(--white);
    position: relative;
}

.clubs::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(0 50 50)"/><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(60 50 50)"/><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(120 50 50)"/><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(180 50 50)"/><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(240 50 50)"/><path d="M50,10 L55,45 L50,10 L45,45" fill="rgba(255,215,0,0.1)" transform="rotate(300 50 50)"/><circle cx="50" cy="50" r="8" fill="rgba(255,107,53,0.2)"/></svg>') center/contain no-repeat;
    opacity: 0.4;
}

.clubs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.club-card {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,245,230,1) 100%);
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 215, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 350px;
    animation: fadeInUp 0.6s ease-out backwards;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.15);
}

.club-card:nth-child(1) { animation-delay: 0.1s; }
.club-card:nth-child(2) { animation-delay: 0.2s; }
.club-card:nth-child(3) { animation-delay: 0.3s; }
.club-card:nth-child(4) { animation-delay: 0.4s; }
.club-card:nth-child(5) { animation-delay: 0.5s; }
.club-card:nth-child(6) { animation-delay: 0.6s; }
.club-card:nth-child(7) { animation-delay: 0.7s; }
.club-card:nth-child(8) { animation-delay: 0.8s; }

.club-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.club-card:hover .club-image {
    transform: scale(1.1);
}

.club-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(107, 45, 92, 0.95), rgba(107, 45, 92, 0.7));
    padding: 2rem 1.5rem;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.club-card:hover .club-content {
    background: linear-gradient(to top, rgba(107, 45, 92, 0.98), rgba(74, 25, 66, 0.95));
    transform: translateY(-10px);
}

.club-card:hover {
    transform: translateY(-15px);
    border-color: var(--diwali-gold);
    box-shadow: 0 20px 60px rgba(255, 215, 0, 0.4);
}

.club-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.club-card:hover .club-icon {
    transform: scale(1.3) rotate(15deg);
    filter: drop-shadow(0 4px 8px rgba(244, 196, 48, 0.5));
}

.club-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.3rem;
    transition: all 0.3s ease;
}

.club-card:hover .club-name {
    color: var(--vedam-orange);
    transform: scale(1.05);
}

.club-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.club-card:hover .club-tagline {
    color: var(--white);
}

.events {
    padding: 80px 0;
    background: 
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        var(--light-gray);
    position: relative;
}

.events::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 150px;
    height: 150px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="rgba(255,215,0,0.2)" stroke-width="2"/><circle cx="50" cy="50" r="35" fill="none" stroke="rgba(255,215,0,0.15)" stroke-width="1"/><path d="M50,5 L52,48 L50,5 L48,48" fill="rgba(220,20,60,0.1)"/><path d="M50,5 L52,48 L50,5 L48,48" fill="rgba(220,20,60,0.1)" transform="rotate(72 50 50)"/><path d="M50,5 L52,48 L50,5 L48,48" fill="rgba(220,20,60,0.1)" transform="rotate(144 50 50)"/><path d="M50,5 L52,48 L50,5 L48,48" fill="rgba(220,20,60,0.1)" transform="rotate(216 50 50)"/><path d="M50,5 L52,48 L50,5 L48,48" fill="rgba(220,20,60,0.1)" transform="rotate(288 50 50)"/></svg>') center/contain no-repeat;
    opacity: 0.4;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.event-card {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,250,240,1) 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 5px solid var(--diwali-gold);
    animation: fadeInRight 0.6s ease-out backwards;
    position: relative;
}

.event-card:nth-child(1) { animation-delay: 0.1s; }
.event-card:nth-child(2) { animation-delay: 0.2s; }
.event-card:nth-child(3) { animation-delay: 0.3s; }
.event-card:nth-child(4) { animation-delay: 0.4s; }

.event-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 196, 48, 0.1));
    transition: width 0.4s ease;
}

.event-card:hover::after {
    width: 100%;
}

.event-card:hover {
    transform: translateX(10px) translateY(-5px);
    box-shadow: 0 20px 50px rgba(255, 140, 66, 0.4);
    border-left-color: var(--vedam-purple);
    border-left-width: 8px;
}

.event-image {
    font-size: 4rem;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--light-gray), var(--white));
}

.event-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--deep-purple);
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
}

.event-date {
    color: var(--vedam-orange);
    font-weight: 600;
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
}

.event-description {
    color: var(--gray);
    padding: 0 1.5rem 1.5rem;
    line-height: 1.6;
}

.achievements {
    padding: 80px 0;
    background: var(--white);
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.achievement-card {
    background: linear-gradient(135deg, var(--vedam-purple), var(--vedam-orange));
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    color: var(--white);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(244, 196, 48, 0.1) 0%, transparent 70%);
    transition: all 0.5s ease;
}

.achievement-card:hover::before {
    transform: scale(1.5);
}

.achievement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(107, 45, 92, 0.4);
}

.achievement-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.achievement-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.achievement-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.video-showcase {
    padding: 80px 0;
    background: var(--white);
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(107, 45, 92, 0.3);
    animation: scaleIn 0.8s ease-out;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.video-placeholder {
    background: linear-gradient(135deg, var(--deep-purple), var(--dark-purple));
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 500"><circle fill="%23f4c430" opacity="0.05" cx="150" cy="150" r="100"/><circle fill="%23f4c430" opacity="0.05" cx="750" cy="350" r="120"/></svg>');
    animation: float 15s infinite ease-in-out;
}

.play-button {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--vedam-orange), var(--bright-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    animation: pulse 2s infinite;
}

.video-placeholder:hover .play-button {
    transform: scale(1.2);
    background: linear-gradient(135deg, var(--bright-orange), var(--vedam-orange));
    box-shadow: 0 0 40px rgba(255, 140, 66, 0.6);
}

.video-text {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.join-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--vedam-purple) 0%, var(--vedam-orange) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.join-cta::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 1200 400"><circle fill="%23f4c430" opacity="0.05" cx="100" cy="100" r="100"/><circle fill="%23f4c430" opacity="0.05" cx="1100" cy="300" r="150"/></svg>');
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    position: relative;
}

.cta-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.team {
    padding: 80px 0;
    background: var(--light-gray);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.team-member {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(244, 196, 48, 0.3);
}

.member-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vedam-purple), var(--vedam-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border: 4px solid var(--vedam-orange);
    transition: all 0.3s ease;
}

.team-member:hover .member-photo {
    transform: scale(1.1) rotate(5deg);
}

.member-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--deep-purple);
    margin-bottom: 0.3rem;
}

.member-role {
    color: var(--vedam-orange);
    font-weight: 500;
}

.gallery {
    padding: 80px 0;
    background: 
        radial-gradient(circle at 15% 80%, rgba(220, 20, 60, 0.05) 0%, transparent 35%),
        var(--white);
    position: relative;
}

.gallery::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,15 Q35,40 15,50 Q35,60 50,85 Q65,60 85,50 Q65,40 50,15" fill="rgba(255,215,0,0.15)"/><circle cx="50" cy="50" r="12" fill="rgba(255,107,53,0.2)"/></svg>') center/contain no-repeat;
    opacity: 0.5;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    animation: zoomIn 0.6s ease-out backwards;
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.15s; }
.gallery-item:nth-child(3) { animation-delay: 0.2s; }
.gallery-item:nth-child(4) { animation-delay: 0.25s; }
.gallery-item:nth-child(5) { animation-delay: 0.3s; }
.gallery-item:nth-child(6) { animation-delay: 0.35s; }
.gallery-item:nth-child(7) { animation-delay: 0.4s; }
.gallery-item:nth-child(8) { animation-delay: 0.45s; }

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(107, 45, 92, 0.4), rgba(244, 196, 48, 0.3));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.gallery-item:hover {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 20px 60px rgba(107, 45, 92, 0.4);
}

.gallery-item:hover::before {
    opacity: 1;
}

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

.testimonials {
    padding: 80px 0;
    background: var(--light-gray);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    animation: fadeInUp 0.6s ease-out backwards;
}

.testimonial-card:nth-child(1) { animation-delay: 0.2s; }
.testimonial-card:nth-child(2) { animation-delay: 0.4s; }
.testimonial-card:nth-child(3) { animation-delay: 0.6s; }

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(107, 45, 92, 0.05), rgba(244, 196, 48, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(107, 45, 92, 0.25);
}

.quote-icon {
    font-size: 4rem;
    color: var(--vedam-orange);
    line-height: 1;
    margin-bottom: 1rem;
}

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

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--light-gray);
}

.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vedam-purple), var(--vedam-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.author-name {
    font-weight: 600;
    color: var(--deep-purple);
}

.author-club {
    font-size: 0.9rem;
    color: var(--vedam-orange);
}

.footer {
    background: linear-gradient(135deg, var(--dark-purple) 0%, var(--black) 100%);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--vedam-orange);
    margin-bottom: 0.5rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
}

.footer-section h4 {
    color: var(--vedam-orange);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--vedam-orange);
    padding-left: 5px;
}

.social-icons {
    display: flex;
    gap: 0.5rem;
}

.social-icons a {
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.4rem;         /* size of icons */
    margin-right: 12px;        /* spacing between icons */
    transition: transform 0.2s, color 0.2s;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--vedam-orange);
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
    .nav-links {
        gap: 1rem;
    }
    
    .nav-links a {
        font-size: 0.85rem;
        padding: 0.4rem 0.7rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .nav-wrapper {
        padding: 0.5rem 1rem;
        flex-wrap: wrap;
    }

    .nav-logo img {
        height: 40px;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-cta {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-tagline {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .stats-grid,
    .clubs-grid,
    .events-grid,
    .achievements-grid,
    .team-grid,
    .gallery-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}
.if{
    z-index: 999;
}
.btn:hover{
    cursor: pointer;
}

.social-icons a:hover {
    color: #ff8c42;            /* hover color */
    transform: scale(1.2);     /* slight zoom on hover */
}