.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
  }
  
  .whatsapp-button {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 12px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    width: 56px;
    height: 56px;
    justify-content: center;
  }
  
  .whatsapp-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    border-radius: 50px;
    width: auto;
    padding: 12px 20px;
  }
  
  .whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .whatsapp-text {
    font-size: 16px;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease;
  }
  
  .whatsapp-button:hover .whatsapp-text {
    max-width: 200px;
    margin-left: 10px;
  }
  
  @media (max-width: 768px) {
    .whatsapp-float {
      right: 30px;
      bottom: 100px;
    }
    
    .whatsapp-button {
      padding: 10px;
      border-radius: 50%;
      width: 56px;
      height: 56px;
    }
    
    .whatsapp-text {
      display: none;
    }
    
    .whatsapp-button:hover {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      padding: 10px;
    }
  }

  .cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    max-width: 90%;
    width: 800px;
  }
  .cookie-content {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .cookie-icon {
    font-size: 24px;
    color: var(--pbmit-global-color);
  }
  .cookie-content p {
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  .cookie-content a {
    color: var(--pbmit-global-color);
    text-decoration: none;
  }
  .cookie-content a:hover {
    text-decoration: underline;
  }
  .cookie-accept {
    background: var(--pbmit-global-color);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .cookie-accept:hover {
    background: var(--pbmit-secondary-color);
  }
  @media (max-width: 576px) {
    .cookie-consent {
      flex-direction: column;
      text-align: center;
      padding: 15px;
    }
    .cookie-content {
      flex-direction: column;
    }
    .cookie-buttons {
      width: 100%;
    }
    .cookie-accept {
      width: 100%;
      padding: 10px;
    }
  }

  .progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
  }

  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99;
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--accent-color);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--accent-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
  }

/* Foto galeri grup sekmeleri — tema “Sortable” (pill) filtresi ile uyum */
.pbmit-photo-gallery-tabs-wrap {
  text-align: center;
}

.pbmit-photo-gallery-tabs-ul {
  margin-bottom: 42px !important;
  padding: 14px 20px !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  gap: 8px 6px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  background: rgba(var(--pbmit-blackish-color-rgb), 0.04);
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(var(--pbmit-blackish-color-rgb), 0.06);
}

.pbmit-photo-gallery-tabs-wrap .pbmit-sortable-list-ul li:before {
  display: none !important;
  margin: 0 !important;
  content: none !important;
}

.pbmit-photo-gallery-tab-li {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 22px;
  font-weight: 600;
  min-width: 88px;
  border-radius: 999px;
  color: var(--pbmit-blackish-color);
  background: transparent;
  border: 1px solid transparent;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  outline: none;
}

.pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab:hover,
.pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab:focus-visible {
  color: var(--pbmit-global-color);
  background-color: rgba(var(--pbmit-global-color-rgb), 0.1);
}

.pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab.active {
  background: var(--pbmit-blackish-color) !important;
  color: var(--pbmit-white-color) !important;
  border-color: var(--pbmit-blackish-color);
  box-shadow: 0 4px 14px rgba(var(--pbmit-blackish-color-rgb), 0.25);
}

.pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab.active:hover {
  color: var(--pbmit-white-color) !important;
  background-color: var(--pbmit-global-color) !important;
  border-color: var(--pbmit-global-color);
  box-shadow: 0 4px 18px rgba(var(--pbmit-global-color-rgb), 0.35);
}

@media (max-width: 767px) {
  .pbmit-photo-gallery-tabs-ul {
    padding: 12px 14px !important;
    border-radius: 24px;
  }
  .pbmit-photo-gallery-tabs-wrap a.gallery-photo-sort-tab {
    font-size: 14px;
    padding: 9px 16px;
    min-width: unset;
  }
}
  