.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#656E79;--e-global-color-text:#FFFAFA;--e-global-color-accent:#FA0404;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans Syloti Nagri";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:00px;}.elementor-element{--widgets-spacing:00px 00px;--widgets-spacing-row:00px;--widgets-spacing-column:00px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
  #typed-text {
    color: #0073aa;
    font-weight: bold;
    border-right: 2px solid #0073aa;
    padding-right: 5px;
  }
</style>

/* === Blog Post Typography Fix: Scoped Safely === */

/* Scope it only inside the Elementor content area */
.single-post .elementor-container,
.single-post .elementor-widget-container {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

/* Paragraph and list */
.single-post .elementor-container p,
.single-post .elementor-container li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  color: #ffffff !important;
}

/* Headings */
.single-post .elementor-container h2,
.single-post .elementor-container h3 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600;
  color: #ffffff !important;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Accent: links, strong, etc. */
.single-post .elementor-container a,
.single-post .elementor-container strong,
.single-post .elementor-container .accent {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px !important;
  color: #e60023 !important;
  font-weight: 500;
  text-decoration: none;
}

.single-post .elementor-container a:hover {
  text-decoration: underline;
}

/* Don't globally reset everything anymore */

.sticky-column
.elementor-widget-wrap {
display: block
!important;
}

.elementor-post__thumbnail {
  aspect-ratio: 16 / 9;   /* or try 4 / 3, 3 / 2 depending on your design */
  overflow: hidden;
  display: block;
}

.elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.elementor-post__thumbnail img {
  opacity: 0;
  animation: fadeInImage 1s ease-in-out forwards;
  animation-delay: 0.2s;
}

@keyframes fadeInImage {
  to {
    opacity: 1;
  }
}/* End custom CSS */