/* General Form Styles */ form { max-width: 600px; margin: 0 auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } form h3 { margin-top: 0; font-size: 1.8em; color: #2c3e50; } label { display: block; margin-bottom: 8px; font-weight: bold; color: #333; } input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; font-size: 1em; } input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { border-color: #3498db; outline: none; } textarea { resize: vertical; /* Allows vertical resizing */ } button { background-color: #3498db; color: #ffffff; border: none; padding: 12px 20px; font-size: 1.2em; cursor: pointer; border-radius: 4px; transition: background-color 0.3s ease; } button:hover { background-color: #2980b9; } button:focus { outline: none; }
We’d love to hear from you! Whether you have questions about our destinations, need assistance with your booking, or just want to say hello, feel free to reach out to us. Our team is here to help you every step of the way.
Email: [email protected]
Phone: (123) 456-7890
Address: 123 Hill Side Avenue, Mountain View, CA 94043