* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #0a0e1a;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 255, 127, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(0, 191, 255, 0.05) 0%, transparent 50%);
    color: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

/* Enhanced Floating Background Icons */
.floating-icons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #00ffff;
    opacity: 0;
    transition: opacity 3s ease;
    filter: drop-shadow(0 0 15px rgba(0, 255, 255, 0.6)) blur(0.3px);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.floating-icon.icon-1 {
    top: 8%;
    left: 5%;
    animation: neonFloat1 20s ease-in-out infinite;
    color: #00ffff;
}

.floating-icon.icon-2 {
    top: 15%;
    right: 8%;
    animation: neonFloat2 25s ease-in-out infinite;
    color: #00ff7f;
}

.floating-icon.icon-3 {
    top: 35%;
    left: 3%;
    animation: neonFloat3 30s ease-in-out infinite;
    color: #00bfff;
}

.floating-icon.icon-4 {
    top: 45%;
    right: 12%;
    animation: neonFloat4 22s ease-in-out infinite;
    color: #7fffd4;
}

.floating-icon.icon-5 {
    top: 25%;
    right: 3%;
    animation: neonFloat5 28s ease-in-out infinite;
    color: #40e0d0;
}

.floating-icon.icon-6 {
    top: 65%;
    left: 8%;
    animation: neonFloat6 24s ease-in-out infinite;
    color: #00ced1;
}

.floating-icon.icon-7 {
    top: 75%;
    right: 5%;
    animation: neonFloat1 26s ease-in-out infinite reverse;
    color: #5f9ea0;
}

.floating-icon.icon-8 {
    top: 5%;
    left: 60%;
    animation: neonFloat2 32s ease-in-out infinite reverse;
    color: #48d1cc;
}

.floating-icon.icon-9 {
    top: 3%;
    left: 25%;
    animation: neonFloat3 27s ease-in-out infinite;
    color: #20b2aa;
}

.floating-icon.icon-10 {
    top: 50%;
    left: 70%;
    animation: neonFloat4 29s ease-in-out infinite reverse;
    color: #008b8b;
}

.floating-icon.icon-11 {
    top: 80%;
    left: 35%;
    animation: neonFloat5 23s ease-in-out infinite;
    color: #00ffff;
}

.floating-icon.icon-12 {
    top: 20%;
    left: 80%;
    animation: neonFloat6 34s ease-in-out infinite reverse;
    color: #00ff7f;
}

.floating-icon.icon-13 {
    top: 60%;
    left: 90%;
    animation: neonFloat1 31s ease-in-out infinite;
    color: #00bfff;
}

.floating-icon.icon-14 {
    top: 40%;
    left: 15%;
    animation: neonFloat2 26s ease-in-out infinite reverse;
    color: #7fffd4;
}

.floating-icon.icon-15 {
    top: 85%;
    right: 25%;
    animation: neonFloat3 28s ease-in-out infinite;
    color: #40e0d0;
}

.floating-icon.icon-16 {
    top: 12%;
    right: 40%;
    animation: neonFloat4 33s ease-in-out infinite reverse;
    color: #00ced1;
}

.floating-icon.icon-17 {
    top: 55%;
    right: 35%;
    animation: neonFloat5 25s ease-in-out infinite;
    color: #5f9ea0;
}

.floating-icon.icon-18 {
    top: 30%;
    left: 45%;
    animation: neonFloat6 30s ease-in-out infinite reverse;
    color: #48d1cc;
}

/* Enhanced 2D Graphics Shapes */
.floating-shape {
    position: absolute;
    opacity: 0.15;
    filter: blur(1px);
    pointer-events: none;
}

.shape-1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #00ffff, #00ff7f);
    border-radius: 50%;
    top: 15%;
    left: 15%;
    animation: neonFloat1 35s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
}

.shape-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00bfff, #7fffd4);
    transform: rotate(45deg);
    top: 55%;
    right: 20%;
    animation: neonFloat2 40s ease-in-out infinite reverse;
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.3);
}

