/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/


.terms-setion {
  height: 700px !important;
  overflow-y: auto !important;
  overflow-x: hidden!important;
  box-shadow: 0px -7px 16.1px -5px rgba(0, 0, 0, 0.13) inset;
  padding: 15px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #344C9E #f1f1f1;
}

/* Chrome, Edge, Safari */
.terms-setion::-webkit-scrollbar {
  width: 8px;
}

.terms-setion::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.terms-setion::-webkit-scrollbar-thumb {
  background: #344C9E;
  border-radius: 10px;
}

.terms-setion::-webkit-scrollbar-thumb:hover {
  background: #2b3f85; /* slightly darker for hover */
}
.table-content h2 {
  cursor: pointer;
}

.table-content h2.active {
  color: #344C9E;
}