.custom-banner-slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }

  /* Navigation Arrows */
  .banner-button-next,
  .banner-button-prev {
    color: white;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-pagination {
    bottom: 10px !important;
  }

  /* ✅ Mobile Responsive */
  @media (max-width: 768px) {
    .custom-banner-slider {
      height: 250px;
    }
  }

  @media (max-width: 480px) {
    .custom-banner-slider {
      height: 180px;
    }
  }



   /*.form-container {
      max-width: 600px;
      margin: auto;
      background: white;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    h2 {
      text-align: center;
      color: #2e2e73;
    }
    label {
      display: block;
      margin-top: 20px;
      font-weight: 600;
    }
    input, select, textarea {
      width: 100%;
      padding: 12px;
      margin-top: 8px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
    }
    button {
      margin-top: 25px;
      background-color: #4e54c8;
      color: white;
      padding: 12px 25px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 1rem;
      width: 100%;
    }
    button:hover {
      background-color: #3b40a0;
    }
    .note {
      text-align: center;
      margin-top: 20px;
      font-style: italic;
      color: #555;
    }

    .register-count {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2d6a4f;
}*/


.hero h1 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn-register {
  background-color: #c64023;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  background-color: #009e74;
  color: white;
}

.video-wrapper {
  position: relative;
  padding-bottom: 50.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }

  .text-content,
  .video-content {
    padding-bottom: 20px;
    text-align: center;
  }

  .hero h1 {
    font-size: 22px;
  }

  .btn-register {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.about-one__content__text {
    font-size: 16px;
    margin-bottom: 20px;
}

.about-one__list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.about-one__list li {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.about-one__list li i.icon-check {
    position: absolute;
    left: 0;
    color: #198754;
}



.dinah-info-card {
    max-width: 800px;
    margin: 60px auto;
    background:#209D2F;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.dinah-info-card h4 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.dinah-info-card a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.dinah-info-card a:hover {
    text-decoration: underline;
}

.dinah-info-card .social-links {
    margin-top: 20px;
}

.dinah-info-card .social-links span {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}

.dinah-info-card .social-links i {
    margin-right: 6px;
    font-size: 18px;
}

.dinah-info-card .fa-youtube { color: #FF0000; }
.dinah-info-card .fa-instagram { color: #C13584; }
.dinah-info-card .fa-facebook { color: #3b5998; }



.what-you-learn-section {
  background: #000;
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 28px;
  color: #2e7d32;
  margin-bottom: 30px;
  font-weight: 700;
}

.learn-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  text-align: left;
  max-width: 700px;
}

.learn-list li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffff;
  padding-left: 10px;
}

.learn-list i {
  color: #ffff;
  margin-right: 10px;
}

.learn-note {
  font-size: 16px;
  color: #fff;
  max-width: 700px;
  margin: 20px auto;
}

.cta-box {
  margin-top: 30px;
}

.cta-box h4 {
  font-size: 40px;
  color: #1b5e20;
  font-weight: bold;
}



.workshop-details-section {
  background-color: #f9fff8;
  padding: 50px 20px;
  border-radius: 12px;
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 28px;
  color: #2e7d32;
  font-weight: bold;
  margin-bottom: 25px;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 25px;
  text-align: left;
  max-width: 650px;
  font-size: 17px;
  color: #444;
}

.details-list li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.bonus-highlight {
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 10px;
  display: inline-block;
  max-width: 700px;
  margin: 0 auto;
}

.bonus-highlight span {
  font-weight: bold;
  color: #2e7d32;
}


.open-popup-btn {
  background-color: #e53935;         /* Red accent */
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.open-popup-btn:hover {
  background-color: #d32f2f;         /* Darker red on hover */
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}


  .awards-area {
  position: relative;
  padding: 100px px;
  background-color:green /* semi-transparent light grey */
  z-index: 1;
  overflow: hidden;
}

/* Background image layer */
.awards-area::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.ommagazine.com/wp-content/uploads/2023/06/The-Great-Outdoors-1-143.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.2; /* Adjust to make it subtle */
  z-index: -1;
}