.hero-wrap.hero-wrap-6 {
  width: 100%;
  height: auto;
  position: relative;
  background-image:url(../../../images/registration/registration.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap.hero-wrap-6 .overlay {
  width: 100%;
  opacity: .4;
  background: #232429;
}
.hero-wrap.hero-wrap-6 .slider-text {
  height: 500px;
}

.lead{
  font-size: 1.2rem;
}
.registration-container {
  border-left: 6px solid #034EA2;
  border-right: 6px solid #034EA2;
  border-radius: 30px 0 30px 0;
  padding: 2rem;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.03);
  max-width: 720px;
  margin: 0 auto;
}

.registration-list li {
  margin-bottom: 1.2rem;
}

.registration-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #034ea2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.registration-list a:hover {
  color: #01356d;
  text-decoration: underline;
}

.registration-list .label {
  font-weight: 600;
  font-size: 1.15rem;
  color: #333;
}

.sub-list {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.sub-list a {
  font-size: 1.05rem;
  font-weight: 500;
  color: #34495e;
}

.sub-list a:hover {
  color: #01356d;
  text-decoration: underline;
}



/* registarion  */
.registration-card {
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.card {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.error {
  color: red;
  font-size: 0.9rem;
}

.registration-title{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #10447d;
}

.star::after {
    content: " *";
    color: red;
}

.registration-fields{
      font-weight: bolder;
      font-size: 1.2rem;
}

.guidelines-text {
    font-size: 1.4rem;
    line-height: 1.3;
}

.Stemsquare-title{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #034ea2;
}
