/* Contact page styles - extracted from contact-us.php inline <style> block */
/* All the custom CSS from your original file goes here */
    /* I have moved it for you */
    .page-template-contact-us .rova-wrapper { padding: 40px 15px; max-width: 1200px; margin: 0 auto; }
    .page-template-contact-us .rova-page-header { text-align: center; margin-bottom: 50px; }
    .page-template-contact-us .rova-subtitle { max-width: 600px; margin: 15px auto 30px auto; color: #6c757d; line-height: 1.6; }
    /* --- All other styles from the original file --- */
    .rova-grid { display: grid; width: 100%; grid-template-columns: 1fr; gap: 30px; }
    .rova-card { background-color: #fff; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 5px 25px rgba(0,0,0,0.07); border: 1px solid var(--border-color); display: flex; flex-direction: column; }
    .rova-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px auto; }
    .rova-icon img, .rova-icon svg { width: 32px; height: 32px; }
    .rova-icon-phone { background-color: #007bff; } .rova-icon-phone svg { fill: #fff; }
    .rova-icon-whatsapp { background-color: #25D366; } .rova-icon-whatsapp svg { fill: #fff; }
    .rova-icon-email { background-color: #6c757d; } .rova-icon-email svg { fill: #fff; }
    .rova-icon-map { background-color: #dc3545; } .rova-icon-map svg { fill: #fff; }
    .rova-card h3 { font-size: 22px; margin: 0 0 10px 0; }
    .rova-card p { color: #6c757d; line-height: 1.6; flex-grow: 1; margin-bottom: 20px; }
    .rova-button { background-color: var(--primary-red); color: var(--light-text); text-decoration: none; padding: 12px 20px; border-radius: 8px; font-weight: 600; align-self: center; width: 80%; max-width: 200px; }
    .rova-map-section { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--border-color); text-align: center; }
    .rova-map-embed { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 12px; margin-top: 20px; box-shadow: 0 5px 25px rgba(0,0,0,0.07); }
    .rova-map-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
    @media (min-width: 768px) { .rova-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) { .rova-grid { grid-template-columns: repeat(4, 1fr); } }
