.elementor-3843 .elementor-element.elementor-element-38e56f4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3843 .elementor-element.elementor-element-e257d10{--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-3843 .elementor-element.elementor-element-e257d10.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3843 .elementor-element.elementor-element-16cd10c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3843 .elementor-element.elementor-element-16cd10c{text-align:start;}.elementor-3843 .elementor-element.elementor-element-16cd10c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:500;text-transform:capitalize;font-style:normal;letter-spacing:-1.8px;color:#8B0101;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3843 .elementor-element.elementor-element-68bff07 a{color:#FF0000;}.elementor-widget-theme-post-featured-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-widget-theme-post-content{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-3843 .elementor-element.elementor-element-bda1045 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3843 .elementor-element.elementor-element-bda1045{text-align:left;color:#290000;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;word-spacing:0px;}.elementor-3843 .elementor-element.elementor-element-a7eee3f{--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-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3843 .elementor-element.elementor-element-4c7dc65 .elementor-toc__header-title{text-align:start;}.elementor-3843 .elementor-element.elementor-element-4c7dc65 .elementor-toc__header{flex-direction:row;}.elementor-3843 .elementor-element.elementor-element-4c7dc65{--item-text-hover-decoration:underline;}@media(min-width:768px){.elementor-3843 .elementor-element.elementor-element-e257d10{--width:68.078%;}.elementor-3843 .elementor-element.elementor-element-a7eee3f{--width:50%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-bda1045 */.blog-content h1 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 28px 0 14px;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 24px 0 12px;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 17px;
  line-height: 1.5;
  margin: 20px 0 10px;
  font-weight: 500;
}

.blog-content h5 {
  font-size: 15px;
  line-height: 1.5;
  margin: 16px 0 8px;
  font-weight: 500;
}

.blog-content h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 6px;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for table-of-contents, class: .elementor-element-4c7dc65 *//* ===============================
   ELEMENTOR STICKY TOC FIX
================================ */

/* Desktop only */
@media (min-width: 1025px) {
  .sticky-toc {
    position: sticky;
    top: 90px; /* adjust to your header height */
    z-index: 10;
    align-self: flex-start;
  }

  /* Force parent containers to allow sticky */
  .sticky-toc,
  .sticky-toc * {
    transform: none !important;
  }
}

/* Mobile: disable sticky */
@media (max-width: 1024px) {
  .sticky-toc {
    position: relative;
    top: auto;
  }
}/* End custom CSS */