html,body{overflow-x:hidden}.main-content{padding-top:80px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;box-shadow:0 2px 4px #0000000d;height:80px;width:100%;box-sizing:border-box}.logo-text{font-size:1.8rem;font-weight:700;text-decoration:none;color:#000;font-family:Poppins,sans-serif}.nav-links{display:flex;list-style:none;gap:1.8rem;flex-wrap:nowrap;overflow:visible}.nav-links li a{text-decoration:none;color:#000;font-weight:500;position:relative;padding-bottom:5px;transition:color .3s;white-space:nowrap}.nav-links li a:after{content:"";position:absolute;width:0;height:2px;left:0;bottom:0;background:#007bff;transition:width .3s}.nav-links li a:hover:after,.nav-links li a.active:after{width:100%}.nav-links li a:hover{color:#007bff}.nav-links li a.active{color:#007bff!important}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;cursor:pointer;z-index:1100}.menu-toggle span{height:3px;background:#000;border-radius:2px;transition:.3s}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:900px){.menu-toggle{display:flex}.nav-links{display:none}.nav-links.show{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;background:#fff;text-align:center;padding:1.5rem 0;gap:1.2rem;box-shadow:0 6px 14px #0000001a;z-index:1001;border-top:2px solid #007bff;animation:dropdownFade .4s ease forwards}.nav-links li{padding:.5rem 0;transition:background .3s ease}.nav-links li:hover{background:#e8f1ff}.nav-links li a{font-size:1.1rem;color:#000;width:100%;display:inline-block;font-weight:500;letter-spacing:.5px}.nav-links li a.active{color:#007bff!important}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.home-hero{display:flex;justify-content:space-between;align-items:center;padding:120px 5%;gap:80px;background:linear-gradient(135deg,#e0ecff,#c7d8ff,#a7c3ff 60%,#2563eb);border-radius:0 0 60px 60px}.home-hero-left{flex:1}.home-hero-subtitle{font-size:20px;font-weight:500;color:#2563eb}.home-hero-title{font-size:52px;font-weight:800;margin:5px 0;color:#0b0b0b}.home-hero-role{font-size:26px;font-weight:600;color:#2563eb;margin-bottom:20px}.home-hero-desc{max-width:520px;line-height:1.7;margin-bottom:30px;opacity:.9;color:#333}.home-hero-buttons{display:flex;gap:20px;margin-bottom:40px}.home-btn-primary,.home-btn-outline{padding:12px 28px;border-radius:10px;font-weight:600;text-decoration:none;font-size:16px;display:inline-block;transition:.25s ease}.home-btn-primary{background:#2563eb;color:#fff}.home-btn-primary:hover{background:#1e4fc9}.home-btn-outline{border:2px solid #2563eb;color:#2563eb;background:transparent}.home-btn-outline:hover{background:#2563eb;color:#fff}.home-hero-stats{display:flex;gap:40px;margin-top:10px}.home-stat-box h2{font-size:32px;font-weight:700;color:#2563eb}.home-stat-box p{font-size:14px;opacity:.75}.home-hero-right{flex:1;display:flex;justify-content:center}.home-code-editor{width:100%;max-width:520px;background:#1e1e1e;border-radius:14px;padding-bottom:30px;box-shadow:0 15px 28px #00000040}.home-code-header{display:flex;gap:10px;padding:14px}.home-dot{width:13px;height:13px;border-radius:50%}.home-red{background:#ff5f57}.home-yellow{background:#ffbd2e}.home-green{background:#27c93f}.home-code-block{color:#d4d4d4;padding:25px;font-size:16px;line-height:1.6;min-height:260px;overflow-x:auto;white-space:pre-wrap}@media(max-width:900px){.home-hero{flex-direction:column;text-align:center;padding:80px 5%}.home-hero-stats{justify-content:center}.home-code-editor{margin-top:40px}}.home-about-preview{display:flex;justify-content:space-between;align-items:center;padding:80px 5%;gap:60px}.home-about-left{flex:1}.home-about-subtitle{color:#2563eb;font-weight:600;font-size:18px;margin-bottom:8px}.home-about-title{font-size:42px;font-weight:800;margin-bottom:20px}.home-about-text{color:#444;line-height:1.7;margin-bottom:15px;max-width:520px}.home-about-btn{margin-top:20px;display:inline-block;background:#2563eb;padding:12px 28px;border-radius:10px;color:#fff;font-weight:600;text-decoration:none;transition:.3s ease}.home-about-btn:hover{background:#1e4fc9}.home-about-right{flex:1;display:flex;justify-content:center}.home-about-image{width:100%;max-width:420px;height:420px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#dbeafe,#93c5fd);box-shadow:0 10px 25px #0000001a}.home-about-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px}.home-featured-projects{padding:100px 5%;text-align:center}.home-projects-subtitle{color:#2563eb;font-size:18px;font-weight:600}.home-projects-title{font-size:42px;font-weight:800;margin-top:5px}.home-projects-text{max-width:600px;margin:15px auto 50px;color:#555;line-height:1.6}.home-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.home-project-card{background:#fff;padding:30px;border-radius:20px;box-shadow:0 8px 20px #00000014;text-align:left;transition:.3s ease}.home-project-card:hover{transform:translateY(-8px)}.home-project-title{font-size:22px;font-weight:700;margin-bottom:12px}.home-project-image{width:100%;height:220px;object-fit:cover;border-radius:14px;margin-bottom:18px;box-shadow:0 5px 12px #0000001a;transition:.3s ease}.home-project-card:hover .home-project-image{transform:scale(1.03)}.home-project-desc{font-size:15px;color:#444;line-height:1.6;margin-bottom:18px}.home-project-tags span{display:inline-block;padding:6px 14px;background:#e8f0ff;color:#2563eb;border-radius:8px;font-size:13px;font-weight:600;margin-right:8px;margin-bottom:10px}.home-project-buttons{margin-top:15px;display:flex;gap:12px}.home-view-all-container{text-align:center;margin-top:40px}.home-view-all-btn{display:inline-block;background:#2563eb;color:#fff;padding:14px 34px;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:.3s ease}.home-view-all-btn:hover{background:#1e4fc9}.home-cta-section{padding:90px 5%;margin-top:40px;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:40px;text-align:center;color:#fff;box-shadow:0 10px 30px #00000026}.home-cta-title{font-size:42px;font-weight:800;margin-bottom:20px}.home-cta-text{max-width:680px;margin:0 auto 40px;line-height:1.7;font-size:18px;opacity:.95}.home-cta-buttons{display:flex;justify-content:center;gap:20px}.home-cta-btn-primary,.home-cta-btn-outline{padding:14px 32px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:.3s ease}.home-cta-btn-primary{background:#fff;color:#2563eb}.home-cta-btn-outline{border:2px solid white;color:#fff}@media(max-width:1024px){.home-projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.home-about-preview{flex-direction:column;text-align:center}.home-about-image{width:100%;max-width:300px}}@media(max-width:700px){.home-projects-grid{grid-template-columns:1fr}.home-project-card{text-align:center}.home-project-buttons{justify-content:center}.home-featured-projects{margin-top:-80px}}@media(max-width:600px){.home-cta-buttons{flex-direction:column}.home-cta-btn-primary,.home-cta-btn-outline{width:80%;text-align:center}}section{scroll-margin-top:80px;scroll-behavior:smooth}.about-section{width:100%;padding:80px 5%;display:flex;justify-content:space-between;align-items:center;gap:60px;flex-wrap:wrap;box-sizing:border-box}.about-left{flex:1 1 450px;min-width:300px}.about-subtitle{color:#2563eb;font-weight:600;font-size:18px;margin-bottom:6px}.about-title{font-size:42px;font-weight:800;margin-bottom:18px;color:#0a0a0a}.about-intro,.about-desc{color:#444;line-height:1.75;margin-bottom:16px;max-width:520px;font-size:16px}.about-stats{margin-top:28px;display:flex;gap:40px;flex-wrap:wrap}.stat h2{font-size:34px;font-weight:700;color:#2563eb}.stat p{font-size:15px;opacity:.8}.about-right{flex:1 1 380px;min-width:300px;display:flex;justify-content:center}.about-image-wrapper{width:100%;max-width:400px;aspect-ratio:1/1;border-radius:18px;overflow:hidden;border:4px solid #2563eb;box-shadow:0 10px 25px #00000026}.about-image-wrapper img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.about-section{flex-direction:column;text-align:center;gap:45px}.about-left{max-width:650px}.about-stats{justify-content:center;gap:28px}.about-image-wrapper{max-width:320px}}@media(max-width:500px){.about-title{font-size:30px}.about-intro,.about-desc{font-size:15px}.stat h2{font-size:28px}}.story-section{width:100%;padding:100px 5%;max-width:1400px;margin:0 auto;box-sizing:border-box}.story-header{text-align:center;max-width:750px;margin:0 auto 60px}.story-subtitle{color:#2563eb;font-weight:600;font-size:18px;margin-bottom:8px}.story-title{font-size:42px;font-weight:800;margin-bottom:15px}.story-intro{color:#555;line-height:1.7;font-size:16px}.story-content{display:flex;gap:50px;justify-content:space-between;flex-wrap:nowrap;max-width:1200px;margin:0 auto}.story-box{flex:1;min-width:0}.story-heading{color:#2563eb;font-size:26px;font-weight:700;margin-bottom:15px}.story-text{color:#444;line-height:1.7;margin-bottom:15px;font-size:16px}@media(max-width:900px){.story-section{padding:80px 5%}.story-content{flex-direction:column;gap:40px}.story-title{font-size:34px}}@media(max-width:500px){.story-section{padding:60px 5%}.story-title{font-size:28px}.story-intro,.story-text{font-size:15px}}.ab-section{padding:80px 20px;background-color:#f9f9f9;text-align:center}.ab-header h2{font-size:2.5rem;margin-bottom:15px}.ab-header p{color:#555;max-width:600px;margin:0 auto 50px;line-height:1.6}.cards-container{display:grid;grid-template-columns:1fr;gap:22px}.card{background-color:#fff;padding:28px 18px;border-radius:15px;box-shadow:0 4px 10px #0000001a;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.icon{font-size:3rem;color:#0070f3;margin-bottom:15px}.card h3{font-size:1.25rem;margin-bottom:10px}.card p{color:#555;font-size:.95rem;line-height:1.5}@media(min-width:600px){.cards-container{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-container{grid-template-columns:repeat(4,1fr)}}.ct-section{background-color:#0070f3;color:#fff;text-align:center;padding:90px 20px}.ct-content{max-width:900px;margin:0 auto}.ct-content h2{font-size:2.5rem;margin-bottom:14px}.ct-content p{font-size:1.05rem;max-width:700px;margin:0 auto 32px;line-height:1.6;color:#fffffff2}.ct-button{display:inline-block;padding:14px 32px;background-color:#fff;color:#0070f3;font-weight:700;border-radius:999px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 6px 18px #0000001f}.ct-button:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000002e}@media(max-width:600px){.ct-content h2{font-size:1.9rem}.ct-content p{font-size:1rem}.ct-button{padding:12px 24px}}:root{--proj-blue: #2563eb;--proj-blue-light: #e8f0ff;--proj-bg: #f8fafc;--proj-muted: #556070;--proj-card: #ffffff}.proj-page{font-family:Inter,system-ui,sans-serif;color:#111827}.proj-container{width:min(1200px,92%);margin:0 auto}.proj-header{padding:80px 0 30px;text-align:center;background:var(--proj-bg)}.proj-title-row{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:10px}.proj-title-black{font-size:38px;font-weight:800;color:#000}.proj-title-blue{font-size:38px;font-weight:800;color:var(--proj-blue)}@media(max-width:600px){.proj-title-black,.proj-title-blue{font-size:28px}}.proj-subtitle{font-size:18px;font-weight:700}.proj-title{font-size:38px;font-weight:800;margin-top:6px}.proj-title-normal{margin-right:4px}.proj-title-accent{color:var(--proj-blue)}.proj-description{max-width:700px;margin:14px auto 26px;color:var(--proj-muted);line-height:1.6}.proj-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:850px;margin:20px auto 0}.proj-stat-box{padding:18px 20px;text-align:center}.proj-stat-number{font-size:24px;font-weight:800;color:var(--proj-blue)}.proj-stat-label{margin-top:6px;color:var(--proj-muted);font-weight:600}.proj-grid-section{padding:50px 0 80px}.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.proj-card{background:var(--proj-card);padding:18px;border-radius:16px;box-shadow:0 8px 24px #0206170f;display:flex;flex-direction:column;transition:.25s ease}.proj-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #02061714}.proj-image-wrap{border-radius:12px;overflow:hidden}.proj-image{width:100%;height:220px;object-fit:cover;transition:.3s ease}.proj-card:hover .proj-image{transform:scale(1.03)}.proj-card-content{padding:14px 4px 0;flex:1;display:flex;flex-direction:column}.proj-card-title{font-size:20px;font-weight:700}.proj-card-desc{color:var(--proj-muted);font-size:14px;line-height:1.5;margin:8px 0 10px}.proj-tags{margin-bottom:12px}.proj-tag{display:inline-block;padding:6px 12px;background:var(--proj-blue-light);border-radius:8px;color:var(--proj-blue);font-weight:700;font-size:12px;margin-right:6px}.proj-buttons{margin-top:auto;display:flex;gap:10px}.proj-btn-primary{background:var(--proj-blue);color:#fff;padding:10px 14px;border-radius:10px;font-weight:700;text-decoration:none}.proj-btn-outline{background:transparent;color:var(--proj-blue);border:2px solid rgba(37,99,235,.2);padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700}.proj-cta{background:var(--proj-blue);color:#fff;padding:48px 0}.proj-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}.proj-cta-text h2{font-size:28px}.proj-cta-actions{display:flex;gap:12px}.proj-btn-white{background:#fff;color:var(--proj-blue);font-weight:800;padding:10px 16px;border-radius:10px;border:none}.proj-btn-outline-white{border:1px solid rgba(255,255,255,.25);padding:10px 16px;border-radius:10px;color:#fff;text-decoration:none;font-weight:700}@media(max-width:1024px){.proj-grid,.proj-stats{grid-template-columns:repeat(2,1fr)}.proj-cta-inner{flex-direction:column;text-align:center}}@media(max-width:700px){.proj-grid,.proj-stats{grid-template-columns:1fr}.proj-image{height:180px}}:root{--skill-blue: #2563eb;--skill-orange: #f97316;--skill-muted: #6b7280;--skill-bg: #f8fafc;--skill-white: #ffffff}.skills-page{font-family:Inter,system-ui,sans-serif;color:#111827}.skills-container{width:min(1200px,92%);margin:0 auto}.skills-hero{padding:80px 0 60px;background:var(--skill-bg);text-align:center}.skills-hero-title{font-size:38px;font-weight:800}.skills-hero-normal{color:#111827}.skills-hero-accent{color:var(--skill-blue)}.skills-hero-text{max-width:700px;margin:14px auto 30px;color:var(--skill-muted);line-height:1.6}.skills-numbers{display:flex;justify-content:center;gap:26px;margin-top:10px;flex-wrap:wrap}.skills-num-box{text-align:center}.skills-num-black{font-size:28px;font-weight:800;color:#111827}.skills-num-blue{font-size:28px;font-weight:800;color:var(--skill-blue)}.skills-num-orange{font-size:28px;font-weight:800;color:var(--skill-orange)}.skills-num-box p{margin-top:6px;color:var(--skill-muted);font-weight:600}.skills-tech{padding:60px 0 70px}.skills-section-title{font-size:28px;font-weight:800;text-align:center;margin-bottom:40px}.skills-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px}.skills-grid-item{background:var(--skill-white);padding:20px;border-radius:14px;box-shadow:0 8px 24px #0206170f;display:flex;flex-direction:column;align-items:center;transition:.25s ease}.skills-grid-item:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0206171a}.skills-grid-item svg{font-size:36px;color:var(--skill-blue);margin-bottom:12px}.skills-grid-item p{font-weight:700;font-size:15px}.skills-cta{background:var(--skill-blue);color:#fff;padding:50px 0}.skills-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.skills-cta-text h2{font-size:30px;font-weight:800}.skills-cta-text p{margin-top:6px;opacity:.9}.skills-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.skills-btn-primary{background:#fff;color:var(--skill-blue);font-weight:800;padding:12px 18px;border-radius:10px;border:none;cursor:pointer}.skills-btn-outline{border:1.5px solid rgba(255,255,255,.3);padding:12px 18px;border-radius:10px;background:transparent;color:#fff;font-weight:700;cursor:pointer}@media(max-width:1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}.skills-cta-inner{flex-direction:column;text-align:center}}@media(max-width:700px){.skills-grid{grid-template-columns:repeat(2,1fr)}.skills-hero-title{font-size:30px}}@media(max-width:480px){.skills-grid{grid-template-columns:1fr}.skills-cta-text h2{font-size:24px}}.contact-container{width:95%;max-width:850px;padding:20px;margin:auto;box-sizing:border-box}.contact-hero h1{font-size:2.5rem;text-align:center;margin:0}.black-text{color:#000}.blue-text{color:#007bff}.contact-subtext{text-align:center;margin-top:10px;color:#555;font-size:1rem}.contact-form{margin-top:40px;display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #ccc;padding:12px;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box;transition:border .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.contact-submit{background:#007bff;padding:14px;color:#fff;font-size:1.2rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.contact-submit:hover{background:#005fcc}.social-section{margin-top:50px;text-align:center}.social-icons{display:flex;justify-content:center;gap:25px;flex-wrap:nowrap}.social-icons a{font-size:2rem;color:#000;transition:color .3s}.social-icons a:hover{color:#007bff}.faq-section{margin-top:60px}.faq-header{text-align:center;font-size:2rem;margin-bottom:25px}.faq-item{border:1px solid #ddd;border-radius:8px;margin-bottom:15px;padding:15px;cursor:pointer;transition:all .3s ease;overflow:hidden}.faq-item:hover{border-color:#007bff}.faq-item.open{background:#f8faff}.faq-question{display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:1.2rem;margin:0}.faq-icon{font-size:1.6rem;font-weight:700;color:#007bff}.faq-answer{overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-answer p{margin-top:10px;color:#444;line-height:1.6}@media(max-width:992px){.contact-hero h1{font-size:2.2rem}.contact-subtext{font-size:.95rem}.contact-submit{font-size:1.1rem}.faq-header{font-size:1.8rem}.faq-question h3{font-size:1.1rem}.faq-icon{font-size:1.4rem}.social-icons a{font-size:1.8rem}}@media(max-width:600px){.contact-container{width:95%;padding:10px}.contact-hero h1{font-size:1.8rem}.contact-subtext{font-size:.9rem}.contact-form input,.contact-form textarea{font-size:.9rem;padding:10px}.contact-submit{font-size:1rem;padding:12px}.faq-header{font-size:1.5rem}.faq-question h3{font-size:1rem}.faq-icon{font-size:1.3rem}.faq-item{padding:12px}.faq-answer p{font-size:.9rem}.social-icons a{font-size:1.7rem}}.footer{background-color:#0d1f33;color:#fff;padding:2rem 1rem;text-align:center;font-family:Poppins,sans-serif;margin-top:50px;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 -4px 10px #00000026}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:1.2rem}.footer-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s,transform .3s}.footer-link:hover{color:#007bff;transform:translateY(-2px)}.footer-socials{display:flex;justify-content:center;gap:20px;margin-bottom:1.2rem;flex-wrap:wrap}.footer-socials a{color:#fff;font-size:1.7rem;transition:color .3s,transform .3s}.footer-socials a:hover{color:#007bff;transform:scale(1.1)}.footer-copy{font-size:.85rem;color:#dcdcdc}@media(max-width:992px){.footer-links{gap:15px}.footer-socials a{font-size:1.6rem}}@media(max-width:600px){.footer-links{flex-direction:column;gap:10px;margin-bottom:1rem}.footer-socials{gap:15px;margin-bottom:1rem}.footer-socials a{font-size:1.5rem}.footer-copy{font-size:.75rem}}
