.container-fluid {
    
    max-width: 1000px;
}




#footer {
    padding-top: 10px !important;

}

.index-services .card {
    height: 455px !important;

}

.index-services img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

.index-services .custom-card-style-1-description {
    height: 60px !important;
}

.indexgallery-img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
}

blockquote {
    height: 250px;
}


#price-list .card {

    height: 500px !important;
}

#price-list .list {

    height: 210px !important;
}

article img {

    width: 100%;
    height: 370px;
    object-fit: cover;
}

.whatsapp-chat-wrapper {
    position: fixed;
    bottom: 21px;
    right: 68px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 750px) {

    .whatsapp-chat-wrapper {
        position: fixed;
        bottom: 13px;
        left: 24px;
        z-index: 9999;
        font-family: Arial, sans-serif;
    }

}

/* Sohbet Balonu (Balon şekli + kuyruk) */
.chat-bubble {
    position: absolute;
    bottom: 8px;
    left: 0;
    background-color: #fff;
    color: #333;
    padding: 12px 16px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    max-width: 260px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

/* Kuyruk (balonun ucu) */
.chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
}

/* Kapatma Butonu */
.chat-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    margin-left: auto;
    line-height: 1;
}

/* WhatsApp Butonu */
.whatsapp-sticky {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-sticky:hover {
    background-color: #1ebe5d;
    color: lightyellow;
    transform: scale(1.05);
    text-decoration: none !important;
}

.whatsapp-sticky:focus {
    background-color: #1ebe5d;
    color: lightyellow;
    transform: scale(1.05);
    text-decoration: none;
}
