/* Variables */
:root {
    --primary-color: #00008B;
    --secondary-color: #D2691E;
    --text-color: #333;
    --bg-color: #fff;
    --gradient-primary: linear-gradient(135deg, var(--primary-color), #4169E1);
    --gradient-secondary: linear-gradient(135deg, var(--secondary-color), #FF8C00);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

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

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    overflow-x: hidden;
}

/* Background Animation */
.floating-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.wave {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: dotJump 1.5s ease-in-out infinite;
}

.wave:nth-child(1) {
    top: 15%;
    left: 8%;
    background: rgba(0, 0, 139, 0.6);
    animation-delay: 0s;
}

.wave:nth-child(2) {
    top: 65%;
    left: 25%;
    background: rgba(210, 105, 30, 0.6);
    animation-delay: 0.5s;
}

.wave:nth-child(3) {
    top: 35%;
    left: 75%;
    background: rgba(0, 0, 139, 0.6);
    animation-delay: 1s;
}

.wave:nth-child(4) {
    top: 85%;
    left: 92%;
    background: rgba(210, 105, 30, 0.6);
    animation-delay: 1.5s;
}

.wave:nth-child(5) {
    top: 25%;
    left: 45%;
    background: rgba(0, 0, 139, 0.5);
    animation-delay: 2s;
}

.wave:nth-child(6) {
    top: 75%;
    left: 60%;
    background: rgba(210, 105, 30, 0.5);
    animation-delay: 2.5s;
}

.wave:nth-child(7) {
    top: 50%;
    left: 15%;
    background: rgba(0, 0, 139, 0.4);
    animation-delay: 3s;
}

.wave:nth-child(8) {
    top: 10%;
    left: 85%;
    background: rgba(210, 105, 30, 0.4);
}

.wave:nth-child(9) {
    top: 90%;
    left: 40%;
    background: rgba(0, 0, 139, 0.5);
    animation-delay: 0.8s;
}

.wave:nth-child(10) {
    top: 45%;
    left: 95%;
    background: rgba(210, 105, 30, 0.5);
    animation-delay: 1.8s;
}

@keyframes dotJump {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-15px) scale(1.2);
        opacity: 0.8;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1200;
}

.scroll-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-2px);
}

.scroll-to-top:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: url('images/session.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.afsn-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.afsn-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.afsn-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: bold;
    pointer-events: none;
}

.afsn-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(64, 164, 244, 0.2) 0%, transparent 70%);
    filter: blur(8px);
}

.neural-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.neural-connection {
    position: absolute;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(64, 164, 244, 0.3), transparent);
    transform-origin: center;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter: blur(1px);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,107,53,0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(26,54,93,0.2) 0%, transparent 50%),
        linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
    background-size: 300px 300px, 400px 400px, 60px 60px;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 20px;
}

.about-hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
}}

.about-hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    background: linear-gradient(45deg, #fff, #ff6b35);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.about-hero-content p {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    opacity: 0.95;
    line-height: 1.6;
}

.about-hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-hero-content p {
    font-size: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Mission Vision Section */
.mission-vision {
    padding: 100px 0;
    background: var(--bg-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mission-box, .vision-box {
    padding: 40px;
    border-radius: 15px;
    background: white;
    box-shadow: var(--box-shadow);
    transform: translateY(30px);
    opacity: 0;
    transition: var(--transition-smooth);
}

.mission-box.active, .vision-box.active {
    transform: translateY(0);
    opacity: 1;
}

.mission-box h2, .vision-box h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.mission-box i, .vision-box i {
    font-size: 2rem;
    animation: bounce 1s infinite;
}

/* Premium Video Showcase Section */
.video-showcase {
    padding: 80px 0;
    background: linear-gradient(135deg, #FF8C00 0%, #D2691E 50%, #FF6B35 100%);
    position: relative;
    overflow: hidden;
}

.premium-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.03) 31%, rgba(255,255,255,0.03) 32%, transparent 33%),
        linear-gradient(-45deg, transparent 30%, rgba(255,255,255,0.03) 31%, rgba(255,255,255,0.03) 32%, transparent 33%),
        linear-gradient(135deg, transparent 48%, rgba(255,255,255,0.05) 49%, rgba(255,255,255,0.05) 50%, transparent 51%);
    background-size: 60px 60px, 60px 60px, 120px 120px;
}

.animated-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px, 100px 100px;
    background-position: 0 0, 25px 25px;
    animation: particleDrift 15s linear infinite;
}

.video-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.video-text {
    padding: 20px 0;
}

