.navbar{position:sticky;top:0;left:0;width:100%;background-color:#f9fafb;border-bottom:none!important;z-index:1000;transition:all .3s ease;font-family:Montserrat,sans-serif}.navbar.scrolled{box-shadow:0 2px 10px #0000001a!important}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 1rem}@media (min-width: 768px){.navbar-container{padding:1rem 2rem}}@media (min-width: 1366px){.navbar-container{padding:1rem 3rem}}@media (min-width: 1920px){.navbar-container{padding:1rem 4rem}}.brand-name{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.brand-name:hover{color:#1d4ed8}.menu-button{display:none;background:none;border:none;color:#4b5563;cursor:pointer;padding:.25rem;font-size:1.5rem}.menu-button:hover{color:#1f2937}.nav-menu{display:flex;align-items:center;gap:1.5rem}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{margin:0}.nav-link{color:#4b5563;text-decoration:none;font-weight:700;font-size:1rem;transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover,.nav-link.active{color:#2563eb}.cta-button{background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;padding:.625rem 1.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.cta-button:hover{background-color:#1d4ed8;transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}.menu-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}@media (max-width: 768px){.navbar{padding:.75rem 0}.menu-button{display:block}.nav-menu{position:fixed;top:4rem;right:0;height:calc(100vh - 4rem);width:280px;background-color:#fff;flex-direction:column;align-items:flex-start;padding:1.5rem;transform:translate(100%);transition:transform .3s ease}.nav-menu.open{transform:translate(0)}.nav-list{flex-direction:column;width:100%;gap:1rem}.nav-item{width:100%}.nav-link{display:block;padding:.5rem 0;font-size:1rem}.cta-button{width:100%;text-align:center;margin-top:1rem;padding:.75rem;font-size:1rem}.menu-backdrop{display:block}}.nav-link:hover,.nav-link:active,.nav-link.active{color:#2563eb;text-decoration:none}.nav-link,.nav-link:hover,.nav-link:active,.nav-link:focus,.cta-button,.cta-button:hover,.cta-button:active,a{text-decoration:none!important}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.home-section{padding:4rem 1rem;background-color:#f8fafc;min-height:100vh;display:flex;align-items:center}.home-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media (min-width: 992px){.home-grid{grid-template-columns:1fr 1fr;align-items:center}}.left-content,.right-content{width:100%}.tagline{display:flex;align-items:center;font-weight:600;color:#777;margin-bottom:.5rem}.tagline .icon{margin-right:8px;color:#fbbf24}.heading-wrapper h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700}@media (min-width: 768px){.heading-wrapper h1{font-size:3rem}}.highlight{color:#3b82f6;font-weight:700}.heading-wrapper p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;max-width:600px}.buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn.primary{background-color:#3b82f6;color:#fff}.btn.primary:hover{background-color:#2563eb;transform:translateY(-2px)}.btn.secondary{border:2px solid #3b82f6;color:#3b82f6;background:#fff}.btn.secondary:hover{background-color:#3b82f6;color:#fff;transform:translateY(-2px)}.features-grid{display:flex;gap:1rem;flex-wrap:wrap}.feature{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#444;width:80px;font-weight:600;transition:all .3s ease}.feature:hover{color:#3b82f6;transform:translateY(-3px)}.feature-icon{width:48px;height:48px;border-radius:8px;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem;transition:transform .3s ease}.feature:hover .feature-icon{transform:scale(1.1)}.bg-black{background-color:#000}.bg-linkedin{background-color:#0077b5}.bg-twitter{background-color:#1da1f2}.bg-red{background-color:#ef4444}.social{font-size:1.25rem;color:#fff;background:transparent}.image-wrapper{position:relative;max-width:500px;margin:0 auto}.image-bg{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:20px;top:15px;left:10px;z-index:0;filter:blur(60px);opacity:.7}.profile-image{width:100%;border-radius:20px;position:relative;z-index:1;display:block;box-shadow:0 20px 25px -5px #0000001a;border:1px solid rgba(255,255,255,.2)}.badge{position:absolute;display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:12px;font-weight:600;background-color:#fff;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;z-index:2}.badge:hover{transform:translateY(-3px)}.badge-icon{font-size:1.25rem}.frontend-icon{color:#3b82f6}.backend-icon{color:#fbbf24}.react-icon{color:#61dafb}.python-icon{color:#ffd43b}.frontend{top:1rem;left:1rem}.backend{top:1rem;right:1rem}.python{bottom:1rem;left:1rem}.react{bottom:1rem;right:1rem}@media (max-width: 768px){.home-section{padding:2rem 1rem}.heading-wrapper h1{font-size:2rem}.features-grid{justify-content:center;gap:1.5rem}.feature{width:60px;font-size:.875rem}.feature-icon{width:40px;height:40px}.social{font-size:1rem}}.about-section{padding:2rem 1rem;min-height:100vh;display:flex;align-items:center;overflow-x:hidden}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media (min-width: 768px){.about-grid{grid-template-columns:1fr 1fr;align-items:center}}.about-image-wrapper{position:relative;max-width:100%;margin:0 auto;width:100%;padding:0 1rem}.about-image-bg{position:absolute;top:50%;left:50%;width:90%;max-width:420px;height:90%;max-height:420px;aspect-ratio:1/1;background:linear-gradient(135deg,#3b82f6,#fbbf24);border-radius:50%;transform:translate(-50%,-50%);filter:blur(80px);z-index:-1}.about-profile-img{border-radius:50%;width:100%;max-width:400px;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;margin:0 auto;box-shadow:0 8px 15px #3b82f64d;border:5px solid white}.about-badge{position:absolute;background:#fff;padding:.5rem 1rem;border-radius:2rem;box-shadow:0 4px 6px #0000001a;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:.87rem;max-width:90%}.about-badge-project{bottom:.5rem;left:50%;transform:translate(-50%);width:max-content}.about-badge-cert{top:.5rem;right:50%;transform:translate(50%);width:max-content}@media (min-width: 768px){.about-badge{font-size:1rem}.about-badge-project{bottom:-1rem;left:0;transform:none}.about-badge-cert{top:1rem;right:-1rem;transform:none}}.about-badge-number{font-size:1.25rem;color:#3b82f6;font-weight:700}.about-icon-cert{width:1.25rem;height:1.25rem;color:#fbbf24}.about-content-section{margin-top:1rem;padding:0 1rem}.about-subheading{font-weight:700;color:#fbbf24;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.about-subheading-line{flex-grow:1;height:2px;background-color:#fbbf24;border-radius:1px}.about-heading{font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.3}@media (min-width: 768px){.about-heading{font-size:2.5rem}}@media (min-width: 992px){.about-heading{font-size:3rem}}.about-highlight{color:#3b82f6}.about-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#6b7280}@media (min-width: 768px){.about-description{font-size:1.125rem}}.about-tabs-wrapper{margin-bottom:1.5rem}.about-tab-buttons{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.about-tab-button{background:none;border:none;color:#6b7280;font-weight:600;padding:.25rem .5rem;border-radius:0;cursor:pointer;transition:color .3s ease;font-size:1rem;text-decoration:none}.about-tab-button:hover{color:#3b82f6}.about-tab-button.active{color:#3b82f6;border-bottom:2px solid #3b82f6}@media (max-width: 768px){.about-tab-button{font-size:.8rem}}.about-tab-content{min-height:150px}.about-tab-list{list-style:none;padding:0;margin:0}.about-tab-item{margin-bottom:1.25rem}.about-tab-title{font-size:1rem;font-weight:700;color:#1e40af;margin-bottom:.25rem}@media (min-width: 768px){.about-tab-title{font-size:1.125rem}}.about-tab-date{display:block;font-style:italic;color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.about-tab-text{color:#374151;line-height:1.6;font-size:.9375rem}@media (min-width: 768px){.about-tab-text{font-size:1rem}}.about-cv-button{display:inline-flex;align-items:center;background-color:#3b82f6;color:#fff;font-weight:700;padding:.5rem 1.25rem;border-radius:9999px;text-decoration:none;transition:all .3s ease;gap:.5rem;font-size:.875rem}.about-cv-button:hover{background-color:#2563eb;transform:translateY(-2px)}.about-cv-icon{width:1.25rem;height:1.25rem;background:transparent}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.skills-section{padding:4rem 0;background-color:#f8fafc;text-align:center;position:relative}.section-title{font-size:2.5rem;margin-bottom:.5rem}.section-subtitle{color:#6b7280;margin-bottom:2.5rem}.highlight{color:#3b82f6}.skills-wrapper{position:relative;width:100%;max-width:1000px;margin:0 auto;overflow:hidden}.skills-container{overflow:hidden;width:100%}.skills-track{display:flex;gap:2rem;width:fit-content;animation:scroll 25s linear infinite}.skill-item{flex:0 0 auto;width:120px;display:flex;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.skill-item:hover{transform:translateY(-5px)}.skill-item img{width:50px;height:50px;object-fit:contain;margin-bottom:.5rem}.skill-item span{font-weight:600;color:#1f2937}.skills-fade-left,.skills-fade-right{position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.skills-fade-left{left:0;background:linear-gradient(to right,#f8fafc 0%,transparent 100%)}.skills-fade-right{right:0;background:linear-gradient(to left,#f8fafc 0%,transparent 100%)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.section-title{font-size:2rem}.skill-item{width:100px;padding:.75rem}.skill-item img{width:40px;height:40px}.skills-track{gap:1rem}.skills-wrapper{max-width:90%}}body{font-family:Roboto,sans-serif;background-color:#f9fafb;margin:0;padding:0}.portfolio-section{padding:60px 20px}.container{max-width:1200px;margin:auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#111827}.tabs{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.tab-btn{padding:10px 20px;background-color:#e0e0e0;border:none;border-radius:25px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease}.tab-btn:hover{background-color:#ccc;transform:translateY(-2px)}.tab-btn.active{background-color:#2563eb;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.project-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;display:flex;flex-direction:column;transition:box-shadow .3s ease}.project-image{width:100%;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .3s ease}.project-image:hover img{transform:scale(1.1) rotate(1deg);filter:brightness(1.05)}.project-content{padding:1.5rem;display:flex;flex-direction:column}.project-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:#111827}.project-description{color:#4b5563;margin-bottom:1.25rem;line-height:1.5;font-size:1rem}.project-tech{margin-bottom:1.5rem}.tech-item{margin-bottom:.5rem}.tech-label{font-weight:600;color:#1f2937}.tech-value{color:#4b5563}.project-links{display:flex;justify-content:space-between;margin-top:auto}.project-link{display:inline-flex;align-items:center;gap:.4rem;color:#2563eb;font-weight:600;text-decoration:none;transition:all .2s ease}.project-link:hover{color:#1d4ed8;transform:translate(2px)}.view-more-wrapper{text-align:center;margin-top:30px}.view-more-btn{padding:12px 30px;font-size:1rem;border-radius:30px;border:none;background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.view-more-btn:hover{background-color:#1d4ed8;transform:translateY(-2px)}@media (max-width: 768px){.tabs{flex-direction:column;align-items:center}}:root{--primary: #3b82f6;--gray-100: #f3f4f6;--gray-700: #374151;--gray-900: #111827}.testimonialsContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem;overflow:hidden;background-color:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.sectionHeader{text-align:center;margin-bottom:3rem}.sectionHeader h2{font-size:2rem;color:var(--gray-900);margin-bottom:.5rem}.sectionHeader p{color:var(--gray-700);max-width:500px;margin:0 auto}.testimonialsWrapper{overflow:hidden}.testimonialsTrack{display:flex;gap:1.5rem;animation:scroll 30s linear infinite;width:2700px}.testimonialCard{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px #00000014;min-width:300px;transition:transform .3s ease,box-shadow .3s ease}.testimonialCard:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.quoteIcon svg{width:32px;height:32px;color:var(--primary);opacity:.5;margin-bottom:1rem}.quote{color:var(--gray-700);margin-bottom:1rem;font-style:italic}.testimonialFooter{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.name{font-weight:600;color:var(--gray-900)}.role{font-size:.875rem;color:var(--gray-700)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-900px)}}.testimonialsTrack:hover{animation-play-state:paused}@media (max-width: 768px){.testimonialsTrack{animation:scroll 20s linear infinite}.sectionHeader h2{font-size:1.75rem}}.container{max-width:1200px;margin:auto;padding:2rem 1rem}.text-center{text-align:center}.heading{font-size:2rem;font-weight:600;color:#333}.subheading{max-width:600px;margin:auto;color:#666;margin-top:.5rem}.contact-grid{display:flex;flex-direction:column;gap:2rem}.card{background:#fff;padding:1.5rem;border-radius:8px;width:100%}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#222}.info-group{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;gap:1rem;align-items:center}.icon{background-color:#e0f2ff;color:#007bff;font-size:1.25rem;height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.label{font-size:.875rem;color:#888;margin:0}a{color:#007bff;text-decoration:none;font-weight:500}a:hover{text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.mt{margin-top:2rem}.form-group{margin-bottom:1rem}input,textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:6px}.contactBtn{width:100%;padding:.75rem;background-color:#007bff;border:none;color:#fff;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer}.contactBtn:hover{background-color:#0056b3}.form-status{margin-top:1rem;text-align:center;font-weight:700;color:green}@media (min-width: 768px){.contact-grid{flex-direction:row}.card{max-width:48%}}.footer{background-color:#f8f9fa;padding:2rem 1rem;text-align:center;border-top:1px solid #eaeaea;width:100%}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer-nav a{color:#333;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:.95rem;position:relative}.footer-nav a:hover{color:#4a6cf7}.footer-nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#4a6cf7;transition:width .3s ease}.footer-nav a:hover:after{width:100%}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.social-link{color:#555;font-size:1.3rem;transition:all .3s ease;display:inline-flex;padding:.3rem}.social-link:hover{color:#4a6cf7;transform:translateY(-3px) scale(1.1)}.social-link:nth-child(1):hover{color:#1877f2}.social-link:nth-child(2):hover{color:#1da1f2}.social-link:nth-child(3):hover{color:#e1306c}.social-link:nth-child(4):hover{color:#0077b5}.copyright{color:#666;font-size:.9rem;margin-top:.5rem}@media (max-width: 600px){.footer-nav,.social-links{gap:1rem;margin-bottom:1rem}.social-link{font-size:1.2rem}}.loader{display:flex;justify-content:center;gap:6px;height:100vh;align-items:center}.loader-bar{width:4px;height:50px;animation:bounce .9s infinite}.bar1{background:#4c86f9}.bar2{background:#49a84c;animation-delay:.1s}.bar3{background:#f6bb02;animation-delay:.2s}.bar4{background:#f6bb02;animation-delay:.3s}.bar5{background:#2196f3;animation-delay:.4s}@keyframes bounce{0%,to{transform:scaleY(.1)}50%{transform:scaleY(1)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;background-color:#f9fafb}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{overflow-anchor:none}::-webkit-scrollbar{background-color:transparent;width:10px}::-webkit-scrollbar-thumb{background:linear-gradient(#21d4fd,#b721ff);border-radius:100px}
