/* ============================================================
   CONTACT PAGE � Modern Redesign
============================================================ */

.contact-page-body { overflow-x: hidden; }

/* ============================================================
   PAGE HERO BANNER (top of contact page)
============================================================ */
.ct-page-hero {
  position: relative;
  background: #0C3365;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.ct-page-hero-glow--tr {
  position: absolute;
  top: -50px; right: -50px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}
.ct-page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 60px;
  width: 100%;
  box-sizing: border-box;
}
.ct-page-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ct-page-hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.ct-page-hero-title {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}
.ct-page-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 28px;
  background: #ffffff;
  color: #0C3365;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.28s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
  white-space: nowrap;
  flex-shrink: 0;
}
.ct-page-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.22);
  color: #0C3365;
  text-decoration: none;
}
.ct-page-hero-btn i { font-size: 0.9rem; transition: transform 0.28s ease; }
.ct-page-hero-btn:hover i { transform: translateX(3px); }

@media (max-width: 767px) {
  .ct-page-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 18px;
  }
  .ct-page-hero-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   HERO (contact form section)
============================================================ */
.ct-hero {
  padding: 80px 0 100px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.ct-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 51, 101,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.ct-hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157,76,243,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* eyebrow */
.ct-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0C3365;
  margin-bottom: 18px;
}
.ct-eyebrow i { font-size: 1.4rem; color: #4ade80; }

.ct-hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.ct-gradient-text {
  background: #0C3365;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ct-hero-sub {
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 420px;
}

/* contact strips */
.ct-info-strips {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.ct-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.28s ease;
  color: inherit;
}
.ct-strip:hover {
  border-color: rgba(12, 51, 101,0.35);
  box-shadow: 0 6px 24px rgba(12, 51, 101,0.08);
  transform: translateX(4px);
  color: inherit;
  text-decoration: none;
}
.ct-strip--plain { cursor: default; }
.ct-strip--plain:hover { transform: none; box-shadow: none; border-color: #e5e7eb; }

.ct-strip-icon {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(12, 51, 101,0.1), rgba(157,76,243,0.1));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: #0C3365;
  flex-shrink: 0;
  transition: all 0.28s ease;
}
.ct-strip:hover .ct-strip-icon {
  background: #0C3365;
  color: #fff;
}
.ct-strip-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ct-strip-label {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ct-strip-body strong {
  font-size: 0.92rem;
  color: #1f2937;
  font-weight: 700;
}
.ct-strip-arrow {
  color: #d1d5db;
  font-size: 1rem;
  transition: all 0.28s ease;
}
.ct-strip:hover .ct-strip-arrow { color: #0C3365; transform: translateX(3px); }

/* trust badges */
.ct-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.ct-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: #f8faff;
  border: 1.5px solid rgba(12, 51, 101,0.15);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #374151;
}
.ct-badge i { color: #0C3365; font-size: 0.9rem; }

/* ============================================================
   FORM CARD � Modern floating label style
============================================================ */
.ct-form-wrap {
  background: #ffffff;
  border: 1.5px solid #e8ecf4;
  border-radius: 28px;
  padding: 40px 44px 44px;
  box-shadow: 0 20px 60px rgba(12, 51, 101,0.07), 0 4px 16px rgba(0,0,0,0.04);
  position: relative;
}
.ct-form-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #0C3365;
  border-radius: 28px 28px 0 0;
}

/* form header */
.ct-form-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
}
.ct-form-header-icon {
  width: 50px; height: 50px;
  background: #0C3365;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
}
.ct-form-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}
.ct-form-header p {
  font-size: 0.85rem;
  color: #9ca3af;
  margin: 0;
}

/* service chip selector */
.ct-service-selector { margin-bottom: 28px; }
.ct-selector-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.ct-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ct-chip {
  padding: 7px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 50px;
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.22s ease;
  font-family: 'Montserrat', sans-serif;
}
.ct-chip:hover {
  border-color: rgba(12, 51, 101,0.4);
  color: #0C3365;
  background: rgba(12, 51, 101,0.04);
}
.ct-chip.active {
  background: #0C3365;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 51, 101,0.3);
}

/* fields grid */
.ct-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
  margin-bottom: 28px;
}
.ct-field-full { grid-column: 1 / -1; }

/* floating label field */
.ct-field-group {
  position: relative;
  padding-top: 20px;
}

.ct-fl-input {
  width: 100%;
  padding: 10px 0 10px 0;
  border: none;
  border-bottom: 2px solid #e5e7eb;
  border-radius: 0;
  background: transparent;
  font-size: 0.95rem;
  font-family: 'Montserrat', sans-serif;
  color: #0f172a;
  outline: none;
  transition: border-color 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
}
.ct-fl-input::placeholder { color: transparent; }
.ct-fl-input:focus { border-color: transparent; }

/* animated underline */
.ct-field-line {
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: #0C3365;
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1);
  border-radius: 2px;
}
.ct-field-group:focus-within .ct-field-line { width: 100%; }
.ct-field-group:focus-within .ct-fl-input { border-color: transparent; }

