.elementor-662 .elementor-element.elementor-element-f3dbc86{--display:flex;--min-height:400px;--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;--justify-content:center;--background-transition:0.3s;--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:40px;--padding-right:40px;}.elementor-662 .elementor-element.elementor-element-f3dbc86:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-f3dbc86 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-662 .elementor-element.elementor-element-f3dbc86:hover{background-color:#243C1E;}.elementor-662 .elementor-element.elementor-element-2e10bbe > .elementor-widget-container{margin:0px -80px 0px -80px;}.elementor-662 .elementor-element.elementor-element-2e10bbe .jet-listing-dynamic-image{justify-content:center;}.elementor-662 .elementor-element.elementor-element-2e10bbe .jet-listing-dynamic-image__figure{align-items:center;}.elementor-662 .elementor-element.elementor-element-2e10bbe .jet-listing-dynamic-image a{display:flex;justify-content:center;width:350px;max-width:350px;}.elementor-662 .elementor-element.elementor-element-2e10bbe .jet-listing-dynamic-image img{width:350px;max-width:350px;height:250px;object-fit:contain;}.elementor-662 .elementor-element.elementor-element-2e10bbe .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-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-662 .elementor-element.elementor-element-fa83134{text-align:center;}.elementor-662 .elementor-element.elementor-element-fa83134 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;}.elementor-662 .elementor-element.elementor-element-78af013{--display:flex;--flex-direction:row-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-662 .elementor-element.elementor-element-8576b63{width:auto;max-width:auto;text-align:center;}.elementor-662 .elementor-element.elementor-element-8576b63 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-662 .elementor-element.elementor-element-8576b63 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:600;}.jet-listing-item.single-jet-engine.elementor-page-662 > .elementor{width:250px;margin-left:auto;margin-right:auto;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-f3dbc86 */.hover-scale-img {
  position: relative;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.hover-scale-img img {
  transition: transform 0.3s ease;
  transform-origin: center center;
  position: relative;
  z-index: 1;
}

.hover-scale-img:hover {
  background-color: #243C1E;
}

.hover-scale-img:hover img {
  transform: scale(1.1);
}

.hover-scale-img:hover h1,
.hover-scale-img:hover h2,
.hover-scale-img:hover h3,
.hover-scale-img:hover h4,
.hover-scale-img:hover h5,
.hover-scale-img:hover h6,
.hover-scale-img:hover p,
.hover-scale-img:hover span,
.hover-scale-img:hover a {
  color: #FFFFFF !important;
}/* End custom CSS */