.shape-3 {
    width: 100px;
    height: 25px;
    background: linear-gradient(90deg, #40e0d0, transparent);
    border-radius: 15px;
    top: 35%;
    left: 75%;
    animation: neonFloat3 45s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(64, 224, 208, 0.3);
}

.shape-4 {
    width: 45px;
    height: 45px;
    background: conic-gradient(from 0deg, #00ffff, #00ff7f, #00bfff, #00ffff);
    border-radius: 50%;
    top: 70%;
    left: 55%;
    animation: neonFloat4 38s ease-in-out infinite reverse;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.3);
}

.shape-5 {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, transparent, #00ced1, transparent);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 8%;
    right: 35%;
    animation: neonFloat5 42s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(0, 206, 209, 0.3);
}

.shape-6 {
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, #5f9ea0, transparent);
    top: 85%;
    left: 5%;
    animation: neonFloat6 33s ease-in-out infinite reverse;
    box-shadow: 0 0 30px rgba(95, 158, 160, 0.3);
}

.shape-7 {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #48d1cc, transparent, #20b2aa);
    border-radius: 20%;
    top: 45%;
    left: 1%;
    animation: neonFloat1 50s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(72, 209, 204, 0.3);
}

.shape-8 {
    width: 40px;
    height: 40px;
    background: conic-gradient(from 45deg, #008b8b, transparent, #00ffff);
    top: 22%;
    right: 1%;
    animation: neonFloat2 45s ease-in-out infinite reverse;
    box-shadow: 0 0 20px rgba(0, 139, 139, 0.3);
}

.shape-9 {
    width: 65px;
    height: 65px;
    background: linear-gradient(90deg, #00ff7f, #7fffd4);
    border-radius: 30%;
    top: 78%;
    right: 45%;
    animation: neonFloat3 36s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(0, 255, 127, 0.3);
}

.shape-10 {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, #40e0d0, #00ced1);
    top: 28%;
    left: 88%;
    animation: neonFloat4 41s ease-in-out infinite reverse;
    box-shadow: 0 0 20px rgba(64, 224, 208, 0.3);
}

/* Side Graphics */
.side-graphics {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.left-graphics,
.right-graphics {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
}

.left-graphics {
    left: 0;
}

.right-graphics {
    right: 0;
}

.side-shape {
    position: absolute;
    opacity: 0.12;
    filter: blur(2px);
}

.left-1 {
    width: 80px;
    height: 250px;
    background: linear-gradient(180deg, #00ffff, transparent, #00ff7f);
    border-radius: 40px;
    top: 15%;
    left: 20px;
    animation: sideFloat 18s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.2);
}

.left-2 {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, #00bfff, transparent);
    border-radius: 50%;
    top: 55%;
    left: 35px;
    animation: sideFloat 23s ease-in-out infinite reverse;
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.2);
}

.left-3 {
    width: 100px;
    height: 100px;
    background: conic-gradient(from 0deg, #7fffd4, #40e0d0, transparent);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 75%;
    left: 10px;
    animation: sideFloat 28s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(127, 255, 212, 0.2);
}

.left-4 {
    width: 60px;
    height: 180px;
    background: linear-gradient(180deg, transparent, #00ced1, transparent);
    border-radius: 30px;
    top: 35%;
    left: 5px;
    animation: sideFloat 25s ease-in-out infinite reverse;
    box-shadow: 0 0 20px rgba(0, 206, 209, 0.2);
}

.right-1 {
    width: 70px;
    height: 200px;
    background: linear-gradient(180deg, #5f9ea0, transparent, #48d1cc);
    border-radius: 35px;
    top: 25%;
    right: 25px;
    animation: sideFloat 20s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(95, 158, 160, 0.2);
}

.right-2 {
    width: 85px;
    height: 85px;
    background: linear-gradient(45deg, #20b2aa, transparent);
    border-radius: 50%;
    top: 8%;
    right: 15px;
    animation: sideFloat 26s ease-in-out infinite reverse;
    box-shadow: 0 0 25px rgba(32, 178, 170, 0.2);
}

.right-3 {
    width: 45px;
    height: 150px;
    background: linear-gradient(180deg, transparent, #008b8b, transparent);
    border-radius: 25px;
    top: 65%;
    right: 40px;
    animation: sideFloat 32s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(0, 139, 139, 0.2);
}

.right-4 {
    width: 55px;
    height: 55px;
    background: radial-gradient(circle, #00ffff, #00ff7f);
    border-radius: 30%;
    top: 45%;
    right: 5px;
    animation: sideFloat 24s ease-in-out infinite reverse;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
}

@keyframes sideFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-30px) rotate(5deg); }
    50% { transform: translateY(-60px) rotate(0deg); }
    75% { transform: translateY(-30px) rotate(-5deg); }
}

@keyframes neonFloat1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(40px, -50px) rotate(90deg); }
    50% { transform: translate(-30px, -40px) rotate(180deg); }
    75% { transform: translate(-45px, 20px) rotate(270deg); }
}

@keyframes neonFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(-40px, 30px) scale(1.2) rotate(120deg); }
    66% { transform: translate(35px, -45px) scale(0.8) rotate(240deg); }
}

@keyframes neonFloat3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(50px, -35px) rotate(180deg); }
}

