/* ===== BHGRE Showcase - Clean CSS ===== */

/* 1) Ustte otomatik basilan basligi gizle */
.showcase_title,
.showcase-title,
.page-title,
.page_title,
.title,
.title_page,
h1.page-title,
h2.page-title,
.header-title,
.header_title {
  display: none !important;
}

/* 2) Renk degiskenleri (mutlaka cift tire -- kullan) */
:root{
  --bhg-green: #339933;
  --bhg-green-accent: #82C341;
  --bhg-bg: #f7f7f1;
  --bhg-card: #ffffff;
  --bhg-text: #111111;
  --bhg-muted: #667085;
  --bhg-border: rgba(0,0,0,.10);
}

/* 3) Sayfa zemini biraz daha premium */
body{
  background: var(--bhg-bg) !important;
  color: var(--bhg-text) !important;
}

/* 4) Kartlara hafif premium golge */
.showcase .card,
.showcase .item,
.showcase .tour-item,
.showcase .grid-item {
  background: var(--bhg-card) !important;
  border: 1px solid var(--bhg-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(16,24,40,.08) !important;
}

/* 5) Filtre/sekme alanini Better yesiline yaklastir (varsa) */
.showcase .filters button.active,
.showcase .filters .active,
.showcase .btn-primary,
.showcase button.btn-primary{
  background: var(--bhg-green) !important;
  border-color: var(--bhg-green) !important;
  color: #fff !important;
}

/* 6) Arama kutusu ve dropdownlar daha temiz */
.showcase input[type="search"],
.showcase input[type="text"],
.showcase select{
  border-radius: 10px !important;
  border: 1px solid var(--bhg-border) !important;
}
