
#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;
  }
}



#contact-25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
#contact-25 .section-title-container {
  margin-bottom: 45px;
}
#contact-25 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
}
#contact-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-25 .contact-form-main {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}
#contact-25 .form-block-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 25px;
}
#contact-25 .form-label {
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}
#contact-25 .form-control,
#contact-25 .form-select {
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
  border: 1px solid #d1d9e6;
}
#contact-25 .form-control:focus,
#contact-25 .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}
#contact-25 .checkbox-group-area {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fc;
  border-radius: 6px;
}
#contact-25 .checkbox-group-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 12px;
}
#contact-25 .form-check {
  margin-bottom: 8px;
}
#contact-25 .form-check-label {
  font-size: 0.9rem;
  color: #495057;
  cursor: pointer;
}
#contact-25 .form-check-input {
  cursor: pointer;
}
#contact-25 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#contact-25 .btn-submit-contact-multi {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}
#contact-25 .btn-submit-contact-multi:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  transform: translateY(-2px);
}
#contact-25 .contact-info-sidebar-content {
  background-color: #2d3748;
  color: #e2e8f0;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
#contact-25 .contact-info-sidebar-content .sidebar-block-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4a5568;
}
#contact-25 .contact-info-sidebar-content p {
  font-size: 0.95rem;
  margin-bottom: 12px;
  line-height: 1.7;
}
#contact-25 .contact-info-sidebar-content p i {
  color: #0d6efd;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
#contact-25 .contact-info-sidebar-content strong {
  color: #a0aec0;
}
@media (max-width: 991.98px) {
  #contact-25 .contact-info-sidebar-content {
    margin-top: 30px;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}


