body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.App>*{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.home-container{background:#fff;color:#111827;min-height:100vh;overflow-x:hidden;position:relative}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 3rem;position:relative;z-index:10}.nav-brand h2{font-size:1.8rem;font-weight:800}.nav-btn{border-radius:50px;font-size:.95rem;padding:.7rem 1.5rem}.nav-btn.active,.nav-btn:hover{box-shadow:0 8px 25px #3b82f64d}.hero-section{margin:0 auto;max-width:1400px;padding:4rem 3rem 2rem;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:70vh}.greeting{align-items:center;display:flex;font-size:1.2rem;font-weight:500;gap:.5rem;margin-bottom:1rem}.wave{animation:wave 2s ease-in-out infinite}@keyframes wave{0%,50%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.greeting-text{color:#1f2937}.hero-title{color:#111827;font-size:4rem;font-weight:800;line-height:1.1;margin:0 0 1rem}.name-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:800}.hero-subtitle{color:#1f2937;font-size:1.8rem;font-weight:400;margin:0 0 1.5rem}.typing-text{color:#2563eb;display:inline-block;min-width:300px;position:relative}.typing-text:after{animation:blink 1s infinite;color:#3b82f6;content:"|";margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:#1f2937;font-size:1.2rem;line-height:1.7;margin:0 0 2.5rem;max-width:500px}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:3rem}.btn{align-items:center;border-radius:50px;display:flex;font-size:1.1rem;gap:.5rem;overflow:hidden;padding:1rem 2rem;position:relative}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s ease;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{border:2px solid #0000;box-shadow:0 8px 30px #2563eb66}.btn-primary:hover{box-shadow:0 12px 40px #2563eb80}.btn-secondary:hover{box-shadow:0 8px 25px #1f29374d;transform:translateY(-3px)}.social-links{display:flex;gap:1rem}.social-link{background:#1f29371a;border:1px solid #1f293733;border-radius:50%;height:50px;width:50px}.social-link:hover{box-shadow:0 8px 25px #3b82f64d;transform:translateY(-3px)}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.profile-container{height:500px;position:relative;transition:all .4s ease;width:500px}.profile-container:hover{transform:scale(1.02)}.profile-background{animation:professionalFloat 8s ease-in-out infinite;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#3b82f614;border:2px solid #3b82f626;border-radius:50%;height:380px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:380px}@keyframes professionalFloat{0%,to{box-shadow:0 20px 60px #3b82f626;transform:translate(-50%,-50%) translateY(0) rotate(0deg)}25%{box-shadow:0 25px 70px #3b82f633;transform:translate(-50%,-50%) translateY(-8px) rotate(1deg)}50%{box-shadow:0 30px 80px #3b82f640;transform:translate(-50%,-50%) translateY(-15px) rotate(0deg)}75%{box-shadow:0 25px 70px #3b82f633;transform:translate(-50%,-50%) translateY(-8px) rotate(-1deg)}}.profile-image-wrapper{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.profile-image{border:5px solid #3b82f6;border-radius:50%;box-shadow:0 20px 60px #3b82f64d,0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;height:280px;object-fit:cover;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:280px;z-index:2}.profile-image:before{animation:borderGlow 3s ease-in-out infinite;background:linear-gradient(45deg,#3b82f6,#2563eb,#1d4ed8,#3b82f6);border-radius:50%;bottom:-5px;content:"";left:-5px;opacity:0;position:absolute;right:-5px;top:-5px;transition:opacity .5s ease;z-index:-1}@keyframes borderGlow{0%,to{opacity:.3}50%{opacity:.7}}.profile-image:hover{border-color:#2563eb;box-shadow:0 30px 80px #3b82f666,0 0 0 1px #fff3,inset 0 1px 0 #ffffff4d;filter:blur(3px);transform:scale(1.08)}.profile-image:hover:before{opacity:.8}.profile-status{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#2563eb0d);border:1px solid #3b82f633;border-radius:25px;box-shadow:0 8px 25px #3b82f61a;color:#1f2937;display:flex;font-size:1rem;font-weight:600;gap:.6rem;justify-content:center;margin-top:1.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.profile-status:hover{border-color:#3b82f666;box-shadow:0 12px 35px #3b82f633;transform:translateY(-2px)}.status-dot{background:#10b981;height:10px;position:relative;width:10px}.status-dot,.status-dot:before{animation:professionalPulse 2.5s infinite;border-radius:50%}.status-dot:before{animation-delay:.5s;background:#10b9814d;content:"";height:14px;left:-2px;position:absolute;top:-2px;width:14px}@keyframes professionalPulse{0%{box-shadow:0 0 0 0 #10b981b3;transform:scale(1)}50%{box-shadow:0 0 0 8px #10b98133;transform:scale(1.1)}to{box-shadow:0 0 0 0 #10b98100;transform:scale(1)}}.floating-elements{height:280px;left:50%;pointer-events:none;top:50%;transform:translate(-50%,-50%);width:280px}.floating-elements,.floating-tech{border-radius:50%;position:absolute}.floating-tech{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #0000;box-shadow:0 4px 15px #0000001a;display:flex;font-size:1.2rem;height:40px;justify-content:center;opacity:0;transform:scale(.6);transition:all .4s ease;width:40px}.profile-container:hover .floating-tech{opacity:1;transform:scale(1)}.floating-tech.react{background:#61dafb;right:15%;top:15%;transition-delay:.1s}.floating-tech.react:before{content:"⚛️"}.floating-tech.node{background:#68a063;left:15%;top:70%;transition-delay:.2s}.floating-tech.node:before{content:"🟢"}.floating-tech.mongo{background:#4db33d;bottom:15%;right:15%;transition-delay:.3s}.floating-tech.mongo:before{content:"🍃"}.floating-tech.js{background:#f7df1e;bottom:70%;color:#1f2937;left:15%;transition-delay:.4s}.floating-tech.js:before{content:"📜"}.stats-section{margin:0 auto;max-width:1200px;padding:3rem;position:relative}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.stat-card{background:#fff;border:1px solid #3b82f633;border-radius:25px;box-shadow:0 4px 20px #0000001a;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.stat-card:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.stat-card:hover:before{left:100%}.stat-card:hover{border-color:#3b82f6;box-shadow:0 20px 50px #3b82f633;transform:translateY(-10px)}.stat-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:3rem;margin-bottom:1rem}.stat-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.stat-card p{color:#1f2937;font-size:1.1rem;font-weight:500;margin:0}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.nav-links{flex-wrap:wrap;justify-content:center}.hero-section{padding:2rem 1.5rem}.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-buttons{align-items:center;flex-direction:column;justify-content:center}.profile-container{height:300px;width:300px}.profile-background{height:250px;width:250px}.profile-image{height:150px;width:150px}.stats-container{gap:1.5rem;grid-template-columns:1fr}.floating-tech{display:none}}.about-container{background:#fff;color:#111827;min-height:100vh}.about-content{margin:0 auto;max-width:1200px;padding:2rem}.about-header{margin-bottom:3rem;text-align:center}.about-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 1rem}.about-header p{color:#1f2937;font-size:1.2rem;margin:0}.about-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.about-text{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2.5rem}.about-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin-bottom:1rem;margin-top:0}.about-text h3{color:#1f2937;font-weight:600;margin:1.5rem 0 1rem}.about-text p{color:#111827;line-height:1.6;margin-bottom:1rem}.about-text ul{padding-left:1.5rem}.about-text li{color:#111827;line-height:1.5;margin-bottom:.5rem}.skills-section{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2.5rem}.skills-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin-bottom:1.5rem;margin-top:0}.skill-category{margin-bottom:2rem}.skill-category h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.skill-item{margin-bottom:1rem}.skill-name{color:#111827;display:block;font-weight:500;margin-bottom:.5rem}.skill-bar{background:#1f29371a;border-radius:10px;height:8px;overflow:hidden}.skill-progress{background:linear-gradient(45deg,#2563eb,#3b82f6);border-radius:10px;height:100%;transition:width 1s ease-in-out}.experience-section{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem}.experience-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin-bottom:2rem;margin-top:0;text-align:center}.timeline{padding-left:2rem;position:relative}.timeline:before{background:linear-gradient(45deg,#2563eb,#3b82f6);bottom:0;content:"";left:1rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-item:before{background:#3b82f6;border:2px solid #2563eb;border-radius:50%;content:"";height:12px;left:-.5rem;position:absolute;top:.5rem;width:12px}.timeline-date{color:#2563eb;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.timeline-content h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.timeline-content p{color:#111827;line-height:1.5;margin:0}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap}.about-header h1{font-size:2.5rem}.about-grid{gap:2rem;grid-template-columns:1fr}.about-content{padding:1rem}.timeline{padding-left:1rem}.timeline-item{padding-left:1.5rem}}.projects-container{background:#fff;color:#111827;min-height:100vh}.nav-btn{background:#fff3}.nav-btn.active,.nav-btn:hover{background:linear-gradient(45deg,#00b4db,#0083b0);border-color:#fff9;box-shadow:0 6px 20px #00b4db4d}.projects-content{margin:0 auto;max-width:1200px;padding:2rem}.projects-header{margin-bottom:3rem;text-align:center}.projects-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 1rem}.projects-header p{color:#1f2937;font-size:1.2rem;margin:0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:4rem}.project-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.project-card:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.project-card:hover:before{left:100%}.project-card:hover{border-color:#3b82f64d;box-shadow:0 15px 40px #3b82f633;transform:translateY(-5px)}.project-icon{align-items:center;background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border:2px solid #3b82f633;border-radius:15px;display:flex;font-size:2rem;height:70px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:70px}.project-card:hover .project-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;transform:scale(1.05)}.project-content{display:flex;flex:1 1;flex-direction:column;width:100%}.project-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:700;margin:0 0 1rem}.project-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{margin-bottom:1.5rem}.project-tech h4{color:#1f2937;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .8rem;text-transform:uppercase}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#3b82f6;border:1px solid #2563eb;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#2563eb;transform:translateY(-1px)}.project-features{flex:1 1;margin-bottom:2rem}.project-features h4{color:#1f2937;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .8rem;text-transform:uppercase}.project-features ul{list-style:none;margin:0;padding-left:1rem}.project-features li{color:#4b5563;font-size:.9rem;line-height:1.4;margin-bottom:.5rem;padding-left:1rem;position:relative}.project-features li:before{color:#3b82f6;content:"•";font-weight:700;left:0;position:absolute}.project-links{display:flex;gap:1rem;margin-top:auto}.btn{border-radius:25px;display:inline-block;font-size:.9rem;padding:.6rem 1.2rem;text-align:center;text-decoration:none}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #1f2937;color:#1f2937}.btn-secondary:hover{background:#1f2937;box-shadow:0 6px 20px #1f29374d;color:#fff;transform:translateY(-2px)}.skills-showcase{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#3b82f60d,#2563eb08);border:1px solid #3b82f61a;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:3rem 2rem;position:relative}.skills-showcase:before{background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8);content:"";height:3px;left:0;position:absolute;right:0;top:0}.skills-showcase h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0 0 2.5rem;text-align:center}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-box{background:#fffc;border:1px solid #3b82f61a;border-radius:15px;overflow:hidden;padding:2rem 1.5rem;position:relative;transition:all .3s ease}.skill-box:before{background:linear-gradient(90deg,#3b82f6,#2563eb);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.skill-box:hover:before{transform:scaleX(1)}.skill-box:hover{background:#fff;border-color:#3b82f633;box-shadow:0 12px 30px #3b82f626;transform:translateY(-3px)}.skill-box h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 1.5rem;text-align:center}.skill-box ul{list-style:none;margin:0;padding:0}.skill-box li{color:#4b5563;font-size:.9rem;line-height:1.4;margin-bottom:.8rem;padding-left:1.5rem;position:relative;transition:all .3s ease}.skill-box li:before{color:#3b82f6;content:"▶";font-size:.7rem;left:0;position:absolute;top:.1rem}.skill-box li:hover{color:#1f2937;transform:translateX(5px)}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.projects-header h1{font-size:2.5rem}.projects-content{padding:1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-icon{font-size:1.8rem;height:60px;width:60px}.project-content h3{font-size:1.2rem}.project-description{font-size:.9rem}.tech-tag{font-size:.75rem;padding:.3rem .6rem}.project-features li{font-size:.85rem}.project-links{justify-content:center}.btn{font-size:.85rem;padding:.5rem 1rem}.skills-showcase{padding:2rem 1.5rem}.skills-grid{grid-template-columns:1fr}.skill-box{padding:1.5rem}}.contact-container{background:#fff;color:#111827;min-height:100vh}.navbar{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f2937f2;border-bottom:1px solid #1f29371a;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem}.nav-brand h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.nav-links{display:flex;gap:1rem}.nav-btn{background:#0000;border:2px solid #fff6;border-radius:30px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.nav-btn.active,.nav-btn:hover{background:#3b82f6;border-color:#2563eb;box-shadow:0 6px 20px #2563eb4d;color:#fff;transform:translateY(-2px)}.contact-content{margin:0 auto;max-width:1200px;padding:2rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0 0 1rem}.contact-header p{color:#1f2937;font-size:1.2rem;margin:0}.contact-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contact-info{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;height:fit-content;padding:2rem}.contact-info h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin:0 0 1rem}.contact-info>p{color:#111827;line-height:1.6}.contact-info>p,.contact-methods{margin-bottom:2rem}.contact-method{align-items:center;background:#fffc;border:1px solid #1f293714;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.contact-method:hover{background:#fff;box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;box-shadow:0 4px 12px #3b82f64d;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;height:45px;justify-content:center;width:45px}.contact-details{flex:1 1;text-align:left}.contact-details h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .3rem}.contact-details p{color:#4b5563;font-size:.9rem;font-weight:500;margin:0}.social-links{border-top:1px solid #1f29371a;margin-top:2rem;padding-top:1.5rem}.social-links h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 1.2rem}.social-icons{display:flex;flex-direction:row;gap:1rem;width:100%}.social-link{align-items:center;background:#ffffffe6;border:1px solid #1f29371a;border-radius:10px;box-shadow:0 2px 8px #0000000d;color:#1f2937;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.75rem;justify-content:center;min-width:120px;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link svg{flex-shrink:0;height:22px;transition:all .3s ease;width:22px}.social-link span{flex:1 1;text-align:center;white-space:nowrap}.social-link:hover{background:#3b82f6;border-color:#3b82f6;box-shadow:0 8px 20px #3b82f64d;color:#fff;transform:translateY(-2px)}.social-link:hover svg{transform:scale(1.1)}.contact-form-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;height:fit-content;padding:2rem}.contact-form h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin:0 0 1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#1f2937;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:2px solid #1f293733;border-radius:10px;box-sizing:border-box;color:#111827;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#1f293780}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn{border:none;border-radius:30px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease;width:100%}.btn-primary{background:#2563eb;border:none;box-shadow:0 6px 25px #2563eb66;color:#fff}.btn-primary:hover{background:#1d4ed8;box-shadow:0 8px 30px #2563eb80;transform:translateY(-3px)}.availability-section{display:flex;justify-content:center}.availability-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1f29370d;border:1px solid #1f29371a;border-radius:20px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:2rem;text-align:center}.availability-card h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700;margin:0 0 1rem}.availability-status{align-items:center;color:#111827;display:flex;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:1rem}.status-indicator{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.status-indicator.available{background:#4caf50}@keyframes pulse{0%{box-shadow:0 0 0 0 #4caf50b3}70%{box-shadow:0 0 0 10px #4caf5000}to{box-shadow:0 0 0 0 #4caf5000}}.availability-card p{color:#111827;line-height:1.5;margin-bottom:1.5rem}.response-time h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.response-time p{color:#111827;font-size:.9rem;margin:0}@media (max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.contact-header h1{font-size:2.5rem}.contact-content{padding:1rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-container,.contact-info{padding:2rem 1.5rem}.contact-method{margin-bottom:1.5rem;padding:1rem}.contact-icon{font-size:1.2rem;height:45px;width:45px}.social-icons{flex-direction:row;gap:.5rem}.social-link{border-radius:10px;flex:1 1;font-size:.9rem;justify-content:center;min-width:100px;padding:1rem 1.2rem}.social-link svg{height:20px;width:20px}.availability-section{margin-top:2rem}.availability-card{margin:0 1rem;padding:1.5rem}}
/*# sourceMappingURL=main.aaa8ae26.css.map*/