@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap);.header{background:#0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:50}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #60a5fa4d;box-shadow:0 4px 12px #0006}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0;padding:1rem 2rem;width:100%}.logo{margin-right:auto}.logo img{height:10vh;transition:transform .3s ease;width:auto}.logo img:hover{transform:scale(1.05)}.navbar-desktop{margin-left:auto}.navbar-desktop ul{display:flex;gap:2rem;list-style:none}.navbar-desktop a{color:#e2e8f0;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-desktop a:hover{color:#60a5fa}.navbar-desktop a:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-desktop a:hover:after{width:100%}.hamburger-btn{background:none;border:none;color:#e2e8f0;cursor:pointer;font-size:1.8rem;transition:color .3s ease}.hamburger-btn:hover{color:#60a5fa}.navbar-mobile{background-color:#010723;box-shadow:-4px 0 12px #00000080;display:flex;flex-direction:column;height:100%;padding:2rem 1.5rem;position:fixed;right:-100%;top:0;transition:right .4s ease;width:70%;z-index:100}.navbar-mobile.active{right:0}.close-menu-btn{align-self:flex-end;background:none;border:none;color:#e2e8f0;cursor:pointer;font-size:1.8rem;margin-bottom:2rem;transition:color .3s ease}.close-menu-btn:hover{color:#60a5fa}.navbar-mobile ul{display:flex;flex-direction:column;gap:1.5rem;list-style:none}.navbar-mobile a{color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s ease,transform .2s ease}.navbar-mobile a:hover{color:#93c5fd;transform:translateX(5px)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;overflow:hidden;position:relative}.background-motion{inset:0;overflow:hidden;position:absolute}.motion-circle{border-radius:50%;opacity:.2;position:absolute}.motion-circle img{border-radius:50%;height:100%;object-fit:cover;width:100%}.motion-circle-top{height:320px;right:-160px;top:-160px;width:320px}.motion-circle-bottom{bottom:-80px;height:240px;left:-80px;width:240px}.hero-container{align-items:center;display:flex;height:100vh;justify-content:flex-start;padding:0 2rem;position:relative;z-index:10}.hero-text{color:#fff;max-width:600px}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.hero-text p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:linear-gradient(90deg,#3b82f6,#9333ea);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .3s ease}.btn-primary:hover{background:linear-gradient(90deg,#2563eb,#7e22ce);transform:translateY(-2px)}.btn-primary .icon{margin-left:.5rem;transition:transform .3s ease}.btn-primary:hover .icon{transform:translateX(4px)}.btn-outline{background:#0000;border:2px solid #fff;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease}.btn-outline:hover{background:#fff3}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-border{border:2px solid #fff;border-radius:9999px;display:flex;height:40px;justify-content:center;width:24px}.scroll-dot{background:#fff;border-radius:9999px;height:12px;margin-top:.5rem;width:4px}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5627ff,#ffa2e0);-webkit-background-clip:text;display:inline-block;font-weight:800}.about-section{background-color:#020a2e;color:#fff;padding:5rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.about-header{margin-bottom:4rem;text-align:center}.about-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.about-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:5rem}.about-text h3{font-size:2rem;margin-bottom:1.5rem}.about-text p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.about-card-wrapper{display:flex;justify-content:center}.about-card{background:linear-gradient(to bottom right,#1e293b,#334155);border:1px solid #475569;border-radius:24px;box-shadow:0 10px 25px #00000080;max-width:400px;padding:2rem;position:relative;text-align:center}.about-card-overlay{height:80px;opacity:.3;position:absolute;right:1rem;top:1rem;width:80px}.about-card-overlay img{border-radius:50%;height:100%;object-fit:cover;width:100%}.about-card-image{height:100px;margin:0 auto 1rem;width:100px}.about-card-image img{border-radius:50%;height:100%;object-fit:cover;opacity:.8;width:100%}.about-card-content h4{color:#93c5fd;font-size:1.5rem;margin-bottom:.5rem}.about-card-content p{color:#bfdbfe}.about-values{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-value-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293b80;border:1px solid #475569;border-radius:16px;padding:1.5rem;text-align:center;transition:box-shadow .3s ease}.about-value-card:hover{box-shadow:0 10px 20px #0009}.about-value-icon{align-items:center;background:linear-gradient(to bottom right,#3b82f6,#9333ea);border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.about-value-card h4{font-size:1.2rem;margin-bottom:.5rem}.about-value-card p{color:#d1d5db;font-size:.95rem;line-height:1.5}@media (max-width:1024px){.about-header h2{font-size:2rem}.about-header p{font-size:1rem}}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.about-text h3{font-size:1.5rem}.about-card{max-width:100%;padding:1.5rem}.about-header h2{font-size:1.8rem}.about-values{gap:1rem;grid-template-columns:repeat(2,1fr)}.about-value-card{padding:1rem}}@media (max-width:480px){.about-section{padding:3rem 0}.about-header h2{font-size:1.5rem}.about-header p{font-size:.9rem}.about-text h3{font-size:1.3rem}.about-text p{font-size:.9rem}.about-values{gap:.8rem;grid-template-columns:repeat(2,1fr)}.about-value-card h4{font-size:1rem}.about-value-card p{font-size:.85rem}}.services-section{background-color:#020a2e;color:#fff;padding:5rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.services-header{margin-bottom:4rem;text-align:center}.services-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.services-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bb3;border:1px solid #475569;border-radius:16px;box-shadow:0 10px 25px #00000080;padding:1.5rem;transition:box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 35px #000000b3}.service-card-header{margin-bottom:1rem}.service-card-header h3{color:#fff;font-size:1.5rem;transition:color .3s ease}.service-card:hover h3{color:#60a5fa}.service-icon{align-items:center;border-radius:12px;display:flex;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.service-card-content p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.service-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{align-items:center;color:#9ca3af;display:flex;font-size:.95rem;gap:.5rem}.services-cta{margin-top:4rem;text-align:center}.cta-box{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:24px;color:#fff;margin:0 auto;max-width:800px;padding:2rem}.cta-box h3{font-size:2rem;margin-bottom:1rem}.cta-box p{color:#dbeafe;line-height:1.6;margin-bottom:1.5rem}.cta-button{align-items:center;background:#fff;border:none;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.cta-button:hover{background:#f0f9ff;transform:translateY(-2px)}.cta-icon{margin-left:.5rem}.highlights-section{align-items:center;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:8rem 2rem;position:relative;text-align:center;z-index:0}.highlights-section:before{background:url(/static/media/why.c5cfb03c0ad88d2fa0cb.png) 50%/cover no-repeat;z-index:-2}.highlights-section:after,.highlights-section:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.highlights-section:after{background:linear-gradient(#002e5fb3,#0006);z-index:-1}.highlights-container{max-width:1200px;text-align:center;width:100%}.highlights-title{display:inline-block;font-size:3.5rem;font-weight:700;margin-bottom:4.5rem;position:relative}.highlights-title:after{animation:lineExpand 2s ease-in-out infinite alternate;background-color:#3fa9f5;border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}@keyframes lineExpand{0%{width:50px}to{width:90px}}.glow{animation:glowPulse 2.5s infinite alternate;text-shadow:0 0 10px #3fa9f5,0 0 20px #3fa9f5,0 0 30px #3fa9f5}@keyframes glowPulse{0%{text-shadow:0 0 10px #3fa9f5}to{text-shadow:0 0 25px #3fa9f5}}.highlights-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-card{animation:fadeInUp 1.2s ease forwards;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:2.5rem;transition:transform .4s ease,box-shadow .4s ease,background .3s ease}.highlight-card:hover{background:#3fa9f51a;box-shadow:0 15px 45px #00000080;transform:translateY(-10px) scale(1.03)}.highlight-icon{animation:float 6s ease-in-out infinite;color:#ffc107;font-size:3.8rem;margin-bottom:2rem}.highlight-card h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.highlight-card p{color:#fffc;font-size:1.5rem;line-height:1.7}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){html{font-size:55%}.highlights-section{padding:6rem 1.5rem}.highlights-title{font-size:3rem}.highlight-card h3{font-size:1.8rem}.highlight-card p{font-size:1.4rem}}.contact-section{background-color:#020a2e;overflow:hidden;padding:5rem 0;position:relative}.background-elements .peony-bg{opacity:.1;position:absolute}.peony-bg.top-right{height:150px;right:-20px;top:-20px;width:150px}.peony-bg.bottom-left{bottom:-20px;height:120px;left:-20px;width:120px}.peony-bg img{border-radius:50%;height:100%;width:100%}.contact-container{margin:auto;max-width:1200px;position:relative;width:90%;z-index:2}.contact-header{margin-bottom:3rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem}.section-subtitle{color:#d1d5db;font-size:1.2rem;margin:auto;max-width:700px}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:992px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background:#1e293bb3;border-radius:1rem;box-shadow:0 10px 25px #0000004d;padding:2rem}.contact-card h3{color:#fff;margin-bottom:.5rem}.contact-card p{color:#9ca3af;margin-bottom:1.5rem}.contact-form .form-row{grid-gap:1rem;display:grid;gap:1rem}@media (min-width:768px){.contact-form .form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-group label{color:#d1d5db;margin-bottom:.3rem}.form-group input,.form-group textarea{background:#33415580;border:1px solid #475569;border-radius:.5rem;color:#fff;padding:.75rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{border-color:#60a5fa;outline:none}.btn-submit{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:1rem;width:100%}.btn-submit:hover{background:linear-gradient(90deg,#1d4ed8,#6d28d9)}.btn-icon{margin-left:.5rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.info-card{align-items:flex-start;background:#ffffff0d;border-radius:.8rem;color:#fff;display:flex;padding:1.2rem;transition:transform .3s ease}.info-card:hover{transform:scale(1.02)}.info-icon{align-items:center;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:50%;display:flex;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.icon{color:#fff}.stats-card{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:1rem;color:#fff;padding:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-item{text-align:center}.stat-icon{color:#bfdbfe;height:2rem;margin:auto auto .5rem;width:2rem}.stat-number{font-size:1.5rem;font-weight:700}.stat-label{color:#dbeafe;font-size:.9rem}.faq{background:url(/static/media/faq.0ed75b4b9331e5a4c3e5.jpg) 50%/cover fixed no-repeat;padding:8rem 2rem;position:relative;z-index:1}.faq:before{background:linear-gradient(#0a192fcc,#000000b3);content:"";inset:0;position:absolute;z-index:-1}.faq-container{margin:0 auto;max-width:900px;position:relative;z-index:2}.faq-title{animation:fadeDown 1s ease forwards;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:5rem;position:relative;text-align:center}.faq-title:after{background:#3fa9f5;border-radius:2px;bottom:-1rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.accordion-container{width:100%}.accordion{animation:fadeUp .7s forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border-radius:12px;box-shadow:0 8px 25px #0003;margin-bottom:1.5rem;opacity:0;overflow:hidden;transform:translateY(20px);transition:all .4s ease}.accordion.active{border:1px solid #3fa9f5b3;transform:scale(1.02)}.accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:2rem;transition:background .3s}.accordion-header h3{color:#fff;font-size:1.8rem;font-weight:600;margin:0;transition:color .3s}.accordion:hover .accordion-header h3{color:#3fa9f5}.accordion-icon{color:#3fa9f5;font-size:2rem;font-weight:700;transition:transform .3s ease}.accordion.active .accordion-icon{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;padding:0 2rem;transition:max-height .5s ease,padding .5s ease}.accordion.active .accordion-body{max-height:500px;padding:0 2rem 2rem}.accordion-body p{border-top:1px solid #ffffff26;color:#e9ecef;font-size:1.6rem;line-height:1.7;padding-top:1.5rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){html{font-size:55%}.faq{padding:6rem 1.5rem}.faq-title{font-size:3rem}.accordion-header h3{font-size:1.6rem}.accordion-body p{font-size:1.4rem}}.footer{background-color:#020a2e;color:#fff;padding:3rem 1rem;position:relative}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px}.footer-col h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-box{align-items:center;background:none;border-radius:8px;display:flex;height:60px;justify-content:center;width:100px}.footer-logo-img{max-height:100%;max-width:100%;object-fit:contain}.footer-logo{gap:.5rem}.footer-logo,.logo-box{align-items:center;display:flex}.logo-box{background:linear-gradient(to bottom right,#3b82f6,#9333ea);border-radius:8px;font-weight:700;height:40px;justify-content:center;width:40px}.footer p{color:#d1d5db;line-height:1.6}.footer-link{background:none;border:none;color:#d1d5db;cursor:pointer;display:block;font:inherit;margin:.3rem 0;text-align:left;transition:color .3s ease,transform .2s ease}.footer-link:hover{color:#fff;transform:translateX(5px)}.social-links{display:flex;gap:.8rem}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;transition:background .3s ease;width:40px}.social-links a:hover{background:#3b82f6}.contact-item{align-items:flex-start;display:flex;gap:.6rem;margin-bottom:1rem}.contact-item p{color:#d1d5db;margin:0}.contact-item a{color:#fff;transition:color .3s ease}.contact-item a:hover,.icon{color:#3b82f6}.icon{flex-shrink:0;margin-top:.3rem}.footer-separator{border:none;border-top:1px solid #fff3;margin:2rem 0}.footer-bottom{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding-top:1rem}.scroll-top-btn{background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:.5rem;transition:background .3s ease}.scroll-top-btn:hover{background:#2563eb}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.portfolio-section{background-color:#020a2e;color:#fff;padding:5rem 0}.portfolio-container{margin:0 auto;max-width:1200px;padding:0 1.5rem;text-align:center}.portfolio-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.portfolio-header p{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:3rem 0}.filter-btn{background:#0000;border:1px solid #475569;border-radius:8px;color:#d1d5db;cursor:pointer;padding:.5rem 1.25rem;transition:all .3s ease}.filter-btn:hover{background:#334155;border-color:#60a5fa}.filter-btn.active{background:linear-gradient(90deg,#2563eb,#9333ea);border:none;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));text-align:left}.project-card{background:#1e293bb3;border:1px solid #475569;border-radius:16px;box-shadow:0 10px 25px #00000080;overflow:hidden;transition:box-shadow .3s ease}.project-card:hover{box-shadow:0 15px 35px #000000b3}.project-image-wrapper{height:200px;overflow:hidden;position:relative}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{align-items:end;background:linear-gradient(0deg,#000c,#0000);display:flex;inset:0;justify-content:flex-start;opacity:0;padding:1rem;position:absolute;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.overlay-buttons{display:flex;gap:.5rem}.overlay-btn{align-items:center;background:#ffffffe6;border:none;border-radius:8px;color:#000;cursor:pointer;display:inline-flex;justify-content:center;padding:.4rem .6rem}.accent-image{height:32px;opacity:.3;position:absolute;right:1rem;top:1rem;width:32px}.accent-image img{border-radius:50%;height:100%;object-fit:cover;width:100%}.project-content{padding:1.5rem}.project-badge{background:#334155;border-radius:12px;color:#60a5fa;display:inline-block;font-size:.75rem;margin-bottom:.75rem;padding:.25rem .75rem}.project-content h3{font-size:1.25rem;margin-bottom:.5rem;transition:color .3s ease}.project-card:hover h3{color:#60a5fa}.project-content p{color:#d1d5db;font-size:.95rem;line-height:1.5}.portfolio-cta{margin-top:4rem}.portfolio-cta h3{font-size:2rem;margin-bottom:1rem}.portfolio-cta p{color:#d1d5db;line-height:1.6;margin:0 auto 2rem;max-width:700px}.cta-btn{align-items:center;background:linear-gradient(90deg,#2563eb,#9333ea);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;gap:.5rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.cta-btn:hover{background:linear-gradient(90deg,#1d4ed8,#7e22ce);transform:translateY(-2px)}.career-heading{align-items:center;background:linear-gradient(135deg,#020a2e,#06184e);color:#fff;direction:ltr;display:flex;justify-content:center;min-height:30vh;padding:4rem 2rem;text-align:center}.career-heading-container{max-width:900px;z-index:10}.breadcrumb{font-size:1rem;font-weight:500;margin-bottom:1rem}.breadcrumb a{color:#fff9;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#0ff}.breadcrumb span{color:#fff6;margin:0 .5rem}.career-main-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin:0 0 1rem;text-shadow:0 4px 8px #0006}.career-subtitle{color:#ffffffd9;font-size:1.2rem;font-weight:400;line-height:1.5;margin:0 auto;max-width:700px}@media (max-width:768px){.career-main-title{font-size:3rem}.career-subtitle{font-size:1.2rem}}.career-section-container{direction:ltr;margin:80px auto;max-width:1100px;padding:0 20px}.career-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:50px;text-align:left;text-shadow:0 2px 4px #0003}.job-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.job-card{background:#06184e;border:1px solid #1a3a7c;border-radius:12px;cursor:pointer;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.job-card:hover{background-color:#0b2568;box-shadow:0 15px 30px #0006;transform:translateY(-8px)}.job-card h2{color:#1584bb;font-size:1.7rem;font-weight:600;margin:0 0 10px}.job-card p{color:#a0a0a0;font-size:1rem;margin:0}.job-card-arrow{color:#1584bb;font-size:1.5rem;position:absolute;right:30px;top:30px;transition:transform .3s ease}.job-card:hover .job-card-arrow{transform:translateX(5px)}.back-btn{background-color:initial;border:2px solid #3f51b5;border-radius:6px;color:#3f51b5;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:30px;padding:10px 18px;transition:background-color .2s,color .2s}.back-btn:hover{background-color:#3f51b5;color:#fff}.job-details{background-color:#06184e;border-radius:12px;box-shadow:0 5px 20px #0000004d;margin-bottom:40px;padding:40px}.job-details h1{border-bottom:1px solid #1a3a7c;color:#1584bb;font-size:2.2rem;margin-bottom:25px;padding-bottom:10px}.job-description p{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.job-description h4{border-bottom:2px solid #1a3a7c;color:#3f51b5;font-size:1.4rem;margin-bottom:15px;margin-top:30px;padding-bottom:5px}.job-description ul{list-style:none;margin-left:20px;padding-left:0}.job-description li{color:silver;font-size:1rem;line-height:2;margin-bottom:8px;position:relative}.job-description li:before{color:#1584bb;content:"▪";font-weight:700;left:-20px;position:absolute;top:0}.apply-now-btn{background-color:#1584bb;border:none;border-radius:8px;color:#020a2e;cursor:pointer;display:block;font-size:1.3rem;font-weight:700;letter-spacing:.5px;margin-top:30px;padding:18px 25px;transition:background-color .2s,transform .2s;width:100%}.apply-now-btn:hover{background-color:#1584bb;box-shadow:0 5px 15px #ffc1074d;transform:translateY(-3px)}.career-form{background-color:#06184e;border-radius:12px;margin-top:30px;padding:40px}.career-form h2{border-bottom:1px solid #1a3a7c;color:#fff;font-size:1.8rem;margin-bottom:25px;padding-bottom:10px}.career-form-input,.career-form-textarea{background-color:#020a2e;border:1px solid #1a3a7c;border-radius:6px;box-sizing:border-box;color:#f0f0f0;font-size:1rem;margin-bottom:20px;padding:15px;width:100%}.career-form-textarea{min-height:180px;resize:vertical}.career-form-input:focus,.career-form-textarea:focus{border-color:#3f51b5;box-shadow:0 0 5px #3f51b580;outline:none}.file-upload-area{border:2px dashed #3f51b5;border-radius:8px;margin-bottom:20px;padding:15px}.file-upload-title{color:#fff;font-size:1.1rem;margin-bottom:10px}.note{background-color:#ffc1071a;border-radius:4px;color:#1584bb;font-size:.9rem;margin-bottom:25px;margin-top:-10px;padding:10px}.career-form-btn{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:700;padding:18px;transition:background-color .2s,transform .2s;width:100%}.career-form-btn:hover{background-color:#218838;transform:translateY(-2px)}body{background-color:#020a2e;color:#f0f0f0;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;margin:0;padding:0}.careers-page-wrapper{background-color:#020a2e;overflow-x:hidden}
/*# sourceMappingURL=main.510c14ac.css.map*/