/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Custom Neuron Cursor */
/* Default cursor for interactive elements with fallbacks */
a, button, .btn, .theme-toggle, .hamburger, .nav-link {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="4" fill="%23ff6b35" stroke="%23f7931e" stroke-width="2"/><path d="M16 2 L16 14 M16 18 L16 30 M2 16 L14 16 M18 16 L30 16" stroke="%23ff6b35" stroke-width="2.5" stroke-linecap="round"/><circle cx="6" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="6" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><path d="M6 6 L10 10 M26 6 L22 10 M6 26 L10 22 M26 26 L22 22" stroke="%23ffd23f" stroke-width="1.5" opacity="0.8"/></g></svg>') 16 16, pointer;
}

/* Text selection cursor with fallbacks */
input, textarea, [contenteditable] {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="1.5" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="2.5" fill="%23ffd23f" stroke="%23ff6b35" stroke-width="1.5"/><path d="M16 4 L16 12 M16 20 L16 28 M4 16 L12 16 M20 16 L28 16" stroke="%23ffd23f" stroke-width="2" stroke-linecap="round"/><circle cx="10" cy="10" r="1.5" fill="%23ff6b35" opacity="0.7"/><circle cx="22" cy="10" r="1.5" fill="%23ff6b35" opacity="0.7"/><circle cx="10" cy="22" r="1.5" fill="%23ff6b35" opacity="0.7"/><circle cx="22" cy="22" r="1.5" fill="%23ff6b35" opacity="0.7"/></g></svg>') 16 16, text;
}

/* Disabled state cursor with fallbacks */
button:disabled, .btn:disabled, a.disabled {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="1" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)" opacity="0.4"><circle cx="16" cy="16" r="3" fill="%23666" stroke="%23999" stroke-width="1"/><path d="M16 5 L16 11 M16 21 L16 27 M5 16 L11 16 M21 16 L27 16" stroke="%23666" stroke-width="1.5" stroke-linecap="round"/><circle cx="9" cy="9" r="1.5" fill="%23999" opacity="0.5"/><circle cx="23" cy="9" r="1.5" fill="%23999" opacity="0.5"/><circle cx="9" cy="23" r="1.5" fill="%23999" opacity="0.5"/><circle cx="23" cy="23" r="1.5" fill="%23999" opacity="0.5"/></g></svg>') 16 16, not-allowed;
}

/* Browser compatibility fallbacks */
@supports not (cursor: url()) {
    a, button, .btn, .theme-toggle, .hamburger, .nav-link {
        cursor: pointer;
    }
    
    input, textarea, [contenteditable] {
        cursor: text;
    }
    
    button:disabled, .btn:disabled, a.disabled {
        cursor: not-allowed;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
    transition: all 0.3s ease;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="3" fill="%23ff6b35" stroke="%23f7931e" stroke-width="1"/><path d="M16 3 L16 13 M16 19 L16 29 M3 16 L13 16 M19 16 L29 16" stroke="%23ff6b35" stroke-width="2" stroke-linecap="round"/><circle cx="8" cy="8" r="2" fill="%23ffd23f" opacity="0.8"/><circle cx="24" cy="8" r="2" fill="%23ffd23f" opacity="0.8"/><circle cx="8" cy="24" r="2" fill="%23ffd23f" opacity="0.8"/><circle cx="24" cy="24" r="2" fill="%23ffd23f" opacity="0.8"/><path d="M8 8 L12 12 M24 8 L20 12 M8 24 L12 20 M24 24 L20 20" stroke="%23ffd23f" stroke-width="1" opacity="0.6"/></g></svg>'), auto;
}

/* Color Variables */
:root {
    --primary-color: #ff6b35;
    --secondary-color: #f7931e;
    --accent-color: #ffd23f;
    --success-color: #4ade80;
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --bg-light: #ffffff;
    --bg-warm: #f8fafc;
    --border-color: rgba(0, 0, 0, 0.1);
    --shadow-color: rgba(0, 0, 0, 0.1);
    --gradient-primary: linear-gradient(135deg, #ff6b35, #f7931e);
    --gradient-secondary: linear-gradient(135deg, #ffd23f, #ff6b35);
    --gradient-warm: linear-gradient(135deg, #f8fafc, #ffffff);
}

/* Dark Theme Variables */
[data-theme="dark"] {
    --primary-color: #ff6b35;
    --secondary-color: #f7931e;
    --accent-color: #ffd23f;
    --success-color: #4ade80;
    --text-dark: #f7fafc;
    --text-light: #e2e8f0;
    --bg-light: #1a202c;
    --bg-warm: #2d3748;
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow-color: rgba(0, 0, 0, 0.3);
    --gradient-primary: linear-gradient(135deg, #ff6b35, #f7931e);
    --gradient-secondary: linear-gradient(135deg, #ffd23f, #ff6b35);
    --gradient-warm: linear-gradient(135deg, #2d3748, #1a202c);
}

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

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--bg-light);
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px var(--shadow-color);
    border-bottom: 1px solid var(--border-color);
}

[data-theme="dark"] .navbar {
    background: var(--bg-light);
    /* border-bottom: 1px solid var(--border-color); */
    /* box-shadow: 0 8px 32px var(--shadow-color); */
}

[data-theme="dark"] .nav-menu {
    background-color: var(--bg-light);
    /* border-top: 1px solid var(--border-color); */
    /* box-shadow: 0 10px 27px var(--shadow-color); */
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: var(--text-dark);
    font-size: 1.2rem;
}

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

.theme-toggle .fa-moon {
    display: none;
}

[data-theme="dark"] .theme-toggle .fa-sun {
    display: none;
}

[data-theme="dark"] .theme-toggle .fa-moon {
    display: block;
}

.nav-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color);
}

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

.nav-link:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: var(--bg-light);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

/* News Flash Carousel Section */
.news-flash {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--bg-warm), var(--bg-light));
    position: relative;
    overflow: hidden;
}

.news-flash::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="newsPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ff6b35" opacity="0.05"/><circle cx="10" cy="10" r="0.5" fill="%23ffd23f" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23newsPattern)"/></svg>');
    pointer-events: none;
    z-index: 1;
}

