
/* =============================================
   CONTACT US PAGE - STYLES (Matching contact us.png)
   ============================================= */

.contact-hero {
  position: relative !important;
  background: linear-gradient(135deg, #0D1629 0%, #1A2744 60%, #15223D 100%) !important;
  padding: 140px 0 100px !important;
  color: var(--white) !important;
  overflow: hidden !important;
}

.contact-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.15 !important;
  background-image: radial-gradient(rgba(201, 162, 39, 0.4) 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
  pointer-events: none !important;
}

.contact-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  align-items: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.contact-hero-crumbs {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: var(--gold) !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

.contact-pill-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 16px !important;
  border: 1px solid rgba(201, 162, 39, 0.4) !important;
  border-radius: 30px !important;
  background: rgba(201, 162, 39, 0.08) !important;
  color: var(--gold) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.contact-hero-title {
  font-size: 2.8rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  color: var(--white) !important;
  margin-bottom: 18px !important;
}

.contact-hero-title .gold {
  color: var(--gold) !important;
}

.contact-hero-sub {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin-bottom: 30px !important;
  max-width: 520px !important;
  line-height: 1.6 !important;
}

.contact-hero-btns {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.btn-contact-gold {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: nowrap !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.35) !important;
  line-height: 1.2 !important;
}

.btn-contact-gold svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

.btn-contact-gold:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.5) !important;
}

.btn-contact-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: nowrap !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  line-height: 1.2 !important;
}

.btn-contact-outline svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

.btn-contact-outline:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: var(--white) !important;
  transform: translateY(-2px) !important;
}

.contact-hero-img-wrap {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(13, 22, 41, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.contact-hero-img-wrap img {
  width: 100% !important;
  height: 380px !important;
  object-fit: contain !important;
  display: block !important;
  padding: 12px !important;
}

.contact-hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 22, 41, 0.5) 0%, transparent 60%);
  pointer-events: none;
}

/* ---- STATS COUNTER BAR ---- */
.contact-stats-bar-wrap {
  background: #0B1324;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.contact-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.contact-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
  transition: all 0.3s ease;
}

.contact-stat-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.05);
}

.contact-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-stat-icon svg {
  width: 22px;
  height: 22px;
}

.contact-stat-val {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.contact-stat-lbl {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

/* ---- DISCUSS REQUIREMENT SECTION ---- */
.discuss-section {
  padding: 90px 0;
  background: var(--white);
}

.section-eyebrow-center {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-eyebrow-center::before,
.section-eyebrow-center::after {
  content: '';
  display: block;
  width: 30px;
  height: 1.5px;
  background: var(--gold);
}

.section-title-center {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.section-sub-center {
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.5;
}

.discuss-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.info-cards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #FAFAFB;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 22px 24px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 8px 24px rgba(26, 39, 68, 0.08);
}

.info-card-icon-box {
  width: 48px;
  height: 48px;
  background: var(--navy);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.info-card-icon-box svg {
  width: 22px;
  height: 22px;
}

.info-card-body h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}

.info-card-body p,
.info-card-body a {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.5;
  display: block;
}

.info-card-body a:hover {
  color: var(--gold-dark);
}

.contact-persons-card {
  background: #FAFAFB;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 22px 24px;
  margin-top: 5px;
}

.contact-persons-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.contact-persons-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-persons-card li {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-persons-card li::before {
  content: '•';
  color: var(--gold);
  font-size: 1.2rem;
}

/* Dynamic Left Extras */
.info-badge-online {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #10B981;
  background: rgba(16, 185, 129, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  margin-top: 4px;
}

.info-subtext {
  display: block;
  font-size: 0.75rem;
  color: var(--text-mid);
  margin-top: 4px;
}

.dynamic-person-box {
  background: linear-gradient(145deg, #FFFFFF, #F8FAFC);
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.person-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border-bottom: 1px dashed #E2E8F0;
  padding-bottom: 8px;
}

.person-card-header h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0;
}

.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #10B981;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseGreen 1.8s infinite;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.person-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.person-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #FFFFFF;
  border: 1px solid #EDF2F7;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.person-row:hover {
  border-color: var(--gold);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.1);
}

.person-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.person-meta {
  flex-grow: 1;
}

.person-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
}

.person-role {
  font-size: 0.74rem;
  color: var(--text-mid);
}

.person-phone-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-dark) !important;
  text-decoration: none;
}

.person-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.person-action-btn:hover {
  background: #1EBE5D;
  transform: scale(1.1);
}

