/* ============================================================
   Wuthqa — Contact Us page styles (dark, gold accents)
   "Get in touch" info row · message form · socials · full-width map.
   Builds on tokens + chrome (home.css) + shared inner styles (inner.css).
   ============================================================ */

.wq-ct { max-width: 900px; margin: 0 auto; text-align: center; }

/* Italic-serif gold section script ("Get in touch", "Connect with us") */
.wq-ct-script { font-family: 'Source Serif 4', Georgia, serif; font-style: italic; font-weight: 500;
  color: var(--gold); font-size: clamp(22px, 2.6vw, 30px); margin: 0 0 46px; }
.wq-ct-script-2 { margin: 72px 0 28px; }

/* Phone / Address / Email — gold vertical dividers */
.wq-ct-info { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto 44px; }
.wq-ct-info-col { padding: 8px 20px; }
.wq-ct-info-col + .wq-ct-info-col { border-left: 1px solid rgba(200, 168, 75, .45); }
.wq-ct-info-ic { color: var(--gold); display: inline-flex; margin-bottom: 16px; }
.wq-ct-info-label { font-family: var(--font-en); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); font-size: 13px; margin-bottom: 12px; }
.wq-ct-info-line { color: rgba(255, 255, 255, .58); font-size: 13px; line-height: 1.7; }
/* Address — two branches */
.wq-ct-branch + .wq-ct-branch { margin-top: 12px; }
.wq-ct-branch-name { color: #fff; font-family: var(--font-en); font-weight: 600; font-size: 12.5px; margin-bottom: 3px; }
/* Time in Riyadh — live clock */
.wq-ct-time-now { display: block; color: #fff; font-family: var(--font-en); font-weight: 600; font-size: 21px;
  letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.wq-ct-time-zone { display: block; color: rgba(255, 255, 255, .5); font-size: 12px; margin-top: 5px; letter-spacing: .04em; }

/* Time in Riyadh + working hours — centred card below the info row, before the form */
.wq-ct-hours { display: flex; align-items: center; gap: 30px; width: fit-content; max-width: 100%;
  margin: 0 auto 40px; padding: 18px 32px; text-align: start;
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-lg); }
.wq-ct-hours-item { display: flex; align-items: center; gap: 14px; }
.wq-ct-hours-ic { flex-shrink: 0; color: var(--gold); display: inline-flex; }
.wq-ct-hours-label { font-family: var(--font-en); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold); font-size: 11px; margin-bottom: 5px; }
.wq-ct-hours-div { align-self: stretch; width: 1px; background: rgba(200, 168, 75, .4); }
.wq-ct-hours .wq-ct-time-now { font-size: 16px; }
.wq-ct-hours .wq-ct-time-zone { display: inline; margin: 0 0 0 6px; }
.wq-ct-hours-days { color: #fff; font-family: var(--font-en); font-weight: 600; font-size: 15px; }
.wq-ct-hours-time { color: rgba(255, 255, 255, .6); font-size: 12.5px; margin-top: 3px; }

/* Sub-heading above the form */
.wq-ct-sub { color: rgba(255, 255, 255, .82); font-family: var(--font-en); font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; font-size: 14px; line-height: 1.7; margin-bottom: 28px; }

/* Message form */
.wq-ct-form { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; text-align: start; }
.wq-ct-form input, .wq-ct-form textarea { width: 100%; background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-md); color: #fff; font-family: var(--font-en);
  font-size: 14.5px; padding: 14px 16px; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.wq-ct-form input::placeholder, .wq-ct-form textarea::placeholder { color: rgba(255, 255, 255, .45); }
.wq-ct-form input:focus, .wq-ct-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-tint); }
.wq-ct-form textarea { min-height: 132px; resize: vertical; line-height: 1.6; }
.wq-ct-form select { width: 100%; background: rgba(255, 255, 255, .05); color: #fff; font-family: var(--font-en);
  font-size: 14.5px; padding: 14px 40px 14px 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-md);
  appearance: none; cursor: pointer;
  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='%23a89a78' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.wq-ct-form select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-tint); }
.wq-ct-form select.placeholder { color: rgba(255, 255, 255, .45); }
.wq-ct-form select option { color: #111; }
[dir="rtl"] .wq-ct-form select { padding: 14px 16px 14px 40px; background-position: left 14px center; }
.wq-ct-submit { display: flex; justify-content: center; margin-top: 6px; }

/* Sent state */
.wq-ct-sent { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.wq-ct-sent h3 { color: #fff; font-family: 'Source Serif 4', Georgia, serif; font-size: 22px; margin: 10px 0 0; }
.wq-ct-sent p { color: rgba(255, 255, 255, .7); font-size: 14.5px; line-height: 1.7; margin: 6px 0 0; }

/* Connect with us — gold square social buttons */
.wq-ct-social { display: flex; justify-content: center; gap: 12px; }
.wq-ct-social-btn { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--gold); color: var(--teal-900);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .25s var(--ease), background .25s var(--ease); }
.wq-ct-social-btn:hover { transform: translateY(-3px); background: var(--gold-600); }

/* Full-width map band — one map per branch, side by side */
.wq-ctmap { display: grid; grid-template-columns: 1fr 1fr; background: #141414; }
.wq-ctmap-item { position: relative; height: 440px; }
.wq-ctmap-item + .wq-ctmap-item { border-left: 2px solid #0a0a07; }
.wq-ctmap-item iframe { width: 100%; height: 100%; border: 0; display: block;
  filter: invert(0.9) hue-rotate(180deg) grayscale(0.35) brightness(1.05) contrast(0.92); }
.wq-ctmap-label { position: absolute; top: 16px; inset-inline-start: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 15px; border-radius: var(--r-full);
  background: rgba(13, 13, 13, .82); border: 1px solid rgba(200, 168, 75, .5); color: #fff;
  font-family: var(--font-en); font-weight: 600; font-size: 13px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.wq-ctmap-label svg, .wq-ctmap-label [data-lucide] { color: var(--gold); }

/* ---- Responsive ------------------------------------------------- */
@media (max-width: 620px) {
  .wq-ct-info { grid-template-columns: 1fr; gap: 8px; }
  .wq-ct-info-col { padding: 22px 8px; }
  .wq-ct-info-col + .wq-ct-info-col { border-left: none; border-top: 1px solid rgba(200, 168, 75, .35); }
  .wq-ct-hours { flex-direction: column; align-items: flex-start; gap: 18px; }
  .wq-ct-hours-div { width: 100%; height: 1px; align-self: auto; }
  .wq-ctmap { grid-template-columns: 1fr; }
  .wq-ctmap-item { height: 320px; }
  .wq-ctmap-item + .wq-ctmap-item { border-left: none; border-top: 2px solid #0a0a07; }
}
