.elementor-2000 .elementor-element.elementor-element-97e6d0e .elementor-tab-title{background-color:#0F010F;}.elementor-2000 .elementor-element.elementor-element-97e6d0e .elementor-accordion-icon, .elementor-2000 .elementor-element.elementor-element-97e6d0e .elementor-accordion-title{color:#16CAC8;}.elementor-2000 .elementor-element.elementor-element-97e6d0e .elementor-accordion-icon svg{fill:#16CAC8;}.elementor-2000 .elementor-element.elementor-element-97e6d0e .elementor-tab-content{background-color:#0F010F;color:#FFFFFF;}/* Start custom CSS for accordion, class: .elementor-element-97e6d0e */.scrollcon {
  max-height: 50vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: hidden;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  border: 1px solid #ccc; /* Border style for the container */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar {
  width: 14px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: BLACK; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: #661EFF; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}/* End custom CSS */