.about-section{padding:0 2rem;background-color:var(--background);color:var(--foreground);max-width:1100px;margin:0 auto}.about-title{font-size:2.5rem;margin-bottom:1.5rem;padding-left:.75rem;font-weight:700;display:flex;justify-content:center;background-size:400% 100%;-webkit-background-clip:text;background-clip:text}.about-title-highlight{color:var(--colortheme);font-weight:700}.about-description{font-size:1rem;line-height:1.7;margin-bottom:1rem;color:#cfcfcf}.education-title{display:flex;justify-content:center;margin:3rem}.education-details{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.2rem;align-items:center}.education-card{border:1.5px solid #ffffff33;border-radius:8px;padding:1.2rem 2rem;transition:box-shadow .3s,border-color .3s,transform .3s;text-align:left;height:auto;width:70%}.education-card:hover{box-shadow:0 6px 32px 0 rgba(var(--colortheme-rgb),.06);border-color:var(--colortheme);transform:translateY(-4px) scale(1.01)}.edu-school{font-weight:700;font-size:1.1rem;color:var(--colortheme);margin-bottom:.3rem}.edu-degree{font-weight:500;font-size:1rem;color:#ffffff;margin-bottom:.3rem}.edu-year{font-size:.85rem;color:var(--colortheme);margin-bottom:.3rem}.edu-details{font-size:.9rem}@media (max-width:768px){.education-card{width:100%}}.certification-container{display:flex;gap:1.5rem;width:100%}.certification-image-container{position:relative;min-width:200px;height:150px;cursor:pointer;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s,border-color .3s}.certification-image-container:hover{transform:scale(1.02);border-color:var(--colortheme)}.certification-thumbnail{width:100%;height:100%;object-fit:cover}.image-overlay-text{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:white;padding:8px;text-align:center;font-size:.8rem;opacity:0;transition:opacity .3s}.certification-image-container:hover .image-overlay-text{opacity:1}.certification-content{flex:1 1}.certificate-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90%}.certificate-full-image{width:100%;height:auto;max-height:90vh;object-fit:contain;border-radius:8px}.modal-close-button{position:absolute;top:-40px;right:0;background:var(--colortheme);color:white;border:none;width:30px;height:30px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;justify-content:center;align-items:center}@media (max-width:768px){.certification-container{flex-direction:column}.certification-image-container{width:100%;height:200px}.certificate-full-image{max-width:100%}.modal-close-button{top:-50px;right:10px}}.edu-details ul{padding-left:20px}.edu-details ul li{font-size:14px;color:#ffffff;line-height:1.6;padding:4px 0}.edu-details ul li strong{color:var(--colortheme-light)}.contact-section{padding:3.5rem 1rem 4rem;color:#fff;max-width:1200px;margin:0 auto}.contact-title{font-size:2.6rem;font-weight:600;margin-bottom:.2rem;color:var(--colortheme)}.contact-subtitle,.contact-title{text-align:center;letter-spacing:1px}.contact-subtitle{font-size:1.15rem;color:#bdbdbd;margin-bottom:2.5rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:flex-start;max-width:1000px;margin:0 auto}.contact-success-message{font-weight:500;font-size:1rem;animation:fadeIn .5s ease-in-out}.contact-info-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#fff}.contact-info-desc{color:#cfcfcf;margin-bottom:1.5rem;font-size:1.05rem}.contact-info-list{display:flex;flex-direction:column;gap:1.2rem}.contact-info-item{display:flex;align-items:center;gap:1rem;background:#23202a;border-radius:10px;padding:.7rem 1.2rem}.contact-info-icon{border-radius:8px;padding:.5rem;display:flex;align-items:center;color:var(--colortheme)}.contact-info-label{font-weight:700;color:#fff;font-size:1.05rem}.contact-info-value{color:#bdbdbd;font-size:1rem}.contact-form{border-radius:14px;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem}.contact-form-row{display:flex;gap:1rem}.contact-input,.contact-textarea{background:#18171c;border:1.5px solid #ffffff33;border-radius:8px;color:#fff;padding:.9rem 1rem;font-size:1rem;width:100%;margin-bottom:.2rem;transition:border-color .2s}.contact-input:focus,.contact-textarea:focus{border-color:var(--colortheme);outline:none}.contact-textarea{min-height:120px;resize:vertical}.contact-submit{background:var(--colortheme);color:#ffffff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;padding:1rem 0;margin-top:.5rem;cursor:pointer;transition:background .2s,color .2s,transform .2s;box-shadow:0 2px 16px 0 rgba(255,53,137,.1);width:100%}.contact-submit:hover{background:var(--colortheme-light);color:#18171c;transform:translateY(-2px) scale(1.03)}@media (max-width:900px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.footer-section{background-color:#0a0a0a;color:#ededed;padding:4rem 2rem 1rem;font-family:Roboto,sans-serif;position:relative;z-index:1}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-about,.footer-links,.footer-social{text-align:center;padding:1rem}.footer-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--colortheme);position:relative;display:inline-block}.footer-title:after{content:"";position:absolute;width:50%;height:2px;background:var(--colortheme);bottom:-8px;left:25%}.footer-text{font-size:1rem;color:#a9a9a9;line-height:1.6;max-width:300px;margin:0 auto}.footer-links-list{list-style:none;padding:0}.footer-links-list li{margin-bottom:1rem}.footer-link{color:#ededed;text-decoration:none;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;display:inline-block;border-radius:4px}.footer-link:hover{color:var(--colortheme);transform:translateX(5px)}.footer-social-icons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-social-link{color:#ededed;font-size:1.5rem;transition:all .3s ease;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.05)}.footer-social-link:hover{color:var(--colortheme);background:rgba(var(--colortheme-rgb),.1);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem}.footer-copyright{font-size:.9rem;color:#a9a9a9}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-about,.footer-links,.footer-social{text-align:center;padding:.5rem}.footer-social-icons{gap:1rem}}.hero-section{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:var(--background-color);color:#ededed;text-align:center;padding:0 20px;margin-top:2rem}.hero-title{margin-bottom:1rem}.hero-name,.hero-title{font-size:4rem;font-weight:700}.hero-name{text-transform:uppercase;background:linear-gradient(120deg,#ffffff,var(--colortheme-light),var(--colortheme),#ffffff,var(--colortheme-light),var(--colortheme),#ffffff);background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:flowing-gradient 10s linear infinite forwards}.hero-description{font-size:1.2rem;color:#a9a9a9;max-width:600px;margin-bottom:2rem}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;margin-bottom:2rem}.hero-button{padding:.5rem 1.5rem;border-radius:11px;font-weight:700;font-size:1rem;border:none;outline:none;cursor:pointer;transition:background .3s,color .3s,box-shadow .3s,transform .2s;box-shadow:0 2px 16px 0 rgba(var(--colortheme-rgb),.1);text-decoration:none;display:inline-block}.resume-button{background:linear-gradient(90deg,var(--colortheme-light),var(--colortheme));color:#fff;box-shadow:0 4px 24px 0 rgba(var(--colortheme-rgb),.25);transition:background .8s ease,transform .8s ease,box-shadow .8s ease}.resume-button:focus,.resume-button:hover{background:linear-gradient(90deg,var(--colortheme),var(--colortheme-light));color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 6px 32px 0 rgba(var(--colortheme-rgb),.25)}.connect-button{background:transparent;color:var(--colortheme);border:2px solid var(--colortheme);box-shadow:0 2px 16px 0 rgba(var(--colortheme-rgb),.1)}.connect-button:focus,.connect-button:hover{background:var(--colortheme);color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 6px 32px 0 rgba(var(--colortheme-rgb),.18)}.scroll-down-arrow{display:inline-block;margin-top:2rem;font-size:2.5rem;color:var(--colortheme-light);text-decoration:none;animation:bounce 1.5s infinite;transition:color .3s;cursor:pointer}.scroll-down-arrow:hover{color:var(--colortheme)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.hero-subtitle{font-size:1.2rem;color:#ffffff;margin-bottom:1.5rem}.typing-cursor{display:inline-block;width:1ch;color:#ffffff;animation:blink 1s steps(1) infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.navbar{color:#ededed;position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;padding:1.5rem;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 4px 24px 0 rgba(0,0,0,.3)}.scroll-progress-bar{position:fixed;top:0;left:0;height:4px;width:0;background:linear-gradient(90deg,var(--colortheme),#ffff);z-index:2000;transition:width .2s ease;border-radius:2px 2px 0 0}.navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;width:100%;position:relative}.logo{flex:1 1;text-align:left;font-size:1.1rem;font-weight:600;cursor:pointer;font-weight:700;text-transform:uppercase;background:linear-gradient(90deg,#ffffff,var(--colortheme-light),var(--colortheme),#ffffff,var(--colortheme-light),var(--colortheme),#ffffff);background-size:400% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:flowing-gradient 15s linear infinite;text-shadow:0 4px 24px rgba(var(--colortheme-rgb),.5),0 1px 2px rgba(var(--colortheme-rgb),.3)}.nav-links{flex:2 1;display:flex;justify-content:center;gap:1.5rem;list-style:none}.nav-links li a{color:#ededed;text-decoration:none;font-weight:540;transition:color .2s ease}.nav-links li a:hover{color:var(--colortheme)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:2px;background-color:#ededed;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.social-icons{flex:1 1;display:flex;justify-content:flex-end;gap:1rem;align-items:center}.social-icons a{color:#ededed;font-size:1.2rem;transition:color .2s}.social-icons a:hover{color:var(--colortheme)}@media (max-width:768px){.nav-links{position:fixed;top:70px;left:0;right:0;background-color:rgba(26,25,25,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;justify-content:center;width:100%;height:calc(100vh - 70px);margin:0;padding:2rem;gap:2rem;transform:translateY(-100%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease;z-index:999;pointer-events:none}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links li{width:100%;text-align:center}.nav-links li a{display:block;padding:1rem;font-size:1.2rem;border-radius:4px;transition:all .3s ease}.nav-links li a:hover{background-color:rgba(var(--colortheme-rgb),.2);color:var(--colortheme)}.hamburger{display:flex;z-index:1000}.social-icons{display:none}body.menu-open{overflow:hidden}}.projects-section{padding:5rem 2rem;background-color:var(--background);color:var(--foreground);position:relative;overflow:hidden}.projects-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.section-header{text-align:center;margin-bottom:3.5rem;position:relative;z-index:1}.section-title{font-size:2.8rem;margin-bottom:.5rem;background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:var(--colortheme)}.section-subtitle{font-size:1.1rem;color:#cfcfcf;max-width:600px;margin:0 auto;line-height:1.6}.section-title-main{font-weight:700;color:#fff}.section-title-highlight{color:var(--colortheme);font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.project-card{background:#18171c;border-radius:16px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #2e2b36;box-shadow:0 4px 6px rgba(0,0,0,.1)}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(var(--colortheme-rgb),.15);border-color:var(--colortheme)}.card-header{position:relative}.project-image-container{position:relative;width:100%;height:200px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 60%,rgba(24,23,28,.9) 90%)}.project-tags{position:absolute;bottom:1rem;left:1rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:2}.tag{background:rgba(var(--colortheme-rgb),.2);color:white;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(var(--colortheme-rgb),.3)}.card-body{padding:1.5rem;flex:1 1}.project-title{font-size:1.4rem;font-weight:600;margin-bottom:.75rem;color:var(--colortheme-light)}.project-description{color:#bdbdbd;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.card-footer{padding:0 1.5rem 1.5rem}.project-links{display:flex;gap:1rem}.link-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:8px;font-weight:500;font-size:.9rem;text-decoration:none;transition:all .2s ease}.link-button.demo{background:rgba(var(--colortheme-rgb),.2);color:var(--colortheme-light);border:1px solid rgba(var(--colortheme-rgb),.4)}.link-button.code{background:transparent;color:#bdbdbd;border:1px solid #3a3843}.link-button.demo:hover{background:rgba(var(--colortheme-rgb),.3);color:#ffffff;transform:translateY(-2px)}.link-button.code:hover{background:rgba(var(--colortheme-rgb),.05);color:#ffffff;transform:translateY(-2px)}@keyframes flowing-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.projects-section{padding:3rem 1.5rem}.section-title{font-size:2.2rem}.projects-grid{grid-template-columns:1fr}}.skills-section{padding:4rem 2rem;color:#fff;max-width:1200px;margin:0 auto}.skills-title{text-align:center;font-size:2.6rem;font-weight:700;margin-bottom:.2rem;letter-spacing:1px}.skills-title-highlight{color:var(--colortheme)}.skills-subtitle{text-align:center;font-size:1.15rem;color:#bdbdbd;margin-bottom:2.5rem;letter-spacing:1px}.skills-unique-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.skill-card{background:#18171c;border-radius:18px;border:2px solid transparent;background-clip:padding-box;position:relative;overflow:hidden;transition:box-shadow .3s,border-color .3s,transform .3s;padding:2rem 1.5rem 1.5rem;min-height:180px}.skill-card:before{content:"";position:absolute;inset:0;border-radius:18px;padding:2px;background-size:200% 200%;z-index:0;opacity:.7;transition:opacity .3s;pointer-events:none}.skill-card:hover:before{opacity:1;animation:gradientMove 2s linear infinite;border:2px solid var(--colortheme)}@keyframes gradientMove{0%{background-position:0 50%}to{background-position:100% 50%}}.skill-card-header{gap:.7rem;margin-bottom:1.1rem;position:relative;z-index:1}.skill-card-header,.skill-icon{display:flex;align-items:center}.skill-icon{font-size:1.6rem;background:#2d2936;color:var(--colortheme);border-radius:8px;padding:.4rem .7rem;justify-content:center}.skill-card-title{font-size:1.15rem;font-weight:700;color:#ffddea}.skill-list{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;font-size:1rem;color:#fff;position:relative;z-index:1}.skill-list span{background:#23202a;border-radius:6px;padding:.25rem .7rem;color:#ffffff;font-weight:500;font-size:.97rem;margin-bottom:.2rem;transition:background .2s,color .2s}@media (max-width:900px){.skills-unique-grid{grid-template-columns:1fr;gap:1.5rem}}