#root{max-width:100%;width:100%;margin:0;padding:2rem 0;text-align:center}.resume-download-container{display:flex;justify-content:center;padding:1.5rem 0;background-color:#cfd5d8}.resume-download-button{transition:all .3s ease}.resume-download-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#d3cfcfde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:100%;min-height:100vh}#root{width:100%;max-width:100vw;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}@media (max-width: 768px){html,body,#root{overflow-x:hidden;width:100%;position:relative}}}.logo-container{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:1px;position:relative;padding:.5rem 1rem;background:linear-gradient(90deg,#b10b8d,#a044ff);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 10px rgba(160,68,255,.5)}.logo-text:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#6a309333;border-radius:4px;filter:blur(8px);z-index:-1;opacity:0;transition:opacity .3s ease}.logo-container:hover .logo-text:before{opacity:1}.logo-text:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#6a3093,#a044ff);transition:width .3s ease}.logo-container:hover .logo-text:after{width:100%}.logo-container:before,.logo-container:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#b10715;opacity:0;filter:blur(1px);animation:float 3s infinite alternate;pointer-events:none}.logo-container:before{top:0;left:0;animation-delay:.5s}.logo-container:after{bottom:0;right:0;animation-delay:1s}@keyframes float{0%{transform:translate(0);opacity:0}50%{opacity:.8}to{transform:translate(10px,-10px);opacity:0}}@media (max-width: 768px){.logo-text{font-size:1.3rem}}@media (max-width: 480px){.logo-text{font-size:1.1rem;padding:.4rem .8rem}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;background:#0a0a28e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;height:70px}.navbar-content{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar-logo{display:flex;align-items:center;z-index:1001}.navbar-left,.navbar-right{display:flex;align-items:center}.navbar-left ul,.navbar-right ul{display:flex;list-style:none;margin:0;padding:0}.navbar-left li,.navbar-right li{position:relative;margin:0 .5rem}.nav-link{display:flex;align-items:center;color:#fff;text-decoration:none;padding:.5rem 1rem;font-weight:500;transition:all .3s ease;border-radius:4px}.nav-link:hover{background:#ffffff1a}Add a specific style for the Resume link if needed option .resume-link{font-weight:600;background:#6a309333}.dropdown-button{display:flex;align-items:center;cursor:pointer;color:#fff;padding:.5rem 1rem;font-weight:500;transition:all .3s ease;border-radius:4px}.dropdown-button:hover{background:#ffffff1a}.dropdown-icon{margin-left:.5rem;transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#141432f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 10px 25px #0003;min-width:200px;overflow:hidden;z-index:100;list-style:none;padding:.5rem 0;margin:.5rem 0 0}.navbar-right .dropdown-menu{left:auto;right:0}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;transition:all .2s ease}.dropdown-menu a:hover{background:#ffffff1a}.navbar-center{position:absolute;left:50%;transform:translate(-50%);z-index:1002}.toggle-buttons-container{display:flex;flex-direction:column;align-items:center;background:#1e1e3cf2;border-radius:30px;padding:.5rem;box-shadow:0 4px 20px #0000004d;border:1px solid rgba(255,255,255,.1)}.toggle-all-button{background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;margin-bottom:.5rem;transition:all .3s ease}.toggle-all-button:hover{background:#fff3}.toggle-icon{transition:transform .3s ease}.toggle-icon.open{transform:rotate(180deg)}.section-toggles{display:flex;gap:.5rem}.section-toggle-button{background:#ffffff0d;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;position:relative}.section-toggle-button:hover{background:#ffffff26;transform:translateY(-2px)}.section-toggle-button.active{background:#a445ed99;box-shadow:0 0 10px #a445ed66}.section-toggle-button:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%) scaleX(0);width:20px;height:3px;background:#a445edcc;border-radius:3px;transition:transform .3s ease}.section-toggle-button.active:after{transform:translate(-50%) scaleX(1)}.mobile-menu-toggle{display:none}.mobile-menu-toggle button{background:transparent;border:none;color:#fff;cursor:pointer}@media (max-width: 1024px){.navbar{padding:.5rem 1rem}.nav-link,.dropdown-button{padding:.5rem .75rem}}@media (max-width: 768px){.navbar{height:auto;min-height:70px}.mobile-menu-toggle{display:block;position:absolute;right:1rem;top:1.25rem;z-index:1001}.navbar-content{flex-direction:column;position:absolute;top:70px;left:0;right:0;background:#0a0a28f2;padding:1rem 0;max-height:0;overflow:hidden;transition:max-height .5s ease;opacity:0;visibility:hidden}.navbar-content.mobile-open{max-height:100vh;opacity:1;visibility:visible;box-shadow:0 10px 30px #0000004d}.navbar-left,.navbar-right{width:100%}.navbar-left ul,.navbar-right ul{flex-direction:column;width:100%}.navbar-left li,.navbar-right li{margin:.25rem 1rem;width:calc(100% - 2rem)}.dropdown-menu{position:static;width:100%;box-shadow:none;margin:0;background:#1e1e3c80}.navbar-center{position:fixed;bottom:1.5rem;top:auto;left:50%;transform:translate(-50%)}.toggle-buttons-container{flex-direction:row;padding:.5rem 1rem;border-radius:50px}.toggle-all-button{margin-bottom:0;margin-right:.5rem}.section-toggles{display:flex;flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.section-toggle-button,.toggle-all-button{width:32px;height:32px}.section-toggles{gap:.3rem}}.language-switcher{position:-webkit-sticky;top:20px;right:20px;z-index:1000}.language-switcher-container{display:flex;background-color:#ffffffe6;border-radius:30px;padding:5px;box-shadow:0 2px 10px #0000001a}.language-button{display:flex;align-items:center;padding:8px 12px;border:none;background:transparent;border-radius:20px;cursor:pointer;transition:all .3s ease;color:#333;font-weight:500;font-size:.9rem}.language-button:hover{background-color:#1e90ff1a}.language-button.active{background-color:#1e90ff;color:#fff}.language-icon{margin-right:6px;font-size:1.2rem}@media (max-width: 768px){.language-name{display:none}.language-button{padding:8px}.language-icon{margin-right:0}}:root{--primary-color: black;--primary-dark: #130a92;--primary-light: #5d9ee2;--secondary-color: rgb(216, 234, 26);--secondary-dark: #838493;--text-color: rgb(186, 240, 24);--text-light: black;--background-color: #0e929e;--accent-color: #56adc8;--transition-speed: .3s}.hero-section{position:relative;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--text-light) 0%,#e4e8f0 100%)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;filter:blur(20px)}.shape:nth-child(1){width:300px;height:300px;top:10%;left:10%;background:linear-gradient(135deg,var(--primary-light),var(--primary-color));opacity:.2}.shape:nth-child(2){width:200px;height:200px;top:60%;left:15%;background:linear-gradient(135deg,var(--secondary-color),var(--secondary-dark));opacity:.15}.shape:nth-child(3){width:350px;height:350px;top:20%;right:15%;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));opacity:.2}.shape:nth-child(4){width:250px;height:250px;bottom:15%;right:20%;background:linear-gradient(135deg,var(--secondary-color),var(--secondary-dark));opacity:.15}.shape:nth-child(5){width:180px;height:180px;bottom:30%;left:40%;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));opacity:.2}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 20px}.hero-text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:60px}.typing-container{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.hero-title{font-size:3.5rem;font-weight:700;color:var(--primary-color);margin:0;white-space:nowrap;letter-spacing:1px}.cursor{display:inline-block;width:3px;height:50px;background-color:var(--secondary-color);margin-left:5px;animation:blink 1s infinite;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{font-size:2.5rem;font-weight:600;color:var(--text-color);margin:0 0 40px;letter-spacing:.5px}.hero-description{font-size:1.2rem;color:var(--text-color);opacity:.8;max-width:600px;margin:0 auto 60px;line-height:1.8;letter-spacing:.3px}.hero-buttons{display:flex;gap:30px;margin-top:20px;flex-wrap:wrap;justify-content:center}.primary-button,.secondary-button{padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all var(--transition-speed) ease;text-decoration:none;display:inline-block;letter-spacing:.5px}.primary-button{background-color:var(--secondary-color);color:var(--text-light);border:2px solid var(--secondary-color);box-shadow:0 4px 15px #228b224d}.primary-button:hover{background-color:var(--secondary-dark);border-color:var(--secondary-dark);transform:translateY(-5px) scale(1.03);box-shadow:0 8px 25px #228b2266}.secondary-button{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.secondary-button:hover{background-color:#4682b41a;transform:translateY(-5px) scale(1.03);box-shadow:0 8px 25px #4682b433}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:2}.mouse{width:30px;height:50px;border:2px solid var(--primary-color);border-radius:20px;position:relative}.wheel{width:6px;height:6px;background-color:var(--secondary-color);border-radius:50%;position:absolute;top:10px;left:50%;transform:translate(-50%);animation:scroll 1.5s infinite}@keyframes scroll{0%{opacity:1;top:10px}to{opacity:0;top:30px}}.scroll-text{margin-top:10px;font-size:.9rem;color:var(--primary-color);font-weight:500}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1rem;padding:0 20px;margin-bottom:40px}.typing-container{height:60px;margin-bottom:20px}.cursor{height:35px}.hero-buttons{flex-direction:column;gap:20px;align-items:center}.primary-button,.secondary-button{width:220px;text-align:center}.shape{opacity:.15}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem;margin-bottom:30px}.hero-description{margin-bottom:40px}.typing-container{height:50px}.cursor{height:30px}}.about{padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;background-color:#edf0f0;position:relative;overflow:hidden;min-height:100vh;width:100%;box-sizing:border-box}.about-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.about-blur-circle{position:absolute;border-radius:50%;filter:blur(60px)}.circle-1{width:300px;height:300px;background:#00ffff4d;top:-100px;left:-100px}.circle-2{width:400px;height:400px;background:#00c8c833;bottom:-150px;right:-150px}.circle-3{width:250px;height:250px;background:#d30707e8;top:40%;left:60%}.about-title{font-size:2.5rem;color:#000;margin-bottom:2rem;position:relative;z-index:2;text-shadow:0 4px 8px rgba(22,21,22,.888);letter-spacing:1px}.about-content{display:flex;flex-direction:column;gap:2.5rem;justify-content:center;align-items:center;max-width:1200px;width:100%;position:relative;z-index:2;margin:0 auto}.profile-photo-container{width:180px;height:180px;overflow:hidden;border-radius:50%;position:relative;z-index:3}.neomorphic-photo{background:linear-gradient(145deg,#00b3b3,#099);box-shadow:12px 12px 24px #ab0f0fef,-8px -8px 20px #58edf0d8;padding:8px;transform-style:preserve-3d;perspective:1000px}.photo-inner-shadow{width:100%;height:100%;border-radius:50%;overflow:hidden;box-shadow:inset 4px 4px 8px #0003}.profile-photo-container img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform .5s ease}.profile-photo-container:hover img{transform:scale(1.12)}.about-tabs-container{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2}.glass-card{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003,0 4px 8px #0000001a;padding:1.5rem;transform-style:preserve-3d;perspective:1000px}.tabs-navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;background:#008b8b80;padding:.5rem;box-shadow:inset 2px 2px 5px #0003,inset -2px -2px 5px #ffffff1a}.neomorphic-tabs{transform:translateZ(10px)}.tab-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:transparent;color:#fff;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem;border-radius:8px;position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease}.tab-button:hover:before{opacity:1}.tab-button.active{background:linear-gradient(145deg,#00a3a3,teal);box-shadow:4px 4px 8px #0003,-2px -2px 6px #ffffff1a;font-weight:600;transform:translateY(-2px)}.tab-icon-container{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff26;border-radius:50%;padding:5px}.tab-icon{width:18px;height:18px;color:#fff}.glass-content{background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2rem;box-shadow:0 10px 30px #00000026,0 6px 10px #0000001a;transform:translateZ(20px);min-height:300px;transition:all .5s ease}.about-text{line-height:1.7;font-size:1.1rem;color:#000;text-align:left}.content-paragraph{margin-bottom:1.2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);position:relative}.content-paragraph:last-child{margin-bottom:0}.tab-content-box:hover{transform:translateZ(25px) rotateX(2deg)}@media (min-width: 768px){.about-content{flex-direction:row;text-align:left;align-items:flex-start}.profile-photo-container{width:220px;height:220px;margin-right:2.5rem;flex-shrink:0}.about-text{text-align:left}}@media (max-width: 768px){.profile-photo-container{width:160px;height:160px;margin-bottom:1.5rem}.about-text{font-size:1rem;text-align:center}.tab-button{font-size:.9rem;padding:.6rem .5rem}.tab-icon{width:16px;height:16px}.glass-content{padding:1.5rem}.about-title{font-size:2rem}}@media (max-width: 480px){.tabs-navigation{grid-template-columns:1fr;gap:.5rem}.tab-button{justify-content:flex-start}.profile-photo-container{width:140px;height:140px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.education-section{min-height:100vh;position:relative;padding:5rem 2rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.stars{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a2a url(https://www.transparenttextures.com/patterns/stardust.png);z-index:-3}.twinkling{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url(https://www.transparenttextures.com/patterns/stardust.png);z-index:-2;animation:twinkle 10s linear infinite}.planets{position:absolute;width:100%;height:100%;z-index:-1}.planet{position:absolute;border-radius:50%;opacity:.6}.planet-1{width:150px;height:150px;background:radial-gradient(circle at 30% 30%,#8a2be2,indigo);top:15%;left:10%;box-shadow:0 0 30px #8a2be280;animation:float 20s ease-in-out infinite}.planet-2{width:100px;height:100px;background:radial-gradient(circle at 30% 30%,#4b6cb7,#182848);bottom:20%;right:15%;box-shadow:0 0 25px #4b6cb780;animation:float 15s ease-in-out infinite reverse}.planet-3{width:80px;height:80px;background:radial-gradient(circle at 30% 30%,#ff8c00,#ff4500);top:60%;left:20%;box-shadow:0 0 20px #ff8c0080;animation:float 18s ease-in-out infinite 2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.education-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:3rem;text-align:center;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 15px rgba(160,68,255,.5);position:relative;z-index:2}.education-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,#a044ff,#4b6cb7,transparent);border-radius:2px}.education-content{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.education-desktop{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.education-card{width:320px;height:420px;background:#0f0f23b3;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.education-card-inner{height:100%;display:flex;flex-direction:column;padding:1.5rem}.education-logo-container{display:flex;justify-content:center;align-items:center;height:150px;margin-bottom:1.5rem;overflow:hidden}.education-logo{max-width:120px;max-height:120px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));transition:transform .3s ease}.education-card:hover .education-logo{transform:scale(1.1)}.education-details{flex:1;display:flex;flex-direction:column;color:#fff;text-align:center;padding:0 1rem}.education-details h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600;background:linear-gradient(135deg,#a044ff,#6a3093);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.education-degree{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.4}.education-year{font-size:.9rem;color:#ffffffb3;margin-top:auto;margin-bottom:1rem;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.education-mobile{display:none;width:100%;max-width:320px;margin:0 auto}.education-swiper{width:100%;height:420px}.education-slide{height:420px;background:#0f0f23b3;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.education-desktop{gap:1.5rem}.education-card{width:280px;height:350px}}@media (max-width: 768px){.education-section{padding:4rem 1rem}.education-title{font-size:2.5rem}.education-desktop{display:none}.education-mobile{display:block}.planet-1{width:100px;height:100px}.planet-2{width:70px;height:70px}.planet-3{width:50px;height:50px}}@media (max-width: 480px){.education-title{font-size:2rem}.education-mobile{max-width:280px}.education-swiper{height:350px}.education-logo{max-width:100px;max-height:100px}.education-details h3{font-size:1.3rem}.education-degree{font-size:1rem}}.projects-container{min-height:100vh;position:relative;padding:5rem 2rem;overflow:hidden;perspective:1000px;display:flex;flex-direction:column;align-items:center}.cosmic-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.stars{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a2a url(https://www.transparenttextures.com/patterns/stardust.png);z-index:-3}.twinkling{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url(https://www.transparenttextures.com/patterns/stardust.png);z-index:-2;animation:twinkle 10s linear infinite}.clouds{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:-1;opacity:.3;animation:clouds 120s linear infinite}@keyframes twinkle{0%{background-position:0 0}to{background-position:-1000px 1000px}}@keyframes clouds{0%{background-position:0 0}to{background-position:10000px 0}}.projects-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:3rem;text-align:center;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 15px rgba(160,68,255,.5);position:relative;z-index:2}.projects-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,#a044ff,#4b6cb7,transparent);border-radius:2px}.shuffle-button{background:linear-gradient(135deg,#6a3093,#a044ff);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;margin-bottom:2rem;box-shadow:0 5px 15px #6a30934d;transition:all .3s ease;z-index:10}.shuffle-button:hover{box-shadow:0 8px 20px #6a309380}.projects-stack{position:relative;width:100%;max-width:900px;height:600px;margin:0 auto;perspective:2000px;transform-style:preserve-3d}.project-card{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;padding:2rem;color:#fff;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #0003;transform-style:preserve-3d;backface-visibility:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);z-index:0}.project-card.expanded{cursor:default}.card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column}.project-card h3{font-size:2rem;margin-bottom:1rem;text-shadow:0 2px 5px rgba(0,0,0,.3);position:relative}.project-card h3:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background:#ffffff80;border-radius:3px}.card-preview{opacity:.9;font-size:1.1rem;line-height:1.5;max-height:100px;overflow:hidden;position:relative}.card-preview:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5))}.card-indicator{position:absolute;bottom:20px;left:0;width:100%;text-align:center;font-size:.9rem;color:#ffffffb3;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.project-details{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-right:10px}.project-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;white-space:pre-line}.technologies{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:auto;margin-bottom:2rem}.tech-badge{background:#ffffff26;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 2px 5px #0000001a}.close-button{align-self:center;background:#fff3;border:none;color:#fff;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;font-weight:600;margin-top:auto;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.close-button:hover{background:#ffffff4d}.project-details::-webkit-scrollbar{width:6px}.project-details::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.project-details::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.project-details::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 768px){.projects-container{padding:4rem 1rem}.projects-title{font-size:2.5rem}.projects-stack{height:500px}.project-card{padding:1.5rem}.project-card h3{font-size:1.8rem}.project-description{font-size:1rem}}@media (max-width: 480px){.projects-title{font-size:2rem}.projects-stack{height:450px}.project-card{padding:1.2rem}.project-card h3{font-size:1.5rem}.tech-badge{padding:.4rem .8rem;font-size:.8rem}}.space-skills-section{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(to bottom,#b6b6dd,#1a1a40,#6666e7);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;perspective:1000px}.starfield-container{position:absolute;top:0;left:0;width:100%;height:200%;z-index:0}.stars-small,.stars-medium,.stars-large{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:radial-gradient(1px 1px at 25% 25%,white 100%,transparent 100%),radial-gradient(1px 1px at 50% 50%,white 100%,transparent 100%),radial-gradient(1px 1px at 75% 75%,white 100%,transparent 100%),radial-gradient(2px 2px at 10% 10%,white 100%,transparent 100%),radial-gradient(2px 2px at 30% 70%,white 100%,transparent 100%),radial-gradient(2px 2px at 60% 20%,white 100%,transparent 100%),radial-gradient(2px 2px at 90% 40%,white 100%,transparent 100%);background-repeat:repeat;background-size:200px 200px,300px 300px,400px 400px,600px 600px,500px 500px,700px 700px,800px 800px;animation:twinkle 8s ease-in-out infinite alternate;opacity:.6}.stars-medium{background-size:300px 300px,400px 400px,500px 500px,700px 700px,600px 600px,800px 800px,900px 900px;animation-delay:1s;opacity:.4}.stars-large{background-size:400px 400px,500px 500px,600px 600px,800px 800px,700px 700px,900px 900px,1000px 1000px;animation-delay:2s;opacity:.3}@keyframes twinkle{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.planet{position:absolute;border-radius:50%;z-index:1}.planet-one{width:150px;height:150px;background:radial-gradient(circle at 30% 30%,#6a3093,#a044ff);box-shadow:0 0 50px #a044ff80,inset 0 0 30px #ffffff30;top:15%;right:10%;animation:rotate 30s linear infinite}.planet-two{width:200px;height:200px;background:radial-gradient(circle at 40% 40%,#4b6cb7,#182848);box-shadow:0 0 60px #4b6cb780,inset 0 0 40px #ffffff20;bottom:10%;left:5%;animation:rotate 40s linear infinite reverse}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cosmic-dust{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(1px 1px at 10% 20%,rgba(255,255,255,.1) 100%,transparent 100%),radial-gradient(1px 1px at 30% 40%,rgba(255,255,255,.1) 100%,transparent 100%),radial-gradient(1px 1px at 50% 60%,rgba(255,255,255,.1) 100%,transparent 100%),radial-gradient(1px 1px at 70% 80%,rgba(255,255,255,.1) 100%,transparent 100%);background-size:400px 400px;animation:drift 20s linear infinite;z-index:1}@keyframes drift{0%{background-position:0 0}to{background-position:400px 400px}}.space-content{position:relative;z-index:2;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center}.space-skills-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:4rem;position:relative;text-align:center;text-transform:uppercase;letter-spacing:4px}.title-glow{position:relative;display:inline-block}.title-glow:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,#a044ff,#4b6cb7,transparent);border-radius:2px}.space-skills-title:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;color:#a044ff;filter:blur(8px);opacity:.7;animation:pulse 4s infinite alternate}@keyframes pulse{0%,to{filter:blur(8px);opacity:.5}50%{filter:blur(12px);opacity:.8}}.space-skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2.5rem;width:100%}.space-skill-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:#0a0a2899;border-radius:50%;aspect-ratio:1 / 1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px #0000004d;transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;z-index:2}.space-skill-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .5s ease}.space-skill-item:hover:before{opacity:1}.portal-effect{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.portal-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid transparent;border-radius:50%;animation:expand 3s infinite;opacity:0}@keyframes expand{0%{width:100%;height:100%;opacity:.8}to{width:150%;height:150%;opacity:0}}.space-skill-icon{margin-bottom:1rem;filter:drop-shadow(0 0 8px currentColor);transition:all .3s ease;transform:translateZ(20px)}.space-skill-item:hover .space-skill-icon{transform:translateZ(30px) scale(1.2)}.space-skill-name{font-weight:600;font-size:1rem;color:#fff;text-align:center;text-shadow:0 0 10px rgba(255,255,255,.5);transform:translateZ(10px)}@media (max-width: 1024px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:2rem}.space-skills-title{font-size:2.5rem}.planet-one{width:120px;height:120px}.planet-two{width:160px;height:160px}}@media (max-width: 768px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1.5rem}.space-skill-item{padding:1.5rem 1rem}.space-skills-title{font-size:2rem;margin-bottom:3rem}.space-skill-icon svg{width:30px;height:30px}.space-skill-name{font-size:.9rem}}@media (max-width: 480px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.space-skill-item{padding:1.2rem .8rem}.space-skills-title{font-size:1.8rem}.space-skill-icon svg{width:25px;height:25px}.space-skill-name{font-size:.8rem}.planet-one{width:80px;height:80px}.planet-two{width:120px;height:120px}}.contact{background:#008b8b;padding:40px;border-radius:12px;max-width:600px;margin:0 auto;box-shadow:0 8px 20px #0000001a;color:#333;animation:fadeIn .8s ease-in-out}.contact h2{text-align:center;font-size:2rem;margin-bottom:20px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.contact form{display:flex;flex-direction:column;gap:15px}.contact label{font-weight:700;color:#fff;font-size:1rem}.contact input[type=text],.contact input[type=email],.contact textarea{padding:12px;border:2px solid hsl(0,3%,7%);border-radius:8px;outline:none;font-size:1rem;background-color:#fff;color:#333;transition:border-color .3s ease,box-shadow .3s ease}.contact input[type=text]:focus,.contact input[type=email]:focus,.contact textarea:focus{border-color:#0b0c0c;box-shadow:0 0 8px #4674b780}.contact textarea{resize:none;height:120px}.contact button{padding:12px 20px;background:linear-gradient(90deg,#2f5eb5,#380778);border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;font-size:1.1rem;transition:background .3s ease}.contact button:hover{background:linear-gradient(90deg,#080808,#68a12b)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:20px auto;box-shadow:0 0 20px #00000026;border-radius:8px;overflow:hidden}.left-column{flex:5;background-color:#09192dd0;color:#f4f2f2;padding:4px}.right-column{flex:7;background-color:#fff;color:#0c0c13;padding:4px}.profile-photo-container{width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:4px solid rgba(255,255,255,.2);box-shadow:0 4px 10px #0000004d}.profile-photo{width:100%;height:100%;object-fit:cover}.header{margin-bottom:30px;text-align:center}.name{font-size:28px;font-weight:700;margin-bottom:5px}.title{font-size:18px;margin-bottom:15px}.contact-info{font-size:14px;line-height:1.6;text-align:left;margin-top:20px}.contact-item{display:flex;align-items:center;gap:10px;margin-bottom:8px}.contact-item a{color:#fff;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#48b6db;text-decoration:underline}.section{margin-bottom:25px}.left-column .section-title{background-color:#030b12b9;padding:8px 15px;border-radius:5px;font-size:16px;font-weight:700;margin-bottom:15px;text-transform:uppercase;display:inline-block;box-shadow:0 2px 5px #0003}.right-column .section-title{color:#6325f4;border-bottom:2px solid #003366;padding-bottom:5px;font-size:18px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.content{font-size:14px;line-height:1.6;margin-bottom:15px}.item{margin-bottom:15px}.item-title{font-weight:700;margin-bottom:3px}.item-subtitle{font-style:italic;margin-bottom:3px}.item-date{font-size:12px;margin-bottom:5px}.item-description{margin-top:5px;font-size:14px;line-height:1.6}.skills-list{list-style-type:none;padding-left:0}.skills-list li{margin-bottom:5px;font-size:14px}.skill-category{font-weight:700;margin-top:10px;margin-bottom:5px}.project{margin-bottom:20px}.project-title,.item-title{font-weight:700;color:#1989eb}.experience{margin-bottom:20px}.reference-item{margin-bottom:15px}.reference-item a{color:#5ec5d7db;text-decoration:none;transition:color .3s ease}.reference-item a:hover{color:#ba500d;text-decoration:underline}@media (max-width: 768px){.resume-container{flex-direction:column;margin:10px}.left-column,.right-column{width:100%}.profile-photo-container{width:120px;height:120px}.name{font-size:24px}.title,.left-column .section-title,.right-column .section-title{font-size:16px}}@media (max-width: 480px){.left-column,.right-column{padding:20px}.profile-photo-container{width:100px;height:100px}.name{font-size:22px}.contact-item{font-size:13px}}footer{background:#859298;color:#fff;text-align:center;padding:20px 0;font-family:Poppins,sans-serif;position:relative}footer p{margin:8px 0;font-size:1em}.social-links{margin:15px 0;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.social-links a{color:#2d2d2d;text-decoration:none;font-size:1.3em;font-weight:700;display:inline-flex;align-items:center;gap:8px;border:2px solid transparent;padding:8px 15px;border-radius:8px;background:#fff;transition:all .4s ease}.social-links a:hover{color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);border:2px solid #fff;box-shadow:0 4px 15px #ff758c66;transform:scale(1.1)}footer p:last-child{margin-top:20px;font-size:.9em;color:#fff}.language-switcher{display:flex;justify-content:center;gap:10px;margin:15px 0}.language-switcher button{background-color:#fff;color:#2d2d2d;border:none;border-radius:5px;padding:5px 12px;font-family:Poppins,sans-serif;font-size:.9em;cursor:pointer;transition:all .3s ease}.language-switcher button:hover{background:linear-gradient(135deg,#fbc2eb,#fad0c4);color:#fff;transform:scale(1.05)}.language-switcher button.active{background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);color:#fff;font-weight:700;box-shadow:0 2px 8px #ff758c4d}@media (max-width: 768px){.social-links{gap:10px}.social-links a{font-size:1.1em;padding:6px 12px}.language-switcher{gap:5px}}@media (max-width: 480px){.social-links{flex-direction:column;align-items:center;gap:10px}.social-links a{width:80%;justify-content:center}}View Resume Button .view-resume-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#6a3093,#a044ff);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .3s ease}.view-resume-btn:hover{transform:translateY(-2px);color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);border:2px solid #fff;box-shadow:0 4px 15px #ff758c66;transform:scale(1.1)}.resume-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.resume-modal{background-color:#fff;width:90%;max-width:1200px;max-height:90vh;border-radius:8px;position:relative;box-shadow:0 10px 30px #0000004d;overflow:hidden;animation:modalFadeIn .3s ease}.resume-modal-content{overflow-y:auto;max-height:90vh;padding:1rem}.close-modal-btn{position:absolute;top:10px;right:10px;background:#0003;color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.close-modal-btn:hover{background:#0006;transform:rotate(90deg)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.resume-modal{width:95%;max-height:95vh}}
