/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


.fl-content-slider-wrapper {
    overflow: hidden !important; /* Taşmaları gizle */
    position: relative !important;
    display: flex !important; /* Slaytların yan yana düzgün dizilmesi */
  }
  
  .fl-slide {
    float: left;
    list-style: none;
    position: relative;
    flex-shrink: 0; /* Slayt genişliklerini sabit tut */
  }
  