.elementor-671 .elementor-element.elementor-element-c74ae99{--display:flex;--min-height:230px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#4B525D33;--border-color:#4B525D33;--border-radius:20px 20px 20px 20px;--padding-top:30px;--padding-bottom:30px;--padding-left:12px;--padding-right:12px;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;width:100px;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image img{width:100px;height:100px;object-fit:fill;border-style:none;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-671 .elementor-element.elementor-element-6b6108f .jet-listing-dynamic-field__content{color:var( --e-global-color-secondary );font-size:16px;font-weight:400;text-align:center;}.elementor-671 .elementor-element.elementor-element-6b6108f .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-671 .elementor-element.elementor-element-6b6108f .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-671 .elementor-element.elementor-element-6b6108f .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-671 > .elementor{width:300px;margin-left:auto;margin-right:auto;}@media(max-width:767px){.elementor-671 .elementor-element.elementor-element-c74ae99{--min-height:148px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image a{width:64px;}.elementor-671 .elementor-element.elementor-element-0bcb723 .jet-listing-dynamic-image img{width:64px;height:64px;}.elementor-671 .elementor-element.elementor-element-6b6108f .jet-listing-dynamic-field__content{font-size:14px;}}/* Start custom CSS for container, class: .elementor-element-c74ae99 */.circle-movehover {
  position: relative;
  display: inline-block;
}

.circle-movehover::before {
  content: "";
  position: absolute;
  top: 30%; /* Center vertically */
  left: 60%; /* Center horizontally */
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: rgba(92, 13, 52, 0.3);
  transition: all 0.3s ease-in-out; }

.circle-movehover:hover::before {
  left: calc(50% - 20px); 
  transform: translate(-50%, -50%) scale(5.5); 
    background-color: #5b0d34;
}

.circle-movehover:hover .image-cont {
  filter: contrast(200%) brightness(200%) invert(100%);
  transition: filter 0.3s ease-in-out; 
}


.circle-movehover:hover .text-hover .jet-listing-dynamic-field__content{
    color:#fff;
     transition: color 0.3s ease-in-out; 
}/* End custom CSS */