.elementor-191 .elementor-element.elementor-element-638d86b{--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;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-191 .elementor-element.elementor-element-f6950f7{padding:0px 0px 0px 0px;}.elementor-191 .elementor-element.elementor-element-f6950f7 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-191 .elementor-element.elementor-element-f6950f7 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-191 .elementor-element.elementor-element-f6950f7 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;width:100%;max-width:100%;}.elementor-191 .elementor-element.elementor-element-f6950f7 .jet-listing-dynamic-image img{width:100%;max-width:100%;height:30vh;object-fit:cover;}.elementor-191 .elementor-element.elementor-element-f6950f7 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-widget-heading .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-191 .elementor-element.elementor-element-258f9f4{margin:-3px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-191 .elementor-element.elementor-element-258f9f4 .elementor-heading-title{font-family:"Hanken Grotesk", Sans-serif;font-size:29px;font-weight:500;color:var( --e-global-color-primary );}.jet-listing-item.single-jet-engine.elementor-page-191 > .elementor{width:445px;margin-left:auto;margin-right:auto;}/* Start custom CSS for jet-listing-dynamic-image, class: .elementor-element-f6950f7 *//* Image hover effect css */
.shiningEffect {
  position: relative;
  overflow: hidden;
}

.shiningEffect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none; /* Prevent interaction issues */
  transition: none;
  will-change: transform, opacity;
}

.shiningEffect:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
  opacity: 0;
}/* End custom CSS */