html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#f4f6f8;color:#1a1a1a;line-height:1.6;margin:0;padding:80px 0 0;overflow-x:hidden}.navbar{display:flex;gap:30px;align-items:center}.navbar ul li a{text-decoration:none;padding:10px 0;display:inline-block;color:inherit}.menu-toggle{display:none;font-size:2rem;background:none;border:none;color:inherit;cursor:pointer}h1{font-size:clamp(1.8rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}p{font-size:clamp(1rem,2.5vw,1.2rem)}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.d-flex{display:flex}.flex-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}html{scroll-behavior:smooth;font-size:100%}html,body{height:100%}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.menu-toggle .bar{height:3px;width:100%;background-color:#38bdf8;border-radius:2px;transition:transform .4s ease,opacity .3s ease}.menu-toggle.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.menu-toggle{display:flex}}header{display:flex;justify-content:space-between;align-items:center;height:80px;background:#1e293b;padding:20px 40px;color:#fff;box-shadow:0 4px 12px #0000000d;position:fixed;top:0;width:100%;z-index:1000}.logo{font-size:2rem;font-weight:700;color:#0ea5e9}.logo h1{margin:0;font-size:20px;color:#0ea5e9}.logo .tagline{font-size:12px;color:#64748b;margin-top:-5px}.navbar ul{display:flex;list-style:none;gap:20px;margin:0;padding:0}a{text-decoration:none}.navbar a{color:#f1f5f9;font-weight:500;transition:color .3s ease}.navbar a:hover{color:#38bdf8}.hero{display:flex;align-items:center;justify-content:space-between;padding:100px 40px;flex-wrap:wrap;background:#e2e8f0}.hero-content{flex:1 1 450px;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards}.hero-content a{display:inline-block;margin:8px 0}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:20px}img{max-width:100%;height:auto;display:block}.hero-image img{width:280px;height:380px;object-fit:cover;border-radius:100%;border:6px solid #fff;box-shadow:0 10px 25px #00000026;transition:transform .4s ease,box-shadow .4s ease;background-color:#fff;z-index:1}.hero-image img:hover,.hero-image:hover img{transform:scale(1.05);box-shadow:0 15px 30px #00000040}.hero-image:hover:before{opacity:.6}.hero-image:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#3b82f6);filter:blur(10px);opacity:0;transition:opacity .4s ease;z-index:1}.hero-content span{color:#38bdf8}.hero-content p{font-size:1.25rem;margin-bottom:35px;color:#475569}.btn-primary,.btn-download{background:#38bdf8;color:#fff;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 12px #38bdf833;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.btn-primary:hover,.btn-download:hover{background-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 6px 18px #38bdf84d}.btn-primary i,.btn-download i{font-size:1.1rem}.hero-image{flex:1 1 350px;display:flex;justify-content:center;align-items:center;position:relative}.hero-image img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:6px solid #fff;box-shadow:0 10px 25px #00000026;transition:transform .4s ease,box-shadow .4s ease;background-color:#fff;z-index:2}.about-section,.portfolio-section,.contact-section{padding:80px 40px;max-width:1100px;margin:auto}.about-section h2,.portfolio-section h2,.contact-section h2{font-size:2.5rem;margin-bottom:40px;color:#1e293b;text-align:center}.skills-section{padding:80px 40px;max-width:1100px;margin:auto}.skills-section h2{font-size:2.5rem;margin-bottom:40px;text-align:center;color:#1e293b}.skill-list{list-style:none;padding:0}.skill-list li{display:flex;align-items:center;gap:10px;font-size:1.1rem;margin-bottom:10px}.skill-list i{font-size:1.5rem}.skill-list li:hover{transform:scale(1.05);color:#007bff;transition:.3s ease}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;margin-top:20px}.skill-category{background:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 18px #0000000f}.skill-category h3{font-size:1.3rem;margin-bottom:15px;color:#0f172a}.skill-category ul{list-style-type:disc;padding-left:20px}.skill-category li{margin-bottom:8px;color:#475569;font-size:.95rem}@keyframes slideFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.skill-category:nth-child(1) i{color:#e34f26}.skill-category:nth-child(2) i{color:#61dbfb}.skill-category:nth-child(3) i{color:#f16529}.skill-category:nth-child(4) i{color:#00758f}.dark-mode .skill-category{background:#334155;color:#cbd5e1}.dark-mode .skill-category h3{color:#a5b4fc}.dark-mode .skill-category li{color:#94a3b8}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.project-card{background:#fff;padding:16px;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;min-width:0;transition:transform .3s ease,box-shadow .3s ease;position:relative}.project-card:hover{transform:translateY(-8px);box-shadow:0 10px 24px #0000001a}.project-card img{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:15px}.project-card h3{color:#0f172a;font-size:1.3rem;margin-bottom:10px}.project-card p{color:#475569;font-size:.95rem;flex-grow:1;margin-bottom:15px}.project-card .btn-primary{align-self:flex-start;margin-top:auto}.project-badge{position:absolute;top:12px;left:12px;background:#0ea5e9;color:#fff;font-size:.8rem;font-weight:600;padding:5px 10px;border-radius:6px;box-shadow:0 3px 8px #00000026;z-index:5;transition:transform .3s ease,box-shadow .3s ease}.project-badge.freelance{background:#10b981}.project-card:hover .project-badge{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.dark-mode .project-badge{color:#f1f5f9;box-shadow:0 3px 8px #0006}.contact-section p{text-align:center;font-size:1.1rem;color:#475569;margin:10px 0}footer{text-align:center;padding:25px;background:#1e293b;color:#94a3b8;font-size:.95rem}@media(max-width:768px){.hero{flex-direction:column-reverse;text-align:center}.hero-content,.hero-image{flex:1 1 100%;margin-top:30px}.hero-image img{width:220px;height:220px}.hero-image:before{width:240px;height:240px}}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:640px){.projects-grid{grid-template-columns:1fr;gap:20px}}.hero-content h1{font-size:2rem}.btn-primary{padding:12px 24px}} .dark-mode body{background-color:#0f172a;color:#f1f5f9}.dark-mode header{background:#0f172a;color:#f1f5f9}.dark-mode .hero{background:#1e293b}.dark-mode .hero-content p,.dark-mode .project-card p,.dark-mode .contact-section p{color:#cbd5e1}.dark-mode .project-card{background:#1e293b;box-shadow:0 6px 18px #ffffff0d}.dark-mode .project-card h3{color:#f1f5f9}.dark-mode footer{background:#0f172a;color:#cbd5e1}.dark-mode .btn-primary,.dark-mode .btn-download{background:#334155;color:#f1f5f9;box-shadow:0 4px 12px #ffffff0d}.dark-mode .btn-primary:hover,.dark-mode .btn-download:hover{background:#475569;box-shadow:0 6px 18px #ffffff1a}.dark-mode header{background-color:#0f172a}.dark-mode .about-section,.dark-mode .portfolio-section,.dark-mode .contact-section{background-color:#1e293b;color:#cbd5e1}.dark-mode .about-section h2,.dark-mode .skills-section h2,.dark-mode .portfolio-section h2,.dark-mode .contact-section h2{color:#38bdf8}.dark-mode .project-card{background-color:#334155;box-shadow:0 6px 18px #0006;color:#cbd5e1}.dark-mode .project-card h3{color:#a5b4fc}.dark-mode .project-card p{color:#94a3b8}.dark-mode .contact-section p{color:#cbd5e1}#typing:after{content:"|";animation:blink 1s infinite;color:#38bdf8}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.contact-icons{display:flex;justify-content:center;gap:30px;margin-top:30px;flex-wrap:wrap}.contact-icons a{text-decoration:none;color:#1e293b;font-size:1.2rem;display:flex;align-items:center;gap:8px;transition:color .3s ease}.contact-icons a:hover{color:#38bdf8}.contact-icons i{font-size:1.5rem}.dark-mode .contact-icons a{color:#f1f5f9}.dark-mode .contact-icons a:hover{color:#38bdf8}body.dark-mode{background-color:#1e293b;color:#f1f5f9}.dark-mode .hero,.dark-mode .about-section,.dark-mode .skills-section,.dark-mode .portfolio-section,.dark-mode .contact-section{background-color:#1e293b;color:#f1f1f1}.dark-mode .navbar a{color:#cbd5e1}.dark-mode .navbar a:hover{color:#38bdf8}#darkModeToggle{position:fixed;bottom:30px;right:30px;width:80px;height:40px;background:#38bdf8;border:none;border-radius:20px;cursor:pointer;box-shadow:0 8px 15px #38ddf866;display:flex;align-items:center;justify-content:space-between;padding:0 8px;box-sizing:border-box;-webkit-user-select:none;user-select:none;transition:background-color .3s ease;z-index:9999}#darkModeToggle:hover{background-color:#0ea5e9;transform:scale(1.05)}.dark-mode #darkModeToggle{background:#475569;box-shadow:0 8px 15px #47556999}.dark-mode #darkModeToggle:hover{background-color:#64748b;transform:scale(1.05)}#darkModeToggle .icon{font-size:20px;width:24px;text-align:center;line-height:40px;-webkit-user-select:none;user-select:none;pointer-events:none;color:#fff;z-index:2}#darkModeToggle .sun{color:#facc15}#darkModeToggle .moon{color:#e0e7ff}#darkModeToggle .toggle-circle{position:absolute;top:4px;left:4px;width:32px;height:32px;background:#fff;border-radius:50%;box-shadow:0 3px 8px #0003;transition:left .3s ease;z-index:1}.dark-mode #darkModeToggle .toggle-circle{left:calc(100% - 36px)}.logo{display:flex;flex-direction:column;align-items:flex-start;color:var(--text-color);font-family:Poppins,sans-serif;text-decoration:none}.logo h1{margin:0;font-size:1.8rem;font-weight:700;color:var(--primary-color)}.logo .tagline{font-size:.85rem;color:var(--secondary-color);margin-top:-4px;letter-spacing:.5px}@media(max-width:768px){header{padding:12px 20px}.navbar{flex-direction:column;align-items:flex-start;gap:10px}.navbar a{font-size:16px;padding:8px 0}.toggle-dark-mode{margin-top:10px;width:100%;text-align:left}}.experience-section{padding:80px 40px;max-width:1100px;margin:auto;background-color:#f8fafc;color:#1e293b}.experience-section h2{font-size:2.5rem;margin-bottom:40px;text-align:center;color:#1e293b}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.experience-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 18px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000014}.experience-card h3{font-size:1.3rem;margin-bottom:8px;color:#0f172a}.experience-card .company{font-size:1rem;font-weight:500;color:#3b82f6;margin-bottom:5px}.experience-card .duration{font-size:.9rem;color:#64748b;margin-bottom:15px}.experience-card p{font-size:.95rem;color:#475569;line-height:1.5}.dark-mode .experience-section{background-color:#1e293b;color:#f1f5f9}.dark-mode .experience-section h2{color:#38bdf8}.dark-mode .experience-card{background-color:#334155;color:#cbd5e1;box-shadow:0 6px 18px #ffffff0d}.dark-mode .experience-card h3{color:#a5b4fc}.dark-mode .experience-card .company{color:#60a5fa}.dark-mode .experience-card .duration{color:#94a3b8}.dark-mode .experience-card p{color:#cbd5e1}@media(max-width:768px){.experience-section{padding:60px 20px}}.education-section{padding:80px 40px;max-width:1100px;margin:auto;background-color:#f8fafc;color:#1e293b}.education-section h2{font-size:2.5rem;margin-bottom:40px;text-align:center;color:#1e293b}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.education-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 18px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000014}.education-card h3{font-size:1.2rem;color:#0f172a;margin-bottom:8px}.education-card .institution{font-size:1rem;font-weight:500;color:#3b82f6;margin-bottom:5px}.education-card .duration{font-size:.9rem;color:#64748b;margin-bottom:15px}.education-card p{font-size:.95rem;color:#475569;line-height:1.5}.dark-mode .education-section{background-color:#1e293b;color:#f1f5f9}.dark-mode .education-section h2{color:#38bdf8}.dark-mode .education-card{background-color:#334155;color:#cbd5e1;box-shadow:0 6px 18px #ffffff0d}.dark-mode .education-card h3{color:#a5b4fc}.dark-mode .education-card .institution{color:#60a5fa}.dark-mode .education-card .duration{color:#94a3b8}.dark-mode .education-card p{color:#cbd5e1}@media(max-width:992px){.navbar{flex-direction:column;align-items:flex-start}.hero{flex-direction:column-reverse;text-align:center}.hero-image img{width:200px;height:200px}.experience-grid,.education-grid,.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}}@media(max-width:768px){header{flex-direction:column;align-items:flex-start;padding:12px 20px}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;height:24px;width:30px;background:none;border:none;color:#fff;cursor:pointer;position:absolute;top:20px;right:20px;z-index:1001}.menu-toggle .bar{display:block;height:3px;width:100%;background-color:#fff;border-radius:3px;transition:all .3s ease}.navbar{display:none;flex-direction:column;gap:10px;position:absolute;top:60px;right:0;background-color:#1e293b;width:100%;padding:10px 20px;box-shadow:0 4px 12px #0003;z-index:1000}.navbar ul{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.navbar ul li a{width:100%;padding:10px 0;border-bottom:none}.navbar.show{display:flex}.navbar a{width:100%;padding:10px 0;border-bottom:1px solid #e2e8f0;color:#fff}.dark-mode .navbar a{border-color:#334155}#darkModeToggle{width:60px;height:32px;padding:0 6px}#darkModeToggle .icon{font-size:16px;width:20px;line-height:32px}#darkModeToggle .toggle-circle{width:24px;height:24px;top:4px;left:4px}.dark-mode #darkModeToggle .toggle-circle{left:calc(100% - 28px)}}.intro-text{font-size:1.1rem;font-weight:600;color:#fff;display:inline-flex;align-items:baseline;gap:6px;line-height:1.2em;margin-top:5px;white-space:nowrap;flex-wrap:nowrap}.cube-text{display:inline-block;height:1.2em;overflow:hidden;color:#38bdf8}.cube-text span{display:block;height:1.2em;line-height:1.2em;animation:cubeRotate 8s infinite}@keyframes cubeRotate{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-1.2em)}50%,70%{transform:translateY(-2.4em)}75%,95%{transform:translateY(-3.6em)}to{transform:translateY(0)}}.project-heading{font-size:1.8rem;text-align:center;margin:60px 0 30px;font-weight:700;color:#0ea5e9;position:relative}.project-heading:after{content:"";display:block;width:80px;height:3px;background:#38bdf8;margin:10px auto 0;border-radius:2px}.dark-mode .project-heading{color:#38bdf8}.dark-mode .project-heading:after{background:#60a5fa}.testimonial-card{position:relative;background:#fff;padding:40px 25px;border-radius:12px;box-shadow:0 6px 18px #0000000f;font-style:italic;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000014}.testimonial-card p{font-size:1.1rem;color:#475569;margin:20px 0;line-height:1.6}.testimonial-card h4{font-size:1rem;color:#0ea5e9;font-weight:600;margin-top:15px}.quote-icon{font-size:2.5rem;color:#38bdf8;position:absolute;top:15px;left:20px;opacity:.3}.quote-icon.end{inset:auto 20px 15px auto}.dark-mode .testimonial-card{background:#334155;color:#e2e8f0;box-shadow:0 6px 18px #ffffff0d}.dark-mode .testimonial-card p{color:#f1f5f9}.dark-mode .testimonial-card h4{color:#60a5fa}.dark-mode .quote-icon{color:#60a5fa;opacity:.5}.testimonials-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.testimonial-card{max-width:600px;margin:auto}.testimonials-section h2{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#1e293b}.dark-mode .testimonials-section h2{color:#38bdf8}.backend-icon{color:#f97316}
