
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#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;
  }
}



#faq-19 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-19 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-19 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-19 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}
#faq-19 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-19 .faq-item-icon {
  font-size: 1.2em;
  min-width: 30px;
  text-align: center;
  margin-right: 1rem;
  color: #0d6efd;
  opacity: 0.8;
}
#faq-19 .accordion-button:not(.collapsed) .faq-item-icon {
  opacity: 1;
}
#faq-19 .accordion-button::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%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;
}
#faq-19 .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='%230d6efd'%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);
}
#faq-19 .accordion-body {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-19 .accordion-body p:last-child {
  margin-bottom: 0;
}



#contact-12 {
  padding: 60px 0;
  background-color: #eef1f5;
  overflow: hidden;
}
#contact-12 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#contact-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3a4d6e;
  margin-bottom: 10px;
}
#contact-12 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 750px;
  margin: 0 auto;
}
#contact-12 .contact-form-main {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
#contact-12 .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3a4d6e;
}
#contact-12 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-12 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-12 .form-control:focus {
  border-color: #6c8bc7;
  box-shadow: 0 0 0 0.25rem rgba(108, 139, 199, 0.25);
}
#contact-12 .btn-submit-contact {
  background-color: #5a7bb4;
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-12 .btn-submit-contact:hover {
  background-color: #4a689a;
  transform: translateY(-2px);
}
#contact-12 .contact-sidebar {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 100%;
}
#contact-12 .sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #3a4d6e;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#contact-12 .sidebar-image {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 20px auto;
  opacity: 0.8;
}
#contact-12 .sidebar-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-12 .sidebar-info-list li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}
#contact-12 .sidebar-info-list li i {
  flex-shrink: 0;
  width: 25px;
  margin-right: 10px;
  color: #5a7bb4;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 2px;
}
#contact-12 .sidebar-info-list li .info-label {
  font-weight: 500;
  margin-right: 5px;
}
#contact-12 .sidebar-info-list li .info-value {
  color: #6c757d;
}
#contact-12 .sidebar-info-list li .info-value a {
  color: #5a7bb4;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-12 .sidebar-info-list li .info-value a:hover {
  color: #4a689a;
  text-decoration: underline;
}
#contact-12 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}
#contact-12 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-12 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-12 .contact-sidebar {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #contact-12 {
    padding: 40px 0;
  }
  #contact-12 .section-title {
    font-size: 2rem;
  }
  #contact-12 .contact-form-main {
    padding: 25px;
  }
  #contact-12 .contact-sidebar {
    padding: 20px;
  }
  #contact-12 .btn-submit-contact {
    width: 100%;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}


