.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#04182F;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:2em;}.elementor-kit-5 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Dikey Scroll için Container Ayarları */
.vertical-loop-grid {
  max-height: 800px; /* İstediğiniz yüksekliği ayarlayın */
  overflow-y: hidden; /* Scroll bar'ı gizle */
  position: relative;
}

/* Animasyonlu Kart Akışı */
.vertical-loop-grid .elementor-loop-container {
  display: flex;
  flex-direction: column;
  animation: scrollUp 30s linear infinite;
  gap: 20px; /* Kartlar arası boşluk */
}

/* Animasyon Tanımı */
@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%); /* Kartların yarısı kadar yukarı çık */
  }
}

/* Hover'da Animasyonu Durdur */
.vertical-loop-grid:hover .elementor-loop-container {
  animation-play-state: paused;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .vertical-loop-grid {
    max-height: 500px; /* Mobilde daha kısa */
  }
}/* End custom CSS */