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}html{scroll-behavior:smooth}body{background-color:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;color:#1a1a1a;left:0;padding:1.5rem 0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 3rem}.logo h1{color:#1a1a1a;font-size:2rem;font-weight:700}.nav-tabs{display:flex;gap:1rem}.nav-tab{background:#0000;border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.nav-tab:hover{background:#f8f9fa;color:#2563eb}.nav-tab.active{background:#2563eb;color:#fff}.main-content{flex:1 1;margin-top:100px}.hero-section{align-items:center;background:#f8fafc;display:flex;min-height:50vh;padding:3rem 0}.hero-content{grid-gap:6rem;align-items:stretch;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;min-height:400px;padding:0 3rem}.hero-title{animation:fadeInUp 1s ease-out .3s both;color:#1a1a1a;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{animation:fadeInUp 1s ease-out .6s both;color:#2563eb;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.hero-description{animation:fadeInUp 1s ease-out .9s both;color:#64748b;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.hero-badges{animation:fadeInUp 1s ease-out 1.2s both;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-text{animation:fadeInUp 1s ease-out .3s both;display:flex;flex-direction:column;justify-content:center}.hero-image{align-items:center;animation:fadeInUp 1s ease-out 1.5s both;display:flex}.hero-image img{border-radius:16px;box-shadow:0 25px 50px #00000026;height:100%;object-fit:cover;width:100%}.badge{animation:badgeFloat 3s ease-in-out infinite;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 15px #0000001a;padding:.5rem 1rem;transition:all .3s ease}.badge:first-child{animation-delay:0s}.badge:nth-child(2){animation-delay:.5s}.badge:nth-child(3){animation-delay:1s}.badge:nth-child(4){animation-delay:1.5s}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.badge:hover{background:#f8fafc;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.badge img{height:40px;object-fit:contain;width:80px}.hero-buttons{display:flex;gap:1.5rem}.btn-primary{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .3s ease}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #2563eb;border-radius:8px;color:#2563eb;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .3s ease}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.page-section{margin:0 auto;max-width:1400px;padding:4rem 3rem;width:100%}.tab-content{animation:fadeIn .5s ease-in-out;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-header{margin-bottom:6rem;text-align:center}.section-header h2{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{color:#64748b;font-size:1.3rem;line-height:1.7;margin:0 auto;max-width:700px}.about-carousel{margin-bottom:3rem;position:relative}.about-carousel-container{min-height:500px;position:relative;width:100%}.about-slide{align-items:stretch;background:#fff;display:none;gap:6rem;grid-template-columns:1fr 1fr;left:0;min-height:500px;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .5s;width:100%;z-index:0}.about-slide.active{display:grid;opacity:1;position:relative;z-index:1}.about-carousel-dots{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.about-dot{background:#e2e8f0;border:none;border-radius:50%;cursor:pointer;height:14px;transition:background .3s;width:14px}.about-dot.active{background:#2563eb}@media (max-width:900px){.about-slide,.about-slide.active{gap:2rem;grid-template-columns:1fr;min-height:0}.about-carousel-container{min-height:0}}.about-card{grid-gap:6rem;background:#fff;display:grid;gap:6rem;grid-template-columns:1fr 1fr;overflow:hidden;transition:transform .3s ease}.about-card:hover{transform:translateY(-4px)}.about-card.reverse{direction:rtl}.about-card.reverse .about-content{direction:ltr}.about-image{height:500px;overflow:hidden;width:100%}.about-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-card:hover .about-image img{transform:scale(1.05)}.about-content{display:flex;flex-direction:column;justify-content:center;padding:4rem}.about-content h3{color:#1a1a1a;font-size:2.2rem;font-weight:600;margin-bottom:2rem}.about-content h4{color:#1a1a1a;font-size:1.6rem;font-weight:600;margin:2.5rem 0 1.5rem}.about-content p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-content ul{list-style:none;padding-left:0}.about-content li{color:#64748b;font-size:1.1rem;line-height:1.7;padding:1rem 0 1rem 2.5rem;position:relative}.about-content li:before{color:#2563eb;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.service-card{aspect-ratio:1;background:#fff;overflow:hidden;transition:all .3s ease}.service-card:hover{transform:translateY(-4px)}.service-image{height:100%;overflow:hidden;position:relative;width:100%}.service-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.05)}.service-overlay{align-items:center;background:#00000080;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;padding:2rem;position:absolute;right:0;text-align:center;top:0;transition:all .3s ease}.service-card:hover .service-overlay{background:#0009}.service-overlay h3{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.3;margin:0 0 1rem;text-align:center}.service-overlay p{color:#fff;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;max-width:280px}.testimonials-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#fff;padding:3rem;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-content{margin-bottom:2rem}.stars{color:#fbbf24;font-size:1.4rem;margin-bottom:1.5rem}.testimonial-content p{color:#64748b;font-size:1rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;display:flex;gap:1.5rem}.author-image{border-radius:50%;flex-shrink:0;height:60px;overflow:hidden;width:60px}.author-image img{height:100%;object-fit:cover;width:100%}.author-info h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.author-info p{color:#64748b;font-size:.9rem;line-height:1.5}.careers-content{margin:0 auto;max-width:1400px}.careers-grid{grid-gap:4rem;align-items:stretch;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.careers-intro{background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:500px;padding:3rem;text-align:center}.company-life-carousel{margin-bottom:3rem}.carousel-container{height:300px;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.carousel-slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.carousel-slide.active{opacity:1}.carousel-slide img{height:100%;object-fit:cover;width:100%}.slide-caption{background:#000000b3;bottom:0;color:#fff;font-size:1rem;font-weight:600;left:0;padding:1rem;position:absolute;right:0;text-align:center}.carousel-dots{display:flex;gap:.75rem;justify-content:center}.dot{background:#cbd5e1;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.dot.active{background:#2563eb}.dot:hover{background:#94a3b8}.careers-intro h3{color:#1a1a1a;font-size:2.2rem;font-weight:600;margin-bottom:2rem}.careers-intro p{color:#64748b;font-size:1.2rem;line-height:1.8}.open-positions{background:#fff;display:flex;flex-direction:column;padding:3rem}.open-positions h3{color:#1a1a1a;font-size:2.2rem;font-weight:600;margin-bottom:3rem;text-align:center}.position-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.position-item{align-items:center;background:#f8fafc;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:.5rem;padding:1rem 1.5rem;transition:transform .3s ease}.position-item:hover{transform:translateX(4px)}.position-icon{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.position-details{flex:1 1}.position-details h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.position-details p{color:#64748b;font-size:.9rem}.apply-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.apply-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.footer{background:#1a1a1a;color:#fff;margin-top:auto;padding:6rem 0 3rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto 3rem;max-width:1400px;padding:0 3rem}.footer-section h4{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.footer-section p{color:#94a3b8;font-size:1rem;line-height:1.7;margin-bottom:.75rem}.footer-section ul{list-style:none}.footer-section li{color:#94a3b8;cursor:pointer;font-size:1rem;margin-bottom:.75rem;transition:color .3s ease}.footer-section li:hover{color:#2563eb}.footer-bottom{align-items:center;border-top:1px solid #374151;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding-left:3rem;padding-right:3rem;padding-top:3rem}.footer-bottom p{color:#94a3b8;font-size:1rem}.social-links{display:flex;gap:1.5rem}.social-link{background:#ffffff1a;border-radius:8px;color:#94a3b8;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-tabs{flex-wrap:wrap;justify-content:center}.nav-tab{font-size:.9rem;padding:.5rem 1rem}.main-content{margin-top:120px}.hero-content{gap:3rem;grid-template-columns:1fr;min-height:auto;text-align:center}.hero-title{font-size:2.5rem}.hero-badges{gap:.75rem;justify-content:center}.badge{padding:.2rem}.badge img{height:35px;width:70px}.page-section{padding:2rem 1rem}.section-header h2{font-size:2rem}.about-card{gap:0;grid-template-columns:1fr}.about-card.reverse{direction:ltr}.about-image{height:250px}.about-content{padding:2rem}.services-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.careers-grid{gap:2rem;grid-template-columns:1fr}.position-item{align-items:flex-start;flex-direction:column;gap:1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.logo h1{font-size:1.5rem}.hero-title{font-size:2rem}.hero-badges{align-items:center;flex-direction:column;gap:.5rem}.badge{padding:.15rem}.badge img{height:30px;width:60px}.page-section{padding:1.5rem 1rem}.section-header h2{font-size:1.8rem}.about-content{padding:1.5rem}.about-content h3{font-size:1.5rem}.services-grid{gap:1rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.81530137.css.map*/