
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#customer-support-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-20 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-20 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
}
#customer-support-20 .contact-details-wrapper {
}
#customer-support-20 .detail-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#customer-support-20 .detail-block:last-child {
  margin-bottom: 0;
}
#customer-support-20 .detail-icon {
  flex-shrink: 0;
  width: 45px;
  margin-right: 1.5rem;
  text-align: center;
}
#customer-support-20 .detail-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#customer-support-20 .detail-content {
  flex-grow: 1;
}
#customer-support-20 .detail-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-20 .detail-text p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-20 .detail-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-20 .detail-text a:hover {
  text-decoration: underline;
}
#customer-support-20 .detail-text .label {
  font-weight: 500;
  color: #343a40;
  margin-right: 0.5rem;
}
#customer-support-20 .map-placeholder-wrapper {
  height: 100%;
  min-height: 350px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#customer-support-20 .map-placeholder-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
#customer-support-20 .map-placeholder-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #6c757d;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  #customer-support-20 .map-placeholder-wrapper {
    min-height: 300px;
  }
  #customer-support-20 .detail-icon {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-20 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-20 .map-placeholder-wrapper {
    margin-bottom: 2.5rem;
    min-height: 250px;
  }
}



#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}



#contact-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-30 .container {
  max-width: 800px;
}
#contact-30 .callout-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact-30 .callout-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}
#contact-30 .social-links-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#contact-30 .social-media-list-inline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
#contact-30 .social-media-list-inline li a {
  font-size: 1.8rem;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#contact-30 .social-media-list-inline li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
#contact-30 .newsletter-signup-area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#contact-30.light-text .newsletter-signup-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#contact-30 .newsletter-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#contact-30 .newsletter-form .form-control {
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  font-size: 0.95rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #333;
}
#contact-30 .newsletter-form .btn-newsletter {
  border-radius: 0 5px 5px 0;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.95rem;
}
#contact-30 .newsletter-form .btn-newsletter:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
#contact-30 .direct-contact-prompt {
  margin-top: 30px;
  font-size: 0.95rem;
}
#contact-30 .direct-contact-prompt a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
  opacity: 0.9;
}
#contact-30 .direct-contact-prompt a:hover {
  opacity: 1;
  text-decoration-thickness: 2px;
}
#contact-30 .direct-contact-prompt a i {
  margin-left: 5px;
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


