.Navbar-module___rHu7W__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#050d18cc;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module___rHu7W__scrolled{background-color:#050d18f2;border-bottom:1px solid #ffffff0d;padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module___rHu7W__logo{color:var(--foreground);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoIcon{color:var(--primary);width:32px;height:32px}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2.5rem;display:flex}.Navbar-module___rHu7W__navLink{color:var(--text-muted);font-size:1rem;font-weight:500;transition:color .2s}.Navbar-module___rHu7W__navLink:hover{color:var(--primary)}.Navbar-module___rHu7W__contactBtn{background-color:var(--primary);color:#000;border-radius:50px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,background-color .2s}.Navbar-module___rHu7W__contactBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}}
.Hero-module__JgYmMq__hero{background:radial-gradient(circle at 100% 0,#163a5f33,#0000 40%);align-items:center;min-height:100vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.Hero-module__JgYmMq__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__JgYmMq__introLine{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.9rem;font-weight:600;display:flex}.Hero-module__JgYmMq__line{background-color:var(--primary);width:50px;height:2px}.Hero-module__JgYmMq__title{color:var(--foreground);font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__nameHighlight{color:var(--button-blue)}.Hero-module__JgYmMq__description{color:var(--text-muted);max-width:600px;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.Hero-module__JgYmMq__buttons{align-items:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__primaryBtn{background-color:var(--button-blue);color:#fff;border-radius:8px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #06b6d44d}.Hero-module__JgYmMq__primaryBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #06b6d466}.Hero-module__JgYmMq__secondaryBtn{border:1px solid var(--text-muted);color:var(--foreground);border-radius:8px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Hero-module__JgYmMq__secondaryBtn:hover{border-color:var(--button-blue);color:var(--button-blue);background-color:#0ea5e90d}.Hero-module__JgYmMq__imageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__imageContainer{border:3px solid var(--button-blue);background:#0ea5e90d;border-radius:24px;justify-content:center;align-items:center;width:380px;height:500px;padding:12px;display:flex;position:relative;box-shadow:0 20px 50px #0ea5e926}.Hero-module__JgYmMq__profileImage{object-fit:cover;object-position:top center;border-radius:16px;width:100%;height:100%}.Hero-module__JgYmMq__statusBadge{border:1px solid var(--border-color);color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0f172ae6;border-radius:50px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;animation:3s ease-in-out infinite Hero-module__JgYmMq__float;display:flex;position:absolute;bottom:20px;left:0;box-shadow:0 10px 30px -10px #00000080}.Hero-module__JgYmMq__statusDot{background-color:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #22c55e}@keyframes Hero-module__JgYmMq__float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@media (max-width:968px){.Hero-module__JgYmMq__container{text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__introLine,.Hero-module__JgYmMq__buttons{justify-content:center}.Hero-module__JgYmMq__description{margin:0 auto 1rem}.Hero-module__JgYmMq__imageWrapper{margin-top:2rem}.Hero-module__JgYmMq__imageContainer{width:300px;height:400px}.Hero-module__JgYmMq__title{font-size:3rem}}
.Skills-module__-4weLa__section{background-color:var(--background);padding:100px 0}.Skills-module__-4weLa__headingWrapper{text-align:center;margin-bottom:4rem}.Skills-module__-4weLa__heading{color:var(--button-blue);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Skills-module__-4weLa__subHeading{color:var(--text-muted);font-size:1.1rem}.Skills-module__-4weLa__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.Skills-module__-4weLa__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.Skills-module__-4weLa__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #00000080}.Skills-module__-4weLa__cardHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Skills-module__-4weLa__icon{color:var(--primary);width:28px;height:28px}.Skills-module__-4weLa__categoryTitle{color:#fff;font-size:1.25rem;font-weight:600}.Skills-module__-4weLa__skillsList{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__-4weLa__skillBadge{color:var(--text-muted);background-color:#1e293b80;border:1px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Skills-module__-4weLa__skillBadge:hover{border-color:var(--primary);color:#fff;background-color:#1e293bcc}
.Education-module__ayRIla__section{background-color:var(--background);padding:100px 0;overflow:hidden}.Education-module__ayRIla__container{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:4rem;display:grid}.Education-module__ayRIla__leftColumn{position:sticky;top:100px}.Education-module__ayRIla__title{color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Education-module__ayRIla__highlight{color:var(--button-blue);display:block}.Education-module__ayRIla__divider{background-color:var(--button-blue);border-radius:2px;width:60px;height:4px;margin:2rem 0}.Education-module__ayRIla__description{color:var(--text-muted);max-width:500px;font-size:1.1rem;line-height:1.6}.Education-module__ayRIla__timeline{border-left:2px solid #ffffff1a;flex-direction:column;gap:2rem;margin-left:1rem;padding-left:2rem;display:flex;position:relative}.Education-module__ayRIla__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:.5rem;padding:2rem;transition:transform .3s,border-color .3s;display:flex;position:relative}.Education-module__ayRIla__card:hover{border-color:var(--primary);transform:translate(10px);box-shadow:0 10px 30px -10px #0000004d}.Education-module__ayRIla__date{color:var(--button-blue);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.Education-module__ayRIla__degree{color:#fff;font-size:1.25rem;font-weight:700}.Education-module__ayRIla__institution{color:var(--text-muted);font-size:1rem}.Education-module__ayRIla__iconWrapper{background-color:var(--background);border:2px solid var(--button-blue);width:50px;height:50px;color:var(--button-blue);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:2rem;left:-2rem;transform:translate(-50%);box-shadow:0 0 15px #0ea5e933}@media (max-width:968px){.Education-module__ayRIla__container{grid-template-columns:1fr;gap:3rem}.Education-module__ayRIla__leftColumn{text-align:center;position:static}.Education-module__ayRIla__divider{margin:2rem auto}.Education-module__ayRIla__description{margin:0 auto}.Education-module__ayRIla__timeline{border-left:none;gap:1.5rem;margin-left:0;padding-left:0}.Education-module__ayRIla__iconWrapper{width:40px;height:40px;margin-bottom:1rem;position:static;transform:none}}
.Experience-module__Dh2kUW__section{padding:100px 0;position:relative}.Experience-module__Dh2kUW__heading{text-align:center;color:var(--button-blue);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Experience-module__Dh2kUW__timeline{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.Experience-module__Dh2kUW__timeline:before{content:"";background:linear-gradient(to bottom,transparent,var(--border-color)20%,var(--border-color)80%,transparent);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Experience-module__Dh2kUW__item{justify-content:center;width:100%;margin-bottom:4rem;display:flex;position:relative}.Experience-module__Dh2kUW__card{background-color:var(--card-bg);border:1px solid var(--border-color);text-align:center;z-index:2;border-radius:20px;width:100%;max-width:500px;padding:2rem 3rem;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000001a}.Experience-module__Dh2kUW__card:hover{border-color:var(--primary);transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Experience-module__Dh2kUW__dot{background-color:var(--background);border:4px solid var(--button-blue);z-index:3;width:20px;height:20px;box-shadow:0 0 10px var(--button-blue);border-radius:50%;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.Experience-module__Dh2kUW__dateBadge{border:1px solid var(--border-color);color:var(--text-muted);background-color:#1e293bcc;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;display:inline-block}.Experience-module__Dh2kUW__role{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Experience-module__Dh2kUW__company{color:var(--button-blue);margin-bottom:1rem;font-weight:500;display:block}.Experience-module__Dh2kUW__description{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:768px){.Experience-module__Dh2kUW__card{width:90%;padding:1.5rem}}
.Projects-module__T_D1Ca__section{background-color:var(--background);padding:100px 0}.Projects-module__T_D1Ca__headingWrapper{text-align:center;margin-bottom:4rem}.Projects-module__T_D1Ca__heading{color:var(--button-blue);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Projects-module__T_D1Ca__subHeading{color:var(--text-muted);font-size:1.1rem}.Projects-module__T_D1Ca__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.Projects-module__T_D1Ca__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Projects-module__T_D1Ca__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 15px 30px -5px #0006}.Projects-module__T_D1Ca__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.Projects-module__T_D1Ca__projectImage{object-fit:cover;transition:transform .5s}.Projects-module__T_D1Ca__card:hover .Projects-module__T_D1Ca__projectImage{transform:scale(1.05)}.Projects-module__T_D1Ca__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.Projects-module__T_D1Ca__projectTitle{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Projects-module__T_D1Ca__projectDesc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__T_D1Ca__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Projects-module__T_D1Ca__tag{color:var(--primary);background-color:#06b6d41a;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.Projects-module__T_D1Ca__links{gap:1rem;margin-top:auto;display:flex}.Projects-module__T_D1Ca__link{color:#fff;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.Projects-module__T_D1Ca__link:hover{color:var(--button-blue)}@media (max-width:768px){.Projects-module__T_D1Ca__grid{grid-template-columns:1fr}}
.Contact-module__Bs3a0a__section{background-color:var(--background);padding:60px 0}.Contact-module__Bs3a0a__container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Contact-module__Bs3a0a__leftColumn{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__Bs3a0a__heading{color:#fff;font-size:2.8rem;font-weight:800;line-height:1.1}.Contact-module__Bs3a0a__subText{color:var(--text-muted);max-width:400px;font-size:1rem}.Contact-module__Bs3a0a__details{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.Contact-module__Bs3a0a__detailItem{align-items:center;gap:1rem;display:flex}.Contact-module__Bs3a0a__iconBox{border:1px solid var(--border-color);width:42px;height:42px;color:var(--button-blue);background-color:#0000;border-radius:10px;justify-content:center;align-items:center;display:flex}.Contact-module__Bs3a0a__detailContent label{color:var(--text-muted);letter-spacing:.05em;margin-bottom:.1rem;font-size:.75rem;font-weight:600;display:block}.Contact-module__Bs3a0a__detailContent p{color:#fff;font-size:.95rem;font-weight:500}.Contact-module__Bs3a0a__formCard{border:1px solid var(--border-color);background-color:#0b1221;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.Contact-module__Bs3a0a__formGroup{margin-bottom:1.25rem}.Contact-module__Bs3a0a__label{color:#fff;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.Contact-module__Bs3a0a__input,.Contact-module__Bs3a0a__textarea{border:1px solid var(--border-color);color:#fff;background-color:#080f1c;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Contact-module__Bs3a0a__input:focus,.Contact-module__Bs3a0a__textarea:focus{border-color:var(--button-blue);outline:none}.Contact-module__Bs3a0a__textarea{resize:vertical;min-height:120px}.Contact-module__Bs3a0a__submitBtn{background-color:var(--button-blue);color:#fff;border-radius:6px;width:100%;padding:.85rem;font-size:1rem;font-weight:700;transition:background-color .3s}.Contact-module__Bs3a0a__submitBtn:hover{background-color:var(--primary-hover)}.Contact-module__Bs3a0a__statusMessage{text-align:center;border-radius:6px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.Contact-module__Bs3a0a__success{color:#22c55e;background-color:#22c55e1a;border:1px solid #86efac33}.Contact-module__Bs3a0a__error{color:#ef4444;background-color:#ef44441a;border:1px solid #fca5a533}@media (max-width:968px){.Contact-module__Bs3a0a__container{grid-template-columns:1fr;gap:2rem}}
.Footer-module__Grjkva__footer{background-color:#03080f;border-top:1px solid #ffffff0d;padding:60px 0 20px}.Footer-module__Grjkva__topSection{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brand h3{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__tagline{color:var(--text-muted);max-width:300px;margin-bottom:2rem;line-height:1.6}.Footer-module__Grjkva__socialLinks{gap:1rem;display:flex}.Footer-module__Grjkva__socialIcon{background-color:var(--card-bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__Grjkva__socialIcon:hover{background-color:var(--button-blue);transform:translateY(-3px)}.Footer-module__Grjkva__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.Footer-module__Grjkva__linksList{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__link{color:var(--text-muted);font-size:.95rem;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--primary)}.Footer-module__Grjkva__contactItem{color:var(--text-muted);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.95rem;display:flex}.Footer-module__Grjkva__bottomSection{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Footer-module__Grjkva__copyright{color:var(--text-muted);font-size:.9rem}.Footer-module__Grjkva__backToTop{background-color:var(--card-bg);color:var(--button-blue);border:1px solid var(--border-color);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.Footer-module__Grjkva__backToTop:hover{background-color:var(--border-color)}@media (max-width:768px){.Footer-module__Grjkva__topSection{grid-template-columns:1fr;gap:2rem}}