.news-flash .container {
    position: relative;
    z-index: 2;
}

.news-flash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.news-flash-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.news-flash-icon {
    color: var(--primary-color);
    animation: newsFlash 2s ease-in-out infinite;
}

@keyframes newsFlash {
    0%, 100% { 
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(255, 107, 53, 0.3));
    }
    50% { 
        transform: scale(1.1);
        filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.6));
    }
}

.news-flash-controls {
    display: flex;
    gap: 0.5rem;
}

.news-control {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    font-size: 1.2rem;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="4" fill="%23ff6b35" stroke="%23f7931e" stroke-width="2"/><path d="M16 2 L16 14 M16 18 L16 30 M2 16 L14 16 M18 16 L30 16" stroke="%23ff6b35" stroke-width="2.5" stroke-linecap="round"/><circle cx="6" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="6" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><path d="M6 6 L10 10 M26 6 L22 10 M6 26 L10 22 M26 26 L22 22" stroke="%23ffd23f" stroke-width="1.5" opacity="0.8"/></g></svg>') 16 16, pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.news-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: var(--gradient-secondary);
}

.news-control:active {
    transform: translateY(0);
}

.news-carousel-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.news-carousel {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-item {
    min-width: 100%;
    display: flex;
    gap: 2rem;
    padding: 2.5rem;
    background: var(--bg-light);
    align-items: center;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s ease;
}

.news-item.active {
    opacity: 1;
    transform: translateX(0);
}

.news-image {
    position: relative;
    flex: 0 0 300px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    animation: badgePulse 2s ease-in-out infinite;
}

.news-badge:has-text("NEW") {
    background: rgba(255, 107, 53, 0.9);
    color: white;
}

.news-badge:has-text("UPCOMING") {
    background: rgba(255, 210, 63, 0.9);
    color: #1a202c;
}

.news-badge:has-text("FUNDED") {
    background: rgba(74, 222, 128, 0.9);
    color: white;
}

.news-badge:has-text("AWARD") {
    background: rgba(147, 51, 234, 0.9);
    color: white;
}

/* Badge styles by content */
.news-item:nth-child(1) .news-badge {
    background: rgba(255, 107, 53, 0.9);
    color: white;
}

.news-item:nth-child(2) .news-badge {
    background: rgba(255, 210, 63, 0.9);
    color: #1a202c;
}

.news-item:nth-child(3) .news-badge {
    background: rgba(74, 222, 128, 0.9);
    color: white;
}

.news-item:nth-child(4) .news-badge {
    background: rgba(147, 51, 234, 0.9);
    color: white;
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(255, 107, 53, 0);
    }
}

