
#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-30 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-30 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-30 .faq-testimonial-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  border-left: 5px solid #0d6efd;
}
#faq-30 .faq-testimonial-block:last-child {
  margin-bottom: 0;
}
#faq-30 .faq-question {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-30 .faq-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#faq-30 .faq-testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin: 0;
  padding: 1rem 0 0 0;
  border-top: 1px dashed #ced4da;
  position: relative;
}
#faq-30 .faq-testimonial blockquote::before {
  content: "\\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #adb5bd;
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
  top: 1rem;
  opacity: 0.5;
}
#faq-30 .faq-testimonial .blockquote-footer {
  font-size: 0.95rem;
  color: #555;
  font-style: normal;
  margin-top: 0.8rem;
}
#faq-30 .faq-testimonial .blockquote-footer cite {
  font-weight: 600;
}



#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;
}



#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-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


