.elementor-518 .elementor-element.elementor-element-bd255c9{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-518 .elementor-element.elementor-element-bd255c9.e-con{--align-self:center;}.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 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-518 .elementor-element.elementor-element-bd255c9{--width:60%;}}/* Start custom CSS for text-editor, class: .elementor-element-c9b8149 *//* ================================
   PREMIUM TEXT EDITOR STYLING
   ================================ */

.editor-content {
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.85;
  color: #1f2937;
  max-width: 900px;
}

/* Headings */
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
  font-weight: 700;
  color: #0f172a;
  margin: 2.2rem 0 1rem;
  letter-spacing: -0.3px;
}

.editor-content h1 {
  font-size: 2.4rem;
  border-left: 5px solid #0075FF;
  padding-left: 14px;
}

.editor-content h2 {
  font-size: 1.9rem;
}

.editor-content h3 {
  font-size: 1.45rem;
}

.editor-content h4 {
  font-size: 1.2rem;
  color: #334155;
}

/* Paragraph */
.editor-content p {
  margin-bottom: 1.3rem;
  color: #334155;
}

/* Links */
.editor-content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.editor-content a:hover {
  text-decoration: underline;
}

/* Lists */
.editor-content ul,
.editor-content ol {
  padding-left: 1.6rem;
  margin-bottom: 1.5rem;
}

.editor-content li {
  margin-bottom: 0.6rem;
}

/* Blockquote (Pro Look) */
.editor-content blockquote {
  background: #f8fafc;
  border-left: 5px solid #2563eb;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #475569;
}

/* Tables */
.editor-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.editor-content table th {
  background: #0f172a;
  color: #ffffff;
  padding: 14px;
  text-align: left;
  font-weight: 600;
}

.editor-content table td {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
}

/* Highlight Box (Important Info) */
.editor-content .info-box {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.editor-content .info-box h3 {
  color: #ffffff;
  margin-top: 0;
}

/* Code Block */
.editor-content pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.2rem;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
}

/* Images */
.editor-content img {
  max-width: 100%;
  border-radius: 14px;
  margin: 1.5rem 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Divider */
.editor-content hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #cbd5f5, transparent);
  margin: 3rem 0;
}
/* ================================
   PREMIUM TEXT EDITOR STYLING
   ================================ */

.editor-content {
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.85;
  color: #1f2937;
  max-width: 900px;
}

/* Headings */
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
  font-weight: 700;
  color: #0f172a;
  margin: 2.2rem 0 1rem;
  letter-spacing: -0.3px;
}

.editor-content h1 {
  font-size: 2.4rem;
  border-left: 5px solid #0075FF;
  padding-left: 14px;
}

.editor-content h2 {
  font-size: 1.9rem;
}

.editor-content h3 {
  font-size: 1.45rem;
}

.editor-content h4 {
  font-size: 1.2rem;
  color: #334155;
}

/* Paragraph */
.editor-content p {
  margin-bottom: 1.3rem;
  color: #334155;
}

/* Links */
.editor-content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.editor-content a:hover {
  text-decoration: underline;
}

/* Lists */
.editor-content ul,
.editor-content ol {
  padding-left: 1.6rem;
  margin-bottom: 1.5rem;
}

.editor-content li {
  margin-bottom: 0.6rem;
}

/* Blockquote (Pro Look) */
.editor-content blockquote {
  background: #f8fafc;
  border-left: 5px solid #2563eb;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #475569;
}

/* Tables */
.editor-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.editor-content table th {
  background: #0f172a;
  color: #ffffff;
  padding: 14px;
  text-align: left;
  font-weight: 600;
}

.editor-content table td {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
}

/* Highlight Box (Important Info) */
.editor-content .info-box {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.editor-content .info-box h3 {
  color: #ffffff;
  margin-top: 0;
}

/* Code Block */
.editor-content pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.2rem;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
}

/* Images */
.editor-content img {
  max-width: 100%;
  border-radius: 14px;
  margin: 1.5rem 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Divider */
.editor-content hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #cbd5f5, transparent);
  margin: 3rem 0;
}/* End custom CSS */