/* ===== GLOBAL STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black: #000000;
    --dark-red: #8B0000;
    --bright-red: #FF0000;
    --gold: #FFD700;
    --white: #FFFFFF;
    --gray: #CCCCCC;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, var(--black) 0%, var(--dark-red) 100%);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ===== PARTICLE CANVAS ===== */
#particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
}

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

/* ===== BACKGROUND OVERLAY ===== */
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.bg-overlay .symbol {
    position: absolute;
    color: var(--white);
    opacity: 0.05;
    font-family: 'Roboto Condensed', monospace;
    font-weight: bold;
    animation: float 20s infinite linear;
    filter: blur(1px);
}

.bg-overlay .symbol:nth-child(1) { top: 10%; left: 5%; font-size: 2rem; animation-delay: 0s; }
.bg-overlay .symbol:nth-child(2) { top: 20%; left: 80%; font-size: 1.5rem; animation-delay: -2s; }
.bg-overlay .symbol:nth-child(3) { top: 30%; left: 15%; font-size: 2.5rem; animation-delay: -4s; }
.bg-overlay .symbol:nth-child(4) { top: 40%; left: 70%; font-size: 1.8rem; animation-delay: -6s; }
.bg-overlay .symbol:nth-child(5) { top: 50%; left: 25%; font-size: 2rem; animation-delay: -8s; }
.bg-overlay .symbol:nth-child(6) { top: 60%; left: 85%; font-size: 1.6rem; animation-delay: -10s; }
.bg-overlay .symbol:nth-child(7) { top: 70%; left: 10%; font-size: 2.2rem; animation-delay: -12s; }
.bg-overlay .symbol:nth-child(8) { top: 80%; left: 60%; font-size: 1.9rem; animation-delay: -14s; }
.bg-overlay .symbol:nth-child(9) { top: 15%; left: 45%; font-size: 1.7rem; animation-delay: -16s; }
.bg-overlay .symbol:nth-child(10) { top: 35%; left: 90%; font-size: 2.1rem; animation-delay: -18s; }
.bg-overlay .symbol:nth-child(11) { top: 55%; left: 5%; font-size: 1.4rem; animation-delay: -20s; }
.bg-overlay .symbol:nth-child(12) { top: 75%; left: 40%; font-size: 3rem; animation-delay: -22s; }
.bg-overlay .symbol:nth-child(13) { top: 85%; left: 20%; font-size: 2.3rem; animation-delay: -24s; }
.bg-overlay .symbol:nth-child(14) { top: 25%; left: 65%; font-size: 1.8rem; animation-delay: -26s; }
.bg-overlay .symbol:nth-child(15) { top: 45%; left: 30%; font-size: 2.4rem; animation-delay: -28s; }
.bg-overlay .symbol:nth-child(16) { top: 12%; left: 92%; font-size: 1.9rem; animation-delay: -30s; }
.bg-overlay .symbol:nth-child(17) { top: 22%; left: 12%; font-size: 1.6rem; animation-delay: -32s; }
.bg-overlay .symbol:nth-child(18) { top: 32%; left: 88%; font-size: 2.1rem; animation-delay: -34s; }
.bg-overlay .symbol:nth-child(19) { top: 42%; left: 18%; font-size: 1.7rem; animation-delay: -36s; }
.bg-overlay .symbol:nth-child(20) { top: 52%; left: 78%; font-size: 2.3rem; animation-delay: -38s; }
.bg-overlay .symbol:nth-child(21) { top: 62%; left: 8%; font-size: 1.5rem; animation-delay: -40s; }
.bg-overlay .symbol:nth-child(22) { top: 72%; left: 68%; font-size: 2rem; animation-delay: -42s; }
.bg-overlay .symbol:nth-child(23) { top: 82%; left: 28%; font-size: 1.8rem; animation-delay: -44s; }
.bg-overlay .symbol:nth-child(24) { top: 92%; left: 58%; font-size: 2.2rem; animation-delay: -46s; }
.bg-overlay .symbol:nth-child(25) { top: 17%; left: 38%; font-size: 1.4rem; animation-delay: -48s; }
.bg-overlay .symbol:nth-child(26) { top: 27%; left: 48%; font-size: 2.5rem; animation-delay: -50s; }
.bg-overlay .symbol:nth-child(27) { top: 37%; left: 58%; font-size: 1.6rem; animation-delay: -52s; }
.bg-overlay .symbol:nth-child(28) { top: 47%; left: 68%; font-size: 1.9rem; animation-delay: -54s; }
.bg-overlay .symbol:nth-child(29) { top: 57%; left: 38%; font-size: 2.1rem; animation-delay: -56s; }
.bg-overlay .symbol:nth-child(30) { top: 67%; left: 48%; font-size: 1.7rem; animation-delay: -58s; }
.bg-overlay .symbol:nth-child(31) { top: 77%; left: 8%; font-size: 2.4rem; animation-delay: -60s; }
.bg-overlay .symbol:nth-child(32) { top: 87%; left: 88%; font-size: 1.5rem; animation-delay: -62s; }
.bg-overlay .symbol:nth-child(33) { top: 13%; left: 73%; font-size: 2rem; animation-delay: -64s; }
.bg-overlay .symbol:nth-child(34) { top: 23%; left: 23%; font-size: 1.8rem; animation-delay: -66s; }
.bg-overlay .symbol:nth-child(35) { top: 33%; left: 33%; font-size: 2.2rem; animation-delay: -68s; }
.bg-overlay .symbol:nth-child(36) { top: 43%; left: 83%; font-size: 1.6rem; animation-delay: -70s; }
.bg-overlay .symbol:nth-child(37) { top: 53%; left: 13%; font-size: 1.9rem; animation-delay: -72s; }
.bg-overlay .symbol:nth-child(38) { top: 63%; left: 63%; font-size: 2.3rem; animation-delay: -74s; }
.bg-overlay .symbol:nth-child(39) { top: 73%; left: 93%; font-size: 1.4rem; animation-delay: -76s; }
.bg-overlay .symbol:nth-child(40) { top: 83%; left: 43%; font-size: 2.1rem; animation-delay: -78s; }
.bg-overlay .symbol:nth-child(41) { top: 18%; left: 53%; font-size: 1.7rem; animation-delay: -80s; }
.bg-overlay .symbol:nth-child(42) { top: 28%; left: 3%; font-size: 2.5rem; animation-delay: -82s; }
.bg-overlay .symbol:nth-child(43) { top: 38%; left: 93%; font-size: 1.8rem; animation-delay: -84s; }
.bg-overlay .symbol:nth-child(44) { top: 48%; left: 23%; font-size: 2rem; animation-delay: -86s; }
.bg-overlay .symbol:nth-child(45) { top: 58%; left: 73%; font-size: 1.6rem; animation-delay: -88s; }
.bg-overlay .symbol:nth-child(46) { top: 68%; left: 33%; font-size: 2.2rem; animation-delay: -90s; }
.bg-overlay .symbol:nth-child(47) { top: 78%; left: 83%; font-size: 1.9rem; animation-delay: -92s; }
.bg-overlay .symbol:nth-child(48) { top: 88%; left: 13%; font-size: 2.4rem; animation-delay: -94s; }
.bg-overlay .symbol:nth-child(49) { top: 14%; left: 63%; font-size: 1.5rem; animation-delay: -96s; }
.bg-overlay .symbol:nth-child(50) { top: 24%; left: 43%; font-size: 2.1rem; animation-delay: -98s; }
.bg-overlay .symbol:nth-child(51) { top: 34%; left: 53%; font-size: 1.8rem; animation-delay: -100s; }
.bg-overlay .symbol:nth-child(52) { top: 44%; left: 13%; font-size: 2rem; animation-delay: -102s; }

