.elementor-2523 .elementor-element.elementor-element-4e48f47{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2523 .elementor-element.elementor-element-afa98b1.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for container, class: .elementor-element-4e48f47 *//* ============================================================
   LIV PRIVATE JETS — CONTACT US PAGE CSS (v3 — full page)
   Fonts: Helvetica (heading) · Roboto (body)
   Mobile-first responsive design
   Paste into: Appearance > Customize > Additional CSS
   ============================================================ */

/* ══════════════════════════════════════════
   1. HERO BANNER
══════════════════════════════════════════ */
.ct-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(13, 26, 46, 0.88) 0%, rgba(13, 26, 46, 0.72) 100%),
    url('https://livprivatejets.com/wp-content/uploads/2026/06/Hero_shot_inspired_directly_by_202606051859-scaled.jpeg') center/cover;
  padding: 120px 24px 80px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
}

.ct-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(58,123,213,0.18) 0%, rgba(13,26,46,0) 60%);
  pointer-events: none;
}

.ct-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ct-hero__crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2px;
}

.ct-hero__crumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.ct-hero__crumb a:hover { color: #3a7bd5; }
.ct-hero__crumb span:last-child { color: #ffffff; }

.ct-hero__kicker {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #3a7bd5;
  text-transform: uppercase;
}

.ct-hero__title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.8px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}

.ct-hero__sub {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 8px 0 0;
  max-width: 640px;
}

.ct-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(58, 123, 213, 0.2);
  border: 1px solid rgba(58, 123, 213, 0.5);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ct-hero__badge svg {
  width: 18px;
  height: 18px;
  color: #5a9fd4;
  flex-shrink: 0;
}

.ct-hero__badge strong {
  color: #5a9fd4;
  font-weight: 700;
}

/* ══════════════════════════════════════════
   2. QUICK CONTACT STRIP
══════════════════════════════════════════ */
.ct-quick {
  background: #f7f9fc;
  padding: 60px 72px;
  font-family: 'Roboto', Arial, sans-serif;
  box-sizing: border-box;
}

.ct-quick__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ct-quick__card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.ct-quick__card:hover {
  border-color: #3a7bd5;
  box-shadow: 0 14px 36px rgba(58, 123, 213, 0.14);
  transform: translateY(-3px);
}

.ct-quick__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(58, 123, 213, 0.1);
  color: #3a7bd5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.22s, color 0.22s;
}

.ct-quick__card:hover .ct-quick__icon {
  background: #3a7bd5;
  color: #ffffff;
}

.ct-quick__icon--whatsapp {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.ct-quick__card:hover .ct-quick__icon--whatsapp {
  background: #25d366;
  color: #ffffff;
}

.ct-quick__icon svg {
  width: 24px;
  height: 24px;
}

.ct-quick__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.ct-quick__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #8a9aaa;
  text-transform: uppercase;
}

.ct-quick__value {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0d1b2a;
  word-break: break-word;
}

.ct-quick__sub {
  font-size: 11px;
  font-weight: 400;
  color: #8a9aaa;
}

.ct-quick__arrow {
  width: 18px;
  height: 18px;
  color: #c5d0db;
  flex-shrink: 0;
  transition: color 0.22s, transform 0.22s;
}

.ct-quick__card:hover .ct-quick__arrow {
  color: #3a7bd5;
  transform: translateX(4px);
}

/* ══════════════════════════════════════════
   3. CONTACT FORM + SIDEBAR
══════════════════════════════════════════ */
.ct-form {
  background: #ffffff;
  padding: 100px 72px;
  font-family: 'Roboto', Arial, sans-serif;
  box-sizing: border-box;
}

.ct-form__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: start;
}

/* Section header now spans above both columns so the form card
   and the info card line up at the top */
.ct-form__head {
  max-width: 1280px;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-form__right {
  display: flex;
  align-items: stretch;
}

.ct-form__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ct-form__kicker {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #3a7bd5;
  text-transform: uppercase;
}

.ct-form__title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 0;
}

.ct-form__body {
  font-size: 15px;
  color: #5a6b7a;
  line-height: 1.8;
  margin: 0;
}

