.carousel-control-next, .carousel-control-prev {
    width: 3%;
  
}

.bg-none {
    background-color: transparent !important;
    border:none !important;
}
.slider-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: background-color 0.3s ease;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}


  
  /* Light mode slider background */
  body:not(.dark) .slider-section {
    background: #f8f9fa;
  }
  
  /* Dark mode slider background */
  .dark .slider-section {
    background: #1a1a1a;
  }
.ozellik-icon-tip:before {
    content: "\2191" !important
}
.bb-1 {
    border-bottom: 1px solid #222222 !important;
}
.ozellik-kutu {
    padding: 10px 10px !important
}
.ozellik-icon{font-size:20px !important}

.slider-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
  
  .slider-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
  }
  
  .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
  }
  
  .slider-item.active {
    opacity: 1;
    transform: translateX(0);
  }
  
  .slider-item.prev {
    transform: translateX(-100%);
  }
  
  .slider-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
    transition: transform 0.8s ease;
  }
  
  .slider-item:hover .slider-image {
    transform: scale(1.05);
  }

   .py-5 {padding: 6rem  0 !important;}
  
  .slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 40px 30px 30px;
    transform: translateY(100%);
    transition: transform 0.6s ease;
  }
  
  .slider-item.active .slider-overlay {
    transform: translateY(0);
  }
  
  .slider-overlay h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  .slider-overlay p {
    font-size: 16px;
    margin: 0;
    color: #f0f0f0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  /* Slider Navigation Buttons */
  .slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
  }
  
  .slider-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .slider-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }
  
  .slider-btn:active {
    transform: scale(0.95);
  }
  
  /* Slider Indicators - GİZLİ */
  .slider-indicators {
    display: none !important; /* Dot noktaları gizliyoruz */
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .slider-wrapper {
      height: 100vh;
    }
    
    .slider-overlay {
      padding: 30px 20px 20px;
    }
    
    .slider-overlay h3 {
      font-size: 24px;
    }
    
    .slider-overlay p {
      font-size: 14px;
    }
    
    .slider-btn {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }
    
    .slider-nav {
      padding: 0 15px;
    }
  }
  
  @media (max-width: 480px) {
    .slider-wrapper {
      height: 100vh;
    }
    
    .slider-overlay {
      padding: 25px 15px 15px;
    }
    
    .slider-overlay h3 {
      font-size: 20px;
    }
    
    .slider-overlay p {
      font-size: 13px;
    }
    
    .slider-btn {
      width: 35px;
      height: 35px;
      font-size: 14px;
    }
    
    .slider-nav {
      padding: 0 10px;
    }
  }

  .bg-gri{background-color: #232323}

  /* ========================================
   GECE-GÜNDÜZ MODU GENEL SINIFLAR
   ======================================== */

  /* Metin renkleri */
  .gece-gunduz-baslik {
    color: #333333;
    transition: color 0.3s ease;
  }

  .dark .gece-gunduz-baslik {
    color: #ffffff;
  }

  .gece-gunduz-metin {
    color: #666666;
    transition: color 0.3s ease;
  }

  .dark .gece-gunduz-metin {
    color: #cccccc;
  }

  .gece-gunduz-aciklama {
    color: #888888;
    transition: color 0.3s ease;
  }

  .dark .gece-gunduz-aciklama {
    color: #aaaaaa;
  }

  /* Arka plan renkleri */
  .gece-gunduz-arkaplan {
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
  }

  .dark .gece-gunduz-arkaplan {
    background-color: #1a1a1a;
  }

  .gece-gunduz-kart {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }

  .dark .gece-gunduz-kart {
    background-color: #2d2d2d;
  }

  /* Kenarlık renkleri */
  .gece-gunduz-kenarlik {
    border-color: #e0e0e0;
    transition: border-color 0.3s ease;
  }

  .dark .gece-gunduz-kenarlik {
    border-color: #404040;
  }

  /* ========================================
   DARK-MODE GENEL SINIFLAR
   ======================================== */

  /* Metin renkleri */
  .dark-mode-baslik {
    color: #333333;
    transition: color 0.3s ease;
  }

  .dark .dark-mode-baslik {
    color: #ffffff;
  }

  .dark-mode-metin {
    color: #666666;
    transition: color 0.3s ease;
  }

  .dark .dark-mode-metin {
    color: #cccccc;
  }

  .dark-mode-aciklama {
    color: #888888;
    transition: color 0.3s ease;
  }

  .dark .dark-mode-aciklama {
    color: #aaaaaa;
  }

  /* Arka plan renkleri */
  .dark-mode-arkaplan {
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
  }

  .dark .dark-mode-arkaplan {
    background-color: #1a1a1a;
  }

  .dark-mode-kart {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }

  .dark .dark-mode-kart {
    background-color: #2d2d2d;
  }

  .dark-mode-section {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }

  .dark .dark-mode-section {
    background-color: #121212;
  }

  /* Farklı arka plan seçenekleri */
  .dark-mode-arkaplan-1 {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
  }

  .dark .dark-mode-arkaplan-1 {
    background-color: #0f0f0f;
  }

  .dark-mode-arkaplan-2 {
    background-color: #fafafa;
    transition: background-color 0.3s ease;
  }

  .dark .dark-mode-arkaplan-2 {
    background-color: #1f1f1f;
  }

  /* Kenarlık renkleri */
  .dark-mode-kenarlik {
    border-color: #e0e0e0;
    transition: border-color 0.3s ease;
  }

  .dark .dark-mode-kenarlik {
    border-color: #404040;
  }

  /* ========================================
   DARK MODE STYLES
   ======================================== */

  /* Kategoriler bölümü dark mode */
  .dark .portfolio {
    background-color: #1a1a1a !important;
  }

  .dark .section-header h2 {
    color: #ffffff !important;
  }

  .dark .portfolio-wrap {
    background-color: #2d2d2d;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .dark .portfolio-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.1);
  }

  .dark .portfolio-info {
    background: rgba(45, 45, 45, 0.8) !important;
    color: #ffffff;
  }

  .dark .portfolio-info h4 {
    color: #ffffff !important;
  }

  /* Portfolio overlay styles for semi-transparent category names */
  .portfolio-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .portfolio-wrap:hover {
    transform: translateY(-5px);
  }

  .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    text-align: center;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  .portfolio-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
  }

  /* Dark mode portfolio overlay */
  .dark .portfolio-info {
    background: rgba(26, 26, 26, 0.8) !important;
  }

  .dark .portfolio-wrap:hover .portfolio-info {
    background: rgba(45, 45, 45, 0.9) !important;
  }

  /* Light mode portfolio overlay */
  body:not(.dark) .portfolio-info {
    background: #fff !important;
  }

  /* Öne çıkanlar bölümü dark mode */
  .dark .products-slider-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
  }

  .dark .section-title {
    color: #ffffff !important;
  }

  .dark .product-card {
    background: #2d2d2d !important;
    border: 1px solid #404040;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .dark .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
    border-color: #555555;
  }

  .dark .product-overlay h3 {
    color: #ffffff !important;
  }

  .dark .product-overlay p {
    color: #cccccc !important;
  }

  .dark .slider-btn {
    background: rgba(45, 45, 45, 0.9) !important;
    color: #ffffff !important;
    border: 1px solid #555555;
  }

  .dark .slider-btn:hover {
    background: rgba(60, 60, 60, 1) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
  }

  /* ========================================
   MODÜLER BÖLÜM RENK SİSTEMİ
   ======================================== */

  /* BÖLÜM-1 CLASS'I - TEK HANELİ RENKLER */
  /* Karanlık Mod */
  .dark .bolum-1 {
    background: #000 !important;
  }

  .dark .bolum-1 h1,
  .dark .bolum-1 h2,
  .dark .bolum-1 h3,
  .dark .bolum-1 h4,
  .dark .bolum-1 h5,
  .dark .bolum-1 h6 {
    color: #ffffff !important;
  }

  .dark .bolum-1 p,
  .dark .bolum-1 span,
  .dark .bolum-1 div {
    color: #cccccc !important;
  }

  .dark .bolum-1 .btn,
  .dark .bolum-1 button {
    background: #333333;
    color: #ffffff !important;
    border: 1px solid #555555;
  }

  .dark .bolum-1 .btn:hover,
  .dark .bolum-1 button:hover {
    background: #555555 ;
    color: #ffffff !important;
  }

  /* Aydınlık Mod */
  body:not(.dark) .bolum-1 {
    background: #fff !important;
  }

  body:not(.dark) .bolum-1 h1,
  body:not(.dark) .bolum-1 h2,
  body:not(.dark) .bolum-1 h3,
  body:not(.dark) .bolum-1 h4,
  body:not(.dark) .bolum-1 h5,
  body:not(.dark) .bolum-1 h6 {
    color: #333333 !important;
  }

  body:not(.dark) .bolum-1 p,
  body:not(.dark) .bolum-1 span,
  body:not(.dark) .bolum-1 div {
    color: #666666 !important;
  }

  body:not(.dark) .bolum-1 .btn,
  body:not(.dark) .bolum-1 button {
    background: #f8f9fa ;
    color: #333333 !important;
    border: 1px solid #dee2e6 ;
  }

  body:not(.dark) .bolum-1 .btn:hover,
  body:not(.dark) .bolum-1 button:hover {
    background: #e9ecef ;
    color: #333333 !important;
  }

  /* BÖLÜM-2 CLASS'I - ÇİFT HANELİ RENKLER */
  /* Karanlık Mod */
  .dark .bolum-2 {
    background: #111 !important;
  }

  .dark .bolum-2 h1,
  .dark .bolum-2 h2,
  .dark .bolum-2 h3,
  .dark .bolum-2 h4,
  .dark .bolum-2 h5,
  .dark .bolum-2 h6 {
    color: #ffffff !important;
  }

  .dark .bolum-2 p,
  .dark .bolum-2 span,
  .dark .bolum-2 div {
    color: #cccccc !important;
  }

  .dark .bolum-2 .btn,
  .dark .bolum-2 button {
    background: #2d2d2d;
    color: #ffffff !important;
    border: 1px solid #404040;
  }

  .dark .bolum-2 .btn:hover,
  .dark .bolum-2 button:hover {
    background: #404040 ;
    color: #ffffff !important;
  }

  /* Aydınlık Mod */
  body:not(.dark) .bolum-2 {
    background: #ececec !important;
  }

  body:not(.dark) .bolum-2 h1,
  body:not(.dark) .bolum-2 h2,
  body:not(.dark) .bolum-2 h3,
  body:not(.dark) .bolum-2 h4,
  body:not(.dark) .bolum-2 h5,
  body:not(.dark) .bolum-2 h6 {
    color: #333333 !important;
  }

  body:not(.dark) .bolum-2 p,
  body:not(.dark) .bolum-2 span,
  body:not(.dark) .bolum-2 div {
    color: #666666 !important;
  }

  body:not(.dark) .bolum-2 .btn,
  body:not(.dark) .bolum-2 button {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
  }

  body:not(.dark) .bolum-2 .btn:hover,
  body:not(.dark) .bolum-2 button:hover {
    background: #f8f9fa !important;
    color: #333333 !important;
  }

  /* PRİCİNG BÖLÜMÜ - ÇİFT HANELİ RENKLER */
  /* Karanlık mod - #111 */
  .dark .pricing {
    background: #111 !important;
  }

  .dark .pricing .section-header h2 {
    color: #ffffff !important;
  }

  .dark .pricing .section-header p {
    color: #cccccc !important;
  }

  /* Aydınlık mod - #ececec */
  body:not(.dark) .pricing {
    background: #ececec !important;
  }

  body:not(.dark) .pricing .section-header h2 {
    color: #333333 !important;
  }

  body:not(.dark) .pricing .section-header p {
    color: #666666 !important;
  }
  /* ========================================
   4'LÜ ÜRÜN SLIDER STYLES - YENİ
   ======================================== */

.products-slider-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 0;
}

.section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.products-slider-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.products-slider-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  padding: 20px 0;
}

.product-slide {
  flex: 0 0 calc(25% - 15px); /* Desktop'ta kesinlikle 4 ürün */
  min-width: 280px;
  max-width: calc(25% - 15px);
  opacity: 1;
  transition: all 0.3s ease;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  min-height: 380px;
  position: relative;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-overlay {
  padding: 20px;
  text-align: center;
}

.product-overlay h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-overlay p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
}

.product-overlay .btn {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

/* Products Slider Navigation */
.products-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}

.products-slider-nav .slider-btn {
  pointer-events: auto;
}

/* Responsive Design for Products Slider */
@media (max-width: 1200px) {
  .product-slide {
    flex: 0 0 calc(33.333% - 15px); /* 3 ürün */
    max-width: calc(33.333% - 15px);
  }
}

@media (max-width: 768px) {
  .product-slide {
    flex: 0 0 calc(50% - 15px); /* 2 ürün */
    max-width: calc(50% - 15px);
  }
  
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .product-slide {
    flex: 0 0 100%; /* 1 ürün */
    max-width: 100%;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .product-card {
    height: 300px;
  }
}
