
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#faq-3 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-3 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-3 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-3 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-3 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-3 .accordion-button {
  background-color: #e2e6ea;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-3 .accordion-button:hover {
  background-color: #d6d8db;
}
#faq-3 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#contact-24 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#contact-24 .section-title-container {
  margin-bottom: 30px;
}
#contact-24 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-steps-indicator {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding: 15px 0;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-step {
  display: flex;
  align-items: center;
  color: #adb5bd;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}
#contact-24 .progress-step:not(:last-child)::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #dee2e6;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#contact-24 .progress-step .step-number {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #adb5bd;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
#contact-24 .progress-step .step-name {
  transition: color 0.3s ease;
}
#contact-24 .progress-step.active {
  color: #0d6efd;
}
#contact-24 .progress-step.active .step-number {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}
#contact-24 .progress-step.active:not(:last-child)::after {
  background-color: #0d6efd;
}
#contact-24 .contact-form-container {
  background-color: #ffffff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .form-current-step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
}
#contact-24 .form-label {
  font-weight: 500;
}
#contact-24 .form-control {
  border-radius: 5px;
}
#contact-24 .btn-submit-stepform {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
}
#contact-24 .form-footer-text {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #contact-24 .progress-steps-indicator {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    padding: 15px;
  }
  #contact-24 .progress-step {
    margin-bottom: 10px;
    width: 100%;
  }
  #contact-24 .progress-step:not(:last-child)::after {
    display: none;
  }
  #contact-24 .contact-form-container {
    padding: 25px;
  }
  #contact-24 .form-current-step-title {
    font-size: 1.5rem;
  }
}



#customer-support-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff;
  background: #007bff;
  overflow: hidden;
}
#customer-support-11 .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
#customer-support-11 .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
#customer-support-11 .section-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
#customer-support-11 .cta-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
}
#customer-support-11 .cta-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#customer-support-11 .cta-icon i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  opacity: 0.9;
}
#customer-support-11 .cta-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
#customer-support-11 .cta-text {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#customer-support-11 .btn-cta {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  margin-top: auto;
  width: 80%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-11 .btn-cta.btn-light {
  color: #0056b3;
}
#customer-support-11 .btn-cta.btn-light:hover {
  background-color: #f8f9fa;
  color: #003d80;
}
@media (max-width: 991.98px) {
  #customer-support-11 .cta-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-11 .section-header {
    margin-bottom: 3rem;
  }
  #customer-support-11 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-11 .section-subtitle {
    font-size: 1.1rem;
  }
  #customer-support-11 .cta-card {
    padding: 1.5rem;
  }
  #customer-support-11 .btn-cta {
    width: 90%;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


