.elementor-469 .elementor-element.elementor-element-26d57a97{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-316d4773 */.insurance-comparison {
  margin: 2rem auto;
  max-width: 1000px;
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 12px;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

.comparison-table th {
  background: #004080;
  color: #fff;
  text-transform: uppercase;
  padding: 14px;
  font-size: 15px;
}

.comparison-table td {
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333;
}

.comparison-table tr:nth-child(even) {
  background: #f9f9f9;
}

.comparison-table tr:hover {
  background: #eef6ff;
  transition: background 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .comparison-table thead {
    display: none;
  }

  .comparison-table, 
  .comparison-table tbody, 
  .comparison-table tr, 
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table tr {
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .comparison-table td {
    padding: 12px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .comparison-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #004080;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
  }

  .comparison-table td:last-child {
    border-bottom: none;
  }
}
.cta-container {
  text-align: center;
  margin: 2rem 0;
}

.cta-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #004080; /* رنگ آبی تیره */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0059b3;
  border-color: #003366;
}/* End custom CSS */