
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#faq-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#contact-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
#contact-18 .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#contact-18 .container {
  position: relative;
  z-index: 2;
}
#contact-18 .banner-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-18 .banner-main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#contact-18 .banner-main-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.9;
}
#contact-18 .btn-cta-banner {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#contact-18 .btn-cta-banner:hover {
  background-color: #ffffff;
  color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#contact-18 .secondary-contact-display {
  margin-top: 25px;
  font-size: 1rem;
  opacity: 0.85;
}
#contact-18 .secondary-contact-display i {
  margin-right: 8px;
}
#contact-18.no-bg-image {
  background-color: #2c3e50;
}



#customer-support-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#customer-support-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-19 .testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-19 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-19 .testimonial-quote {
  font-style: italic;
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
  flex-grow: 1;
}
#customer-support-19 .testimonial-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.8rem;
  color: var(--bs-primary);
  opacity: 0.3;
}
#customer-support-19 .testimonial-author-info {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
#customer-support-19 .author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
}
#customer-support-19 .author-image .placeholder-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #e9ecef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#customer-support-19 .author-image .placeholder-icon i {
  font-size: 1.5rem;
  color: #adb5bd;
}
#customer-support-19 .author-details {
  flex-grow: 1;
}
#customer-support-19 .author-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #343a40;
}
#customer-support-19 .author-role {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
}
#customer-support-19 .rating-stars {
  color: #ffc107;
  font-size: 0.9rem;
}
#customer-support-19 .rating-stars .fa-regular {
  color: #ced4da;
}
#customer-support-19 .cta-wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  #customer-support-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-19 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-19 .testimonial-card {
    padding: 1.5rem;
  }
  #customer-support-19 .testimonial-quote {
    font-size: 1rem;
  }
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}


