.elementor-7462 .elementor-element.elementor-element-2888c66{--display:flex;}.elementor-7462 .elementor-element.elementor-element-d678852{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-552ede5 *//* Container for horizontal scroll on mobile */
.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Styling the table itself */
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  text-align: center;
  background-color: #1c1c1c; /* Dark background */
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Header style */
.responsive-table thead {
  background-color: #2cae96; /* Accent green */
  color: #ffffff;
}

.responsive-table th, .responsive-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #333;
}

/* Highlight first column */
.responsive-table td:first-child {
  font-weight: 600;
  text-align: left;
}

/* Zebra striping */
.responsive-table tbody tr:nth-child(even) {
  background-color: #2a2a2a;
}

/* Optional: rounded corners */
.responsive-table table {
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS *//* General Typography */
.elementor-widget-container {
  color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  font-size: 17px;
}

/* Headings */
 h2, h3, h4 {
  color: #ffffff;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2cae96; /* Accent green */
  padding-bottom: 5px;
}

h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Paragraphs */
p {
  margin-bottom: 20px;
  color: #dddddd;
}

/* Lists */
ul {
  margin-left: 20px;
  color: #cccccc;
}




/* Buttons */
a.button, .elementor-button {
  background-color: #2cae96;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.3s ease;
}

a.button:hover, .elementor-button:hover {
  background-color: #239c85;
  color: #ffffff;
}

/* CTA Box */
.cta-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #2cae96;
  padding: 25px;
  margin-top: 40px;
  text-align: center;
  border-radius: 12px;
}

.cta-box h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.cta-box .elementor-button {
  margin: 10px 10px 0 10px;
}

/* FAQ Section */
.faq-section {
  background: #1a1a1a;
  border-left: 4px solid #2cae96;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.faq-section h4 {
  color: #2cae96;
  font-size: 20px;
  margin-bottom: 10px;
}

.faq-section p {
  color: #cccccc;
  margin-bottom: 0;
}

/* Responsive Table */
.table-responsive {
  overflow-x: auto;
  background-color: #121212;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  color: #f0f0f0;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #333;
  padding: 12px;
  text-align: left;
}

.responsive-table th {
  background-color: #2cae96;
  color: #000;
}

/* Links */
a {
  color: #2cae96;
  text-decoration: underline;
}

a:hover {
  color: #23c6a0;
}

/* Section Spacing */
.elementor-section {
  padding-top: 60px;
  padding-bottom: 60px;
}/* End custom CSS */