/*
 *   @copyright   Copyright (C) 2026 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                  via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        module-get-in-touch-v2.css
 *   @modified    09/09/2026
 *   @package     Dynamowebs
 *
 *   Contact Us (/get-in-touch) page stylesheet, ported from the contact-us design.
 *   All classes are cit- prefixed to avoid clashing with Bootstrap/global.css loaded
 *   by header_v2. Preview nav/footer CSS and global resets removed — the site's own
 *   header_v2 + footer provide those. The map-placeholder is replaced by a lazy-loaded
 *   Google Maps iframe so it doesn't slow down page load.
 */

  /* ── TOKENS ────────────────────────────────────────────────────── */
  :root {
    --navy:      #0D2240;
    --navy-mid:  #162D52;
    --blue:      #1B75BC;
    --cyan:      #00AEEF;
    --light-bg:  #F5F8FC;
    --white:     #FFFFFF;
    --grey:      #555E68;
    --muted:     #6B7A8D;
    --border:    #D9E3EC;
    --green:     #16A34A;
    --red:       #DC2626;
    --font:      'Inter', system-ui, sans-serif;
  }

  /* ── BASE ──────────────────────────────────────────────────────── */
  /* EDIT (09 Sep 2026): enforce one font (Inter) on the whole page.
     global.css's body{font-family:Inter} would otherwise leak in on unclassed
     elements, keeping the site's Inter font consistent. Home/about-us already set body. */
  body { font-family: var(--font); }

  /* ── NAV ───────────────────────────────────────────────────────── *//* ── HERO ──────────────────────────────────────────────────────── */
  .cit-hero {
    background: var(--navy); padding: 68px 40px 60px;
    text-align: center; position: relative; overflow: hidden;
  }
  .cit-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 700px 360px at 50% 70%, rgba(0,174,239,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .cit-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(0,174,239,0.12); border: 1px solid rgba(0,174,239,0.25);
    border-radius: 100px; padding: 5px 16px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
    color: var(--cyan); margin-bottom: 22px;
  }
  .cit-hero h1 {
    font-size: clamp(30px, 5vw, 48px); font-weight: 800; letter-spacing: -0.03em;
    color: #fff; line-height: 1.1; text-wrap: balance; margin-bottom: 16px;
  }
  .cit-hero h1 em { font-style: normal; color: var(--cyan); }
  .cit-hero-sub {
    font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.60);
    line-height: 1.65; max-width: 520px; margin: 0 auto;
  }

  /* ── CONTACT CARDS ─────────────────────────────────────────────── */
  .cit-cards-band { background: var(--light-bg); padding: 0 40px; }
  .cit-cards-inner {
    max-width: 900px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; transform: translateY(-32px);
  }
  .cit-ccard {
    background: var(--white); border: 1px solid var(--border); border-radius: 14px;
    padding: 28px 24px; text-align: center;
    box-shadow: 0 2px 16px rgba(13,34,64,0.07);
    transition: box-shadow 0.2s, border-color 0.2s;
  }
  .cit-ccard:hover { box-shadow: 0 6px 28px rgba(27,117,188,0.12); border-color: rgba(27,117,188,0.3); }
  .cit-ccard-icon {
    width: 52px; height: 52px; border-radius: 13px;
    background: rgba(0,174,239,0.10);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; color: var(--blue);
  }
  .cit-ccard-icon svg { width: 24px; height: 24px; }
  .cit-ccard-label { font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
  .cit-ccard-value { font-size: 15px; font-weight: 800; color: var(--navy); line-height: 1.4; }
  .cit-ccard-value a { color: var(--blue); transition: color 0.15s; }
  .cit-ccard-value a:hover { color: var(--cyan); }
  .cit-ccard-sub { font-size: 12px; font-weight: 500; color: var(--muted); margin-top: 4px; line-height: 1.5; }

  /* ── SECTION ───────────────────────────────────────────────────── */
  .cit-section { padding: 0 40px 72px; }
  .cit-inner { max-width: 900px; margin: 0 auto; }

  /* ── FORM + SIDEBAR LAYOUT ─────────────────────────────────────── */
  .cit-contact-grid {
    display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start;
  }

  /* ── FORM ──────────────────────────────────────────────────────── */
  .cit-form-card {
    background: var(--white); border: 1px solid var(--border); border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 2px 20px rgba(13,34,64,0.06);
  }
  .cit-form-title { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
  .cit-form-sub   { font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }

  .cit-field-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cit-field      { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
  .cit-field label { font-size: 12px; font-weight: 700; color: var(--navy); }
  .cit-field label span { color: var(--blue); margin-left: 2px; }

  .cit-input, .cit-select, .cit-textarea {
    font-family: var(--font); font-size: 13px; font-weight: 500;
    color: var(--navy); background: var(--light-bg);
    border: 1.5px solid var(--border); border-radius: 9px;
    padding: 11px 14px; outline: none; width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .cit-input::placeholder, .cit-textarea::placeholder { color: #A3AFBD; }
  .cit-input:focus, .cit-select:focus, .cit-textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(0,174,239,0.12);
  }
  .cit-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7A8D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
  .cit-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }

  .cit-consent-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 22px; margin-top: 4px; }
  .cit-consent-row input[type=checkbox] { margin-top: 2px; flex-shrink: 0; accent-color: var(--blue); width: 15px; height: 15px; cursor: pointer; }
  .cit-consent-row label { font-size: 12px; font-weight: 500; color: var(--muted); line-height: 1.6; cursor: pointer; }
  .cit-consent-row label a { color: var(--blue); border-bottom: 1px solid var(--border); }
  .cit-consent-row label a:hover { color: var(--cyan); }

  .cit-btn-submit {
    width: 100%; background: var(--blue); color: #fff;
    border: none; border-radius: 10px; padding: 14px 24px;
    font-family: var(--font); font-size: 14px; font-weight: 800;
    cursor: pointer; transition: background 0.15s, transform 0.1s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .cit-btn-submit:hover  { background: #1565A8; }
  .cit-btn-submit:active { transform: scale(0.98); }
  .cit-btn-submit:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }

  /* success state */
  .cit-form-success {
    display: none; text-align: center; padding: 32px 0;
  }
  .cit-form-success-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: rgba(22,163,74,0.10); border: 2px solid rgba(22,163,74,0.25);
    color: var(--green); font-size: 24px; font-weight: 800;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
  }
  .cit-form-success h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
  .cit-form-success p  { font-size: 13px; font-weight: 500; color: var(--muted); line-height: 1.65; }

  .cit-form-fields.cit-hidden { display: none; }

  /* ── SIDEBAR ───────────────────────────────────────────────────── */
  .cit-sidebar { display: flex; flex-direction: column; gap: 16px; }

  .cit-sidebar-card {
    background: var(--light-bg); border: 1px solid var(--border); border-radius: 14px; padding: 22px 20px;
  }
  .cit-sidebar-title {
    font-size: 13px; font-weight: 800; color: var(--navy); margin-bottom: 14px;
    display: flex; align-items: center; gap: 8px;
  }
  .cit-sidebar-title svg { width: 16px; height: 16px; color: var(--cyan); flex-shrink: 0; }

  .cit-hours-list { display: flex; flex-direction: column; gap: 8px; }
  .cit-hours-row  { display: flex; justify-content: space-between; align-items: center; }
  .cit-hours-day  { font-size: 12px; font-weight: 600; color: var(--muted); }
  .cit-hours-time { font-size: 12px; font-weight: 700; color: var(--navy); }
  .cit-hours-closed { font-size: 12px; font-weight: 600; color: #A3AFBD; }
  .cit-hours-divider { height: 1px; background: var(--border); margin: 4px 0; }

  .cit-sidebar-resp {
    background: var(--navy); border-radius: 14px; padding: 22px 20px;
  }
  .cit-sidebar-resp-label { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan); margin-bottom: 8px; }
  .cit-sidebar-resp-val   { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 4px; }
  .cit-sidebar-resp-sub   { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.55); line-height: 1.55; }

  .cit-map-placeholder {
    background: var(--light-bg); border: 1px solid var(--border); border-radius: 14px;
    height: 180px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 16px;
  }
  .cit-map-pin { font-size: 24px; }
  .cit-map-addr { font-size: 12px; font-weight: 600; color: var(--muted); line-height: 1.5; }
  .cit-map-link { font-size: 11px; font-weight: 700; color: var(--blue); border-bottom: 1px solid var(--border); margin-top: 4px; }
  .cit-map-link:hover { color: var(--cyan); border-bottom-color: var(--cyan); }

  /* ── FAQ STRIP ─────────────────────────────────────────────────── */
  .cit-faq-section { background: var(--light-bg); padding: 56px 40px; }
  .cit-faq-inner   { max-width: 680px; margin: 0 auto; }
  .cit-faq-label   { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); margin-bottom: 8px; text-align: center; }
  .cit-faq-title   { font-size: clamp(22px, 4vw, 30px); font-weight: 800; color: var(--navy); text-align: center; letter-spacing: -0.025em; margin-bottom: 32px; text-wrap: balance; }

  .cit-faq-item { border-top: 1px solid var(--border); }
  .cit-faq-item:last-child { border-bottom: 1px solid var(--border); }
  .cit-faq-btn {
    width: 100%; background: none; border: none; cursor: pointer;
    padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-family: var(--font); font-size: 14px; font-weight: 700; color: var(--navy);
    text-align: left; transition: color 0.15s;
  }
  .cit-faq-btn:hover { color: var(--blue); }
  .cit-faq-btn:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; border-radius: 3px; }
  .cit-faq-icon {
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(27,117,188,0.10); color: var(--blue);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-size: 14px; font-weight: 800; transition: background 0.15s, transform 0.2s;
  }
  .cit-faq-btn[aria-expanded="true"] .cit-faq-icon {
    background: var(--blue); color: #fff; transform: rotate(45deg);
  }
  .cit-faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
  .cit-faq-panel p { font-size: 13px; font-weight: 500; color: var(--muted); line-height: 1.7; padding-bottom: 16px; }

  /* ── FOOTER ────────────────────────────────────────────────────── *//* ── RESPONSIVE ────────────────────────────────────────────────── */
  @media (max-width: 860px) {
    .cit-cards-inner { grid-template-columns: 1fr; gap: 12px; transform: translateY(-24px); }
    .cit-contact-grid { grid-template-columns: 1fr; }
    .cit-sidebar { order: -1; }
    .cit-sidebar-card, .cit-sidebar-resp, .cit-map-placeholder { max-width: 100%; }
    .cit-hours-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .cit-hours-divider { display: none; }
  }
  @media (max-width: 540px) {
    .cit-hero { padding: 52px 20px 48px; }
    .cit-cards-band { padding: 0 20px; }
    .cit-section { padding: 0 20px 52px; }
    .cit-faq-section { padding: 44px 20px; }
    .cit-form-card { padding: 24px 20px; }
    .cit-field-row { grid-template-columns: 1fr; gap: 0; }
    .cit-hours-list { grid-template-columns: 1fr; }
  }

  /* ── MAP (lazy-loaded real-time iframe) ───────────────────────── */
  .cit-map-embed {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--light-bg);
    line-height: 0;
  }
  .cit-map-frame { display: block; width: 100%; height: 260px; border: 0; }
  @media (max-width: 860px) { .cit-map-embed { max-width: 100%; } }