.ct-form__wrapper {
  margin-top: 0;
}

/* Form sidebar */
.ct-form__info-card {
  background: #0d1b2a;
  border-radius: 16px;
  padding: 36px 32px;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.ct-form__info-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.3;
}

.ct-form__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ct-form__info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ct-form__info-list svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #3a7bd5;
  background: rgba(58, 123, 213, 0.2);
  border-radius: 50%;
  padding: 4px;
  box-sizing: border-box;
  margin-top: 1px;
}

.ct-form__info-list div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ct-form__info-list strong {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.ct-form__info-list span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

.ct-form__info-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 24px 0;
}

.ct-form__info-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ct-form__info-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.ct-form__info-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: color 0.2s;
}

.ct-form__info-phone:hover { color: #5a9fd4; }

.ct-form__info-phone svg {
  width: 20px;
  height: 20px;
  color: #3a7bd5;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   3b. CONTACT FORM 7 — FIELD STYLING
   (scoped to .ct-form__wrapper)
══════════════════════════════════════════ */
.ct-form__wrapper .wpcf7 {
  font-family: 'Roboto', Arial, sans-serif;
}

.ct-form__wrapper .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Kill default CF7 <p> spacing so the grid controls layout */
.ct-form__wrapper .wpcf7 form > p {
  margin: 0;
}

/* Two-column grid (used by the CF7 template below) */
.ct-form__wrapper .ct-cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 14px;
}

.ct-form__wrapper .ct-cf7-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.ct-form__wrapper .ct-cf7-field--full {
  grid-column: 1 / -1;
}

/* Labels */
.ct-form__wrapper .ct-cf7-field > label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #0d1b2a;
}

.ct-form__wrapper .ct-cf7-field > label .ct-cf7-req {
  color: #3a7bd5;
}

/* CF7 wraps each control in a span — make it block so widths work */
.ct-form__wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Inputs, selects, textareas */
.ct-form__wrapper input[type="text"],
.ct-form__wrapper input[type="email"],
.ct-form__wrapper input[type="tel"],
.ct-form__wrapper input[type="number"],
.ct-form__wrapper input[type="date"],
.ct-form__wrapper input[type="url"],
.ct-form__wrapper select,
.ct-form__wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  background: #f7f9fc;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0d1b2a;
  line-height: 1.4;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.ct-form__wrapper input::placeholder,
.ct-form__wrapper textarea::placeholder {
  color: #9aa8b5;
}

.ct-form__wrapper input:hover,
.ct-form__wrapper select:hover,
.ct-form__wrapper textarea:hover {
  border-color: #c5d0db;
}

.ct-form__wrapper input:focus,
.ct-form__wrapper select:focus,
.ct-form__wrapper textarea:focus {
  background: #ffffff;
  border-color: #3a7bd5;
  box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.15);
}

/* Select arrow */
.ct-form__wrapper select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6b7a' stroke-width='2' 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;
  background-size: 16px;
  padding-right: 42px;
  cursor: pointer;
}

/* Date field icon color fix (webkit) */
.ct-form__wrapper input[type="date"] {
  min-height: 44px;
}

.ct-form__wrapper textarea {
  min-height: 88px;
  resize: vertical;
}

/* Submit button */
.ct-form__wrapper input[type="submit"],
.ct-form__wrapper button[type="submit"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #0d1b2a;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.22s, transform 0.22s;
}

.ct-form__wrapper input[type="submit"]:hover,
.ct-form__wrapper button[type="submit"]:hover {
  background: #3a7bd5;
  box-shadow: 0 12px 30px rgba(58, 123, 213, 0.3);
  transform: translateY(-2px);
}

.ct-form__wrapper input[type="submit"]:active,
.ct-form__wrapper button[type="submit"]:active {
  transform: translateY(0);
}

.ct-form__wrapper input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* CF7 loading spinner */
.ct-form__wrapper .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

/* Validation: invalid field */
.ct-form__wrapper .wpcf7-not-valid {
  border-color: #e05252 !important;
  background: #fff7f7;
}

