
#policy-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#policy-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#policy-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#policy-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#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%;
  }
}


