@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#f8fafc;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Inter,sans-serif;font-size:3rem!important;font-weight:700;letter-spacing:3px;padding-bottom:5%;padding-top:5%;text-align:center;text-transform:uppercase}.skill-icon{color:#fff;font-size:180%;position:relative;text-align:center}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.sticky-nav{background-color:#0f172a;box-shadow:none;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:1000}.sticky-nav.scrolled{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0f172af2;box-shadow:0 4px 20px #0000004d}.sticky-nav .nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.sticky-nav .nav-left{display:flex;flex-direction:column}.sticky-nav .nav-left .nav-name{color:#f8fafc;font-size:1.5rem;font-weight:700}.sticky-nav .nav-left .nav-title{color:#94a3b8;font-size:.9rem;font-weight:500}.sticky-nav .nav-links{display:flex;gap:1.5rem}.sticky-nav .nav-links a{color:#f8fafc;font-weight:500;text-decoration:none;transition:color .3s ease,transform .2s ease}.sticky-nav .nav-links a:hover{color:#6366f1;transform:translateY(-2px)}.sticky-nav .nav-links a.active{border-bottom:2px solid #8b5cf6;color:#8b5cf6}.hero-section{align-items:center;background:#0f172a;color:#f8fafc;display:flex;justify-content:center;min-height:80vh;padding:4rem 2rem;text-align:center}.hero-section .hero-content{max-width:800px}.hero-section .hero-content .header-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;display:inline-block;font-size:4rem;margin-bottom:1rem}.hero-section .hero-content h1{color:#6366f1;font-size:3rem;margin-bottom:1rem}.hero-section .hero-content .title-container{color:#6366f1;font-size:1.3rem;font-weight:600}.hero-section .hero-content .title-container .title-styles{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-background-clip:text}.hero-section .hero-content .hero-intro{color:#94a3b8;font-size:1.3rem;line-height:1.8;margin:20px auto;max-width:800px}.hero-section .hero-content .hero-headline{color:#6366f1;font-size:1.6rem;font-weight:700;margin-top:15px}.animated-title-container{align-items:center;display:flex;height:80px;justify-content:center;margin:1.5rem 0}.animated-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;opacity:0;transform:translateY(30px);transition:all .5s ease-in-out}.animated-title.show{opacity:1;transform:translateY(0)}.animated-title.hide{opacity:0;transform:translateY(-30px)}.hero-actions{display:flex;gap:1.5rem;justify-content:center;margin:2.5rem 0}.hero-actions .btn{border:none;border-radius:8px;font-size:1.1rem;font-weight:600;overflow:hidden;padding:15px 35px;position:relative;text-decoration:none;transition:all .3s ease}.hero-actions .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hero-actions .btn:hover:before{left:100%}.hero-actions .btn.btn-gradient-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);box-shadow:0 4px 15px #6366f166;color:#fff}.hero-actions .btn.btn-gradient-primary:hover{box-shadow:0 8px 25px #6366f199;transform:translateY(-3px)}.hero-actions .btn.btn-gradient-secondary{background:#0000;box-shadow:2px solid #0000;color:#6366f1;position:relative;z-index:1}.hero-actions .btn.btn-gradient-secondary:hover{background:#6366f1;box-shadow:0 8px 25px #6366f166;color:#fff;transform:translateY(-3px)}.hero-social-links{margin-top:2rem}.hero-social-links .social-link{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 10px #6366f14d;color:#fff;font-size:1.6rem;height:55px;width:55px}.hero-social-links .social-link:hover{box-shadow:0 8px 20px #6366f180;transform:translateY(-5px) scale(1.1)}.light-theme .sticky-nav{background-color:#f1f5f9}.light-theme .sticky-nav.scrolled{background-color:#f1f5f9e6;box-shadow:0 4px 20px #0000001a}.light-theme .sticky-nav .nav-name{color:#1e293b}.light-theme .sticky-nav .nav-title{color:#94a3b8}.light-theme .sticky-nav .nav-links a{color:#1e293b}.light-theme .sticky-nav .nav-links a:hover{color:#6366f1}.light-theme .sticky-nav .nav-links a.active{border-bottom:2px solid #8b5cf6;color:#8b5cf6}.light-theme .hero-section{background:#f1f5f9;color:#1e293b}.light-theme .hero-section .header-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text}.light-theme .hero-section h1{color:#1e293b}.light-theme .hero-section .title-container .title-styles{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-background-clip:text}.light-theme .hero-section .animated-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text}.light-theme .hero-social-links .social-link{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 10px #6366f133}.light-theme .hero-social-links .social-link:hover{box-shadow:0 8px 20px #6366f14d}.about-section{background-color:#0f172a;color:#f8fafc;padding:5rem 2rem}.about-section .container{margin:0 auto;max-width:1200px}.about-section .section-title{background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-section .about-content-wrapper{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.about-section .about-content-wrapper{align-items:center;flex-direction:row}}.about-section .about-image{display:flex;justify-content:center}@media(min-width:768px){.about-section .about-image{flex:1 1}}.about-section .about-image img{border:3px solid #6366f1;border-radius:12px;box-shadow:0 8px 20px #0000004d;height:380px;object-fit:cover;width:280px}@media(min-width:768px){.about-section .about-content{flex:1.5 1}}.about-section .about-content .about-text{color:#94a3b8;font-size:1.2rem;line-height:1.8;text-align:center;white-space:pre-line}@media(min-width:768px){.about-section .about-content .about-text{padding-left:2rem;text-align:left}}.about-section .expertise-section{margin-top:4rem}.about-section .expertise-section .sub-title{color:#6366f1;font-size:2rem;font-weight:600;margin-bottom:2rem;position:relative;text-align:center}.about-section .expertise-section .sub-title:after{background:#6366f1;border-radius:2px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.about-section .expertise-section .expertise-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.about-section .expertise-section .expertise-cards{grid-template-columns:repeat(3,1fr)}}.about-section .expertise-section .expertise-cards .expertise-card{background:#1e293b;border-radius:16px;border-top:4px solid #6366f1;box-shadow:0 6px 15px #0000004d;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-section .expertise-section .expertise-cards .expertise-card .expertise-icon{font-size:2.5rem;margin-bottom:1rem}.about-section .expertise-section .expertise-cards .expertise-card h4{color:#8b5cf6;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.about-section .expertise-section .expertise-cards .expertise-card p{color:#94a3b8;font-size:1rem;line-height:1.6}.about-section .expertise-section .expertise-cards .expertise-card:hover{box-shadow:0 10px 20px #0006;transform:translateY(-5px)}.loading{color:#94a3b8;font-size:1.2rem;padding:2rem;text-align:center}.experience{background:#0a192f;min-height:100vh;padding:100px 0}.experience .container{margin:0 auto;max-width:985px;padding:0 20px;position:relative}.experience .section-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:60px;text-align:center}.experience .section-title:after{background:#6366f1;content:"";display:block;height:3px;margin:10px auto 0;width:60px}.experience .experience-content{margin:0 auto;padding:0;position:relative}.experience .experience-content:before{background:#6366f1;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.experience .experience-content .experience-item{background:#f2f3f5;border-radius:8px;margin-bottom:50px;padding:20px;position:relative;transition:transform .3s ease;width:45%}.experience .experience-content .experience-item:hover{box-shadow:0 4px 15px #0000004d;transform:translateY(-5px) scale(1.02)}.experience .experience-content .experience-item:before{background:#f2f3f5;border:3px solid #6366f1;border-radius:50%;content:"";height:20px;position:absolute;top:20px;width:20px;z-index:1}.experience .experience-content .experience-item:nth-child(odd){left:44px}.experience .experience-content .experience-item:nth-child(odd):before{right:-11px}.experience .experience-content .experience-item:nth-child(odd) .years-opposite{color:#8892b0;font-size:1rem;position:absolute;right:-190px;top:20px}.experience .experience-content .experience-item:nth-child(2n){left:calc(50% + 5px)}.experience .experience-content .experience-item:nth-child(2n):before{left:-11px}.experience .experience-content .experience-item:nth-child(2n) .years-opposite{color:#8892b0;font-size:1rem;left:-180px;position:absolute;top:20px}.experience .experience-content .experience-item .job-header{display:flex;flex-direction:column;margin-bottom:10px}.experience .experience-content .experience-item .job-header .job-title{color:#030e18;font-size:1.3rem;font-weight:600}.experience .experience-content .experience-item .company{color:#6366f1;font-size:1.2rem;font-weight:500;margin-bottom:15px}.experience .experience-content .experience-item .clients{background:#d4c8ef;border-left:4px solid #8b5cf6;border-radius:4px;color:#2d3748;font-size:1rem;margin-bottom:12px;padding:8px 12px}.experience .experience-content .experience-item .clients strong{color:#2d3748}.experience .experience-content .experience-item .main-tech{color:#000;font-size:.9rem;margin-top:8px}.experience .experience-content .experience-item .main-tech strong{color:#000}.experience .experience-content .experience-item .tech-grid{display:flex;flex-wrap:wrap;gap:8px}.experience .experience-content .experience-item .tech-grid .tech-item{background:#6366f1;border-radius:5px;color:#ecf1f1;font-size:.85rem;padding:5px 10px}@media(max-width:768px){.experience .experience-content .experience-item{left:0!important;margin-left:0!important;width:100%!important}.experience .experience-content .experience-item:before{left:-11px!important;right:auto!important}.experience .experience-content .experience-item .years-opposite{display:none}}.awssld--scaleOutAnimation{--scale-out-scale:0.85}.awssld--scaleOutAnimation .awssld--exit.awssld--moveLeft,.awssld--scaleOutAnimation .awssld--exit.awssld--moveRight{animation:scaleOut var(--slider-transition-duration) both var(--transition-bezier)}@keyframes scaleOut{to{transform:scale(var(--scale-out-scale))}}.projects-section{background-color:#0f172a;padding:5rem 2rem}.projects-section .container{margin:0 auto;max-width:1200px}.projects-section .section-title{color:#f5f6f8;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.projects-section .section-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:3rem;text-align:center}.projects-section .projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));justify-content:center}.projects-section .project-card{background:#fff;border-radius:12px;box-shadow:0 6px 15px #00000014;display:flex;flex-direction:column;height:100%;min-height:500px;overflow:hidden;transition:all .3s ease}.projects-section .project-card:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-5px)}.projects-section .project-card:hover .project-overlay{opacity:1}.projects-section .project-card:hover .project-img{transform:scale(1.05)}.projects-section .project-card .project-img-container{cursor:pointer;height:230px;overflow:hidden;position:relative}.projects-section .project-card .project-img-container .project-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.projects-section .project-card .project-img-container .project-overlay{align-items:center;background:#6366f1cc;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.projects-section .project-card .project-img-container .project-overlay .view-project{border:2px solid #fff;border-radius:4px;color:#fff;font-weight:600;padding:8px 16px}.projects-section .project-card .project-info{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.projects-section .project-card .project-info .project-title{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.projects-section .project-card .project-info .project-date{color:#6366f1;font-size:.9rem;font-weight:600;margin-bottom:.8rem}.projects-section .project-card .project-info .project-description{color:#64748b;flex:1 1;line-height:1.5;margin-bottom:1.2rem}.projects-section .project-card .project-info .project-tools{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.projects-section .project-card .project-info .project-tools .tool-tag{background:#6366f11a;border-radius:20px;color:#6366f1;font-size:.8rem;font-weight:600;padding:4px 10px}.projects-section .project-card .project-info .project-links{align-items:center;display:flex;justify-content:space-between}.projects-section .project-card .project-info .project-links .project-link{align-items:center;background:#6366f1;border-radius:6px;color:#fff;display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background .3s}.projects-section .project-card .project-info .project-links .project-link:hover{background:#7c3aed}.projects-section .project-card .project-info .project-links .project-details-btn{background:#0000;border:1px solid #6366f1;border-radius:6px;color:#6366f1;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s}.projects-section .project-card .project-info .project-links .project-details-btn:hover{background:#6366f1;color:#fff}[data-theme=dark] .projects-section{background-color:#0f172a}[data-theme=dark] .projects-section .section-title{color:#f1f5f9}[data-theme=dark] .projects-section .project-card{background:#1e293b}[data-theme=dark] .projects-section .project-card .project-info .project-title{color:#f1f5f9}@media(max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects-section{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr}.project-links{flex-direction:column;gap:.8rem}.project-links .project-details-btn,.project-links .project-link{justify-content:center;text-align:center;width:100%}}.skills-section{background:#0a192f;color:#ccd6f6;padding:100px 0;text-align:center}.skills-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:60px}.skills-section .section-title:after{background:#6366f1;content:"";display:block;height:3px;margin:10px auto 0;width:60px}.skills-section .skills-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.skills-section .skills-grid .skills-box{animation:gradient-rotate 10s ease infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);background-size:400% 400%;border-radius:12px;cursor:pointer;padding:30px;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease;width:280px}.skills-section .skills-grid .skills-box:hover{box-shadow:0 20px 40px #0009;transform:scale(1.06) translateY(-10px)}.skills-section .skills-grid .skills-box h3{color:#fff;font-size:1.5rem;margin-bottom:15px;transition:transform .3s ease}.skills-section .skills-grid .skills-box ul{list-style:none;padding:0}.skills-section .skills-grid .skills-box ul li{color:#e0e0e0;font-size:.95rem;margin-bottom:8px;transition:transform .3s ease,color .3s ease}.skills-section .skills-grid .skills-box ul li:hover{color:#fff;transform:translateZ(5px)}.skills-section .skills-grid .skills-box:hover h3,.skills-section .skills-grid .skills-box:hover li{transform:translateZ(5px)}@media(max-width:768px){.skills-section .skills-grid{align-items:center;flex-direction:column}.skills-section .skills-grid .skills-box{width:90%}}@keyframes gradient-rotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body{margin:0;padding:0}.contact-section,body{background-color:#0f172a}.contact-section{color:#f8fafc;padding:5rem 0;position:relative}.contact-section:after,.contact-section:before{background-color:#0f172a;content:"";height:1px;left:0;position:absolute;width:100%;z-index:2}.contact-section:before{top:-1px}.contact-section:after{bottom:-1px}.contact-section .section-title{color:#e2e8f0;font-size:2.5rem;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.contact-section .section-title:after{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact-section .contact-container{background:#1e293b;border-radius:16px;box-shadow:0 10px 25px #0003;display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1200px;overflow:hidden;position:relative;z-index:1}.contact-section .contact-container .contact-info{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:300px;padding:4rem}.contact-section .contact-container .contact-info .info-title{font-size:1.8rem;margin-bottom:2rem}.contact-section .contact-container .contact-info .contact-details{margin-bottom:2rem}.contact-section .contact-container .contact-info .contact-details .contact-item{align-items:center;display:flex;margin-bottom:1.5rem}.contact-section .contact-container .contact-info .contact-details .contact-item .contact-icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1.2rem;height:40px;justify-content:center;margin-right:1rem;width:40px}.contact-section .contact-container .contact-info .contact-details .contact-item .contact-text{flex:1 1}.contact-section .contact-container .contact-info .contact-details .contact-item .contact-text a{color:#fff;text-decoration:none;transition:all .3s ease}.contact-section .contact-container .contact-info .contact-details .contact-item .contact-text a:hover{color:#c7d2fe;text-decoration:underline}.contact-section .contact-container .contact-info .social-links{display:flex;gap:1rem;margin-top:2rem}.contact-section .contact-container .contact-info .social-links .social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:50px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease;width:50px}.contact-section .contact-container .contact-info .social-links .social-link:hover{box-shadow:0 5px 15px #0003;transform:translateY(-5px)}.contact-section .contact-container .contact-info .social-links .social-link:first-child:hover{background-color:#0a66c2;color:#fff}.contact-section .contact-container .contact-info .social-links .social-link:last-child:hover{background-color:#333;color:#fff}.contact-section .contact-container .contact-info .social-links .social-link i{font-size:1.5rem;transition:all .3s ease}.contact-section .contact-container .contact-info .social-links .social-link:hover i{transform:scale(1.2)}.contact-section .contact-container .contact-form{background:#1e293b;color:#f8fafc;flex:2 1;min-width:300px;padding:3rem}.contact-section .contact-container .contact-form .form-title{color:#e2e8f0;font-size:1.8rem;margin-bottom:2rem}.contact-section .contact-container .contact-form .form-description{color:#94a3b8;margin-bottom:2rem}.contact-section .contact-container .contact-form .input-group{margin-bottom:1.5rem}.contact-section .contact-container .contact-form .input-group label{color:#cbd5e1;display:block;font-weight:500;margin-bottom:.5rem}.contact-section .contact-container .contact-form .input-group input,.contact-section .contact-container .contact-form .input-group textarea{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.contact-section .contact-container .contact-form .input-group input:focus,.contact-section .contact-container .contact-form .input-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;outline:none}.contact-section .contact-container .contact-form .input-group textarea{min-height:150px;resize:vertical}.contact-section .contact-container .contact-form .submit-btn{align-items:center;background:linear-gradient(90deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.contact-section .contact-container .contact-form .submit-btn:hover{background:linear-gradient(90deg,#4c4fef,#7a44f5);box-shadow:0 4px 12px #6366f133;transform:translateY(-2px)}@media(max-width:768px){.contact-section .contact-container{flex-direction:column}.contact-section .contact-container .contact-form,.contact-section .contact-container .contact-info{padding:2rem}}.contact-section.light-theme{background-color:#f1f5f9;color:#1e293b}.contact-section.light-theme .contact-container{background:#fff;box-shadow:0 10px 25px #0000001a}.contact-section.light-theme .form-title,.contact-section.light-theme .section-title{color:#334155}.contact-section.light-theme .form-description{color:#64748b}.contact-section.light-theme .input-group label{color:#475569}.contact-section.light-theme .input-group input,.contact-section.light-theme .input-group textarea{background:#fff;border:1px solid #cbd5e1;color:#334155}.contact-section.light-theme .input-group input:focus,.contact-section.light-theme .input-group textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.contact-section.light-theme .social-links .social-link:last-child:hover{background-color:#6e5494}.error{color:#f87171;display:block;font-size:.875rem;margin-top:.25rem}.custom-footer{background-color:#0f172a;border-top:1px solid #ffffff1a;color:#f8fafc;margin-top:0;padding:2rem 0;position:relative;text-align:center}.custom-footer:before{display:none}.custom-footer .copyright{color:#f8fafc}.custom-footer .copyright small{font-size:1rem;font-weight:500;letter-spacing:.5px;opacity:.9}.contact-section.light-theme+.custom-footer{background:#f1f5f9;border-top:1px solid #0000001a;color:#1e293b}.contact-section.light-theme+.custom-footer .copyright{color:#1e293b}@media(max-width:768px){.custom-footer{padding:1.5rem 0}.custom-footer .copyright small{font-size:.9rem}}.hero-social-links{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0}.hero-social-links .social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#f8fafc;display:flex;height:45px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease;width:45px}.hero-social-links .social-link:hover{background:#6366f1;box-shadow:0 5px 15px #6366f166;transform:translateY(-3px)}.hero-social-links .social-link .iconify{font-size:1.3rem}.scroll-indicator{align-items:center;animation:bounce 2s infinite;color:#94a3b8;display:flex;flex-direction:column;margin-top:3rem}.scroll-indicator .iconify{font-size:1.5rem;margin:.3rem 0}.scroll-indicator .iconify:first-child{font-size:2rem}.scroll-indicator p{font-size:.9rem;margin:.5rem 0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media screen and (max-width:768px){.sticky-nav .nav-container{padding:.8rem 1rem}.sticky-nav .nav-left .nav-name{font-size:1.2rem}.sticky-nav .nav-left .nav-title{font-size:.8rem}.sticky-nav .nav-links{gap:1rem}.sticky-nav .nav-links a{font-size:.9rem}.hero-section{min-height:70vh;padding:2rem 1rem}.hero-section .hero-content h1{font-size:2.2rem}.hero-section .hero-content .title-container{font-size:1.1rem}.hero-social-links{gap:1rem}.hero-social-links .social-link{height:40px;width:40px}.hero-social-links .social-link .iconify{font-size:1.1rem}}
/*# sourceMappingURL=main.1b60a946.css.map*/