@keyframes neonFloat4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(35px, 45px) scale(1.1); }
    75% { transform: translate(-40px, -25px) scale(0.9); }
}

@keyframes neonFloat5 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(25px, -35px) rotate(72deg); }
    40% { transform: translate(-35px, -15px) rotate(144deg); }
    60% { transform: translate(-25px, 40px) rotate(216deg); }
    80% { transform: translate(40px, 30px) rotate(288deg); }
}

@keyframes neonFloat6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-35px, 40px) rotate(180deg); }
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* Status Badge Container */
.status-badge-container {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 255, 255, 0.08);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.4);
    border-radius: 50px;
    padding: 18px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(0, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.status-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.2), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.status-dot {
    width: 12px;
    height: 12px;
    background: #00ff7f;
    border-radius: 50%;
    box-shadow: 0 0 15px #00ff7f;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { 
        opacity: 1; 
        box-shadow: 0 0 15px #00ff7f;
    }
    50% { 
        opacity: 0.6; 
        box-shadow: 0 0 25px #00ff7f, 0 0 35px rgba(0, 255, 127, 0.4);
    }
}

/* Hero Section */
.hero {
    text-align: center;
    margin-bottom: 140px;
}

/* Hero Text Box */
.hero-text-box {
    background: rgba(0, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 32px;
    padding: 50px 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(0, 255, 255, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 255, 255, 0.1);
}

.hero-text-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 255, 255, 0.1), transparent);
    opacity: 0.5;
    animation: heroGlow 4s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

