:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38ef2aa */<style>
  .gubul-uretim-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .gubul-uretim-baslik-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .gubul-uretim-baslik {
    font-size: 28px;
    font-weight: 600;
    color: #333;
  }

  .gubul-uretim-tablo {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
  }

  .gubul-uretim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0;
  }

  .gubul-uretim-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
  }

  .gubul-uretim-satir:hover {
    background: #f8f9fa;
    padding-left: 25px;
  }

  .gubul-uretim-adi {
    font-size: 15px;
    font-weight: 500;
  }

  .gubul-uretim-ok {
    color: #c9a227;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .gubul-uretim-satir:hover .gubul-uretim-ok {
    transform: translateX(5px);
  }

  @media (max-width: 768px) {
    .gubul-uretim-grid {
      grid-template-columns: 1fr;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fd6588 *//* BAŞLIK */
.gubul-bolgeler-baslik-wrapper {
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.gubul-bolgeler-baslik {
  background: #383f45;
  color: #e6c619;
  padding: 18px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(26, 11, 140, 0.3);
  margin: 0;
}

/* TABLO */
.gubul-bolgeler-tablo {
  min-width: 600px;
  max-width: 1500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  border-top: 8px solid #1a0b8c;
  border-bottom: 8px solid #FFD700;
  border-left: 8px solid #1a0b8c;
  border-right: 8px solid #FFD700;
}

/* TAB BUTONLARI */
.gubul-bolgeler-tabs {
  display: flex;
  border-bottom: 2px solid #eee;
}

.gubul-bolgeler-tab {
  flex: 1;
  padding: 16px 30px;
  background: #f8f8f8;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #383f45;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gubul-bolgeler-tab.active {
  background: #383f45;
  color: #e6c619;
}

.gubul-bolgeler-tab:hover {
  background: #e6c619;
  color: #383f45;
}

/* İÇERİK */
.gubul-bolgeler-icerik {
  display: none;
  padding: 20px;
}

.gubul-bolgeler-icerik.active {
  display: block;
}

/* GRID */
.gubul-bolgeler-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* SATIR */
.gubul-bolge-satir {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #f8f8f8;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 4px solid #383f45;
}

.gubul-bolge-satir:hover {
  background: #383f45;
  transform: translateX(5px);
}

.gubul-bolge-adi {
  color: #383f45;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.gubul-bolge-satir:hover .gubul-bolge-adi {
  color: #fff;
}

.gubul-bolge-ok {
  color: #e6c619;
  font-size: 18px;
  font-weight: 800;
}

.gubul-bolge-satir:hover .gubul-bolge-ok {
  color: #e6c619;
}

/* MOBİL */
@media (max-width: 768px) {
  .gubul-bolgeler-baslik-wrapper {
    max-width: 250px;
  }
  
  .gubul-bolgeler-baslik {
    font-size: 14px;
    padding: 12px 20px;
  }
  
  .gubul-bolgeler-tablo {
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-width: 4px;
  }
  
  .gubul-bolgeler-tab {
    padding: 12px 15px;
    font-size: 12px;
  }
  
  .gubul-bolgeler-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .gubul-bolge-satir {
    padding: 12px 15px;
  }
  
  .gubul-bolge-adi {
    font-size: 12px;
  }
  
  .gubul-bolge-ok {
    font-size: 14px;
  }
}/* End custom CSS */