:root {
    /* الألوان الأساسية - تم تحديثها لتكون أكثر عصرية وجذابة */
    --bg-color: #050b1a;
    --primary-color: #7c3aed;
    --secondary-color: #4f46e5;
    --card-bg: #0f172a;
    --heading-color: #ffffff;
    --text-color: #e2e8f0;
    
    /* تدرجات لونية جديدة وحديثة */
    --gradient-start: #7c3aed;
    --gradient-end: #3b82f6;
    --gradient-accent: #8b5cf6;
    --hover-color: #a78bfa;
    --accent-color: #10b981;
    --accent-secondary: #f43f5e;
    
    /* تأثيرات الظل والزجاج المحسنة */
    --card-shadow: rgba(124, 58, 237, 0.3);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.15);
    --glass-shadow: 0 10px 40px rgba(31, 38, 135, 0.25);
    --neumorphic-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 12px rgba(255, 255, 255, 0.03);
    
    /* تأثيرات الحركة والانتقال المحسنة */
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --transition-spring: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-elastic: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    
    /* تأثيرات النيون والتوهج المحسنة */
    --neon-glow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color), 0 0 30px var(--primary-color);
    --text-glow: 0 0 8px rgba(124, 58, 237, 0.8);
    --box-glow: 0 0 15px rgba(124, 58, 237, 0.5);
    --hover-glow: 0 0 20px var(--accent-color), 0 0 40px var(--accent-color);
    
    /* تدرجات خاصة محسنة */
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    --gradient-border: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    --gradient-conic: conic-gradient(from 225deg, var(--primary-color), var(--gradient-accent), var(--accent-color), var(--gradient-end), var(--primary-color));
    --gradient-mesh: radial-gradient(circle at 50% 50%, var(--primary-color) 0%, transparent 50%);
    
    /* متغيرات الحركة المحسنة */
    --animation-speed-slow: 1.5s;
    --animation-speed-normal: 0.8s;
    --animation-speed-fast: 0.4s;
    
    /* متغيرات جديدة للتأثيرات الحديثة */
    --blur-effect: blur(12px);
    --scale-hover: scale(1.05);
    --rotate-hover: rotate(3deg);
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --border-radius-xl: 32px;
    --border-radius-full: 9999px;
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background-color: var(--bg-color);
    background-image: 
        radial-gradient(circle at 5% 10%, rgba(124, 58, 237, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 95% 85%, rgba(59, 130, 246, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
        radial-gradient(ellipse at 20% 40%, rgba(244, 63, 94, 0.05) 0%, transparent 25%),
        radial-gradient(ellipse at 80% 30%, rgba(139, 92, 246, 0.05) 0%, transparent 25%);
    background-attachment: fixed;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    transition: var(--transition-smooth);
    scroll-behavior: smooth;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%237c3aed' fill-opacity='0.03' d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}

body.theme-transition *,
body.language-transition * {
    transition: opacity 0.3s ease;
}

@keyframes rotateIn {
    from {
        transform: rotate(-180deg) scale(0.8);
        opacity: 0;
    }
    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

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

.theme-language-controls {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.8rem;
    z-index: 1000;
}

.theme-toggle, .language-toggle {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
    padding: 0.7rem;
    border-radius: var(--border-radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transition: var(--transition-bounce);
    animation: floatAnimation 3s ease-in-out infinite alternate;
    box-shadow: var(--glass-shadow);
    width: 2.5rem;
    height: 2.5rem;
}

@keyframes floatAnimation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

.theme-toggle:hover, .language-toggle:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--box-glow);
    border-color: transparent;
}

.theme-icon {
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
    filter: drop-shadow(0 0 2px var(--primary-color));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.theme-toggle:hover .theme-icon {
    transform: none;
    filter: none;
}

.sun-icon {
    display: none;
}

body.light-theme .moon-icon {
    display: none;
}

body.light-theme .sun-icon {
    display: block;
}

.language-toggle {
    font-weight: 500;
    min-width: 2.5rem;
    text-transform: uppercase;
}

.profile-info h2, .profile-info p, .projects h2, .contact h2 {
    animation: none;
}

.container {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
}

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

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

body.theme-transition .container,
body.language-transition .container {
    opacity: 0.8;
    transform: scale(0.98) rotate(2deg);
}

body.theme-transition .theme-toggle,
body.language-transition .language {
    transform: rotate(180deg);
    opacity: 0.5;
}

@keyframes rotateIn {
    from {
        transform: rotate(-180deg) scale(0.8);
        opacity: 0;
    }
    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

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

.theme-language-controls {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.8rem;
    z-index: 1000;
}

.theme-toggle, .language-toggle {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
    padding: 0.7rem;
    border-radius: var(--border-radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transition: var(--transition-bounce);
    animation: floatAnimation 3s ease-in-out infinite alternate;
    box-shadow: var(--glass-shadow);
    width: 2.5rem;
    height: 2.5rem;
}

@keyframes floatAnimation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

.theme-toggle:hover, .language-toggle:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), var(--box-glow);
    border-color: transparent;
}

.theme-icon {
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
    filter: drop-shadow(0 0 2px var(--primary-color));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.theme-toggle:hover .theme-icon {
    transform: none;
    filter: none;
}

.sun-icon {
    display: none;
}

body.light-theme .moon-icon {
    display: none;
}

body.light-theme .sun-icon {
    display: block;
}

.language-toggle {
    font-weight: 500;
    min-width: 2.5rem;
    text-transform: uppercase;
}

.profile-info h2, .profile-info p, .projects h2, .contact h2 {
    animation: none;
}

.container {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
}

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

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

body.theme-transition .container,
body.language-transition .container {
    opacity: 0.8;
    transform: scale(0.98) rotate(2deg);
}

body.theme-transition .theme-toggle,
body.language-transition .language {
    transform: rotate(180deg);
    opacity: 0.5;
}

body.light-theme {
    --bg-color: #ffffff;
    --text-color: #333333;
    --primary-color: #4169E1;
    --card-bg: #f5f5f5;
    --heading-color: #000000;
}

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

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .profile-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .profile-image {
        width: 60%;
        margin-bottom: 20px;
        transform: scale(0.95);
        transition: var(--transition-smooth);
    }

    .profile-image:hover {
        transform: scale(1);
    }

    .profile-info {
        width: 100%;
        padding: 0 10px;
    }

    .welcome-content h1 {
        font-size: 2em;
        line-height: 1.3;
    }

    .welcome-content p {
        font-size: 1em;
        line-height: 1.6;
    }

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

    .project-card {
        padding: 20px;
        margin: 10px 0;
    }

    .project-card:hover {
        transform: translateY(-5px) rotateX(3deg);
    }

    .skills-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .skill {
        padding: 8px 16px;
        font-size: 0.85em;
    }
}

@media screen and (max-width: 480px) {
    .profile-image {
        width: 80%;
    }

    .skills {
        justify-content: center;
    }

    .skill {
        padding: 8px 16px;
        font-size: 14px;
    }

    .welcome-content h1 {
        font-size: 1.8em;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

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

.welcome-section {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border-radius: var(--border-radius-lg);
    padding: 60px 40px;
    margin: 20px 0 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset, var(--neon-glow);
    transform: translateY(0);
    transition: var(--transition-spring);
    position: relative;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
}

.welcome-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: var(--gradient-conic);
    opacity: 0.15;
    z-index: -1;
    animation: rotateBg 30s linear infinite;
    pointer-events: none;
}

.welcome-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
    z-index: -1;
    opacity: 0.5;
}

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

.welcome-section:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px var(--primary-color), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.welcome-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.welcome-content h1 {
    font-size: 3em;
    color: #ffffff;
    margin: 0 0 20px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), var(--text-glow);
    animation: fadeInDown 0.8s ease-out;
    background: linear-gradient(to right, #ffffff, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 800;
}

.welcome-content p {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.7;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.welcome-decoration {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: var(--border-radius-full);
    animation: scaleIn 0.8s ease-out 0.4s both, glowPulse 2s ease-in-out infinite alternate;
    box-shadow: var(--box-glow);
}

@keyframes glowPulse {
    0% { box-shadow: 0 0 5px var(--primary-color); }
    100% { box-shadow: 0 0 15px var(--primary-color), 0 0 30px var(--accent-color); }
}

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

@keyframes scaleIn {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
}

.hidden-admin-link {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.language, .theme-toggle {
    color: var(--primary-color);
    cursor: pointer;
    margin-left: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backface-visibility: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--card-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.theme-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 20px;
    height: 20px;
}

.light-theme .theme-icon.sun {
    transform: rotate(0) scale(1);
    opacity: 1;
}

.light-theme .theme-icon.moon {
    transform: rotate(-90deg) scale(0.5);
    opacity: 0;
}

.theme-icon.sun {
    transform: rotate(90deg) scale(0.5);
    opacity: 0;
}

.theme-icon.moon {
    transform: rotate(0) scale(1);
    opacity: 1;
}

.language:hover, .theme-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.profile-image {
    width: 35%;
    border-radius: var(--border-radius-full);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(124, 58, 237, 0.3);
    transition: var(--transition-spring);
    position: relative;
    z-index: 1;
    animation: profilePulse 3s infinite alternate;
}

@keyframes profilePulse {
    0% { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(124, 58, 237, 0.3); }
    100% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(124, 58, 237, 0.5), 0 0 30px var(--primary-color); }
}

.profile-image::before {
    content: '';
    position: absolute;
    inset: -5px;
    background: var(--gradient-conic);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    animation: rotateBg 15s linear infinite;
    border-radius: var(--border-radius-full);
}

.profile-image:hover {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(124, 58, 237, 0.4), 0 0 30px var(--primary-color);
    animation: none;
}

.profile-image:hover::before {
    opacity: 0.5;
    transform: scale(1.1);
}

.profile-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.profile-image:hover img {
    transform: scale(1.1);
}

.profile-info {
    width: 60%;
}

.profile-info h2 {
    margin: 0 0 20px;
    font-size: 36px;
    color: var(--heading-color);
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInDown 0.8s ease-out;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    text-shadow: var(--text-glow);
}

.profile-info .bio {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-color);
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.personal-details {
    background: var(--glass-bg);
    border-radius: var(--border-radius-lg);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid var(--glass-border);
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
    animation: fadeIn 1s ease-out;
    box-shadow: var(--glass-shadow);
    transition: var(--transition-spring);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}

.personal-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.1), transparent 80%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.personal-details:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), var(--box-glow);
}

.personal-details:hover::before {
    opacity: 1;
    animation: shimmer 2s infinite;
}

.detail-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: var(--transition-smooth);
    transform: translateZ(0);
    position: relative;
}

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

.detail-item:hover {
    transform: translateX(5px);
}

.detail-label {
    font-weight: 700;
    color: var(--primary-color);
    min-width: 110px;
    position: relative;
    padding-right: 15px;
    letter-spacing: 0.5px;
    text-shadow: var(--text-glow);
}

.detail-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    background: var(--accent-color);
    border-radius: var(--border-radius-full);
    transform: translateY(-50%);
    box-shadow: 0 0 8px var(--accent-color);
}

