/* Contact page: professional brand-matched theme */

:root {
  --ct-primary: #2a237e;
  --ct-secondary: #a53022;
  --ct-highlight: #fcc200;
}

.ct-hero {
  position: relative;
  padding: 86px 0 54px;
  color: #fff;
  background: #0b1220;
  overflow: hidden;
}
.ct-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ct-hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  transform: scale(1.02);
}
.ct-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11,18,32,0.92), rgba(13,71,161,0.40));
}
.ct-hero .container { position: relative; z-index: 1; }
.ct-breadcrumbs a { color: rgba(252,194,0,0.98); text-decoration: none; }
.ct-breadcrumbs a:hover { text-decoration: underline; }
.ct-breadcrumbs .text-muted { color: rgba(252,194,0,0.82) !important; }
.ct-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f7fbff;
  display: inline;
  padding: 0.15rem 0.5rem;
  background: rgba(6, 26, 38, 0.62);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-left: 4px solid rgba(252,194,0,0.95);
  text-shadow: 0 8px 18px rgba(0,0,0,0.38);
}
.ct-subtitle { color: rgba(255,230,140,0.96); text-shadow: 0 6px 16px rgba(0,0,0,0.35); }

.ct-section {
  padding: 56px 0;
  background: linear-gradient(180deg, #f7f9fd 0%, #f2f5fb 100%);
}
.ct-brand-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(42,35,126,0.12);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(42,35,126,0.04), rgba(165,48,34,0.04));
}
.ct-brand-logo {
  max-height: 56px;
  width: auto;
}
.ct-brand-note {
  font-size: 13px;
  font-weight: 700;
  color: #273248;
}

.ct-card {
  border: 1px solid rgba(17,24,39,0.08);
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(7,18,33,0.05);
}
.ct-card-title {
  font-weight: 900;
  color: #0e1a2f;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.ct-contact-info-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(252,194,0,0.22), transparent 40%),
    linear-gradient(155deg, #121848 0%, #2a237e 58%, #8f2f2a 100%);
  border: 1px solid rgba(252,194,0,0.30);
  box-shadow: 0 20px 42px rgba(10,18,40,0.30);
}
.ct-contact-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}
.ct-contact-info-card > * { position: relative; z-index: 1; }
.ct-contact-info-card .ct-card-title { color: #ffffff; }

.ct-info-intro {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}
.ct-info-intro strong {
  color: #ffffff;
  font-weight: 900;
}
.ct-info-intro span {
  color: rgba(255,255,255,0.84);
  font-size: 13px;
}

.ct-primary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.ct-primary-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(252,194,0,0.28);
  border-radius: 10px;
  padding: 9px 11px;
}
.ct-primary-chip i { color: #fcc200; }
.ct-primary-chip:hover { background: rgba(255,255,255,0.14); }

.ct-info-block {
  border: 1px solid rgba(252,194,0,0.24);
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.ct-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ct-inline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.ct-inline-badges .badge-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(252,194,0,0.30);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.ct-inline-badges .badge-item i { color: #fcc200; }

.ct-info-list { display: grid; gap: 10px; }
.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(252,194,0,0.24);
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}
.ct-info-item i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #2a237e;
  background: rgba(252,194,0,0.20);
  border: 1px solid rgba(252,194,0,0.40);
  margin-top: 1px;
}
.ct-info-k { font-weight: 800; color: rgba(255,255,255,0.86); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.25px; }
.ct-info-v { color: #ffffff; font-size: 0.92rem; line-height: 1.5; }
.ct-info-v a { color: #ffd972; text-decoration: none; font-weight: 700; }
.ct-info-v a:hover { text-decoration: underline; }

.ct-other-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ct-other-phones a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(252,194,0,0.30);
  background: rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 6px 10px;
}
.ct-other-phones a:hover { background: rgba(255,255,255,0.14); }

.ct-hours-block {
  border: 1px dashed rgba(252,194,0,0.35);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  padding: 12px;
}
.ct-hours-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.ct-hours-title i { color: #fcc200; }
.ct-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  padding: 4px 0;
}
.ct-hours-row strong { color: #ffffff; }

.ct-form-card {
  position: relative;
  border-color: rgba(42,35,126,0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  box-shadow: 0 18px 34px rgba(14,26,46,0.08);
}
.ct-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #2a237e, #a53022, #fcc200);
}
.ct-form-card .alert {
  border-radius: 10px;
  border-width: 1px;
}

.ct-card .form-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #111827;
}
.ct-form-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(42,35,126,0.22);
}
.ct-form-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(42,35,126,0.14), rgba(165,48,34,0.14));
  border: 1px solid rgba(42,35,126,0.20);
  color: #2a237e;
}
.ct-secure-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  color: #5b6677;
  font-size: 12px;
}
.ct-secure-note i { color: #2a237e; }

.ct-card .form-control {
  border-radius: 10px !important;
  border: 1px solid rgba(15,28,52,0.14);
  box-shadow: none;
  padding: 11px 12px;
}
.ct-card .form-control:focus {
  border-color: rgba(42,35,126,0.45);
  box-shadow: 0 0 0 3px rgba(42,35,126,0.14);
}
.ct-card .invalid-feedback { display: block; }
.ct-card .is-invalid {
  border-color: #dc3545 !important;
}
.ct-submit-btn {
  background: linear-gradient(90deg, var(--ct-primary), var(--ct-secondary));
  border: 1px solid rgba(252,194,0,0.45);
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  min-width: 190px;
}
.ct-submit-btn:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.ct-map-card {
  border-color: rgba(42,35,126,0.16);
  background: linear-gradient(180deg, #ffffff, #fbfbff);
}
.ct-form-card .alert {
  border-radius: 10px;
}
.ct-card .ratio iframe {
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .ct-brand-logo { max-height: 48px; }
  .ct-brand-note { font-size: 12px; }
  .ct-info-grid { grid-template-columns: 1fr; }
  .ct-hours-row { flex-direction: column; gap: 2px; }
  .ct-secure-note { margin-left: 0; margin-top: 8px; }
}