/* Validation: per-field error message */
.ct-form__wrapper .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #e05252;
  margin-top: 6px;
}

/* Response output (success / error banner) */
.ct-form__wrapper .wpcf7-response-output {
  margin: 4px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  font-size: 13px;
  line-height: 1.6;
}

.ct-form__wrapper .wpcf7 form.sent .wpcf7-response-output {
  border-color: #2eb872 !important;
  background: rgba(46, 184, 114, 0.08);
  color: #1d7a4c;
}

.ct-form__wrapper .wpcf7 form.invalid .wpcf7-response-output,
.ct-form__wrapper .wpcf7 form.failed .wpcf7-response-output,
.ct-form__wrapper .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #e05252 !important;
  background: rgba(224, 82, 82, 0.07);
  color: #b13a3a;
}

/* Acceptance checkbox (if used) */
.ct-form__wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.ct-form__wrapper .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #5a6b7a;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}

.ct-form__wrapper .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3a7bd5;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

/* ══════════════════════════════════════════
   4. OFFICE LOCATIONS  (business-card style)
══════════════════════════════════════════ */
.ct-offices {
  background: #ffffff;
  padding: 100px 72px;
  font-family: 'Roboto', Arial, sans-serif;
  box-sizing: border-box;
}

.ct-offices__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ct-offices__kicker {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #3a7bd5;
  text-transform: uppercase;
}

.ct-offices__title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0;
}

.ct-offices__sub {
  font-size: 15px;
  color: #5a6b7a;
  line-height: 1.7;
  margin: 0;
}

.ct-offices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

/* ── Card ── */
.ct-offices__card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 20px;
  padding: 14px 14px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(13, 27, 42, 0.05);
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.ct-offices__card:hover {
  border-color: #3a7bd5;
  box-shadow: 0 18px 44px rgba(58, 123, 213, 0.16);
  transform: translateY(-5px);
}

/* ── Skyline banner ── */
.ct-offices__banner {
  position: relative;
  width: 100%;
  aspect-ratio: 757 / 470;          /* taller banner = skyline sits lower, more dark sky above
                                       ↑ raise the 410 (e.g. 450, 500) to push the skyline even lower,
                                         lower it back toward 350 to raise it up */
  border-radius: 12px;
  overflow: hidden;
  background: #0d1b2e;              /* dark navy behind the art — match this to your artwork's sky */
  line-height: 0;
}

.ct-offices__skyline {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;              /* show the full artwork at true size — never zoom/stretch */
  object-position: center bottom;   /* sit it at the bottom; dark space opens up above */
}

/* ── Body: flag + text ── */
.ct-offices__body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 10px 0;
}

.ct-offices__flag {
  flex-shrink: 0;
  width: 58px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(13, 27, 42, 0.18);
}

/* keeps things tidy if you later swap the emoji for a real flag <img> */
.ct-offices__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-offices__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ct-offices__city {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0d1b2a;
  letter-spacing: 0.3px;
  margin: 0;
  line-height: 1.3;
}

.ct-offices__addr {
  font-size: 13.5px;
  color: #5a6b7a;
  line-height: 1.65;
  margin: 0;
}

/* ══════════════════════════════════════════
   6. FAQ
══════════════════════════════════════════ */
.ct-faq {
  background: #f7f9fc;
  padding: 100px 72px;
  font-family: 'Roboto', Arial, sans-serif;
  box-sizing: border-box;
}

.ct-faq__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ct-faq__kicker {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #3a7bd5;
  text-transform: uppercase;
}

.ct-faq__title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0;
}

.ct-faq__sub {
  font-size: 15px;
  color: #5a6b7a;
  line-height: 1.7;
  margin: 0;
}

.ct-faq__list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ct-faq__item {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s;
}

.ct-faq__item[open] {
  border-color: #3a7bd5;
  box-shadow: 0 10px 30px rgba(58, 123, 213, 0.1);
}

.ct-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0d1b2a;
  list-style: none;
  user-select: none;
  transition: color 0.2s;
}

.ct-faq__q::-webkit-details-marker { display: none; }

