.navbar{position:fixed;top:0;left:0;width:100%;padding:16px 0;z-index:1100;transition:all .3s ease;background-color:transparent}.navbar.scrolled{background-color:var(--nav-bg);box-shadow:0 1px 3px #0000001a;padding:8px 0}.navbar .navbar-container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar .logo a{font-size:24px;font-weight:700;color:#3498db;letter-spacing:1px}.navbar .nav-links{display:flex;gap:32px}.navbar .nav-links li a{color:#333;color:var(--nav-text);font-weight:500;position:relative}.navbar .nav-links li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#3498db;transition:width .3s ease}.navbar .nav-links li a:hover:after,.navbar .nav-links li a.active-link:after{width:100%}.navbar .nav-links li a.active-link{color:#3498db}.navbar .theme-switch{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--nav-border);background:var(--nav-theme-bg);border-radius:999px;padding:3px}.navbar .theme-switch button{width:32px;height:32px;border:none;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--nav-text);background:transparent;transition:.3s ease}.navbar .theme-switch button.active{background:var(--nav-active-bg);color:var(--nav-active-text)}.navbar .mobile-menu{display:none}.navbar .mobile-menu .mobile-menu-icon{font-size:24px;cursor:pointer;color:#3498db}.navbar .mobile-menu .mobile-nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#fff;box-shadow:0 10px 15px #0000001a;padding:48px 32px;transition:right .3s ease}.navbar .mobile-menu .mobile-nav.show-menu{right:0}.navbar .mobile-menu .mobile-nav .nav-links{flex-direction:column;gap:24px}.navbar .mobile-menu .mobile-nav .nav-links li a{display:block;padding:8px 0}.navbar .mobile-menu .mobile-nav .mobile-theme-switch{margin-bottom:24px}@media (max-width: 768px){.navbar .desktop-nav,.navbar .theme-switch{display:none}.navbar .mobile-menu{display:block}.navbar .mobile-menu .mobile-nav .mobile-theme-switch{display:inline-flex}}.social-links{display:flex;gap:16px}.social-links a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#f9f9f9;color:#3498db;transition:all .3s ease}.social-links a:hover{background-color:#3498db;color:#fff;transform:translateY(-3px)}.hero-section{height:100vh;display:flex;align-items:center;position:relative;padding:0;background-color:#fff;overflow:hidden}.hero-section .hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(52,152,219,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(52,152,219,.07) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at 50% 35%,black 42%,transparent 78%);mask-image:radial-gradient(circle at 50% 35%,black 42%,transparent 78%);pointer-events:none;z-index:0}.hero-section:after{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background-color:#3498db0d;border-radius:50%;z-index:-1}.hero-section:before{content:"";position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background-color:#3498db0d;border-radius:50%;z-index:-1}.hero-section .hero-container{width:90%;max-width:1200px;margin:0 auto;position:relative;padding-top:48px;z-index:1}.hero-section .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-section .hero-text h1{font-size:48px;font-weight:700;margin-bottom:16px;display:flex;flex-direction:column;gap:2px;line-height:1.08}.hero-section .hero-text h1 .eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:600}.hero-section .hero-text h1 .name{font-size:clamp(2.1rem,5vw,4rem)}.hero-section .hero-text .gradient-text{background:linear-gradient(90deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-section .hero-text .typewriter{margin-bottom:24px}.hero-section .hero-text .typewriter h2{font-size:32px;font-weight:600}.hero-section .hero-text .typewriter h2 .rotating{position:relative;display:inline-block;min-width:260px;height:1.2em;line-height:1.2em;overflow:hidden;vertical-align:bottom}.hero-section .hero-text .typewriter h2 .rotating .roles-track{display:flex;flex-direction:column;gap:0;will-change:transform;animation:slideRolesSmooth 9s infinite ease-in-out}.hero-section .hero-text .typewriter h2 .rotating .role{display:block;height:1.2em;white-space:nowrap}.hero-section .hero-text p{color:#777;margin-bottom:32px;font-size:18px;max-width:500px;line-height:1.8}.hero-section .hero-text .availability{display:inline-flex;align-items:center;gap:4px;background:#3498db14;color:#2980b9;border:1px solid rgba(52,152,219,.25);padding:6px 10px;border-radius:10px;margin-bottom:24px}.hero-section .hero-text .availability .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:pulse 1.8s infinite}.hero-section .hero-text .hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hero-section .hero-text .hero-chips .chip{background:linear-gradient(180deg,#ffffffe6,#3498db14);border:1px solid rgba(52,152,219,.2);border-radius:999px;padding:6px 12px;font-size:13px;color:#2980b9;font-weight:500}.hero-section .hero-text .hero-buttons{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.hero-section .hero-text .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:24px;max-width:540px}.hero-section .hero-text .hero-stats .stat{background:linear-gradient(145deg,#fffffffa,#3498db14);border:1px solid rgba(52,152,219,.16);border-radius:8px;padding:12px 10px;display:flex;flex-direction:column;gap:4px;text-align:center;box-shadow:0 1px 3px #0000001a}.hero-section .hero-text .hero-stats .stat strong{font-size:18px;color:#2980b9;line-height:1}.hero-section .hero-text .hero-stats .stat span{font-size:12px;color:#777}.hero-section .hero-image .image-container{position:relative;animation:floatY 6s ease-in-out infinite;isolation:isolate}.hero-section .hero-image .image-container:before{content:"";position:absolute;bottom:-25px;right:-25px;width:100%;height:100%;border:5px solid #3498db;border-radius:8px;z-index:-1}.hero-section .hero-image .image-container img{border-radius:8px;box-shadow:0 10px 15px #0000001a;width:100%;height:auto}.hero-section .hero-image .image-container .image-ring{position:absolute;border-radius:50%;border:1px dashed rgba(52,152,219,.35);z-index:-1;animation:spin 18s linear infinite}.hero-section .hero-image .image-container .ring-one{width:120%;height:120%;top:-10%;left:-10%}.hero-section .hero-image .image-container .ring-two{width:135%;height:135%;top:-17.5%;left:-17.5%;animation-direction:reverse;animation-duration:26s}.hero-section .hero-image .image-container .floating-tags{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-section .hero-image .image-container .floating-tags .floating-tag{position:absolute;background:#fffffff0;border:1px solid rgba(52,152,219,.22);border-radius:999px;box-shadow:0 4px 6px #0000001a;color:#2980b9;font-size:12px;font-weight:600;padding:6px 10px;white-space:nowrap;animation:bob 4s ease-in-out infinite}.hero-section .hero-image .image-container .floating-tags .floating-tag:nth-child(1){top:5%;left:-8%;animation-delay:0s}.hero-section .hero-image .image-container .floating-tags .floating-tag:nth-child(2){top:22%;right:-12%;animation-delay:.6s}.hero-section .hero-image .image-container .floating-tags .floating-tag:nth-child(3){bottom:22%;left:-12%;animation-delay:1.2s}.hero-section .hero-image .image-container .floating-tags .floating-tag:nth-child(4){bottom:6%;right:-8%;animation-delay:1.8s}.hero-section .hero-image .image-container .glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(600px circle at 30% 20%,rgba(52,152,219,.15),transparent 40%),radial-gradient(600px circle at 70% 80%,rgba(41,128,185,.15),transparent 40%);filter:blur(12px);z-index:-2}.hero-section .scroll-down{position:absolute;bottom:48px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.hero-section .scroll-down a{display:flex;flex-direction:column;align-items:center;color:#777}.hero-section .scroll-down a .mouse{width:26px;height:40px;border:2px solid #777777;border-radius:20px;position:relative;margin-bottom:8px}.hero-section .scroll-down a .mouse .wheel{width:4px;height:8px;background-color:#3498db;border-radius:50%;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scroll 1.5s infinite}.hero-section .scroll-down a .scroll-text{font-size:14px}@keyframes scroll{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(15px);opacity:0}}@keyframes slideRolesSmooth{0%{transform:translateY(0)}18%{transform:translateY(0)}28%{transform:translateY(-1.2em)}46%{transform:translateY(-1.2em)}56%{transform:translateY(-2.4em)}74%{transform:translateY(-2.4em)}84%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 12px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}html[data-theme=dark] .hero-section{background-color:#0f1b29}html[data-theme=dark] .hero-section .hero-bg-grid{background-image:linear-gradient(rgba(87,164,219,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(87,164,219,.12) 1px,transparent 1px)}html[data-theme=dark] .hero-section .hero-text .availability{background:#214e7061;color:#93d2ff;border-color:#6bb8eb61}html[data-theme=dark] .hero-section .hero-text .hero-chips .chip{background:linear-gradient(180deg,#1e364cf2,#14283bf2);border-color:#6ab0df6b;color:#9fd7ff}html[data-theme=dark] .hero-section .hero-text .hero-stats .stat{background:linear-gradient(160deg,#1b3248f0,#112131eb);border-color:#6bb8eb57;box-shadow:none}html[data-theme=dark] .hero-section .hero-text .hero-stats .stat strong{color:#86cdff}html[data-theme=dark] .hero-section .hero-text .hero-stats .stat span{color:#aac2d7}html[data-theme=dark] .hero-section .hero-image .image-container .floating-tags .floating-tag{background:#17293af2;border-color:#6bb8eb59;color:#9fd7ff;box-shadow:none}@media (max-width: 992px){.hero-section{height:auto;padding:64px 0}.hero-section .hero-content{grid-template-columns:1fr;gap:48px}.hero-section .hero-text{order:1;text-align:center}.hero-section .hero-text h1{font-size:32px}.hero-section .hero-text .typewriter h2{font-size:24px}.hero-section .hero-text p{margin:0 auto 32px}.hero-section .hero-text .hero-buttons,.hero-section .hero-text .hero-chips{justify-content:center}.hero-section .hero-text .hero-stats{max-width:none}.hero-section .hero-text .hero-social{justify-content:center}.hero-section .hero-image{order:0;max-width:400px;margin:0 auto}.hero-section .hero-image .image-container .floating-tags,.hero-section .scroll-down{display:none}}@media (max-width: 768px){.hero-section .hero-text h1 .eyebrow{font-size:12px}.hero-section .hero-text p{font-size:16px}.hero-section .hero-text .hero-stats{grid-template-columns:1fr}}.about-section{overflow-x:clip;background:radial-gradient(circle at 8% 10%,rgba(52,152,219,.16),transparent 35%),radial-gradient(circle at 88% 85%,rgba(41,128,185,.12),transparent 40%),linear-gradient(180deg,#f4faff,#f7f9fc 45%,#fff)}.about-section .section-title{margin-bottom:48px}.about-section .section-title h2{font-size:clamp(2rem,4vw,2.75rem);letter-spacing:.5px}.about-section .about-content{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:clamp(1.5rem,3vw,3.25rem);align-items:stretch}.about-section .about-content .about-image{position:relative}.about-section .about-content .about-image .image-container{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(52,152,219,.25);box-shadow:0 22px 50px #0b192933}.about-section .about-content .about-image .image-container img{width:100%;height:100%;min-height:420px;object-fit:cover}.about-section .about-content .about-image .image-container .image-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 35%,#0b192973),radial-gradient(circle at 80% 20%,rgba(52,152,219,.28),transparent 44%);pointer-events:none}.about-section .about-content .about-image:after{content:"";position:absolute;top:14px;right:-14px;bottom:-14px;left:14px;border:1px dashed rgba(52,152,219,.45);border-radius:24px;z-index:-1}.about-section .about-content .about-image .about-floating-card{position:absolute;right:-16px;bottom:24px;max-width:220px;padding:14px 16px;background:#ffffffeb;border:1px solid rgba(52,152,219,.26);border-radius:14px;box-shadow:0 15px 30px #0000001f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:4px}.about-section .about-content .about-image .about-floating-card span{font-size:.72rem;font-weight:700;letter-spacing:.12em;color:#3498db}.about-section .about-content .about-image .about-floating-card strong{color:#16324a;line-height:1.35;font-size:.92rem}.about-section .about-content .about-text{border-radius:24px;border:1px solid rgba(52,152,219,.18);background:linear-gradient(155deg,#fffffff0,#f7fbfff5);box-shadow:0 18px 35px #102a431a;padding:clamp(1.25rem,2.2vw,2rem);display:flex;flex-direction:column;gap:24px}.about-section .about-content .about-text .about-kicker{align-self:flex-start;font-size:.72rem;font-weight:700;letter-spacing:.15em;color:#3498db;background:#3498db1f;padding:6px 10px;border-radius:999px}.about-section .about-content .about-text h3{font-size:clamp(1.5rem,2.1vw,2.2rem);font-weight:700;line-height:1.25;color:#142f47}.about-section .about-content .about-text p{margin:0;color:#4a5e72;line-height:1.85}.about-section .about-content .about-text .about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.about-section .about-content .about-text .about-stats .stat-card{border:1px solid rgba(52,152,219,.18);background:#fff;border-radius:12px;padding:12px 10px;text-align:center}.about-section .about-content .about-text .about-stats .stat-card h4{color:#3498db;font-size:1.25rem;font-weight:700;line-height:1.2;margin-bottom:4px}.about-section .about-content .about-text .about-stats .stat-card p{font-size:.8rem;font-weight:500;color:#607385;line-height:1.3}.about-section .about-content .about-text .about-details{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-section .about-content .about-text .about-details .detail-item{border:1px solid rgba(52,152,219,.16);background:#ffffffd9;border-radius:12px;padding:12px;display:flex;gap:10px;align-items:center}.about-section .about-content .about-text .about-details .detail-item .detail-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#3498db;background:#3498db24;flex-shrink:0}.about-section .about-content .about-text .about-details .detail-item h4{margin:0;color:#23435f;font-size:.85rem;font-weight:600}.about-section .about-content .about-text .about-details .detail-item p{margin-top:2px;font-size:.82rem;line-height:1.35;color:#5e7286}.about-section .about-content .about-text .about-cta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.about-section .about-content .about-text .about-cta .btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;border-radius:10px;box-shadow:0 9px 20px #2980b947}.about-section .about-content .about-text .about-cta .about-link-btn{color:#0f4f7f;font-weight:600;border:1px solid rgba(15,79,127,.35);border-radius:10px;padding:12px 18px;background:#ffffffd1;transition:.3s ease}.about-section .about-content .about-text .about-cta .about-link-btn:hover{color:#08385c;background:#fff;border-color:#08385c8c}@media (max-width: 992px){.about-section .about-content{grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.4rem)}.about-section .about-content .about-image{max-width:480px;margin:0 auto}.about-section .about-content .about-image .image-container img{min-height:360px}.about-section .about-content .about-image .about-floating-card{right:12px;bottom:14px;max-width:210px}.about-section .about-content .about-text .about-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.about-section .about-content .about-text .about-details{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.about-section .about-content .about-image:after{top:10px;right:-8px;bottom:-8px;left:10px}.about-section .about-content .about-image .image-container{border-radius:18px}.about-section .about-content .about-image .image-container img{min-height:300px}.about-section .about-content .about-image .about-floating-card{position:relative;right:auto;bottom:auto;margin:12px auto 0}.about-section .about-content .about-text{border-radius:18px;gap:14px}.about-section .about-content .about-text .about-stats,.about-section .about-content .about-text .about-details{grid-template-columns:1fr}.about-section .about-content .about-text .about-cta .btn,.about-section .about-content .about-text .about-cta .about-link-btn{width:100%;justify-content:center}}.project-card{background:linear-gradient(160deg,#fffffff7,#f4fafff2);border:1px solid rgba(52,152,219,.2);border-radius:16px;overflow:hidden;box-shadow:0 14px 30px #1241631a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #10355429}.project-card:hover .project-image img{transform:scale(1.05)}.project-card:hover .project-image .project-links{opacity:1;visibility:visible}.project-card .project-image{position:relative;overflow:hidden;height:210px}.project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card .project-image .project-index{position:absolute;top:12px;left:12px;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#fff;background:#0b1b29b8;padding:6px 8px;border-radius:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.project-card .project-image .project-badge{position:absolute;right:12px;top:12px;font-size:.7rem;font-weight:700;color:#0e5d90;background:#fffffff0;border:1px solid rgba(52,152,219,.35);border-radius:999px;padding:5px 9px;letter-spacing:.05em;text-transform:uppercase}.project-card .project-image .project-links{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#03121e1a,#03121eb3),radial-gradient(circle at 20% 20%,rgba(52,152,219,.25),transparent 40%);display:flex;justify-content:center;align-items:center;gap:14px;opacity:0;visibility:hidden;transition:.3s ease}.project-card .project-image .project-links a{display:inline-flex;flex-direction:column;align-items:center;gap:5px;min-width:68px;color:#fff;font-size:1rem;font-weight:600;border-radius:10px;border:1px solid rgba(255,255,255,.38);background:#ffffff14;padding:8px 10px}.project-card .project-image .project-links a span{font-size:.72rem}.project-card .project-image .project-links a:hover{color:#fff;border-color:#fffffff2;background:#ffffff29}.project-card .project-info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.project-card .project-info h3{margin-bottom:8px;color:#163a57;font-size:1.2rem;text-align:left}.project-card .project-info p{color:#5f7386;font-size:.9rem;margin-bottom:14px;line-height:1.65;text-align:left;flex-grow:1}.project-card .project-info .project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.project-card .project-info .project-tags .tag{background:#3498db1a;color:#0f5f93;border:1px solid rgba(52,152,219,.25);padding:4px 8px;border-radius:999px;font-size:.76rem;font-weight:600}.project-card .project-info .project-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.project-card .project-info .project-actions a{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:9px;padding:9px 8px;font-size:.83rem;font-weight:600;border:1px solid rgba(18,94,146,.28);color:#125e92;background:#ffffffe0;transition:.3s ease}.project-card .project-info .project-actions a:hover{color:#fff;background:#125e92;border-color:#125e92}@media (max-width: 768px){.project-card .project-image{height:196px}.project-card .project-info .project-actions{grid-template-columns:1fr}}.projects-section{padding:88px 0;background:radial-gradient(circle at 12% 14%,rgba(52,152,219,.16),transparent 36%),radial-gradient(circle at 86% 82%,rgba(41,128,185,.12),transparent 40%),linear-gradient(180deg,#f5faff,#f8fbff 48%,#fff)}.projects-section .container{text-align:center}.projects-section .section-title{margin-bottom:24px}.projects-section .section-title h2{font-size:clamp(2rem,4vw,2.75rem);letter-spacing:.4px}.projects-section .section-description{max-width:680px;margin:0 auto 32px;color:#5f7386;line-height:1.75}.projects-section .projects-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 auto 48px;max-width:920px}.projects-section .projects-stats .stat-item{border:1px solid rgba(52,152,219,.2);background:#ffffffe0;border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 20px #12416312}.projects-section .projects-stats .stat-item .icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#1470ab;background:#3498db24}.projects-section .projects-stats .stat-item strong{color:#153b58;font-size:1.2rem;font-weight:700;line-height:1.1}.projects-section .projects-stats .stat-item p{margin-top:2px;color:#5f7386;font-size:.8rem}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-top:8px}.projects-section .more-projects{margin-top:48px}.projects-section .more-projects .btn{padding:12px 22px;font-size:1rem;border-radius:10px;border-width:1px;background:#ffffffd1;font-weight:600;color:#125e92;border-color:#125e9266}.projects-section .more-projects .btn:hover{background:#125e92;color:#fff}@media (max-width: 768px){.projects-section{padding:64px 0}.projects-section .projects-stats{grid-template-columns:1fr;max-width:420px;margin-bottom:32px}.projects-section .projects-grid{grid-template-columns:1fr}}.skill-bar{margin-bottom:10px;padding:12px 14px;background:#ffffffeb;border:1px solid rgba(52,152,219,.18);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.skill-bar:hover{transform:translateY(-2px);box-shadow:0 10px 20px #14466c24}.skill-bar .skill-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.skill-bar .skill-info .skill-name{font-weight:600;color:#214460}.skill-bar .skill-info .skill-percentage{color:#0f5e94;font-weight:700;font-size:.86rem;padding:3px 8px;border-radius:999px;background:#3498db21}.skill-bar .skill-progress-bg{height:11px;background-color:#e7f1f9;border-radius:50%;overflow:hidden}.skill-bar .skill-progress-bg .skill-progress-fill{height:100%;background-image:linear-gradient(90deg,#5faee3,#3498db);border-radius:50%;position:relative;box-shadow:inset 0 0 8px #00000026}.skill-bar .skill-progress-bg .skill-progress-fill:after{content:"";position:absolute;top:0;bottom:0;right:-40%;width:40%;background:linear-gradient(90deg,#fff0,#ffffff40,#fff0);animation:shimmer 2.2s infinite}.skill-bar .skill-progress-bg .skill-progress-fill .progress-tip{position:absolute;top:50%;right:0;transform:translate(50%,-50%);width:13px;height:13px;border-radius:50%;background:#fff;border:2px solid rgba(52,152,219,.9);box-shadow:0 0 0 3px #3498db26}.skill-bar.level-10 .skill-progress-fill{background-image:linear-gradient(90deg,#4ade80,#22c55e)}.skill-bar.level-9 .skill-progress-fill{background-image:linear-gradient(90deg,#86efac,#4ade80)}.skill-bar.level-8 .skill-progress-fill{background-image:linear-gradient(90deg,#a5b4fc,#6366f1)}.skill-bar.level-7 .skill-progress-fill{background-image:linear-gradient(90deg,#93c5fd,#3b82f6)}.skill-bar.level-6 .skill-progress-fill{background-image:linear-gradient(90deg,#60a5fa,#2563eb)}.skill-bar.level-5 .skill-progress-fill{background-image:linear-gradient(90deg,#fbbf24,#f59e0b)}.skill-bar.level-4 .skill-progress-fill{background-image:linear-gradient(90deg,#fca5a5,#ef4444)}.skill-bar.level-3 .skill-progress-fill{background-image:linear-gradient(90deg,#fda4af,#fb7185)}.skill-bar.level-2 .skill-progress-fill{background-image:linear-gradient(90deg,#fed7aa,#fb923c)}.skill-bar.level-1 .skill-progress-fill{background-image:linear-gradient(90deg,#e5e7eb,#9ca3af)}@keyframes shimmer{0%{transform:translate(0)}to{transform:translate(-120%)}}.skills-section{background:radial-gradient(circle at 12% 15%,rgba(41,128,185,.15),transparent 38%),radial-gradient(circle at 85% 80%,rgba(52,152,219,.1),transparent 40%),linear-gradient(180deg,#fff,#f7fbff)}.skills-section .section-title{display:flex;flex-direction:column;align-items:center;gap:8px}.skills-section .section-title h2{font-size:clamp(2rem,4vw,2.7rem);letter-spacing:.4px}.skills-section .section-title .skills-subtitle{max-width:620px;text-align:center;color:#5b6f80;line-height:1.7;margin-top:16px}.skills-section .skills-content{max-width:1040px;margin:0 auto}.skills-section .skills-content .skills-controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px;padding:clamp(12px,2vw,18px);border-radius:18px;border:1px solid rgba(52,152,219,.18);background:linear-gradient(160deg,#fffffff2,#f6faffeb);box-shadow:0 14px 30px #0f325214;flex-wrap:wrap}.skills-section .skills-content .skills-tabs{display:flex;flex-wrap:wrap;gap:8px}.skills-section .skills-content .skills-tabs .tab-btn{padding:9px 16px;border-radius:999px;border:1px solid rgba(52,152,219,.22);background:#ffffffe6;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:500;color:#35536b;cursor:pointer;transition:.3s ease}.skills-section .skills-content .skills-tabs .tab-btn.active{color:#fff;background:linear-gradient(135deg,#3498db,#2d7fb5);border-color:transparent;box-shadow:0 8px 18px #2d7fb559}.skills-section .skills-content .skills-tabs .tab-btn:hover{transform:translateY(-1px);border-color:#2d7fb573}.skills-section .skills-content .skills-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.skills-section .skills-content .skills-actions .search-wrap{position:relative}.skills-section .skills-content .skills-actions .search-wrap .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#7b90a4;font-size:.82rem;pointer-events:none}.skills-section .skills-content .skills-actions .skills-search{padding:10px 12px 10px 34px;background:#fff;color:#34495e;border:1px solid rgba(120,145,167,.35);border-radius:10px;min-width:230px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.skills-section .skills-content .skills-actions .skills-search:focus{border-color:#3498dbb3;box-shadow:0 0 0 3px #3498db29}.skills-section .skills-content .skills-actions .view-toggle{display:inline-flex;border:1px solid rgba(120,145,167,.3);border-radius:10px;padding:3px;background:#fff}.skills-section .skills-content .skills-actions .view-toggle .toggle-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;color:#5e7488;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:.3s ease}.skills-section .skills-content .skills-actions .view-toggle .toggle-btn.active{background:#ecf7ff;color:#0e5b90;font-weight:600}.skills-section .skills-content .skills-list .skills-category{border:1px solid rgba(52,152,219,.2);border-radius:22px;background:linear-gradient(165deg,#fff,#f6fafe 65%);box-shadow:0 16px 38px #0f325214;padding:clamp(1rem,2.5vw,2rem)}.skills-section .skills-content .skills-list .skills-category .category-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;flex-wrap:wrap}.skills-section .skills-content .skills-list .skills-category .category-header h3{font-size:clamp(1.3rem,2vw,1.8rem);color:#113650;letter-spacing:.3px}.skills-section .skills-content .skills-list .skills-category .category-header .category-pill{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.08em;color:#1e6a9f;border-radius:999px;background:#3498db24;padding:8px 12px;text-transform:uppercase}.skills-section .skills-content .skills-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}.skills-section .skills-content .skills-overview .overview-card{border:1px solid rgba(52,152,219,.2);background:#ffffffe6;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:2px}.skills-section .skills-content .skills-overview .overview-card span{font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;color:#6f8598;font-weight:700}.skills-section .skills-content .skills-overview .overview-card strong{font-size:1.1rem;color:#173f5c;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skills-section .skills-content .badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.skills-section .skills-content .skill-badge{display:flex;flex-direction:column;align-items:center;padding:14px 10px;border:1px solid rgba(52,152,219,.2);background:#ffffffdb;border-radius:14px;transition:transform .2s ease,box-shadow .2s ease}.skills-section .skills-content .skill-badge:hover{transform:translateY(-2px);box-shadow:0 10px 22px #1a4e761f}.skills-section .skills-content .skill-badge .ring{position:relative;width:96px;height:96px;margin-bottom:8px}.skills-section .skills-content .skill-badge .ring .circular-chart{width:100%;height:100%}.skills-section .skills-content .skill-badge .ring .circle-bg{fill:none;stroke:#3d688929;stroke-width:2.6}.skills-section .skills-content .skill-badge .ring .circle{fill:none;stroke:#3498db;stroke-width:2.7;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center}.skills-section .skills-content .skill-badge .ring .percent{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1d4e71;font-size:.95rem}.skills-section .skills-content .skill-badge .name{margin-top:4px;font-size:.92rem;font-weight:600;color:#24445f}.skills-section .skills-content .empty-state{color:#7a8f9f;font-size:.92rem;padding:16px 6px}@media (max-width: 992px){.skills-section .skills-content .skills-controls{align-items:flex-start}.skills-section .skills-content .skills-actions{width:100%;justify-content:space-between}.skills-section .skills-content .skills-overview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.skills-section .skills-content .skills-controls{padding:12px}.skills-section .skills-content .skills-tabs{width:100%}.skills-section .skills-content .skills-tabs .tab-btn{flex:1 1 calc(50% - 8px);text-align:center}.skills-section .skills-content .skills-actions{width:100%;justify-content:center}.skills-section .skills-content .skills-actions .search-wrap{width:100%}.skills-section .skills-content .skills-actions .skills-search{min-width:0;width:100%}.skills-section .skills-content .skills-actions .view-toggle{width:100%}.skills-section .skills-content .skills-actions .view-toggle .toggle-btn{justify-content:center;width:50%}.skills-section .skills-content .skills-overview{grid-template-columns:1fr}.skills-section .skills-content .badges-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.education-section{padding:64px 0;background:radial-gradient(circle at 10% 14%,rgba(52,152,219,.14),transparent 35%),radial-gradient(circle at 86% 84%,rgba(41,128,185,.1),transparent 40%),linear-gradient(180deg,#fff,#f7fbff 55%,#fff)}.education-section .section-title{text-align:center;margin-bottom:16px}.education-section .section-title h2{font-size:clamp(2rem,4vw,2.8rem);letter-spacing:.4px}.education-section .section-description{text-align:center;max-width:690px;margin:0 auto 32px;color:#5f7386;line-height:1.75}.education-section .education-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:920px;margin:0 auto 48px}.education-section .education-stats .stat-card{border:1px solid rgba(52,152,219,.22);background:#ffffffe6;border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 22px #113e5e14}.education-section .education-stats .stat-card .icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#1470ab;background:#3498db26}.education-section .education-stats .stat-card strong{color:#153a56;font-size:1.2rem;line-height:1.1;font-weight:700}.education-section .education-stats .stat-card p{margin-top:2px;color:#5f7386;font-size:.8rem}.education-section .timeline{position:relative;max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.education-section .timeline:before{content:"";position:absolute;left:50%;top:4px;width:3px;height:calc(100% - 8px);border-radius:999px;background:linear-gradient(180deg,#3498dbd9,#2980b933);transform:translate(-50%)}.education-section .timeline-item{display:flex;align-items:stretch;position:relative;width:100%;min-height:215px}.education-section .timeline-item .timeline-icon{position:absolute;left:50%;top:22px;transform:translate(-50%);width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#3498db,#2b7eb3);border:2px solid #fff;box-shadow:0 10px 20px #125e924d;display:grid;place-items:center;z-index:2}.education-section .timeline-item .timeline-content{width:calc(50% - 34px);border:1px solid rgba(52,152,219,.2);background:linear-gradient(170deg,#fffffff5,#f3f9fff2);border-radius:16px;box-shadow:0 15px 32px #123e5e17;padding:16px;transition:transform .3s ease,box-shadow .3s ease}.education-section .timeline-item .timeline-content:hover{transform:translateY(-3px);box-shadow:0 18px 38px #10345421}.education-section .timeline-item .timeline-content .timeline-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.education-section .timeline-item .timeline-content .timeline-meta .timeline-date{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1670aa;background:#3498db1f;border-radius:999px;padding:5px 9px}.education-section .timeline-item .timeline-content .timeline-meta .status-chip{font-size:.72rem;font-weight:700;color:#15803d;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);border-radius:999px;padding:4px 8px}.education-section .timeline-item .timeline-content h3{color:#163a57;font-size:1.12rem;margin-bottom:6px}.education-section .timeline-item .timeline-content h4{margin-bottom:10px;display:inline-flex;align-items:center;gap:7px;font-size:.9rem;color:#2f5571;font-weight:600}.education-section .timeline-item .timeline-content p{color:#5f7386;line-height:1.65;font-size:.9rem;margin-bottom:12px}.education-section .timeline-item .timeline-content .achievement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px}.education-section .timeline-item .timeline-content .achievement-header span{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:#1d567e;letter-spacing:.04em;text-transform:uppercase}.education-section .timeline-item .timeline-content .achievement-header small{color:#6f8598;font-size:.75rem;font-weight:600;white-space:nowrap}.education-section .timeline-item .timeline-content .achievements{display:flex;flex-direction:column;gap:7px}.education-section .timeline-item .timeline-content .achievements li{position:relative;padding-left:18px;color:#4f6578;line-height:1.5;font-size:.86rem}.education-section .timeline-item .timeline-content .achievements li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:#3498db;box-shadow:0 0 0 3px #3498db29}.education-section .timeline-item.left .timeline-content{margin-right:auto;text-align:right}.education-section .timeline-item.left .timeline-content .achievements li{text-align:right;padding-left:0;padding-right:18px}.education-section .timeline-item.left .timeline-content .achievements li:before{left:auto;right:0}.education-section .timeline-item.right .timeline-content{margin-left:auto;text-align:left}@media (max-width: 992px){.education-section .timeline:before{left:18px;transform:none}.education-section .timeline-item{min-height:auto;padding-left:42px}.education-section .timeline-item .timeline-icon{left:18px;transform:none}.education-section .timeline-item .timeline-content{width:100%}.education-section .timeline-item.left .timeline-content,.education-section .timeline-item.right .timeline-content{margin:0;text-align:left}.education-section .timeline-item.left .timeline-content .achievements li,.education-section .timeline-item.right .timeline-content .achievements li{text-align:left;padding-left:18px;padding-right:0}.education-section .timeline-item.left .timeline-content .achievements li:before,.education-section .timeline-item.right .timeline-content .achievements li:before{left:0;right:auto}}@media (max-width: 768px){.education-section{padding:48px 0}.education-section .education-stats{grid-template-columns:1fr;gap:10px;margin-bottom:32px}.education-section .timeline-item{padding-left:36px}.education-section .timeline-item .timeline-icon{width:34px;height:34px;top:20px;left:14px;font-size:.82rem}.education-section .timeline-item .timeline-content{border-radius:14px;padding:12px}.education-section .timeline-item .timeline-content .timeline-meta{flex-wrap:wrap}.education-section .timeline-item .timeline-content h3{font-size:1.03rem}}.experience-section{padding:64px 0;background:radial-gradient(circle at 12% 14%,rgba(52,152,219,.14),transparent 36%),radial-gradient(circle at 88% 84%,rgba(41,128,185,.1),transparent 40%),linear-gradient(180deg,#f6fbff,#f9fcff,#fff)}.experience-section .section-title{text-align:center;margin-bottom:16px}.experience-section .section-title h2{font-size:clamp(2rem,4vw,2.8rem);letter-spacing:.4px}.experience-section .section-description{text-align:center;max-width:690px;margin:0 auto 32px;color:#5f7386;line-height:1.75}.experience-section .experience-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:920px;margin:0 auto 48px}.experience-section .experience-stats .stat-card{border:1px solid rgba(52,152,219,.22);background:#ffffffe6;border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 22px #113e5e14}.experience-section .experience-stats .stat-card .icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#1470ab;background:#3498db26}.experience-section .experience-stats .stat-card strong{color:#153a56;font-size:1.2rem;line-height:1.1;font-weight:700}.experience-section .experience-stats .stat-card p{margin-top:2px;color:#5f7386;font-size:.8rem}.experience-section .timeline{display:flex;flex-direction:column;position:relative;max-width:940px;margin:0 auto;gap:10px}.experience-section .timeline:before{content:"";position:absolute;left:50%;top:4px;width:3px;height:calc(100% - 8px);border-radius:999px;background:linear-gradient(180deg,#3498dbd9,#2980b933);transform:translate(-50%)}.experience-section .timeline-item{display:flex;align-items:stretch;position:relative;width:100%;min-height:220px}.experience-section .timeline-item .timeline-icon{position:absolute;left:50%;top:24px;transform:translate(-50%);width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#3498db,#2b7eb3);border:2px solid #fff;box-shadow:0 10px 20px #125e924d;display:grid;place-items:center;z-index:2}.experience-section .timeline-item .timeline-content{width:calc(50% - 34px);border:1px solid rgba(52,152,219,.2);background:linear-gradient(170deg,#fffffff5,#f3f9fff2);border-radius:16px;box-shadow:0 15px 32px #123e5e17;padding:16px;transition:transform .3s ease,box-shadow .3s ease}.experience-section .timeline-item .timeline-content:hover{transform:translateY(-3px);box-shadow:0 18px 38px #10345421}.experience-section .timeline-item .timeline-content .timeline-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.experience-section .timeline-item .timeline-content .timeline-meta .timeline-date{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1670aa;background:#3498db1f;border-radius:999px;padding:5px 9px}.experience-section .timeline-item .timeline-content .timeline-meta .status-chip{font-size:.72rem;font-weight:700;color:#15803d;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);border-radius:999px;padding:4px 8px}.experience-section .timeline-item .timeline-content h3{color:#163a57;font-size:1.15rem;margin-bottom:6px}.experience-section .timeline-item .timeline-content h4{margin-bottom:10px;display:inline-flex;align-items:center;gap:7px;font-size:.9rem;color:#2f5571;font-weight:600}.experience-section .timeline-item .timeline-content p{color:#5f7386;line-height:1.65;font-size:.9rem;margin-bottom:12px}.experience-section .timeline-item .timeline-content .achievement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px}.experience-section .timeline-item .timeline-content .achievement-header span{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:#1d567e;letter-spacing:.04em;text-transform:uppercase}.experience-section .timeline-item .timeline-content .achievement-header small{color:#6f8598;font-size:.75rem;font-weight:600;white-space:nowrap}.experience-section .timeline-item .timeline-content .achievements{display:flex;flex-direction:column;gap:7px}.experience-section .timeline-item .timeline-content .achievements li{position:relative;padding-left:18px;color:#4f6578;line-height:1.5;font-size:.86rem}.experience-section .timeline-item .timeline-content .achievements li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:#3498db;box-shadow:0 0 0 3px #3498db29}.experience-section .timeline-item.left .timeline-content{margin-right:auto;text-align:right}.experience-section .timeline-item.left .timeline-content .achievements li{text-align:right;padding-left:0;padding-right:18px}.experience-section .timeline-item.left .timeline-content .achievements li:before{left:auto;right:0}.experience-section .timeline-item.right .timeline-content{margin-left:auto;text-align:left}@media (max-width: 992px){.experience-section .experience-stats{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%}.experience-section .timeline:before{left:18px;transform:none}.experience-section .timeline-item{min-height:auto;padding-left:42px}.experience-section .timeline-item .timeline-icon{left:18px;transform:none}.experience-section .timeline-item .timeline-content{width:100%}.experience-section .timeline-item.left .timeline-content,.experience-section .timeline-item.right .timeline-content{margin:0;text-align:left}.experience-section .timeline-item.left .timeline-content .achievements li,.experience-section .timeline-item.right .timeline-content .achievements li{text-align:left;padding-left:18px;padding-right:0}.experience-section .timeline-item.left .timeline-content .achievements li:before,.experience-section .timeline-item.right .timeline-content .achievements li:before{left:0;right:auto}}@media (max-width: 768px){.experience-section{padding:48px 0}.experience-section .experience-stats{grid-template-columns:1fr;gap:10px;margin-bottom:32px}.experience-section .timeline-item{padding-left:36px}.experience-section .timeline-item .timeline-icon{width:34px;height:34px;top:20px;left:14px;font-size:.82rem}.experience-section .timeline-item .timeline-content{border-radius:14px;padding:12px}.experience-section .timeline-item .timeline-content .timeline-meta{flex-wrap:wrap}.experience-section .timeline-item .timeline-content h3{font-size:1.05rem}}.contact-form-container{background:transparent;border-radius:0;padding:0;box-shadow:none}.contact-form-container .contact-form .form-group{margin-bottom:12px}.contact-form-container .contact-form .form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:.86rem;color:#24445f}.contact-form-container .contact-form .form-group input,.contact-form-container .contact-form .form-group textarea{width:100%;padding:11px 12px;border:1px solid rgba(120,145,167,.35);border-radius:10px;font-family:Poppins,sans-serif;font-size:.92rem;color:#2b4a62;background:#ffffffeb;transition:border-color .3s ease,box-shadow .3s ease}.contact-form-container .contact-form .form-group input:focus,.contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:#3498dbbf;box-shadow:0 0 0 3px #3498db26}.contact-form-container .contact-form .form-group textarea{resize:vertical}.contact-form-container .contact-form .submit-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;background:linear-gradient(135deg,#3498db,#2b7eb3);color:#fff;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;box-shadow:0 10px 22px #115e924d;transition:.3s ease}.contact-form-container .contact-form .submit-btn:hover{filter:brightness(1.03)}.contact-form-container .contact-form .submit-btn:disabled{background:#9db5c7;box-shadow:none;cursor:not-allowed}.contact-form-container .success-message{text-align:center;border:1px solid rgba(34,197,94,.35);background:#22c55e1a;border-radius:12px;padding:18px 14px}.contact-form-container .success-message h3{color:#166534;font-size:1.2rem;margin-bottom:6px}.contact-form-container .success-message p{color:#335e4a;margin:0;line-height:1.55}.contact-section{padding:64px 0;background:radial-gradient(circle at 10% 18%,rgba(52,152,219,.16),transparent 35%),radial-gradient(circle at 90% 82%,rgba(41,128,185,.1),transparent 42%),linear-gradient(180deg,#f6fbff,#f9fcff 45%,#fff)}.contact-section .section-title{text-align:center;margin-bottom:16px}.contact-section .section-title h2{font-size:clamp(2rem,4vw,2.8rem);letter-spacing:.4px}.contact-section .section-description{text-align:center;max-width:700px;margin:0 auto 32px;color:#5f7386;line-height:1.75}.contact-section .contact-container{display:grid;grid-template-columns:.95fr 1.05fr;gap:16px;align-items:stretch}.contact-section .contact-info,.contact-section .contact-form-wrapper{border:1px solid rgba(52,152,219,.2);border-radius:16px;background:linear-gradient(165deg,#fffffff2,#f4f9fff0);box-shadow:0 15px 32px #123e5e17;padding:16px}.contact-section .contact-info h3{font-size:1.35rem;color:#153a56;margin-bottom:8px}.contact-section .contact-info p{color:#5f7386;line-height:1.6;margin-bottom:12px}.contact-section .contact-info .contact-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.contact-section .contact-info .contact-highlights .highlight-item{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:#176ea7;background:#3498db1f;border:1px solid rgba(52,152,219,.25);padding:6px 9px;border-radius:999px}.contact-section .contact-info .info-items{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.contact-section .contact-info .info-item{display:flex;align-items:center;gap:10px;border:1px solid rgba(52,152,219,.17);border-radius:12px;padding:10px;background:#ffffffdb}.contact-section .contact-info .icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#1470ab;background:#3498db24;flex-shrink:0}.contact-section .contact-info .text h4{font-size:.86rem;font-weight:700;color:#193e59;margin-bottom:2px}.contact-section .contact-info .text p{margin:0;font-size:.85rem;color:#5e7387;line-height:1.45}.contact-section .contact-info .social-connect{border-top:1px dashed rgba(52,152,219,.35);padding-top:12px}.contact-section .contact-info .social-connect h4{font-size:.86rem;letter-spacing:.05em;text-transform:uppercase;color:#1b608f;margin-bottom:10px}.contact-section .contact-info .social-connect .social-links a{width:36px;height:36px;border-radius:10px;background:#3498db1f;color:#156da5;border:1px solid rgba(52,152,219,.22)}.contact-section .contact-form-wrapper h3{font-size:1.35rem;color:#153a56;margin-bottom:8px}.contact-section .contact-form-wrapper p{color:#5f7386;line-height:1.6;margin-bottom:12px}@media (max-width: 992px){.contact-section{padding:48px 0}.contact-section .contact-container{grid-template-columns:1fr;gap:14px}}@media (max-width: 768px){.contact-section{padding:32px 0}.contact-section .contact-info,.contact-section .contact-form-wrapper{padding:12px;border-radius:14px}.contact-section .contact-info .info-item{align-items:flex-start}}.footer{background-color:#1a1a1a;color:#fff;padding:48px 0 32px}.footer .footer-container{width:90%;max-width:1200px;margin:0 auto}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:48px}.footer .footer-content h4{font-size:18px;margin-bottom:24px;position:relative;padding-bottom:8px}.footer .footer-content h4:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#3498db}.footer .footer-logo h3{font-size:24px;margin-bottom:8px;color:#3498db}.footer .footer-logo p{color:#777}.footer .footer-links ul li{margin-bottom:8px}.footer .footer-links ul li a{color:#777;transition:color .3s ease}.footer .footer-links ul li a:hover{color:#3498db;padding-left:8px}.footer .footer-contact p{margin-bottom:8px;color:#777}.footer .footer-contact p span{color:#fff;font-weight:500}.footer .footer-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom .social-links-wrapper{margin-bottom:24px}.footer .footer-bottom .social-links-wrapper .social-links a{background-color:#ffffff1a;color:#fff}.footer .footer-bottom .social-links-wrapper .social-links a:hover{background-color:#3498db}.footer .footer-bottom .copyright{text-align:center;color:#777;font-size:14px}@media (max-width: 768px){.footer .footer-content{grid-template-columns:1fr}.footer .footer-bottom{flex-direction:column;align-items:center}.footer .footer-bottom .copyright{margin-top:24px}}:root{--app-bg: #ffffff;--app-text: #333333;--muted-text: #6f8397;--nav-bg: rgba(255, 255, 255, .95);--nav-text: #2a3f53;--nav-border: rgba(52, 152, 219, .25);--nav-theme-bg: rgba(255, 255, 255, .92);--nav-active-bg: #3498db;--nav-active-text: #ffffff;color-scheme:light}html[data-theme=dark]{--app-bg: #0b1420;--app-text: #d9e6f2;--muted-text: #a9bfd4;--nav-bg: rgba(9, 20, 32, .9);--nav-text: #d9e6f2;--nav-border: rgba(102, 178, 236, .4);--nav-theme-bg: rgba(22, 40, 58, .92);--nav-active-bg: #2c88c6;--nav-active-text: #ffffff;color-scheme:dark}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:clip}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--app-text);background-color:var(--app-bg);overflow-x:clip;transition:background-color .3s ease,color .3s ease}#root,.app{width:100%;overflow-x:clip}a{text-decoration:none;color:#3498db;transition:color .3s ease}a:hover{color:#2980b9}ul{list-style:none}img{max-width:100%;height:auto;display:block}section{padding:64px 0}.container{padding:top 50px;width:90%;max-width:1200px;margin:0 auto;padding:0 16px}.section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:32px;position:relative}.section-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:70px;height:4px;background-color:#3498db;border-radius:4px}.section-description{text-align:center;max-width:700px;margin:0 auto 48px;color:#777}.btn{display:inline-block;padding:16px 32px;border-radius:8px;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;border:none;outline:none}.primary-btn{background-color:#3498db;color:#fff}.primary-btn:hover{background-color:#2980b9;color:#fff}.secondary-btn{background-color:transparent;color:#3498db;border:2px solid #3498db}.secondary-btn:hover{background-color:#3498db;color:#fff}.highlight{color:#3498db}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#fff}.loading-screen .loader{width:60px;height:60px;border-radius:50%;border:4px solid #dddddd;border-top-color:#3498db;margin-bottom:24px}.loading-screen h2{color:#3498db;font-size:24px}html[data-theme=dark] .navbar.scrolled{box-shadow:0 8px 24px #00000061}html[data-theme=dark] .navbar .mobile-menu .mobile-menu-icon{color:#d9e6f2}html[data-theme=dark] .navbar .mobile-menu .mobile-nav{background-color:#0f1e2c}html[data-theme=dark] section{background:#0f1b29!important}html[data-theme=dark] .section-title h2,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4{color:#deebf7!important}html[data-theme=dark] .section-description,html[data-theme=dark] p,html[data-theme=dark] li,html[data-theme=dark] span,html[data-theme=dark] small,html[data-theme=dark] label{color:var(--muted-text)}html[data-theme=dark] .about-text,html[data-theme=dark] .stat-card,html[data-theme=dark] .skills-category,html[data-theme=dark] .overview-card,html[data-theme=dark] .skill-bar,html[data-theme=dark] .skill-badge,html[data-theme=dark] .project-card,html[data-theme=dark] .timeline-content,html[data-theme=dark] .contact-info,html[data-theme=dark] .contact-form-wrapper,html[data-theme=dark] .info-item,html[data-theme=dark] .contact-form-container .success-message,html[data-theme=dark] .social-links a{background:#142230e6!important;border-color:#5a98ca52!important;box-shadow:none!important}html[data-theme=dark] .contact-form input,html[data-theme=dark] .contact-form textarea,html[data-theme=dark] .skills-search{background:#111e2bf2!important;color:#d9e6f2!important;border-color:#5a98ca66!important}@media (max-width: 768px){section{padding:48px 0}.section-title{font-size:24px}}
