@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1a5276;--secondary-color:#f39c12;--accent-color:#2e86c1;--text-dark:#333;--text-light:#666;--background-light:#f8f9fa;--white:#fff;--border-color:#e0e0e0}body{color:#333;color:var(--text-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a5276;color:var(--primary-color);font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:#f39c12;background:var(--secondary-color);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.btn{background:#1a5276;background:var(--primary-color);border:none;border-radius:5px;color:#fff;color:var(--white);cursor:pointer;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background:#2e86c1;background:var(--accent-color);transform:translateY(-2px)}.btn-secondary{background:#f39c12;background:var(--secondary-color)}.btn-secondary:hover{background:#e67e22}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.header{background:var(--white);box-shadow:0 2px 10px #0000001a;height:70px;position:fixed;top:0;width:100%;z-index:1000}.nav{align-items:center;display:flex;height:70px;justify-content:space-between;padding:.5rem 0}.logo h2{color:var(--primary-color);font-size:1.8rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hamburger{cursor:pointer;display:none}.hero{color:var(--white);margin-top:0;overflow:hidden;padding:150px 0;position:relative;text-align:center}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-shadow:1px 1px 2px #0000004d}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.hero{padding:150px 0 100px}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{width:200px}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-item{background:var(--white);border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center}.stat-item h3{color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem}.about-section{background:var(--white);overflow:hidden;padding:100px 0;position:relative}.about-background{background-attachment:fixed;background-image:linear-gradient(#ffffffe6,#727085f2),url(/static/media/about-bg.e4eb5751ea80cd73a10c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-section .container{position:relative;z-index:2}.about-header{margin-bottom:60px;text-align:center}.about-header h1{color:var(--primary-color);font-size:3rem;font-weight:700;margin-bottom:1rem}.about-header h2{color:var(--text-light);font-size:1.5rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.about-content-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:2fr 1fr;margin-bottom:80px}.about-main-content{padding-right:40px}.about-text-content{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffd9;border:1px solid #fff3;border-radius:10px;padding:40px}.lead-paragraph{color:var(--text-dark);font-size:1.3rem;font-weight:500;line-height:1.7;margin-bottom:2rem}.about-details p{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-highlights{grid-gap:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #fff3;border-radius:10px;display:grid;gap:30px;grid-template-columns:1fr;padding:40px}.highlight-item{padding:20px;text-align:center}.highlight-number{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.highlight-text{color:var(--text-light);font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.about-features{grid-gap:40px;border-top:2px solid var(--border-color);display:grid;gap:40px;grid-template-columns:repeat(3,1fr);padding-top:60px}.feature-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffc;border:1px solid #fff3;border-radius:10px;padding:30px 20px;text-align:center;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-item h3{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-item p{color:var(--text-light);font-size:1rem;line-height:1.6}@media (max-width:968px){.about-content-grid{gap:40px;grid-template-columns:1fr}.about-main-content{padding-right:0}.about-highlights{grid-template-columns:repeat(2,1fr);padding:30px}.about-text-content{padding:30px}}@media (max-width:768px){.about-section{padding:80px 0}.about-background{background-attachment:scroll}.about-header h1{font-size:2.5rem}.about-header h2{font-size:1.3rem}.lead-paragraph{font-size:1.2rem}.about-features{gap:30px;padding-top:40px}.about-features,.about-highlights{grid-template-columns:1fr}.about-text-content{padding:25px}}@media (max-width:480px){.about-header h1{font-size:2rem}.about-header h2,.lead-paragraph{font-size:1.1rem}.highlight-number{font-size:2rem}.about-highlights,.about-text-content{padding:20px}}.service-card{background:var(--white);border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:var(--primary-color);margin-bottom:1rem}.service-card ul{list-style:none;margin-top:1rem}.service-card li{padding:.3rem 0 .3rem 1.5rem;position:relative}.service-card li:before{color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.value-card{background:var(--white);border-left:4px solid var(--secondary-color);border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.value-card h3{color:var(--primary-color);margin-bottom:1rem}.team-card{background:var(--white);border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.team-card .position{color:var(--secondary-color);font-weight:600;margin-bottom:1rem}.contact-info{margin-bottom:.5rem}.location-card{border-top:3px solid var(--primary-color)}.contact-form,.location-card{background:var(--white);border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:1px solid var(--border-color);border-radius:5px;font-size:1rem;padding:1rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.footer{background:var(--primary-color);color:var(--white);padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--white);text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.bg-light{background:var(--background-light)}@media (max-width:768px){.nav-links{background:var(--white);box-shadow:0 10px 27px #0000000d;flex-direction:column;padding:2rem 0;position:fixed;right:-100%;text-align:center;top:70px;transition:.3s;width:100%}.nav-links.nav-active{right:0}.hamburger{display:block}.hero-content h1,.section-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.logo{align-items:center;display:flex;gap:12px}.logo-image{height:80px;width:auto}.logo-text{color:var(--primary-color);font-size:1.8rem;font-weight:700}@media (max-width:768px){.logo-image{height:35px}.logo-text{font-size:1.5rem}}@media (max-width:480px){.logo-image{height:30px}.logo-text{font-size:1.3rem}}.logo-placeholder{align-items:center;background:var(--primary-color);border-radius:5px;color:#fff;display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;width:40px}
/*# sourceMappingURL=main.972d6b29.css.map*/