
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#content-block-30 {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  color: var(--cb30-text-color, #343a40);
  z-index: 1;
}
#content-block-30.bg-image-mode {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#content-block-30.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb30-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-30 .hero-content-wrapper {
  position: relative;
  z-index: 2;
}
#content-block-30 .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
#content-block-30 .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: inherit;
  opacity: 0.9;
  font-weight: 300;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn {
  margin: 0.5rem 0.75rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
#content-block-30 .hero-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn i {
  margin-right: 0.6rem;
}
#content-block-30 .text-align-center {
  text-align: center;
}
#content-block-30 .text-align-left {
  text-align: left;
}
#content-block-30 .text-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  #content-block-30 {
    padding: 6rem 0;
  }
  #content-block-30 .hero-title {
    font-size: 2.5rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #content-block-30 {
    padding: 5rem 0;
    background-attachment: scroll;
  }
  #content-block-30 .hero-title {
    font-size: 2rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1rem;
  }
  #content-block-30 .hero-buttons .btn {
    display: block;
    width: 85%;
    max-width: 280px;
    margin: 1rem auto;
    padding: 0.7rem 1.5rem;
  }
  #content-block-30 .text-align-left,
  #content-block-30 .text-align-right {
    text-align: center;
  }
  #content-block-30 .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}



#team-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-1 .team-member-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 1.5rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#team-1 .team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#team-1 .member-image {
  position: relative;
  margin-bottom: 1.5rem;
}
#team-1 .member-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#team-1 .member-info {
  padding: 0 1rem;
  flex-grow: 1;
}
#team-1 .member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-1 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1rem;
}
#team-1 .member-social-links {
  margin-top: auto;
  padding-top: 1rem;
}
#team-1 .member-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.4rem;
  font-size: 1.1rem;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1;
}
#team-1 .member-social-links a:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  #team-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-1 .section-title {
    font-size: 2.1rem;
  }
  #team-1 .member-name {
    font-size: 1.1rem;
  }
}



#text-block-27 {
  color: var(--text-color, #343a40);
}
#text-block-27 .text-segment {
  padding: 60px 0;
  transition: background-color 0.3s ease;
}
/* #text-block-27 .text-segment:not(:first-child) {
    border-top: 1px solid #e9ecef;
} */
#text-block-27 .container {
  max-width: 900px;
}
#text-block-27 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
  padding-top: 80px;
  background-color: var(--segment-bg-color-1, #ffffff);
}
#text-block-27 .segment-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-27 .segment-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-27 .segment-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-27 .text-segment {
    padding: 50px 0;
  }
  #text-block-27 .section-title-main {
    font-size: 2rem;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  #text-block-27 .segment-heading {
    font-size: 1.6rem;
  }
  #text-block-27 .segment-paragraph {
    font-size: 1rem;
  }
}


