/* WhatsApp Canli Destek Sabit Buton */
.whatsapp-canli-destek {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 9999;
	cursor: pointer;
}

.whatsapp-canli-destek img {
    width: 75px;            
    height: auto;
    display: block;
}

/* Hover efekti – abartisiz */
.whatsapp-canli-destek:hover img {
    transform: translateY(-2px);
}


/* ==============================
   HIZLI TEKLIF – ICON CTA
   ============================== */

.quick-quote-box {
	position: fixed;
	right: 15px;
	top: 250px;
	z-index: 9999;
	cursor: pointer;
}

.quick-quote-box:hover{
  transform: translateY(-2px);
}

.quick-quote-box img {
    width: 75px;             
    height: auto;
    display: block;
}

/* Mobil uyum */
@media (max-width: 799px) {
	
.whatsapp-canli-destek {
	right: 5px;
	bottom: 10px; 
}

.whatsapp-canli-destek img {
	width: 55px;
}


.quick-quote-box {
	right: 5px;
	top: 150px; 
}

.quick-quote-box img {
	width: 50px;
}

}

