
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#terms-conditions-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#terms-conditions-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#terms-conditions-6 .content-wrapper {
  display: flex;
  gap: 30px;
}
#terms-conditions-6 .sidebar-nav {
  flex: 1;
  border-right: 1px solid #ddd;
}
#terms-conditions-6 .sidebar-nav ul {
  list-style: none;
  padding: 0;
}
#terms-conditions-6 .sidebar-nav ul li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
#terms-conditions-6 .sidebar-nav ul li:hover,
#terms-conditions-6 .sidebar-nav ul li.active {
  background: #f8f9fa;
}
#terms-conditions-6 .main-content {
  flex: 3;
  padding-left: 20px;
}
#terms-conditions-6 .main-content .terms-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #terms-conditions-6 .content-wrapper {
    flex-direction: column;
  }
  #terms-conditions-6 .sidebar-nav {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  #terms-conditions-6 .main-content {
    padding-left: 0;
  }
}



#policy-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#policy-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#policy-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-1 .section-hero p {
  font-size: 1.1rem;
}
#policy-1 .policy-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
@media (max-width: 576px) {
  #policy-1 .policy-content {
    padding: 20px;
  }
}



#text-block-7 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
  overflow: hidden;
}
#text-block-7 .container {
  max-width: 1140px;
}
#text-block-7 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-7 .text-heading {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
  line-height: 1.3;
}
#text-block-7 .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-7 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-7 .side-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #text-block-7 .text-heading {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-7 {
    padding: 50px 0;
  }
  #text-block-7 .text-heading {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  #text-block-7 .side-image {
    margin-top: 30px;
  }
  #text-block-7 .text-paragraph {
    font-size: 0.95rem;
  }
}


