/* ============================================================
   AKARSH DIGITAL — Contact page specific styles
   ============================================================ */

/* State/province dropdown enhancement */
.form-group select[name="stateProvince"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23DA9A3F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* Confirmation message */
.form-success {
  display: none;
  background: rgba(26,107,58,0.12);
  border: 1px solid rgba(26,107,58,0.35);
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
  margin-top: 20px;
}
.form-success.show { display: block; }
.form-success p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #2ecc71;
  margin: 0;
}

/* What happens on the call list */
.audit-includes {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--gold-border);
}
