.elementor-274 .elementor-element.elementor-element-51557db{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-274 .elementor-element.elementor-element-51557db.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(max-width:767px){.elementor-274 .elementor-element.elementor-element-51557db{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-274 .elementor-element.elementor-element-51557db{--width:60%;}}/* Start custom CSS for text-editor, class: .elementor-element-1bf7113 *//* ================================
   PREMIUM TEXT EDITOR STYLING
   ================================ */

.editor-content {
  width: 100%;
  max-width: 900px;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.85;
  color: #1f2937;
  box-sizing: border-box;
}


/* ================================
   GLOBAL BOX SIZING
   ================================ */

.editor-content *,
.editor-content *::before,
.editor-content *::after {
  box-sizing: border-box;
}


/* ================================
   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;
  line-height: 1.3;
}

.editor-content h1 {
  font-size: 2.4rem;
  border-left: 5px solid #0B0D27;
  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: 0 0 1.3rem;
  color: #334155;
}


/* ================================
   LINKS
   ================================ */

.editor-content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  overflow-wrap: break-word;
}

.editor-content a:hover {
  text-decoration: underline;
}


/* ================================
   LISTS
   ================================ */

.editor-content ul,
.editor-content ol {
  padding-left: 1.6rem;
  margin: 0 0 1.5rem;
}

.editor-content li {
  margin-bottom: 0.6rem;
}


/* ================================
   BLOCKQUOTE
   ================================ */

.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%;
  max-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;
}


/* ================================
   HORIZONTAL TABLE SCROLL
   ================================ */

.editor-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* ================================
   HIGHLIGHT BOX
   ================================ */

.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 {
  width: 100%;
  max-width: 100%;
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.2rem;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre;
}


/* ================================
   INLINE CODE
   ================================ */

.editor-content code {
  overflow-wrap: break-word;
}


/* ================================
   IMAGES
   ================================ */

.editor-content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  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;
}


/* =========================================================
   TABLET RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .editor-content {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }


  /* Headings */

  .editor-content h1 {
    font-size: 2.1rem;
    padding-left: 12px;
  }

  .editor-content h2 {
    font-size: 1.75rem;
  }

  .editor-content h3 {
    font-size: 1.35rem;
  }

  .editor-content h4 {
    font-size: 1.15rem;
  }


  /* Paragraph */

  .editor-content p {
    margin-bottom: 1.2rem;
  }


  /* Blockquote */

  .editor-content blockquote {
    padding: 1.1rem 1.3rem;
    margin: 1.7rem 0;
  }


  /* Tables */

  .editor-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .editor-content table th,
  .editor-content table td {
    padding: 12px;
    white-space: nowrap;
  }


  /* Info Box */

  .editor-content .info-box {
    padding: 1.3rem;
    margin: 1.7rem 0;
  }


  /* Images */

  .editor-content img {
    margin: 1.3rem 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .editor-content {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
  }


  /* =======================================================
     HEADINGS
  ======================================================= */

  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4 {
    line-height: 1.3 !important;
    letter-spacing: -0.2px !important;
  }


  .editor-content h1 {
    font-size: 1.9rem !important;
    margin: 1.8rem 0 0.9rem !important;
    padding-left: 11px !important;
    border-left-width: 4px !important;
  }


  .editor-content h2 {
    font-size: 1.6rem !important;
    margin: 1.8rem 0 0.9rem !important;
  }


  .editor-content h3 {
    font-size: 1.3rem !important;
    margin: 1.6rem 0 0.8rem !important;
  }


  .editor-content h4 {
    font-size: 1.1rem !important;
    margin: 1.5rem 0 0.7rem !important;
  }


  /* =======================================================
     PARAGRAPHS
  ======================================================= */

  .editor-content p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin-bottom: 1.15rem !important;
  }


  /* =======================================================
     LINKS
  ======================================================= */

  .editor-content a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }


  /* =======================================================
     LISTS
  ======================================================= */

  .editor-content ul,
  .editor-content ol {
    padding-left: 1.35rem !important;
    margin-bottom: 1.3rem !important;
  }


  .editor-content li {
    margin-bottom: 0.55rem !important;
    padding-left: 2px;
  }


  /* =======================================================
     BLOCKQUOTE
  ======================================================= */

  .editor-content blockquote {
    margin: 1.5rem 0 !important;
    padding: 1rem 1.1rem !important;
    border-left-width: 4px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }


  /* =======================================================
     TABLE
  ======================================================= */

  .editor-content table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0 !important;

    display: block !important;

    overflow-x: auto !important;

    -webkit-overflow-scrolling: touch !important;

    border-radius: 8px !important;
  }


  .editor-content table th,
  .editor-content table td {
    padding: 11px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }


  /* =======================================================
     INFO BOX
  ======================================================= */

  .editor-content .info-box {
    width: 100% !important;
    max-width: 100% !important;

    padding: 1.15rem !important;

    margin: 1.5rem 0 !important;

    border-radius: 10px !important;
  }


  .editor-content .info-box h3 {
    font-size: 1.2rem !important;
    margin-top: 0 !important;
  }


  /* =======================================================
     CODE
  ======================================================= */

  .editor-content pre {
    width: 100% !important;
    max-width: 100% !important;

    padding: 1rem !important;

    margin: 1.5rem 0 !important;

    border-radius: 9px !important;

    font-size: 13px !important;

    line-height: 1.55 !important;

    overflow-x: auto !important;

    -webkit-overflow-scrolling: touch !important;
  }


  .editor-content code {
    font-size: 13px;
  }


  /* =======================================================
     IMAGES
  ======================================================= */

  .editor-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 1.3rem 0 !important;

    border-radius: 10px !important;
  }


  /* =======================================================
     DIVIDER
  ======================================================= */

  .editor-content hr {
    margin: 2rem 0 !important;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .editor-content {
    font-size: 15.5px !important;
    line-height: 1.72 !important;
  }


  .editor-content h1 {
    font-size: 1.7rem !important;
    padding-left: 9px !important;
  }


  .editor-content h2 {
    font-size: 1.45rem !important;
  }


  .editor-content h3 {
    font-size: 1.2rem !important;
  }


  .editor-content h4 {
    font-size: 1.05rem !important;
  }


  .editor-content p {
    font-size: 15.5px !important;
  }


  .editor-content ul,
  .editor-content ol {
    padding-left: 1.2rem !important;
  }


  .editor-content blockquote {
    padding: 0.9rem 1rem !important;
    font-size: 14px !important;
  }


  .editor-content table th,
  .editor-content table td {
    padding: 9px !important;
    font-size: 13px !important;
  }


  .editor-content .info-box {
    padding: 1rem !important;
  }


  .editor-content pre {
    padding: 0.85rem !important;
    font-size: 12px !important;
  }

}/* End custom CSS */