.news-content {
    flex: 1;
    padding-left: 1rem;
}

.news-date {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: var(--bg-warm);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 15px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.news-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-description {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.news-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.news-tag {
    padding: 0.3rem 0.8rem;
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(255, 210, 63, 0.1));
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.news-tag:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-1px);
}

.news-indicators {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.news-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.3);
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="4" fill="%23ff6b35" stroke="%23f7931e" stroke-width="2"/><path d="M16 2 L16 14 M16 18 L16 30 M2 16 L14 16 M18 16 L30 16" stroke="%23ff6b35" stroke-width="2.5" stroke-linecap="round"/><circle cx="6" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="6" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><path d="M6 6 L10 10 M26 6 L22 10 M6 26 L10 22 M26 26 L22 22" stroke="%23ffd23f" stroke-width="1.5" opacity="0.8"/></g></svg>') 16 16, pointer;
    transition: all 0.3s ease;
}

.news-dot.active {
    background: var(--primary-color);
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.news-dot:hover {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Dark Theme Support */
[data-theme="dark"] .news-flash {
    background: linear-gradient(135deg, var(--bg-warm), var(--bg-light));
}

[data-theme="dark"] .news-item {
    background: var(--bg-light);
}

[data-theme="dark"] .news-date {
    background: var(--bg-warm);
    border-color: rgba(255, 107, 53, 0.3);
}

[data-theme="dark"] .news-tag {
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.2), rgba(255, 210, 63, 0.2));
    border-color: rgba(255, 107, 53, 0.3);
}

/* News Flash Mobile Responsiveness */
@media (max-width: 768px) {
    .news-flash {
        padding: 60px 0;
    }
    
    .news-flash-header {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .news-flash-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .news-item {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        gap: 1.5rem;
    }
    
    .news-image {
        flex: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .news-content {
        padding-left: 0;
    }
    
    .news-title {
        font-size: 1.3rem;
    }
    
    .news-description {
        font-size: 0.95rem;
    }
    
    .news-tags {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .news-flash-title {
        font-size: 1.8rem;
    }
    
    .news-item {
        padding: 1.5rem;
    }
    
    .news-image {
        height: 180px;
    }
    
    .news-title {
        font-size: 1.2rem;
    }
    
    .news-control {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}




.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hero-description {
    font-size: 1.5em;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    background: var(--gradient-secondary);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}

.btn-secondary:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-2px);
    border-color: var(--primary-color);
}

/* Hero Portrait */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-portrait {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.portrait-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-portrait:hover .portrait-image {
    transform: scale(1.05);
}

.portrait-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(247, 147, 30, 0.1));
    pointer-events: none;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--text-dark);
    animation: fadeInUp 1s ease-out 1s both;
    z-index: 2;
}