.person-action-btn svg {
  width: 17px;
  height: 17px;
}

.contact-trust-pill {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 10px;
}

.contact-trust-pill svg {
  width: 22px;
  height: 22px;
  color: #2563EB;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-trust-pill strong {
  font-size: 0.85rem;
  color: #1E40AF;
  display: block;
}

.contact-trust-pill p {
  font-size: 0.78rem;
  color: #3B82F6;
  margin: 2px 0 0 0;
  line-height: 1.4;
}

/* =========================================================
   DYNAMIC FORM STYLING (MODERN INTERACTIVE SYSTEM)
========================================================= */
.dynamic-form-wrapper {
  position: relative;
  background: var(--white);
  border: 1px solid #E2E8F0;
  border-top: 4px solid var(--gold);
  border-radius: 18px;
  padding: 34px 38px;
  box-shadow: 0 14px 45px rgba(26, 39, 68, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.dynamic-form-wrapper:focus-within {
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: 0 18px 50px rgba(201, 162, 39, 0.12);
}

.form-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F5F9;
}

.form-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-header-title h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}

.live-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.6);
  animation: pulseGold 2s infinite;
}

@keyframes pulseGold {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 9px rgba(201, 162, 39, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(201, 162, 39, 0); }
}

.form-badge-mode {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--navy);
  background: #FEF3C7;
  border: 1px solid #FDE68A;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Service Selector Chips */
.form-chips-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-chips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.service-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  color: var(--text-dark);
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.service-chip svg {
  width: 16px;
  height: 16px;
  color: var(--text-mid);
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.service-chip:hover {
  border-color: var(--gold);
  background: #FFFDF5;
  color: var(--navy);
}

.service-chip:hover svg {
  color: var(--gold-dark);
  transform: scale(1.1);
}

.service-chip.active {
  background: #FDF9EC;
  border-color: var(--gold);
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(201, 162, 39, 0.18);
}

.service-chip.active svg {
  color: var(--gold);
}

/* Form Inputs with Icons */
.input-field-wrapper {
  position: relative;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.form-group label .req {
  color: #EF4444;
  margin-left: 2px;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.field-icon {
  position: absolute;
  left: 14px;
  width: 17px;
  height: 17px;
  color: #94A3B8;
  pointer-events: none;
  transition: color 0.2s ease;
}

.form-control {
  width: 100%;
  padding: 12px 14px 12px 42px;
  font-size: 0.88rem;
  font-family: inherit;
  color: var(--text-dark);
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 9px;
  transition: all 0.25s ease;
  outline: none;
}

.form-control:hover {
  border-color: #CBD5E1;
}

.form-control:focus {
  background: #FFFFFF;
  border-color: var(--gold);
  box-shadow: 0 0 0 3.5px rgba(201, 162, 39, 0.18);
}

.form-control:focus + .field-icon,
.input-with-icon:focus-within .field-icon {
  color: var(--gold);
}

.valid-check {
  position: absolute;
  right: 14px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #10B981;
  display: none;
  animation: fadeIn 0.2s ease forwards;
}

.form-control.is-valid + .valid-check,
.input-with-icon.is-valid .valid-check {
  display: block;
}

.form-control.is-invalid {
  border-color: #EF4444 !important;
  background: #FEF2F2 !important;
}

.field-error-msg {
  display: none;
  font-size: 0.74rem;
  color: #EF4444;
  margin-top: 4px;
  font-weight: 600;
}

.form-control.is-invalid ~ .field-error-msg,
.input-field-wrapper.has-error .field-error-msg {
  display: block;
  animation: shakeX 0.3s ease;
}

@keyframes shakeX {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

select.form-control {
  appearance: none;
  -webkit-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='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

/* Quick Material Tags */
.form-tags-section {
  margin-bottom: 16px;
  background: #F8FAFC;
  border: 1px dashed #CBD5E1;
  border-radius: 9px;
  padding: 10px 14px;
}

.tags-title {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-btn {
  font-size: 0.74rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--navy);
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  padding: 4px 9px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tag-btn:hover {
  background: #FDF9EC;
  border-color: var(--gold);
  color: var(--gold-dark);
  transform: translateY(-1px);
}

.tag-btn.active {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--navy);
}

/* Textarea & Live Character Counter */
.label-with-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.label-with-counter label {
  margin-bottom: 0;
}

.char-count {
  font-size: 0.74rem;
  font-weight: 600;
  color: #94A3B8;
}

textarea.form-control.textarea-dynamic {
  padding: 12px 14px;
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}

/* File Attachment Dropzone */
.attachment-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.attachment-label span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
}

.file-limits {
  font-size: 0.72rem;
  font-weight: 500;
  color: #94A3B8 !important;
}

.dropzone-box {
  position: relative;
  border: 2px dashed #CBD5E1;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  background: #F8FAFC;
  cursor: pointer;
  transition: all 0.25s ease;
}

.dropzone-box:hover,
.dropzone-box.dragover {
  border-color: var(--gold);
  background: #FFFDF5;
}

.dropzone-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropzone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
}

.dropzone-icon svg {
  width: 26px;
  height: 26px;
  color: var(--gold);
}

.dropzone-text {
  font-size: 0.82rem;
  color: var(--text-mid);
}

.dropzone-text strong {
  color: var(--navy);
}

.attached-files-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.file-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 0.78rem;
  color: var(--navy);
  animation: fadeIn 0.25s ease;
}

.file-pill-name {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-pill-remove {
  background: none;
  border: none;
  color: #EF4444;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

/* Submit Button Dynamic States */
.btn-form-submit.dynamic-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 800;
  font-size: 0.96rem;
  padding: 15px 30px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-form-submit.dynamic-submit:hover {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.45);
}

.btn-form-submit.dynamic-submit:active {
  transform: translateY(0);
}

.btn-spinner {
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(26, 39, 68, 0.25);
  border-top-color: var(--navy);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.form-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.74rem;
  color: #94A3B8;
  text-align: center;
}

.form-privacy-note svg {
  width: 14px;
  height: 14px;
  color: #10B981;
  flex-shrink: 0;
}

/* Success Modal Overlay */
.form-success-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: scale(0.96);
  z-index: 20;
}

.form-success-overlay.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.success-card-content {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}

.success-icon-anim {
  width: 64px;
  height: 64px;
  background: #10B981;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.35);
  animation: bounceIn 0.5s ease;
}

.success-icon-anim svg {
  width: 32px;
  height: 32px;
}

@keyframes bounceIn {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); }
}

