@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{text-align:left;width:100%;height:100%;margin:0 auto}:root{--bg-color:#a9b7c9;--text-primary:#fff;--text-secondary:#e2e8f0;--text-light:#cbd5e1;--accent:#1155d4}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Outfit,sans-serif;overflow-x:hidden}.portfolio-container{flex-direction:column;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.navbar{z-index:1000;background-color:var(--bg-color);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5rem;display:flex;position:fixed;top:0;left:0}.logo{color:var(--accent)}.nav-links{color:var(--text-secondary);gap:3.5rem;font-size:1.15rem;font-weight:400;list-style:none;display:flex}.nav-links li{cursor:pointer;transition:color .3s;position:relative}.nav-links li:hover{color:var(--text-primary)}.nav-links .active{color:var(--text-primary);font-weight:500}.nav-links .active .dot{background-color:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.main-content{z-index:1;flex:1;justify-content:space-between;align-items:center;width:100%;max-width:1800px;margin:0 auto;padding:0 5rem;display:flex;position:relative}.about-content{max-width:1450px}.about-content .left-section{padding-left:4rem}.about-content .right-section{padding-right:2rem}.left-section{z-index:2;flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.title-wrapper{animation:1s ease-out fadeUp}.title{letter-spacing:-2.5px;color:var(--text-primary);font-size:6rem;font-weight:800;line-height:1.05}.about-title{letter-spacing:-3px;font-size:7.5rem}.accent-title{color:var(--accent)}.underline{background-color:var(--accent);border-radius:4px;width:100px;height:8px;margin-top:1.5rem}.subtitle{color:var(--text-primary);max-width:280px;margin-top:1.5rem;font-size:1.15rem;line-height:1.4;animation:1.1s ease-out fadeUp}.social-links{gap:1.5rem;margin-top:3rem;animation:1.2s ease-out fadeUp;display:flex}.social-links a{color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.social-links a:hover{color:var(--accent);transform:translateY(-4px)}.center-section{z-index:2;flex:1.5;justify-content:center;align-items:center;animation:1.3s ease-out fadeIn;display:flex}.projects-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:750px;display:grid}.project-card{background-color:var(--accent);border-radius:12px;flex-direction:column;height:580px;padding-bottom:1.2rem;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}.certification-card{height:460px!important}.project-card:hover{transform:translateY(-5px)}.card-img-placeholder{opacity:.95;background-color:#fff;border-radius:8px;height:280px;margin:12px 12px 0;overflow:hidden}.card-img{object-fit:contain;width:100%;height:100%;display:block}.card-content{color:#fff;flex-direction:column;flex:1;padding:1rem 1.2rem;display:flex}.card-tags{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:.4rem;height:64px;margin-bottom:.8rem;display:flex;overflow:hidden}.modal-body .card-tags{height:auto;max-height:120px;overflow-y:auto}.tag{background:#fff3;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.card-title{margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.card-desc{color:#ffffffd9;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.case-study-link{color:#fff;align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}.case-study-link:hover{opacity:.8}.live-demo-btn{background-color:var(--bg-color);color:var(--accent);border-radius:4px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .3s}.live-demo-btn:hover{background-color:#fff}.right-section{z-index:2;flex:1;justify-content:flex-end;display:flex}.intro-block{flex-direction:column;gap:1.5rem;max-width:400px;padding-left:2rem;animation:1.4s ease-out fadeUp;display:flex}.projects-right .intro-block{max-width:320px}.intro-label{color:var(--text-light);letter-spacing:1px;font-size:.9rem;font-weight:500}.intro-title{color:var(--text-primary);font-size:2.2rem;font-weight:700;line-height:1.2}.intro-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.15rem;font-weight:300;line-height:1.7}.light-desc{color:var(--text-primary);font-size:1.05rem;font-weight:400}.story-link{color:var(--accent);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.story-link:hover{gap:1rem}.connect-btn{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.connect-btn:hover{background-color:#0d40a0;transform:translateY(-2px)}.all-projects-content{width:100%;max-width:1400px;margin:0 auto;padding:0 5rem 5rem;animation:.8s ease-out fadeIn;display:block}.full-width-section{width:100%}.back-link{color:var(--text-light);margin-top:2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover{color:var(--text-primary)}.all-projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;max-width:100%}.contact-right{justify-content:flex-end;width:100%;display:flex}.contact-form{background-color:var(--accent);border-radius:12px;width:100%;max-width:480px;padding:3rem;animation:1.3s ease-out fadeIn;box-shadow:0 10px 40px #1155d426}.form-group{text-align:left;flex-direction:column;margin-bottom:1.5rem;display:flex}.form-group label{color:#ffffffe6;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:.9rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background-color:#fff3;border-color:#fff;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.contact-submit{background-color:var(--bg-color);width:100%;color:var(--accent);justify-content:center;margin-top:.5rem;padding:1rem;font-size:1.05rem}.contact-submit:hover{background-color:#fff;transform:translateY(-2px)}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background-color:#0a0f19d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:var(--bg-color);border-radius:16px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) fadeUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-close{color:#fff;cursor:pointer;z-index:10;opacity:.8;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:15px;right:20px}.modal-close:hover{opacity:1;background:#000c;transform:scale(1.1)}.modal-img-wrapper{background-color:var(--accent);border-radius:16px 16px 0 0;width:100%;height:400px}.modal-img{object-fit:cover;border-radius:16px 16px 0 0;width:100%;height:100%}.modal-body{background-color:var(--bg-color);border-radius:0 0 16px 16px;padding:3.5rem}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.gallery-btn{color:#fff;cursor:pointer;z-index:5;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-btn:hover{background-color:#000c;transform:translateY(-50%)scale(1.1)}.prev-btn{left:20px}.next-btn{right:20px}.gallery-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.g-dot{cursor:pointer;background-color:#fff6;border-radius:50%;width:12px;height:12px;transition:all .3s}.g-dot.active,.g-dot:hover{background-color:#fff;transform:scale(1.2)}.highlights-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2.5rem;max-width:1300px;margin:0 auto;padding:4rem 0;display:flex}.highlight-large-card{text-align:center;cursor:pointer;background:#ffffffe6;border:1px solid #fff;border-radius:24px;flex-direction:column;flex:0 380px;align-items:center;padding:3.5rem 2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #0000000d}.highlight-large-card:hover{border-color:var(--accent);background:#fff;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0000001a}.highlight-large-card .h-icon{color:var(--accent);margin-bottom:2rem;transition:transform .3s}.highlight-large-card:hover .h-icon{transform:scale(1.1)}.highlight-large-card .h-title{color:#1a202c;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.highlight-large-card .h-desc{color:#4a5568;opacity:.9;font-size:1.05rem;line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=1400px){.title{font-size:5rem}.main-content{padding:0 3rem}.projects-grid{gap:1rem}}@media (width<=1024px){.main-content{flex-direction:column;gap:3rem;padding:4rem 2rem}.left-section,.center-section,.right-section{text-align:center;flex:none;align-items:center;width:100%}.intro-block{align-items:center;padding-left:0}.subtitle{margin:1.5rem auto}.social-links{justify-content:center}}.fullscreen-overlay{z-index:3000;cursor:zoom-out;background-color:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.fullscreen-img{object-fit:contain;border-radius:4px;max-width:95%;max-height:95%;animation:.3s scaleUp;box-shadow:0 0 50px #00000080}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.navbar{justify-content:space-between;padding:1rem 1.5rem}.logo{font-size:1.8rem!important}.nav-links{gap:1.2rem;font-size:.9rem}.portfolio-container{padding-top:75px}.main-content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2.5rem;min-height:calc(100vh - 75px);padding:2rem 1.5rem}.about-content{padding:2rem 1.5rem}.about-content .left-section,.about-content .right-section{padding:0}.left-section{width:100%;height:auto}.title{letter-spacing:-1.5px;font-size:3.5rem}.about-title{letter-spacing:-2px;font-size:4.5rem}.underline{width:70px;height:6px;margin-top:1rem}.subtitle{max-width:100%;margin-top:1rem;font-size:1rem}.social-links{justify-content:flex-start;gap:1rem;margin-top:2rem}.center-section{width:100%}.projects-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.project-card{min-height:420px;height:auto!important}.certification-card{min-height:380px;height:auto!important}.card-img-placeholder{height:220px}.right-section{justify-content:flex-start;width:100%}.intro-block{gap:1rem;max-width:100%;padding-left:0}.intro-title{font-size:1.7rem}.intro-desc{margin-bottom:1rem;font-size:1rem}.all-projects-content{padding:0 1.5rem 3rem}.all-projects-grid{gap:1.5rem;grid-template-columns:1fr!important}.highlights-grid{gap:1.5rem;padding:2rem 0}.highlight-large-card{flex:0 100%;padding:2.5rem 2rem}.highlight-large-card .h-title{font-size:1.4rem}.contact-right{justify-content:flex-start;width:100%}.contact-form{width:100%;max-width:100%;padding:2rem 1.5rem}.contact-info a{font-size:1rem!important}.modal-content{border-radius:12px;width:95%;max-height:92vh}.modal-img-wrapper{height:220px}.modal-body{padding:1.5rem}.modal-title{font-size:1.7rem!important}.modal-desc{font-size:1rem!important}.card-tags{height:52px}.gallery-btn{width:38px;height:38px;font-size:1rem}}@media (width<=380px){.title{font-size:2.8rem}.about-title{font-size:3.5rem}.nav-links{gap:.8rem;font-size:.8rem}.navbar{padding:.8rem 1rem}}
