.elementor-256 .elementor-element.elementor-element-88ab1dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-256 .elementor-element.elementor-element-4497955{--display:flex;}.elementor-256 .elementor-element.elementor-element-afa8006{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-256 .elementor-element.elementor-element-9096a81{--display:flex;}.elementor-256 .elementor-element.elementor-element-250fea2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6460ed8 *//* Container Scope to prevent theme overrides */
.el-blog-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #222222;
  line-height: 1.65;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0;
}

.el-category-badge {
  display: inline-block;
  background-color: #eef2ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.el-article-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 16px;
}

.el-article-lead {
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

.el-divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 32px 0;
}

.el-article-section {
  margin-bottom: 40px;
}

.el-article-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

/* Callout Box */
.el-callout-box {
  background: #f8fafc;
  border-left: 4px solid #4f46e5;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.el-callout-box h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #0f172a;
}

.el-callout-box ul {
  margin: 0;
  padding-left: 20px;
}

.el-callout-box li {
  margin-bottom: 8px;
  color: #334155;
}

/* Step Cards */
.el-step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.el-step-card-accent {
  border-color: #f59e0b;
  background: #fffbeb;
}

.el-step-num {
  font-size: 22px;
  font-weight: 800;
  color: #4f46e5;
  background: #eef2ff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.el-step-card-accent .el-step-num {
  color: #d97706;
  background: #fef3c7;
}

.el-step-content h3 {
  font-size: 18px;
  margin: 0 0 6px 0;
  color: #0f172a;
}

.el-step-content p {
  margin: 0 0 4px 0;
  color: #475569;
}

/* Blockquote */
.el-quote {
  font-size: 18px;
  font-style: italic;
  color: #334155;
  border-left: 4px solid #cbd5e1;
  padding-left: 20px;
  margin: 28px 0;
}

/* Grid Cards */
.el-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.el-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px;
}

.el-card h4 {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: #0f172a;
}

.el-card p {
  font-size: 14px;
  margin: 0;
  color: #64748b;
}

/* FAQ Styling */
.el-faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 0;
}

.el-faq-q {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.el-faq-a {
  font-size: 15px;
  color: #475569;
  margin: 0;
}

@media (max-width: 600px) {
  .el-article-title { font-size: 28px; }
  .el-step-card { flex-direction: column; gap: 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-482f578 */.el-table-wrapper {
  max-width: 820px;
  margin: 30px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.el-table-header {
  padding: 20px 24px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.el-table-header h3 {
  margin: 0 0 4px 0;
  font-size: 18px;
  color: #0f172a;
}

.el-table-header p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
}

.el-table-container {
  width: 100%;
  overflow-x: auto;
}

.el-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}

.el-data-table th {
  background: #ffffff;
  color: #475569;
  font-weight: 600;
  padding: 14px 20px;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.el-data-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

.el-data-table tbody tr:last-child td {
  border-bottom: none;
}

.el-data-table tbody tr:hover {
  background: #f8fafc;
}

/* Badges & Highlights */
.el-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.el-badge-success { background: #dcfce7; color: #15803d; }
.el-badge-neutral { background: #f1f5f9; color: #475569; }
.el-badge-warning { background: #fef3c7; color: #b45309; }

.el-highlight {
  font-weight: 600;
  color: #4f46e5;
}

/* Responsive Table layout for mobile screens */
@media (max-width: 640px) {
  .el-data-table thead {
    display: none;
  }
  
  .el-data-table, 
  .el-data-table tbody, 
  .el-data-table tr, 
  .el-data-table td {
    display: block;
    width: 100%;
  }

  .el-data-table tr {
    border-bottom: 2px solid #e2e8f0;
    padding: 10px 0;
  }

  .el-data-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #f1f5f9;
    text-align: right;
  }

  .el-data-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
    font-size: 13px;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27ca767 *//* Container Scope to prevent theme overrides */
.el-blog-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #222222;
  line-height: 1.65;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0;
}

.el-category-badge {
  display: inline-block;
  background-color: #eef2ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.el-article-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 16px;
}

.el-article-lead {
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

.el-divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 32px 0;
}

.el-article-section {
  margin-bottom: 40px;
}

.el-article-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

/* Callout Box */
.el-callout-box {
  background: #f8fafc;
  border-left: 4px solid #4f46e5;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.el-callout-box h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #0f172a;
}

.el-callout-box ul {
  margin: 0;
  padding-left: 20px;
}

.el-callout-box li {
  margin-bottom: 8px;
  color: #334155;
}

/* Step Cards */
.el-step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.el-step-card-accent {
  border-color: #f59e0b;
  background: #fffbeb;
}

.el-step-num {
  font-size: 22px;
  font-weight: 800;
  color: #4f46e5;
  background: #eef2ff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.el-step-card-accent .el-step-num {
  color: #d97706;
  background: #fef3c7;
}

.el-step-content h3 {
  font-size: 18px;
  margin: 0 0 6px 0;
  color: #0f172a;
}

.el-step-content p {
  margin: 0 0 4px 0;
  color: #475569;
}

/* Blockquote */
.el-quote {
  font-size: 18px;
  font-style: italic;
  color: #334155;
  border-left: 4px solid #cbd5e1;
  padding-left: 20px;
  margin: 28px 0;
}

/* Grid Cards */
.el-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.el-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px;
}

.el-card h4 {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: #0f172a;
}

.el-card p {
  font-size: 14px;
  margin: 0;
  color: #64748b;
}

/* FAQ Styling */
.el-faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 0;
}

.el-faq-q {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.el-faq-a {
  font-size: 15px;
  color: #475569;
  margin: 0;
}

@media (max-width: 600px) {
  .el-article-title { font-size: 28px; }
  .el-step-card { flex-direction: column; gap: 12px; }
}/* End custom CSS */