
#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;
  }
}



#content-block-4 {
  position: relative;
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
  text-align: center;
}
#content-block-4 .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#content-block-4 .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px;
}
#content-block-4 h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-4 p {
  font-size: 1.1rem;
  line-height: 1.8;
}



#team-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-17 .spotlight-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
#team-17 .spotlight-card:last-child {
  margin-bottom: 0;
}
#team-17 .spotlight-image {
  flex-shrink: 0;
  margin-right: 2.5rem;
}
#team-17 .spotlight-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#team-17 .spotlight-content {
  flex-grow: 1;
}
#team-17 .spotlight-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-17 .spotlight-role {
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#team-17 .spotlight-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--bs-primary);
}
#team-17 .spotlight-social-links a {
  display: inline-block;
  color: #6c757d;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-17 .spotlight-social-links a:last-child {
  margin-right: 0;
}
#team-17 .spotlight-social-links a:hover {
  color: var(--bs-primary);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  #team-17 .spotlight-image img {
    width: 160px;
    height: 160px;
  }
  #team-17 .spotlight-name {
    font-size: 1.6rem;
  }
  #team-17 .spotlight-quote {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #team-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-17 .section-title {
    font-size: 2.1rem;
  }
  #team-17 .spotlight-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  #team-17 .spotlight-image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #team-17 .spotlight-image img {
    width: 150px;
    height: 150px;
  }
  #team-17 .spotlight-quote {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  #team-17 .spotlight-social-links {
    margin-top: 1rem;
  }
}



#text-block-22 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #e9ecef);
}
#text-block-22 .container {
  max-width: 750px;
}
#text-block-22 .speech-bubble-box {
  position: relative;
  background-color: var(--bubble-bg-color, #ffffff);
  color: var(--bubble-text-color, #343a40);
  padding: 35px 40px;
  border-radius: var(--bubble-radius, 15px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#text-block-22 .speech-bubble-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#text-block-22 .speech-bubble-box.position-bottom-left::after {
  border-width: 15px 15px 0 0;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 30px;
}
#text-block-22 .speech-bubble-box.position-bottom-center::after {
  border-width: 15px 10px 0 10px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#text-block-22 .speech-bubble-box.position-bottom-right::after {
  border-width: 15px 0 0 15px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  right: 30px;
}
#text-block-22 .speech-bubble-box.position-top-left::after {
  border-width: 0 15px 15px 0;
  border-color: transparent var(--bubble-bg-color, #ffffff) transparent
    transparent;
  top: -15px;
  left: 30px;
}
#text-block-22 .text-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
}
#text-block-22 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  font-style: italic;
}
#text-block-22 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-22 .text-paragraph:first-of-type {
}
@media (max-width: 767.98px) {
  #text-block-22 {
    padding: 60px 0;
  }
  #text-block-22 .speech-bubble-box {
    padding: 30px 25px;
  }
  #text-block-22 .text-heading {
    font-size: 1.6rem;
  }
  #text-block-22 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-22 .speech-bubble-box::after {
  }
  #text-block-22 .speech-bubble-box.position-bottom-left::after,
  #text-block-22 .speech-bubble-box.position-top-left::after {
    left: 20px;
  }
  #text-block-22 .speech-bubble-box.position-bottom-right::after {
    right: 20px;
  }
}


