.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-my-float {
    margin-top: 12px;
}

.phone-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 180px;
    right: 5px;
    background-color: #000080;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.phone-my-float {
    margin-top: 12px;
}

.instagram-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 260px;
    right: 5px;
    background-color: #f56040;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.instagram-my-float {
    margin-top: 12px;
}

.birsatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ikisatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ucsatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.dortsatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bessatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.altisatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.yedisatirkes {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.zoom-thumb {
    width: 250px; 
    height: auto;
    cursor: zoom-in; 
    transition: opacity 0.2s ease;
}
.zoom-thumb:hover {
    opacity: 0.85;
}

.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 99999; 
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zoom-overlay.active {
    display: flex;
    opacity: 1;
}

#zoom-img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    cursor: zoom-out; 
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.zoom-overlay.active #zoom-img {
    transform: scale(1);
}

.zoom-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
.zoom-close:hover {
    color: #ccc;
}
.astradevs-footer-link {
    font-weight: 400;
    color: #fd0005 !important;; 
    text-decoration: none;
    transition: color 0.3s ease;
}
.astradevs-footer-link:hover {
    color: #fd0005 !important;;
}