/* ══════════════════════════════════════════════
   CONTACT PAGE — Premium Styles
   ══════════════════════════════════════════════ */

/* Info icon container hover */
.contact-info-icon {
    transition: background-color 0.4s ease,
                color 0.4s ease,
                transform 0.3s ease;
}

/* Form focus glow */
.form-input:focus-within {
    box-shadow: 0 0 0 3px rgba(23, 101, 97, 0.12);
}

/* Select arrow custom */
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234D5C5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 2.5rem;
}

/* Business hours card */
.hours-card {
    backdrop-filter: blur(8px);
}

@media (prefers-reduced-motion: reduce) {
    .contact-info-icon { transition: none; }
}