.ct-faq__q:hover { color: #3a7bd5; }

.ct-faq__chevron {
  width: 22px;
  height: 22px;
  color: #3a7bd5;
  flex-shrink: 0;
  transition: transform 0.25s;
}

.ct-faq__item[open] .ct-faq__chevron {
  transform: rotate(180deg);
}

.ct-faq__a {
  font-size: 14px;
  color: #5a6b7a;
  line-height: 1.85;
  margin: 0;
  padding: 0 26px 22px;
}

/* ══════════════════════════════════════════
   TABLET — max 1024px
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ct-quick {
    padding: 48px 40px;
  }

  .ct-quick__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ct-form {
    padding: 72px 40px;
  }

  .ct-form__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ct-form__right {
    display: block;
  }

  .ct-form__info-card {
    height: auto;
  }

  .ct-offices {
    padding: 72px 40px;
  }

  .ct-offices__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .ct-faq {
    padding: 72px 40px;
  }
}

/* ══════════════════════════════════════════
   MOBILE — max 768px
══════════════════════════════════════════ */
@media (max-width: 768px) {
  .ct-hero {
    min-height: 400px;
    padding: 100px 22px 60px;
  }

  .ct-hero__title {
    font-size: 30px;
  }

  .ct-hero__sub {
    font-size: 14px;
  }

  .ct-hero__badge {
    font-size: 12px;
    padding: 10px 18px;
  }

  .ct-quick {
    padding: 40px 18px;
  }

  .ct-quick__card {
    padding: 20px 22px;
    gap: 14px;
  }

  .ct-quick__icon {
    width: 46px;
    height: 46px;
  }

  .ct-quick__icon svg {
    width: 20px;
    height: 20px;
  }

  .ct-quick__value {
    font-size: 14px;
  }

  .ct-form {
    padding: 56px 20px;
  }

  .ct-form__title {
    font-size: 26px;
  }

  .ct-form__body {
    font-size: 14px;
  }

  .ct-form__info-card {
    padding: 28px 24px;
  }

  .ct-form__info-title {
    font-size: 18px;
  }

  .ct-form__info-phone {
    font-size: 16px;
  }

  .ct-form__wrapper .ct-cf7-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ct-form__wrapper input[type="text"],
  .ct-form__wrapper input[type="email"],
  .ct-form__wrapper input[type="tel"],
  .ct-form__wrapper input[type="number"],
  .ct-form__wrapper input[type="date"],
  .ct-form__wrapper select,
  .ct-form__wrapper textarea {
    padding: 13px 14px;
    font-size: 14px;
  }

  .ct-form__wrapper input[type="submit"],
  .ct-form__wrapper button[type="submit"] {
    padding: 15px 24px;
  }

  .ct-offices {
    padding: 56px 20px;
  }

  .ct-offices__head {
    margin-bottom: 36px;
  }

  .ct-offices__title {
    font-size: 26px;
  }

  .ct-offices__sub {
    font-size: 14px;
  }

  .ct-offices__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ct-offices__city {
    font-size: 16px;
  }

  .ct-offices__addr {
    font-size: 13px;
  }

  .ct-faq {
    padding: 56px 20px;
  }

  .ct-faq__head {
    margin-bottom: 32px;
  }

  .ct-faq__title {
    font-size: 26px;
  }

  .ct-faq__sub {
    font-size: 14px;
  }

  .ct-faq__q {
    font-size: 14px;
    padding: 18px 20px;
    gap: 12px;
  }

  .ct-faq__a {
    font-size: 13px;
    padding: 0 20px 18px;
  }
}

/* ══════════════════════════════════════════
   SMALL PHONE — max 420px
══════════════════════════════════════════ */
@media (max-width: 420px) {
  .ct-hero__title { font-size: 26px; }
  .ct-hero__badge { font-size: 11px; padding: 9px 14px; }
  .ct-hero__badge svg { width: 16px; height: 16px; }
  .ct-form__title,
  .ct-offices__title,
  .ct-faq__title { font-size: 23px; }
}/* End custom CSS */