.event-register-section {
  background: #f6f6f8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(44, 44, 44, 0.04);
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
}

.register-title {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 1.2rem;
}

.event-register-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group label {
  font-weight: 600;
  color: #444;
  font-size: 1rem;
}

.form-group input,
.form-group select {
  padding: 0.7rem 1rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 1rem;
  background: #fff;
  color: #444;
  transition: border 0.18s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #444;
  outline: none;
}

.register-btn {
  background: #444;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s;
}

.register-btn:hover {
  background: #222;
}

.event-register-form input::placeholder,
.event-register-form textarea::placeholder {
  font-family: "Roboto Slab", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.8rem;
  color: #888;
  opacity: 1;
}

.two-col-left p.text-black {
  color: #000 !important;
}
/* 
.two-col-left p {
  font-size: 1.45rem;
  color: #000;
} */

textarea#reg-message {
  padding: 11px;
}

.banner-slider-section > .banner-right {
  left: 0 !important;
  right: auto !important;
}

.banner-slider-section.container {
  max-width: 100%;
  max-height: 550px;
}

.banner-slider-section.container img {
  display: block;
  width: 100%;
  max-height: 550px;
}

@media screen and (max-width: 768px) {
  .event-register-section {
    padding: 1.5rem;
  }

  .register-title {
    font-size: 1.2rem;
  }

  .form-group input,
  .form-group select {
    font-size: 0.9rem;
  }

  .register-btn {
    font-size: 1rem;
  }

  section.two-column-section {
    max-height: none;
  }
}
