/* WonderOnWheels - Home Page Optimized Styles */
.header { background: linear-gradient(135deg, rgba(128,0,0,0.05) 0%, rgba(128,0,0,0.1) 100%); }
#dynamic-word { display: inline-block; position: relative; color: #d01e1ebe !important; }
#dynamic-word::after { content: ''; position: absolute; right: -2px; top: 0; height: 100%; width: 2px; background-color: #d01e1ebe; animation: blink 1s infinite; }
@keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }
.btn-review { padding: 0.75rem 2rem; border-radius: var(--border-radius); text-decoration: none; font-weight: 600; transition: var(--transition); position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 1rem; background: linear-gradient(135deg, #FFD700, #FFA500); color: #2c3e50; border: 2px solid #FFD700; overflow: hidden; }
.why-were-special-btn { background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00) !important; color: white !important; border: 2px solid #FFD700 !important; box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important; position: relative !important; overflow: hidden !important; }
.cab-type-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,0,0,0.15); }
.cab-image img { transition: transform 0.3s ease; }
.cab-types-grid { display: flex; justify-content: center; gap: 2rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.cab-type-card { flex: 1; min-width: 280px; max-width: 350px; }
@media (max-width: 768px) { .cab-types-grid { flex-direction: column; align-items: center; } .cab-type-card { margin-bottom: 2rem; } }
