.animated-button-container{display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1000px;transition:all .2s ease}.animated-button-base{background:#ffc6ba;box-shadow:0 20px 30px rgba(0,0,0,.2)}.animated-button-base,.animated-button-layer-1{display:flex;justify-content:center;align-items:center;transition:all .2s ease;border-radius:10px}.animated-button-layer-1{background:#ff9b85}.animated-button-layer-2{background:#ff7050}.animated-button-layer-2,.animated-button-layer-3{border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.animated-button-layer-3{background:#ff451b;position:relative}.animated-button-layer-3.clicked{box-shadow:inset 0 0 5px rgba(0,0,0,.1)}.animated-button-text{color:#fff;text-align:center;font-size:larger;letter-spacing:.6px;padding:8px;transition:all .2s ease}.animated-button-text.clicked{transform:scale(.98)}.animated-button-reverse-container{display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1000px;transition:all .2s ease}.animated-button-reverse-base{background:#ff451b;box-shadow:0 20px 30px rgba(0,0,0,.2)}.animated-button-reverse-base,.animated-button-reverse-layer-1{display:flex;justify-content:center;align-items:center;transition:transform .1s ease;border-radius:10px}.animated-button-reverse-layer-1{background:#ff7050}.animated-button-reverse-layer-2{background:#ff9b85}.animated-button-reverse-layer-2,.animated-button-reverse-layer-3{border-radius:10px;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.animated-button-reverse-layer-3{background:#ffc6ba;position:relative}.animated-button-reverse-text{color:#ff451b;text-align:center;font-size:larger;letter-spacing:.6px;padding:10px}.bubble_hoverText__A_ZiX{transition:font-weight .35s,color .35s}.bubble_hoverText__A_ZiX:hover{font-weight:900;color:#eef2ff}.bubble_hoverText__A_ZiX:hover+.bubble_hoverText__A_ZiX{font-weight:500;color:#c7d2fe}.bubble_hoverText__A_ZiX:hover+.bubble_hoverText__A_ZiX+.bubble_hoverText__A_ZiX{font-weight:300}.bubble_hoverText__A_ZiX:has(+.bubble_hoverText__A_ZiX:hover){font-weight:500;color:#c7d2fe}.bubble_hoverText__A_ZiX:has(+.bubble_hoverText__A_ZiX+.bubble_hoverText__A_ZiX:hover){font-weight:300}.section-content-wrapper{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.section-header{width:100%}@media (max-width:768px){.section-title{font-size:2.5rem}}@media (max-width:480px){.section-title{font-size:2rem}.section-tag{font-size:.75rem;padding:.4rem .8rem}}.contact-wrapper{display:flex;width:100%;max-width:1200px;margin:0 auto;gap:3rem}.contact-left{flex:1;display:flex;flex-direction:column;gap:2.5rem}.contact-right{flex:1.5}.contact-info-header h3{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#333}.contact-info-header p{color:#666;line-height:1.6}.contact-info-list{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;align-items:center;padding:1rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .2s ease;text-decoration:none;color:inherit}.contact-info-item:hover{background-color:#f8f9fa}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background-color:rgba(255,69,27,.1);margin-right:1rem}.contact-info-content{flex:1}.contact-info-content h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#333}.contact-info-content p{font-size:.9rem;color:#666}.contact-info-arrow{color:#aaa;transition:transform .2s ease}.contact-info-item:hover .contact-info-arrow{transform:translateX(3px);color:#ff451b}.contact-social h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#555;background-color:#f5f5f5;transition:all .2s ease}.social-links a:hover{background-color:#ff451b;color:#fff;transform:translateY(-3px);box-shadow:0 10px 15px rgba(255,69,27,.2)}.contact-form-new{background-color:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}.contact-message{display:flex;align-items:center;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.contact-message svg{margin-right:.75rem}.contact-message.error{background-color:rgba(239,68,68,.1);color:#ef4444}.contact-message.success{background-color:rgba(34,197,94,.1);color:#22c55e}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-col{display:flex;flex-direction:column;margin-bottom:1rem}.form-col.full{grid-column:span 2}.input-label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#555}.form-input{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;font-size:1rem;background-color:#f9f9f9;transition:all .3s ease}.form-input:focus{border-color:#ff451b;background-color:#fff;outline:none;box-shadow:0 0 0 3px rgba(255,69,27,.1)}.form-input.textarea{resize:vertical;min-height:120px}.form-input.input-error{border-color:#ef4444;background-color:rgba(239,68,68,.02)}.error-text{color:#ef4444;font-size:.75rem;margin-top:.5rem}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background-color:#ff451b;color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{background-color:#e03e19;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,69,27,.2)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-circle{width:18px;height:18px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:992px){.contact-wrapper{flex-direction:column;gap:2rem}.contact-left,.contact-right{flex:none;width:100%}}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:1rem}.form-col.full{grid-column:1}.contact-form-new{padding:1.5rem}}.portfolio-filters ul{display:flex;gap:1rem;justify-content:center;margin:0;padding:0;list-style:none}.portfolio-filters button{background:none;border:none;outline:none;font-size:1rem;font-weight:600;color:#666;padding:.5rem 1.5rem;border-radius:2rem;cursor:pointer;transition:background .2s,color .2s}.portfolio-filters button.current,.portfolio-filters button:focus,.portfolio-filters button:hover{background-color:#ff451b;color:#fff}.card-content{display:flex;flex-direction:column;flex-grow:1}.card-description{flex-grow:1}.card-buttons-container{margin-top:1rem;display:flex;justify-content:space-between;align-items:center}.view-project-btn{display:inline-block;padding:12px 24px;border-radius:50px;background:linear-gradient(45deg,#ff416c,#ff4b2b);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease;border:none;cursor:pointer}.view-project-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3);background:linear-gradient(45deg,#ff4b2b,#ff416c)}.view-project-btn:active{transform:translateY(-1px);box-shadow:0 2px 10px rgba(0,0,0,.2)}.list-item-action{display:flex;align-items:center}.list-item-action .view-project-btn{margin-right:1rem}.card-link-details{font-weight:600;color:#ff451b;text-decoration:none;transition:color .3s ease}.card-link-details:hover{color:#e03e19;text-decoration:underline}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.resume-section-wrapper{padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.resume-section{position:relative;padding:120px 60px;background:linear-gradient(to bottom right,#fafafa,#f5f5f5);border-radius:30px;overflow:hidden;max-width:1300px;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.05);isolation:isolate}.decorative-shapes{z-index:0}.shape{opacity:.4}.shape-1{background:linear-gradient(135deg,#ff451b,#ff7050);top:10%;left:15%}.shape-1,.shape-2{animation:floatAnimation 15s ease-in-out infinite}.shape-2{background:linear-gradient(135deg,#ffc6ba,#ff9b85);bottom:5%;right:10%;animation-delay:-5s}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#ff7050,#ff9b85);top:40%;right:30%;animation:floatAnimation 15s ease-in-out infinite;animation-delay:-10s}@keyframes floatAnimation{0%,to{transform:translate(0)}25%{transform:translate(-10px,10px)}50%{transform:translate(10px,20px)}75%{transform:translate(15px,-10px)}}.section-header{z-index:1;margin-bottom:50px}.section-tag{background:rgba(255,69,27,.1);font-size:14px;padding:6px 16px;border-radius:30px;letter-spacing:1.5px;margin-bottom:20px}.section-title{font-size:60px;margin:0;color:#555}.tabs-container{position:relative;z-index:1}.resume-tabs,.tabs-container{margin-bottom:40px;display:flex;justify-content:center}.resume-tabs{gap:15px}.tab-button{padding:12px 25px;background:transparent;border:none;border-bottom:2px solid #ddd;font-size:1.1rem;font-weight:600;color:#666;cursor:pointer;position:relative;display:flex;align-items:center;gap:8px}.tab-button,.tab-icon{transition:all .3s ease}.tab-icon{font-size:1.2rem;opacity:.8}.tab-button:hover .tab-icon{transform:scale(1.2);opacity:1}.tab-button:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff451b,#ff9b85);transition:width .3s ease}.tab-button.active,.tab-button:hover{color:#ff451b}.tab-button.active:after{width:100%}.tab-button.active .tab-icon{transform:scale(1.2);opacity:1}.content-container{position:relative;z-index:1;min-height:450px}.experience-content,.timeline{position:relative}.timeline{padding:20px 0}.timeline:before{content:"";position:absolute;top:0;left:20px;height:100%;width:2px;background:linear-gradient(180deg,transparent,#ff451b80 15%,#ff451b80 85%,transparent);animation:pulseTimeline 2s infinite}@keyframes pulseTimeline{0%,to{opacity:.5}50%{opacity:1}}.timeline-item{position:relative;padding-left:60px;margin-bottom:40px}.timeline-dot{position:absolute;left:16px;top:6px;width:10px;height:10px;border-radius:50%;background:#ff451b;box-shadow:0 0 0 4px #ff451b30;animation:pulseDot 2s infinite;z-index:1}@keyframes pulseDot{0%,to{box-shadow:0 0 0 4px rgba(255,69,27,.3)}50%{box-shadow:0 0 0 6px rgba(255,69,27,.3)}}.timeline-line{position:absolute;left:21px;top:10px;width:25px;height:2px;background:#ff451b80}.timeline-date{font-size:.9rem;font-weight:600;color:#ff451b;margin-bottom:10px;display:flex;align-items:center;gap:5px}.company-icon,.date-icon{font-size:1rem}.timeline-content{background:#fff;border-radius:10px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;border-left:3px solid #ff451b}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.timeline-title{font-size:1.2rem;font-weight:700;margin-bottom:5px;color:#333}.timeline-company{font-size:1rem;color:#666;margin-bottom:15px;display:flex;align-items:center;gap:5px}.timeline-list{list-style-type:none;padding-left:5px}.timeline-list-item{margin-bottom:8px;color:#555;line-height:1.5;position:relative;padding-left:20px}.list-bullet{position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#ff451b}.education-content{position:relative}.education-container{padding:20px 0}.education-card{background:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;position:relative;border-top:3px solid #ff451b;overflow:hidden}.education-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.floating-icon{position:absolute;top:20px;right:20px;font-size:2rem;opacity:.15;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.education-header{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.education-degree{font-size:1.3rem;font-weight:700;margin-bottom:5px;color:#333}.education-institute{font-size:1rem;color:#ff451b;font-weight:600}.education-content{padding-top:10px}.education-list{list-style-type:none;padding-left:0}.education-list-item{margin-bottom:10px;color:#555;line-height:1.6;padding-left:20px;position:relative}.education-list-item:before{content:"▹";position:absolute;left:0;top:0;color:#ff451b;font-size:1.2rem}.skills-content{position:relative}.skills-container{display:flex;gap:40px;flex-wrap:wrap}.skills-column{flex:1;min-width:300px}.skills-category{font-size:1.3rem;font-weight:700;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #ff451b20;color:#333;position:relative}.skills-category:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#ff451b,#ff9b85)}.skills-grid{display:flex;flex-direction:column}.skill-item{width:100%;transition:transform .3s ease}.skill-item:hover{transform:translateY(-3px)}.skill-info{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.skill-name{font-weight:600;color:#333}.skill-percentage{font-weight:700;font-size:.9rem;transition:all .3s ease}.skill-percentage.pulse{animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.skill-bar{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.skill-progress{height:100%;border-radius:4px}.tech-skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.tech-skill-item{background:#fff;border-radius:10px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.tech-skill-item.hovered,.tech-skill-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.tech-skill-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.tech-skill-icon-wrapper{min-width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.tech-skill-icon{font-size:1.5rem}.tech-skill-info{flex:1}.tech-skill-name{font-size:1.1rem;font-weight:700;margin:0 0 5px;color:#333}.tech-skill-level{font-size:.8rem;color:#777;font-weight:500}.tech-skill-bar-container{height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;position:relative}.tech-skill-bar{height:100%;border-radius:4px;position:relative}.tech-skill-value{position:absolute;right:6px;top:-24px;font-size:.75rem;font-weight:700;color:#fff;background-color:var(--skill-color,#ff451b);padding:3px 8px;border-radius:12px;opacity:0;transform:translateY(5px);transition:all .35s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 6px rgba(0,0,0,.1)}.tech-skill-item.hovered .tech-skill-value,.tech-skill-item:hover .tech-skill-value{opacity:1;transform:translateY(0)}@media (max-width:1024px){.resume-section{padding:80px 40px}.section-title{font-size:48px}}@media (max-width:768px){.resume-section{padding:60px 30px}.section-title{font-size:36px}.tabs-container{align-items:center}.skills-container,.tabs-container{flex-direction:column}.timeline:before{left:15px}.timeline-item{padding-left:45px}.timeline-dot{left:11px}.tech-skills-container{grid-template-columns:1fr}}@media (max-width:480px){.resume-section{padding:40px 20px}.section-title{font-size:28px}.section-tag{font-size:12px;padding:4px 12px}.resume-tabs{flex-wrap:wrap}.education-card,.tech-skill-item,.timeline-content{padding:15px}}@media (prefers-reduced-motion:reduce){.motion-div,.shape{animation:none!important;transition:none!important}}.resume-content-container{width:100%}.footer-section{margin-top:2rem!important}.footer-content-container{width:100%;max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:3rem;position:relative}.section-tag{display:inline-block;background-color:rgba(255,69,27,.1);color:#ff451b;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:2rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:3.5rem;font-weight:800;color:#333;margin-bottom:1rem;position:relative;line-height:1.1}.footer-info,.footer-nav,.social-icons{width:100%;max-width:1200px}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.footer-nav-link{font-size:1.125rem;font-weight:600;color:#333;text-decoration:none;transition:color .3s ease,transform .3s ease;position:relative}.footer-nav-link:hover{color:#ff451b;transform:translateY(-2px)}.footer-nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#ff451b;transition:width .3s ease}.footer-nav-link:hover:after{width:100%}.social-icons{gap:1.5rem;margin:1rem 0}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;width:45px;height:45px;border-radius:50%;background-color:hsla(0,0%,100%,.8);box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease}.social-icon img{width:22px;height:22px;transition:transform .3s ease}.social-icon:hover{transform:translateY(-5px);background-color:#ff451b}.social-icon:hover img{filter:brightness(0) invert(1);transform:scale(1.1)}.footer-info{text-align:center;margin-top:1rem}.copyright{font-size:1rem;color:#666;margin-bottom:.5rem}.footer-link{color:#ff451b;text-decoration:none;font-weight:600;transition:color .3s ease}.footer-link:hover{color:#cc3415;text-decoration:underline}.tagline{font-size:.9rem;font-weight:500;color:#888;margin:0}.gradient-text{background:linear-gradient(90deg,#ff451b,#7928ca,#ff0080,#ff451b);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width:768px){.footer-content-container{padding:2rem 1rem;gap:2rem}.section-title{font-size:2rem}.footer-nav{gap:1rem}.footer-nav-link{font-size:1rem}.social-icon{width:40px;height:40px}}@media (max-width:480px){.footer-nav{flex-direction:column;align-items:center;gap:1rem}.social-icons{flex-wrap:wrap}}.section-container-wrapper{display:flex;flex-direction:column;gap:80px;padding:20px 0 100px}.section-container-wrapper>div:first-child{margin-bottom:20px}#home.section_container,.about-section-wrapper{max-width:1300px;margin:0 auto!important}.about-section-wrapper{padding:120px 60px!important;position:relative;overflow:hidden;background:linear-gradient(to bottom right,#fafafa,#f5f5f5);will-change:opacity,transform;border-radius:30px}.about-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px}.about-title-group{max-width:60%}.about-tag{display:inline-block;background:rgba(255,69,27,.1);color:#ff451b;font-weight:600;font-size:14px;padding:6px 16px;border-radius:30px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.about-title{font-size:60px;font-weight:800;line-height:1.1;margin:0;color:#111;position:relative}.accent-dot{display:inline-block;width:12px;height:12px;background-color:#ff451b;border-radius:50%;margin-left:10px}.profile-container{position:relative;width:200px;height:230px;flex-shrink:0;perspective:1000px;z-index:5;display:flex;align-items:center;justify-content:center}.profile-outline{position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px - 80px);border:1px solid rgba(255,69,27,.5);border-radius:50%;z-index:0;transform:scale(1);opacity:.5;box-shadow:0 0 20px rgba(255,69,27,.2)}.profile-image-container{position:relative;width:185px;height:185px;overflow:hidden;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,.1),0 0 0 3px rgba(255,69,27,.15);background:transparent;transition:all .5s ease;padding:0;border:none;margin-bottom:30px}.profile-image-container:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15),0 0 0 3px rgba(255,69,27,.25)}.profile-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;display:block;margin:0;padding:0}.profile-image-container:hover .profile-img{transform:scale(1.1)}.name-badge{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#333,#222);color:#fff;padding:10px 24px;border-radius:30px;font-weight:600;font-size:14px;box-shadow:0 5px 15px rgba(0,0,0,.15),0 0 0 1px hsla(0,0%,100%,.1);white-space:nowrap;letter-spacing:.5px}.about-description{margin-bottom:50px;max-width:90%}.about-description p{font-size:18px;line-height:1.8;color:#444;margin:0}.skills-showcase{margin-bottom:60px}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.skill-card{background:hsla(0,0%,100%,.7);border-radius:16px;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid hsla(0,0%,100%,.8);cursor:pointer;transition:all .3s ease;display:flex;align-items:flex-start;overflow:hidden;position:relative;backdrop-filter:blur(5px)}.skill-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:var(--skill-color,#ff451b);transition:all .3s ease}.skill-card:hover:before{width:100%;opacity:.05}.skill-card.active{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.skill-card.active:before{width:100%;opacity:.05}.skill-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:var(--skill-color,#ff451b);color:#fff;border-radius:12px;margin-right:15px;font-size:24px;flex-shrink:0;box-shadow:0 5px 15px rgba(0,0,0,.1)}.skill-content{flex:1}.skill-content h3{margin:0 0 5px;font-size:18px;font-weight:600;color:#333}.skill-details{overflow:hidden}.skill-details p{font-size:14px;line-height:1.6;color:#666;margin:10px 0}.tech-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tech-tag{display:inline-block;padding:4px 10px;background-color:rgba(0,0,0,.05);color:var(--skill-color,#ff451b);border-radius:20px;font-size:12px;font-weight:500}.contact-links{display:flex;gap:15px;flex-wrap:wrap}.contact-button{display:flex;align-items:center;padding:12px 20px;background:#fff;border-radius:50px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-decoration:none;transition:all .3s ease;border:1px solid #eaeaea}.contact-button.email{background:#f4f4f4;color:#333}.contact-button.github{background:#333;color:#fff}.contact-button.resume{background:#ff451b;color:#fff}.contact-icon{margin-right:10px;font-size:18px;display:flex;align-items:center;justify-content:center}.contact-text{font-weight:500;font-size:15px}.decorative-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.shape{position:absolute;border-radius:50%;filter:blur(50px);opacity:.5}.shape-1{top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,69,27,.4) 0,rgba(255,69,27,0) 70%)}.shape-2{bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(0,112,243,.3) 0,rgba(0,112,243,0) 70%)}.shape-3{top:10%;left:30%;width:200px;height:200px;background:radial-gradient(circle,rgba(236,72,153,.2) 0,rgba(236,72,153,0) 70%)}.shape-4{bottom:20%;right:20%;width:250px;height:250px;background:radial-gradient(circle,rgba(16,185,129,.2) 0,rgba(16,185,129,0) 70%)}@media (max-width:1200px){.section-container-wrapper{gap:80px;padding:40px 0 80px}.about-section-wrapper{padding:100px 40px!important}.about-title{font-size:48px}.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.about-header-row{flex-direction:column;align-items:center;text-align:center;gap:30px}.about-title-group{max-width:100%}.profile-container{margin:0 auto}.about-description{text-align:center;max-width:100%}}@media (max-width:768px){.section-container-wrapper{gap:60px;padding:30px 0 60px}.about-section-wrapper{padding:80px 30px!important}.about-title{font-size:36px}.skills-grid{grid-template-columns:1fr}.contact-links{flex-direction:column;width:100%}.contact-button{width:100%;justify-content:center}}@media (max-width:480px){.section-container-wrapper{gap:40px;padding:20px 0 40px}.about-section-wrapper{padding:60px 20px!important;border-radius:20px}.about-tag{font-size:12px;padding:4px 12px}.about-title{font-size:32px}.profile-container{width:160px;height:180px}.profile-image-container{width:140px;height:140px;box-shadow:0 8px 20px rgba(0,0,0,.1),0 0 0 4px hsla(0,0%,100%,.8),0 0 0 8px rgba(255,69,27,.1)}.name-badge{padding:8px 18px;font-size:13px}.skill-card{padding:15px}.skill-icon{width:40px;height:40px;font-size:18px}}