.elementor-573 .elementor-element.elementor-element-5b3326d{--display:flex;--min-height:150px;--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;}.elementor-573 .elementor-element.elementor-element-25718f5{--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;}.elementor-573 .elementor-element.elementor-element-36cfcbd{--grid-columns:3;}.elementor-573 .elementor-element.elementor-element-36cfcbd .elementor-loop-container{grid-auto-rows:1fr;}.elementor-573 .elementor-element.elementor-element-36cfcbd .e-loop-item > .elementor-section, .elementor-573 .elementor-element.elementor-element-36cfcbd .e-loop-item > .elementor-section > .elementor-container, .elementor-573 .elementor-element.elementor-element-36cfcbd .e-loop-item > .e-con, .elementor-573 .elementor-element.elementor-element-36cfcbd .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-573 .elementor-element.elementor-element-36cfcbd{--grid-columns:2;}}@media(max-width:767px){.elementor-573 .elementor-element.elementor-element-36cfcbd{--grid-columns:1;}}/* Start custom CSS *//* BASE: arka planı taşıyan container */
.cat-images {
  position: relative;
  display: block;
  min-height: 320px;                  /* ihtiyaca göre yükselt */
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;   /* Elementor'un cover'ını ez */
  transition: background-size 5s ease-in-out !important;
  overflow: hidden;
}

/* HOVER: yakınlaştır (girerken ve çıkarken 5 sn) */
.cat-images:hover {
  background-size: 120% !important;
}

/* (İsteğe bağlı) İçteki link tam tıklanabilir olsun */
.cat-images {
  display: block;
  height: 100%;
}/* End custom CSS */