.laser-masterclass-section {
  background: #f8fbff;
}

.laser-masterclass-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eef5;
}

.event-badge {
  display: inline-block;
  /* background: linear-gradient(90deg, #e63946, #ff6b6b); */
   background: linear-gradient(90deg, #720d34, #d633bb);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.laser-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.highlight-lines {
  background: #fff6f6;
  border-left: 4px solid #e63946;
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
}

.highlight-lines p {
  margin-bottom: 8px;
}

.quote-text {
  font-style: italic;
  color: #b22222;
  font-weight: 600;
}

.skill-box,
.disease-box {
  background: #f7faff;
  border-radius: 15px;
  padding: 22px;
  margin-top: 25px;
  border: 1px solid #e2ebf5;
}

.skill-box p {
  font-weight: 700;
  margin-bottom: 15px;
  color: #0a2c5e;
}

.skill-box ul,
.disease-box ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.skill-box ul li,
.disease-box ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 8px;
}

.disease-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0a2c5e;
  margin-bottom: 15px;
}

.masterclass-info-card {
  /* background: linear-gradient(180deg, #0a2c5e 0%, #123f84 100%);/ */
  background: linear-gradient(90deg, #3e0341, #d63384);
  color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(10, 44, 94, 0.25);
  position: sticky;
  top: 20px;
}

.doctor-title h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.doctor-title h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.doctor-details p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #e6eefb;
}

.event-details {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.event-details p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.7;
}

.limited-seat {
  color: #ffd166;
  font-weight: 700;
}

.footer-note {
  margin-top: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.footer-note p {
  margin: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
}

.register-btn-wrap {
  margin-top: 25px;
}

.register-btn {
  display: inline-block;
  background: #ffffff;
  color: #0a2c5e;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.register-btn:hover {
  background: #ffd166;
  color: #0a2c5e;
}

@media (max-width: 991px) {
  .laser-masterclass-box {
    padding: 25px;
  }

  .masterclass-info-card {
    margin-top: 30px;
    position: relative;
    top: 0;
  }

  .doctor-title h3 {
    font-size: 24px;
  }

  .laser-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .laser-masterclass-box {
    padding: 20px;
    border-radius: 15px;
  }

  .event-badge {
    font-size: 16px;
    padding: 10px 16px;
  }

  .doctor-title h3 {
    font-size: 22px;
  }

  .disease-box h4 {
    font-size: 20px;
  }
}