.help-card {
  background-color: #f8f9fa;

  color: #333;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.help-card .btn-light {
  color: #000;
  font-weight: 500;
}


.help-card {
  background-color: #f8f9fa;
  color: #333;
  border-left: 5px solid #ccc;

  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding-left: 1.5rem;
}


.card-user-account {
  border-left-color: #0d6efd;
  /* Blue */
}

.card-payment {
  border-left-color: #28a745;
  /* Green */
}

.card-email {
  border-left-color: #ffc107;
  /* Yellow */
}

.card-order {
  border-left-color: #17a2b8;
  /* Teal */
}


.ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 0;
}


.image-preview img {
  margin-top: 5px;
  max-height: 120px;
  border-radius: 4px;
}



.help-banner {
  background: linear-gradient(to right, #f0f4ff, #e8f1ff);

  border-bottom: 1px solid #dee2e6;
}


.help-search-shell {
  max-width: 720px;
  margin: 0 auto;
}

.help-search-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.help-search-box .form-control {
  border-radius: 8px;
  border-color: #bfd4f6;
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.08);
}

.help-search-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #d6e3f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(33, 37, 41, 0.14);
  text-align: left;
}

.help-search-suggestion {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid #eef3fb;
  background: #fff;
  color: #212529;
  text-align: left;
  text-decoration: none;
  transition: background 0.2s ease;
}

.help-search-suggestion:last-child {
  border-bottom: 0;
}

.help-search-suggestion:hover,
.help-search-suggestion:focus {
  background: #f3f8ff;
  color: #0b5ed7;
  outline: none;
}

.help-search-suggestion-title {
  display: block;
  font-weight: 600;
}

.help-search-suggestion small {
  display: block;
  margin-top: 2px;
  color: #6c757d;
}

.help-popular-searches,
.help-no-results-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.help-popular-searches {
  align-items: center;
  margin-top: 16px;
}

.help-popular-searches span {
  color: #6c757d;
  font-size: 0.92rem;
  font-weight: 600;
}

.help-search-chip {
  border: 1px solid #c6d9f7;
  border-radius: 999px;
  background: #fff;
  color: #0b5ed7;
  padding: 6px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.help-search-chip:hover,
.help-search-chip:focus {
  border-color: #0d6efd;
  background: #0d6efd;
  color: #fff;
  outline: none;
}

.help-no-results {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 20px;
  border: 1px solid #d6e3f7;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.help-no-results h3 {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 700;
}

.help-no-results p {
  margin-bottom: 14px;
  color: #6c757d;
}

@media (max-width: 576px) {
  .help-search-chip {
    max-width: 100%;
    white-space: normal;
  }

  .help-popular-searches span {
    width: 100%;
  }
}

    body {
      background: linear-gradient(to right, #fdfbfb, #ebedee);
      font-family: 'Segoe UI', sans-serif;
      color: #333;
    }

    .back-btn {
      border: none;
      background: #e2e6ea;
      color: #212529;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: 500;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .back-btn:hover {
      background: #ced4da;
      color: #000;
    }

    .page-title {
      font-size: 2rem;
      font-weight: 600;
      color: #212529;
    }

    .page-subtitle {
      font-size: 1.1rem;
      color: #6c757d;
      margin-bottom: 2rem;
    }

    .card-custom {
      background-color: #fff;
      border: none;
      border-radius: 16px;
      padding: 24px;
      box-shadow: -6px 0 30px rgba(13, 110, 253, 0.3);
      /* Left glow in Bootstrap primary blue */
      transition: all 0.3s ease-in-out;
    }

    .card-custom:hover {
      transform: translateY(-4px);
      box-shadow: -8px 0 36px rgba(13, 110, 253, 0.5);
      /* Stronger glow on hover */
    }




    .icon-circle {
      width: 56px;
      height: 56px;
      background: linear-gradient(to right, #0d6efd, #6610f2);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 22px;
      flex-shrink: 0;
    }

    .card-text h6 {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #adb5bd;
      margin-bottom: 4px;
    }

    .card-text h5 {
      font-size: 1.25rem;
      font-weight: 600;
      margin: 0;
      color: #212529;
    }

    .footer {
      padding: 30px 0;
      text-align: center;
      font-size: 0.9rem;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
      margin-top: 80px;
    }

.help-banner {
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
  border-bottom: 1px solid #dee2e6;
}

.help-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.help-section-heading h3 {
  color: #10233c;
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0.2rem 0 0.35rem;
}

.help-section-heading p {
  color: #5b6878;
  margin: 0;
  max-width: 760px;
}

.help-section-heading--articles {
  margin-top: 2rem;
}

.help-section-eyebrow {
  color: #1d4f91;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-self-service {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  padding: 1.25rem;
}

.help-option-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-option {
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  color: inherit;
  display: flex;
  gap: 0.85rem;
  min-height: 168px;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.help-option:hover,
.help-option:focus {
  border-color: rgba(29, 79, 145, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  color: inherit;
  outline: none;
  transform: translateY(-2px);
}

.help-option__icon {
  align-items: center;
  background: #eaf2ff;
  border-radius: 8px;
  color: #1d4f91;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.25rem;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.help-option__content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.help-option__content strong {
  color: #10233c;
  font-size: 1rem;
  font-weight: 800;
}

.help-option__content span {
  color: #5b6878;
  font-size: 0.95rem;
  line-height: 1.5;
}

.help-option__content em {
  color: #0b5ed7;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 800;
  margin-top: auto;
}

.help-empty-state {
  background: #fff;
  border: 1px dashed #bfd4f6;
  border-radius: 8px;
  color: #5b6878;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem;
}

.help-empty-state strong {
  color: #10233c;
}

.help-article-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-article-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.help-article-card:hover {
  border-color: rgba(29, 79, 145, 0.24);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.help-article-card__meta {
  align-items: center;
  color: #5b6878;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.help-article-card__meta span {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.help-article-card h4 {
  color: #10233c;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.help-article-card p {
  color: #425164;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0.65rem 0 1.1rem;
}

.help-article-card__action {
  align-items: center;
  align-self: flex-start;
  border: 1px solid #bfd4f6;
  border-radius: 8px;
  color: #0b5ed7;
  display: inline-flex;
  font-weight: 800;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
}

.help-article-card__action:hover,
.help-article-card__action:focus {
  background: #0b5ed7;
  border-color: #0b5ed7;
  color: #fff;
  outline: none;
}

@media (max-width: 1199px) {
  .help-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .help-section-heading {
    display: block;
  }

  .help-option-grid {
    grid-template-columns: 1fr;
  }

  .help-option {
    min-height: 0;
  }

  .help-article-grid {
    grid-template-columns: 1fr;
  }

  .help-article-card {
    min-height: 0;
  }
}

