
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#content-block-12 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
#content-block-12 .quote-block {
  background: #f1f1f1;
  padding: 50px 30px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-style: italic;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-12 .quote-block .author {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}



#team-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#team-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-5 .t5-swiper-container {
  overflow: hidden;
  position: relative;
}
#team-5 .swiper-slide {
  height: auto;
  display: flex;
  padding-bottom: 1rem;
}
#team-5 .team-member-slide {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
}
#team-5 .member-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#team-5 .team-member-slide:hover .member-image img {
  transform: scale(1.05);
}
#team-5 .member-info {
  padding: 1.25rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-5 .member-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-5 .member-role {
  font-size: 0.85rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}
#team-5 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-5 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
  line-height: 1;
}
#team-5 .member-social-links a:hover {
  color: var(--bs-primary);
}
#team-5 .swiper-pagination-t5 {
  position: static;
  margin-top: 2.5rem;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#team-5 .swiper-button-next-t5,
#team-5 .swiper-button-prev-t5 {
  color: var(--bs-primary);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  top: 45%;
}
#team-5 .swiper-button-next-t5::after,
#team-5 .swiper-button-prev-t5::after {
  font-size: 1rem;
  font-weight: 900;
}
#team-5 .swiper-button-prev-t5 {
  left: 10px;
}
#team-5 .swiper-button-next-t5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #team-5 {
    padding-bottom: 5rem;
  }
  #team-5 .swiper-button-next-t5,
  #team-5 .swiper-button-prev-t5 {
    display: none;
  }
}



#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;
  }
}


