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}body,h1,html,li,p,ul{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#0d0d0d;color:#f5f5f5;font-family:Poppins,sans-serif}.navbar{align-items:center;background:#141414f2;border-bottom:1px solid #222;color:#1e90ff;display:flex;justify-content:space-between;padding:1rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{color:#1e90ff;font-size:1.5rem;font-weight:600}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#f5f5f5;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#1e90ff}.hero{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;min-height:100vh;padding:3rem}.hero-text h1{color:#1e90ff;font-size:3rem;margin-bottom:1rem}.hero-text p{color:#ddd;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:500px}.cta-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background .3s ease}.cta-btn,.cta-btn:hover{background:#1e90ff}.hero-image img{border-radius:12px;box-shadow:0 8px 20px #00000080;width:100%}.about{background:#0f0f0f;padding:4rem 2rem;text-align:center}.about h2{color:#1e90ff;font-size:2.5rem;margin-bottom:1rem}.about p{color:#ddd;font-size:1.2rem;line-height:1.8;margin:1rem auto;max-width:800px}.featured-cars{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.featured-cars img{border-radius:10px;box-shadow:0 6px 15px #00000080;cursor:pointer;height:160px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:250px}.featured-cars img:hover{box-shadow:0 10px 25px #000000b3;transform:scale(1.05)}.services{background:#151515;padding:4rem 2rem;text-align:center}.services h2{color:#1e90ff;font-size:2.5rem;margin-bottom:2rem}.service-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.service-card{background:#1e1e1e;border-radius:12px;box-shadow:0 6px 16px #0006;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 8px 20px #0009;transform:translateY(-5px)}.service-card h3{color:#1e90ff;margin-bottom:1rem}.service-card p{color:#ccc;line-height:1.6}.gallery{background:#111;padding:4rem 2rem;text-align:center}.gallery h2{color:#1e90ff;font-size:2.5rem;margin-bottom:2rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-grid img{border-radius:10px;height:250px;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease;width:100%}.gallery-grid img:hover{box-shadow:0 8px 25px #0009;transform:scale(1.05)}.contact{background:#0f0f0f;padding:4rem 2rem;text-align:center}.contact h2{color:#1e90ff;font-size:2.5rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto 2rem;max-width:600px}.contact-form input,.contact-form textarea{background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#f5f5f5;font-size:1rem;padding:1rem;transition:border .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#1e90ff;outline:none}.contact .social-icons{display:flex;gap:1.5rem;justify-content:center}.contact .social-icons a{color:#1e90ff;font-size:1.8rem;transition:color .3s ease}.contact .social-icons a:hover{color:#1565c0}.back-to-top{background:#1e90ff;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #0006;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;position:fixed;right:30px;transition:background .3s ease,transform .3s ease;width:50px;z-index:1000}.footer{background:#0b0b0b;border-top:1px solid #222;color:#f5f5f5;margin-top:3rem;padding:3rem 2rem;text-align:center}.footer h3{color:#1e90ff;margin-bottom:1rem}.footer a{color:#1e90ff;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#1565c0}.social-icons{display:flex;gap:1.5rem;justify-content:center;margin:1.5rem 0}.social-icons a{font-size:1.8rem}.footer .copyright{color:#aaa;font-size:.9rem;margin-top:1rem}.back-to-top:hover{background:#1565c0;transform:translateY(-3px)}@media (max-width:768px){.hero{grid-template-columns:1fr;text-align:center}.hero-text{order:2}.hero-image{order:1}}
/*# sourceMappingURL=main.2a5ab5bd.css.map*/