/* Registration page: page-specific styling (navbar/footer come from track-styles.css) */

.registration-container {
  padding-bottom: 28px;
}

.registration-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 8px;
}

.link-white a{
  color: #fff !important;
  text-decoration: none !important;
}

.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006769;
  color: #fff;
  width: 200px;
  max-width: 100%;
  margin: 12px 10px 0;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #006769;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #01b7ba !important;
  border-color: #006769 !important;
}

.btn-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gst-para{
  display: flex;
  margin: 20px auto 0 auto !important;
  max-width: 700px;
  color: red !important;
  text-align: center;
  font-weight: 600;
}


.text-center{
  display: flex;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 0 auto !important;
  font-weight: 600;
}

.post-payment-note {
  display: block;
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto !important;
  padding-top: 1.5rem;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  color: #294244;
}

.post-payment-note a {
  color: #1a8c8d !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight: 600 !important;
  margin: 0 4px !important;
}

.post-payment-note a:hover {
  color: #006769;
}

@media (max-width: 768px) {
  .post-payment-note {
    font-size: 1rem;
    padding: 1.2rem 20px 0;
  }
}

@media (max-width: 576px) {
  .post-payment-note {
    font-size: 1rem;
    padding: 1rem 16px 0;
  }
}

/* Fees section */
.fees-section {
  padding: 70px 40px;
  background: #f8fcfc;
  font-family: Arial, sans-serif;
}


.fees-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #006769;
  margin-bottom: 40px;
}


.fees-table-wrapper {
  overflow-x: auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 6px solid #1a8c8d;
  max-width: 1200px;
  margin: auto;
}


.fees-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}


.fees-table thead th {
  background: #006769;
  color: #ffffff;
  padding: 14px;
  font-weight: 700;
  text-align: left;
  border-bottom: 3px solid #004e4f;
}


.fees-table tbody tr {
  border-bottom: 1px solid #d5eaea;
}


.fees-table td {
  padding: 12px;
  color: #004e4f;
}


.fees-table tbody tr:hover {
  background: #e9f7f7;
  transition: 0.3s ease-in-out;
}

.registration-actions .back-btn {
  margin: 0;
}

.registration-actions .cmt-btn {
  background: #1a8c8d;
}

.registration-actions .cmt-btn:hover {
  background: #0f6f70;
}

.registration-content {
  margin-top: 22px;
}

.registration-letter {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

.registration-letter h2 {
  color: var(--primary);
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 22px;
}

.registration-letter p {
  color: var(--text);
  line-height: 1.75;
  margin: 0 0 12px 0;
}

.registration-letter ol,
.registration-letter ul {
  padding-left: 1.25rem;
  margin: 0 0 12px 0;
  color: var(--text);
}

.registration-letter li {
  line-height: 1.7;
  margin-bottom: 8px;
}

.registration-letter a {
  color: #2d5a87;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

@media (max-width: 768px) {
  .registration-letter {
    padding: 18px;
  }

  .registration-letter h2 {
    font-size: 20px;
  }

  .hero-btn{
    width: auto;
  }
}
