html,body,#root{min-height:100%;margin:0}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#007bff;--secondary-color:#6c757d;--dark-color:#212529;--light-color:#f8f9fa;--gradient:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--shadow:0 10px 30px #0000001a;--transition:all .3s ease}body{color:var(--dark-color);width:100%;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 30px}section{padding:100px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{margin-bottom:10px;font-size:2.5rem;font-weight:700;position:relative}.section-title p{color:var(--secondary-color);font-size:1.1rem}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;width:100%;transition:var(--transition);background:linear-gradient(135deg,#fffffffa 0%,#f8f9fafa 100%);border-bottom:1px solid #667eea1a;position:fixed;top:0;box-shadow:0 8px 32px #667eea14}.navbar:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#667eea,#0000);height:1px;position:absolute;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo a{color:#0f3f9f;-webkit-text-fill-color:currentColor;white-space:nowrap;text-overflow:ellipsis;max-width:150px;transition:var(--transition);letter-spacing:-.5px;background:0 0;font-size:1.5rem;font-weight:800;position:relative;overflow:hidden}.nav-logo a:after{content:"";background:var(--gradient);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;bottom:-5px;left:0}.nav-logo a:hover{filter:drop-shadow(0 0 8px #667eea99);transform:scale(1.08)}.nav-logo a:hover:after{opacity:1}.nav-menu{gap:1rem;list-style:none;display:flex}.nav-link{color:var(--dark-color);transition:var(--transition);letter-spacing:.3px;border:2px solid #0000;border-radius:40px;margin-left:0;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.nav-link:before{content:"";background:var(--gradient);opacity:0;z-index:-1;border-radius:40px;transition:opacity .4s;position:absolute;inset:0}.nav-link:after{content:"";background:var(--gradient);width:0;height:2px;transition:all .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover:before,.nav-link.active:before{opacity:.1}.nav-link:hover,.nav-link.active{color:var(--primary-color);border:2px solid #667eea4d;transform:translateY(-3px);box-shadow:0 10px 30px #667eea33,inset 0 0 20px #667eea0d}.nav-link.active{color:#fff;background:var(--gradient)}.api-status-badge{text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.api-status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.api-status-latency{background:#00000014;border-radius:999px;margin-left:.15rem;padding:.12rem .38rem;font-size:.68rem;line-height:1.1}.api-status-online{color:#137333;background:#e6f4ea;border-color:#b7dfc4}.api-status-offline{color:#b3261e;background:#fce8e6;border-color:#efb4b0}.api-status-checking{color:#1a73e8;background:#e8f0fe;border-color:#b4c8f6}.nav-toggle{cursor:pointer;flex-direction:column;display:none}.bar{background:var(--dark-color);width:25px;height:3px;transition:var(--transition);margin:3px 0}.hero{background:var(--gradient);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 1000\"><defs><pattern id=\"a\" patternUnits=\"userSpaceOnUse\" width=\"50\" height=\"50\"><circle cx=\"25\" cy=\"25\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"/></pattern></defs><rect width=\"1000\" height=\"1000\" fill=\"url(%23a)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;grid-template-columns:1fr 1fr;place-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 30px;display:grid;position:relative}.hero-text{text-align:center;max-width:600px;margin:0 auto}.hero-text h1{color:#fff;letter-spacing:-.5px;margin-bottom:.8rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-text .highlight{background:linear-gradient(45deg,#ff6b6b,#ffd93d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffe6;margin-bottom:1.2rem;font-size:1.4rem;font-weight:600}.hero-description{color:#ffffffd9;letter-spacing:.3px;max-width:100%;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;animation:1s .3s both fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;animation:1s .5s both fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0003}.btn-primary{color:var(--primary-color);background:#fff;box-shadow:0 4px 15px #ffffff4d}.btn-primary:hover{color:var(--primary-color);transform:translateY(-4px)scale(1.05);box-shadow:0 8px 25px #ffffff80}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff;box-shadow:0 4px 15px #ffffff1a}.btn-secondary:hover{color:var(--primary-color);background:#fff;transform:translateY(-4px)scale(1.05);box-shadow:0 8px 25px #ffffff4d}.hero-image{text-align:center;justify-content:center;align-items:center;display:flex}.image-container{animation:3s ease-in-out infinite float;display:inline-block;position:relative}.image-container:before{content:"";z-index:-1;background:linear-gradient(135deg,#ff6b6b33,#ffd93d33);border-radius:50%;animation:3s ease-in-out infinite pulse;position:absolute;inset:-20px}.profile-img{object-fit:cover;z-index:2;border:6px solid #fff;border-radius:50%;width:300px;height:300px;transition:all .4s;position:relative;box-shadow:0 15px 50px #0000004d,0 0 40px #667eea66}.profile-img:hover{transform:scale(1.05);box-shadow:0 20px 60px #0006,0 0 60px #667eea99}.image-overlay{z-index:1;background:0 0;border:2px solid #fff3;border-radius:50%;width:calc(100% + 40px);height:calc(100% + 40px);animation:8s linear infinite rotate;position:absolute;top:-20px;left:-20px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-down{animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-down a{color:#fff;transition:var(--transition);font-size:2rem}.scroll-down a:hover{transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hero-bg-shape{clip-path:polygon(100% 0,0 100%,100% 100%);background:#ffffff1a;width:50%;height:100%;position:absolute;top:0;right:0}.about-content{grid-template-columns:2fr 1fr;align-items:center;gap:3rem;display:grid}.about-text h3 span{color:var(--primary-color)}.personal-info{margin:2rem 0}.info-item{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.info-item i{color:var(--primary-color);font-size:1.2rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-item{text-align:center;box-shadow:var(--shadow);transition:var(--transition);background:#fff;border-radius:10px;padding:2rem}.stat-item:hover{transform:translateY(-5px)}.stat-item h3{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.skills-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));place-items:center;gap:2rem;max-width:100%;display:grid}.skill-item{text-align:center;background:var(--light-color);transition:var(--transition);word-wrap:break-word;overflow-wrap:break-word;border-radius:10px;width:100%;max-width:220px;padding:2rem 1.5rem}.skill-item:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.skill-icon{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.skill-item h3{word-break:break-word;margin-bottom:1rem;font-size:1.1rem}.skill-bar{background:#e9ecef;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.skill-fill{background:var(--gradient);border-radius:4px;height:100%;transition:width 1s}.services-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:100%;display:grid}.service-item{text-align:center;box-shadow:var(--shadow);transition:var(--transition);word-wrap:break-word;overflow-wrap:break-word;background:#fff;border-radius:10px;padding:2rem 1.5rem}.service-item:hover{transform:translateY(-5px)}.service-icon{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.service-item h3{word-break:break-word;margin-bottom:1rem;font-size:1.2rem}.portfolio{background:#f3f6fb}.portfolio-showcase-intro{text-align:center;max-width:760px;margin:0 auto 2rem}.portfolio-kicker{color:#0f5bd8;letter-spacing:.06em;text-transform:uppercase;background:#e8f0ff;border-radius:999px;margin-bottom:.75rem;padding:.42rem .8rem;font-size:.82rem;font-weight:700;display:inline-block}.portfolio-showcase-intro h3{color:#08142f;letter-spacing:-.03em;max-width:720px;margin-bottom:.85rem;margin-left:auto;margin-right:auto;font-size:2.05rem}.portfolio-lead{color:#5d6778;max-width:780px;margin:0 auto;font-size:1rem;line-height:1.75}.portfolio-filters{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-bottom:2.4rem;display:flex}.filter-btn{cursor:pointer;transition:var(--transition);color:#10203e;background:#ffffffeb;border:1px solid #08142f14;border-radius:999px;padding:.85rem 1.35rem;font-weight:600;box-shadow:0 10px 24px #0f172a0a}.filter-btn:hover,.filter-btn.active{color:#fff;background:#0f5bd8;transform:translateY(-2px)}.portfolio-content{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.15rem;max-width:1180px;margin:0 auto;display:grid}.portfolio-item{display:flex}.portfolio-item-featured{grid-column:span 1}.portfolio-card{width:100%;height:100%;transition:var(--transition);background:#fff;border:1px solid #08142f14;border-radius:24px;flex-direction:column;padding:1.1rem;display:flex;box-shadow:0 18px 50px #0f172a0d}.portfolio-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px #0f172a14}.portfolio-card-top{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.portfolio-type{color:#071633;background:#f0f1f3;border-radius:999px;align-items:center;padding:.58rem .95rem;font-size:.76rem;font-weight:700;display:inline-flex}.portfolio-number{color:#c8ced8;font-size:1rem;font-weight:800}.portfolio-preview{color:#fff;border-radius:20px;flex-direction:column;justify-content:flex-end;width:100%;min-height:180px;margin-bottom:1rem;padding:1.1rem;display:flex;position:relative;overflow:hidden}.portfolio-preview:before{content:"";background:linear-gradient(135deg,#ffffff2e,#0000 40%),linear-gradient(#0000 15%,#0000003d 100%);position:absolute;inset:0}.portfolio-preview>*{z-index:1;position:relative}.portfolio-preview-web{background:linear-gradient(115deg,#2f3b62 2%,#1e55dc 52%,#63c1ee 100%)}.portfolio-preview-data{background:linear-gradient(115deg,#2d3941 5%,#0d786d 58%,#1ec28f 100%)}.portfolio-preview-scraping{background:linear-gradient(115deg,#40205b 5%,#7d3fe0 55%,#f59e0b 100%)}.portfolio-preview-stream{background:linear-gradient(115deg,#553549 0%,#cc3959 55%,#ff8f7c 100%)}.portfolio-preview-insights{background:linear-gradient(115deg,#1d3364 0%,#2563eb 55%,#f5c443 100%)}.portfolio-preview h4{letter-spacing:-.03em;margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.portfolio-preview p{color:#ffffffeb;margin:0;font-size:.88rem;line-height:1.4}.portfolio-body h3{color:#071633;letter-spacing:-.03em;margin-bottom:.7rem;font-size:1.15rem}.portfolio-body p{color:#222f46;margin-bottom:.95rem;font-size:.88rem;line-height:1.55}.portfolio-body{flex-direction:column;flex:1;display:flex}.portfolio-highlights{flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem;display:flex}.portfolio-highlights span{color:#071633;background:#f0f1f3;border-radius:999px;align-items:center;padding:.5rem .8rem;font-size:.7rem;font-weight:700;display:inline-flex}.portfolio-stack{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.portfolio-stack span{color:#0b47c7;background:#edf2fd;border-radius:999px;align-items:center;padding:.5rem .8rem;font-size:.72rem;font-weight:600;display:inline-flex}.portfolio-links{flex-wrap:wrap;gap:.65rem;margin-top:auto;display:flex}.portfolio-link{min-width:118px;min-height:42px;transition:var(--transition);border-radius:14px;justify-content:center;align-items:center;gap:.5rem;padding:.68rem .95rem;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.portfolio-link-primary{color:#fff;background:#1459dd;box-shadow:0 14px 30px #1459dd33}.portfolio-link-secondary{color:#071633;background:#fff;border:1px solid #08142f24}.portfolio-link:hover{transform:translateY(-2px)}.testimonials{background:var(--light-color)}.testimonials-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-item{box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:2rem;position:relative}.testimonial-text{margin-bottom:1.5rem;font-style:italic;position:relative}.testimonial-text:before{content:"\"";color:var(--primary-color);opacity:.3;font-size:4rem;position:absolute;top:-20px;left:-20px}.testimonial-client{align-items:center;gap:1rem;display:flex}.testimonial-client img{object-fit:cover;border-radius:50%;width:60px;height:60px}.client-info h4{margin-bottom:.2rem;font-size:1.1rem}.client-info span{color:var(--secondary-color);font-size:.9rem}.contact-content{justify-content:center;align-items:center;display:flex}.contact-info-wrapper{background:#fff;border-radius:20px;width:100%;max-width:500px;padding:3.5rem;box-shadow:0 20px 60px #00000026}.contact-item{transition:var(--transition);background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex}.contact-item:hover{transform:translate(8px);box-shadow:0 8px 25px #667eea26}.contact-icon{background:var(--gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex;box-shadow:0 8px 20px #667eea4d}.contact-text h3{color:var(--dark-color);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.contact-text p{color:var(--secondary-color);font-size:.95rem}.contact-text a{color:var(--primary-color);transition:var(--transition);font-weight:500;text-decoration:none}.contact-text a:hover{color:#764ba2;text-decoration:underline}.contact-social{border-top:2px solid #e9ecef;margin-top:3rem;padding-top:2rem}.contact-social h3{text-align:center;color:var(--dark-color);margin-bottom:1.5rem;font-size:1.1rem}.social-links{justify-content:center;gap:1.2rem;display:flex}.social-link{background:var(--light-color);width:48px;height:48px;color:var(--primary-color);transition:var(--transition);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.social-link:hover{background:var(--gradient);color:#fff;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 25px #667eea4d}.footer{background:var(--dark-color);color:#fff;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer h3{margin-bottom:1rem;font-size:1.3rem}.footer-about p{color:#fffc}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;transition:var(--transition)}.footer-links a:hover{color:var(--primary-color)}.footer-contact p{color:#fffc;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{color:#fff9}.back-to-top{background:var(--primary-color);color:#fff;opacity:0;visibility:hidden;width:50px;height:50px;transition:var(--transition);z-index:1000;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:2rem;right:2rem}.back-to-top.show{opacity:1;visibility:visible}@media (width>=1200px){.container{max-width:1200px;margin:0 auto}.hero-text h1{font-size:3.5rem}.section-title h2{font-size:2.8rem}.skills-content{grid-template-columns:repeat(6,1fr)}.services-content{grid-template-columns:repeat(3,1fr)}}@media (width>=769px) and (width<=1199px){.hero-text h1{font-size:2.5rem}.skills-content{grid-template-columns:repeat(3,1fr)}.services-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.portfolio-item-featured{grid-column:span 1}.api-status-badge{order:3;margin-left:auto;margin-right:.75rem;padding:.3rem .55rem;font-size:.72rem}.nav-menu{width:70%;height:100vh;transition:var(--transition);z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffffa 0%,#f8f9fafa 100%);border-left:1px solid #667eea1a;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:-100%;box-shadow:-8px 0 32px #667eea1a}.nav-menu.active{right:0}.nav-toggle{display:flex}.hero{min-height:80vh;padding:40px 0}.hero-content{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2rem}.hero-text{text-align:center;max-width:100%}.hero-text h1{margin-bottom:.6rem;font-size:2.2rem}.hero-subtitle{margin-bottom:1rem;font-size:1.2rem}.hero-description{max-width:100%;margin-bottom:1.5rem;font-size:1rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem}.profile-img{width:250px;height:250px}.about-content,.contact-content{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.portfolio-filters{justify-content:center;gap:.5rem}.filter-btn{margin:.2rem;padding:8px 15px;font-size:.9rem}section{padding:70px 0}.section-title h2{font-size:2.2rem}.skills-content{grid-template-columns:repeat(3,1fr);gap:1.5rem}.skill-item{max-width:100%;padding:1.5rem 1rem}.skill-icon{font-size:2.8rem}.services-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-item{padding:1.5rem}.service-icon{font-size:2.8rem}.testimonials-content{grid-template-columns:1fr}.portfolio-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.timeline{grid-template-columns:1fr}}@media (width<=480px){.container{padding:0 15px}.hero{min-height:100vh;padding:20px 0}.section-title h2{font-size:1.8rem}.section-title p{font-size:.9rem}.nav-logo a{max-width:100px;font-size:.95rem}.nav-link{margin-left:.8rem;font-size:.85rem}.hero-text h1{font-size:1.6rem;line-height:1.3}.hero-subtitle{margin-bottom:.8rem;font-size:1rem}.hero-description{margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.hero-text{text-align:center;max-width:100%}.hero-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%}.btn{width:100%;max-width:200px;padding:.8rem 1.5rem;font-size:.9rem}.profile-img{width:200px;height:200px}section{padding:50px 0}.skills-content{grid-template-columns:repeat(2,1fr);gap:1rem}.skill-item{max-width:180px;padding:1rem .8rem}.skill-icon{font-size:2.2rem}.skill-item h3{font-size:.95rem}.skill-bar{height:6px}.services-content{grid-template-columns:1fr;gap:1rem}.service-item{border-radius:8px;padding:1.2rem 1rem}.service-icon{margin-bottom:.8rem;font-size:2.2rem}.service-item h3{margin-bottom:.8rem;font-size:1rem}.service-item p{font-size:.85rem;line-height:1.5}.portfolio-content{grid-template-columns:1fr}.portfolio-img img{height:200px}.testimonials-content,.about-content,.contact-content{grid-template-columns:1fr}.about-text p{font-size:.95rem;line-height:1.6}.about-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1.5rem 1rem}.stat-item h3{font-size:2rem}.timeline{grid-template-columns:1fr;gap:1.5rem;padding-bottom:3rem}.timeline-item{max-width:100%}.stat-title{padding:2rem 0;font-size:1.2rem}.stat-title:before{width:80%}.blogs{grid-template-columns:1fr}.contact-info{text-align:center}.contact-social{justify-content:center}}.controls .control{cursor:pointer;background-color:var(--color-grey-4);width:55px;height:55px;box-shadow:var(--box-shadow-1);border-radius:50%;justify-content:center;align-items:center;margin:.7rem 0;padding:1rem;display:flex}.controls .control i{color:var(--color-grey-2);pointer-events:none;font-size:1.2rem}.controls .active-btn{background-color:var(--color-secondary);transition:all .4s ease-in-out}.controls .active-btn i{color:var(--color-white)}.theme-btn{background-color:var(--color-grey-4);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .1s ease-in-out;display:flex;position:fixed;top:5%;right:3%;box-shadow:0 3px 15px #0000004d}.theme-btn:active{transform:translateY(-3px)}.theme-btn i{color:var(--color-grey-2);pointer-events:none;font-size:1.4rem}.header-content{grid-template-columns:repeat(2,1fr);min-height:100vh;display:grid}.header-content .left-header{align-items:center;display:flex;position:relative}.header-content .left-header .h-shape{background-color:var(--color-secondary);z-index:-1;clip-path:polygon(0 0,46% 0,79% 100%,0% 100%);width:65%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;left:0}.header-content .left-header .image{border-radius:var(--br-sm-2);background-color:var(--color-black);width:68%;height:90%;margin-left:4rem;transition:all .4s ease-in-out}.header-content .left-header .image img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:all .4s ease-in-out}.header-content .left-header .image img:hover{filter:grayscale(0)}.header-content .right-header{flex-direction:column;justify-content:center;padding-right:18rem;display:flex}.header-content .right-header .name{font-size:3rem}.header-content .right-header .name span{color:var(--color-secondary)}.header-content .right-header p{margin:1.5rem 0;line-height:2rem}.about-container{grid-template-columns:repeat(2,1fr);padding-top:3.5rem;padding-bottom:5rem;display:grid}.about-container .right-about{grid-gap:2rem;grid-template-columns:repeat(2,1fr);display:grid}.about-container .right-about .about-item{border:1px solid var(--color-grey-5);border-radius:5px;transition:all .4s ease-in-out;box-shadow:1px 2px 15px #0000001a}.about-container .right-about .about-item:hover{cursor:default;border:1px solid var(--color-secondary);transform:translateY(-5px);box-shadow:1px 4px 15px #00000052}.about-container .right-about .about-item .abt-text{flex-direction:column;padding:1.5rem;display:flex}.about-container .right-about .about-item .abt-text .large-text{color:var(--color-secondary);font-size:3rem;font-weight:700}.about-container .right-about .about-item .abt-text .small-text{text-transform:uppercase;color:var(--color-grey-1);letter-spacing:2px;padding-left:3rem;font-size:1.2rem;position:relative}.about-container .right-about .about-item .abt-text .small-text:before{content:"";background-color:var(--color-grey-5);width:2rem;height:2px;position:absolute;top:15px;left:0}.about-container .left-about{padding-right:5rem}.about-container .left-about p{color:var(--color-grey-1);padding:1rem;line-height:2rem}.about-container .left-about h4{text-transform:uppercase;font-size:2rem}.about-stats{padding-bottom:4rem}.about-stats .progress-bars{grid-gap:2rem;grid-template-columns:repeat(2,1fr);display:grid}.about-stats .progress-bars .progress-bar{flex-direction:column;display:flex}.about-stats .progress-bars .progress-bar .prog-title{text-transform:uppercase;font-weight:500}.about-stats .progress-bars .progress-bar .progress-con{align-items:center;display:flex}.about-stats .progress-bars .progress-bar .progress-con .prog-text{color:var(--color-grey-2)}.about-stats .progress-bars .progress-bar .progress-con .progress{background-color:var(--color-grey-4);width:100%;height:.45rem;margin-left:1rem;position:relative}.about-stats .progress-bars .progress-bar .progress-con .progress span{background-color:var(--color-secondary);width:60%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;left:0}.about-stats .progress-bars .progress-bar .progress-con .progress .html{width:80%}.about-stats .progress-bars .progress-bar .progress-con .progress .css{width:95%}.about-stats .progress-bars .progress-bar .progress-con .progress .js{width:75%}.about-stats .progress-bars .progress-bar .progress-con .progress .react{width:60%}.about-stats .progress-bars .progress-bar .progress-con .progress .node{width:87%}.about-stats .progress-bars .progress-bar .progress-con .progress .python{width:70%}.timeline-section{background:#fff;padding:100px 0}.stat-title{text-transform:uppercase;text-align:center;padding:3.5rem 0;font-size:1.4rem;position:relative}.stat-title:before{content:"";background-color:var(--color-grey-5);width:40%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline{grid-gap:2rem;grid-template-columns:repeat(2,1fr);place-items:start center;max-width:900px;margin:0 auto;padding-bottom:3rem;display:grid}.timeline .timeline-item{border-left:1px solid var(--color-grey-5);width:100%;max-width:380px;padding-left:3rem;position:relative}.timeline .timeline-item .tl-icon{background-color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:0;left:-27px}.timeline .timeline-item .tl-icon i{font-size:1.3rem}.timeline .timeline-item .tl-duration{background-color:var(--color-grey-5);text-transform:uppercase;border-radius:15px;padding:.2rem .6rem;font-size:.8rem;font-weight:500;display:inline-block}.timeline .timeline-item h5{text-transform:uppercase;padding:1rem 0;font-size:1.3rem;font-weight:600}.timeline .timeline-item h5 span{color:var(--color-grey-2);font-size:1.2rem;font-weight:500}.timeline .timeline-item p{color:var(--color-grey-2)}.port-text{text-align:center;padding:2rem 0}.portfolios{grid-gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;display:grid}.portfolios .portfolio-item{border-radius:15px;position:relative}.portfolios .portfolio-item img{object-fit:cover;border-radius:15px;width:100%;height:300px}.portfolios .portfolio-item .hover-items{background-color:var(--color-secondary);opacity:0;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s ease-in-out;display:flex;position:absolute;top:0;left:0;transform:scale(0)}.portfolios .portfolio-item .hover-items h3{color:var(--color-white);margin-bottom:1.5rem;font-size:1.5rem}.portfolios .portfolio-item .hover-items .icons{justify-content:center;align-items:center;display:flex}.portfolios .portfolio-item .hover-items .icons .icon{background-color:var(--color-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 1rem;transition:all .4s ease-in-out;display:flex}.portfolios .portfolio-item .hover-items .icons .icon i{color:var(--color-white);margin:0 1rem;font-size:1.5rem}.portfolios .portfolio-item .hover-items .icons .icon:hover{background-color:var(--color-white)}.portfolios .portfolio-item .hover-items .icons .icon:hover i{color:var(--color-primary)}.portfolio-item:hover .hover-items{opacity:1;transform:scale(1)}.blogs{grid-gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;display:grid}.blogs .blog{background-color:var(--color-grey-5);border-radius:5px;transition:all .4s ease-in-out;position:relative;box-shadow:1px 1px 20px #0000001a}.blogs .blog:hover{transition:all .4s ease-in-out;transform:translateY(-5px);box-shadow:1px 1px 20px #0000004d}.blogs .blog:hover img{filter:grayscale(0);transform:scale(1.1);box-shadow:0 4px 15px #000c}.blogs .blog img{object-fit:cover;filter:grayscale();border-top-left-radius:5px;border-top-right-radius:5px;width:100%;height:300px;transition:all .4s ease-in-out}.blogs .blog .blog-text{border-top:8px solid var(--color-secondary);margin-top:-7px;padding:1.1rem}.blogs .blog .blog-text h4{cursor:pointer;margin-bottom:.7rem;font-size:1.5rem;transition:all .4s ease-in-out}.blogs .blog .blog-text h4:hover{color:var(--color-secondary)}.blogs .blog .blog-text p{color:var(--color-grey-2);padding-bottom:1rem;line-height:2rem}.contact-content-con{padding-top:3.5rem;display:flex}.contact-content-con .left-contact{flex:2}.contact-content-con .left-contact h4{text-transform:uppercase;margin-top:1rem;font-size:2rem}.contact-content-con .left-contact p{margin:1rem 0;line-height:2rem}.contact-content-con .left-contact .contact-info .contact-item{justify-content:space-between;align-items:center;display:flex}.contact-content-con .left-contact .contact-info .contact-item p{margin:.3rem 0!important;padding:0!important}.contact-content-con .left-contact .contact-info .contact-item .icon{grid-template-columns:40px 1fr;display:grid}.contact-content-con .left-contact .contact-info .contact-item .icon i{align-items:center;font-size:1.3rem;display:flex}.contact-content-con .left-contact .contact-icon{margin-top:2rem;display:flex}.contact-content-con .left-contact .contact-icon a{color:var(--color-white);background-color:var(--color-grey-5);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 .4rem;transition:all .4s ease-in-out;display:flex}.contact-content-con .left-contact .contact-icon a:hover{background-color:var(--color-secondary)}.contact-content-con .left-contact .contact-icon a:hover i{color:var(--color-primary)}.contact-content-con .left-contact .contact-icon a i{justify-content:center;align-items:center;font-size:1.3rem;display:flex}.contact-content-con .right-contact{flex:3;margin-left:3rem}.contact-content-con .right-contact .input-control{margin:1.5rem 0}.contact-content-con .right-contact .input-control input,.contact-content-con .right-contact .input-control textarea{font-weight:inherit;font-size:inherit;background-color:var(--color-grey-5);width:100%;color:var(--color-white);resize:none;border:none;border-radius:30px;outline:none;padding:.8rem 1.1rem;font-family:inherit}.contact-content-con .right-contact .i-c-2{display:flex}.contact-content-con .right-contact .i-c-2 :last-child{margin-left:1.5rem}.contact-content-con .right-contact .submit-btn{justify-content:flex-start;display:flex}.btn-con{align-self:flex-start;display:flex}.main-btn{color:inherit;border:1px solid var(--color-secondary);border-radius:30px;align-self:flex-start;align-items:center;font-weight:600;display:flex;position:relative;overflow:hidden}.main-btn .btn-text{padding:0 2rem}.main-btn .btn-icon{background-color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.main-btn:before{content:"";z-index:-1;transition:all .4s ease-out;position:absolute;top:0;right:0;transform:translate(100%)}.main-btn:hover{transition:all .4s ease-out}.main-btn:hover:before{background-color:var(--color-secondary);width:100%;height:100%;transition:all .4s ease-out;transform:translate(0)}.main-title{text-align:center}.main-title h2{text-transform:uppercase;font-size:4rem;font-weight:700;position:relative}.main-title h2 span{color:var(--color-secondary)}.main-title h2 .bg-text{color:var(--color-grey-5);z-index:-1;font-size:6.3rem;font-weight:800;transition:all .4s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-container .left-about p{padding-left:0}@media screen and (width<=600px){header{padding:0!important}.theme-btn{width:50px;height:50px}.header-content{grid-template-columns:repeat(1,1fr);padding-bottom:6rem}.left-header .h-shape{display:none}.right-header{grid-row:1;width:90%;margin:0 auto;padding-right:0!important}.right-header .name{text-align:center;padding-top:3rem;font-size:2.5rem!important}.header-content .left-header .image{width:90%;margin:0 auto}.controls{background-color:var(--color-grey-5);flex-direction:row;justify-content:center;width:100%;top:auto;bottom:0;left:50%;transform:translate(-50%)}.controls .control{margin:1rem .3rem}.about-container{grid-template-columns:repeat(1,1fr)}.about-container .right-about{grid-template-columns:repeat(1,1fr);padding-top:2.5rem}.about-container .left-about{padding-right:0}.about-container .left-about p{padding-left:0}.timeline{grid-template-columns:repeat(1,1fr);justify-items:center;max-width:100%;padding-bottom:6rem}.container{padding:2rem 2.5rem!important}.about-stats .progress-bars{grid-template-columns:repeat(1,1fr)}.portfolios{grid-template-columns:repeat(1,1fr);margin-top:1rem;padding-bottom:6rem}.blogs{grid-template-columns:repeat(1,1fr);padding-bottom:6rem}.contact-content-con{flex-direction:column}.contact-content-con .right-contact{margin-top:2.5rem;margin-left:0}.contact-content-con .right-contact .i-c-2{flex-direction:column}.contact-content-con .right-contact .i-c-2 :last-child{margin-top:1.5rem;margin-left:0}.contact-content-con .right-contact{margin-bottom:6rem}.contact-item{flex-direction:column;margin:1rem 0}.contact-item p{color:var(--color-grey-2);font-size:15px}.contact-item span{font-size:15px}.contact-item .icon{grid-template-columns:25px 1fr}.main-title h2{font-size:2rem}.main-title h2 span,.main-title h2 .bg-text{font-size:2.3rem}}@media screen and (width<=1432px){.container{padding:7rem 11rem}.contact-content-con{flex-direction:column}.contact-content-con .right-contact{margin-top:2.5rem;margin-left:0}.contact-content-con .right-contact .i-c-2{flex-direction:column}.contact-content-con .right-contact .i-c-2 :last-child{margin-top:1.5rem;margin-left:0}.contact-content-con .right-contact{margin-bottom:6rem}.main-title h2 .bg-text{font-size:5.5rem}}@media screen and (width<=1250px){.blogs{grid-template-columns:repeat(2,1fr);margin-top:6rem}.portfolios{grid-template-columns:repeat(2,1fr)}.header-content .right-header{padding-right:9rem}}@media screen and (width<=660px){.blogs,.portfolios{grid-template-columns:repeat(1,1fr)}}@media screen and (width<=1070px){.about-container{grid-template-columns:repeat(1,1fr)}.about-container .right-about{padding-top:2.5rem}.main-title h2,.main-title h2 span{font-size:4rem}.main-title h2 .bg-text{font-size:4.5rem}}@media screen and (width<=970px){.container{padding:7rem 6rem}.about-container .left-about{padding-right:0}.header-content{grid-template-columns:repeat(1,1fr);padding-bottom:6rem}.left-header .h-shape{display:none}.left-header .image{width:90%!important;margin:0 auto!important}.right-header{grid-row:1;width:90%;margin:0 auto;padding-right:0!important}.right-header .name{text-align:center;padding-top:3rem;font-size:2.5rem!important}}@media screen and (width<=700px){.container{padding:7rem 3rem}.about-stats .progress-bars,.about-container .right-about{grid-template-columns:repeat(1,1fr)}.timeline{grid-template-columns:repeat(1,1fr);justify-items:center}.main-title h2,.main-title h2 span{font-size:3rem}.main-title h2 .bg-text{font-size:4rem}}:root{--primary-color:#0f5bd8;--secondary-color:#5f6b7a;--dark-color:#0f172a;--light-color:#f4f7fb;--surface-color:#ffffffd1;--surface-strong:#fff;--border-soft:#0f172a14;--accent-color:#f59e0b;--gradient:linear-gradient(135deg, #0f172a 0%, #0f5bd8 52%, #38bdf8 100%);--shadow:0 20px 50px #0f172a14;--transition:all .3s ease}html{scroll-behavior:smooth}body{color:var(--dark-color);background:radial-gradient(circle at 0 0,#0f5bd814,#0000 24%),radial-gradient(circle at 100% 0,#f59e0b14,#0000 20%),linear-gradient(#f8fbff 0%,#f4f7fb 100%)}section{position:relative}.section-title h2{color:var(--dark-color);letter-spacing:-.03em}.section-title h2 span{color:#0f5bd8}.section-title p{color:#5b6574}.navbar{background:#f8fbffc7;border-bottom:1px solid #0f5bd814;box-shadow:0 18px 45px #0f172a0f}.navbar:before{background:linear-gradient(90deg,#0000,#0f5bd88c,#0000)}.nav-container{padding:1rem 2rem}.nav-logo a{letter-spacing:-.04em;max-width:220px}.nav-link{border:1px solid #0000;padding:.8rem 1.25rem}.nav-link:hover,.nav-link.active{border-color:#0f5bd829;box-shadow:0 12px 24px #0f5bd81f}.nav-link.active{background:linear-gradient(135deg,#0f5bd8,#38bdf8)}.hero{background:radial-gradient(circle at 18% 20%,#ffffff24,#0000 16%),radial-gradient(circle at 82% 22%,#f59e0b42,#0000 18%),linear-gradient(135deg,#08111f 0%,#0f2f66 45%,#0f5bd8 72%,#38bdf8 100%)}.hero:after{content:"";background:linear-gradient(#08111f00 0%,#f8fbffe6 100%);height:140px;position:absolute;inset:auto 0 0}.hero-text{text-align:left}.hero-text h1{letter-spacing:-.05em;font-size:3.4rem}.hero-subtitle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .95rem;display:inline-flex}.hero-description{color:#ffffffd1;max-width:580px}.hero-buttons{justify-content:flex-start}.btn{border-radius:16px;min-height:50px;padding:.9rem 1.35rem;box-shadow:0 16px 30px #0f172a29}.btn-primary{color:#0f3f9c;background:linear-gradient(135deg,#fff,#dff2ff)}.btn-primary:hover{color:#0f3f9c}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff3d}.image-container:before{background:linear-gradient(135deg,#38bdf847,#f59e0b42)}.profile-img{border:8px solid #ffffffeb}.hero-bg-shape{background:linear-gradient(135deg,#ffffff0f,#f59e0b24)}.about{background:radial-gradient(circle at 0 0,#f7941d1f,#0000 24%),linear-gradient(#fffaf4eb 0%,#ffffffb3 100%)}.about .section-title h2 span{color:#dd6b20}.about .section-title p{color:#7b5a3e}.about-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc2;border:1px solid #dd6b2024;border-radius:28px;padding:2rem;box-shadow:0 22px 52px #dd6b2014}.contact-info{border:1px solid var(--border-soft);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border-radius:28px;padding:2rem}.about-text h3{letter-spacing:-.03em;margin-bottom:1rem;font-size:2rem}.about-text p,.contact-text p,.contact-form input,.contact-form textarea,.footer-about p{color:#586273}.stat-item,.skill-item,.service-item,.contact-form,.timeline .timeline-item{border:1px solid var(--border-soft);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd6}.stat-item,.skill-item,.service-item,.contact-form{border-radius:24px}.stat-item:hover,.skill-item:hover,.service-item:hover{transform:translateY(-8px);box-shadow:0 26px 60px #0f172a1f}.skills{background:radial-gradient(circle at 100% 0,#0ea5a41f,#0000 22%),linear-gradient(#f1fdfceb 0%,#ffffffbd 100%)}.skills .section-title h2 span{color:#0f9d94}.skills .section-title p{color:#476d69}.skill-item{background:linear-gradient(#fffffff2,#eafcfaeb);border-color:#0f9d941f}.skill-icon,.service-icon,.contact-icon,.timeline .timeline-item .tl-icon{color:#fff;background:linear-gradient(135deg,#0f5bd8,#38bdf8);box-shadow:0 16px 30px #0f5bd82e}.skill-icon{background:linear-gradient(135deg,#0f766e,#2dd4bf);box-shadow:0 16px 30px #0f766e33}.skill-icon,.service-icon{border-radius:22px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 1.2rem;display:flex}.services{background:radial-gradient(circle at 0,#a855f71a,#0000 24%),linear-gradient(#faf5ffeb 0%,#ffffffb8 100%)}.services .section-title h2 span{color:#8b5cf6}.services .section-title p{color:#625174}.service-item{text-align:left;background:linear-gradient(#fffffff5,#f7f1ffeb);border-color:#8b5cf61f;padding:2rem}.service-item h3{font-size:1.25rem}.service-item p{color:#5f6b7a}.service-icon{background:linear-gradient(135deg,#7c3aed,#c084fc);box-shadow:0 16px 30px #7c3aed38}.timeline-section{background:radial-gradient(circle at 100%,#f43f5e1a,#0000 24%),linear-gradient(#fff5f7eb 0%,#ffffffbd 100%)}.stat-title{color:#111827;letter-spacing:.08em}.stat-title:before{background:linear-gradient(90deg,#0000,#f43f5e47,#0000)}.timeline .timeline-item{background:linear-gradient(#fffffff2,#fff1f4eb);border-color:#f43f5e1f;border-left-style:solid;border-left-width:1px;border-radius:0 24px 24px 0;padding:1.6rem 1.4rem 1.6rem 3.3rem}.timeline .timeline-item .tl-icon{background:linear-gradient(135deg,#e11d48,#fb7185);box-shadow:0 16px 30px #e11d4833}.timeline .timeline-item .tl-duration{color:#be123c;background:#ffe4ea}.timeline .timeline-item h5{color:var(--dark-color);text-transform:none}.timeline .timeline-item h5 span,.timeline .timeline-item p{color:#5f6b7a}.contact{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 24%),linear-gradient(#f2f8fff0 0%,#ffffffc2 100%)}.contact .section-title h2 span{color:#2563eb}.contact .section-title p{color:#4f6486}.contact-info{background:#ffffffc7;border-color:#2563eb24;box-shadow:0 22px 52px #2563eb14}.contact-form{background:linear-gradient(#fffffff5,#eff6ffeb);border-color:#2563eb1f;padding:2rem}.contact-form input,.contact-form textarea{background:#f8fbfff5;border:1px solid #0f172a1f;border-radius:16px;padding:.95rem 1rem}.contact-social{flex-wrap:wrap}.social-link{color:#2563eb;background:#2563eb14;border:1px solid #2563eb1a;width:46px;height:46px}.social-link:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa)}.footer{background:radial-gradient(circle at 0 0,#38bdf824,#0000 24%),linear-gradient(135deg,#08111f 0%,#0c1f3e 55%,#102f66 100%);padding-top:4.5rem}.footer-content{gap:2.5rem}.footer-about,.footer-links,.footer-contact{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:1.5rem}.footer h3,.footer-links a:hover{color:#fff}.footer-links a,.footer-contact p,.footer-about p,.footer-bottom p{color:#ffffffbf}.back-to-top{background:linear-gradient(135deg,#0f5bd8,#38bdf8);box-shadow:0 18px 35px #0f5bd83d}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #38bdf859}@media (width<=992px){.hero-text{text-align:center}.hero-buttons{justify-content:center}.portfolio-content{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-item-featured{grid-column:span 1}}@media (width<=768px){.nav-menu{background:#f8fbfff5}.portfolio-content{grid-template-columns:1fr}.portfolio-card{border-radius:26px;padding:1.25rem}.portfolio-preview{border-radius:22px;min-height:220px;padding:1.35rem}.portfolio-body h3{font-size:1.3rem}.hero-text h1{font-size:2.7rem}.about-text,.contact-info,.contact-form{border-radius:22px;padding:1.5rem}.service-item{text-align:center}.skill-icon,.service-icon{width:68px;height:68px}}@media (width<=560px){.hero-text h1{font-size:2.25rem}.portfolio-showcase-intro{margin-bottom:1.5rem}.portfolio-preview{min-height:210px}.section-title h2,.portfolio-showcase-intro h3{font-size:1.85rem}.nav-logo a{max-width:170px}.btn,.portfolio-link{width:100%}}:root{--theme-blue-900:#0c2d77;--theme-blue-700:#0f5bd8;--theme-blue-500:#2d8ff0;--theme-blue-300:#7ec2ff;--theme-surface:#eef5ff;--theme-surface-soft:#f6faff;--theme-border:#0f5bd829}body{background:radial-gradient(circle at 100% 0,#e1edff 0%,#f5f9ff 45%,#fff 100%)}.navbar{background:linear-gradient(135deg,#eef5fff5,#f7fbffeb);border:1px solid #ffffffa6;border-radius:22px;width:min(1220px,100% - 26px);top:12px;left:50%;transform:translate(-50%);box-shadow:0 22px 45px #102f6c24}.nav-container{gap:.9rem;padding:.95rem 1.3rem}.nav-logo a{letter-spacing:-.7px;color:var(--theme-blue-900);font-size:2rem;font-weight:800}.nav-menu{align-items:center;gap:.35rem}.nav-link{color:#0d1a3a;border:1px solid #0000;border-radius:15px;padding:.8rem 1.28rem;font-size:1.03rem;font-weight:700;transition:transform .25s,color .25s,box-shadow .25s,background .25s}.nav-link:hover{color:var(--theme-blue-700);background:#2d8ff01f;border-color:#2d8ff047;transform:translateY(-2px);box-shadow:0 8px 18px #1d62cc26}.nav-link.active{color:#fff;background:linear-gradient(135deg, var(--theme-blue-700), #3ab2ff);border-color:#ffffff7a;box-shadow:0 10px 24px #0e59c952}.nav-link:after,.nav-link:before{display:none}.hero{padding-top:90px}.about,.skills,.services,.portfolio,.contact,.timeline-section{background:var(--theme-surface-soft)!important}.about-text,.about-stats .stat-item,.skill-item,.service-item,.portfolio-card,.contact-info,.contact-form,.timeline-item,.footer-content>div{border:1px solid var(--theme-border);box-shadow:0 14px 34px #0d27651a}.about-text:hover,.stat-item:hover,.skill-item:hover,.service-item:hover,.portfolio-card:hover,.timeline-item:hover,.contact-info:hover,.contact-form:hover{transform:translateY(-5px);box-shadow:0 20px 38px #0d27652e}.footer{background:linear-gradient(135deg,#0c2d77,#1b5fce)}@media (width<=992px){.nav-logo a{font-size:1.75rem}}@media (width<=768px){.navbar{border-radius:16px;width:calc(100% - 16px);top:8px}.nav-container{padding:.75rem .9rem}.nav-menu{border:1px solid var(--theme-border);background:#f5fafffa;border-radius:20px;width:min(320px,100% - 20px);height:auto;min-height:300px;padding:1.1rem 0;top:84px;right:-110%}.nav-menu.active{right:10px}.nav-link{text-align:center;width:88%}.hero{padding-top:100px}}
