/* ==========================================================================
   ARKS International — Contact Page
   ========================================================================== */

.contact-card { background: #fff; border-radius: var(--radius-lg); padding: 2rem; height: 100%; box-shadow: var(--shadow-sm); border: 1px solid rgba(10,61,98,.06); text-align: center; transition: all var(--dur-med) var(--ease-premium); }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.contact-card .icon-box { margin-inline: auto; }

.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid rgba(10,61,98,.08); }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(20%) contrast(1.05); }

.contact-form-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(1.75rem, 3vw, 2.75rem); border: 1px solid rgba(10,61,98,.06); }
