
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#awards-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-1 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  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;
}
#awards-1 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-1 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-1 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-1 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-1 .award-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  min-height: 44px;
}
#awards-1 .award-body {
  flex-grow: 1;
}
#awards-1 .award-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 50px;
}
#awards-1 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
#awards-1 .awarded-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-1 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #awards-1 .award-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-1 .section-title {
    font-size: 2.1rem;
  }
  #awards-1 .award-card {
    padding: 1.5rem;
  }
  #awards-1 .award-visual i {
    font-size: 2.5rem;
  }
  #awards-1 .award-visual img {
    max-height: 50px;
  }
}



#press-mentions-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-3 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
}
#press-mentions-3 .featured-mention-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
#press-mentions-3 .featured-quote {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #343a40;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#press-mentions-3 .featured-quote::before,
#press-mentions-3 .featured-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.5;
  position: absolute;
  line-height: 1;
}
#press-mentions-3 .featured-quote::before {
  top: -0.5rem;
  left: -1.5rem;
}
#press-mentions-3 .featured-quote::after {
  bottom: -1.5rem;
  right: -1.5rem;
}
#press-mentions-3 .featured-source {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#press-mentions-3 .featured-source-logo img {
  height: 50px;
  width: auto;
  max-width: 180px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-info {
  text-align: left;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
}
#press-mentions-3 .featured-article-date {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
}
#press-mentions-3 .featured-article-link {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  display: block;
}
#press-mentions-3 .featured-article-link:hover {
  text-decoration: underline;
}
#press-mentions-3 .additional-mentions-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-3 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#press-mentions-3 .logo-item {
  text-align: center;
  flex: 0 1 150px;
}
#press-mentions-3 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-3 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-3 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #press-mentions-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-3 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-3 .featured-mention-box {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  #press-mentions-3 .featured-quote {
    font-size: 1.2rem;
  }
  #press-mentions-3 .featured-quote::before,
  #press-mentions-3 .featured-quote::after {
    display: none;
  }
  #press-mentions-3 .featured-source {
    flex-direction: column;
  }
  #press-mentions-3 .featured-source-logo img {
    margin-right: 0;
    margin-bottom: 1rem;
    height: 40px;
  }
  #press-mentions-3 .featured-source-info {
    text-align: center;
  }
  #press-mentions-3 .logo-grid {
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-3 .logo-item {
    flex-basis: 100px;
  }
  #press-mentions-3 .logo-item img {
    max-height: 30px;
  }
}



#text-block-8 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
  position: relative;
  overflow: hidden;
}
#text-block-8::before {
  content: var(--quote-char, "“");
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 25rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(0, 123, 253, 0.06));
  z-index: 1;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
  font-weight: bold;
}
#text-block-8 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-8 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
}
#text-block-8 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
}
#text-block-8 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-8 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-8::before {
    font-size: 20rem;
    left: 2%;
  }
  #text-block-8 .text-heading {
    font-size: 2.2rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-8 {
    padding: 60px 0;
  }
  #text-block-8::before {
    font-size: 15rem;
    left: -5px;
    opacity: 0.8;
    top: 60%;
  }
  #text-block-8 .text-heading {
    font-size: 1.9rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-8::before {
    font-size: 12rem;
    top: 65%;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


