:root {
  --color-primary: #1e3a8a;
  --color-accent: #3b82f6;
  --color-text-dark: #1f2937;
  --color-text-light: #ffffff;
  --color-background-light: #ffffff;
  --color-background-soft: #f9fafb;
  --color-border: #e5e7eb;
  --color-progress: #10b981;
}

/* Mobile-First Base Styles */
.appeal-banner {
  margin: 1rem;
  padding: 1.5rem;
  background-color: var(--color-background-soft);
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Appeal Header */
.appeal-banner-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.appeal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 1rem;
}
/* Progress bar container */
.appeal-progress-container {
  max-width: 100%;
  margin: 0 auto;
}

.appeal-progress-bar-wrapper {
  background-color: var(--color-border);
  border-radius: 0.5rem;
  height: 1.25rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.appeal-progress-bar {
  height: 100%;
  background-color: var(--color-progress);
  border-radius: 0.5rem 0 0 0.5rem;
  transition: width 0.5s ease-in-out;
  position: relative;
}

.appeal-progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0f766e;
  display: block;
}

.appeal-progress-percentage {
  display: block;
  height: 100%;
  background-color: var(--color-progress);
  border-radius: 0.5rem 0 0 0.5rem;
  transition: width 0.5s ease-in-out;
  position: relative;
}

.appeal-progress-percentage::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0f766e;
  display: block;
}

.appeal-progress-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
  text-align: center;
}
/* Bottom Content*/
.appeal-banner-content {
  /* padding: 1rem 1.5rem; */
  background: var(--color-background-soft);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.appeal-hadith {
  font-size: 0.95rem;
  color: var(--color-text-dark);
  line-height: 1.6;
  margin: 0 auto;
}

.appeal-hadith span {
  display: block;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.5rem;
}
.appeal-buttons-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
/* Buttons */
.appeal-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.appeal-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* align-items: center; */
  color: var(--color-text-dark);
  text-align: left;
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.5rem;
}
.appeal-form input,
.appeal-form select,
.appeal-form textarea,
.appeal-form label {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  font-size: 1rem;
  color: var(--color-text-dark);
  margin-bottom: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.appeal-form label {
  padding: 0;
  border: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.appeal-form input:focus,
.appeal-form select:focus,
.appeal-form textarea:focus {
  border-color: var(--color-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Submit Button for Forms */
.appeal-form button[type="submit"] {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.appeal-form button[type="submit"]:hover {
  background-color: #1f357f;
  transform: translateY(-1px);
}

.appeal-form button[type="submit"].active {
  background: var(--color-accent);
  transform: scale(1.05);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.6);
}

/* Button Styling */
.appeal-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.appeal-btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--color-text-light);
  border: none;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.paypal-btn {
  background-color: #0070ba;
}

.paypal-btn:hover {
  background-color: #005ea6;
  transform: translateY(-1px);
}

.paypal-btn.active {
  background: var(--color-accent);
  transform: scale(1.05);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.6);
}

.card-btn {
  background-color: #111827;
}

.card-btn:hover {
  background-color: #1f2937;
  transform: translateY(-1px);
}

.card-btn.active {
  background: var(--color-accent);
  transform: scale(1.05);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.6);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
