*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#f9f9f9;color:#333}.App{min-height:100vh}header{background-color:#007bff;color:#fff;padding:20px 0;text-align:center}header img{max-height:280px;object-fit:cover;width:100%}nav{background:#0056b3;display:flex;flex-wrap:wrap;justify-content:center;position:sticky;top:0;z-index:100}nav a{color:#fff;font-weight:600;padding:14px 20px;text-decoration:none;transition:background-color .3s ease}nav a.active,nav a:hover{background-color:#004494}.hero{height:400px;overflow:hidden;position:relative}.hero img{filter:brightness(.7);height:100%;object-fit:cover;width:100%}.hero-text{background:#0006;border-radius:10px;color:#fff;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.hero-text h1{font-size:2.5rem;margin:0}.container{margin:auto;max-width:1200px;padding:40px 20px}.section-title{color:#007bff;font-size:2rem;margin-bottom:30px;text-align:center}.services{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.service img{height:180px;object-fit:cover;width:100%}.service h3{color:#007bff;margin:15px 0 10px}.service p{color:#666;padding:0 15px 15px}.about{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.about img{border-radius:10px;box-shadow:0 2px 8px #0000001a;max-width:500px;width:100%}.about-text{flex:1 1}.about-text p{color:#555;line-height:1.6}.contact{background:#eaf1fb;border-radius:10px;margin-bottom:40px;padding:30px}.contact p{align-items:center;display:flex;gap:10px;margin:10px 0}.contact i{color:#007bff;width:20px}.map-container,iframe{margin-top:20px}iframe{border:none;border-radius:10px;height:300px;width:100%}footer{background:#343a40;color:#fff;padding:20px 0;text-align:center}footer a{color:#fff;font-size:20px;margin:0 10px;transition:color .3s ease}footer a:hover{color:#007bff}.whatsapp-button{align-items:center;background:#25d366;border-radius:50%;bottom:20px;box-shadow:0 4px 10px #0003;color:#fff;display:flex;font-size:28px;height:60px;justify-content:center;position:fixed;right:20px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:60px;z-index:1000}.whatsapp-button:hover{box-shadow:0 6px 15px #0000004d;color:#fff;transform:scale(1.1)}@media (max-width:768px){.hero-text h1{font-size:2rem}.about{flex-direction:column}.section-title{font-size:1.5rem}.services{grid-template-columns:1fr}nav{flex-direction:column}nav a{text-align:center}}
/*# sourceMappingURL=main.e27a9b4d.css.map*/