.scroll-text {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.scroll-arrow {
    animation: bounce 2s infinite;
}

.scroll-arrow i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Section Styles */
section {
    padding: 80px 0;
}

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

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

/* About Section */
.about {
    background: var(--bg-light);
    padding: 100px 0;
}

[data-theme="dark"] .about-image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .about-description {
    color: var(--text-light);
}

[data-theme="dark"] .section-title {
    color: var(--text-dark);
}

[data-theme="dark"] .update-card {
    background: var(--bg-warm);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .update-content h3 {
    color: var(--text-dark);
}

[data-theme="dark"] .update-content p {
    color: var(--text-light);
}

[data-theme="dark"] .tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
}

[data-theme="dark"] .contact-form {
    background: var(--bg-warm);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
    background: var(--bg-warm);
    color: var(--text-dark);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Additional Dark Theme Styles */
[data-theme="dark"] .stat-item {
    background: var(--bg-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .education-item {
    background: var(--bg-light);
    border-left-color: var(--primary-color);
}

[data-theme="dark"] .timeline-content {
    background: var(--bg-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .timeline-marker {
    border-color: var(--bg-light);
    box-shadow: 0 0 0 4px var(--bg-warm);
}

[data-theme="dark"] .university-logo {
    background: var(--bg-light);
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .portrait-overlay {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(247, 147, 30, 0.2));
}

[data-theme="dark"] .about-image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .hero-portrait {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    padding-right: 2rem;
}

.about-description {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.educational-background {
    margin: 2.5rem 0;
    padding: 2rem;
    background: var(--bg-warm);
    border-radius: 16px;
    border: 1px solid rgba(255, 107, 53, 0.1);
}

.education-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    text-align: center;
}

.education-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.education-item {
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
}

.education-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.education-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.university-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.logo-image {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.education-degree {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.education-degree i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.education-degree span {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.education-school {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.education-focus {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.6;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-warm);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

.about-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.lab-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-image:hover .lab-image {
    transform: scale(1.05);
}

/* Updates Section */
.updates {
    background: var(--bg-warm);
    padding: 100px 0;
}

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

.update-card {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    gap: 1.5rem;
}

.update-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.update-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    padding: 1rem;
    background: var(--gradient-primary);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.date-day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
}

.update-content {
    flex: 1;
}

.update-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.update-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.update-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background: var(--bg-warm);
    color: var(--text-light);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag:hover {
    background: var(--primary-color);
    color: white;
}

/* Research Section */
.research {
    background: var(--bg-light);
}

[data-theme="dark"] .research-card {
    background: var(--bg-warm);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .research-card h3 {
    color: var(--text-dark);
}

[data-theme="dark"] .research-card p {
    color: var(--text-light);
}

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

.research-card {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.research-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.research-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.research-icon i {
    font-size: 1.5rem;
    color: white;
}

.research-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.research-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Education Section */
.education {
    background: var(--bg-warm);
}

/* Tab Interface Styles */
.tabs-container {
    margin-top: 2rem;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    background: var(--bg-light);
    border-radius: 15px;
    padding: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.tabs-nav::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    width: calc(50% - 0.5rem);
    background: var(--gradient-primary);
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.tabs-nav.teaching-active::before {
    transform: translateX(100%);
}

.tab-btn {
    flex: 1;
    padding: 1rem 2rem;
    border: none;
    background: transparent;
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 600;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="16" cy="16" r="4" fill="%23ff6b35" stroke="%23f7931e" stroke-width="2"/><path d="M16 2 L16 14 M16 18 L16 30 M2 16 L14 16 M18 16 L30 16" stroke="%23ff6b35" stroke-width="2.5" stroke-linecap="round"/><circle cx="6" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="6" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="6" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><circle cx="26" cy="26" r="2.5" fill="%23ffd23f" opacity="0.9"/><path d="M6 6 L10 10 M26 6 L22 10 M6 26 L10 22 M26 26 L22 22" stroke="%23ffd23f" stroke-width="1.5" opacity="0.8"/></g></svg>') 16 16, pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tab-btn:hover {
    color: var(--text-dark);
    transform: translateY(-1px);
}

.tab-btn.active {
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tab-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.tab-btn:hover i {
    transform: scale(1.1);
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    width: 100%;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
}

/* Achievement Tags */
.timeline-achievements {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.achievement-tag {
    padding: 0.3rem 0.8rem;
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(255, 210, 63, 0.1));
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.achievement-tag:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.achievement-tag:hover::before {
    left: 100%;
}

/* Enhanced Timeline for Tabs */
.tabs-container .timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.tabs-container .timeline-content {
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tabs-container .timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 0 2px 2px 0;
}

.tabs-container .timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.tabs-container .timeline-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    position: relative;
}

.tabs-container .timeline-content h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
}

.tabs-container .timeline-org {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.tabs-container .timeline-year {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    padding: 0.3rem 0.8rem;
    background: var(--bg-warm);
    border-radius: 12px;
    display: inline-block;
    border: 1px solid rgba(255, 107, 53, 0.1);
}

.tabs-container .timeline-content p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Tab Animation Enhancements */
@keyframes tabSlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tab-content.active .timeline-item {
    animation: tabSlideIn 0.6s ease forwards;
}

.tab-content.active .timeline-item:nth-child(2) {
    animation-delay: 0.1s;
}

.tab-content.active .timeline-item:nth-child(3) {
    animation-delay: 0.2s;
}

.tab-content.active .timeline-item:nth-child(4) {
    animation-delay: 0.3s;
}

.tab-content.active .timeline-item:nth-child(5) {
    animation-delay: 0.4s;
}

/* Dark Theme Support for Tabs */
[data-theme="dark"] .tabs-nav {
    background: var(--bg-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .tabs-container .timeline-content {
    background: var(--bg-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .tabs-container .timeline-year {
    background: var(--bg-warm);
    border-color: rgba(255, 107, 53, 0.2);
}

[data-theme="dark"] .achievement-tag {
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.2), rgba(255, 210, 63, 0.2));
    border-color: rgba(255, 107, 53, 0.3);
}

/* Mobile Responsiveness for Tabs */
@media (max-width: 768px) {
    .tabs-nav {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .tabs-nav::before {
        display: none;
    }
    
    .tab-btn {
        padding: 0.8rem 1.5rem;
        border-radius: 12px;
        background: var(--bg-warm);
        border: 1px solid rgba(255, 107, 53, 0.2);
    }
    
    .tab-btn.active {
        background: var(--gradient-primary);
        border-color: var(--primary-color);
    }
    
    .tabs-container .timeline::before {
        left: 20px;
    }
    
    .tabs-container .timeline-marker {
        left: 20px;
    }
    
    .tabs-container .timeline-content {
        width: calc(100% - 60px);
        left: 60px !important;
        padding: 1.5rem;
    }
    
    .tabs-container .timeline-content h3 {
        font-size: 1.2rem;
    }
    
    .timeline-achievements {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        font-size: 0.9rem;
        padding: 0.7rem 1rem;
    }
    
    .tabs-container .timeline-content {
        padding: 1rem;
    }
    
    .achievement-tag {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }
}

.timeline {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 4px #e2e8f0;
}

.timeline-content {
    width: 45%;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}


.timeline-item:nth-child(odd) .timeline-content {
    left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    left: 55%;
}

.timeline-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.timeline-org {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.timeline-year {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.timeline-content p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Publications Section */
.publications {
    background: var(--bg-light);
}

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

.publication-item {
    background: var(--bg-warm);
    padding: 1rem;
    border-radius: 12px;
    /* border-left: 4px solid var(--primary-color); */
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.publication-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.publication-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.35rem;
    gap: 1rem;
}

.publication-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.publication-year {
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.publication-authors {
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.publication-journal {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0;
}

.publications-footer {
    text-align: center;
    margin-top: 2rem;
}

.publications-footer .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Dark theme support */
[data-theme="dark"] .publication-item {
    background: var(--bg-warm);
    border-left-color: var(--primary-color);
}

[data-theme="dark"] .publication-item h3 {
    color: var(--text-dark);
}

[data-theme="dark"] .publication-authors {
    color: var(--text-light);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .publications-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .publication-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .publication-year {
        align-self: flex-start;
    }
}

/* Recognition Section */
.recognition {
    background: var(--bg-light);
}

/* Recognition Tabs */
.recognition-tabs {
    margin-top: 2rem;
}

.recognition-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    background: var(--bg-warm);
    border-radius: 15px;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
}

.recognition-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0.05;
    border-radius: 15px;
}

.recognition-tab-btn {
    background: transparent;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-light);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
    min-width: 0;
}

.recognition-tab-btn:hover {
    color: var(--text-dark);
    background: rgba(255, 107, 53, 0.1);
}

.recognition-tab-btn.active {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    transform: translateY(-2px);
}

.recognition-tab-btn i {
    font-size: 1.1rem;
}

.recognition-tab-content {
    display: none;
    animation: fadeInUp 0.5s ease forwards;
}

.recognition-tab-content.active {
    display: contents;
}

/* Publications Tab Styles */
.publications-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Awards Tab Styles */
.awards-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.award-item {
    background: var(--bg-warm);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.award-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-secondary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.award-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px var(--shadow-color);
    border-color: var(--secondary-color);
}

.award-item:hover::before {
    transform: scaleX(1);
}

.award-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.award-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
}

.award-icon i {
    font-size: 1.5rem;
    color: white;
    z-index: 2;
    position: relative;
}

.award-content h3 {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.award-status {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
}

/* Media Tab Styles */
.media-content {
    max-width: 1200px;
    margin: 0 auto;
}

.media-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.media-main {
    width: 100%;
}

.media-item {
    background: var(--bg-warm);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.media-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.media-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--shadow-color);
    border-color: var(--primary-color);
}

.media-item:hover::before {
    transform: scaleX(1);
}

.media-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.media-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.media-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
}

.media-icon i {
    font-size: 2rem;
    color: white;
    z-index: 2;
    position: relative;
}

.media-title-section h3 {
    color: var(--text-dark);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.media-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
}

.media-description {
    margin-bottom: 2rem;
}

.media-description p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.media-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-tag {
    background: rgba(255, 107, 53, 0.1);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: rgba(255, 107, 53, 0.2);
    transform: translateY(-2px);
}

.feature-tag i {
    font-size: 0.9rem;
}

/* Media Links Styles */
.media-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 2rem;
}

.podcast-links,
.social-links {
    background: var(--bg-warm);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.podcast-links:hover,
.social-links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px var(--shadow-color);
    border-color: var(--primary-color);
}

.podcast-links h4,
.social-links h4 {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.podcast-links h4::before {
    content: '';
    width: 3px;
    height: 20px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.social-links h4::before {
    content: '';
    width: 3px;
    height: 20px;
    background: var(--gradient-secondary);
    border-radius: 2px;
}

.link-item {
    margin-bottom: 0.75rem;
}

.link-item:last-child {
    margin-bottom: 0;
}

.podcast-link,
.social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: rgba(255, 107, 53, 0.05);
}

.podcast-link:hover,
.social-link:hover {
    background: rgba(255, 107, 53, 0.1);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

.podcast-link i,
.social-link i {
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.podcast-link i {
    color: var(--primary-color);
}

.social-link i {
    color: var(--secondary-color);
}

.podcast-link span,
.social-link span {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.95rem;
}

.podcast-link:hover span,
.social-link:hover span {
    color: var(--primary-color);
}

/* Platform-specific colors */
.podcast-link[href*="spotify"] i {
    color: #1DB954;
}

.podcast-link[href*="apple"] i {
    color: #007AFF;
}

.podcast-link[href*="youtube"] i {
    color: #FF0000;
}

.podcast-link[href*="google"] i {
    color: #4285F4;
}

.social-link[href*="twitter"] i {
    color: #1DA1F2;
}

.social-link[href*="linkedin"] i {
    color: #0077B5;
}

.social-link[href*="instagram"] i {
    color: #E4405F;
}

/* Dark theme support for recognition */
[data-theme="dark"] .recognition-nav {
    background: var(--bg-warm);
}

[data-theme="dark"] .award-item,
[data-theme="dark"] .media-item {
    background: var(--bg-warm);
    border-color: var(--border-color);
}

[data-theme="dark"] .award-item:hover,
[data-theme="dark"] .media-item:hover {
    border-color: var(--primary-color);
}

[data-theme="dark"] .award-content h3,
[data-theme="dark"] .media-title-section h3 {
    color: var(--text-dark);
}

[data-theme="dark"] .award-status,
[data-theme="dark"] .media-subtitle,
[data-theme="dark"] .media-description p {
    color: var(--text-light);
}

/* Mobile responsiveness for recognition */
@media (max-width: 768px) {
    .recognition-nav {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .recognition-tab-btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .award-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .award-icon {
        width: 50px;
        height: 50px;
    }
    
    .award-icon i {
        font-size: 1.2rem;
    }
    
    .media-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .media-links {
        position: static;
        order: -1;
    }
    
    .media-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .media-icon {
        width: 60px;
        height: 60px;
    }
    
    .media-icon i {
        font-size: 1.5rem;
    }
    
    .media-features {
        justify-content: center;
    }
    
    .feature-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .podcast-links,
    .social-links {
        padding: 1rem;
    }
    
    .podcast-link,
    .social-link {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .recognition-tab-btn {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .recognition-tab-btn i {
        font-size: 1rem;
    }
    
    .media-item {
        padding: 1.5rem;
    }
    
    .media-title-section h3 {
        font-size: 1.3rem;
    }
}

/* Global Education Section */
.global-education {
    background: var(--bg-light);
    padding: 5rem 0;
}

.global-education-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.global-education-text {
    padding-right: 2rem;
}

.text-content h3 {
    color: var(--text-dark);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.text-content p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
}

.stat-item {
    text-align: center;
    padding: 1rem;
    background: var(--bg-warm);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px var(--shadow-color);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}

.key-initiatives {
    margin-top: 2rem;
}

.key-initiatives h4 {
    color: var(--text-dark);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.initiatives-list {
    list-style: none;
    padding: 0;
}

.initiatives-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    color: var(--text-light);
    font-size: 1rem;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.initiatives-list li:last-child {
    border-bottom: none;
}

.initiatives-list li:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}

.initiatives-list li i {
    color: var(--primary-color);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Carousel Styles */
.global-education-carousel {
    position: relative;
}

.carousel-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px var(--shadow-color);
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.slide-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.carousel-slide:hover .slide-image img {
    transform: scale(1.05);
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.placeholder-image i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem;
    color: white;
}

.slide-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.slide-content p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.slide-year {
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
}

.carousel-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-btn:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.carousel-btn i {
    color: var(--text-dark);
    font-size: 1.2rem;
}

.carousel-indicators {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* Dark theme support for global education */
[data-theme="dark"] .global-education {
    background: var(--bg-light);
}

[data-theme="dark"] .stat-item {
    background: var(--bg-warm);
}

[data-theme="dark"] .text-content h3,
[data-theme="dark"] .key-initiatives h4 {
    color: var(--text-dark);
}

[data-theme="dark"] .text-content p,
[data-theme="dark"] .initiatives-list li {
    color: var(--text-light);
}

[data-theme="dark"] .initiatives-list li {
    border-bottom-color: var(--border-color);
}

/* Mobile responsiveness for global education */
@media (max-width: 768px) {
    .global-education-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .global-education-text {
        padding-right: 0;
    }
    
    .text-content h3 {
        font-size: 1.5rem;
    }
    
    .impact-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .carousel-wrapper {
        height: 300px;
    }
    
    .carousel-controls {
        padding: 0 0.5rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-btn i {
        font-size: 1rem;
    }
    
    .slide-overlay {
        padding: 1.5rem;
    }
    
    .slide-content h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .global-education {
        padding: 3rem 0;
    }
    
    .carousel-wrapper {
        height: 250px;
    }
    
    .placeholder-image {
        font-size: 1rem;
    }
    
    .placeholder-image i {
        font-size: 2rem;
    }
    
    .slide-overlay {
        padding: 1rem;
    }
    
    .slide-content h4 {
        font-size: 1rem;
    }
    
    .slide-content p {
        font-size: 0.9rem;
    }
}

/* Contact Section */
.contact {
    background: var(--bg-warm);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.contact-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.contact-item p {
    color: var(--text-light);
    line-height: 1.6;
}

.contact-form {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: #ffffff;
    text-align: center;
    padding: 2rem 0;
}

.footer p {
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--bg-light);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

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

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

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

    .hero-buttons {
        justify-content: center;
    }

    .hero-portrait {
        width: 280px;
        height: 320px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .about-text {
        padding-right: 0;
    }

    .educational-background {
        margin: 2rem 0;
        padding: 1.5rem;
    }

    .education-items {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .education-item {
        padding: 1.25rem;
    }

    .education-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .university-logo {
        width: 60px;
        height: 60px;
    }

    .logo-image {
        width: 40px;
        height: 40px;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about-image {
        width: 100%;
        max-width: 350px;
        height: 250px;
    }


    .updates-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .update-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .update-date {
        min-width: auto;
        width: 80px;
        margin: 0 auto;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-marker {
        left: 20px;
    }

    .timeline-content {
        width: calc(100% - 60px);
        left: 60px !important;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .research-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 0 1rem;
    }

    section {
        padding: 60px 0;
    }
}

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

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

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Video Thumbnails Styles */
.video-thumbnails {
    margin-top: 2rem;
}

.video-thumbnails h4 {
    color: var(--text-primary);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.video-thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: var(--card-bg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.video-thumbnail a {
    display: block;
    position: relative;
    text-decoration: none;
}

.thumbnail-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-overlay i {
    color: white;
    font-size: 1.2rem;
    margin-left: 3px; /* Slight adjustment for play icon centering */
}

.video-thumbnail:hover .play-overlay {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-thumbnail h5 {
    padding: 0.75rem 1rem;
    margin: 0;
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Responsive adjustments for video thumbnails */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .thumbnail-img {
        height: 100px;
    }
    
    .play-overlay {
        width: 40px;
        height: 40px;
    }
    
    .play-overlay i {
        font-size: 1rem;
    }
    
    .video-thumbnail h5 {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
}

/* Contact Form Styles */
.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    animation: slideInUp 0.3s ease;
}

.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.form-message p {
    margin: 0;
    line-height: 1.4;
}

/* Form Validation Styles */
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.field-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    animation: fadeIn 0.3s ease;
}

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

/* Button Loading State */
.btn-loading {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Form Input Focus States */
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
    transition: all 0.3s ease;
}

/* Responsive Form Styles */
@media (max-width: 768px) {
    .form-message {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .form-message i {
        font-size: 1rem;
    }
    
    .field-error {
        font-size: 0.8rem;
    }
}