.success-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #047857;
  background: #D1FAE5;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.success-card-content h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}

.success-desc {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.5;
  margin-bottom: 20px;
}

.ref-code {
  color: var(--gold-dark);
  background: #FEF3C7;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9rem;
}

.success-summary-box {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 12px 18px;
  margin-bottom: 22px;
  text-align: left;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  padding: 5px 0;
  border-bottom: 1px dashed #E2E8F0;
  color: var(--navy);
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row span {
  color: var(--text-mid);
}

.success-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-success-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-success-wa:hover {
  background: #1EBE5D;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.btn-success-wa svg {
  width: 18px;
  height: 18px;
}

.btn-success-close {
  background: none;
  border: 1px solid #CBD5E1;
  color: var(--text-mid);
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-success-close:hover {
  background: #F1F5F9;
  color: var(--navy);
}

@media (max-width: 640px) {
  .service-chips-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dynamic-form-wrapper {
    padding: 24px 20px;
  }
}

/* ---- WAYS TO REACH SECTION ---- */
.ways-to-reach-section {
  padding: 90px 0;
  background: #F6F8FB;
  position: relative;
}

.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.way-card {
  background: var(--white);
  border: 1px solid #EAEAEA;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.way-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 12px 35px rgba(26, 39, 68, 0.1);
}

.way-icon-box {
  width: 52px;
  height: 52px;
  background: var(--navy);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 22px;
}

.way-icon-box svg {
  width: 24px;
  height: 24px;
}

.way-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}

.way-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.5;
  margin-bottom: 24px;
  flex-grow: 1;
}

.way-arrow-btn {
  width: 36px;
  height: 36px;
  background: var(--gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  transition: all 0.3s ease;
}

.way-card:hover .way-arrow-btn {
  background: var(--navy);
  color: var(--gold);
  transform: translateX(4px);
}

/* ---- FACILITY SECTION ---- */
.facility-section {
  padding: 90px 0;
  background: var(--white);
}

.facility-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  min-height: 380px;
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: none;
}

.facility-info-card {
  background: var(--navy);
  border-radius: 16px;
  padding: 36px 32px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 35px rgba(26, 39, 68, 0.2);
}

.facility-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.facility-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.facility-info-icon svg {
  width: 20px;
  height: 20px;
}

.facility-info-text h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 4px;
}

.facility-info-text p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.btn-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 13px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-directions:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.4);
}