.video-text h2 {
    font-size: 2.8rem;
    color: white;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.highlight {
    color: white;
}

.lead {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 40px;
    line-height: 1.6;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 600;
    padding: 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.value-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.value-item i {
    color: white;
    font-size: 1.2rem;
}

.future-text {
    font-size: 1.3rem;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    animation: textPulse 2s ease-in-out infinite;
}

.video-header {
    text-align: center;
    margin-bottom: 40px;
}

.video-header h3 {
    font-size: 2.2rem;
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FF8C00, #D2691E);
    margin: 0 auto;
    border-radius: 2px;
    animation: lineGlow 1s ease-in-out infinite;
}

.video-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 
        0 25px 60px rgba(0,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: #000;
}

.video-wrapper:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 35px 80px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,140,0,0.3),
        0 0 40px rgba(255,140,0,0.2);
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,139,0.7), rgba(210,105,30,0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: none;
}

.video-wrapper:hover .play-overlay {
    opacity: 0;
}

.play-button {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    animation: playPulse 1s ease-in-out infinite;
}

.play-button i {
    font-size: 2.5rem;
    color: white;
    margin-left: 8px;
    text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

@keyframes particleDrift {
    0% { background-position: 0 0; }
    100% { background-position: 300px 300px; }
}

@keyframes textGlow {
    0%, 100% { text-shadow: 0 0 20px rgba(255,140,0,0.5); }
    50% { text-shadow: 0 0 40px rgba(255,140,0,0.8); }
}

@keyframes textPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes lineGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(255,140,0,0.5); }
    50% { box-shadow: 0 0 25px rgba(255,140,0,0.8); }
}

@keyframes playPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
    50% { transform: scale(1.1); box-shadow: 0 0 0 20px rgba(255,255,255,0); }
}

@media (max-width: 992px) {
    .video-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .video-text h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .text-glow {
        padding: 30px;
    }
    
    .video-text h2 {
        font-size: 2rem;
    }
    
    .play-button {
        width: 80px;
        height: 80px;
    }
    
    .play-button i {
        font-size: 2rem;
    }
}

/* Objectives Section */
.objectives {
    padding: 100px 0;
    background: var(--gradient-secondary);
    position: relative;
    overflow: hidden;
}

.objectives::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 2s ease-in-out infinite;
}

.objectives h2 {
    text-align: center;
    color: white;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.objective-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    transform: translateY(30px);
    opacity: 0;
    transition: var(--transition-smooth);
}

.objective-card.active {
    transform: translateY(0);
    opacity: 1;
}

.objective-card i {
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: float 1.5s ease-in-out infinite;
}

/* Leadership Section Enhancement */
.leadership {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.leadership::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0,0,139,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(210,105,30,0.05) 0%, transparent 50%);
    animation: gradientShift 8s ease-in-out infinite alternate;
}

.leadership h2 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 50px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.leadership-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}

.leader-card {
    flex: 0 1 300px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    position: relative;
    transition: all 0.3s ease;
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.leader-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.leader-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7));
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leader-card:hover .leader-image::before {
    opacity: 1;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.leader-card:hover .leader-image img {
    transform: scale(1.1) rotate(2deg);
}

.leader-info {
    padding: 25px;
    text-align: center;
    position: relative;
    background: white;
}

.leader-info h3 {
    color: var(--primary-color);
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 700;
}

.leader-title {
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.1em;
    opacity: 0.9;
}

.leader-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.leader-social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: translateY(0);
}

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

/* Animated Separator */
.leadership-footer-separator {
    height: 150px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    position: relative;
    overflow: hidden;
}

.separator-waves {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
    animation: waveMove 20s linear infinite;
}

.separator-waves::before,
.separator-waves::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, transparent 50%);
    animation: rotate 20s linear infinite;
}

.separator-waves::after {
    animation-direction: reverse;
    animation-duration: 15s;
}

.separator-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
}

.separator-icon {
    color: rgba(255,255,255,0.9);
    font-size: 2.5rem;
    animation: float 3s ease-in-out infinite;
}

/* Footer Styles */
.footer {
    position: relative;
    background: linear-gradient(135deg, #FF8C00 0%, #D2691E 50%, #FF6B35 100%);
    padding: 60px 0 20px;
    color: white;
    overflow: hidden;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.03) 31%, rgba(255,255,255,0.03) 32%, transparent 33%),
        linear-gradient(-45deg, transparent 30%, rgba(255,255,255,0.03) 31%, rgba(255,255,255,0.03) 32%, transparent 33%),
        linear-gradient(135deg, transparent 48%, rgba(255,255,255,0.05) 49%, rgba(255,255,255,0.05) 50%, transparent 51%);
    background-size: 60px 60px, 60px 60px, 120px 120px;
    z-index: 1;
    pointer-events: none;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.neural-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
    animation: overlayPulse 4s ease-in-out infinite;
}

