.elementor-7187 .elementor-element.elementor-element-6ff8063{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6e4a090 *//* 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;
}







/* General Section Styling */
.pricing-section {
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  text-align: center;
  padding: 40px 20px;
}

.pricing-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  border-bottom: 2px solid #2cae96;
  padding-bottom: 5px;
  display: inline-block;
}

.pricing-section p {
  color: #dddddd;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Table Wrapper with Horizontal Scroll */
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #1a1a1a;
  padding: 10px;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}

/* Table Styling */
.pricing-table {
  width: 100%;
  min-width: 600px; /* Ensures scrolling effect on smaller screens */
  border-collapse: collapse;
  color: #f0f0f0;
  text-align: left;
}

.pricing-table th {
  background-color: #2cae96;
  color: #000;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.pricing-table td {
  border: 1px solid #333;
  padding: 12px;
  white-space: nowrap;
}

/* Alternate Row Styling */
.pricing-table tr:nth-child(even) {
  background-color: #222;
}

/* Mobile Optimization */
@media screen and (max-width: 768px) {
  .table-container {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #2cae96 #1a1a1a;
  }

  .table-container::-webkit-scrollbar {
    height: 6px;
  }

  .table-container::-webkit-scrollbar-thumb {
    background: #2cae96;
    border-radius: 5px;
  }

  .table-container::-webkit-scrollbar-track {
    background: #1a1a1a;
  }
}

/* Small Note Below Table */
.note {
  font-size: 16px;
  color: #bbb;
  text-align: center;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS *//* General Article Styling */
.article-content {
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  line-height: 1.8;
  font-size: 17px;
}

/* Headings */
.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4 {
  color: #ffffff;
  font-weight: 700;
}

.article-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.article-content h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2cae96; /* Accent color */
  padding-bottom: 5px;
}

.article-content h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Paragraphs */
.article-content p {
  margin-bottom: 20px;
  color: #dddddd;
}

/* Lists */
.article-content ul {
  margin-left: 20px;
  color: #cccccc;
}

.article-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.article-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2cae96;
  font-size: 16px;
}

/* FAQ Section */
.faq-section {
  background: #1a1a1a;
  border-left: 4px solid #2cae96;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.faq-section h3 {
  color: #2cae96;
  font-size: 20px;
  margin-bottom: 10px;
}

.faq-section p {
  color: #cccccc;
  margin-bottom: 0;
}

/* Table Styling */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #1a1a1a;
  padding: 10px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  color: #f0f0f0;
  text-align: left;
}

.responsive-table th {
  background-color: #2cae96;
  color: #000;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.responsive-table td {
  border: 1px solid #333;
  padding: 12px;
}

.responsive-table tr:nth-child(even) {
  background-color: #222;
}

/* Mobile Optimization */
@media screen and (max-width: 768px) {
  .responsive-table, 
  .responsive-table thead, 
  .responsive-table tbody, 
  .responsive-table th, 
  .responsive-table td, 
  .responsive-table tr { 
    display: block; 
  }
  
  .responsive-table thead tr {
    display: none; /* Hide header on small screens */
  }
  
  .responsive-table tr {
    margin-bottom: 10px;
    border: 1px solid #2cae96;
    border-radius: 10px;
    padding: 10px;
  }
  
  .responsive-table td {
    position: relative;
    padding-left: 50%;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  
  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2cae96;
  }
}

/* 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;
}

/* Links */
.article-content a {
  color: #2cae96;
  text-decoration: underline;
}

.article-content a:hover {
  color: #23c6a0;
}

/* Section Spacing */
.article-content .elementor-section {
  padding-top: 60px;
  padding-bottom: 60px;
}/* End custom CSS */