
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#contact-26 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
#contact-26.no-bg-image {
  background-color: #2d3748;
}
#contact-26 .section-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contact-26 .container {
  position: relative;
  z-index: 2;
}
#contact-26 .section-title-container {
  margin-bottom: 40px;
}
#contact-26 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#contact-26 .section-main-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#contact-26 .contact-content-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#contact-26 .contact-details-block .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#contact-26 .contact-detail-entry {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#contact-26 .contact-detail-entry .detail-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#contact-26 .contact-detail-entry .detail-text .label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
}
#contact-26 .contact-detail-entry .detail-text .value,
#contact-26 .contact-detail-entry .detail-text .value a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
#contact-26 .contact-detail-entry .detail-text .value a:hover {
  text-decoration: underline;
  color: #0d6efd;
}
#contact-26 .social-proof-testimonial-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#contact-26 .social-proof-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffc107;
  text-align: center;
}
#contact-26 .testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
#contact-26 .testimonial-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #0d6efd;
  position: absolute;
  left: 0;
  top: 0;
}
#contact-26 .testimonial-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}
#contact-26 .testimonial-author cite {
  display: block;
  font-size: 0.85rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
#contact-26 .cta-button-area {
  margin-top: 30px;
  text-align: center;
}
#contact-26 .btn-contact-social-proof {
  padding: 12px 35px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 50px;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
  transition: all 0.3s ease;
}
#contact-26 .btn-contact-social-proof:hover {
  background-color: #e6ac00;
  border-color: #e6ac00;
  transform: scale(1.05);
}
#contact-26 .btn-contact-social-proof i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #contact-26 .section-main-title {
    font-size: 2.2rem;
  }
  #contact-26 .contact-content-wrapper {
    padding: 20px;
  }
}



#faq-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-27 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}



#cta-banner-20 {
  padding: 4.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-20 .container {
  max-width: 800px;
}
#cta-banner-20 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p:last-child {
  margin-bottom: 2.5rem;
}
#cta-banner-20 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
#cta-banner-20 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-20 {
    padding: 3.5rem 1rem;
  }
  #cta-banner-20 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-20 .cta-text p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  #cta-banner-20 .cta-text p:last-child {
    margin-bottom: 2rem;
  }
}


