.elementor-878 .elementor-element.elementor-element-4b7abe7{--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;border-style:double;--border-style:double;border-width:4px 4px 4px 4px;--border-top-width:4px;--border-right-width:4px;--border-bottom-width:4px;--border-left-width:4px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.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-878 .elementor-element.elementor-element-50b9d9e img{height:500px;}.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-878 .elementor-element.elementor-element-962e3c6{width:100%;max-width:100%;text-align:justify;}.elementor-878 .elementor-element.elementor-element-962e3c6 > .elementor-widget-container{background-color:transparent;padding:7px 7px 7px 7px;background-image:linear-gradient(180deg, #EA9800 0%, #FF8C00 100%);}.elementor-878 .elementor-element.elementor-element-962e3c6 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:23px;font-weight:600;color:#FFFFFF;}.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-878 .elementor-element.elementor-element-bc0000b.elementor-element{--align-self:stretch;}.elementor-878 .elementor-element.elementor-element-bc0000b{text-align:justify;color:#000000;}.elementor-878 .elementor-element.elementor-element-d5b68dc{--display:flex;}.elementor-878 .elementor-element.elementor-element-4766490{--spacer-size:50px;}.elementor-878 .elementor-element.elementor-element-66af647{--display:flex;}@media(max-width:767px){.elementor-878 .elementor-element.elementor-element-4b7abe7{--width:500px;}.elementor-878 .elementor-element.elementor-element-962e3c6 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-878 .elementor-element.elementor-element-962e3c6 .elementor-heading-title{font-size:15px;}}@media(min-width:768px){.elementor-878 .elementor-element.elementor-element-4b7abe7{--width:75%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-bc0000b *//* 🔶 Desktop Styles with Numbering */
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  counter-increment: heading-counter;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.3;
  color: white;
  background-image: linear-gradient(90deg, #EA9800, #FF8C00, #FFB84D);
  border: 1px solid #000;
  padding: 11px 11px 11px 40px; /* left space for number */
  text-align: left;
  position: relative;
  transition: background-image 0.3s ease;
  min-height: 10px;
  display: block;
}


/* 📱 Mobile View Styles */
@media screen and (max-width: 768px) {
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5,
  .heading h6 {
    font-size: 13px;
    padding: 10px 10px 10px 36px;
    line-height: 1.2;
    text-align: left;
  }
}/* End custom CSS */