.hero-title {
    font-size: clamp(3rem, 3vw, 5.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 0%, #00ffff 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px rgba(0, 255, 255, 0.6);
    animation: glow-pulse 4s ease-in-out infinite alternate;
    position: relative;
    z-index: 1;
}

@keyframes glow-pulse {
    0% { 
        text-shadow: 0 0 50px rgba(0, 255, 255, 0.6);
        filter: brightness(1);
    }
    100% { 
        text-shadow: 0 0 70px rgba(0, 255, 255, 0.9), 0 0 120px rgba(0, 255, 255, 0.4);
        filter: brightness(1.2);
    }
}

.hero-subtitle {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 100px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.section-caption {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 255, 255, 0.8);
    margin-bottom: 40px;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

/* Services Navigation Strip */
.services-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 100px;
}

.service-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 24px;
    background: rgba(0, 255, 255, 0.06);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-nav-item:hover::before {
    opacity: 1;
}

.service-nav-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.service-nav-item:nth-child(1) {
    border-color: rgba(0, 255, 127, 0.4);
}

.service-nav-item:nth-child(1):hover {
    transform: translateY(-10px);
    border-color: #00ff7f;
    box-shadow: 
        0 25px 50px rgba(0, 255, 127, 0.4),
        0 0 70px rgba(0, 255, 127, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-nav-item:nth-child(1) .service-nav-icon {
    color: #00ff7f;
    filter: drop-shadow(0 0 15px rgba(0, 255, 127, 0.6));
}

.service-nav-item:nth-child(2) {
    border-color: rgba(0, 191, 255, 0.4);
}

.service-nav-item:nth-child(2):hover {
    transform: translateY(-10px);
    border-color: #00bfff;
    box-shadow: 
        0 25px 50px rgba(0, 191, 255, 0.4),
        0 0 70px rgba(0, 191, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-nav-item:nth-child(2) .service-nav-icon {
    color: #00bfff;
    filter: drop-shadow(0 0 15px rgba(0, 191, 255, 0.6));
}

.service-nav-item:nth-child(3) {
    border-color: rgba(127, 255, 212, 0.4);
}

.service-nav-item:nth-child(3):hover {
    transform: translateY(-10px);
    border-color: #7fffd4;
    box-shadow: 
        0 25px 50px rgba(127, 255, 212, 0.4),
        0 0 70px rgba(127, 255, 212, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-nav-item:nth-child(3) .service-nav-icon {
    color: #7fffd4;
    filter: drop-shadow(0 0 15px rgba(127, 255, 212, 0.6));
}

.service-nav-icon {
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
}

.service-nav-item:hover .service-nav-icon {
    transform: scale(1.15);
    animation: icon-pulse 1.5s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1.15); }
    50% { transform: scale(1.25); }
}

.service-nav-item span {
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.service-nav-item:hover span {
    color: #ffffff;
}

/* Section Titles */
.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 0%, #00ffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Portfolio Section */
.portfolio {
    margin-bottom: 140px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.portfolio.animate {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.portfolio-card {
    background: rgba(0, 255, 255, 0.06);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.portfolio-card:hover {
    transform: translateY(-15px);
    border-color: rgba(0, 255, 255, 0.5);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.portfolio-image {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.view-btn {
    background: rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border: 2px solid #00ffff;
    color: #00ffff;
    padding: 14px 28px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
}

.view-btn:hover {
    background: #00ffff;
    color: #0a0e1a;
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(0, 255, 255, 0.6);
}

.portfolio-content {
    padding: 36px;
}

.portfolio-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
}

.portfolio-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 24px;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-stack span {
    background: rgba(0, 255, 255, 0.12);
    color: #00ffff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(0, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

/* Download Resume Section */
.download-resume {
    text-align: center;
    margin-bottom: 140px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.download-resume.animate {
    opacity: 1;
    transform: translateY(0);
}

.download-description {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Resume Card */
.resume-card {
    background: rgba(0, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 32px;
    padding: 50px 40px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(0, 255, 255, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 255, 255, 0.1);
}

.resume-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 255, 255, 0.15), transparent);
    opacity: 0.5;
    animation: cardGlow 3s ease-in-out infinite alternate;
}

@keyframes cardGlow {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: rgba(0, 255, 255, 0.12);
    backdrop-filter: blur(25px);
    border: 3px solid #00ffff;
    border-radius: 60px;
    padding: 24px 48px;
    font-size: 20px;
    font-weight: 700;
    color: #00ffff;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 
        0 12px 40px rgba(0, 255, 255, 0.3),
        0 0 40px rgba(0, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.download-btn:hover::before {
    left: 100%;
}

.download-btn:hover {
    transform: translateY(-6px) scale(1.05);
    background: rgba(0, 255, 255, 0.2);
    box-shadow: 
        0 20px 50px rgba(0, 255, 255, 0.4),
        0 0 80px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: downloadPulse 1.5s ease-in-out infinite;
}

@keyframes downloadPulse {
    0%, 100% { 
        box-shadow: 
            0 20px 50px rgba(0, 255, 255, 0.4),
            0 0 80px rgba(0, 255, 255, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% { 
        box-shadow: 
            0 25px 60px rgba(0, 255, 255, 0.5),
            0 0 100px rgba(0, 255, 255, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transform: translateY(-8px) scale(1.08);
    }
}

.download-btn svg {
    width: 26px;
    height: 26px;
    transition: transform 0.3s ease;
}

.download-btn:hover svg {
    transform: translateY(3px) rotate(360deg);
    animation: downloadIcon 1s ease-in-out infinite;
}

@keyframes downloadIcon {
    0%, 100% { transform: translateY(3px) rotate(0deg); }
    50% { transform: translateY(6px) rotate(180deg); }
}

/* Contact Section */
.contact {
    margin-bottom: 140px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.contact.animate {
    opacity: 1;
    transform: translateY(0);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    max-width: 800px;
    margin: 0 auto;
}


.contact-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(0, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 24px;
    padding: 32px;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(0, 255, 255, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 255, 255, 0.1);
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 255, 255, 0.6);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(0, 255, 255, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.2),
        inset 0 -2px 0 rgba(0, 255, 255, 0.2);
}

.contact-icon {
    width: 56px;
    height: 56px;
    background: rgba(0, 255, 255, 0.15);
    border: 2px solid rgba(0, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-card:hover .contact-icon {
    background: rgba(0, 255, 255, 0.25);
    border-color: #00ffff;
    box-shadow: 
        0 0 30px rgba(0, 255, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: icon-glow 2s ease-in-out infinite;
}

@keyframes icon-glow {
    0%, 100% { 
        box-shadow: 
            0 0 30px rgba(0, 255, 255, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% { 
        box-shadow: 
            0 0 40px rgba(0, 255, 255, 0.6), 
            0 0 60px rgba(0, 255, 255, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

.contact-icon svg {
    width: 28px;
    height: 28px;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.contact-info p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
}

.contact-card:hover .contact-info p {
    color: #00ffff;
}

/* Testimonials Section */
.testimonials {
    margin-bottom: 140px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.testimonials.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Horizontal Testimonials Slider */
.testimonials-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.testimonials-slider {
    display: flex;
    gap: 36px;
    transition: transform 0.5s ease;
    padding: 20px 0;
}

.testimonial-card {
    background: rgba(0, 255, 255, 0.06);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 24px;
    padding: 36px;
    min-width: 350px;
    flex-shrink: 0;
    position: relative;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 255, 255, 0.4);
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(0, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #00ffff, #00ff7f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #0a0e1a;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.testimonial-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.testimonial-info p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
}

.testimonial-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.testimonial-rating .star {
    color: #00ff7f;
    font-size: 18px;
    text-shadow: 0 0 10px rgba(0, 255, 127, 0.5);
}

.testimonial-message {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 255, 255, 0.12);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 50%;
    color: #00ffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.slider-btn:hover {
    background: rgba(0, 255, 255, 0.2);
    border-color: #00ffff;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.4);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.add-testimonial {
    background: rgba(0, 255, 255, 0.06);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 28px;
    padding: 44px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.add-testimonial h3 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center;
}

.testimonial-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.rating-input {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.rating-input span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.stars {
    display: flex;
    gap: 6px;
}

.star {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: color 0.2s ease;
}

.star:hover,
.star.active {
    color: #00ff7f;
    text-shadow: 0 0 15px rgba(0, 255, 127, 0.6);
}

.testimonial-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(0, 255, 255, 0.12);
    backdrop-filter: blur(25px);
    border: 2px solid #00ffff;
    border-radius: 50px;
    padding: 18px 36px;
    font-size: 17px;
    font-weight: 600;
    color: #00ffff;
    cursor: pointer;
    transition: all 0.4s ease;
    width: 100%;
    justify-content: center;
    box-shadow: 
        0 10px 40px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.testimonial-btn:hover {
    transform: translateY(-3px);
    background: rgba(0, 255, 255, 0.2);
    box-shadow: 
        0 15px 50px rgba(0, 255, 255, 0.4),
        0 0 50px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonial-btn svg {
    width: 22px;
    height: 22px;
}

/* Contact Form Section */
.contact-form-section {
    margin-bottom: 120px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.contact-form-section.animate {
    opacity: 1;
    transform: translateY(0);
}

.contact-form-container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.contact-form {
    background: rgba(0, 255, 255, 0.06);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(0, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 20px;
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 16px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00ffff;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
    background: rgba(0, 255, 255, 0.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(0, 255, 255, 0.12);
    backdrop-filter: blur(25px);
    border: 2px solid #00ffff;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #00ffff;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.submit-btn:hover {
    transform: translateY(-3px);
    background: rgba(0, 255, 255, 0.2);
    box-shadow: 
        0 15px 50px rgba(0, 255, 255, 0.4),
        0 0 50px rgba(0, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.submit-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(3px);
}

.form-success {
    display: none;
    text-align: center;
    padding: 44px;
    background: rgba(0, 255, 127, 0.1);
    border: 2px solid rgba(0, 255, 127, 0.4);
    border-radius: 28px;
    backdrop-filter: blur(25px);
}

.form-success.show {
    display: block;
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-success svg {
    width: 52px;
    height: 52px;
    color: #00ff7f;
    margin-bottom: 18px;
}

.form-success h3 {
    font-size: 26px;
    font-weight: 700;
    color: #00ff7f;
    margin-bottom: 10px;
}

.form-success p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(25px);
    border-top: 2px solid rgba(0, 255, 255, 0.2);
    padding: 80px 0 40px;
    margin-top: 120px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.footer-left h3 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer-left p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.footer-links {
    display: flex;
    gap: 36px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00ffff;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.footer-social {
    display: flex;
    gap: 18px;
}

.footer-social a {
    width: 48px;
    height: 48px;
    background: rgba(0, 255, 255, 0.08);
    border: 2px solid rgba(0, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
}

.footer-social a:hover {
    background: rgba(0, 255, 255, 0.15);
    border-color: #00ffff;
    color: #00ffff;
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

.footer-social svg {
    width: 22px;
    height: 22px;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 255, 255, 0.2);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    
    .status-badge-container {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    
    .status-badge {
        padding: 14px 24px;
        font-size: 15px;
    }
    
    .hero {
        margin-bottom: 100px;
    }
    
    .hero-text-box {
        padding: 40px 30px;
    }
    
    .hero-subtitle {
        margin-bottom: 80px;
    }
    
    .services-nav {
        gap: 30px;
        margin-top: 80px;
    }
    
    .service-nav-item {
        padding: 24px 20px;
        gap: 14px;
    }
    
    .service-nav-icon {
        width: 36px;
        height: 36px;
    }
    
    .portfolio,
    .contact,
    .download-resume,
    .contact-form-section,
    .testimonials {
        margin-bottom: 100px;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-caption {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .contact-card {
        padding: 28px;
        gap: 20px;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
    }
    
    .contact-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .resume-card {
        padding: 40px 30px;
    }
    
    .download-btn {
        padding: 20px 40px;
        font-size: 18px;
        gap: 14px;
    }
    
    .download-btn svg {
        width: 22px;
        height: 22px;
    }
    
    .floating-icon {
        width: 32px;
        height: 32px;
    }
    
    .floating-shape {
        transform: scale(0.8);
    }
    
    .contact-form,
    .add-testimonial {
        padding: 32px 24px;
    }
    
    .testimonial-form .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        min-width: 300px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .footer-right {
        align-items: center;
    }
    
    .side-graphics {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-nav {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .service-nav-item {
        width: 100%;
        max-width: 300px;
    }
    
    .portfolio-content {
        padding: 28px;
    }
    
    .tech-stack {
        justify-content: center;
    }
    
    .contact-form,
    .add-testimonial {
        padding: 28px 20px;
    }
    
    .testimonial-card {
        min-width: 280px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}