/* ═══════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════ */

/* ── Hero ── */
.ct-hero {
  position: relative;
  min-height: 360px;
  background: linear-gradient(135deg, #0A1428 0%, #1B3C8C 60%, #0F1F4B 100%);
  display: flex; align-items: center;
  overflow: hidden;
}
.ct-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,184,0,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,184,0,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
  0%   { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}
.ct-hero-glow {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,184,0,0.12) 0%, transparent 65%);
  top: -120px; right: -80px;
  pointer-events: none;
}
.ct-hero-glow-2 {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27,60,140,0.4) 0%, transparent 70%);
  bottom: -80px; left: 10%;
  pointer-events: none;
}
.ct-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 72px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.ct-hero-text { color: #fff; }
.ct-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #F5B800; margin-bottom: 18px;
  font-family: Inter, sans-serif;
}
.ct-hero-eyebrow::before {
  content: '';
  width: 28px; height: 1.5px;
  background: #F5B800;
  display: block;
}
.ct-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700; line-height: 1.15;
  color: #fff; margin: 0 0 18px;
}
.ct-hero-title span { color: #F5B800; }
.ct-hero-desc {
  font-size: 15px; color: rgba(255,255,255,0.65);
  line-height: 1.8; margin: 0 0 32px;
  font-family: Inter, sans-serif;
}
.ct-hero-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.ct-hero-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  font-size: 12.5px; font-weight: 500;
  padding: 7px 14px; border-radius: 24px;
  font-family: Inter, sans-serif;
  backdrop-filter: blur(6px);
}
.ct-hero-pill svg { width: 13px; height: 13px; stroke: #F5B800; }

/* Quick contact cards in hero right */
.ct-hero-cards {
  display: flex; flex-direction: column; gap: 12px;
}
.ct-qcard {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; padding: 18px 20px;
  display: flex; align-items: center; gap: 16px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  cursor: pointer;
}
.ct-qcard:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(245,184,0,0.4);
  transform: translateX(6px);
}
.ct-qcard-icon {
  width: 46px; height: 46px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ct-qcard-icon svg { width: 22px; height: 22px; }
.ct-qcard-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-family: Inter, sans-serif;
  display: block; margin-bottom: 3px;
}
.ct-qcard-value {
  font-size: 14.5px; font-weight: 600;
  color: #fff; font-family: Inter, sans-serif;
  display: block;
}
.ct-qcard-sub {
  font-size: 11.5px; color: rgba(255,255,255,0.45);
  font-family: Inter, sans-serif; display: block;
}

/* ── Breadcrumb ── */
.breadcrumb {
  background: #F8FAFF;
  padding: 11px 0;
  border-bottom: 1px solid #E8EEF9;
}
.breadcrumb-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 32px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-family: Inter, sans-serif;
  color: #718096;
}
.breadcrumb a { color: #1B3C8C; text-decoration: none; }
.breadcrumb a:hover { color: #F5B800; }
.breadcrumb-sep { color: #CBD5E0; }

/* ── Main contact section ── */
.ct-main {
  background: #F8FAFF;
  padding: 68px 0;
}
.ct-main-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px; align-items: start;
}

/* ── Form card ── */
.ct-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px;
  box-shadow: 0 4px 32px rgba(27,60,140,0.08);
  border: 1px solid #E8EEF9;
}
.ct-form-heading {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 700;
  color: #1A2340; margin: 0 0 6px;
}
.ct-form-sub {
  font-size: 13.5px; color: #718096;
  font-family: Inter, sans-serif;
  margin: 0 0 32px; line-height: 1.6;
}
.ct-form { display: flex; flex-direction: column; gap: 20px; }
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-field { display: flex; flex-direction: column; gap: 6px; }
.ct-label {
  font-size: 12px; font-weight: 600;
  color: #4A5568; letter-spacing: 0.04em;
  font-family: Inter, sans-serif;
}
.ct-input, .ct-select, .ct-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  font-size: 14px; font-family: Inter, sans-serif;
  color: #1A2340;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
}
.ct-input:focus, .ct-select:focus, .ct-textarea:focus {
  border-color: #1B3C8C;
  box-shadow: 0 0 0 3px rgba(27,60,140,0.08);
}
.ct-input::placeholder, .ct-textarea::placeholder { color: #A0AEC0; }
.ct-select { appearance: none; 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='%234A5568' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.ct-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.ct-submit {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #1B3C8C, #2D5CC8);
  color: #fff; font-size: 14.5px; font-weight: 700;
  padding: 15px 32px; border-radius: 10px;
  border: none; cursor: pointer; width: 100%;
  font-family: Inter, sans-serif;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.ct-submit::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  opacity: 0; transition: opacity 0.2s;
}
.ct-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,60,140,0.35); }
.ct-submit:hover::after { opacity: 1; }
.ct-submit svg { width: 18px; height: 18px; }