.footer-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.glassmorphism {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glassmorphism:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-section h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.glass-input {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: white;
    transition: all 0.3s ease;
}

.glass-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.submit-btn {
    background: linear-gradient(45deg, #00008B, #D2691E);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-link {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: pulseRing 2s infinite;
}

.hover-effect {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 5px 0;
}

.hover-effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.hover-effect:hover::after {
    width: 100%;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@keyframes overlayPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

@keyframes pulseRing {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%);
    background-size: 60px 60px, 60px 60px, 120px 120px;
    z-index: 0;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, transparent 45%, rgba(255, 255, 255, 0.05) 50%, transparent 55%);
    background-size: 60px 60px;
    z-index: 1;
    pointer-events: none;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        var(--primary-color),
        var(--secondary-color),
        var(--primary-color)
    );
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

.stay-connected,
.contact-us,
.follow-us {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.stay-connected:hover,
.contact-us:hover,
.follow-us:hover {
    transform: translateY(-5px);
}

.footer h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.stay-connected:hover h3::after,
.contact-us:hover h3::after,
.follow-us:hover h3::after {
    width: 100%;
}

.newsletter {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.newsletter input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transition: all 0.3s ease;
}

.newsletter input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.newsletter button {
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    background: white;
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.newsletter button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

.newsletter button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.newsletter button:hover::before {
    left: 100%;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.social-icon i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-5px);
}

.social-icon:hover::before {
    transform: scale(1);
}

.social-icon:hover i {
    transform: rotate(360deg);
    color: var(--primary-color);
}

.copyright {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 40px;
    position: relative;
}

.copyright::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
    .footer {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .footer > div {
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .footer {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 32px;
        justify-items: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        padding: 0 15px;
        max-width: 100%;
        gap: 25px;
    }

    .footer-section {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .footer-section h3 {
        text-align: center;
        display: block;
    }

    .footer-section p {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
    }

    .contact-info {
        align-items: center;
    }

    .newsletter-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .input-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .glass-input {
        text-align: center;
    }

    .submit-btn {
        width: 100%;
    }

    .social-links {
        justify-content: center;
        gap: 20px;
    }

    .quick-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-links ul {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .quick-links ul li {
        list-style: none;
    }

    .quick-links a {
        text-decoration: none;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 30px;
        padding-top: 20px;
    }

    .footer > div {
        max-width: 500px;
        text-align: center;
    }

    .stay-connected p,
    .contact-us p {
        text-align: center;
    }

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

    .newsletter input,
    .newsletter button {
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }
}

/* Extra Small Screens - Footer Centering */
@media screen and (max-width: 480px) {
    .footer {
        padding: 30px 15px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        padding: 0 10px;
        gap: 20px;
    }

    .footer-section {
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 20px 15px;
    }

    .footer-section h3 {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    .footer-section p {
        text-align: center;
        font-size: 0.95rem;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact-item i {
        flex-shrink: 0;
    }

    .contact-item p {
        text-align: center;
        text-decoration: none;
    }

    .contact-info {
        align-items: center;
        justify-content: center;
    }

    .newsletter-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .input-group {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        align-items: center;
    }

    .glass-input {
        width: 100%;
        text-align: center;
        padding: 12px 15px;
    }

    .submit-btn {
        width: 100%;
        padding: 12px 25px;
    }

    .social-links {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .social-link {
        width: 45px;
        height: 45px;
    }

    .quick-links {
        text-align: center;
        width: 100%;
    }

    .quick-links ul {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-links ul li {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 25px;
        padding-top: 15px;
        font-size: 0.85rem;
    }

    .footer-bottom p {
        margin: 0;
        text-align: center;
    }

    .glassmorphism {
        padding: 20px 15px;
    }
}

/* Mobile Extra Small - 375px and below */
@media screen and (max-width: 375px) {
    .footer {
        padding: 25px 10px;
    }

    .footer-content {
        padding: 0 5px;
        gap: 18px;
    }

    .footer-section {
        padding: 18px 12px;
    }

    .footer-section h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer-section p {
        font-size: 0.9rem;
        text-align: center;
    }

    .contact-item p {
        font-size: 0.85rem;
    }

    .glass-input {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .submit-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }

    .social-link i {
        font-size: 1rem;
    }
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Animations */
@keyframes waveMove {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

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

@keyframes patternMove {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 100%;
    }
}

/* Media Queries */
@media screen and (max-width: 768px) {
    /* Hero Section Centering */
    .about-hero {
        text-align: center;
    }

    .hero-content-wrapper {
        text-align: center;
    }

    .about-hero-content {
        text-align: center;
    }

    .about-hero-content h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .about-hero-content p {
        font-size: 1.2rem;
        text-align: center;
    }

    /* Mission Vision Centering */
    .mission-vision {
        text-align: center;
    }

    .mission-vision .container {
        flex-direction: column;
        align-items: center;
    }

    .mission-box,
    .vision-box {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    /* Video Section Centering */
    .video-showcase .video-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .video-text {
        text-align: center;
    }

    .video-text h2 {
        text-align: center;
    }

    .video-container {
        max-width: 100%;
    }

    /* Objectives Centering */
    .objectives {
        text-align: center;
    }

    .objectives h2 {
        text-align: center;
    }

    .objectives-grid {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
    }

    .objective-card {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    /* Leadership Section Centering */
    .leadership {
        text-align: center;
    }

    .leadership h2 {
        text-align: center;
    }

    .leadership-grid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .leader-card {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .leader-info {
        text-align: center;
    }

    .leader-social {
        justify-content: center;
    }

    /* General Container */
    .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Extra Small Screens */
@media screen and (max-width: 480px) {
    /* Hero Section */
    .about-hero {
        text-align: center;
        min-height: 60vh;
    }

    .hero-content-wrapper {
        text-align: center;
    }

    .about-hero-content {
        text-align: center;
        padding: 20px;
    }

    .about-hero-content h1 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.3;
    }

    .about-hero-content p {
        font-size: 1rem;
        text-align: center;
    }

    /* Mission Vision Centering */
    .mission-vision {
        text-align: center;
        padding: 40px 15px;
    }

    .mission-vision .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .mission-box,
    .vision-box {
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .mission-box h2,
    .vision-box h2 {
        font-size: 1.5rem;
    }

    /* Video Section Centering */
    .video-showcase {
        padding: 40px 15px;
    }

    .video-showcase .video-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .video-text {
        text-align: center;
    }

    .video-text h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .video-text p {
        text-align: center;
    }

    .video-container {
        max-width: 100%;
        width: 100%;
    }

    /* Objectives Centering */
    .objectives {
        text-align: center;
        padding: 40px 15px;
    }

    .objectives h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .objectives-grid {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 20px;
        padding: 0;
    }

    .objective-card {
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .objective-card i {
        font-size: 2rem;
    }

    /* Leadership Section Centering */
    .leadership {
        text-align: center;
        padding: 40px 15px;
    }

    .leadership h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .leadership-grid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0;
    }

    .leader-card {
        text-align: center;
        max-width: 100%;
        width: 100%;
        flex: none;
    }

    .leader-image {
        height: 250px;
    }

    .leader-info {
        text-align: center;
        padding: 20px;
    }

    .leader-info h3 {
        font-size: 1.3rem;
    }

    .leader-title {
        font-size: 1rem;
    }

    .leader-social {
        justify-content: center;
        gap: 10px;
    }

    /* Separator Centering */
    .leadership-footer-separator {
        height: 120px;
    }

    .separator-content {
        justify-content: center;
        gap: 15px;
    }

    .separator-icon {
        font-size: 2rem;
    }

    /* General Container */
    .container {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0 15px;
    }
}

/* Mobile Extra Small - 375px and below */
@media screen and (max-width: 375px) {
    .about-hero-content h1 {
        font-size: 1.6rem;
    }

    .about-hero-content p {
        font-size: 0.95rem;
    }

    .mission-box h2,
    .vision-box h2 {
        font-size: 1.3rem;
    }

    .objectives h2 {
        font-size: 1.8rem;
    }

    .objective-card {
        padding: 15px;
    }

    .leadership h2 {
        font-size: 1.8rem;
    }

    .leader-card {
        width: 100%;
    }

    .leader-image {
        height: 200px;
    }

    .video-text h2 {
        font-size: 1.3rem;
    }
}

/* Dark Theme Support */
@media (prefers-color-scheme: dark) {
    :root {
        --text-color: #fff;
        --bg-color: #1a1a1a;
    }

    .mission-box, .vision-box, .leader-card {
        background: #2a2a2a;
    }

    .objective-card {
        background: rgba(255, 255, 255, 0.05);
    }
}

/* Dark Theme Enhancements */
[data-theme="dark"] .footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

[data-theme="dark"] .footer-section {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .newsletter-form input {
    background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .newsletter-form input:focus {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .social-link {
    background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .footer-bottom {
    background: rgba(0, 0, 0, 0.4);
}

/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 10px 0;
    border-bottom: 2px solid rgba(0, 0, 139, 0.1);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.logo img {
    height: 40px;
    transition: transform 0.3s ease;
}

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

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--secondary-color);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.menu-icon {
    width: 30px;
    height: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.menu-icon .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.menu-icon .bar:first-child {
    top: 0;
}

.menu-icon .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-icon .bar:last-child {
    bottom: 0;
}

.mobile-menu-btn.active .menu-icon .bar:first-child {
    transform: rotate(45deg);
    top: 9px;
}

.mobile-menu-btn.active .menu-icon .bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .menu-icon .bar:last-child {
    transform: rotate(-45deg);
    bottom: 9px;
}

.register-btn {
    display: inline-block;
    padding: 12px 28px;
    min-width: 160px;
    height: 48px;
    background: linear-gradient(135deg, #00008B 0%, #4169E1 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 139, 0.2);
}

.register-btn:hover {
    background: linear-gradient(135deg, #4169E1 0%, #00008B 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 139, 0.3);
    color: white !important;
    border-color: transparent;
}

.register-btn.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 139, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 139, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 139, 0);
    }
}

/* Dark theme support for register button */
[data-theme="dark"] .register-btn {
    background: linear-gradient(135deg, #4169E1 0%, #1a237e 100%);
    box-shadow: 0 4px 15px rgba(65, 105, 225, 0.2);
}

[data-theme="dark"] .register-btn:hover {
    background: linear-gradient(135deg, #1a237e 0%, #4169E1 100%);
    box-shadow: 0 6px 20px rgba(65, 105, 225, 0.3);
}

/* Theme Toggle */
.theme-toggle {
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.theme-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
        overflow-y: auto;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        width: 100%;
    }

    .nav-links a {
        font-size: 1.2rem;
        width: 100%;
        padding: 10px 0;
    }

    .theme-toggle {
        margin: 20px 0;
    }

    .register-btn {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

/* Dark Theme Support */
[data-theme="dark"] .navbar {
    background-color: rgba(26, 26, 26, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .nav-links a {
    color: white;
}

[data-theme="dark"] .menu-icon .bar {
    background-color: white;
}

[data-theme="dark"] .nav-menu {
    background: rgba(26, 26, 26, 0.95);
}

[data-theme="dark"] .theme-toggle {
    color: white;
}

[data-theme="dark"] .theme-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Animations */
@keyframes floatText {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(-100px, -100px) rotate(360deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

@keyframes gridMove {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

@keyframes connectionFlow {
    0%, 100% {
        transform: scaleY(1) translateY(0);
        opacity: 0;
    }
    50% {
        transform: scaleY(1.5) translateY(50px);
        opacity: 1;
    }
}

@keyframes particleFloat {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200px, -200px);
    }
}

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

/* Strategic Partners Section */
.strategic-partners {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #00008B 0%, #D2691E 50%, #FFA500 100%);
    overflow: hidden;
}

.ai-grid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 139, 0.15) 0%, rgba(210, 105, 30, 0.15) 50%, rgba(255, 165, 0, 0.15) 100%);
    opacity: 0.2;
    pointer-events: none;
}

.neural-nodes {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, transparent 2px);
    background-size: 50px 50px;
    animation: nodesPulse 4s ease-in-out infinite;
}

.connection-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49%, rgba(210, 105, 30, 0.1) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(255, 165, 0, 0.1) 50%, transparent 51%);
    background-size: 50px 50px;
    animation: linesFlow 20s linear infinite;
}

.strategic-partners .section-title {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: linear-gradient(45deg, #FFA500, #D2691E);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strategic-partners .section-subtitle {
    color: rgba(255,255,255,0.9);
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.partner-card {
    background: rgba(0, 0, 139, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.partner-card:hover {
    transform: translateY(-10px);
    border-color: #D2691E;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: rgba(0, 0, 139, 0.25);
}

.partner-content {
    padding: 40px;
    position: relative;
}

.partner-logo-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
}

.logo-sphere {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-sphere img {
    width: 110%;
    height: 105%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.sphere-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.2) 0%, transparent 70%);
    pointer-events: none;
}

.pulse-rings {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--chocolate);
    border-radius: 50%;
    animation: ringPulse 3s ease-out infinite;
    opacity: 0;
}

.ring:nth-child(2) { animation-delay: 1s; }
.ring:nth-child(3) { animation-delay: 2s; }

.partner-info {
    text-align: center;
    color: #fff;
}

.partner-info h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #fff, var(--chocolate));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-info h4 {
    font-size: 1.2rem;
    color: var(--chocolate);
    margin-bottom: 20px;
}

.partner-info p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 30px;
}

.partnership-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: var(--chocolate);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

.neural-connection-points {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.neural-connection-points span {
    width: 6px;
    height: 6px;
    background: var(--chocolate);
    border-radius: 50%;
    animation: pointPulse 2s ease-in-out infinite;
}

.neural-connection-points span:nth-child(2) { animation-delay: 0.6s; }
.neural-connection-points span:nth-child(3) { animation-delay: 1.2s; }

.partnership-benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefit-item i {
    color: var(--chocolate);
    font-size: 1.3rem;
}

.benefit-item:hover {
    color: #fff;
    transform: translateY(-5px);
}

@keyframes nodesPulse {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.2; }
}

@keyframes linesFlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes ringPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes pointPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.5); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 992px) {
    .partners-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .partnership-benefits {
        gap: 20px;
    }

    .benefit-item {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .strategic-partners .section-title {
        font-size: 2.5rem;
    }

    .partner-content {
        padding: 30px;
    }

    .partner-logo-wrapper {
        width: 120px;
        height: 120px;
    }

    .partnership-stats {
        grid-template-columns: 1fr;
    }
}

/* Dark Theme Adjustments */
[data-theme="dark"] .strategic-partners {
    background: linear-gradient(135deg, #000033 0%, #8B4513 50%, #CC7000 100%);
}

[data-theme="dark"] .partner-card {
    background: rgba(0, 0, 139, 0.2);
}


/* Advanced Animations */
    @keyframes quantum-float {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
            opacity: 0.2;
        }
        50% {
            transform: translateY(-15px) rotate(3deg);
            opacity: 0.4;
        }
    }

    @keyframes celestial-rotate {
        0% {
            transform: rotate(0deg) scale(1);
            opacity: 0.2;
            filter: hue-rotate(0deg);
        }
        50% {
            transform: rotate(180deg) scale(1.1);
            opacity: 0.3;
            filter: hue-rotate(90deg);
        }
        100% {
            transform: rotate(360deg) scale(1);
            opacity: 0.2;
            filter: hue-rotate(0deg);
        }
    }

    @keyframes ethereal-pulse {
        0%, 100% {
            transform: scale(1);
            box-shadow: 
                0 0 20px rgba(13, 13, 36, 0.4),
                0 0 40px rgba(210, 105, 30, 0.3),
                0 0 60px rgba(255, 140, 0, 0.2);
        }
        50% {
            transform: scale(1.03);
            box-shadow: 
                0 0 30px rgba(13, 13, 36, 0.5),
                0 0 60px rgba(210, 105, 30, 0.4),
                0 0 90px rgba(255, 140, 0, 0.3);
        }
    }

    /* Background Elements */
    .ai-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, 
            rgba(13, 13, 36, 0.95) 0%,
            rgba(210, 105, 30, 0.95) 50%,
            rgba(255, 140, 0, 0.95) 100%);
        background-size: 400% 400%;
        animation: celestial-rotate 30s infinite linear;
        z-index: -2;
    }

    .impact-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -3;
        overflow: hidden;
        opacity: 0.4;
    }

    .impact-circle {
        position: absolute;
        border-radius: 50%;
        background: radial-gradient(circle,
            rgba(255, 140, 0, 0.2) 0%,
            rgba(210, 105, 30, 0.15) 40%,
            rgba(13, 13, 36, 0.1) 60%,
            transparent 80%);
        animation: celestial-rotate 40s infinite linear;
        filter: blur(4px);
    }

    .impact-circle:nth-child(1) {
        width: 600px;
        height: 600px;
        top: 10%;
        left: 10%;
        animation-duration: 45s;
    }

    .impact-circle:nth-child(2) {
        width: 800px;
        height: 800px;
        top: 60%;
        left: 70%;
        animation-duration: 50s;
        animation-direction: reverse;
    }

    .impact-circle:nth-child(3) {
        width: 500px;
        height: 500px;
        top: 30%;
        left: 40%;
        animation-duration: 55s;
    }

    /* Main Content Styles */
    .quantum-leadership {
        padding: 4rem 2rem;
        position: relative;
        overflow: hidden;
        min-height: 100vh;
        background: linear-gradient(135deg, 
            rgba(13, 13, 36, 0.97),
            rgba(210, 105, 30, 0.97));
    }

    .content-wrapper {
        position: relative;
        z-index: 2;
        max-width: 1400px;
        margin: 0 auto;
    }

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

    /* Card Styles */
    .card-container {
        min-height: 500px;
        perspective: 1500px;
    }

    .quantum-card {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
        cursor: pointer;
    }

    .quantum-card::before {
        content: '';
        position: absolute;
        inset: -2px;
        background: linear-gradient(
            45deg,
            transparent,
            rgba(255, 140, 0, 0.3),
            rgba(210, 105, 30, 0.3),
            transparent
        );
        border-radius: 20px;
        z-index: -1;
        animation: neural-pulse 3s infinite;
    }

    .quantum-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.4),
            0 0 30px rgba(210, 105, 30, 0.3),
            0 0 60px rgba(255, 140, 0, 0.2);
    }

    .quantum-card:hover .quantum-img {
        transform: scale(1.1);
        filter: brightness(1.2);
    }

    .quantum-card-front,
    .quantum-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        background: rgba(13, 13, 36, 0.85);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(255, 140, 0, 0.2);
        box-shadow: 
            0 5px 15px rgba(0, 0, 0, 0.3),
            0 0 20px rgba(210, 105, 30, 0.2),
            0 0 40px rgba(255, 140, 0, 0.1);
    }

    .quantum-card-back {
        transform: rotateY(180deg);
        background: linear-gradient(
            135deg,
            rgba(13, 13, 36, 0.9),
            rgba(210, 105, 30, 0.9)
        );
    }

    .holographic-image {
        position: relative;
        overflow: hidden;
        height: 300px;
        border-radius: 20px 20px 0 0;
    }

    .quantum-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s ease;
        transform-origin: center;
    }

    /* Text Container Styles */
    .quantum-info,
    .quantum-info-back {
        padding: 1.5rem;
        color: #fff;
        background: rgba(13, 13, 36, 0.85);
        backdrop-filter: blur(12px);
        border-top: 1px solid rgba(255, 140, 0, 0.2);
        height: auto;
        max-height: 250px;
        overflow-y: auto;
    }

    .quantum-info-back {
        max-height: 100%;
        height: 100%;
    }

    /* Scrollbar Styling */
    .quantum-info::-webkit-scrollbar,
    .quantum-info-back::-webkit-scrollbar {
        width: 6px;
    }

    .quantum-info::-webkit-scrollbar-track,
    .quantum-info-back::-webkit-scrollbar-track {
        background: rgba(13, 13, 36, 0.5);
    }

    .quantum-info::-webkit-scrollbar-thumb,
    .quantum-info-back::-webkit-scrollbar-thumb {
        background: rgba(255, 140, 0, 0.5);
        border-radius: 3px;
    }

    /* Text Element Styles */
    .quantum-name {
        background: linear-gradient(
            90deg,
            #fff,
            #ffd700,
            #fff
        );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 0.4rem;
        text-shadow: 0 0 5px rgba(255, 140, 0, 0.3);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        animation: neural-pulse 4s infinite;
    }

    .quantum-title {
        background: linear-gradient(
            90deg,
            #ffa500,
            #ff8c00,
            #ffa500
        );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 0.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        animation: neural-pulse 4s infinite;
        opacity: 0.9;
    }

    .quantum-desc {
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.8rem;
        opacity: 0.9;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Achievements Section */
    .quantum-achievements {
        margin-top: 1.5rem;
        border-top: 1px solid rgba(255, 140, 0, 0.2);
        padding-top: 0.8rem;
    }

    .quantum-achievements h4 {
        color: #ffa500;
        font-size: 1rem;
        margin-bottom: 0.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .quantum-achievements li {
        color: #fff;
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
        padding-left: 1.2rem;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .quantum-achievements li:last-child {
        margin-bottom: 0;
    }

    .quantum-achievements li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: #ffa500;
    }

    /* Card Back Specific Styles */
    .quantum-card-back .quantum-info-back {
        display: flex;
        flex-direction: column;
    }

    .quantum-card-back .quantum-desc {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    /* Social Links */
    .quantum-social {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }

    .quantum-link {
        color: #ffa500;
        font-size: 1.2rem;
        transition: all 0.4s ease;
        opacity: 0.8;
    }

    .quantum-link:hover {
        color: #fff;
        opacity: 1;
        transform: translateY(-2px) scale(1.1);
        text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
    }

    /* Advanced Title Animation */
    @keyframes quantum-glow {
        0%, 100% {
            text-shadow: 
                0 0 10px rgba(255, 140, 0, 0.7),
                0 0 20px rgba(210, 105, 30, 0.5),
                0 0 30px rgba(13, 13, 36, 0.4);
            filter: brightness(1.2) hue-rotate(0deg);
        }
        50% {
            text-shadow: 
                0 0 15px rgba(255, 140, 0, 0.9),
                0 0 30px rgba(210, 105, 30, 0.7),
                0 0 45px rgba(13, 13, 36, 0.5);
            filter: brightness(1.4) hue-rotate(45deg);
        }
    }

    @keyframes neural-pulse {
        0%, 100% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
    }

    .neon-heading {
        text-align: center;
        font-size: 3.5rem;
        font-weight: 600;
        background: linear-gradient(
            120deg, 
            #ffa500 0%,
            #ff8c00 25%,
            #d2691e 50%,
            #ff8c00 75%,
            #ffa500 100%
        );
        background-size: 200% auto;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        animation: neural-pulse 8s infinite ease-in-out, quantum-glow 3s infinite;
        margin-bottom: 4rem;
        position: relative;
        z-index: 2;
        letter-spacing: 3px;
        font-family: 'Arial', sans-serif;
    }

    .neon-heading::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: blur(8px);
        opacity: 0.7;
        transform: translateY(2px);
    }

    .neon-heading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 140, 0, 0.8),
            rgba(210, 105, 30, 0.6),
            rgba(255, 140, 0, 0.8),
            transparent
        );
        animation: neural-pulse 4s infinite;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .holographic-grid {
            grid-template-columns: 1fr;
        }
        
        .neon-heading {
            font-size: 2.5rem;
            letter-spacing: 2px;
            margin-bottom: 3rem;
        }
        
        .card-container {
            min-height: 450px;
        }

        .impact-circle,
        .impact-pulse {
            display: none;
        }

        .quantum-info,
        .quantum-info-back {
            padding: 1.2rem;
        }

        .quantum-name {
            font-size: 1.1rem;
        }

        .quantum-title {
            font-size: 0.9rem;
        }

        .quantum-desc {
            font-size: 0.85rem;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        .quantum-achievements h4 {
            font-size: 0.9rem;
        }

        .quantum-achievements li {
            font-size: 0.8rem;
            margin-bottom: 0.3rem;
        }
    }
    /* Small Mobile Screens */
    @media (max-width: 480px) {
        .neon-heading {
            font-size: 2rem;
            letter-spacing: 1.5px;
            margin-bottom: 2.5rem;
            line-height: 1.2;
        }

        .neon-heading::before {
            filter: blur(6px);
        }

        .neon-heading::after {
            height: 1.5px;
        }

        .card-container {
            min-height: 400px;
        }

        .quantum-info,
        .quantum-info-back {
            padding: 1rem;
        }

        .quantum-name {
            font-size: 1rem;
        }

        .quantum-title {
            font-size: 0.85rem;
        }

        .quantum-desc {
            font-size: 0.8rem;
        }

        .quantum-achievements h4 {
            font-size: 0.85rem;
        }

        .quantum-achievements li {
            font-size: 0.75rem;
        }
    }

    /* Extra Small Mobile Screens */
    @media (max-width: 375px) {
        .neon-heading {
            font-size: 1.8rem;
            letter-spacing: 1px;
            margin-bottom: 2rem;
        }

        .neon-heading::before {
            filter: blur(5px);
        }

        .card-container {
            min-height: 380px;
        }

        .quantum-info,
        .quantum-info-back {
            padding: 0.9rem;
        }

        .quantum-name {
            font-size: 0.95rem;
        }

        .quantum-title {
            font-size: 0.8rem;
        }

        .quantum-desc {
            font-size: 0.75rem;
        }

        .quantum-achievements h4 {
            font-size: 0.8rem;
        }

        .quantum-achievements li {
            font-size: 0.7rem;
        }
    }

    /* Ultra Small Screens */
    @media (max-width: 320px) {
        .neon-heading {
            font-size: 1.6rem;
            letter-spacing: 0.5px;
            margin-bottom: 1.8rem;
        }

        .neon-heading::before {
            filter: blur(4px);
        }

        .neon-heading::after {
            height: 1px;
        }

        .card-container {
            min-height: 350px;
        }

        .quantum-info,
        .quantum-info-back {
            padding: 0.8rem;
        }

        .quantum-name {
            font-size: 0.9rem;
        }

        .quantum-title {
            font-size: 0.75rem;
        }

        .quantum-desc {
            font-size: 0.7rem;
        }

        .quantum-achievements h4 {
            font-size: 0.75rem;
        }

        .quantum-achievements li {
            font-size: 0.65rem;
        }
    }