.detail-value {
    color: var(--text-color);
    opacity: 0.95;
    font-weight: 500;
    transition: var(--transition-smooth);
}

.detail-item:hover .detail-value {
    color: var(--accent-color);
    text-shadow: 0 0 5px rgba(16, 185, 129, 0.3);
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.skill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background-color: var(--card-bg);
    border-radius: var(--border-radius-md);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: var(--transition-elastic);
    border: 1px solid var(--glass-border);
    box-shadow: var(--neumorphic-shadow);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: translateZ(0);
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
}

.skill:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 30px rgba(124, 58, 237, 0.4), var(--hover-glow);
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    color: white;
    border-color: transparent;
    letter-spacing: 0.8px;
}

.skill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
}

.skill:hover::before {
    transform: translateX(100%);
    animation: skillShine 1.5s infinite;
}

@keyframes skillShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.skill svg {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
    filter: drop-shadow(0 0 2px var(--primary-color));
    width: 20px;
    height: 20px;
}

.skill:hover svg {
    transform: rotate(360deg) scale(1.2);
    fill: white;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

.skill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    border-radius: var(--border-radius-md);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.skill:hover::before {
    opacity: 1;
    animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}

/* تحديث قسم الإحصائيات */
.stats-section {
    margin: 80px 0;
    position: relative;
}

.stats-section h2 {
    font-size: 2.2em;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: 100%;
    text-shadow: var(--text-glow);
}

.stats-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: var(--border-radius-full);
    box-shadow: var(--box-glow);
}

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

