/* ============================================================
   CONTACT PAGE — contact-page.css
   Standalone stylesheet linked only from contact.php
   Overrides premium-redesign.css !important conflicts
   ============================================================ */

/* ── CSS variable fallbacks (defined in inner-pages.css :root) ── */
:root {
  --ip-ink:       #1C2B4A;
  --ip-ink2:      #4A5568;
  --ip-accent:    #F57920;
  --ip-accent2:   #c45800;
  --ip-bg:        #F5F7FB;
  --ip-white:     #ffffff;
  --ip-border:    rgba(28,43,74,.10);
  --ip-shadow:    0 4px 24px rgba(28,43,74,.09);
}

/* ── Stats Strip ── */
.jt-ct-stats-strip {
  background: #fff;
  border-bottom: 1px solid rgba(28,43,74,.10);
  padding: 0;
}
.jt-ct-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.jt-ct-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 40px;
  gap: 4px;
}
.jt-ct-stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #1C2B4A;
  line-height: 1;
}
.jt-ct-stat-label {
  font-size: 12.5px;
  color: #4A5568;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.jt-ct-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(28,43,74,.10);
  flex-shrink: 0;
}

/* ── Form Card ── */
.jt-ct-form-card {
  background: #fff;
  border: 1px solid rgba(28,43,74,.10);
  border-radius: 18px;
  padding: 36px 36px 32px;
  box-shadow: 0 4px 24px rgba(28,43,74,.09);
}
.jt-ct-form-header { margin-bottom: 28px; }
.jt-ct-form-header h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #1C2B4A;
  margin: 0 0 8px;
}
.jt-ct-form-header p {
  color: #4A5568;
  font-size: 14.5px;
  margin: 0;
}

/* ── Floating label fix ──
   premium-redesign.css sets padding:13px 16px !important + height:auto !important
   on ALL .form-control — this breaks Bootstrap 5 floating labels completely.
   We override with even higher specificity + !important here.                  */
.jt-ct-form-card .form-floating > .form-control,
.jt-ct-form-card .form-floating > select.form-control {
  height: calc(3.5rem + 2px) !important;
  min-height: calc(3.5rem + 2px) !important;
  padding: 1rem 42px 1rem 0.75rem !important;
  line-height: 1.25 !important;
}
.jt-ct-form-card .form-floating > .form-control:focus,
.jt-ct-form-card .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}
.jt-ct-form-card .form-floating > select.form-control {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}
.jt-ct-form-card .form-floating > textarea.form-control {
  height: 110px !important;
  min-height: 110px !important;
  padding: 1.625rem 42px 0.625rem 0.75rem !important;
  resize: none;
}

/* ── Field icons ── */
.jt-field-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #F57920;
  font-size: 14px;
  pointer-events: none;
  z-index: 5;
}
.jt-field-icon--ta { top: 22px; transform: none; }

/* Required star */
.jt-req { color: #F57920; font-size: 12px; }

/* Select dropdown arrow */
.jt-ct-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23F57920' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 40px center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* ── Submit row ── */
.jt-ct-submit-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.jt-ct-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  white-space: nowrap;
}
.jt-ct-submit-btn::before { display: none !important; }
.jt-ct-submit-btn i {
  font-size: 13px;
  transition: transform 0.2s;
  position: static !important;
  background: none !important;
}
.jt-ct-submit-btn:hover i { transform: translateX(4px); }
.jt-ct-privacy {
  font-size: 12.5px;
  color: #4A5568;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.jt-ct-privacy i { color: #4ade80; font-size: 11px; }

/* ── Contact Channel Cards ── */
.jt-ct-channels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.jt-ct-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(28,43,74,.10);
  border-radius: 14px;
  padding: 16px 18px;
  text-decoration: none !important;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.jt-ct-channel:hover {
  box-shadow: 0 4px 24px rgba(28,43,74,.09);
  transform: translateY(-2px);
  text-decoration: none !important;
}
.jt-ct-ch-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.jt-ct-channel--wa  .jt-ct-ch-icon { background: #e7faf0; color: #25D366; }
.jt-ct-channel--call .jt-ct-ch-icon { background: #fff3eb; color: #F57920; }
.jt-ct-channel--mail .jt-ct-ch-icon { background: #eef3ff; color: #4a6cf7; }
.jt-ct-channel--wa:hover   { border-color: #25D366 !important; }
.jt-ct-channel--call:hover  { border-color: #F57920 !important; }
.jt-ct-channel--mail:hover  { border-color: #4a6cf7 !important; }
.jt-ct-ch-body { flex: 1; min-width: 0; }
.jt-ct-ch-body h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: #1C2B4A;
  margin: 0 0 2px;
}
.jt-ct-ch-body p {
  font-size: 13px;
  color: #4A5568;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jt-ct-ch-badge {
  display: inline-block;
  font-size: 11px;
  color: #6b7280;
  background: #F5F7FB;
  border-radius: 99px;
  padding: 2px 9px;
}
.jt-ct-ch-arrow {
  color: rgba(28,43,74,.25);
  font-size: 12px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.jt-ct-channel:hover .jt-ct-ch-arrow {
  color: #4A5568;
  transform: translateX(3px);
}

/* ── Trust Badges ── */
.jt-ct-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}
.jt-ct-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  background: #F5F7FB;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 12.5px;
  color: #1C2B4A;
  font-weight: 500;
  line-height: 1.4;
}
.jt-ct-trust-item i {
  color: #F57920;
  font-size: 14px;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ── Opening Hours ── */
.jt-ct-hours {
  background: linear-gradient(135deg, #1C2B4A 0%, #16223C 100%);
  border-radius: 14px;
  padding: 22px 22px 20px;
}
.jt-ct-hours h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.jt-ct-hours h4 i { color: #F57920; }
.jt-ct-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jt-ct-hours li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.jt-ct-hours li:last-child { border-bottom: none; padding-bottom: 0; }
.jt-ct-hours li span { color: #fff; font-weight: 600; }

/* ── Icon Box FA icons ── */
.contact-info-item .icon-box {
  margin-right: 14px;
}
.contact-info-item .icon-box i { font-size: 17px; }

/* ── Client scroller label ── */
.jt-ct-clients-label {
  font-size: 13px;
  font-weight: 600;
  color: #4A5568;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .jt-ct-stat { padding: 18px 24px; }
}
@media (max-width: 767px) {
  .jt-ct-stat { padding: 16px 20px; flex: 1 1 50%; }
  .jt-ct-stat-divider { display: none; }
  .jt-ct-form-card { padding: 24px 20px 20px; }
  .jt-ct-trust { grid-template-columns: 1fr; }
  .jt-ct-submit-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .jt-ct-ch-body p { font-size: 12px; }
}
