.elementor-37 .elementor-element.elementor-element-3448eb7d{--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;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-page-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-37 .elementor-element.elementor-element-28399099 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:700;color:#000000;}.elementor-37 .elementor-element.elementor-element-38b1e0ae{--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-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 );}/* Start custom CSS *//* Reset counter at start */
.elementor-widget-theme-post-content {
  counter-reset: section;
}

/* Target all H2s in post content */
.elementor-widget-theme-post-content h2 {
  counter-increment: section;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  position: relative;
  margin: 40px 0 20px;
  padding-left: 0;
  border-bottom: 1px solid #000;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: black;
}

/* Number box */
.elementor-widget-theme-post-content h2::before {
  content: counter(section);
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

/* Other headings */
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: black;
}

/* Body text */
body {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
}
h1, p, ul, ol {
  color: black;
}

/* Responsive: Reduce font sizes for mobile (Elementor breakpoint 767px) */
@media (max-width: 767px) {
  .elementor-widget-theme-post-content h2 {
    font-size: 24px;
  }
  .elementor-widget-theme-post-content h3,
  .elementor-widget-theme-post-content h4,
  .elementor-widget-theme-post-content h5,
  .elementor-widget-theme-post-content h6 {
    font-size: 20px;
  }
  body {
    font-size: 20px;
  }
}

/* Modern styled blockquote */
.wp-block-quote.wp-block-quote-is-layout-flow {
  background: linear-gradient(to right, #3498DB 6px, #ECF0F1 6px); /* First 8px red, rest light grey */
  padding: 24px;
  width: 100%;
  margin: 24px 0;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2); /* subtle bottom shadow */
  border: none;
}

/* Anchor (link) styling inside blockquote */
.wp-block-quote.wp-block-quote-is-layout-flow a {
  color: #3498DB;
  font-weight: 600;
  text-decoration:none;
  border-bottom: 2px solid #3498DB;
    font-size: 18px;

}

/* Text inside quote */
.wp-block-quote.wp-block-quote-is-layout-flow p {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.6;
}


a{
    color:#3498DB;
}

a:hover{
    color:rgba(0,0,0,0.8);
}/* End custom CSS */