
#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;
  }
}



#contact-4 {
  padding: 80px 0;
  background-color: #f9fafb;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-4 .sidebar {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 30px;
}
#contact-4 .sidebar h3 {
  margin-bottom: 15px;
  color: #333;
}
#contact-4 .sidebar p {
  margin-bottom: 10px;
  color: #555;
}
#contact-4 form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
}
#contact-4 form .btn-submit {
  background-color: #28a745;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
#contact-4 form .btn-submit:hover {
  background-color: #1e7e34;
}



#faq-15 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#faq-15 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-15 .faq-expand-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
#faq-15 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}
#faq-15 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-15 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #f0f7ff;
  border-bottom-color: transparent;
}
#faq-15 .faq-card-header button::after {
  content: "\\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 0.9em;
  color: #6c757d;
}
#faq-15 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  color: #0d6efd;
}
#faq-15 .faq-card-body-collapse .card-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-15 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#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-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;
  }
}


