html, body {
  -webkit-overflow-scrolling: touch; /* Ensures smooth inertia scroll on iOS */
}
.home .elementor-section.elementor-section-boxed > .elementor-container,
header .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
.ekit-tippy-image {
  height: 100px;
  width: auto;
}
html {
  scroll-behavior: smooth;
}
.heading-underline::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background-color: #000;
}
.hover-box-shadow .e-add-post-block:hover,
.hover-box-shadow .elementor-post:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.video-play-btn .e-add-post-image {
  position: relative;
}
.video-play-btn .e-add-post-image::before {
  content: "\f04b";
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 4px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgb(0 0 0 / 30%);
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .visible-on-mobile {
    display: none;
  }
}
img[data-lazyloaded]{
  opacity: 0;
}
img.litespeed-loaded{
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}