
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#awards-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-11 .certification-item {
  text-align: center;
  padding: 1.5rem;
}
#awards-11 .cert-icon {
  margin-bottom: 1.5rem;
}
#awards-11 .cert-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
}
#awards-11 .cert-area {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#awards-11 .cert-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#awards-11 .cert-details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-11 .cert-details-list li {
  margin-bottom: 0.25rem;
}
#awards-11 .cert-details-list li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5em;
  margin-right: 0.5rem;
  color: var(--bs-primary);
  opacity: 0.6;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #awards-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-11 .section-title {
    font-size: 2.1rem;
  }
  #awards-11 .certification-item {
    padding: 1rem;
  }
  #awards-11 .cert-area {
    font-size: 1.2rem;
  }
}



#press-mentions-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-14 .content-wrapper {
  display: flex;
  align-items: center;
}
#press-mentions-14 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#press-mentions-14 .logos-column {
  padding-left: 3rem;
}
#press-mentions-14 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-14 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-14 .logos-list-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  margin-bottom: 1.5rem;
}
#press-mentions-14 .logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
#press-mentions-14 .logo-item {
  text-align: center;
  flex: 0 0 calc(33.333% - 1.5rem);
  max-width: calc(33.333% - 1.5rem);
}
#press-mentions-14 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-14 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-14 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
@media (max-width: 991.98px) {
  #press-mentions-14 .logos-column {
    padding-left: 1.5rem;
  }
  #press-mentions-14 .section-title {
    font-size: 2rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 767.98px) {
  #press-mentions-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-14 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #press-mentions-14 .image-column img {
    max-width: 90%;
  }
  #press-mentions-14 .logos-column {
    padding-left: 0;
    text-align: center;
  }
  #press-mentions-14 .logos-list-title {
    margin-bottom: 2rem;
  }
  #press-mentions-14 .logos-grid {
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
@media (max-width: 575.98px) {
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}



#text-block-19 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-19 .container {
  max-width: 850px;
}
#text-block-19 .featured-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
#text-block-19 .content-below-image .featured-image-wrapper {
  margin-bottom: 0;
  margin-top: 40px;
}
#text-block-19 .featured-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-19 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-19 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-19 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-19 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-19 {
    padding: 60px 0;
  }
  #text-block-19 .text-heading {
    font-size: 2rem;
  }
  #text-block-19 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-19 .featured-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


