/* ══════════════════════════════════════════
   JOBSTAR — HERO BANNER
══════════════════════════════════════════ */
.js-pro-banner {
  width: 100%;
  box-sizing: border-box;
  padding-top: calc(var(--header-h, 75px) + var(--topbar-h, 38px) + 50px);
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background: 
    linear-gradient(180deg, rgba(10, 22, 40, 0.78) 0%, rgba(10, 22, 40, 0.94) 100%),
    linear-gradient(125deg, rgba(255, 107, 0, 0.35) 0%, rgba(10, 22, 40, 0.2) 60%),
    url('https://picsum.photos/1600/600?grayscale') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.js-pro-banner-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.js-pro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 0, 0.18);
  border: 1px solid rgba(255, 107, 0, 0.45);
  color: #ff8433;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  backdrop-filter: blur(4px);
}

.js-pro-crumb {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.js-pro-crumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.js-pro-crumb a:hover {
  color: #ff8433;
}

.js-pro-crumb i {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
}

.js-pro-crumb span {
  color: #ffffff;
}

.js-pro-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.js-pro-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 620px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ══════════════════════════════════════════
   CONTACT PAGE LAYOUT
══════════════════════════════════════════ */
.contact-section {
  padding: 60px 0 90px;
  background-color: #f8fafc;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

/* Left Typography */
.about-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6b00;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-subheading {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 12px;
}

.contact-lead-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Contact Cards Grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 35px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.contact-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 107, 0, 0.1);
  color: #ff6b00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-card-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.contact-card-body p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

.contact-link {
  font-size: 13px;
  font-weight: 600;
  color: #ff6b00;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #16a34a;
}

.contact-badge-live i {
  font-size: 7px;
}

/* ══════════════════════════════════════════
   OFFICE ADDRESSES
══════════════════════════════════════════ */
.contact-offices-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 35px;
}

.contact-offices-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-offices-heading i {
  color: #ff6b00;
}

.contact-offices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.office-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

.office-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6b00;
  background: rgba(255, 107, 0, 0.1);
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.office-badge.branch {
  color: #0284c7;
  background: rgba(2, 132, 199, 0.1);
}

.office-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.office-address {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ══════════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════════ */
.contact-mini-faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.about-faq-q {
  width: 100%;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  text-align: left;
}

.about-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}

.about-faq-a p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 14px;
}

/* ══════════════════════════════════════════
   STICKY CONTACT FORM (Right Column)
══════════════════════════════════════════ */
.contact-form-panel {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-h, 75px) + 20px);
  z-index: 10;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}

.contact-form-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.contact-form-header p {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 20px 0;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.form-group label .req {
  color: #ef4444;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-icon i {
  position: absolute;
  left: 14px;
  color: #94a3b8;
  font-size: 14px;
}

.input-with-icon input,
.input-with-icon select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px 11px 38px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14px;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  font-family: inherit;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.form-group textarea {
  padding: 11px 14px;
  resize: vertical;
}

.input-with-icon input:focus,
.input-with-icon select:focus,
.form-group textarea:focus {
  border-color: #ff6b00;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.15);
}

.contact-submit-btn {
  width: 100%;
  padding: 13px;
  background: #ff6b00;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, transform 0.1s ease;
}

.contact-submit-btn:hover {
  background: #e65c00;
}

.contact-submit-btn:active {
  transform: scale(0.99);
}

.contact-form-status.success {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f0fdf4;
  color: #166534;
  font-size: 13px;
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ══════════════════════════════════════════
   RESPONSIVE (Mobile & Tablet)
══════════════════════════════════════════ */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-panel {
    position: static;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}