/* Success message */
.ct-success {
  display: none;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 10px;
  padding: 16px 20px;
  color: #166534;
  font-size: 14px;
  font-family: Inter, sans-serif;
  align-items: center; gap: 10px;
}
.ct-success.show { display: flex; }

/* ── Right sidebar ── */
.ct-sidebar { display: flex; flex-direction: column; gap: 20px; }

/* Info card */
.ct-info-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 4px 24px rgba(27,60,140,0.07);
  border: 1px solid #E8EEF9;
}
.ct-info-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700;
  color: #1A2340; margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEF2FF;
}
.ct-info-list { display: flex; flex-direction: column; gap: 16px; }
.ct-info-item { display: flex; gap: 14px; align-items: flex-start; }
.ct-info-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: #EEF2FF;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ct-info-icon svg { width: 17px; height: 17px; stroke: #1B3C8C; }
.ct-info-item-label {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #A0AEC0; font-family: Inter, sans-serif;
  display: block; margin-bottom: 3px;
}
.ct-info-item-val {
  font-size: 13.5px; color: #1A2340;
  font-family: Inter, sans-serif;
  font-weight: 500; display: block;
  line-height: 1.55;
}
.ct-info-item-val a {
  color: #1B3C8C; text-decoration: none;
  transition: color 0.2s;
}
.ct-info-item-val a:hover { color: #F5B800; }

/* Team card */
.ct-team-card {
  background: linear-gradient(135deg, #1B3C8C 0%, #0F1F4B 100%);
  border-radius: 18px; padding: 28px 26px;
  color: #fff;
}
.ct-team-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700;
  color: #fff; margin: 0 0 6px;
}
.ct-team-sub {
  font-size: 12.5px; color: rgba(255,255,255,0.55);
  font-family: Inter, sans-serif; margin: 0 0 20px;
}
.ct-team-list { display: flex; flex-direction: column; gap: 12px; }
.ct-team-person {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s, border-color 0.2s;
}
.ct-team-person:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(245,184,0,0.35);
}
.ct-team-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  font-family: Inter, sans-serif;
  flex-shrink: 0;
}
.ct-team-info { flex: 1; min-width: 0; }
.ct-team-name {
  font-size: 13px; font-weight: 600;
  color: #fff; font-family: Inter, sans-serif;
  display: block;
}
.ct-team-phone {
  font-size: 11.5px; color: rgba(255,255,255,0.5);
  font-family: Inter, sans-serif; display: block;
}
.ct-team-wa {
  width: 28px; height: 28px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ct-team-wa svg { width: 14px; height: 14px; fill: #fff; }

/* Hours card */
.ct-hours-card {
  background: #fff;
  border-radius: 18px; padding: 24px 26px;
  box-shadow: 0 4px 24px rgba(27,60,140,0.07);
  border: 1px solid #E8EEF9;
}
.ct-hours-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700;
  color: #1A2340; margin: 0 0 16px;
}
.ct-hours-row {
  display: flex; justify-content: space-between;
  align-items: center; padding: 9px 0;
  border-bottom: 1px solid #F1F5F9;
  font-family: Inter, sans-serif; font-size: 13px;
}
.ct-hours-row:last-child { border-bottom: none; }
.ct-hours-day { color: #4A5568; font-weight: 500; }
.ct-hours-time { color: #1B3C8C; font-weight: 600; }
.ct-hours-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #f0fdf4; color: #166534;
  font-size: 10.5px; font-weight: 600;
  padding: 2px 8px; border-radius: 20px;
  margin-top: 12px; font-family: Inter, sans-serif;
}
.ct-hours-badge::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #22c55e; display: block;
  animation: pulse-dot 2s infinite;
}

/* ── Map section ── */
.ct-map-section {
  background: #fff;
  padding: 0 0 64px;
}
.ct-map-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 32px;
}
.ct-map-header {
  text-align: center;
  padding: 52px 0 32px;
}
.ct-map-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700; color: #1A2340; margin: 0 0 10px;
}
.ct-map-header h2 span { color: #1B3C8C; }
.ct-map-header p {
  font-size: 14px; color: #718096;
  font-family: Inter, sans-serif;
}
.ct-map-wrap {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(27,60,140,0.12);
  border: 1px solid #E8EEF9;
  height: 380px;
  position: relative;
  background: #EEF2FF;
}
.ct-map-wrap iframe {
  width: 100%; height: 100%; border: none; display: block;
}
.ct-map-pin {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #1B3C8C;
  color: #fff;
  font-size: 13px; font-weight: 600;
  font-family: Inter, sans-serif;
  padding: 10px 18px; border-radius: 24px;
  box-shadow: 0 4px 16px rgba(27,60,140,0.4);
  white-space: nowrap;
  display: flex; align-items: center; gap: 7px;
}
.ct-map-pin::after {
  content: '';
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #1B3C8C;
}
.ct-map-pin svg { width: 14px; height: 14px; stroke: #F5B800; }

/* ── WhatsApp float ── */
.ct-wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 999;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  text-decoration: none;
  animation: waFloat 3s ease-in-out infinite;
  transition: transform 0.2s;
}
.ct-wa-float:hover { transform: scale(1.1); }
.ct-wa-float svg { width: 28px; height: 28px; fill: #fff; }
@keyframes waFloat {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
  50%      { box-shadow: 0 6px 32px rgba(37,211,102,0.65); }
}

/* ── Social strip ── */
.ct-social-strip {
  background: #0A1428;
  padding: 36px 32px;
  display: flex; align-items: center;
  justify-content: center; gap: 20px;
  flex-wrap: wrap;
}
.ct-social-link {
  display: flex; align-items: center; gap: 9px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px; font-weight: 500;
  font-family: Inter, sans-serif;
  padding: 8px 18px; border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.ct-social-link svg { width: 16px; height: 16px; }
.ct-social-link:hover { color: #fff; border-color: rgba(255,255,255,0.3); }
.ct-social-link.fb:hover  { background: rgba(24,119,242,0.15); }
.ct-social-link.ig:hover  { background: rgba(225,48,108,0.15); }
.ct-social-link.wa:hover  { background: rgba(37,211,102,0.15); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ct-hero-inner  { grid-template-columns: 1fr; gap: 36px; padding: 52px 24px; }
  .ct-hero-cards  { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .ct-main-inner  { grid-template-columns: 1fr; }
  .ct-sidebar     { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .ct-map-inner   { padding: 0 24px; }
}
@media (max-width: 768px) {
  .ct-hero        { min-height: auto; }
  .ct-hero-inner  { padding: 40px 16px 32px; gap: 28px; }
  .ct-hero-title  { font-size: clamp(24px,7vw,36px); }
  .ct-hero-cards  { grid-template-columns: 1fr; }
  .ct-main        { padding: 40px 0; }
  .ct-main-inner  { padding: 0 16px; gap: 24px; }
  .ct-form-card   { padding: 28px 20px; }
  .ct-row         { grid-template-columns: 1fr; gap: 16px; }
  .ct-sidebar     { grid-template-columns: 1fr; }
  .ct-map-wrap    { height: 280px; }
  .ct-map-inner   { padding: 0 16px; }
  .ct-map-header  { padding: 36px 16px 24px; }
  .breadcrumb-inner { padding: 0 16px; }
}
@media (max-width: 480px) {
  .ct-hero-pills  { gap: 7px; }
  .ct-hero-pill   { font-size: 11px; padding: 6px 11px; }
  .ct-wa-float    { bottom: 18px; right: 18px; width: 48px; height: 48px; }
  .ct-wa-float svg{ width: 24px; height: 24px; }
}

.ft-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:40px;}
.ft-heading{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#F5B800;margin:0 0 16px;}
.ft-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;}
.ft-links a{font-size:13px;color:rgba(255,255,255,0.5);text-decoration:none;font-family:Inter,sans-serif;transition:color 0.2s,padding-left 0.2s;display:inline-block;}
.ft-links a:hover{color:#F5B800;padding-left:4px;}
.ft-contact-list{display:flex;flex-direction:column;gap:12px;}
.ft-contact-item{display:flex;gap:10px;align-items:flex-start;}
.ft-contact-item svg{flex-shrink:0;margin-top:2px;}
.ft-contact-item span{font-size:12px;color:rgba(255,255,255,0.5);line-height:1.6;font-family:Inter,sans-serif;}
.ft-phone{color:rgba(255,255,255,0.55);text-decoration:none;font-family:Inter,sans-serif;font-size:12px;}
.ft-phone:hover{color:#F5B800;}
@media(max-width:1024px){.ft-grid{grid-template-columns:1fr 1fr;gap:28px;}}
@media(max-width:600px){.ft-grid{grid-template-columns:1fr;gap:22px;}footer>div:first-child{padding:0 16px;}}

/* ── Required field indicator ── */
.ct-label .req {
  color: #e53e3e;
  font-weight: 700;
  margin-left: 2px;
}

/* Invalid state */
.ct-input.is-invalid,
.ct-select.is-invalid,
.ct-textarea.is-invalid {
  border-color: #e53e3e !important;
  box-shadow: 0 0 0 3px rgba(229,62,62,0.10) !important;
  animation: shake 0.35s ease;
}

/* Valid state */
.ct-input.is-valid,
.ct-select.is-valid {
  border-color: #22c55e !important;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.08) !important;
}

.ct-field-err {
  font-size: 11.5px;
  color: #e53e3e;
  font-family: Inter, sans-serif;
  margin-top: 4px;
  display: none;
}
.ct-field-err.show { display: block; }

@keyframes shake {
  0%,100% { transform: translateX(0); }
  20%      { transform: translateX(-6px); }
  40%      { transform: translateX(6px); }
  60%      { transform: translateX(-4px); }
  80%      { transform: translateX(4px); }
}