/* floating label */
.ct-fl-label {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #9ca3af;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.ct-fl-label i { font-size: 0.85rem; }
.ct-fl-label span { color: #ef4444; }

/* float up when focused or has value */
.ct-field-group:focus-within .ct-fl-label,
.ct-fl-input:not(:placeholder-shown) + .ct-fl-label {
  top: 0;
  font-size: 0.72rem;
  color: #0C3365;
  letter-spacing: 0.5px;
}

/* textarea */
.ct-fl-textarea {
  min-height: 110px;
  resize: none;
  padding-top: 10px;
  line-height: 1.6;
}
.ct-fl-label--ta { top: 30px; align-items: flex-start; }
.ct-field-group:focus-within .ct-fl-label--ta,
.ct-fl-textarea:not(:placeholder-shown) + .ct-fl-label--ta {
  top: 0;
  font-size: 0.72rem;
  color: #0C3365;
}

/* form footer */
.ct-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ct-privacy-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0;
}
.ct-privacy-note i { color: #4ade80; font-size: 0.85rem; }

/* submit button */
.ct-btn-submit {
  padding: 14px 32px;
  background: #0C3365;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(12, 51, 101,0.3);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.ct-btn-submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #0C3365;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ct-btn-submit:hover::after { opacity: 1; }
.ct-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(12, 51, 101,0.45); }
.ct-btn-submit span, .ct-btn-submit i { position: relative; z-index: 1; }
.ct-btn-submit i { font-size: 1.1rem; }

/* success state */
.ct-success { text-align: center; padding: 50px 20px; }
.ct-success-icon {
  width: 64px; height: 64px;
  background: #0C3365;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.7rem;
  color: #fff;
}
.ct-success h4 { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.ct-success p  { color: #6b7280; font-size: 0.95rem; }

/* ============================================================
   OFFICES
============================================================ */
.ct-offices {
  padding: 90px 0;
  background: #f8faff;
}
.ct-section-head { text-align: center; margin-bottom: 52px; }
.ct-section-badge {
  display: inline-block;
  padding: 7px 20px;
  background: linear-gradient(135deg, rgba(12, 51, 101,0.08), rgba(157,76,243,0.08));
  border: 1.5px solid rgba(12, 51, 101,0.18);
  border-radius: 50px;
  color: #0C3365;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ct-section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.ct-section-head p { color: #6b7280; font-size: 1rem; max-width: 440px; margin: 0 auto; }

.ct-office-card {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  padding: 30px 26px 26px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ct-office-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #0C3365;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.ct-office-card:hover::after { transform: scaleX(1); }
.ct-office-card:hover {
  border-color: rgba(12, 51, 101,0.2);
  box-shadow: 0 16px 48px rgba(12, 51, 101,0.1);
  transform: translateY(-6px);
}
.ct-office-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ct-office-flag { font-size: 2.2rem; line-height: 1; }
.ct-office-dot {
  width: 10px; height: 10px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(74,222,128,0.6);
}
.ct-office-card h4 { font-size: 1.1rem; font-weight: 800; color: #0f172a; margin-bottom: 10px; }
.ct-office-card address {
  font-style: normal;
  color: #6b7280;
  font-size: 0.87rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.ct-office-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0C3365;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.25s, color 0.25s;
}
.ct-office-link:hover { color: #9D4CF3; gap: 10px; }

/* ============================================================
   FAQ
============================================================ */
.ct-faq {
  padding: 90px 0;
  background: #ffffff;
}

.ct-faq-item {
  display: flex;
  gap: 18px;
  padding: 26px 28px;
  background: #ffffff;
  border: 1.5px solid #e8ecf4;
  border-radius: 18px;
  height: 100%;
  transition: all 0.28s ease;
}
.ct-faq-item:hover {
  border-color: rgba(12, 51, 101,0.25);
  box-shadow: 0 10px 36px rgba(12, 51, 101,0.08);
  transform: translateY(-4px);
}
.ct-faq-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, rgba(12, 51, 101,0.1), rgba(157,76,243,0.1));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: #0C3365;
  flex-shrink: 0;
  transition: all 0.28s ease;
}
.ct-faq-item:hover .ct-faq-icon {
  background: #0C3365;
  color: #fff;
}
.ct-faq-item h5 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}
.ct-faq-item p {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   CTA BANNER
============================================================ */
.ct-cta {
  padding: 0 0 90px;
  background: #ffffff;
}
.ct-cta-inner {
  background: #0C3365;
  border-radius: 28px;
  padding: 60px 56px;
  position: relative;
  overflow: hidden;
}
.ct-cta-glow {
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
}
.ct-cta-inner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 240px; height: 240px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.ct-cta-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.ct-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.ct-cta-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}
.ct-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: #ffffff;
  color: #0C3365;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  white-space: nowrap;
}
.ct-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.2);
  color: #0C3365;
  text-decoration: none;
}
.ct-cta-btn i { font-size: 1rem; transition: transform 0.3s ease; }
.ct-cta-btn:hover i { transform: translate(2px, -2px); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991px) {
  .ct-hero { padding: 110px 0 80px; }
  .ct-hero-sub { max-width: 100%; }
  .ct-form-wrap { padding: 36px 32px; }
  .ct-cta-inner { padding: 48px 40px; }
}

@media (max-width: 767px) {
  .ct-hero { padding: 100px 0 70px; }
  .ct-hero-title { font-size: 2rem; }
  .ct-form-wrap { padding: 28px 22px; }
  .ct-fields-grid { grid-template-columns: 1fr; gap: 24px 0; }
  .ct-field-full { grid-column: 1; }
  .ct-form-footer { flex-direction: column; align-items: stretch; }
  .ct-btn-submit { justify-content: center; }
  .ct-offices { padding: 70px 0; }
  .ct-faq { padding: 70px 0; }
  .ct-cta { padding-bottom: 70px; }
  .ct-cta-inner { padding: 40px 28px; }
  .ct-cta-btn { width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
  .ct-hero-title { font-size: 1.8rem; }
  .ct-form-wrap { padding: 24px 18px; }
  .ct-badges { gap: 8px; }
  .ct-cta-inner { padding: 36px 22px; }
}
