/* Generated from approved design. */


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    a { text-decoration: none; color: inherit; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; }
    /* ── SECTION COMMONS ── */
    .sec-wrap {
      max-width: 1792px;
      margin: 0 auto;
      padding: 0 64px;
    }

    /* ── CONTACT HERO ── */
    .ct-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 80px 0 96px;
      position: relative;
      overflow: hidden;
    }
    .ct-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .ct-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }
    .ct-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 46px;
    }
    .ct-eyebrow-line { width: 18px; height: 2px; background: #a8a8a8; border-radius: 1px; flex-shrink: 0; }
    .ct-eyebrow-text {
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
    }
    .ct-h1 {
      font-size: 78px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -3.9px;
      line-height: 78px;
      margin-bottom: 28px;
      white-space: nowrap;
    }
    .ct-desc {
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 30.6px;
      margin-bottom: 40px;
    }
    .ct-links {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .ct-link {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 0 21px;
      height: 73px;
      background: rgba(255,255,255,0.04);
      border-radius: 12px;
      transition: background 0.2s;
    }
    .ct-link:hover { background: rgba(255,255,255,0.08); }
    .ct-link-icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
    .ct-link-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
    .ct-link-label { font-size: 16px; font-weight: 500; color: #fff; }
    .ct-link-value { font-size: 14px; font-weight: 400; color: #9898a8; }
    .ct-link-arrow { font-size: 18px; color: #fff; flex-shrink: 0; }

    /* Right: Response Times card */
    .ct-resp-card {
      background: rgba(255,255,255,0.03);
      border-radius: 20px;
      padding: 41px;
      margin-top: 72px;
    }
    .ct-resp-title {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
    }
    .ct-resp-rows { display: flex; flex-direction: column; }
    .ct-resp-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 0 15px;
      border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .ct-resp-row:last-child { border-bottom: none; }
    .ct-resp-channel { font-size: 16px; font-weight: 400; color: #fff; }
    .ct-resp-time { font-size: 16px; font-weight: 500; color: #fff; }
    .ct-hq {
      border-top: 1px solid rgba(255,255,255,0.15);
      padding-top: 24px;
      margin-top: 8px;
    }
    .ct-hq-label {
      font-size: 14px;
      font-weight: 400;
      color: rgba(255,255,255,0.5);
      letter-spacing: 0.84px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .ct-hq-addr {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      line-height: 22.1px;
    }

    /* ── FOOTER ── */
    .footer {
      background: #000;
      padding: 64px 64px 0;
      position: relative;
      overflow: hidden;
    }
    .footer-main {
      max-width: 1716px;
      margin: 0 auto;
      padding: 0 0 56px;
      display: grid;
      grid-template-columns: 320px 1fr;
      gap: 80px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-logo img { height: 18px; display: block; margin-bottom: 20px; filter: brightness(0) invert(1); }
    .footer-tagline { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 28px; }
    .footer-socials { display: flex; gap: 10px; }
    .footer-social-btn {
      width: 34px; height: 34px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.5);
      transition: border-color 0.2s, color 0.2s;
    }
    .footer-social-btn:hover { border-color: #d7000f; color: #fff; }
    .footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
    .footer-col-title { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 0.5px; margin-bottom: 20px; }
    .footer-col-links { display: flex; flex-direction: column; gap: 12px; }
    .footer-col-links a { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.4); transition: color 0.2s; }
    .footer-col-links a:hover { color: #fff; }
    .footer-bottom {
      max-width: 1716px;
      margin: 0 auto;
      padding: 20px 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-copy { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.3); }
    .footer-contact-info { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.3); }

    /* ── SEND MESSAGE SECTION ── */
    .ct-msg-sec {
      padding: 80px 0 96px;
      background: #fff;
    }
    .ct-msg-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
    }
    .ct-msg-eyebrow-line { width: 18px; height: 2px; background: #e8321a; border-radius: 1px; flex-shrink: 0; }
    .ct-msg-eyebrow-text { font-size: 12px; font-weight: 700; color: #e8321a; letter-spacing: 1.9775px; text-transform: uppercase; }
    .ct-msg-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 56.7px;
      margin-bottom: 30px;
    }
    .ct-msg-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
    }

    /* Form */
    .ct-form { display: flex; flex-direction: column; gap: 20px; }
    .ct-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .ct-form-group { display: flex; flex-direction: column; gap: 7px; }
    .ct-form-label { font-size: 16px; font-weight: 500; color: #0a0a0f; }
    .ct-form-input,
    .ct-form-select,
    .ct-form-textarea {
      width: 100%;
      background: #fff;
      border: 1px solid #e4e4eb;
      border-radius: 10px;
      padding: 14px 17px;
      font-size: 14px;
      font-weight: 400;
      color: #0a0a0f;
      font-family: 'Outfit', sans-serif;
      outline: none;
      transition: border-color 0.2s;
    }
    .ct-form-input::placeholder,
    .ct-form-textarea::placeholder { color: #757575; }
    .ct-form-input:focus,
    .ct-form-select:focus,
    .ct-form-textarea:focus { border-color: #e8321a; }
    .ct-form-select {
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      padding-right: 40px;
      cursor: pointer;
    }
    .ct-form-select option { color: #0a0a0f; }
    .ct-form-textarea { resize: vertical; min-height: 130px; line-height: 1.5; }
    .ct-send-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      padding: 0 28px;
      background: #e8321a;
      border-radius: 10px;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      border: none;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      transition: background 0.2s;
      align-self: flex-start;
    }
    .ct-send-btn:hover { background: #c42814; }
    .ct-form-note { font-size: 14px; font-weight: 400; color: #9898a8; }
    .ct-form-note a { color: #e8321a; text-decoration: underline; }

    /* Sidebar */
    .ct-sidebar {
      background: #f7f7f9;
      border-radius: 18px;
      padding: 36px;
    }
    .ct-sidebar-title { font-size: 18px; font-weight: 700; color: #0a0a0f; margin-bottom: 28px; }
    .ct-sidebar-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 28px; }
    .ct-sidebar-item { display: flex; gap: 14px; align-items: flex-start; }
    .ct-sidebar-icon { font-size: 18px; line-height: 1; flex-shrink: 0; padding-top: 2px; }
    .ct-sidebar-body { display: flex; flex-direction: column; gap: 4px; }
    .ct-sidebar-label {
      font-size: 12px;
      font-weight: 600;
      color: #9898a8;
      letter-spacing: 0.96px;
      text-transform: uppercase;
    }
    .ct-sidebar-value { font-size: 16px; font-weight: 400; color: #0a0a0f; line-height: 20px; }
    .ct-rg { border-top: 1px solid #e4e4eb; padding-top: 24px; }
    .ct-rg-title { font-size: 16px; font-weight: 600; color: #0a0a0f; margin-bottom: 16px; }
    .ct-rg-rows { display: flex; flex-direction: column; }
    .ct-rg-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0 11px;
      border-bottom: 1px solid #f2f2f5;
    }
    .ct-rg-row:last-child { border-bottom: none; }
    .ct-rg-channel { font-size: 16px; font-weight: 400; color: #5c5c72; }
    .ct-rg-time { font-size: 16px; font-weight: 500; color: #0a0a0f; }

    /* ── REGIONAL CONTACTS SECTION ── */
    .ct-regional-sec {
      padding: 88px 0 80px;
      background: #f7f7f9;
    }
    .ct-regional-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
    .ct-regional-eyebrow-line { width: 18px; height: 2px; background: #e8321a; border-radius: 1px; flex-shrink: 0; }
    .ct-regional-eyebrow-text { font-size: 12px; font-weight: 700; color: #e8321a; letter-spacing: 1.9775px; text-transform: uppercase; }
    .ct-regional-h2 {
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 56.7px;
    }
    .ct-regional-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding-top: 30px;
    }
    .ct-regional-card {
      background: #fff;
      border: 1px solid #e4e4eb;
      border-radius: 16px;
      padding: 29px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .ct-regional-title { font-size: 18px; font-weight: 700; color: #0a0a0f; line-height: normal; }
    .ct-regional-countries { font-size: 14px; font-weight: 400; color: #9898a8; line-height: normal; }
    .ct-regional-details { padding-top: 12px; display: flex; flex-direction: column; }
    .ct-regional-details p { font-size: 16px; font-weight: 400; color: #e8321a; line-height: 22.1px; margin: 0; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1200px) {
      .ct-hero-inner { grid-template-columns: 1fr; gap: 48px; }
      .ct-resp-card { margin-top: 0; }
      .ct-h1 { font-size: 56px; }
      .ct-regional-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 992px) {
      .sec-wrap { padding: 0 32px; }
      .ct-hero { padding: 64px 0 80px; }
      .ct-h1 { font-size: 44px; white-space: normal; }
      .footer { padding: 48px 32px 0; }
      .footer-main { grid-template-columns: 1fr; gap: 40px; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .footer-cols { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .ct-h1 { font-size: 36px; }
      .footer-cols { grid-template-columns: 1fr; }
    }

/* HIKSEMI CONTACT CF7 GEOMETRY V17 */

/*
 * The CF7 wrapper remains an automatic-width grid item.
 * Do not apply min-width:0 here because the approved mobile
 * layout intentionally uses the form's intrinsic width.
 */
.ct-msg-sec
.ct-msg-inner
> .wpcf7 {
    max-width: none;
}

/*
 * Apply the approved flex-column form structure while
 * preserving the dynamic Contact Form 7 form element.
 */
.ct-msg-sec
.wpcf7-form.ct-form {
    max-width: 100%;
}

/*
 * CF7 control wrappers must behave as transparent,
 * full-width containers around approved controls.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*
 * Restore the approved form-control geometry.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-input,

.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-select,

.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-textarea {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*
 * CF7 creates a ten-row textarea by default. The approved
 * Contact design uses an initial height of 130px.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-textarea {
    height: 130px;
    min-height: 130px;
}

/*
 * Remove the browser's default paragraph margins. Those
 * margins caused the desktop form to be 28px too tall.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-note {
    margin: 0;
}

/*
 * The approved submit button is 168px on desktop but must
 * shrink to the approved mobile form track when necessary.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.ct-send-btn {
    width: auto;
    max-width: 100%;
}

/*
 * Keep the CF7 loading spinner operational without allowing
 * it to create an additional form row.
 */
.ct-msg-sec
.wpcf7-form.ct-form
.ct-form-group:has(.wpcf7-submit) {
    position: relative;
}

.ct-msg-sec
.wpcf7-form.ct-form
.wpcf7-spinner {
    position: absolute;
    top: 12px;
    left: calc(100% + 8px);
    margin: 0;
}



/*
 * Exact approved mobile Contact geometry.
 *
 * The approved two-column Contact layout intentionally gives
 * the form an intrinsic 116px track at a 390px viewport.
 */
@media (max-width: 600px) {
    .ct-msg-sec
    .ct-msg-inner
    > .wpcf7,

    .ct-msg-sec
    .wpcf7-form.ct-form {
        width: 116px;
        min-width: 116px;
        max-width: 116px;
    }

    /*
     * CF7 selects were two pixels taller than the approved
     * static controls. Three selects created a cumulative
     * six-pixel vertical displacement.
     */
    .ct-msg-sec
    .wpcf7-form.ct-form
    .ct-form-select {
        height: 46px;
        min-height: 46px;
        max-height: 46px;
        box-sizing: border-box;
    }

    /*
     * Keep the approved mobile submit width inside the
     * 116px form track.
     */
    .ct-msg-sec
    .wpcf7-form.ct-form
    .ct-send-btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    /*
     * CF7 retained one generated line break inside the
     * privacy note. It created one extra 22.4px text line.
     */
    .ct-msg-sec
    .wpcf7-form.ct-form
    .ct-form-note br {
        display: none;
    }

    .ct-msg-sec
    .wpcf7-form.ct-form
    .ct-form-note {
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
    }
}

/* END HIKSEMI CONTACT CF7 GEOMETRY V17 */