.stat-card {
    background: var(--glass-bg);
    border-radius: var(--border-radius-lg);
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
    transition: var(--transition-spring);
    position: relative;
    overflow: hidden;
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: fadeInUp var(--animation-speed-normal) ease-out forwards;
    opacity: 0;
    animation-delay: calc(var(--stat-index, 0) * 0.2s);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.stat-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 50px var(--card-shadow), var(--neon-glow);
}

.stat-card:hover::before {
    opacity: 0.1;
}

.stat-icon {
    font-size: 3em;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 10px var(--primary-color));
    transition: var(--transition-bounce);
    transform: translateZ(20px);
}

.stat-card:hover .stat-icon {
    transform: translateZ(40px) scale(1.2) rotate(10deg);
    animation: iconPulse 2s infinite alternate;
}

@keyframes iconPulse {
    0% { filter: drop-shadow(0 0 10px var(--primary-color)); }
    100% { filter: drop-shadow(0 0 20px var(--accent-color)); }
}

.stat-number {
    font-size: 3.5em;
    font-weight: 800;
    margin: 10px 0;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    transform: translateZ(30px);
    transition: var(--transition-spring);
}

.stat-card:hover .stat-number {
    transform: translateZ(60px) scale(1.1);
    text-shadow: var(--text-glow);
}

