:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{scrollbar-width:none;-ms-overflow-style:none;max-width:100vw;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;margin:0;padding:0}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}::selection{background:0 0}::selection{background:0 0}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none}*{cursor:default!important}a,button{cursor:pointer!important}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:none!important;-ms-overflow-style:none!important}::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}html,body{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body{color:#fff;scrollbar-width:none;-ms-overflow-style:none;background:#0a0a0a;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden auto}body::-webkit-scrollbar{display:none}.loading-screen{z-index:9999;background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.terminal{background:#1a1a1a;border:1px solid #2ecc71;border-radius:8px;width:90%;min-width:280px;max-width:400px;box-shadow:0 8px 32px #2ecc714d}.terminal-header{background:#2ecc71;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.terminal-controls{gap:5px;display:flex}.control{border-radius:50%;width:12px;height:12px}.control.red{background:#ff5f56}.control.yellow{background:#ffbd2e}.control.green{background:#27ca3f}.terminal-title{color:#0a0a0a;font-size:14px;font-weight:700}.terminal-body{padding:20px;font-family:Courier New,monospace}.loading-text{align-items:center;gap:5px;display:flex}.prompt{color:#2ecc71;font-weight:700}.loading-command{color:#fff}.cursor{color:#2ecc71;animation:1s infinite blink}@media (min-width:1440px) and (max-width:1800px){.terminal{min-width:350px;max-width:500px}.terminal-header{padding:12px 18px}.terminal-title{font-size:16px}.terminal-body{padding:25px}.loading-text{font-size:16px}}@media (max-width:1024px) and (min-width:769px){.terminal{width:85%;min-width:320px;max-width:450px}.terminal-header{padding:11px 16px}.terminal-title{font-size:15px}.terminal-body{padding:22px}.loading-text{font-size:15px}}@media (min-width:820px) and (max-width:900px) and (min-height:1200px) and (max-height:1400px){.terminal{width:75%;min-width:320px;max-width:380px}.terminal-header{padding:10px 15px}.terminal-title{font-size:14px}.terminal-body{padding:20px}.loading-text{font-size:15px}}@media (max-width:768px){.terminal{width:90%;min-width:260px;max-width:350px;margin:20px}.terminal-header{padding:8px 12px}.terminal-title{font-size:13px}.terminal-body{padding:15px}.loading-text{gap:3px;font-size:14px}.control{width:10px;height:10px}}@media (max-width:480px){.terminal{width:95%;min-width:240px;max-width:280px;margin:15px}.terminal-header{padding:6px 10px}.terminal-title{font-size:12px}.terminal-body{padding:12px}.loading-text{gap:2px;font-size:13px}.control{width:8px;height:8px}}@media (max-width:320px){.terminal{width:98%;min-width:220px;max-width:250px;margin:10px}.terminal-header{padding:5px 8px}.terminal-title{font-size:11px}.terminal-body{padding:10px}.loading-text{gap:2px;font-size:12px}.control{width:7px;height:7px}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.left-sidebar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border:2px solid #2ecc71;border-radius:20px;flex-direction:column;width:250px;height:calc(100vh - 30px);display:flex;position:fixed;top:15px;left:15px;box-shadow:0 10px 30px #2ecc7133}.right-sidebar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border:2px solid #2ecc71;border-radius:20px;width:200px;height:calc(100vh - 30px);position:fixed;top:15px;right:15px;box-shadow:0 10px 30px #2ecc7133}.main-content{scrollbar-width:none;-ms-overflow-style:none;background:#0a0a0a;height:auto;min-height:100vh;margin-left:280px;margin-right:230px;position:relative;overflow-y:auto}.main-content::-webkit-scrollbar{display:none}.profile-header{text-align:center;border-bottom:1px solid #2ecc714d;border-radius:20px 20px 0 0;flex-shrink:0;padding:25px 20px 20px}.profile-content{scrollbar-width:none;-ms-overflow-style:none;background:#0a0a0acc;border-radius:8px;flex:1;margin:0 10px;padding:20px;overflow-y:auto}.profile-content::-webkit-scrollbar{display:none}.social-footer{border-top:1px solid #2ecc714d;border-radius:0 0 20px 20px;flex-shrink:0;padding:15px 20px}.profile-container{text-align:center}.profile-image{margin-bottom:20px;display:inline-block;position:relative}.profile-image .profile-img{object-fit:cover;border:3px solid #2ecc71;border-radius:50%;width:120px;height:120px;transition:all .3s}.profile-overlay{opacity:0;background:linear-gradient(45deg,#0000 0%,#2ecc714d 100%);border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.profile-image:hover .profile-overlay{opacity:1}.profile-image:hover .profile-img{transform:scale(1.05);box-shadow:0 8px 25px #2ecc7166}.profile-name{color:#2ecc71;margin-bottom:5px;font-size:1.3rem;font-weight:600}.profile-title{color:#ccc;font-size:.9rem}.profile-details{margin-bottom:30px}.detail-item{align-items:center;gap:3px;margin-bottom:12px;font-size:.85rem;display:flex}.detail-item i{color:#2ecc71;text-align:center;width:16px;font-size:14px}.section-divider{opacity:.5;background:linear-gradient(90deg,#0000 0%,#2ecc71 50%,#0000 100%);width:100%;height:1px;margin:25px 0}.skills-section h3{color:#2ecc71;text-align:left;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:1.1rem}.skill-item{margin-bottom:25px}.skill-name{color:#fff;margin-bottom:12px;font-size:.9rem;font-weight:500;display:block}.skill-bar-container{align-items:center;gap:12px;display:flex}.skill-bar{background:#333;border-radius:4px;flex:1;height:8px;position:relative;overflow:hidden}.skill-progress{background:linear-gradient(90deg,#2ecc71 0%,#27ae60 100%);border-radius:4px;height:100%;transition:width 1.5s}.skill-percentage{color:#2ecc71;text-align:right;min-width:35px;font-size:.85rem;font-weight:600}.tools-section{margin-bottom:30px}.tools-section h3{color:#2ecc71;text-align:left;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:1.1rem}.tool-badges{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.tool-badge{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:1px solid #333;border-radius:15px;padding:6px 12px;font-size:.75rem;transition:all .3s}.tool-badge i{color:#2ecc71;margin-right:5px}.tool-badge:hover{color:#0a0a0a;background:#2ecc71;transform:translateY(-2px)}.languages-section{margin-bottom:30px}.languages-section h3{color:#2ecc71;text-align:left;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:1.1rem}.language-item{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.9rem;display:flex}.lang-name{font-weight:500}.lang-level{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc714d;border-radius:10px;padding:2px 8px;font-size:.8rem}.download-section{text-align:left;margin-bottom:20px}.btn-download{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);border:none;border-radius:25px;justify-content:center;align-items:center;gap:8px;width:fit-content;min-width:140px;margin:0 auto;padding:12px 20px;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.btn-download:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2ecc7166}@media (max-width:768px){.btn-download{min-width:120px;padding:10px 16px;font-size:.8rem}.btn-download .svg-icon{width:14px;height:14px}}@media (max-width:480px){.btn-download{min-width:110px;padding:8px 12px;font-size:.75rem}.btn-download .svg-icon{width:12px;height:12px}}.social-links{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.social-link{color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link i{font-size:16px;transition:all .3s}.social-link:hover{background:#2ecc71;border-color:#2ecc71;transform:translateY(-2px);box-shadow:0 8px 20px #2ecc714d}.main-nav{border-radius:20px;flex-direction:column;justify-content:flex-start;gap:8px;height:100%;padding:30px 15px;display:flex}.nav-item{cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;transition:all .3s;display:flex;position:relative}.nav-item:before{content:"";background:#2ecc71;border-radius:2px;width:4px;height:0;transition:height .3s;position:absolute;top:50%;left:-2px;transform:translateY(-50%)}.nav-item:hover:before{height:60%}.nav-item i,.nav-item .svg-icon{flex-shrink:0;margin-bottom:0;font-size:1.2rem;transition:all .3s;display:inline-block}.nav-item span{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.85rem;font-weight:500}.nav-item:hover,.nav-item.active{background:#2ecc711a;border-color:#2ecc71}.nav-item:hover i,.nav-item.active i{color:#2ecc71;transform:scale(1.1)}.nav-item:hover span,.nav-item.active span{color:#2ecc71}.page{scrollbar-width:none;-ms-overflow-style:none;opacity:0;background:#0a0a0a;flex-direction:column;width:100%;height:auto;min-height:100vh;transition:all .3s;display:flex;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(50px)}.page::-webkit-scrollbar{display:none}.page.active{opacity:1;transform:translate(0)}.page-content{z-index:2;flex:1;padding:40px;position:relative}.page-title{color:#2ecc71;text-align:center;margin-bottom:40px;font-size:2.5rem;position:relative}.page-title:after{content:"";background:#2ecc71;border-radius:2px;width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.hero-content{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:calc(100vh - 160px);padding:0 40px;display:grid;position:relative}.hero-text h1{margin-bottom:20px;font-size:2.5rem;line-height:1.2}.highlight{color:#2ecc71;position:relative}.highlight:after{content:"";background:#2ecc71;width:100%;height:3px;animation:1s forwards underlineGrow;position:absolute;bottom:-5px;left:0}@keyframes underlineGrow{0%{width:0}to{width:100%}}.typed-text{color:#2ecc71;min-height:60px;margin-bottom:30px;font-size:1.8rem;font-weight:500}.hero-description{color:#ccc;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.hero-buttons{z-index:100;gap:20px;display:flex;position:relative}.btn{cursor:pointer;z-index:100;border:none;border-radius:25px;align-items:center;gap:8px;padding:15px 30px;font-size:1rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2ecc7166}.btn-secondary{color:#2ecc71;background:0 0;border:2px solid #2ecc71}.btn-secondary:hover{color:#0a0a0a;background:#2ecc71;transform:translateY(-2px)}.btn-primary.loading{cursor:wait;opacity:.8;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%)}.btn-primary.success{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%);transform:translateY(-1px);box-shadow:0 4px 15px #2ecc7166}.button-content{align-items:center;gap:8px;display:flex}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message{border-left:3px solid;border-radius:6px;align-items:center;gap:10px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.message.success{color:#2ecc71;background:#2ecc711a}.message.error{color:#e74c3c;background:#e74c3c1a}.message p{margin:0;line-height:1.4}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.code-animation{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:30px;font-family:Courier New,monospace;position:relative;box-shadow:0 10px 30px #00000080}.code-animation:before{content:"";z-index:-1;background:linear-gradient(45deg,#2ecc71,#27ae60,#2ecc71);border-radius:12px;animation:3s ease-in-out infinite codeShine;position:absolute;inset:-2px}@keyframes codeShine{0%,to{opacity:.5}50%{opacity:1}}.code-line{opacity:0;margin-bottom:8px;animation:.8s forwards codeTypeIn}.code-line:first-child{animation-delay:.5s}.code-line:nth-child(2){animation-delay:1s}.code-line:nth-child(3){animation-delay:1.5s}.code-line.indent{padding-left:20px}@keyframes codeTypeIn{to{opacity:1}}.code-keyword{color:#ff79c6}.code-function{color:#50fa7b}.code-string{color:#f1fa8c}.code-bracket{color:#8be9fd}.code-semicolon{color:#6272a4}.floating-icons{pointer-events:none;width:100%;height:100%;position:absolute}.floating-icon{color:#2ecc71;font-size:2rem;animation:6s ease-in-out infinite float;position:absolute}.floating-icon:first-child{animation-delay:0s;top:10%;left:10%}.floating-icon:nth-child(2){animation-delay:1s;top:20%;right:15%}.floating-icon:nth-child(3){animation-delay:2s;bottom:30%;left:20%}.floating-icon:nth-child(4){animation-delay:3s;bottom:15%;right:10%}.floating-icon:nth-child(5){animation-delay:4s;top:50%;left:5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.expertise-row-3{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;max-width:1200px;margin-bottom:25px;margin-left:auto;margin-right:auto;display:grid}.expertise-row-2{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;max-width:800px;margin-bottom:25px;margin-left:auto;margin-right:auto;display:grid}.expertise-card{text-align:left;background:#1a1a1a;border:1px solid #333;border-radius:10px;flex-direction:column;justify-content:space-between;height:auto;min-height:250px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.expertise-card:before{content:"";background:linear-gradient(90deg,#0000,#2ecc711a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.expertise-card:hover:before{left:100%}.expertise-card:hover{border-color:#2ecc71;transform:translateY(-10px);box-shadow:0 15px 40px #2ecc7133}.expertise-card h3{color:#2ecc71;margin-bottom:15px;font-size:1.4rem;font-weight:600;line-height:1.3}.expertise-card p{color:#ccc;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:justify;flex:1;margin:0;font-size:.9rem;line-height:1.5}.code-background{z-index:1;opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.code-snippet{color:#2ecc71;white-space:nowrap;font-family:Courier New,monospace;font-size:14px;position:absolute}.code-snippet-full{color:#2ecc71;white-space:pre;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding:1rem;font-family:Courier New,monospace;font-size:13px;line-height:1.4;display:flex;position:absolute;top:0;left:0;overflow:hidden}.code-line{opacity:.6;width:100%;min-height:1.2em;margin-bottom:.2rem;font-size:12px;transition:opacity .3s;display:block;position:relative}.code-snippet-full .code-line{text-align:left;white-space:pre;padding-left:0;font-family:Courier New,monospace}.code-line:empty:before{content:" ";opacity:0}.code-snippet-full .code-line:first-child,.code-snippet-full .code-line:nth-child(2),.code-snippet-full .code-line:nth-child(3),.code-snippet-full .code-line:nth-child(4),.code-snippet-full .code-line:nth-child(5),.code-snippet-full .code-line:nth-child(6){padding-left:5%}.code-snippet-full .code-line:nth-child(7){padding-left:7%}.code-snippet-full .code-line:nth-child(8){padding-left:9%}.code-snippet-full .code-line:nth-child(9){padding-left:11%}.code-snippet-full .code-line:nth-child(10){padding-left:9%}.code-snippet-full .code-line:nth-child(11){padding-left:11%}.code-snippet-full .code-line:nth-child(12){padding-left:7%}.code-snippet-full .code-line:nth-child(13){padding-left:9%}.code-snippet-full .code-line:nth-child(14){padding-left:7%}.code-snippet-full .code-line:nth-child(15){padding-left:9%}.code-snippet-full .code-line:nth-child(16){padding-left:7%}.code-snippet-full .code-line:nth-child(17),.code-snippet-full .code-line:nth-child(n+18){padding-left:5%}.background-grid{grid-template-columns:1fr 1fr;gap:60px;margin-top:20px;margin-bottom:40px;display:grid}.background-section{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:30px}.background-section::-webkit-scrollbar{display:none}.education-section,.experience-section{max-height:400px;overflow-y:auto}.section-subtitle{color:#2ecc71;align-items:center;gap:15px;margin-bottom:30px;font-size:1.5rem;display:flex;position:relative}.section-subtitle:after{content:"";background:linear-gradient(90deg,#2ecc71,#0000);flex:1;height:2px;margin-left:15px}.section-subtitle i{color:#0a0a0a;background:#2ecc71;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.timeline{padding-left:30px;position:relative}.timeline:before{content:"";background:#333;width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{margin-bottom:40px;position:relative}.timeline-dot{background:#2ecc71;border:3px solid #1a1a1a;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse;position:absolute;top:20px;left:-35px}@keyframes pulse{0%{box-shadow:0 0 #2ecc71b3}70%{box-shadow:0 0 0 10px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}.timeline-content{background:#0f0f0f;border:1px solid #333;border-radius:8px;padding:20px;transition:all .3s}.timeline-content:before{content:"";border:8px solid #0000;border-right-color:#0f0f0f;position:absolute;top:20px;left:-10px}.timeline-content:hover{border-color:#2ecc71;transform:translate(5px)}.timeline-content h3{color:#2ecc71;margin-bottom:5px;font-style:normal;transform:none}.timeline-content h4{color:#fff;margin-bottom:10px;font-style:normal;font-weight:500;transform:none}.timeline-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.timeline-date{color:#0a0a0a;background:#2ecc71;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-block}.timeline-grade{color:#2ecc71;background:#2ecc7133;border:1px solid #2ecc7166;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-block}.certifications{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cert-badge{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc714d;border-radius:10px;padding:4px 8px;font-size:.8rem}.experience-list{flex-direction:column;gap:30px;display:flex}.experience-item{background:#0f0f0f;border:1px solid #333;border-radius:10px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.experience-item:before{content:"";background:linear-gradient(90deg,#0000,#2ecc710d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.experience-item:hover:before{left:100%}.experience-item:hover{border-color:#2ecc71;transform:translateY(-5px);box-shadow:0 10px 30px #2ecc711a}.exp-header{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.exp-header h3{color:#2ecc71;font-size:1.3rem}.exp-date{color:#0a0a0a;white-space:nowrap;background:#2ecc71;border-radius:15px;padding:6px 12px;font-size:.85rem;font-weight:600}.experience-item h4{color:#fff;margin-bottom:15px;font-size:1.1rem;font-style:normal;font-weight:500;transform:none}.experience-item p{color:#ccc;margin-bottom:15px;line-height:1.6}.exp-achievements{margin-top:15px;padding-left:0;list-style:none}.exp-achievements li{color:#ccc;margin-bottom:8px;padding-left:20px;line-height:1.5;position:relative}.exp-achievements li:before{content:"▶";color:#2ecc71;font-size:.8rem;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}.timeline-content p{color:#ccc;margin-bottom:15px;line-height:1.6}.timeline-content .exp-achievements{margin-top:10px;padding-left:0;list-style:none}.timeline-content .exp-achievements li{color:#ccc;margin-bottom:6px;padding-left:18px;font-size:.9rem;line-height:1.5;position:relative}.timeline-content .exp-achievements li:before{content:"▶";color:#2ecc71;font-size:.75rem;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}.services-page{min-height:100vh;overflow-y:auto}.services-page .page-content{flex-direction:column;min-height:calc(100vh - 160px);display:flex}.services-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:25px;max-width:1000px;margin:20px auto 40px;display:grid}.service-card{text-align:left;background:#1a1a1a;border:1px solid #333;border-radius:10px;flex-direction:column;justify-content:space-between;height:auto;min-height:250px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg,#0000,#2ecc711a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.service-card:hover:before{left:100%}.service-card:hover{border-color:#2ecc71;transform:translateY(-10px);box-shadow:0 15px 40px #2ecc7133}.service-card h3{color:#2ecc71;margin-bottom:15px;font-size:1.4rem;font-weight:600;line-height:1.3}.service-card p{color:#ccc;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:justify;flex:1;margin:0;font-size:.9rem;line-height:1.5}.portfolio-filters{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px;display:flex}.filter-btn{color:#ccc;cursor:pointer;background:0 0;border:2px solid #333;border-radius:25px;padding:10px 20px;font-weight:500;transition:all .3s}.filter-btn:hover,.filter-btn.active{color:#0a0a0a;background:#2ecc71;border-color:#2ecc71;transform:translateY(-2px)}.portfolio-page{min-height:100vh}.portfolio-page .page-content{min-height:calc(100vh - 120px);padding-bottom:120px}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:grid}.portfolio-item{background:#1a1a1a;border:1px solid #333;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.portfolio-item:hover{border-color:#2ecc71;box-shadow:0 15px 40px #2ecc7133}.portfolio-card-inner{flex-direction:column;height:100%;display:flex}.portfolio-image{background:#0a0a0a;width:100%;height:200px;position:relative;overflow:hidden}.portfolio-iframe-container{width:100%;height:100%;position:relative;overflow:hidden}.portfolio-iframe{transform-origin:0 0;pointer-events:none;background:#fff;border:none;width:125%;height:125%;transform:scale(.8)}.portfolio-iframe-overlay{z-index:1;background:0 0;position:absolute;inset:0}.portfolio-placeholder{color:#2ecc71;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.portfolio-placeholder-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.portfolio-placeholder p{opacity:.7;font-size:1.1rem}.portfolio-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.portfolio-item:hover .portfolio-image img{transform:scale(1.1)}.portfolio-hover-overlay{text-align:center;opacity:0;z-index:2;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-item:hover .portfolio-hover-overlay{opacity:1}.portfolio-hover-overlay h3{color:#2ecc71;margin-bottom:15px;font-size:1.3rem}.portfolio-hover-overlay p{color:#ccc;line-height:1.5}.portfolio-info{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.portfolio-title{color:#2ecc71;margin:0;font-size:1.2rem;font-weight:600}.portfolio-description{color:#999;flex:1;margin:0;font-size:.9rem;line-height:1.5}.portfolio-actions{flex-wrap:wrap;gap:10px;display:flex}.portfolio-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:100px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.portfolio-btn-primary{color:#0a0a0a;background:#2ecc71;border:2px solid #2ecc71}.portfolio-btn-primary:hover{background:#27ae60;border-color:#27ae60}.portfolio-btn-secondary{color:#2ecc71;background:0 0;border:2px solid #2ecc71}.portfolio-btn-secondary:hover{background:#2ecc711a}.portfolio-overlay,.portfolio-item:hover .portfolio-overlay,.portfolio-links,.portfolio-link{display:none}.portfolio-modal{z-index:10000;background:#000000f2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.portfolio-modal-content{background:#1a1a1a;border:2px solid #2ecc71;border-radius:12px;flex-direction:column;width:95%;max-width:1400px;height:90vh;display:flex;box-shadow:0 20px 60px #2ecc714d}.portfolio-modal-header{background:#2ecc710d;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:20px 30px;display:flex}.portfolio-modal-info h3{color:#2ecc71;margin-bottom:5px;font-size:1.5rem}.portfolio-modal-info p{color:#999;font-size:.95rem}.portfolio-modal-close{cursor:pointer;color:#0a0a0a;background:#2ecc71;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.portfolio-modal-close:hover{background:#27ae60;transform:rotate(90deg)}.portfolio-modal-body{background:#fff;flex:1;position:relative;overflow:hidden}.portfolio-modal-iframe{border:none;width:100%;height:100%}.portfolio-modal-footer{background:#2ecc710d;border-top:1px solid #333;gap:15px;padding:20px 30px;display:flex}.portfolio-modal-btn{color:#0a0a0a;background:#2ecc71;border:2px solid #2ecc71;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.portfolio-modal-btn:hover{background:#27ae60;border-color:#27ae60;transform:translateY(-2px)}.portfolio-modal-btn:nth-child(2){color:#2ecc71;background:0 0}.portfolio-modal-btn:nth-child(2):hover{background:#2ecc711a}.home-page,.portfolio-page{flex-direction:column;min-height:100vh;display:flex;position:relative}.expertise-page,.contact-page{height:100vh;min-height:100vh;position:relative;overflow-y:auto}.expertise-page .page-content,.contact-page .page-content{max-width:1200px;margin:0 auto;padding:40px 20px 20px}.background-page{height:auto;position:relative}.page-content{padding-bottom:40px}.svg-icon{vertical-align:middle;transition:all .3s;display:inline-block}.nav-item .svg-icon,.nav-item.active .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%)}.contact-icon{background:#2ecc71;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.contact-icon .svg-icon{filter:brightness(0)saturate()invert(0%)sepia()saturate(7500%)hue-rotate()brightness(0%)contrast()}.detail-item .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%);margin-right:8px}.tool-badge .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%);margin-right:6px}.btn .svg-icon{filter:brightness(0)saturate()invert()sepia(0%)saturate(7500%)hue-rotate()brightness()contrast();margin-right:6px}.btn-secondary .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%)}.btn-download .svg-icon{filter:brightness(0)saturate()invert();flex-shrink:0;width:16px;height:16px;margin-right:4px}.social-link .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%)}.floating-icon .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%);opacity:.6}.page-footer{z-index:10;clear:both;background:#1a1a1a;border-top:1px solid #333;flex-shrink:0;margin-top:auto;padding:12px 40px;position:relative}.services-page .page-footer{margin-top:auto}.contact-container{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:60px;width:100%;max-width:100%;margin-top:30px;margin-bottom:40px;display:grid}.contact-info h3{color:#2ecc71;margin-bottom:15px;font-size:1.5rem}.contact-info p{color:#ccc;margin-bottom:25px;line-height:1.6}.contact-details{flex-direction:column;gap:18px;display:flex}.contact-item{background:#1a1a1a;border:1px solid #333;border-radius:10px;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex}.contact-item:hover{border-color:#2ecc71;transform:translateY(-2px)}.contact-item i{color:#0a0a0a;background:#2ecc71;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;display:flex}.contact-item h4{color:#2ecc71;margin-bottom:5px}.contact-item p{color:#ccc;margin:0}.contact-form{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:25px}.form-group{margin-bottom:18px}.form-group input,.form-group textarea{color:#fff;box-sizing:border-box;background:#0f0f0f;border:1px solid #333;border-radius:8px;width:100%;max-width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:all .3s;overflow-x:hidden}.form-group input:focus,.form-group textarea:focus{border-color:#2ecc71;outline:none;box-shadow:0 0 0 2px #2ecc7133}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group textarea{resize:vertical;min-height:90px}.footer-content{color:#ccc;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.footer-content i{color:#2ecc71;margin:0 5px}@media (max-width:1200px){.expertise-row-3{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px}.expertise-row-2{align-items:stretch;gap:20px}.expertise-card{height:auto;min-height:220px;padding:18px}.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.background-grid{grid-template-columns:1fr;gap:40px}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:25px;max-width:800px}.services-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;max-width:700px;margin-bottom:30px}.service-card{height:auto;min-height:220px;padding:18px}.services-page .page-content{min-height:calc(100vh - 120px)}.contact-container{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.contact-form{padding:20px}.background-section{max-height:none}}@media (max-width:968px){.expertise-row-3,.expertise-row-2{grid-template-columns:1fr;align-items:stretch;gap:20px}.expertise-card{height:auto;min-height:200px;padding:18px}.expertise-page .page-content{box-sizing:border-box;width:100%;max-width:100vw;padding:20px 10px;overflow-x:hidden}.services-grid{grid-template-columns:1fr;align-items:stretch;gap:15px;max-width:350px;margin-bottom:20px}.service-card{height:auto;min-height:200px;padding:18px}.service-card h3{margin-bottom:12px;font-size:1.2rem;line-height:1.3}.service-card p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:justify;margin:0;font-size:.85rem;line-height:1.5}.services-page .page-content{min-height:calc(100vh - 100px)}.portfolio-grid{grid-template-columns:1fr;gap:20px;max-width:400px}.left-sidebar,.right-sidebar{display:none}.main-content{margin-left:0;margin-right:0;padding:0 15px}.page-content{padding:20px}.hero-content{padding:0 20px}.contact-container{margin-bottom:30px}.contact-form{padding:20px}.education-section,.experience-section{max-height:none}.timeline-meta{flex-direction:column;align-items:flex-start;gap:6px}.timeline-date,.timeline-grade{padding:3px 8px;font-size:.75rem}.timeline-content h3{font-size:.95rem}.timeline-content h4{font-size:.9rem}}@media (max-width:1024px){.left-sidebar{width:220px;left:10px}.right-sidebar{width:180px;right:10px}.main-content{margin-left:250px;margin-right:210px}.hero-content{gap:40px;padding:0 30px}.testimonials-section{margin:30px}}@media (max-width:768px){.page-title,.hero-text h1{font-size:2rem}.typed-text{font-size:1.5rem}.hero-buttons,.portfolio-filters{flex-direction:column;align-items:center}}.testimonials-section{text-align:left;z-index:10;margin:40px;position:relative}.section-title{color:#2ecc71;text-align:left;margin-bottom:30px;font-size:1.8rem;font-weight:600;position:relative}.section-title:after{content:"";background:linear-gradient(90deg,#2ecc71,#27ae60);border-radius:2px;width:60px;height:2px;position:absolute;bottom:-8px;left:0}.scrolling-cards-container{background:#1a1a1a4d;border:1px solid #2ecc7133;border-radius:12px;width:100%;height:200px;margin:20px 0;padding:20px 0;position:relative;overflow:hidden}.scrolling-cards{will-change:transform;gap:30px;width:max-content;display:flex}.scroll-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;background:#1a1a1af2;border:1px solid #2ecc714d;border-radius:10px;flex-shrink:0;width:380px;min-width:380px;padding:16px;position:relative;box-shadow:0 4px 20px #0006}.scroll-card:before{content:"";z-index:-1;background:linear-gradient(45deg,#2ecc710d,#27ae600d);border-radius:10px;position:absolute;inset:0}.testimonial-card{flex-direction:column;gap:10px;display:flex}.testimonial-header{border-bottom:1px solid #2ecc7133;margin-bottom:8px;padding-bottom:8px}.testimonial-header h4{color:#2ecc71;margin-bottom:3px;font-size:.95rem;font-weight:600}.testimonial-role{color:#aaa;margin-bottom:6px;font-size:.8rem;line-height:1.2}.rating{gap:1px;margin-bottom:0;display:flex}.star{opacity:.9;font-size:.75rem}.testimonial-message{color:#e8e8e8;text-align:left;flex-grow:1;font-size:.8rem;font-style:italic;line-height:1.4}.scroll-card p{text-align:left;margin-bottom:6px;font-size:.8rem;line-height:1.3}.scroll-card p:first-child{color:#2ecc71;font-size:.9rem;font-weight:600}.scroll-card p:nth-child(2){color:#e8e8e8}.scroll-card p:last-child{color:#bbb;margin-bottom:0}@media (max-width:768px){.testimonials-section{margin:30px 20px}.section-title{margin-bottom:25px;font-size:1.6rem}.scrolling-cards-container{height:220px;margin:15px 0;padding:18px 0}.scroll-card{width:320px;min-width:320px;padding:14px}.testimonial-header h4{font-size:.9rem}.testimonial-role,.testimonial-message{font-size:.75rem}}@media (max-width:480px){.testimonials-section{margin:20px 15px}.section-title{font-size:1.4rem}.scrolling-cards-container{height:240px}.scroll-card{width:300px;min-width:300px;padding:12px}.testimonial-header h4{font-size:.85rem}.testimonial-role,.testimonial-message{font-size:.7rem}}.mobile-menu-btn{z-index:1002;color:#2ecc71;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #2ecc71;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:16px;transition:all .3s;display:none;position:fixed;box-shadow:0 2px 10px #2ecc7133}.mobile-menu-btn .svg-icon{filter:brightness(0)saturate()invert(55%)sepia(85%)saturate(380%)hue-rotate(95deg)brightness(96%)contrast(89%)}.mobile-menu-btn:hover{background:#2ecc711a;transform:scale(1.1);box-shadow:0 4px 15px #2ecc7166}.mobile-left-menu-btn{top:20px;left:20px}.mobile-right-menu-btn{top:20px;right:20px}.mobile-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.mobile-overlay.active{display:block}@media (max-width:1024px){.left-sidebar{width:220px;left:10px}.right-sidebar{width:180px;right:10px}.main-content{margin-left:250px;margin-right:210px}.code-animation{max-width:350px;padding:20px}.code-line{font-size:.9rem}.floating-icon{font-size:1.5rem}}@media (max-width:768px){.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.left-sidebar{z-index:1001!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%)!important;border:2px solid #2ecc71!important;border-radius:0!important;width:280px!important;height:100vh!important;transition:left .3s!important;position:fixed!important;top:0!important;left:-280px!important;transform:none!important;box-shadow:0 10px 30px #2ecc7133!important}.right-sidebar{z-index:1001!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%)!important;border:2px solid #2ecc71!important;border-radius:0!important;width:250px!important;height:100vh!important;transition:right .3s!important;position:fixed!important;top:0!important;right:-250px!important;transform:none!important;box-shadow:0 10px 30px #2ecc7133!important}.left-sidebar.mobile-active{visibility:visible!important;opacity:1!important;display:flex!important;left:0!important;box-shadow:0 10px 30px #2ecc7133!important}.right-sidebar.mobile-active{visibility:visible!important;opacity:1!important;display:block!important;right:0!important;box-shadow:0 10px 30px #2ecc7133!important}body.left-sidebar-open .mobile-left-menu-btn,body.right-sidebar-open .mobile-right-menu-btn{opacity:0;pointer-events:none;transform:scale(.8)}body.left-sidebar-open,body.right-sidebar-open{width:100%!important;height:100%!important;position:fixed!important;overflow:hidden!important}.main-content{padding-top:80px;box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;overflow-x:hidden!important}.hero-content{padding:20px}.contact-container{box-sizing:border-box;grid-template-columns:1fr;gap:30px;width:100%;max-width:100vw;margin-top:20px;padding:20px 15px;overflow-x:hidden}.contact-info,.contact-form{box-sizing:border-box;width:100%;max-width:100%;margin-bottom:20px;overflow-x:hidden}.contact-page .page-content{box-sizing:border-box;width:100%;max-width:100vw;padding:20px 10px 80px;overflow-x:hidden}.contact-page .page-title{text-align:center;box-sizing:border-box;width:100%;margin-bottom:20px;font-size:2rem}.mobile-menu-btn{-webkit-backdrop-filter:blur(15px)}.contact-details{box-sizing:border-box;gap:15px;width:100%}.contact-item{box-sizing:border-box;width:100%;max-width:100%;padding:12px;overflow-x:hidden}.contact-form{box-sizing:border-box;width:100%;max-width:100%;padding:20px 15px;overflow-x:hidden}.page-footer{display:none!important}.code-animation{max-width:280px;margin:0 auto;padding:15px 20px}.code-line{margin-bottom:6px;font-size:.8rem}.floating-icon{font-size:1.3rem}.hero-visual{padding:0 10px}}@media (min-width:820px) and (max-width:900px) and (min-height:1200px) and (max-height:1400px){.mobile-menu-btn{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.mobile-left-menu-btn .svg-icon,.mobile-right-menu-btn .svg-icon{width:20px;height:20px}.mobile-left-menu-btn{top:20px;left:20px}.mobile-right-menu-btn{top:20px;right:20px}.main-content{padding-top:80px}.left-sidebar{width:280px!important}.right-sidebar{width:250px!important}.left-sidebar.mobile-active{left:0!important}.right-sidebar.mobile-active{right:0!important}}@media (max-width:480px){.mobile-left-menu-btn,.mobile-right-menu-btn{justify-content:center;align-items:center;width:45px;height:45px;display:flex}.mobile-left-menu-btn .svg-icon,.mobile-right-menu-btn .svg-icon{width:18px;height:18px;font-size:14px;top:15px}.mobile-left-menu-btn{left:15px}.mobile-right-menu-btn{right:15px}.left-sidebar,.right-sidebar{width:100%}.main-content{padding-top:70px}.hero-content{padding:15px}.hero-text h1{font-size:1.8rem}.typed-text{font-size:1.2rem}.page-title{margin-bottom:20px;font-size:1.8rem}.contact-container{gap:20px;padding:15px}.contact-info h3{font-size:1.3rem}.contact-form{padding:15px 10px}.form-group input,.form-group textarea{padding:10px;font-size:.9rem}.code-animation{max-width:240px;padding:12px 15px}.code-line{margin-bottom:5px;font-size:.7rem}.code-line.indent{padding-left:15px}.floating-icon{font-size:1.1rem}}@media (max-width:320px){.mobile-left-menu-btn,.mobile-right-menu-btn{justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;display:flex;top:10px}.mobile-left-menu-btn .svg-icon,.mobile-right-menu-btn .svg-icon{width:16px;height:16px}.mobile-left-menu-btn{left:10px}.mobile-right-menu-btn{right:10px}.main-content{padding-top:60px}.hero-content{padding:10px}.hero-text h1{font-size:1.5rem}.typed-text{font-size:1rem}.profile-image{width:100px!important;height:100px!important}.profile-name{font-size:1.2rem}.profile-title{font-size:.9rem}.nav-item{padding:12px 15px}.nav-item span{font-size:.9rem}.code-animation{max-width:200px;padding:10px 12px}.code-line{margin-bottom:4px;font-size:.65rem}.code-line.indent{padding-left:12px}.floating-icon{font-size:1rem}}@media (max-height:500px) and (orientation:landscape){.left-sidebar,.right-sidebar{overflow-y:auto}.profile-header{padding:15px 20px 10px}.profile-image{width:80px!important;height:80px!important}.main-nav{padding:10px}.nav-item{margin-bottom:5px;padding:8px 12px}}@media (min-width:1440px) and (max-width:1800px) and (min-height:2000px){.main-content{padding:0 60px}.page-content{max-width:1400px;margin:0 auto;padding:40px 60px}.hero-content{padding:60px 80px}.hero-text h1{font-size:3.5rem}.typed-text{font-size:2rem}.contact-container{gap:80px;margin-top:50px}.expertise-grid{gap:40px}.timeline-item{padding:30px}}@media (min-width:768px) and (max-width:900px) and (min-height:2000px){.main-content{padding:0 30px}.page-content{padding:30px 40px}.hero-content{padding:40px 50px}.contact-container{grid-template-columns:1fr;gap:40px}.expertise-grid{grid-template-columns:1fr;gap:25px}}@media (min-width:820px) and (max-width:900px) and (min-height:1200px) and (max-height:1400px){.main-content{max-width:800px;margin:0 auto;padding:0 30px}.page-content{max-width:750px;margin:0 auto;padding:25px 35px}.hero-content{text-align:center;padding:35px 45px}.hero-text h1{font-size:2.4rem;line-height:1.1}.typed-text{font-size:1.5rem}.page-title{text-align:center;margin-bottom:25px;font-size:2rem}.contact-container{grid-template-columns:1fr;gap:30px;max-width:600px;margin:0 auto}.contact-info,.contact-form{width:100%}.expertise-grid{grid-template-columns:1fr;gap:20px;max-width:600px;margin:0 auto}.timeline-container{max-width:600px;margin:0 auto}.services-grid{grid-template-columns:1fr;align-items:stretch;gap:20px;max-width:600px;margin:0 auto}.portfolio-grid{grid-template-columns:1fr;gap:20px;max-width:600px;margin:0 auto}}@media (min-width:1024px) and (max-width:1366px) and (max-height:1400px){.main-content{padding:0 50px}.page-content{padding:40px 50px}.hero-content{padding:50px 60px}.hero-text h1{font-size:3rem}.typed-text{font-size:1.8rem}.contact-container{gap:50px}}@media (min-width:768px) and (max-width:1024px) and (max-height:1200px){.main-content{padding:0 40px}.page-content{padding:30px 40px}.hero-content{padding:40px 50px}.hero-text h1{font-size:2.5rem}.typed-text{font-size:1.6rem}.contact-container{gap:40px}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:20px}.portfolio-modal-header{padding:18px 25px}.portfolio-modal-info h3{font-size:1.3rem}.portfolio-modal-footer{padding:18px 25px}.portfolio-iframe{transform:scale(.7)}}@media (min-width:414px) and (max-width:480px){.hero-text h1{font-size:2.2rem}.typed-text{font-size:1.4rem}.page-title{font-size:2rem}.contact-container{padding:25px 20px}}@media (min-width:375px) and (max-width:414px){.hero-text h1{font-size:2rem}.typed-text{font-size:1.3rem}.page-title{font-size:1.9rem}.main-content{padding-top:75px}}@media (max-width:375px){.hero-text h1{font-size:1.8rem;line-height:1.2}.typed-text{font-size:1.2rem}.page-title{margin-bottom:15px;font-size:1.7rem}.main-content{padding-top:70px}.contact-container{box-sizing:border-box;gap:25px;width:100%;max-width:100vw;padding:20px 10px;overflow-x:hidden}.contact-form{box-sizing:border-box;width:100%;max-width:100%;padding:15px 10px;overflow-x:hidden}.form-group input,.form-group textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:8px 10px}}@media (min-width:1920px){.main-content{max-width:1800px;margin:0 auto;padding:0 100px}.page-content{padding:50px 100px}.hero-content{padding:80px 120px}.hero-text h1{font-size:4rem}.typed-text{font-size:2.2rem}.contact-container{gap:100px;margin-top:60px}}@media (max-height:500px) and (orientation:landscape){.main-content{padding-top:60px}.hero-content{padding:20px 30px}.hero-text h1{font-size:1.8rem}.typed-text{font-size:1.2rem}.page-content{padding:20px 30px}.contact-container{gap:30px;margin-top:20px}}@media (max-width:768px){*{box-sizing:border-box;max-width:100vw}html,body{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.contact-page,.contact-page *{box-sizing:border-box!important;max-width:100vw!important}.contact-container,.contact-info,.contact-form,.contact-details,.contact-item,.form-group,.form-group input,.form-group textarea,.btn{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.expertise-page,.expertise-page *{box-sizing:border-box!important;max-width:100vw!important}.expertise-row-3,.expertise-row-2,.expertise-card,.expertise-card h3,.expertise-card p{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.portfolio-modal{padding:10px}.portfolio-modal-content{border-radius:8px;width:100%;height:95vh}.portfolio-modal-header{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.portfolio-modal-info h3{font-size:1.2rem}.portfolio-modal-info p{font-size:.85rem}.portfolio-modal-close{width:35px;height:35px;position:absolute;top:15px;right:20px}.portfolio-modal-footer{flex-direction:column;padding:15px 20px}.portfolio-modal-btn{padding:10px 20px;font-size:.9rem}.portfolio-iframe{transform:scale(.6)}.portfolio-grid{grid-template-columns:1fr;gap:20px}.portfolio-info{padding:15px}.portfolio-title{font-size:1.1rem}.portfolio-description{font-size:.85rem}.portfolio-btn{padding:8px 12px;font-size:.85rem}}
