body { margin: 0; font-family: Poppins, sans-serif; background: #f7f9fc; color: #001129; }
header { background: #001129; color: #ff8800; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; }
nav a { color: #fff; margin-left: 20px; text-decoration: none; font-weight: 500; }
.logo { height: 40px; vertical-align: middle; margin-right: 10px; }
.section { padding: 60px 40px; }
.contact-form input, .contact-form textarea, select { width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 6px; }
.contact-form button, .modal-content button { background-color: #00aaff; color: white; padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; }
footer { background: #001129; color: white; text-align: center; padding: 20px; }
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; background: #25D366; color: white; border-radius: 50%; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; font-size: 30px; text-decoration: none; box-shadow: 0 4px 8px rgba(0,0,0,0.2); }

.hero { height: 400px; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url('images/moving1.png') center/cover no-repeat; color: white; }
.quote-btn { margin-top: 20px; background: white; color: #00aaff; padding: 15px 30px; border-radius: 8px; font-weight: bold; font-size: 18px; border: none; cursor: pointer; }
.quote-btn:hover { background: #00aaff; color: white; }

.modal { display: none; position: fixed; z-index: 9999; padding-top: 60px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6); }
.modal-content { background-color: #00dbed7d; margin: auto; padding: 30px; border-radius: 8px; width: 90%; max-width: 500px; color: #001129; }
.close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; }
.close:hover { color: red; }