.stat-label {
    font-size: 1.1em;
    color: var(--text-color);
    opacity: 0.9;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transform: translateZ(10px);
    transition: var(--transition-smooth);
}

.stat-card:hover .stat-label {
    transform: translateZ(20px);
    color: white;
    opacity: 1;
}

.projects {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.projects h2 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffffff;
}

.project {
    background-color: var(--card-bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    animation: fadeInProject 0.6s ease-out forwards;
    animation-delay: calc(var(--project-index, 0) * 0.2s);
}

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

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

.project h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--primary-color);
}

.project p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.project-links {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.project-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--card-bg);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.project-links a:hover {
    transform: translateY(-3px) rotate(5deg);
    background: var(--primary-color);
    color: var(--bg-color);
    box-shadow: 0 4px 12px rgba(65, 105, 225, 0.3);
}

.projects-section {
    margin: 60px 0;
}

.projects-section h2 {
    font-size: 2em;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.project-card {
    background: var(--glass-bg);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
    transition: var(--transition-spring);
    animation: fadeInUp var(--animation-speed-normal) ease-out forwards;
    opacity: 0;
    position: relative;
    overflow: hidden;
    backdrop-filter: var(--blur-effect);
    -webkit-backdrop-filter: var(--blur-effect);
    transform-style: preserve-3d;
    perspective: 1200px;
    cursor: pointer;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.project-card:hover {
    transform: translateY(-15px) scale(1.05) rotateX(8deg) rotateY(8deg);
    box-shadow: 0 30px 60px var(--card-shadow), var(--neon-glow);
    background: var(--gradient-glass);
    border-image: var(--gradient-border) 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

.project-card:hover::before {
    opacity: 0.1;
}

.project-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.15), transparent 80%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.project-card:hover::after {
    opacity: 1;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.project-image {
    border-radius: var(--border-radius-md);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: var(--transition-bounce);
    transform: translateZ(20px);
    position: relative;
}

.project-image img {
    width: 100%;
    height: auto;
    transition: var(--transition-smooth);
    object-fit: cover;
    display: block;
}

.project-card:hover .project-image {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.project-card:hover
    transition: opacity 0.5s ease;
}

.project-card:hover::after {
    opacity: 1;
    animation: shine 1.5s ease-in-out infinite alternate;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes borderGlow {
    from { border-image: var(--gradient-border) 1; }
    to { border-image: linear-gradient(315deg, var(--accent-color), var(--primary-color)) 1; }
}

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

.project-card {
    animation: float 6s ease-in-out infinite;
}

.project-card:hover::before {
    opacity: 0.1;
}

.project-image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

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

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

.project-card h3 {
    color: var(--heading-color);
    font-size: 1.5em;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.project-card p {
    color: var(--text-color);
    margin-bottom: 25px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.project-tech span {
    background: var(--gradient-glass);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px var(--card-shadow);
    backdrop-filter: blur(8px);
    border: 2px solid transparent;
    border-image: var(--gradient-border) 1;
    animation: techGlow 2s ease-in-out infinite alternate;
}

.project-tech span:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 8px var(--card-shadow), var(--neon-glow);
    background: var(--gradient-glass);
}

@keyframes techGlow {
    from { box-shadow: 0 4px 12px var(--card-shadow); }
    to { box-shadow: 0 4px 12px var(--card-shadow), var(--neon-glow); }
}

.stats-section {
    margin: 60px 0;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    background: var(--glass-bg);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 30px var(--card-shadow);
    transition: var(--transition-spring);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    transform-style: preserve-3d;
    animation: fadeInScale var(--animation-speed-normal) ease-out forwards;
    animation-delay: calc(var(--stat-index, 0) * 0.2s);
    opacity: 0;
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.stat-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 50px var(--card-shadow), 0 0 20px var(--primary-color);
}

.stat-card:hover::before {
    opacity: 0.1;
}

.stat-card > * {
    position: relative;
    z-index: 1;
}

.stat-icon {
    font-size: 2.5em;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-number {
    font-size: 2.8em;
    font-weight: bold;
    color: var(--heading-color);
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.1em;
    color: var(--text-color);
    opacity: 0.9;
}

.contact {
    margin-top: 60px;
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    box-shadow: 0 10px 25px var(--card-shadow);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
}

.form-grid {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
    font-size: 1em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 15px var(--card-shadow);
    outline: none;
}

.form-grid textarea {
    height: 150px;
    resize: vertical;
}

.submit-btn {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 14px;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition-bounce);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.3);
    z-index: 1;
}

.submit-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(109, 40, 217, 0.4), 0 0 15px var(--primary-color);
}

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

.submit-btn::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.7s ease;
    z-index: -1;
}

.submit-btn:hover::before {
    left: 100%;
    animation: btnShine 1.5s infinite;
}

@keyframes btnShine {
    0% { left: -100%; }
    100% { left: 100%; }
}nt-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px var(--card-shadow);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-image: var(--gradient-border) 1;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.submit-btn:hover::before {
    width: 300%;
    height: 300%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px var(--card-shadow);
}

@media screen and (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.contact h2 {
    font-size: 2em;
    color: var(--heading-color);
    margin-bottom: 30px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: var(--card-bg);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 1em;
    transition: border-color 0.3s ease;
}

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

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6495ED;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.file-upload label:hover {
    background-color: #6495ED;
}

.file-upload input[type="file"] {
    display: none;
}

.submit-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background-color: #6495ED;
    transform: translateY(-2px);
}

.social-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.2));
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.5);
}

.social-link:hover::before {
    transform: translateY(0);
}

.social-link svg {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.15);
}


.social-link:hover svg {
    fill: white;
}

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

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}