body{background:#0e0e0e;margin:0;font-family:Poppins,sans-serif;transition:background .4s,color .4s}body.dark{color:#fff;background-color:#0f0f0f}body.light{color:#111;background-color:#f9f9f9}.section{text-align:center;padding:5rem 1.5rem;transition:all .3s}.section-subtitle{opacity:.8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-size:.95rem;font-weight:500}.section-title{margin-bottom:2rem;font-size:2.2rem;font-weight:700}body.light .section-title{color:#1a1a1a}body.dark .section-title{color:#fff}.fade-in{opacity:0;animation:.6s forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.navbar{z-index:100;background:0 0;border-bottom:1px solid #0000;width:100%;padding:1rem 0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;position:sticky;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #ffffff26;background:#14141499!important}body.light .navbar.scrolled{background:#ffffffa6;border-bottom:1px solid #0000001a}.navbar-container{justify-content:space-between;align-items:center;width:90%;max-width:1100px;margin:auto;display:flex}.logo{font-size:1.6rem;font-weight:700}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-menu li a{color:inherit;font-weight:500;text-decoration:none;transition:color .3s}.nav-menu li a:hover{color:#56c8e8}.nav-icons{align-items:center;gap:1rem;display:flex}.theme-toggle{cursor:pointer;color:inherit;background:0 0;border:none;font-size:1.3rem}.mobile-toggle{cursor:pointer;color:inherit;background:0 0;border:none;display:none}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;padding:2rem;display:flex}.hero-image img{object-fit:cover;background:#1a1a1a;border:6px solid #fff;border-radius:50%;width:200px;height:200px}.hero-content h1{margin:.3rem 0;font-size:2.8rem}.hero-content h2{font-size:1.3rem;font-weight:400}.hero-content h3{color:#56c8e8;font-size:1.4rem;font-weight:500}.hero-buttons{justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.btn{border:2px solid #0000;border-radius:50px;padding:.8rem 1.6rem;font-weight:500;text-decoration:none;transition:all .3s}body.dark .btn.primary{color:#000;background:#fff;border-color:#fff}body.dark .btn.primary:hover{color:#fff;background:0 0}body.dark .btn.secondary{color:#fff;background:0 0;border-color:#fff}body.dark .btn.secondary:hover{color:#000;background:#fff}body.light .btn.primary{color:#fff;background:#000;border-color:#000}body.light .btn.primary:hover,body.light .btn.secondary{color:#000;background:0 0;border-color:#000}body.light .btn.secondary:hover{color:#fff;background:#000}.social-links{justify-content:center;gap:1.5rem;margin-top:1.5rem;display:flex}.social-links a:hover{transform:scale(1.1)}.section{padding:5rem 2rem}.section-title{text-align:center;margin-bottom:2rem;font-size:2.5rem}.about-container.text-left-layout{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1100px;margin:auto;padding:2rem 1rem;display:flex}.about-text{padding-right:1rem}.about-cards.grid-layout{justify-content:center;gap:1.5rem}.about-card{flex-direction:column;justify-content:center;min-height:150px;display:flex}.about-text{color:inherit;text-align:left;flex:1.2;min-width:280px;font-size:1.05rem;line-height:1.7}.about-text h3{margin-bottom:1rem;font-size:1.4rem}.about-cards.grid-layout{flex:1.5;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;display:grid}.about-card{text-align:center;background:#ffffff05;border:1.2px solid;border-radius:15px;padding:1.3rem 1rem;transition:all .3s}.about-card:hover{background:#ffffff12;border-color:#007bff;transform:translateY(-6px)}.about-card h3{margin:.7rem 0 .4rem;font-size:1.05rem}.about-card p{opacity:.85;color:inherit;font-size:.9rem}.about-icon{color:#007bff;font-size:1.6rem}body.light .about-card{background:#00000005;border-color:#000}body.dark .about-card{background:#ffffff08;border-color:#fff}@media (max-width:900px){.about-container.text-left-layout{text-align:center;flex-direction:column}.about-text{text-align:center}.about-cards.grid-layout{width:100%}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;align-items:stretch;gap:2rem;display:grid}.project-card{border-radius:20px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}body.dark .project-card{color:#fff;background:#1a1a1a}body.light .project-card{color:#111;background:#fff;box-shadow:0 4px 25px #0000001a}.project-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0003}.project-image{object-fit:cover;width:100%;height:200px}.project-content{text-align:center;flex-grow:1;padding:1.5rem}.project-content h3{margin-bottom:.5rem;font-size:1.4rem}.project-content p{color:inherit;margin-bottom:1.5rem;font-size:.95rem}.project-buttons{justify-content:center;gap:1rem;display:flex}.project-buttons .btn{border-radius:30px;padding:.6rem 1.4rem;font-size:.9rem;transition:all .3s}body.dark .project-buttons .btn.primary{color:#000;background:#fff;border:2px solid #fff}body.dark .project-buttons .btn.primary:hover{color:#fff;background:0 0}body.dark .project-buttons .btn.secondary{color:#fff;background:0 0;border:2px solid #fff}body.dark .project-buttons .btn.secondary:hover{color:#000;background:#fff}body.light .project-buttons .btn.primary{color:#fff;background:#000;border:2px solid #000}body.light .project-buttons .btn.primary:hover{color:#000;background:0 0}body.light .project-buttons .btn.secondary{color:#000;background:0 0;border:2px solid #000}body.light .project-buttons .btn.secondary:hover{color:#fff;background:#000}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-image{height:180px}}.contact-info{text-align:center}.contact-info a{color:#56c8e8;text-decoration:none}@media (max-width:768px){.nav-menu{background:inherit;flex-direction:column;gap:1rem;width:200px;padding:1rem;transition:right .3s ease-in-out;position:absolute;top:70px;right:-100%}.nav-menu.active{right:0}.mobile-toggle{display:block}}html{scroll-behavior:smooth}.social-links a{transition:transform .3s,opacity .3s}.social-links a:hover{opacity:.8;transform:scale(1.1)}.section:not(:last-child){border-bottom:1px solid #ffffff0d}body.light .section:not(:last-child){border-bottom:1px solid #0000000d}.skills-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1100px;margin:auto;display:grid}.skills-category{text-align:left;background:#ffffff08;border:1.5px solid;border-radius:15px;padding:1.8rem 1.5rem;transition:all .3s}.skills-category:hover{background:#ffffff12;border-color:#007bff;transform:translateY(-6px)}.skills-category h3{text-align:center;margin-bottom:1rem;font-size:1.3rem}.skills-list{flex-direction:column;gap:.8rem;display:flex}.skill-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.4rem;display:flex}.skill-item i{color:#007bff;margin-right:.7rem}.skill-item span{opacity:.8;font-size:.85rem}body.light .skills-category{background:#00000008;border-color:#000}body.dark .skills-category{background:#ffffff08;border-color:#fff}@media (max-width:768px){.skills-container{grid-template-columns:1fr}}.footer{text-align:center;background:0 0;border-top:1px solid #ffffff1a;padding:3rem 1.5rem 1rem}.footer-container{max-width:900px;margin:auto}.footer-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.footer-nav{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;list-style:none;display:flex}.footer-nav li a{color:inherit;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-nav li a:hover{color:#007bff}.footer-socials{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.footer-socials a{color:inherit;font-size:1.3rem;transition:color .3s,transform .3s}.footer-socials a:hover{color:#007bff;transform:scale(1.1)}.footer-copy{opacity:.7;font-size:.85rem}body.light .footer{border-top:1px solid #0000001a}body.dark .footer{border-top:1px solid #ffffff1a}@media (max-width:600px){.footer-nav,.footer-socials{gap:1rem}}.contact-wrapper{justify-content:center;align-items:center;display:flex}.contact-card-container{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:1100px;padding:3rem 2rem;transition:all .4s;box-shadow:0 0 15px #00000040}.contact-card-container:hover{transform:translateY(-3px);box-shadow:0 0 20px #007bff33}.contact-container{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));align-items:start;gap:3rem;display:grid}.contact-form h3{margin-bottom:.5rem;font-size:1.3rem}.contact-form p{opacity:.8;margin-bottom:1.5rem;font-size:.95rem}.contact-form form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{width:100%;color:inherit;-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:.9rem 1rem;font-size:.95rem;transition:all .3s}.contact-form input:hover,.contact-form textarea:hover,.contact-form input:focus,.contact-form textarea:focus{background:#ffffff1f;border-color:#007bff;outline:none;box-shadow:0 0 10px #007bff33}body.light .contact-form input,body.light .contact-form textarea{color:#111;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000008;border:1px solid #0003}body.light .contact-form input:hover,body.light .contact-form textarea:hover,body.light .contact-form input:focus,body.light .contact-form textarea:focus{background:#0000000d;border-color:#007bff;box-shadow:0 0 8px #007bff26}body.light .contact-form input::placeholder,body.light .contact-form textarea::placeholder{color:#555}.contact-form input:hover,.contact-form textarea:hover{background:#ffffff14;border-color:#007bff}.contact-form input:focus,.contact-form textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 8px #007bff66}.contact-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.contact-btn:hover{background:#005fcc;transform:translateY(-2px);box-shadow:0 0 15px #007bff66}.contact-info h3{margin-bottom:.4rem;font-size:1.3rem}.contact-info p{opacity:.85;margin-bottom:1rem;font-size:.95rem}.contact-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;align-items:center;margin-bottom:1rem;padding:1rem;transition:all .3s;display:flex}body.light .contact-card{background:#00000008;border:1px solid #00000026}body.light .contact-icon{color:#007bff}.contact-card:hover{background:#ffffff14;border-color:#007bff;transform:translateY(-4px)}.contact-icon{color:#007bff;margin-right:1rem;font-size:1.6rem}.follow-heading{margin-top:1.5rem}.social-links{flex-wrap:wrap;gap:1rem;margin-top:.8rem;display:flex}.social-btn{color:inherit;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.social-btn:hover{color:#007bff;background:#ffffff14;border-color:#007bff;transform:translateY(-2px)}body.light .contact-card-container{background:#00000008;border-color:#0000001a}body.dark .contact-card-container{background:#ffffff08}@media (max-width:768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form,.contact-info{text-align:center}.contact-card,.social-links{justify-content:center}}.section-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:1100px;margin:2rem auto;padding:3rem 2rem;transition:all .4s;box-shadow:0 0 15px #00000040}.section-card:hover{transform:translateY(-3px);box-shadow:0 0 25px #007bff40}body.light .section-card{background:#00000008;border-color:#0000001a}body.dark .section-card{background:#ffffff08;border-color:#ffffff1a}.form-result{text-align:center;margin-top:1rem;font-size:1rem;font-weight:500}body.dark .form-result{color:#56c8e8}body.light .form-result{color:#007bff}
