
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#contact-2 {
  position: relative;
  background: url("{{ absolute_url($data['contact-2']['background_image']) }}")
    center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#contact-2 .overlay-content {
  position: relative;
  text-align: center;
  z-index: 1;
}
#contact-2 .overlay-content h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
#contact-2 .overlay-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#contact-2 .btn-overlay {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}
#contact-2 .btn-overlay:hover {
  background-color: #fff;
  color: #000;
}



#overview-11 {
  background-color: #fff;
  overflow: hidden;
}
#overview-11 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-11 .section-intro {
  margin-bottom: 2.5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-11 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-11 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 1rem;
}
#overview-11 .section-intro img {
  max-height: 80px;
  width: auto;
  margin-top: 1rem;
}
#overview-11 .multi-column-content {
  text-align: justify;
  line-height: 1.8;
  color: #343a40;
}
@media (min-width: 768px) {
  #overview-11 .multi-column-content {
    column-count: var(--column-count, 2);
    column-gap: 2.5rem;
  }
  #overview-11 .multi-column-content p,
  #overview-11 .multi-column-content strong,
  #overview-11 .multi-column-content br {
    break-inside: avoid;
  }
}
#overview-11 .multi-column-content p {
  margin-top: 0;
}
#overview-11 .multi-column-content strong {
  color: #000;
}



#call-to-action-9 {
  background-color: #f8f9fa;
  color: #333;
  padding: 60px 20px;
}
#call-to-action-9 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-9 .cta-icon {
  flex: 0 0 auto;
}
#call-to-action-9 .cta-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
#call-to-action-9 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-9 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-9 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-Action-9 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-9 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-9 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-9 .cta-text {
    text-align: center;
  }
}