@keyframes float {
    0% { transform: translateY(100vh) rotate(0deg); }
    100% { transform: translateY(-100vh) rotate(360deg); }
}

/* ===== LOADER ===== */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-text {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    text-shadow: 0 0 20px var(--gold), 0 0 40px var(--gold);
    margin-bottom: 30px;
    animation: pulse 2s infinite;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    border-top: 4px solid var(--bright-red);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

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

/* ===== NAVIGATION ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-top: 2px solid var(--gold);
    z-index: 1000;
    transition: var(--transition);
}

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

.nav-logo a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold);
    text-decoration: none;
    text-shadow: 0 0 15px var(--gold);
    transition: var(--transition);
    background: linear-gradient(45deg, var(--gold), #FFA500, var(--gold), #FFD700);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: gradientShift 3s ease-in-out infinite;
}

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

.nav-logo a:hover {
    text-shadow: 0 0 25px var(--gold), 0 0 35px var(--gold);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: var(--transition);
    padding: 10px 0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
    text-shadow: 0 0 10px var(--gold);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--bright-red);
    box-shadow: 0 0 10px var(--bright-red);
}

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

.hamburger .bar {
    width: 25px;
    height: 3px;
    background: var(--gold);
    margin: 3px 0;
    transition: var(--transition);
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--bright-red);
    color: var(--gold);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--dark-red) 0%, var(--bright-red) 100%);
    box-shadow: 0 0 25px var(--bright-red);
}

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

.btn-secondary:hover {
    background: var(--gold);
    color: var(--black);
    box-shadow: 0 0 25px var(--gold);
}

.btn-project {
    background: var(--bright-red);
    color: var(--white);
    border: none;
    font-weight: 600;
}

.btn-project:hover {
    background: var(--dark-red);
    box-shadow: 0 0 25px var(--bright-red);
}

.btn-resume {
    background: rgba(0, 0, 0, 0.8);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

.btn-resume:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: var(--white);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* ===== SECTION TITLES ===== */
.section-title {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 0 0 20px var(--gold);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    box-shadow: 0 0 10px var(--gold);
}

/* ===== HERO SECTION ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 2rem;
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
    min-height: 80vh;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 0, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(139, 0, 0, 0.1) 0%, transparent 50%);
    animation: heroGlow 8s ease-in-out infinite alternate;
    z-index: -1;
}

@keyframes heroGlow {
    0% { opacity: 0.3; transform: scale(1); }
    100% { opacity: 0.7; transform: scale(1.1); }
}

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

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-greeting {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.hero-name {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.hero-role-static {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    text-shadow: 0 0 30px var(--gold);
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.hero-role {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--gold);
    margin-bottom: 40px;
    min-height: 60px;
}

.cursor {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    position: relative;
    width: 350px;
    height: 350px;
}

.coding-symbols {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.symbol-float {
    position: absolute;
    font-size: 1.5rem;
    color: var(--gold);
    opacity: 0.8;
    animation: floatAround 8s linear infinite;
    text-shadow: 0 0 10px var(--gold);
}

/* Circle positioning - 30 symbols evenly distributed around perimeter */
.symbol-float:nth-child(1) { top: 0%; left: 50%; animation-delay: 0s; font-size: 1.2rem; }
.symbol-float:nth-child(2) { top: 7%; left: 75%; animation-delay: -0.5s; color: #E34F26; }
.symbol-float:nth-child(3) { top: 20%; left: 93%; animation-delay: -1s; color: #F7DF1E; }
.symbol-float:nth-child(4) { top: 37%; left: 100%; animation-delay: -1.5s; color: #61DAFB; }
.symbol-float:nth-child(5) { top: 50%; left: 93%; animation-delay: -2s; font-size: 1.8rem; }
.symbol-float:nth-child(6) { top: 63%; left: 100%; animation-delay: -2.5s; color: #3776AB; }
.symbol-float:nth-child(7) { top: 80%; left: 93%; animation-delay: -3s; color: #1572B6; }
.symbol-float:nth-child(8) { top: 93%; left: 75%; animation-delay: -3.5s; color: #F05032; }
.symbol-float:nth-child(9) { top: 100%; left: 50%; animation-delay: -4s; color: #339933; }
.symbol-float:nth-child(10) { top: 93%; left: 25%; animation-delay: -4.5s; font-size: 1.3rem; }
.symbol-float:nth-child(11) { top: 80%; left: 7%; animation-delay: -5s; font-size: 1.4rem; }
.symbol-float:nth-child(12) { top: 63%; left: 0%; animation-delay: -5.5s; font-size: 1.6rem; }
.symbol-float:nth-child(13) { top: 50%; left: 7%; animation-delay: -6s; color: #6DB33F; }
.symbol-float:nth-child(14) { top: 37%; left: 0%; animation-delay: -6.5s; color: #4479A1; }
.symbol-float:nth-child(15) { top: 20%; left: 7%; animation-delay: -7s; color: #7952B3; }
.symbol-float:nth-child(16) { top: 7%; left: 25%; animation-delay: -7.5s; color: #777BB4; }
.symbol-float:nth-child(17) { top: 5%; left: 40%; animation-delay: -0.3s; color: #47A248; }
.symbol-float:nth-child(18) { top: 5%; left: 60%; animation-delay: -0.8s; color: #2496ED; }
.symbol-float:nth-child(19) { top: 12%; left: 85%; animation-delay: -1.3s; color: #FF9900; }
.symbol-float:nth-child(20) { top: 25%; left: 95%; animation-delay: -1.8s; font-size: 1.3rem; }
.symbol-float:nth-child(21) { top: 42%; left: 97%; animation-delay: -2.3s; color: #181717; }
.symbol-float:nth-child(22) { top: 58%; left: 97%; animation-delay: -2.8s; color: #FCC624; }
.symbol-float:nth-child(23) { top: 75%; left: 95%; animation-delay: -3.3s; font-size: 1.4rem; }
.symbol-float:nth-child(24) { top: 88%; left: 85%; animation-delay: -3.8s; font-size: 1.5rem; }
.symbol-float:nth-child(25) { top: 95%; left: 60%; animation-delay: -4.3s; font-size: 1.2rem; }
.symbol-float:nth-child(26) { top: 95%; left: 40%; animation-delay: -4.8s; font-size: 1.1rem; }
.symbol-float:nth-child(27) { top: 88%; left: 15%; animation-delay: -5.3s; font-size: 1.3rem; }
.symbol-float:nth-child(28) { top: 75%; left: 5%; animation-delay: -5.8s; font-size: 1.2rem; }
.symbol-float:nth-child(29) { top: 58%; left: 3%; animation-delay: -6.3s; font-size: 1.4rem; }
.symbol-float:nth-child(30) { top: 42%; left: 3%; animation-delay: -6.8s; font-size: 1.1rem; }

@keyframes floatAround {
    0% { transform: translateY(0px) rotate(0deg); opacity: 0.8; }
    25% { transform: translateY(-20px) rotate(90deg); opacity: 0.6; }
    50% { transform: translateY(-10px) rotate(180deg); opacity: 0.9; }
    75% { transform: translateY(-25px) rotate(270deg); opacity: 0.5; }
    100% { transform: translateY(0px) rotate(360deg); opacity: 0.8; }
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, var(--bright-red) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.6;
    animation: pulse 2s ease-in-out infinite alternate;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--white);
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

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

@keyframes pulse {
    0% { opacity: 0.4; transform: scale(1); }
    100% { opacity: 0.8; transform: scale(1.1); }
}

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

/* ===== ABOUT SECTION ===== */
.about {
    padding: 100px 0;
    position: relative;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: var(--white);
}

.highlight {
    color: var(--gold);
    font-weight: 600;
    text-shadow: 0 0 10px var(--gold);
}

.divider {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 50px auto;
    box-shadow: 0 0 15px var(--gold);
}

/* ===== TIMELINE SECTION ===== */
.timeline {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--black) 0%, var(--dark-red) 100%);
    position: relative;
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gold);
    box-shadow: 0 0 20px var(--gold);
    transform: translateX(-50%);
}

.neon-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 8px;
    height: 30px;
    background: linear-gradient(180deg, var(--bright-red), var(--gold));
    border-radius: 50px;
    transform: translateX(-50%);
    box-shadow: 0 0 30px var(--bright-red), 0 0 60px var(--gold);
    animation: slideDown 8s infinite linear;
    z-index: 3;
}

@keyframes slideDown {
    0% {
        top: 0;
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        top: 100%;
        opacity: 0;
    }
    55% {
        top: 100%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item:nth-child(even) .timeline-card {
    margin-left: 60%;
}

.timeline-item:nth-child(odd) .timeline-card {
    margin-right: 60%;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 20px;
    height: 20px;
    background: var(--gold);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px var(--gold);
    transition: var(--transition);
    z-index: 2;
}

.timeline-dot:hover {
    box-shadow: 0 0 30px var(--bright-red);
    background: var(--bright-red);
}

.timeline-card {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid var(--gold);
    border-radius: 15px;
    padding: 2rem;
    margin: 1rem 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.timeline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

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

.timeline-card:hover {
    border-color: var(--gold);
    box-shadow: 0 0 30px var(--gold);
    transform: translateY(-10px);
}

.timeline-date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 15px;
}

.timeline-card p {
    color: var(--gray);
    line-height: 1.6;
}

/* ===== SKILLS SECTION ===== */
.skills {
    padding: 100px 0;
    position: relative;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.skill-category h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--bright-red);
    padding-bottom: 10px;
}

.skills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid var(--gold);
    border-radius: 15px;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-width: 100px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.skill-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(255, 215, 0, 0.1), transparent 30%);
    animation: skillRotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

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

.skill-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px var(--gold), 0 0 50px rgba(255, 215, 0, 0.5);
    border-color: var(--gold);
}

.skill-item i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.skill-item span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
    color: var(--white);
    font-weight: 500;
}

.skill-it.hero-role {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-contact {
    margin-bottom: 2rem;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
}

.contact-info i {
    color: var(--gold);
    font-size: 1.3rem;
    text-shadow: 0 0 10px var(--gold);
}

.contact-info a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    transition: var(--transition);
}

.contact-info a:hover {
    color: var(--white);
    text-shadow: 0 0 15px var(--gold), 0 0 25px var(--gold);
    transform: scale(1.05);
}

/* ===== STATS SECTION ===== */
.stats {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--dark-red) 0%, var(--black) 100%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.stat-card {
    background: var(--black);
    border: 3px solid var(--gold);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px var(--gold), 0 0 60px rgba(255, 215, 0, 0.5);
}

.stat-icon {
    font-size: 3rem;
    color: var(--bright-red);
    margin-bottom: 20px;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    text-shadow: 0 0 15px var(--gold);
    margin-bottom: 10px;
}

.stat-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
    color: var(--white);
    text-transform: uppercase;
}

/* ===== PROJECTS SECTION ===== */
.projects {
    padding: 100px 0;
    position: relative;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.project-card {
    background: var(--black);
    border: 2px solid var(--bright-red);
    border-radius: 15px;
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.project-card:hover {
    transform: scale(1.05) translateY(-10px);
    border-color: var(--gold);
    box-shadow: 0 0 40px var(--gold), 0 0 60px rgba(255, 215, 0, 0.3), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

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

.project-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

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

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

.project-content {
    padding: 30px;
}

.project-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 15px;
}

.project-content p {
    color: var(--white);
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-tech span {
    background: var(--dark-red);
    color: var(--gold);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.project-links-card {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.project-links-card .btn {
    padding: 8px 16px;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 5px;
    transition: var(--transition);
}

.project-links-card .btn:hover {
    transform: translateY(-2px);
}

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

.project-link {
    color: var(--white);
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
    transition: var(--transition);
    position: relative;
}

.project-link:hover {
    color: var(--gold);
    text-shadow: 0 0 10px var(--gold);
}

.project-link:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold);
    box-shadow: 0 0 10px var(--gold);
}

/* ===== HIGHLIGHTS SECTION ===== */
.highlights {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--black) 0%, var(--dark-red) 100%);
}

.highlights-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}

.highlight-card {
    min-width: 300px;
    background: var(--black);
    border: 3px solid var(--gold);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.highlight-card:hover {
    border-color: var(--bright-red);
    box-shadow: 0 0 30px var(--bright-red);
    transform: translateY(-10px);
}

.highlight-icon {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.highlight-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    color: var(--white);
    margin-bottom: 15px;
}

.highlight-card p {
    color: var(--gray);
    line-height: 1.6;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.carousel-btn {
    background: var(--gold);
    color: var(--black);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.carousel-btn:hover {
    background: var(--bright-red);
    color: var(--gold);
    box-shadow: 0 0 20px var(--bright-red);
}

/* ===== CONTACT SECTION ===== */
.contact {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--black) 0%, var(--bright-red) 100%);
}

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

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--black);
    border: 2px solid var(--gold);
    border-radius: 8px;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray);
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    transition: var(--transition);
    padding: 15px;
    border-radius: 10px;
    border: 2px solid transparent;
}

.social-link:hover {
    color: var(--gold);
    text-shadow: 0 0 10px var(--gold);
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

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

/* ===== FOOTER ===== */
.footer {
    background: linear-gradient(135deg, var(--black) 0%, var(--bright-red) 100%);
    border-top: 2px solid var(--gold);
    box-shadow: 0 -5px 15px rgba(255, 215, 0, 0.3);
    padding: 40px 0;
}

.footer-content {
    text-align: center;
}

.footer-content p {
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--gold);
    font-size: 1.1rem;
    text-shadow: 0 0 10px var(--gold);
}

/* ===== MODAL ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: linear-gradient(135deg, var(--black) 0%, var(--dark-red) 100%);
    margin: 5% auto;
    padding: 40px;
    border: 3px solid var(--gold);
    border-radius: 15px;
    width: 80%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 0 50px var(--gold);
}

.close {
    color: var(--gold);
    float: right;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
}

.close:hover {
    color: var(--bright-red);
    text-shadow: 0 0 10px var(--bright-red);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: linear-gradient(135deg, var(--bright-red) 0%, var(--dark-red) 100%);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 30px 0;
    }

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

    .nav-menu li {
        margin: 15px 0;
    }

    .nav-link {
        color: var(--gold);
        text-shadow: 0 0 10px var(--gold);
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

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

    .hero-role {
        font-size: 1.5rem;
    }

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

    .hero-image img {
        width: 250px;
        height: 250px;
    }

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

    .timeline-line {
        left: 30px;
    }

    .timeline-item:nth-child(even) .timeline-card,
    .timeline-item:nth-child(odd) .timeline-card {
        margin-left: 80px;
        margin-right: 0;
    }

    .timeline-dot {
        left: 30px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

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

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

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

    .highlight-card {
        min-width: 280px;
    }
}
