*,:after,:before{box-sizing:border-box}#root,body,html{background-color:#fff7e6;height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.app-container{background-color:#fff7e6;display:flex;flex-direction:column;min-height:100vh;width:100%}.dark-mode{background-color:#121212;color:#fff}.dark-mode .navbar{background-color:#1f1f1f;color:#fff}.dark-mode .nav-link{color:#fff}.dark-mode .dark-mode-toggle{background-color:#3a3a3a;border:none;color:#fff;cursor:pointer;padding:.5rem 1rem}.dark-mode .dark-mode-toggle:hover{background-color:#565656}.hero-container{align-items:center;background-color:#f8f9fa;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:3rem 1.5rem}.hero-content{display:flex;gap:2rem;max-width:1200px;width:100%}.hero-left{flex:1 1;max-width:350px}.profile-card{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:2rem;text-align:center}.profile-image-container{height:320px;overflow:hidden;position:relative;width:100%}.profile-image-container:before{background:linear-gradient(180deg,#0000 70%,#000000b3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.profile-image-container img{height:100%;object-fit:cover;width:100%}.profile-card h1{color:#333;font-size:1.8rem;margin-bottom:.5rem;margin-top:1.5rem}.profile-card h2{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.social-links{gap:1rem;margin-bottom:2rem}.social-icon,.social-links{display:flex;justify-content:center}.social-icon{align-items:center;border-radius:50%;color:#fff;font-size:1.2rem;height:40px;transition:transform .3s ease,box-shadow .3s ease;width:40px}.social-icon:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.social-icon.Code,.social-icon.github,.social-icon.linkedin,.social-icon.x{background:linear-gradient(45deg,#4776e6,#8e54e9)}.social-icon.takeforward{background-color:#fff;border:1px solid #eee}.social-icon.takeforward img{border-radius:50%;height:24px;width:24px}.download-button{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto 2rem;padding:.8rem 1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:80%}.download-button:hover{box-shadow:0 5px 15px #4776e666;transform:translateY(-3px)}.hero-right{flex:2 1}.about-card{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;height:100%;padding:2rem}.section-title,.skills-grid{display:block}.section-title h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.title-underline{background:linear-gradient(45deg,#4776e6,#8e54e9);border-radius:2px;height:4px;width:50px}.about-content{margin-bottom:2rem}.about-content p,.interests p{color:#555;font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.highlight{color:#4776e6;font-weight:600}.achievements-list ul{margin-bottom:2rem;margin-top:1.2rem;padding-left:1.5rem}.achievements-list li{color:#555;line-height:1.5;margin-bottom:.8rem;position:relative}.achievements-list li::marker{color:#4776e6}.education-container{margin:0;padding:8px}.education-content{display:flex;flex-direction:column;gap:10px}.education-card{background-color:#fff;border-radius:6px;box-shadow:0 1px 4px #0000001a;line-height:1.3;margin:10px;padding:20px}.school-info{color:#2c3e50;font-size:15px;font-weight:500;margin:0 0 2px}.degree-info{color:#34495e}.degree-info,.grade-info{font-size:14px;margin:0 0 2px}.grade-info{color:#4776e6;font-weight:600}@media (max-width:500px){.education-container{padding:5px}.education-card{padding:8px}}.dark-mode .hero-container{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode .profile-card{background-color:#2d2d2d;box-shadow:0 10px 30px #0000004d}.dark-mode .profile-card h1{color:#fff}.dark-mode .profile-card h2{color:#bbb}.dark-mode .about-card{background-color:#2d2d2d;box-shadow:0 10px 30px #0000004d}.dark-mode .section-title h3{color:#fff}.dark-mode .about-content p,.dark-mode .achievements-list li,.dark-mode .interests p{color:#bbb}.dark-mode .achievements-list li::marker{color:#6c5ce7}.dark-mode .grade-info,.dark-mode .highlight{color:#6c5ce7}.dark-mode .degree-info,.dark-mode .school-info{color:#bbb}@media (max-width:992px){.hero-content{align-items:center;flex-direction:column}.hero-left{max-width:100%;width:100%}.profile-card{margin:0 auto;max-width:400px}}@media (max-width:768px){.hero-container{padding:2rem 1rem}.about-card{padding:1.5rem}.achievements-list ul{padding-left:1.2rem}}@media (max-width:480px){.about-content p,.achievements-list li,.interests p{font-size:1rem}.download-button{font-size:.9rem;padding:.7rem 1.2rem}}.navbar{background-color:#fffffff2;box-shadow:0 2px 10px #0000000d;left:0;padding:1.2rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background-color:#fffffffa;box-shadow:0 5px 20px #0000001a;padding:.8rem 0}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo a{align-items:center;display:flex;text-decoration:none}.logo-text{color:#333;font-size:1.8rem;font-weight:700}.logo-dot{color:#ff758c;font-size:2rem;margin-left:2px}.navbar-links{display:flex;gap:2rem}.nav-link{color:#555;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ff758c}.nav-link:after{background:linear-gradient(45deg,#ff7eb3,#ff758c);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#ff758c}.navbar-toggle{cursor:pointer;display:none}.hamburger{height:18px;position:relative;width:24px}.hamburger span{background:#333;border-radius:2px;display:block;height:2px;position:absolute;transition:all .3s ease;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.active span:first-child{top:8px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:8px;transform:rotate(-45deg)}.content{margin-top:80px;min-height:calc(100vh - 80px)}.theme-toggle-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;transition:background-color .3s,transform .3s}.theme-toggle-btn:hover{background-color:#0000000d;transform:scale(1.1)}.dark-mode .theme-toggle-btn:hover{background-color:#ffffff1a}.theme-toggle-btn:focus{outline:none}.dark-mode .dark-mode-toggle{background-color:#bb86fc}.dark-mode .dark-mode-toggle:after{transform:translateX(30px)}.dark-mode .navbar{background-color:#212121f2;box-shadow:0 2px 10px #0003}.dark-mode .navbar.scrolled{background-color:#212121fa;box-shadow:0 5px 20px #0000004d}.dark-mode .logo-text{color:#fff}.dark-mode .logo-dot{color:#bb86fc}.dark-mode .nav-link{color:#bbb}.dark-mode .nav-link:hover{color:#bb86fc}.dark-mode .nav-link:after{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .nav-link.active{color:#bb86fc}.dark-mode .hamburger span{background:#fff}@media (max-width:768px){.navbar-toggle{display:block}.navbar-links{background-color:#fff;box-shadow:0 5px 10px #0000001a;flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:100%;transition:max-height .3s ease,padding .3s ease;width:100%}.navbar-links.active{max-height:300px;padding:1rem 0}.nav-link{padding:1rem 2rem;text-align:center;width:100%}.nav-link:after{display:none}.dark-mode .navbar-links{background-color:#212121}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.design{background-color:#fff7e6;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative}.design:before{background-image:radial-gradient(circle at 25px 25px,#0000001a 2%,#0000 0),radial-gradient(circle at 75px 75px,#0000001a 2%,#0000 0);background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.design-header{margin-bottom:3rem;position:relative;text-align:center;z-index:1}.design-header h1{background:linear-gradient(45deg,#4776e6,#8e54e9);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.design-intro{margin:0 auto 3rem;max-width:1200px;position:relative;text-align:center;z-index:1}.design-intro p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.achievements-highlight{background:#fff;border-radius:12px;border-top:5px solid #4776e6;box-shadow:0 5px 15px #00000014;margin-bottom:2rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.achievements-highlight:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-5px)}.achievements-highlight h3{align-items:center;color:#333;display:flex;font-size:1.3rem;gap:.5rem;margin-bottom:.5rem;margin-top:1}.achievements-highlight ul{justify-items:left;list-style:none;margin:0;padding:0}.achievements-highlight li{color:#555;justify-items:left;line-height:1.6;margin-bottom:.5rem;padding-left:2rem;position:relative;text-align:left}.achievements-highlight li:before{content:"✨";left:0;position:absolute}.design-projects{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;position:relative;z-index:1}.design-project-tile{background:#fff;border-radius:12px;border-top:5px solid #4776e6;box-shadow:0 5px 15px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.design-project-tile:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-10px)}.project-content{align-items:stretch;display:flex;flex:1 1;min-height:320px}.project-carousel{background:#f8f9fa;flex:1 1;overflow:hidden;padding:1rem}.carousel-container,.project-carousel{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.carousel-container{height:280px;margin-bottom:1.5rem;max-width:280px;width:100%}.carousel-image{border-radius:8px;box-shadow:0 4px 15px #0000001a;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.carousel-image:hover{transform:scale(1.05)}.carousel-controls{align-items:center;background:#fffffff2;border-radius:25px;box-shadow:0 4px 12px #0000001a;display:flex;gap:1rem;margin-bottom:1.5rem;padding:.5rem 1rem}.carousel-btn{align-items:center;background:#4776e61a;border:none;border-radius:50%;color:#4776e6;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.carousel-btn:hover{background:#4776e6;color:#fff;transform:scale(1.1)}.carousel-indicators{display:flex;gap:6px}.carousel-dot{background:#4776e64d;border:none;border-radius:50%;cursor:pointer;height:6px;transition:all .3s ease;width:6px}.carousel-dot.active{background:#4776e6;transform:scale(1.3)}.carousel-view-details{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border:none;border-radius:25px;box-shadow:0 4px 15px #4776e64d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.6rem 1.2rem;transition:all .3s ease}.carousel-view-details:hover{box-shadow:0 6px 20px #4776e666;transform:translateY(-2px)}.project-details{border-left:1px solid #f0f0f0;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:1.5rem}.project-category{background-color:#f0f0f0;border-radius:20px;color:#4776e6;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:.8rem;padding:.4rem .8rem;transition:all .3s ease}.project-category:hover{background-color:#4776e6;color:#fff;transform:translateY(-2px)}.project-title{color:#333;font-size:1.4rem;font-weight:700;line-height:1.3}.project-highlights,.project-title{margin-bottom:1rem}.project-highlights h4{align-items:center;color:#555;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.8rem}.highlights-list{list-style:none;margin:0;padding:0}.highlights-list li{color:#555;font-size:.9rem;line-height:1.6;margin-bottom:.6rem;padding-left:1.2rem;position:relative}.highlights-list li:before{color:#4776e6;content:"▸";font-weight:700;left:0;position:absolute}.overlay{align-items:center;bottom:0;display:none;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.overlay.active{display:flex}.overlay-backdrop{background:#0006;bottom:0;left:0;position:absolute;right:0;top:0}.overlay-backdrop,.overlay-content{backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.overlay-content{animation:slideIn .4s ease-out;background:#fff;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 15px 30px #0000001f;max-height:95vh;max-width:95vw;overflow-y:auto;padding:2.5rem;position:relative;width:100%}.overlay-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 5px 15px #00000014;cursor:pointer;display:flex;height:55px;justify-content:center;position:fixed;right:4rem;top:2rem;transition:all .3s ease;width:55px;z-index:1001}.overlay-close:hover{background:#f8f9fa;box-shadow:0 8px 25px #00000026;transform:scale(1.1) rotate(90deg)}.overlay-header{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.overlay-header h2{background:linear-gradient(45deg,#4776e6,#8e54e9);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:700;margin-bottom:.5rem}.overlay-category{background-color:#f0f0f0;border-radius:20px;color:#4776e6;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.media-viewer{margin-bottom:3rem}.media-container{background:#f8f9fa;box-shadow:0 5px 15px #00000014;padding:2rem}.media-container,.media-display{border-radius:12px;overflow:hidden;position:relative}.media-display{align-items:center;background:#0000;border:2px solid #4776e633;display:flex;height:70vh;justify-content:center;margin-bottom:2rem;max-height:600px;transition:all .3s ease;width:100%}.media-display:hover{border-color:#4776e666;box-shadow:0 8px 25px #4776e61a}.media-display:before{background:linear-gradient(45deg,#4776e60d,#8e54e90d);border-radius:10px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.media-display:hover:before{opacity:1}.media-display-inner{align-items:center;display:flex;height:100%;justify-content:center;padding:1rem;position:relative;width:100%}.media-content{border-radius:8px;box-shadow:0 4px 15px #0000001a;height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease;width:auto}.media-content:hover{box-shadow:0 8px 25px #00000026;transform:scale(1.02)}.video-container{background:#0000;height:100%;position:relative;width:100%}.media-nav-btn,.video-container{align-items:center;display:flex;justify-content:center}.media-nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:2px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;height:60px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:hidden;width:60px;z-index:10}.media-display:hover .media-nav-btn{opacity:1;visibility:visible}.media-nav-prev{left:1.5rem}.media-nav-next{right:1.5rem}.media-nav-btn:hover{background:#4776e6e6;border-color:#fff6;box-shadow:0 8px 25px #4776e64d;transform:translateY(-50%) scale(1.1)}.mute-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:2px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:45px;z-index:10}.mute-btn:hover{background:#4776e6e6;border-color:#fff6;box-shadow:0 5px 15px #4776e64d;transform:scale(1.1)}.media-controls-wrapper{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 5px 15px #00000014;padding:1.5rem}.media-thumbnails{display:flex;gap:1rem;justify-content:center;overflow-x:auto;padding:.5rem}.media-thumbnail-wrapper{background:#f8f9fa;border:3px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;position:relative;transition:all .3s ease;width:80px}.media-thumbnail-wrapper:hover{box-shadow:0 8px 20px #00000026;transform:scale(1.05) translateY(-2px)}.media-thumbnail-wrapper.active{border-color:#4776e6;box-shadow:0 8px 25px #4776e64d;transform:scale(1.1)}.media-thumbnail{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.video-indicator{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;border-radius:50%;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.project-documentation{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 5px 15px #00000014;padding:2rem}.doc-section{margin-bottom:2rem}.doc-section:last-child{margin-bottom:0}.doc-section h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.doc-section h3:before{background:linear-gradient(45deg,#4776e6,#8e54e9);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}.doc-section ul{list-style:none;margin:0;padding:0}.doc-section li{color:#555;line-height:1.6;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.doc-section li:before{color:#4776e6;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}@media (max-width:768px){.design{padding:3rem 1rem}.design-header h1{font-size:2rem}.design-intro p{font-size:1rem}.design-projects{gap:1.5rem;grid-template-columns:1fr}.project-content{flex-direction:column;min-height:auto}.project-details{border-left:none;border-top:1px solid #f0f0f0}.project-carousel{padding:1.5rem}.carousel-container{height:240px;max-width:240px}.project-details{padding:1rem}.project-title{font-size:1.2rem}.highlights-list li{font-size:.85rem}.overlay{padding:1rem}.overlay-content{max-height:98vh;max-width:98vw;padding:1.5rem}.overlay-header h2{font-size:1.5rem}.media-display{border-width:1px;height:50vh;max-height:400px}.media-display-inner{padding:.5rem}.media-nav-btn{height:50px;width:50px}.media-nav-prev{left:1rem}.media-nav-next{right:1rem}.media-thumbnail-wrapper{height:70px;width:70px}.mute-btn{height:40px;right:1rem;top:1rem;width:40px}.overlay-close{height:45px;right:2rem;top:1rem;width:45px}.project-documentation{padding:1.5rem}}@media (max-width:480px){.design{padding:2rem 1rem}.project-carousel{padding:1rem}.carousel-container{height:200px;max-width:200px}.project-details{padding:.8rem}.project-title{font-size:1.1rem}.achievements-highlight{padding:1rem}.overlay-close{height:35px;right:2rem;width:35px}.media-display{height:40vh;max-height:300px}.media-nav-btn{height:45px;width:45px}.media-nav-prev{left:.5rem}.media-nav-next{right:.5rem}.mute-btn{height:35px;width:35px}.media-thumbnail-wrapper{height:60px;width:60px}}@keyframes slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.dark-mode .design{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode .design:before{background-image:radial-gradient(circle at 25px 25px,#f8f0f00d 2%,#0000 0),radial-gradient(circle at 75px 75px,#ffffff0d 2%,#0000 0)}.dark-mode .design-header h1{background:linear-gradient(45deg,#bb86fc,#8c54e9);-webkit-background-clip:text;background-clip:text;color:#0000}.dark-mode .design-intro p{color:#ccc}.dark-mode .achievements-highlight{background-color:#2d2d2d;border-top-color:#bb86fc;box-shadow:0 5px 15px #00000080;color:#e0e0e0}.dark-mode .achievements-highlight:hover{box-shadow:0 15px 30px #000000b3}.dark-mode .achievements-highlight h3{color:#fff}.dark-mode .achievements-highlight li{color:#ccc}.dark-mode .design-project-tile{background-color:#2d2d2d;border-top-color:#bb86fc;box-shadow:0 5px 15px #00000080;color:#e0e0e0}.dark-mode .design-project-tile:hover{box-shadow:0 15px 30px #000000b3}.dark-mode .project-carousel{background:#1f1f1f}.dark-mode .project-details{background:#2d2d2d;border-left-color:#3d3d3d;color:#fff}.dark-mode .project-title{color:#fff}.dark-mode .project-highlights h4{color:#e0e0e0}.dark-mode .highlights-list li{color:#ccc}.dark-mode .highlights-list li:before{color:#bb86fc}.dark-mode .project-category{background-color:#3a3a3a;color:#bb86fc}.dark-mode .project-category:hover{background-color:#bb86fc;color:#1a1a1a}.dark-mode .carousel-btn{background:#bb86fc33;color:#bb86fc}.dark-mode .carousel-btn:hover{background:#bb86fc;color:#1a1a1a}.dark-mode .carousel-dot{background:#bb86fc4d}.dark-mode .carousel-dot.active{background:#bb86fc}.dark-mode .carousel-controls{background:#2a2a2af2}.dark-mode .carousel-view-details{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .overlay-content{background:#2d2d2d;border:1px solid #3d3d3d;box-shadow:0 15px 30px #000000b3}.dark-mode .overlay-close{background:#2d2d2d;box-shadow:0 5px 15px #00000080;color:#bb86fc}.dark-mode .overlay-close:hover{background:#3d3d3d;box-shadow:0 8px 25px #000000b3}.dark-mode .overlay-header{border-bottom-color:#3d3d3d}.dark-mode .overlay-header h2{background:linear-gradient(45deg,#bb86fc,#8c54e9);-webkit-background-clip:text;background-clip:text;color:#0000}.dark-mode .overlay-category{background-color:#3a3a3a;color:#bb86fc}.dark-mode .media-container{background:#2d2d2d;box-shadow:0 5px 15px #00000080}.dark-mode .media-display{background:#0000;border-color:#bb86fc4d}.dark-mode .media-display:hover{border-color:#bb86fc80;box-shadow:0 8px 25px #bb86fc1a}.dark-mode .media-display:before{background:linear-gradient(45deg,#bb86fc14,#8c54e914)}.dark-mode .media-nav-btn:hover,.dark-mode .mute-btn:hover{background:#bb86fce6;border-color:#bb86fc80}.dark-mode .media-controls-wrapper{background:#2d2d2d;border-color:#3d3d3d;box-shadow:0 5px 15px #00000080}.dark-mode .media-thumbnail-wrapper{background:#1f1f1f}.dark-mode .media-thumbnail-wrapper.active{border-color:#bb86fc}.dark-mode .project-documentation{background:#2d2d2d;border-color:#3d3d3d;box-shadow:0 5px 15px #00000080}.dark-mode .doc-section h3{border-bottom-color:#3d3d3d;color:#e0e0e0}.dark-mode .doc-section h3:before{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .doc-section li{color:#ccc}.dark-mode .doc-section li:before{color:#bb86fc}#contact-section{background-color:#fff7e6;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;padding:5rem 2rem;position:relative}#contact-section:before{background-image:radial-gradient(circle at 25px 25px,#fff3 2%,#0000 0),radial-gradient(circle at 75px 75px,#fff3 2%,#0000 0);background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h1{background:linear-gradient(45deg,#4776e6,#8e54e9);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;margin-bottom:1rem}.contact-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000f;display:flex;gap:1.5rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 12px 30px #0000001a;transform:translateY(-5px)}.contact-icon{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;height:50px;justify-content:center;width:50px}.contact-details h3{color:#333;font-size:1.2rem;margin-bottom:.3rem}.contact-details p{color:#666;font-size:1rem;word-break:break-word}.social-links{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000f;padding:1.5rem}.social-links h3{color:#333;font-size:1.2rem;margin-bottom:1rem;text-align:center}.social-icons{gap:1.5rem}.social-icons,.social-icons a{display:flex;justify-content:center}.social-icons a{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border-radius:50%;color:#fff;font-size:1.5rem;height:50px;transition:transform .3s ease,box-shadow .3s ease;width:50px}.social-icons a:hover{box-shadow:0 5px 15px #4776e666;transform:translateY(-5px) rotate(10deg)}.contact-form-container{background:#fff;border-radius:16px;box-shadow:0 15px 30px #00000014;padding:2.5rem}.contact-form h2{color:#333;font-size:1.8rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{align-items:center;color:#555;display:flex;font-weight:500;gap:.5rem;margin-bottom:.5rem}.form-group input,.form-group textarea{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:1rem 1.2rem;transition:border-color .3s,box-shadow .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc33;outline:none}.submit-button{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;overflow:hidden;padding:1rem;position:relative;transition:transform .3s,box-shadow .3s;width:100%}.submit-button:hover{box-shadow:0 10px 20px #0808084d;transform:translateY(-3px)}.submit-button:active{transform:translateY(-1px)}.submit-button.submitting{background:#ff758c;cursor:not-allowed}.spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.success-message{background-color:#4caf501a;border-left:4px solid #4caf50;border-radius:4px;color:#2e7d32;margin-top:1.5rem;padding:1rem}@media (max-width:992px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-info{order:2}.contact-form-container{order:1}}@media (max-width:768px){#contact-section{padding:4rem 1.5rem}.contact-header h1{font-size:2rem}.contact-form-container{padding:2rem}}@media (max-width:480px){.contact-card{flex-direction:column;gap:1rem;text-align:center}.social-icons{gap:1rem}.social-icons a{font-size:1.3rem;height:45px;width:45px}.contact-form-container{padding:1.5rem}.contact-form h2{font-size:1.5rem}}.dark-mode #contact-section{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode #contact-section:before{background-image:radial-gradient(circle at 25px 25px,#ffffff0d 2%,#0000 0),radial-gradient(circle at 75px 75px,#ffffff0d 2%,#0000 0)}.dark-mode .contact-header h1{background:linear-gradient(45deg,#bb86fc,#8c54e9);-webkit-background-clip:text;background-clip:text}.dark-mode .contact-header p{color:#bbb}.dark-mode .contact-card,.dark-mode .contact-form-container,.dark-mode .social-links{background:#2d2d2d;box-shadow:0 8px 20px #0003}.dark-mode .contact-icon,.dark-mode .social-icons a{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .contact-details h3,.dark-mode .contact-form h2,.dark-mode .social-links h3{color:#fff}.dark-mode .contact-details p{color:#bbb}.dark-mode .form-group label{color:#ddd}.dark-mode .form-group input,.dark-mode .form-group textarea{background-color:#3a3a3a;border-color:#555;color:#fff}.dark-mode .form-group input:focus,.dark-mode .form-group textarea:focus{border-color:#bb86fc;box-shadow:0 0 0 3px #bb86fc33}.dark-mode .submit-button{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .submit-button:hover{box-shadow:0 10px 20px #bb86fc4d}.dark-mode .submit-button.submitting{background:#8c54e9}.dark-mode .success-message{background-color:#4caf501a;border-left:4px solid #4caf50;color:#81c784}.dark-mode .error-message{background-color:#f443361a;border-left:4px solid #f44336;color:#e57373}.dark-mode .social-icons a:hover{box-shadow:0 10px 20px #bb86fc4d}#experience-section{background-color:#fff7e6;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#333;font-family:Arial,sans-serif;overflow:hidden;padding:4rem 2rem;position:relative}#experience-section:before{background-image:radial-gradient(circle at 25px 25px,#0000001a 2%,#0000 0),radial-gradient(circle at 75px 75px,#0000001a 2%,#0000 0);background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.section-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.education-header,.leadership-header{margin-top:4rem}.education-grid,.experience-grid,.leadership-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.education-card,.experience-card,.leadership-card{background:#fff;border-radius:12px;border-top:5px solid #4776e6;box-shadow:0 5px 15px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.education-card,.leadership-card{border-top-color:#4776e6}.education-card:hover,.experience-card:hover,.leadership-card:hover{box-shadow:0 15px 30px #0000001f;transform:translateY(-10px)}.card-header{border-bottom:1px solid #f0f0f0;gap:1rem;padding:1.5rem}.card-header,.icon-container{align-items:center;display:flex}.icon-container{border-radius:50%;color:#fff;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.icon-container,.icon-container.education{background:linear-gradient(45deg,#4776e6,#8e54e9)}.icon-container.leadership{background:linear-gradient(45deg,#8e54e9,#4776e6)}.card-header h3{color:#333;font-size:1.4rem;line-height:1.3;margin:0}.card-body{padding:1.5rem}.company-info,.institution-info{color:#666;display:flex;flex-wrap:wrap;font-size:.95rem;gap:1rem;margin-bottom:1.2rem}.company,.duration,.institution,.location{align-items:center;display:flex;gap:.5rem}.card-body p{color:#555;line-height:1.6;margin-bottom:1.2rem}.tech-container{margin-top:1.5rem}.tech-label{align-items:center;color:#555;display:flex;font-weight:600;gap:.5rem;margin-bottom:.8rem}.tech-pills span{background-color:#f0f0f0;border-radius:20px;color:#555;font-size:.85rem;padding:.4rem .8rem;transition:all .3s ease}.tech-pills span:hover{background-color:#ff758c;color:#fff;transform:translateY(-3px)}.leadership-card .tech-pills span:hover{background-color:#8e54e9}.achievements p{margin-bottom:.5rem;padding-left:.5rem;position:relative}.dark-mode #experience-section{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode #experience-section:before{background-image:radial-gradient(circle at 25px 25px,#f8f0f00d 2%,#0000 0),radial-gradient(circle at 75px 75px,#ffffff0d 2%,#0000 0)}.dark-mode .education-card,.dark-mode .experience-card,.dark-mode .leadership-card{background-color:#2d2d2d;border-top-color:#bb86fc;box-shadow:0 5px 15px #00000080;color:#e0e0e0}.dark-mode .education-card:hover,.dark-mode .experience-card:hover,.dark-mode .leadership-card:hover{box-shadow:0 15px 30px #000000b3}.dark-mode .card-header{border-bottom:1px solid #3d3d3d}.dark-mode .icon-container{background:#8c54e9}.dark-mode .icon-container.education,.dark-mode .icon-container.leadership{background:#bb86fc}.dark-mode .card-header h3{color:#fff}.dark-mode .company-info,.dark-mode .institution-info{color:#bbb}.dark-mode .card-body p{color:#ccc}.dark-mode .tech-label{color:#ddd}.dark-mode .tech-pills span{background-color:#3a3a3a;color:#ddd}.dark-mode .tech-pills span:hover{background-color:#8c54e9;color:#fff}.dark-mode .achievements p{color:#ccc}@media (max-width:768px){.section-header h1{font-size:2rem}.education-grid,.experience-grid,.leadership-grid{grid-template-columns:1fr}.card-header h3,.icon-container{font-size:1.2rem}.icon-container{height:40px;width:40px}}@media (max-width:480px){#experience-section{padding:3rem 1rem}.card-body,.card-header{padding:1rem}}.project{background-color:#f8f9fa;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;padding:4rem 2rem;position:relative}.project:before{background-image:radial-gradient(circle at 25px 25px,#0000001a 2%,#0000 0),radial-gradient(circle at 75px 75px,#0000001a 2%,#0000 0);background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.project-header{margin-bottom:3rem;position:relative;text-align:center}.project-header h1{background:linear-gradient(45deg,#4776e6,#8e54e9);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;margin-bottom:.5rem}.project-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.project-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1400px}.project-item{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.project-item:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-10px)}.project-item:after,.project-item:before{display:none!important}.project-image-container{border-radius:0;height:280px;overflow:hidden;position:relative;width:100%}.project-item img{border-radius:0;display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.project-item:hover img{transform:scale(1.1)}.project-overlay{align-items:center;background:linear-gradient(180deg,#4776e6,#8e54e9);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;top:0;transform:translateY(20px);transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:2}.project-overlay.active{opacity:.95;transform:translateY(0)}.project-description{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;text-align:left;width:100%}.description-points{list-style-type:none;margin:0 0 1.5rem;padding:0}.description-points li{font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.8;margin-bottom:.8rem;padding-left:1.2rem;position:relative}.description-points li:before{color:#fff;content:"•";font-weight:700;left:0;position:absolute}.view-project-btn{align-items:center;align-self:center;background-color:#fff;border:none;border-radius:30px;box-shadow:0 4px 10px #0000001a;color:#0a0909;cursor:pointer;display:flex;font-weight:700;gap:.5rem;margin-top:auto;padding:.7rem 1.2rem;transition:transform .3s ease,box-shadow .3s ease;z-index:3}.view-project-btn:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-3px)}.view-project-btn.youtube-btn{background-color:#fff;color:red}.view-project-btn.youtube-btn:hover{background-color:red;color:#fff}.project-info{align-items:center;background-color:#fff;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding:1.2rem 1.5rem;position:relative;z-index:1}.project-info h3{color:#333;font-size:1.2rem;margin:0;max-width:70%;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.project-item:hover .project-info h3{color:#7e75ff}.pill-button{align-items:center;border:none;border-radius:20px;box-shadow:0 2px 5px #0000001a;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.4rem 1rem;transition:all .3s ease}.live-btn{background-color:#f0f8ff;border:1px solid #4776e6;color:#4776e6}.live-btn:hover{background-color:#4776e6;color:#fff}.code-btn{background-color:#f8f8f8;border:1px solid #ddd;color:#333}.code-btn:hover{background-color:#333;color:#fff}.project-tech-display{align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin-top:auto;padding:.8rem 1.5rem}.tech-pills{display:flex;flex-wrap:wrap;gap:.5rem;max-width:75%}.tech-pill{background-color:#f0f2f5;border-radius:12px;color:#666;font-size:.7rem;padding:.2rem .6rem;transition:all .3s ease}.more-pill{background-color:#e0e3e9;color:#555}@media (max-width:1200px){.project-grid{gap:2rem}.project-image-container{height:240px}.project-info h3{max-width:65%}}@media (max-width:992px){.project-grid{grid-template-columns:repeat(2,1fr)}.tech-pills{max-width:65%}}@media (max-width:768px){.project{padding:3rem 1.5rem}.project-grid{gap:1.5rem;grid-template-columns:repeat(1,1fr)}.project-header h1{font-size:2rem}.project-overlay{padding:1rem}.description-points li{font-size:.9rem;margin-bottom:.6rem}.tech-pills{max-width:60%}.pill-button{font-size:.75rem;padding:.3rem .8rem}.view-project-btn{font-size:.9rem;padding:.5rem 1rem}.project-image-container{height:220px}}@media (max-width:480px){.project-grid{grid-template-columns:1fr}.project-image-container{height:200px}.project-info{padding:1rem}.project-info h3{font-size:1.1rem;max-width:60%}.project-header h1{font-size:1.8rem}.project-header p{font-size:1rem}.pill-button{font-size:.7rem;padding:.3rem .6rem}.project-tech-display{flex-wrap:wrap;gap:.5rem}.tech-pills{margin-bottom:.5rem;max-width:100%}.code-btn{margin-left:auto}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-item{animation:fadeInUp .6s ease forwards;opacity:0}.project-item:first-child{animation-delay:.1s}.project-item:nth-child(2){animation-delay:.2s}.project-item:nth-child(3){animation-delay:.3s}.project-item:nth-child(4){animation-delay:.4s}.project-item:nth-child(5){animation-delay:.5s}.project-item:nth-child(6){animation-delay:.6s}.project-item:nth-child(7){animation-delay:.7s}.project-item:nth-child(8){animation-delay:.8s}.project-item:nth-child(9){animation-delay:.9s}.project-item:nth-child(10){animation-delay:1s}.dark-mode .project-item{background-color:#2a2a2a;box-shadow:0 10px 30px #0003}.dark-mode .project-info,.dark-mode .project-tech-display{background-color:#2a2a2a;border-color:#444;color:#fff}.dark-mode .project-header h1{background-image:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .project-info h3{color:#fff}.dark-mode .tech-pill{background-color:#3a3a3a;color:#ddd}.dark-mode .project-image-container{background-color:#2a2a2a}.dark-mode .project{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode .project:before{background-image:radial-gradient(circle at 25px 25px,#ffffff0d 2%,#0000 0),radial-gradient(circle at 75px 75px,#ffffff0d 2%,#0000 0)}.dark-mode .project-header p{color:#ccc}.dark-mode .pill-button.live-btn{background-color:#2d3748;border-color:#4a5568;color:#90cdf4}.dark-mode .pill-button.live-btn:hover{background-color:#4299e1;color:#1a202c}.dark-mode .pill-button.code-btn{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.dark-mode .pill-button.code-btn:hover{background-color:#4a5568;color:#fff}.dark-mode .description-points li:before{color:#bb86fc}#skills-section{background-color:#f5f7fa;background-image:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Arial,sans-serif;overflow:hidden;padding:3rem;position:relative}#skills-section:before{background-image:radial-gradient(circle at 25px 25px,#0000001a 2%,#0000 0),radial-gradient(circle at 75px 75px,#0000001a 2%,#0000 0);background-size:100px 100px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.section-title{font-size:2rem;margin-bottom:2.5rem;z-index:1}.section-header,.section-title{position:relative;text-align:center}.section-header{margin-bottom:3rem}.section-header h1{background:linear-gradient(45deg,#4776e6,#8e54e9);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.section-underline{background:linear-gradient(45deg,#4776e6,#8e54e9);border-radius:2px;height:4px;margin:0 auto;width:70px}.error-message{background-color:#dc35451a;border-left:4px solid #dc3545;border-radius:4px;color:#dc3545;margin-top:1.5rem;padding:1rem;position:relative;z-index:1}.section-title:after{background-image:linear-gradient(45deg,#ff7eb3,#ff758c);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.skills-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:4rem;position:relative;z-index:1}.skill-item{align-items:flex-start;background-color:#fff;border-radius:16px;border-top:4px solid #ff758c;border-top:4px solid var(--skill-color,#ff758c);box-shadow:0 10px 20px #0000000d;display:flex;max-width:500px;padding:1.5rem;transition:transform .3s,box-shadow .3s;width:100%}.skill-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-8px)}.skill-icon-container{align-items:center;background-color:#ff758c;background-color:var(--skill-color,#ff758c);border-radius:12px;color:#fff;display:flex;height:60px;justify-content:center;margin-right:1.5rem;width:60px}.skill-icon{font-size:28px}.skill-content{flex:1 1}.skill-content h3{color:#333;font-size:1.3rem;margin:0 0 .8rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:#0000000d;border-radius:20px;color:#555;display:inline-block;font-size:.85rem;padding:.4rem .8rem;transition:background-color .3s,color .3s}.skill-tag:hover{background-color:#ff758c;background-color:var(--skill-color,#ff758c);color:#fff}.certifications-container{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:900px;position:relative;z-index:1}.certification-bar{align-items:center;background-color:#fff;border-left:5px solid #4776e6;border-left:5px solid var(--cert-color,#4776e6);border-radius:12px;box-shadow:0 5px 15px #0000000d;display:flex;overflow:hidden;padding:1.2rem 1.5rem;position:relative;transition:transform .3s,box-shadow .3s}.certification-bar:before{background:#4776e6;background:var(--cert-color,#4776e6);content:"";height:100%;left:0;position:absolute;top:0;width:5px}.certification-bar:hover{box-shadow:0 8px 25px #0000001a;transform:translateX(8px)}.certification-icon{align-items:center;color:#4776e6;color:var(--cert-color,#4776e6);display:flex;font-size:2rem;justify-content:center;margin-right:1.5rem}.certification-details{flex:1 1}.certification-details h3{color:#333;font-size:1.2rem;margin:0 0 .5rem}.certification-provider{color:#666;display:flex;font-size:.95rem;justify-content:space-between}.verify-button{align-items:center;background:linear-gradient(45deg,#4776e6,#8e54e9);border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem 1.2rem;transition:transform .3s,box-shadow .3s}.verify-button:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.verify-icon{font-size:.8rem}.dark-mode #skills-section{background-color:#1a1a1a;background-image:linear-gradient(135deg,#1a1a1a,#2c3e50)}.dark-mode #skills-section:before{background-image:radial-gradient(circle at 25px 25px,#ffffff0d 2%,#0000 0),radial-gradient(circle at 75px 75px,#ffffff0d 2%,#0000 0)}.dark-mode .section-title{color:#fff}.dark-mode .section-header h1{background:linear-gradient(45deg,#bb86fc,#8c54e9);-webkit-background-clip:text;background-clip:text}.dark-mode .section-underline{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .section-title:after{background-image:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .error-message{background-color:#dc354533;color:#f48fb1}.dark-mode .skill-item{background-color:#2d2d2d;border-top:4px solid #bb86fc;border-top:4px solid var(--skill-color,#bb86fc);box-shadow:0 5px 15px #00000080;color:#e0e0e0}.dark-mode .skill-item:hover{box-shadow:0 15px 30px #000c}.dark-mode .skill-icon-container{background-color:#8c54e9;background-color:var(--skill-color,#8c54e9)}.dark-mode .skill-content h3{color:#fff}.dark-mode .skill-tag{background-color:#3a3a3a;color:#bbb}.dark-mode .skill-tag:hover{background-color:#8c54e9;background-color:var(--skill-color,#8c54e9);color:#fff}.dark-mode .certification-bar{background-color:#2d2d2d;border-left:5px solid #8c54e9;border-left:5px solid var(--cert-color,#8c54e9);box-shadow:0 5px 15px #0000004d}.dark-mode .certification-bar:hover{box-shadow:0 8px 25px #0006}.dark-mode .certification-icon{color:#bb86fc;color:var(--cert-color,#bb86fc)}.dark-mode .certification-details h3{color:#fff}.dark-mode .certification-provider{color:#bbb}.dark-mode .verify-button{background:linear-gradient(45deg,#bb86fc,#8c54e9)}.dark-mode .verify-button:hover{box-shadow:0 5px 15px #8c54e94d}@media (max-width:768px){.skill-item{max-width:100%}.certification-bar{align-items:flex-start;flex-direction:column}.certification-icon{margin-bottom:1rem;margin-right:0}.certification-details{margin-bottom:1rem;width:100%}.certification-provider{flex-direction:column;gap:.3rem}.verify-button{align-self:flex-start}}@media (max-width:480px){#skills-section{padding:3rem 1rem}.skill-item{flex-direction:column}.skill-icon-container{margin-bottom:1rem;margin-right:0}.section-header h1{font-size:2rem}}
/*# sourceMappingURL=main.4a371bae.css.map*/