
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#customer-support-3 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-3 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-3 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-3 .contact-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}
#customer-support-3 .contact-form {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#customer-support-3 .contact-form input,
#customer-support-3 .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
#customer-support-3 .contact-form button {
  width: 100%;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background: #007bff;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#customer-support-3 .contact-form button:hover {
  background: #0056b3;
}
#customer-support-3 .contact-info {
  flex: 1;
  text-align: left;
}
#customer-support-3 .contact-info div {
  margin-bottom: 20px;
}
#customer-support-3 .contact-info i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#customer-support-3 .social-links {
  margin-top: 20px;
}
#customer-support-3 .social-links a {
  font-size: 1.8rem;
  margin-right: 15px;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
#customer-support-3 .social-links a:hover {
  color: #0056b3;
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}



#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;
  }
}



#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;
  }
}


