
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#contact-13 {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-13 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#contact-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
#contact-13 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}
#contact-13 .department-card {
  background-color: #f8f9fa;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}
#contact-13 .department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#contact-13 .department-icon {
  font-size: 2.8rem;
  color: #c8a45d;
  margin-bottom: 20px;
}
#contact-13 .department-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-13 .department-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  flex-grow: 1;
}
#contact-13 .department-contact-btn {
  display: inline-block;
  background-color: #c8a45d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  margin-top: auto;
}
#contact-13 .department-contact-btn:hover {
  background-color: #ab8a4a;
}
#contact-13 .general-inquiry-section {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#contact-13 .general-inquiry-text {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 15px;
}
#contact-13 .general-inquiry-btn {
  display: inline-block;
  background-color: #5a7bb4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
#contact-13 .general-inquiry-btn:hover {
  background-color: #4a689a;
}
@media (max-width: 767.98px) {
  #contact-13 {
    padding: 40px 0;
  }
  #contact-13 .section-title {
    font-size: 2rem;
  }
  #contact-13 .department-card {
    padding: 25px 20px;
  }
  #contact-13 .department-icon {
    font-size: 2.5rem;
  }
  #contact-13 .department-title {
    font-size: 1.2rem;
  }
}



#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;
}



#customer-support-13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-13 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-13 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-13 .support-plan-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-13 .support-plan-card.highlight {
  border-color: var(--bs-primary);
  border-width: 2px;
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-primary-rgb), 0.15);
}
#customer-support-13 .plan-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#customer-support-13 .plan-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-13 .plan-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-13 .plan-description-header {
  font-size: 0.9rem;
  color: #6c757d;
  min-height: 40px;
}
#customer-support-13 .plan-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#customer-support-13 .plan-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#customer-support-13 .plan-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #495057;
  font-size: 0.95rem;
}
#customer-support-13 .plan-features li i {
  color: #20c997;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
#customer-support-13 .plan-footer {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  text-align: center;
  margin-top: auto;
}
#customer-support-13 .plan-footer .btn {
  width: 100%;
  padding: 0.7rem 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #customer-support-13 .plan-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-13 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-13 .section-subtitle {
    font-size: 1.1rem;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


