@charset "UTF-8";:root{--color-primary: #0f0f0f;--color-secondary: #ff386a;--color-black: #1a1a1a;--color-white: #ffffff;--color-grey-0: #f8f8f8;--color-grey-1: #b8b8b8;--color-grey-2: #6c7983;--color-grey-3: #3e3e3e;--color-grey-4: #2a2a2a;--gradient-primary: linear-gradient(135deg, #ff386a 0%, #ff8a00 100%);--gradient-card: linear-gradient(135deg, rgba(255, 56, 106, .1) 0%, rgba(0, 0, 0, .5) 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 50px rgba(255, 56, 106, .2);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 50%;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal: 400;--z-tooltip: 500}[data-theme=light]{--color-primary: #ffffff;--color-secondary: #ff386a;--color-black: #f5f5f5;--color-white: #0f0f0f;--color-grey-1: #6c7983;--color-grey-2: #b8b8b8;--color-grey-3: #e0e0e0;--color-grey-4: #f0f0f0}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:70px;background:#1a1a1af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-around;align-items:center;padding:0 .5rem;z-index:var(--z-fixed);box-shadow:0 -4px 20px #0000004d}@media(min-width:1024px){.mobile-nav{display:none}}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem;background:transparent;border:none;color:var(--color-grey-1);cursor:pointer;transition:all var(--transition-fast);border-radius:var(--radius-sm);flex:1;max-width:80px}.mobile-nav-btn svg{font-size:1.3rem;transition:all var(--transition-fast)}.mobile-nav-btn span{font-size:.7rem;font-weight:500;transition:all var(--transition-fast)}.mobile-nav-btn:active{transform:scale(.95)}.mobile-nav-btn.active,.mobile-nav-btn:hover{color:var(--color-secondary)}.mobile-nav-btn.active svg,.mobile-nav-btn:hover svg{transform:translateY(-2px)}.mobile-menu-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:var(--z-modal);display:flex;align-items:flex-end;animation:fadeIn .3s ease}@media(min-width:1024px){.mobile-menu-overlay{display:none}}.mobile-menu{width:100%;max-height:80vh;background:var(--color-black);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:1.5rem;animation:slideUp .3s ease}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-header h3{font-size:1.3rem;font-weight:600}.mobile-menu-header button{background:transparent;border:none;color:var(--color-white);font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.mobile-menu-header button:hover{background:#ffffff1a;color:var(--color-secondary)}.mobile-menu-items{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;overflow-y:auto;max-height:60vh}.mobile-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);color:var(--color-grey-1);cursor:pointer;transition:all var(--transition-normal)}.mobile-menu-item svg{font-size:1.8rem;transition:all var(--transition-fast)}.mobile-menu-item span{font-size:.9rem;font-weight:500}.mobile-menu-item:active{transform:scale(.98)}.mobile-menu-item.active,.mobile-menu-item:hover{background:#ff386a1a;border-color:var(--color-secondary);color:var(--color-secondary)}.mobile-menu-item.active svg,.mobile-menu-item:hover svg{transform:scale(1.1)}.desktop-nav{position:fixed;top:0;left:0;height:100vh;width:100px;background:#1a1a1af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.1);display:none;z-index:var(--z-fixed);box-shadow:4px 0 20px #0000004d}@media(min-width:1024px){.desktop-nav{display:flex;align-items:center;justify-content:center}}.desktop-nav-items{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.desktop-nav-btn{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto;background:transparent;border:none;color:var(--color-grey-1);cursor:pointer;transition:all var(--transition-normal);border-radius:var(--radius-md)}.desktop-nav-btn svg{font-size:1.5rem;transition:all var(--transition-fast)}.desktop-nav-btn .nav-tooltip{position:absolute;left:100%;margin-left:1rem;padding:.5rem 1rem;background:var(--color-black);color:var(--color-white);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-10px);transition:all var(--transition-fast);pointer-events:none;z-index:1}.desktop-nav-btn .nav-tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#ffffff1a}.desktop-nav-btn:hover{background:#ffffff0d}.desktop-nav-btn:hover .nav-tooltip{opacity:1;visibility:visible;transform:translate(0)}.desktop-nav-btn:hover svg{color:var(--color-secondary);transform:scale(1.1)}.desktop-nav-btn.active{background:#ff386a1a;border:1px solid var(--color-secondary)}.desktop-nav-btn.active svg{color:var(--color-secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.theme-toggle{position:fixed;top:1rem;right:1rem;width:50px;height:50px;background:#1a1a1af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-white);cursor:pointer;transition:all var(--transition-normal);z-index:var(--z-tooltip);box-shadow:var(--shadow-md)}.theme-toggle svg{font-size:1.3rem;transition:transform var(--transition-fast)}.theme-toggle:hover{background:var(--color-secondary);border-color:var(--color-secondary);transform:scale(1.1) rotate(15deg);box-shadow:var(--shadow-xl)}.theme-toggle:hover svg{transform:rotate(20deg)}.theme-toggle:active{transform:scale(.95)}@media(min-width:1024px){.theme-toggle{top:1.5rem;right:1.5rem;width:55px;height:55px}}.card{background:var(--color-black);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;position:relative;overflow:hidden}.card:hover{border-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.card--glass{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.card--gradient{background:linear-gradient(135deg,#ff386a1a,#00000080);border:1px solid rgba(255,56,106,.2)}.project-card{background:var(--color-black);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);border-color:var(--color-secondary);box-shadow:0 20px 40px #ff386a33}.project-card:hover .project-overlay{opacity:1;visibility:visible}.project-card .project-img-container{position:relative;width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.project-card .project-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card .project-img-container:hover img{transform:scale(1.15)}.project-card .project-overlay{position:absolute;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;visibility:hidden;transition:all .3s ease}.project-card .project-overlay .btn{padding:.8rem 1.5rem;font-size:.9rem}.project-card .project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-card .project-category{display:inline-block;padding:.4rem 1rem;background:var(--color-secondary);color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;width:fit-content}.project-card .project-title{font-size:1.4rem;font-weight:700;margin-bottom:.8rem;color:var(--color-white)}.project-card .project-description{font-size:.95rem;color:var(--color-grey-1);line-height:1.6;margin-bottom:1.2rem;flex:1}.project-card .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-card .project-tech .tech-tag{padding:.4rem .8rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.8rem;color:var(--color-grey-1)}.project-card .project-links{display:flex;gap:.8rem;margin-top:auto}.project-card .project-links .btn{flex:1;padding:.7rem 1rem;font-size:.85rem}.stat-card{background:var(--color-black);border-radius:12px;padding:2rem 1.5rem;text-align:center;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.stat-card:hover{border-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 10px 25px #ff386a26}.stat-card .stat-icon{font-size:2.5rem;color:var(--color-secondary);margin-bottom:1rem}.stat-card .stat-number{font-size:2.5rem;font-weight:700;color:var(--color-white);margin-bottom:.5rem}.stat-card .stat-label{font-size:.95rem;color:var(--color-grey-1);text-transform:uppercase;letter-spacing:.5px}.timeline-card{background:var(--color-black);border-radius:16px;padding:2rem;border-left:4px solid var(--color-secondary);border:1px solid rgba(255,255,255,.05);position:relative;transition:all .3s ease}.timeline-card:hover{transform:translate(10px);border-left-color:var(--color-secondary);box-shadow:0 10px 30px #0000004d}.timeline-card .timeline-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.timeline-card .timeline-header .timeline-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--color-secondary);color:#fff;font-size:1.5rem}.timeline-card .timeline-title{font-size:1.3rem;font-weight:700;margin-bottom:.3rem}.timeline-card .timeline-company{font-size:1rem;color:var(--color-secondary);font-weight:600}.timeline-card .timeline-date{font-size:.9rem;color:var(--color-grey-1);margin-bottom:1rem;display:block}.timeline-card .timeline-description{color:var(--color-grey-1);line-height:1.7}.timeline-card .timeline-description ul{list-style:none;padding:0}.timeline-card .timeline-description ul li{padding-left:1.5rem;margin-bottom:.8rem;position:relative}.timeline-card .timeline-description ul li:before{content:"▹";position:absolute;left:0;color:var(--color-secondary);font-size:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn:active{transform:scale(.98)}.btn:focus-visible{outline:3px solid var(--color-secondary);outline-offset:2px;box-shadow:0 0 0 6px #27ae6033}.btn--primary{background:var(--color-secondary);color:#fff;border:2px solid var(--color-secondary)}.btn--primary:hover{background:transparent;color:var(--color-secondary);transform:translateY(-3px);box-shadow:0 10px 25px #ff386a4d}.btn--secondary{background:transparent;color:var(--color-secondary);border:2px solid var(--color-secondary)}.btn--secondary:hover{background:var(--color-secondary);color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #ff386a4d}.btn--outline{background:transparent;color:var(--color-white);border:2px solid rgba(255,255,255,.2)}.btn--outline:hover{border-color:var(--color-secondary);color:var(--color-secondary);transform:translateY(-3px)}.btn--ghost{background:#ffffff0d;color:var(--color-white);border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--ghost:hover{background:#ff386a26;color:var(--color-secondary)}.btn--icon{padding:.8rem;border-radius:50%;width:45px;height:45px}.btn--icon svg{font-size:1.2rem}.btn--sm{padding:.6rem 1.2rem;font-size:.85rem}.btn--lg{padding:1.2rem 2.5rem;font-size:1.1rem}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--loading{position:relative;color:transparent}.btn--loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-group{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.btn-group{flex-direction:column}.btn-group .btn{width:100%}}.hero-container{width:100%;min-height:100vh;display:flex;align-items:center;padding:2rem 0}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-content{grid-template-columns:1.2fr 1fr;gap:5rem}}.hero-text{order:2}@media(min-width:1024px){.hero-text{order:1}}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .gradient-text{background:linear-gradient(135deg,var(--color-secondary) 0%,#ff8a00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;color:var(--color-grey-1);margin-bottom:2rem;max-width:700px}.hero-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.hero-tags .tag{padding:.6rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:.9rem;color:var(--color-grey-1);transition:all .3s ease}.hero-tags .tag:hover{border-color:var(--color-secondary);color:var(--color-secondary);transform:translateY(-2px)}.hero-image{order:1;display:flex;justify-content:center}@media(min-width:1024px){.hero-image{order:2;justify-content:flex-end}}.hero-img-wrapper{position:relative;width:100%;max-width:450px;aspect-ratio:1/1}.hero-img-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #ff386a4d;border:3px solid rgba(255,56,106,.2)}.hero-img-wrapper .hero-decoration{position:absolute;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary),#ff8a00);opacity:.15;z-index:-1;animation:float 6s ease-in-out infinite}.hero-img-wrapper .hero-decoration--1{width:200px;height:200px;top:-50px;right:-50px;animation-delay:0s}.hero-img-wrapper .hero-decoration--2{width:150px;height:150px;bottom:-40px;left:-40px;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.projects-container{width:100%}.project-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.project-filters .filter-btn{padding:.8rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:25px;color:var(--color-grey-1);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.project-filters .filter-btn:hover{border-color:var(--color-secondary);color:var(--color-secondary)}.project-filters .filter-btn.active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1200px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.about-content .about-container{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:3rem}@media(min-width:1024px){.about-content .about-container{grid-template-columns:1fr 1fr;gap:4rem}}.about-content .about-container .left-about h4{font-size:1.5rem;text-transform:uppercase;margin-bottom:1rem;color:var(--color-white)}@media(min-width:768px){.about-content .about-container .left-about h4{font-size:2rem}}.about-content .about-container .left-about p{line-height:1.8;color:var(--color-grey-1);margin-bottom:2rem}.about-content .about-container .right-about{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:600px){.about-content .about-container .right-about{grid-template-columns:1fr 1fr}}.about-content .about-container .right-about .about-item{border:1px solid var(--color-grey-5);border-radius:10px;transition:all .4s ease-in-out;background:var(--color-grey-5);box-shadow:none}.about-content .about-container .right-about .about-item:hover{transform:translateY(-5px);border:1px solid var(--color-secondary);box-shadow:var(--shadow-md)}.about-content .about-container .right-about .about-item .abt-text{padding:1.5rem;display:flex;flex-direction:column}.about-content .about-container .right-about .about-item .abt-text .large-text{font-size:3rem;font-weight:700;color:var(--color-secondary)}.about-content .about-container .right-about .about-item .abt-text .small-text{padding-left:3rem;position:relative;text-transform:uppercase;font-size:1rem;color:var(--color-grey-1);letter-spacing:2px;line-height:1.5}.about-content .about-container .right-about .about-item .abt-text .small-text:before{content:"";position:absolute;left:0;top:15px;width:2rem;height:2px;background-color:var(--color-grey-5)}.about-content .about-highlights{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;list-style:none}.about-content .about-highlights .about-highlight{display:flex;align-items:flex-start;gap:1rem;color:var(--color-grey-1);background:#0003;border-radius:10px;padding:1rem;border:1px solid transparent;transition:all .3s ease}.about-content .about-highlights .about-highlight:hover{border-color:var(--color-secondary);transform:translate(5px)}.about-content .about-highlights .about-highlight svg{color:var(--color-secondary);flex-shrink:0;font-size:1.2rem;margin-top:3px}.about-content .about-status{margin-top:2rem;background:#27ae601a;color:#2ecc71;border:1px solid #2ecc71;border-radius:12px;padding:1rem 1.5rem;font-weight:600;display:inline-block}@media(min-width:768px){.about-content .about-status{float:right;margin-top:1rem}}.skills-content .about-stats{padding-bottom:4rem}.skills-content .about-stats .progress-bars{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.skills-content .about-stats .progress-bars{grid-template-columns:repeat(2,1fr)}}.skills-content .about-stats .progress-bars .skill-category{padding:1.5rem;background:var(--color-grey-5);border:1px solid var(--color-grey-5);border-radius:5px;transition:all .4s ease-in-out}.skills-content .about-stats .progress-bars .skill-category:hover{transform:translateY(-5px);border:1px solid var(--color-secondary);box-shadow:var(--shadow-md)}.skills-content .about-stats .progress-bars .skill-category .skill-header{display:flex;align-items:center;margin-bottom:1.5rem}.skills-content .about-stats .progress-bars .skill-category .skill-header .skill-icon{font-size:2rem;color:var(--color-secondary);margin-right:1rem}.skills-content .about-stats .progress-bars .skill-category .skill-header h5{font-size:1.2rem;text-transform:uppercase;font-weight:600}.skills-content .about-stats .progress-bars .skill-category .skill-list{display:flex;flex-wrap:wrap;gap:.8rem}.skills-content .about-stats .progress-bars .skill-category .skill-list span{padding:.4rem 1rem;background:var(--color-primary);border-radius:30px;font-size:.9rem;color:var(--color-grey-2);font-weight:500;transition:all .3s ease}.skills-content .about-stats .progress-bars .skill-category .skill-list span:hover{color:var(--color-secondary);transform:scale(1.05)}.experience-content .timeline-container{display:flex;flex-direction:column;gap:2rem;position:relative;padding:2rem 0}.experience-content .timeline-container .timeline-item{position:relative;padding-left:3rem;border-left:1px solid var(--color-grey-5);background:transparent;box-shadow:none;overflow:visible}.experience-content .timeline-container .timeline-item .tl-icon{position:absolute;left:-25px;top:0;background-color:var(--color-secondary);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--color-white);z-index:10;box-shadow:0 0 10px #0000004d}.experience-content .timeline-container .timeline-item .tl-content{background-color:var(--color-grey-5);padding:1.5rem;border-radius:10px;position:relative;transition:all .4s ease-in-out}.experience-content .timeline-container .timeline-item .tl-content:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.experience-content .timeline-container .timeline-item .tl-content .tl-duration{padding:.2rem .8rem;background-color:var(--color-grey-4);border-radius:15px;display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;text-transform:uppercase;font-weight:500;margin-bottom:1rem;color:var(--color-grey-2)}.experience-content .timeline-container .timeline-item .tl-content h5{text-transform:uppercase;font-size:1.3rem;font-weight:600;color:var(--color-secondary);margin-bottom:.5rem}.experience-content .timeline-container .timeline-item .tl-content h5 span{color:var(--color-grey-2);font-weight:500;font-size:1.1rem;text-transform:none;display:block;margin-top:.2rem}@media(min-width:768px){.experience-content .timeline-container .timeline-item .tl-content h5 span{display:inline;margin-top:0}.experience-content .timeline-container .timeline-item .tl-content h5 span:before{content:" | "}}.experience-content .timeline-container .timeline-item .tl-content p{color:var(--color-grey-1);line-height:1.6;margin:1rem 0}.experience-content .timeline-container .timeline-item .tl-content ul{list-style:none}.experience-content .timeline-container .timeline-item .tl-content ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:.8rem;color:var(--color-grey-2);line-height:1.5}.experience-content .timeline-container .timeline-item .tl-content ul li span:first-child{color:var(--color-secondary);margin-top:4px;min-width:16px}.education-content .timeline-container{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding-top:3rem}@media(min-width:768px){.education-content .timeline-container{grid-template-columns:repeat(2,1fr)}}.education-content .timeline-container .timeline-item{position:relative;padding-left:3rem;border-left:1px solid var(--color-grey-5);background:transparent;box-shadow:none;overflow:visible}.education-content .timeline-container .timeline-item .tl-icon{position:absolute;left:-25px;top:0;background-color:var(--color-secondary);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--color-white);z-index:10}.education-content .timeline-container .timeline-item .tl-content{background-color:var(--color-grey-5);padding:1.5rem;border-radius:10px;height:100%;transition:all .3s ease}.education-content .timeline-container .timeline-item .tl-content:hover{background:var(--color-grey-4)}.education-content .timeline-container .timeline-item .tl-content .tl-duration{padding:.2rem .8rem;background-color:var(--color-grey-4);border-radius:15px;display:inline-block;font-size:.8rem;text-transform:uppercase;font-weight:500;margin-bottom:1rem;color:var(--color-grey-2)}.education-content .timeline-container .timeline-item .tl-content h5{text-transform:uppercase;font-size:1.2rem;font-weight:600;color:var(--color-secondary);margin-bottom:.5rem}.education-content .timeline-container .timeline-item .tl-content h6{font-size:1rem;font-weight:500;color:var(--color-grey-1);margin-bottom:.5rem}.education-content .timeline-container .timeline-item .tl-content .grade{color:var(--color-secondary);font-weight:700;margin-bottom:1rem}.education-content .timeline-container .timeline-item .tl-content ul{list-style:none}.education-content .timeline-container .timeline-item .tl-content ul li{font-size:.95rem;margin-bottom:.5rem;color:var(--color-grey-2);line-height:1.5;padding-left:1rem;position:relative}.education-content .timeline-container .timeline-item .tl-content ul li:before{content:"•";position:absolute;left:0;color:var(--color-secondary)}.certificates-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:3rem}@media(min-width:768px){.certificates-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.certificates-grid{grid-template-columns:repeat(3,1fr)}}.certificates-grid .certificate-item{padding:2rem;display:flex;flex-direction:column;gap:1rem;background:var(--color-grey-5);border:1px solid var(--color-grey-5);border-radius:10px;transition:all .4s ease-in-out;position:relative;overflow:hidden}.certificates-grid .certificate-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,56,106,.05),transparent);transform:translate(-100%);transition:.5s}.certificates-grid .certificate-item:hover{transform:translateY(-5px);border-color:var(--color-secondary);box-shadow:var(--shadow-md)}.certificates-grid .certificate-item:hover:before{transform:translate(100%)}.certificates-grid .certificate-item:hover .cert-icon{transform:scale(1.1)}.certificates-grid .certificate-item .cert-icon{font-size:2.5rem;color:var(--color-secondary);margin-bottom:.5rem;transition:transform .3s ease}.certificates-grid .certificate-item h4{font-size:1.2rem;font-weight:600;color:var(--color-white);line-height:1.4}.certificates-grid .certificate-item .cert-date{font-size:.8rem;color:var(--color-grey-2);text-transform:uppercase;letter-spacing:1px;font-weight:500}.certificates-grid .certificate-item p{color:var(--color-grey-1);line-height:1.6;font-size:.95rem}.contact-content .contact-content-con{display:flex;flex-direction:column;padding-top:2rem;gap:3rem}@media(min-width:1024px){.contact-content .contact-content-con{flex-direction:row}}.contact-content .contact-content-con .left-contact{flex:2}.contact-content .contact-content-con .left-contact h4{margin-top:1rem;font-size:1.8rem;text-transform:uppercase;margin-bottom:1rem}@media(min-width:768px){.contact-content .contact-content-con .left-contact h4{font-size:2rem}}.contact-content .contact-content-con .left-contact p{margin:1rem 0;line-height:1.8;color:var(--color-grey-1)}.contact-content .contact-content-con .left-contact .contact-info{margin-top:2rem}.contact-content .contact-content-con .left-contact .contact-info .contact-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.contact-content .contact-content-con .left-contact .contact-info .contact-item .icon{display:grid;grid-template-columns:40px 1fr;align-items:center}.contact-content .contact-content-con .left-contact .contact-info .contact-item .icon span:first-child{font-size:1.3rem;color:var(--color-secondary)}.contact-content .contact-content-con .left-contact .contact-info .contact-item .icon span:last-child{font-size:1rem;color:var(--color-grey-1)}.contact-content .contact-content-con .left-contact .contact-icons{display:flex;margin-top:2rem;gap:1rem;flex-wrap:wrap}.contact-content .contact-content-con .left-contact .contact-icons .contact-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:var(--color-grey-5);color:var(--color-white);font-size:1.3rem;transition:all .4s ease-in-out;border:1px solid var(--color-grey-5);cursor:pointer}.contact-content .contact-content-con .left-contact .contact-icons .contact-icon:hover{background-color:var(--color-secondary);color:var(--color-primary);transform:translateY(-5px)}.contact-content .contact-content-con .right-contact{flex:3}.contact-content .contact-content-con .right-contact .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-content .contact-content-con .right-contact .contact-form .input-control{width:100%}.contact-content .contact-content-con .right-contact .contact-form .input-control.i-c-2{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.contact-content .contact-content-con .right-contact .contact-form .input-control.i-c-2{flex-direction:row}}.contact-content .contact-content-con .right-contact .contact-form .input-control input,.contact-content .contact-content-con .right-contact .contact-form .input-control textarea{border-radius:30px;font-weight:inherit;font-size:inherit;font-family:inherit;padding:.8rem 1.5rem;outline:none;border:none;background-color:var(--color-grey-5);width:100%;color:var(--color-white);resize:none;transition:all .3s ease}.contact-content .contact-content-con .right-contact .contact-form .input-control input:focus,.contact-content .contact-content-con .right-contact .contact-form .input-control textarea:focus{background-color:var(--color-grey-4);box-shadow:0 0 0 2px var(--color-secondary)}.contact-content .contact-content-con .right-contact .contact-form .input-control input::placeholder,.contact-content .contact-content-con .right-contact .contact-form .input-control textarea::placeholder{color:var(--color-grey-2)}.contact-content .contact-content-con .right-contact .contact-form .submit-btn{display:flex;justify-content:flex-start}.contact-content .contact-content-con .right-contact .contact-form .submit-btn button{padding:.8rem 2.5rem;border-radius:30px;background-color:var(--color-secondary);color:var(--color-white);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.contact-content .contact-content-con .right-contact .contact-form .submit-btn button:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);background-color:transparent;border:1px solid var(--color-secondary);color:var(--color-secondary)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}@media(min-width:768px){html{font-size:17px}}@media(min-width:1440px){html{font-size:18px}}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-primary);color:var(--color-white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{position:relative;width:100%;min-height:100vh;padding-bottom:80px}@media(min-width:1024px){.app{padding-bottom:0;padding-left:100px}}.main-content{width:100%;max-width:100vw;overflow-x:hidden}.section{min-height:100vh;width:100%;padding:4rem 1rem;display:flex;align-items:center;justify-content:center;position:relative}@media(min-width:768px){.section{padding:5rem 2rem}}@media(min-width:1024px){.section{padding:6rem 3rem}}@media(min-width:1440px){.section{padding:7rem 5rem}}.section-container{width:100%;max-width:1400px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;position:relative;padding-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.5rem}}@media(min-width:1024px){.section-title{font-size:3rem}}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--gradient-primary);border-radius:2px}@media(min-width:768px){.section-title:after{width:80px}}.section-subtitle{font-size:1rem;text-align:center;color:var(--color-grey-1);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}@media(min-width:768px){.section-subtitle{font-size:1.1rem;margin-bottom:3rem}}@media(min-width:1024px){.section-subtitle{font-size:1.2rem}}img{max-width:100%;height:auto;display:block}.img-wrapper{position:relative;overflow:hidden}.img-wrapper img{width:100%;height:100%;object-fit:cover}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.hide-desktop{display:block}@media(min-width:768px){.hide-desktop{display:none}}.main-title{text-align:center;padding:1rem 0;margin-bottom:3rem;position:relative}.main-title h2{position:relative;text-transform:uppercase;font-size:2rem;font-weight:700;z-index:1}@media(min-width:768px){.main-title h2{font-size:3rem}}@media(min-width:1024px){.main-title h2{font-size:4rem}}.main-title h2 span{color:var(--color-secondary)}.main-title h2 .bg-text{position:absolute;top:50%;left:50%;color:var(--color-grey-5);transition:all .4s ease-in-out;z-index:-1;transform:translate(-50%,-50%);font-weight:800;font-size:3rem;white-space:nowrap;opacity:.4;-webkit-user-select:none;user-select:none;width:100%}@media(min-width:768px){.main-title h2 .bg-text{font-size:4.5rem}}@media(min-width:1024px){.main-title h2 .bg-text{font-size:6.3rem}}
