/* ════════════════════════════
   TAGLINE STRIP
════════════════════════════ */
.contact-tagline-strip {
  background: #ffffff;
  border-bottom: 1px solid #ede8e4;
  padding: 18px 0;
  text-align: center;
}
.contact-tagline-strip p {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 700;
  color: #3b1a10;
  letter-spacing: 0.3px;
}
.contact-tagline-strip p span {
  color: #7b2d1e;
}
 
/* ════════════════════════════
   CONTACT SECTION
════════════════════════════ */
.contact-section {
  padding: 60px 0 80px;
  background: #f7f4f1;
}

/* ── Office Card wrapper ── */
.office-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #ede8e4;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(60,20,10,.07);
  transition: box-shadow .25s, transform .2s;
}
.office-card:hover {
  box-shadow: 0 8px 32px rgba(100,30,10,.12);
  transform: translateY(-3px);
}

/* ── Left info side ── */
.office-info-side {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1.5px solid #f0ece8;
}

/* ── Office badge ── */
.office-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.office-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f5ede4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b2d1e;
  font-size: 16px;
  flex-shrink: 0;
}
.office-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3b1a10;
  margin-bottom: 0;
}

/* ── Divider ── */
.office-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #7b2d1e, #c8a96e);
  border-radius: 2px;
  margin: 14px 0 18px;
}

/* ── Info rows ── */
.office-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 13px;
}
.office-info-row:last-child { margin-bottom: 0; }
.office-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f5ede4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b2d1e;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.office-info-text { flex: 1; }
.office-info-text .label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c8a96e;
  margin-bottom: 3px;
  display: block;
}
.office-info-text .value {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
.office-info-text .value a {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}
.office-info-text .value a:hover { color: #7b2d1e; }

/* ── Associate tag ── */
.associate-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5ede4;
  border: 1px solid rgba(123,45,30,.15);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #7b2d1e;
  margin-top: 14px;
}

/* ════════════════════════════
   CENTER — JURISDICTION CARD
════════════════════════════ */
.juris-main-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #ede8e4;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(60,20,10,.07);
  transition: box-shadow .25s, transform .2s;
}
.juris-main-card:hover {
  box-shadow: 0 8px 32px rgba(100,30,10,.12);
  transform: translateY(-3px);
}
.juris-main-header {
  background: linear-gradient(135deg, #3b1a10 0%, #7b2d1e 100%);
  padding: 22px 20px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.juris-main-icon {
  width: 36px;
  height: 36px;
  background: rgba(200,169,110,.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a96e;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.juris-main-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 3px;
  line-height: 1.4;
}
.juris-main-header h3 span {
    font-size: 10px;
    font-weight: 400;
}
.juris-main-bar {
  width: 36px;
  height: 3px;
  background: #c8a96e;
  border-radius: 2px;
  margin-top: 6px;
}
.juris-main-body { padding: 0 0 8px; }
.juris-cat-block { padding: 0 18px 10px; }
.juris-cat-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #7b2d1e;
  background: #f5ede4;
  padding: 7px 18px;
  margin: 0 -18px 10px;
  border-left: 3px solid #c8a96e;
  display: block;
}
.juris-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 7px 0;
  border-bottom: 1px solid #f0ece8;
  font-size: 12.5px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}
.juris-item:last-child { border-bottom: none; }
.juris-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8a96e;
  flex-shrink: 0;
  margin-top: 4px;
}
.juris-main-footer {
  background: linear-gradient(135deg, #3b1a10 0%, #7b2d1e 100%);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #c8a96e;
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.juris-footer-dot { color: rgba(200,169,110,.5); }

/* ════════════════════════════
   RIGHT — CONTACT FORM CARD
════════════════════════════ */
.contact-form-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid #ede8e4;
  padding: 36px 34px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(60,20,10,.07);
}
.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7b2d1e, #c8a96e, #3b1a10);
  border-radius: 20px 20px 0 0;
}
.form-card-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0ece8;
}
.form-card-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #3b1a10;
  margin-bottom: 6px;
}
.form-card-header p {
  font-size: 13.5px;
  color: #888;
  font-weight: 500;
}
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.cf-field label {
  font-size: 11.5px;
  font-weight: 800;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cf-input-wrap { position: relative; }
.cf-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #c8a96e;
  font-size: 14px;
  pointer-events: none;
}
.cf-input-icon.top { top: 16px; transform: none; }
.cf-field input,
.cf-field textarea,
.cf-field select {
  width: 100%;
  background: #faf8f6;
  border: 1.5px solid #e8e2de;
  border-radius: 10px;
  padding: 12px 14px 12px 42px;
  font-size: 13.5px;
  color: #333;
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
  font-family: inherit;
}
.cf-field textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 12px;
}
.cf-field input:focus,
.cf-field textarea:focus,
.cf-field select:focus {
  border-color: #7b2d1e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(123,45,30,.08);
}
.cf-field input::placeholder,
.cf-field textarea::placeholder { color: #bbb; }
.cf-send-btn {
  width: 100%;
  background: linear-gradient(135deg, #7b2d1e 0%, #3b1a10 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  margin-top: 6px;
}
.cf-send-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(123,45,30,.35);
}

/* ── Responsive ── */
@media (max-width: 576px) {
  .office-info-side { padding: 20px 16px; }
  .juris-main-body { padding: 0 0 4px; }
  .contact-form-card { padding: 22px 16px; }
}
 
/* ════════════════════════════
   MAP STRIP
════════════════════════════ */
.contact-map-section {
  padding: 0 40px 70px;
  background: #f7f4f1;
}
.contact-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid #ede8e4;
  box-shadow: 0 4px 24px rgba(60,20,10,.08);
}
.contact-map-wrap iframe {
  width: 100%;
  height: 340px;
  border: none;
  display: block;
}
 
/* ════════════════════════════
   QUICK CONTACT STRIP
════════════════════════════ */
.quick-contact-strip {
  background: linear-gradient(135deg, #3b1a10 0%, #7b2d1e 100%);
  padding: 36px 0;
  margin-bottom: 50px;
}
.qc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.qc-item:last-child { border-right: none; }
.qc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a96e;
  font-size: 18px;
  flex-shrink: 0;
}
.qc-text small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 4px;
}
.qc-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.qc-text strong a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .2s;
}
.qc-text strong a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
 
/* Jurisdiction city coverage text */
.jurisdiction-cities {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(200, 169, 110, 0.25);
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(200, 169, 110, 0.85);
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.jurisdiction-cities i {
  font-size: 9px;
  flex-shrink: 0;
  color: #c8a96e;
}

/* Remove border on last item */
.qc-item.qc-last {
  border-right: none;
}

/* Remove right border on last item of row 1 */
.qc-item.border-right-0 {
  border-right: none;
}

/* WhatsApp row — no right border */
.qc-item.qc-item-last {
  border-right: none;
}

/* Row 2 top separator */
.quick-contact-strip .row + .row {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 12px;
}
 
/* ── Responsive ── */
@media (max-width: 991px) {
  .qc-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 16px 0; }
  .qc-item:last-child { border-bottom: none; }
  .contact-form-card { padding: 26px 20px; }
}
 
@media (max-width: 700px) {
  .office-card-body {
    flex-direction: column;
  }
  .office-jurisdiction-col {
    width: 100%;
    min-width: 0;
  }
  .jurisdiction-panel {
    min-height: auto;
  }
  .jurisdiction-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 14px;
  }
}
 
@media (max-width: 576px) {
  .office-card { padding: 22px 18px; }
}