.image {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: auto;
    max-height: auto;
    /* ya da container'a göre sınır */
    object-fit: contain;
    /* içeriği orantılı sığdırır */
    display: block;
}

img {
    width: 100%;
    height: auto;
    max-height: auto;
    /* ya da container'a göre sınır */
    object-fit: contain;
    /* içeriği orantılı sığdırır */
    display: block;
}


table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: top;
}

table th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}

table tr:nth-child(even) {
    background-color: #fafafa;
}

table tr:hover {
    background-color: #f1f1f1;
}


#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;
}

.index-dss1 {

    background-color: #3ba4ec;
    padding: 4px;
    font-weight: 500 !important;

}

.btn-primary {
    color: white !important;
}

.custom-accordion-style-1 > .card .card-header a.collapsed {

    background-color: #ffffff !important;

}

.img-galeri {

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



/* DİL MODÜLÜ CSS */

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget,
.goog-te-balloon-frame,
.goog-text-highlight {
    display: none !important;
}

body {
    top: 0px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer {
    display: block !important;
    position: relative !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#google_translate_element {
    display: none !important;
}

.skiptranslate {
    display: none;
}



.dil-topu {
    position: fixed;
    top: 15%;
    right: 20px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #183f72, #183f72);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    z-index: 9999;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: bounce 1s infinite;
    transition: transform 1.55s ease;
    touch-action: none;
}



.dil-secici {
    display: none;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}


.dil-topu:active {
    cursor: grabbing;
    transform: scale(1.1);
    animation: none;
}

.dil-topu.active {
    width: 160px;
    min-height: 250px;
    border-radius: 20px;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    animation: none;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.dil-topu.active .dil-secici {
    display: flex;
}

.dil-secici button {
    display: inline-block;
    width: 135px;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    background-color: white !important;
    color: #183f72;
    cursor: pointer;
    font-weight: 500;

    transform: translateY(10px);
    transition: all 0.3s ease;

}

.dil-secici button:hover {
    background-color: #4180c9 !important;
    color: white;

}

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

    .dil-topu {
        top: 32%;
        right: 20px;
    }

}

/* DİL MODÜLÜ CSS */

.footer-logo {
    width: 240px !important;
    height: 80px !important;
}