/* ---- CONTACT FAQ SECTION ---- */
.contact-faq-section {
  padding: 90px 0;
  background: #0F182B;
  color: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.faq-item-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 22px 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item-card:hover,
.faq-item-card.active {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-head-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.3);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-question {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
}

.faq-icon {
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 700;
  transition: transform 0.3s ease;
}

.faq-item-card.active .faq-icon {
  transform: rotate(45deg);
}

.faq-body {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  display: none;
}

.faq-item-card.active .faq-body {
  display: block;
}

.faq-bottom-banner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 14px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.faq-banner-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.faq-banner-text svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}

/* ---- CONTACT CTA BAR ---- */
.contact-cta-bar {
  padding: 80px 0;
  background: #F8FAFC;
  text-align: center;
}

/* ---- FOOTER ICON SIZES ---- */
.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}
.social-links a:hover {
  background: var(--gold);
  color: var(--navy);
}
.social-links a svg {
  width: 18px;
  height: 18px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-contact svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

@media (min-width: 993px) {
  .faq-card-full { grid-column: span 2; }
}

/* ---- RESPONSIVE CONTACT STYLES ---- */
@media (max-width: 992px) {
  .contact-hero { padding: 110px 0 60px !important; }
  .contact-hero-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .contact-hero-title { font-size: 2.2rem !important; }
  .contact-hero-sub { max-width: 100% !important; }
  .contact-hero-img-wrap img { height: 260px !important; }
  .contact-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .discuss-grid { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .faq-item-card { grid-column: span 1 !important; width: 100% !important; box-sizing: border-box !important; }
}

@media (max-width: 768px) {
  .contact-hero { padding: 100px 0 50px !important; }
  .contact-hero-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .contact-hero-crumbs { font-size: 0.78rem !important; margin-bottom: 12px !important; }
  .contact-pill-badge { font-size: 0.72rem !important; padding: 5px 14px !important; margin-bottom: 14px !important; white-space: normal !important; text-align: left !important; }
  .contact-hero-title { font-size: 1.95rem !important; line-height: 1.2 !important; margin-bottom: 14px !important; }
  .contact-hero-sub { font-size: 0.92rem !important; line-height: 1.55 !important; margin-bottom: 22px !important; }
  .contact-hero-btns { flex-direction: column !important; width: 100% !important; gap: 12px !important; align-items: stretch !important; }
  .btn-contact-gold, .btn-contact-outline { width: 100% !important; padding: 13px 20px !important; justify-content: center !important; text-align: center !important; }
  .contact-hero-right { width: 100% !important; }
  .contact-hero-img-wrap { border-radius: 14px !important; max-width: 100% !important; }
  .contact-hero-img-wrap img { height: 220px !important; padding: 10px !important; }
}

@media (max-width: 576px) {
  .contact-hero { padding: 90px 0 40px !important; }
  .contact-hero-title { font-size: 1.75rem !important; }
  .contact-hero-sub { font-size: 0.88rem !important; }
  .contact-hero-img-wrap img { height: 190px !important; }
  .contact-stats-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-stat-card { justify-content: center !important; text-align: left !important; max-width: 320px !important; margin: 0 auto !important; width: 100% !important; }
  .form-group-row { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: 1fr; }
  .enquiry-form-card { padding: 24px 20px; }
  .faq-bottom-banner { flex-direction: column; text-align: center; }
  .faq-banner-text { justify-content: center; }
}

/* ---- CUSTOM SELECT DROPDOWN & SUBMIT BUTTON FIXES ---- */
.custom-select-wrap {
  position: relative;
  width: 100%;
}

.custom-select-wrap select.form-control {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px !important;
  background: #ffffff;
  border: 1.5px solid #d0d7e2;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  color: #071832;
  cursor: pointer;
  box-shadow: none;
}

.custom-select-wrap select.form-control:focus {
  border-color: #c9a227;
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

.select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071832;
}

.select-chevron svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  display: block;
}

.btn-form-submit {
  width: 100%;
  min-height: 52px;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%) !important;
  color: #071832 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.35) !important;
  transition: all 0.35s ease !important;
  margin-top: 18px !important;
  padding: 14px 28px !important;
}

.btn-form-submit:hover {
  background: linear-gradient(135deg, #071832 0%, #102445 100%) !important;
  color: #c9a227 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 32px rgba(7, 24, 50, 0.35) !important;
}

.btn-form-submit svg.send-icon {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  margin: 0 !important;
  transition: transform 0.3s ease !important;
}

.btn-form-submit:hover svg.send-icon {
  transform: translateX(4px) translateY(-2px) !important;
}
