.tj-vizeler-section .vize-filter-menu,
.vizeler-page .vize-filter-menu {
   display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.vizeler-page .vize-filter-menu{
    width:100%;
}

.tj-vizeler-section .vize-filter-menu button,
.vizeler-page .vize-filter-menu button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.3s;
}

.vizeler-page .vize-filter-menu button {
  border-color: rgba(0, 0, 0, 0.12);
  color: #333;
}

.tj-vizeler-section .vize-filter-menu button.active,
.tj-vizeler-section .vize-filter-menu button:hover,
.vizeler-page .vize-filter-menu button.active,
.vizeler-page .vize-filter-menu button:hover {
  background: var(--tj-color-theme-primary, #5f39ff);
  border-color: var(--tj-color-theme-primary, #5f39ff);
  color: #fff;
}

.vize-card-item {
  margin-bottom: 30px;
}

.vize-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vize-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.vize-card-icon-wrap,
.vize-detail-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}

.vize-detail-header .vize-detail-icon-wrap {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.vize-card-icon,
.vize-detail-icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.vize-card-icon-default,
.vize-detail-icon.vize-card-icon-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 28px;
  color: var(--tj-color-theme-primary, #5f39ff);
  background: rgba(95, 57, 255, 0.08);
}

.vize-card-kategoriler {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 12px;
}

.vize-card-kategori {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--tj-color-theme-primary, #5f39ff);
  background: rgba(95, 57, 255, 0.08);
  padding: 5px 12px;
  border-radius: 50px;
}

.vize-card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.vize-card-title a {
  color: inherit;
}

.vize-card-spot {
  color: #666;
  font-size: 15px;
  margin-bottom: 18px;
  min-height: 44px;
}

.vize-card-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.tj-vize-detail .vize-detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.tj-vize-detail .vize-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  color: #555;
}

.tj-vize-detail .vize-detail-meta span i {
  color: var(--tj-color-theme-primary, #5f39ff);
  margin-right: 8px;
}

.tj-vize-detail .vize-detail-cta {
  margin-top: 40px;
  padding: 28px 32px;
  background: #f8f9fc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tj-vizeler-section .portfolio-header .col-lg-6:last-child,
  .vizeler-page .row.mb-4 > .col-lg-4 {
    display: flex;
    justify-content: center;
  }

  .tj-vizeler-section .vize-filter-menu,
  .vizeler-page .vize-filter-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
    max-width: 420px;
  }

  .vizeler-page .row.mb-4 > .col-lg-8 + .col-lg-4 .vize-filter-menu {
    margin-top: 0;
  }

  .tj-vizeler-section .vize-filter-menu button,
  .vizeler-page .vize-filter-menu button {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
    line-height: 1.35;
  }

  .tj-vizeler-section .vize-filter-menu button:last-child:nth-child(odd):not(:only-child),
  .vizeler-page .vize-filter-menu button:last-child:nth-child(odd):not(:only-child) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .tj-vize-detail .vize-detail-header {
    flex-direction: column;
    text-align: center;
  }

  .tj-vize-detail .vize-detail-header .vize-detail-icon-wrap {
    margin: 0 auto 16px;
  }
}

@media (max-width: 380px) {
  .tj-vizeler-section .vize-filter-menu,
  .vizeler-page .vize-filter-menu {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .tj-vizeler-section .vize-filter-menu button:last-child:nth-child(odd):not(:only-child),
  .vizeler-page .vize-filter-menu button:last-child:nth-child(odd):not(:only-child) {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
  }
}

.vize-page-desc{
    max-width:900px;
    margin:0 auto 35px;
    font-size:17px;
    color:#666;
    line-height:1.8;
    text-align:center;
}

.vize-filter-menu{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.vize-filter-btn{
    min-width:120px;
}
