.igbo-class-form-body {
  background: #ffff;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.igbo-class-form-container {
  max-width: 800px;
  margin: 0 auto;
  margin: 0 2rem;
}

.igbo-class-form-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.igbo-class-form-header {
    background-color: #006622;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.igbo-class-form-header h1, .igbo-class-form-header .igbo-class-form-subtitle {
    margin-left: 2rem;
}

.igbo-class-form-header h1 {
    padding-top: 2rem;
    line-height: 10px;
}


.igbo-class-form-header .igbo-class-form-subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 3rem;
  opacity: 0.7;
  
}

.igbo-class-form-tagline {
  position: absolute;
  top: 100px;
  left: 25%;
  background-color: #e6f5ea;
  color: #006622;
  padding: 16px;
  margin-top: 0.5rem;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}

.igbo-class-form-steps {
  display: flex;
  justify-content: space-around;
  margin: 4rem 0;
}

.igbo-class-form-step {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.igbo-class-form-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.igbo-class-form-step.aactive .igbo-class-form-circle {
  background-color: #007f4e;
}

.igbo-class-form-step p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.igbo-class-form-line {
  flex: 1;
  height: 2px;
  background-color: #ccc;
  margin: 0 10px;
}

.igbo-class-form-igbo-reg-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.igbo-class--form-section {
  display: block;
}

.igbo-class-form-section h2 {
  border-left: #006622 solid 4px;
  padding: 0 20px;
}

.igbo-class-form-body .hidden {
  display: none;
}

.igbo-class-form-container .igbo-class-form-div-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

/* Responsive: Stack vertically on screens smaller than 768px */
@media (max-width: 768px) {

  .igbo-class-form-header h1,
  .igbo-class-form-header .igbo-class-form-subtitle {
    margin-left: 1rem;
    text-align: center;
  }

    .igbo-class-form-tagline {
    position: static;
    /* margin: 1rem auto 0 auto; */
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    transform: none;
  }

  .igbo-class-form-container .igbo-class-form-div-flex {
    flex-direction: column;
    gap: 20px;
  }

  .igbo-class-form-container .igbo-class-form-div-flex div {
    width: 100% !important;
  }

   .igbo-class-form-container .igbo-class-form-div-flex button {
    width: 100% !important;
  }

  .igbo-class-form-payment-method .igbo-class-form-payment-inner img {
  margin-left: 20px;
}
}

.igbo-class-form-container input, .igbo-class-form-container textarea, .igbo-class-form-container select {
    width: 92%;
}

.igbo-class-form-container .igbo-class-form-div-flex div {
    width: 50%;
}

.igbo-class-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.igbo-class-form-input, .igbo-class-form-select, .igbo-class-form-textarea, .igbo-class-form-button {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
}

.igbo-class-form-container textarea {
  resize: vertical;
  min-height: 80px;
}

.igbo-class-form-container .igbo-class-form-button {
  background-color: #008037;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.igbo-class-form-button-group {
    float: right;
}

.igbo-class-form-checkboxes {
  margin-top: 20px;
}

.igbo-class-form-checkboxes label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #1e293b;
}

.igbo-class-form-checkboxes input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.2);
  accent-color: #00894c;
  cursor: pointer;
}

.igbo-class-form-checkboxes a {
  color: #00894c;
  text-decoration: none;
  font-weight: 600;
}

.igbo-class-form-checkboxes a:hover {
  text-decoration: underline;
}

.igbo-class-form-grid-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.igbo-class-form-body #igbo-class-form-classDetails .igbo-class-form-btn-class {
  background-color: #fff;
  border: 2px solid #ddd;
  text-align: center;
  padding: 10px;
  width: 33.33%;
  border-radius: 8px;
  font-weight: 600;
}

.igbo-class-form-body #igbo-class-form-classDetails .igbo-class-form-btn-class small {
    color: #666;
    opacity: 0.8;
}

.igbo-class-form-body #igbo-class-form-classDetails .igbo-class-form-btn-class:hover {
  border-color: #007f4e;
  background-color: #f4fef9;
}

.igbo-class-form-body #igbo-class-form-classDetails .igbo-class-form-btn-class.selected {
  border-color: #007f4e;
  background-color: #e6f9ef;
  box-shadow: 0 0 5px rgba(0, 128, 0, 0.3);
}

.igbo-class-form-next-btn-2 {
    width: 220px;
}

.igbo-class-form-back-btn {
    width: 150px;
    background-color: #fff;
    border-radius: 8px;
    outline: none;
}

.igbo-class-form-back-btn:hover {
    opacity: 0.6;
}

.igbo-class-form-next-btn-2:hover {
  background-color: #d4f3de;
  color: #66bb6a;
}

.igbo-class-form-benefits {
  background-color: #e6f5ea;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.igbo-class-form-benefits ul {
  list-style: none;
  padding-left: 0;
}

.igbo-class-form-benefits li {
  margin-bottom: 0.5rem;
}

.igbo-class-form-payment-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.igbo-class-form-section-title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
}

.igbo-class-form-payment-method {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.igbo-class-form-payment-method .igbo-class-form-payment-option {
  flex: 1;
  min-width: 180px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.bodyigbo-class-form ul li {
  list-style-type: none;
}

.igbo-class-form-payment-method .igbo-class-form-payment-option:hover {
  border-color: #b0e4d6;
}

.igbo-class-form-payment-method .igbo-class-form-payment-option.selected {
  border-color: #3bb78f;
  background: #e6f9f2;
}

.igbo-class-form-payment-method .igbo-class-form-payment-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.igbo-class-form-payment-method .igbo-class-form-icon {
  width: 28px;
  height: 28px;
}

.igbo-class-form-payment-method .igbo-class-form-details {
  flex: 1;
}

.igbo-class-form-payment-method .igbo-class-form-details strong {
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}

.igbo-class-form-payment-method .igbo-class-form-details p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.igbo-class-form-payment-method .igbo-class-form-check {
  color: green;
  font-size: 20px;
  margin-left: auto;
}

.igbo-class-form-instructions-box {
  background: #eef6ff;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 20px;
  display: none;
  border: 1px solid #d0e6ff;
}

.igbo-class-form-instruction-title {
  font-weight: 600;
  color: #004085;
  margin-bottom: 8px;
}

.igbo-class-form-payment-method .igbo-class-form-instructions-box ul {
  padding-left: 20px;
  color: #333;
}

.\igbo-class-form-footer {
  text-align: center;
  margin-top: 3rem;
  color: #666;
  background-color: #e6f5ea;
  padding: 2px;
}

.igbo-class-form-footer a {
  color: #008037;
  text-decoration: none;
}

.igbo-class-form-footer a:hover {
  text-decoration: underline;
}

.igbo-class-form-body #igbo-class-form-step1 label {
  margin-top: 0.75rem;
  font-weight: 500;
  display: block;
}

.igbo-class-form-body #igbo-class-form-step1 input, .igbo-class-form-body #igbo-class-form-step1 select, .igbo-class-form-body #igbo-class-form-step1 textarea {
  margin-bottom: 0.75rem;
}
