	

/*register now*/
.rema-registration-page {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333;
}

.rema-registration-page h1 {
  color: #222;
  margin: 30px 0 20px;
  font-size: 34px;
  font-weight: 400;
}

.rema-registration-page h2 {
  color: #bc2f93;
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.register-btn {
  text-align: center;
  margin: 20px 0 35px;
}

.register-btn img {
  width: 260px;
  max-width: 80%;
  height: auto;
}

.registration-note {
  text-align: center;
  color: #a52a2a;
  font-size: 16px;
  margin-bottom: 35px;
}

.roundtable-intro {
  text-align: left;
  font-size: 16px;
  margin: 35px 0 20px;
}

.pricing-card {
  display: flex;
  gap: 0;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 45px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  flex-wrap: nowrap;
}

.pricing-column {
  flex: 1;
  min-width: 0;
  padding: 25px 30px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pricing-column h3 {
  text-align: left;
  margin-bottom: 35px;
  line-height: 1.2;
}

.pricing-column h3 b {
  display: block;
  font-size: 20px;
  color: #000 !important;
  font-weight: 700;
}

.pricing-column h3 span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  color: #bc2f93;
  font-weight: 400;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row span {
  font-size: 16px;
  color: #333;
}

.pricing-row strong {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.infoSection {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.infoFlex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.InfoBox {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 300px;
  background-color: #f9f9f9;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  text-align: left;
  overflow: hidden;
}

.InfoBox table {
  border-collapse: collapse;
}

th {
  color: white;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.Box1 th {
  background-color: #cc0000;
}

.Box2 th {
  background-color: #ffcc00;
  color: #000;
}

.Box3 th {
  background-color: #e133aa;
}

.url {
  font-size: 14px;
  color: #333;
  padding: 15px;
}

.rema-registration-page a {
  color: #0077cc;
  text-decoration: none;
}

.rema-registration-page a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pricing-card {
    flex-wrap: wrap;
  }

  .pricing-column {
    width: 100%;
    padding: 25px;
  }

  .infoFlex {
    flex-wrap: wrap;
  }

  .InfoBox {
    width: 100%;
  }
}

/*register now end*/