﻿#whatsapp-button {
    position: fixed;
    bottom: 5em;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    #whatsapp-button img {
        width: 32px;
        height: 32px;
    }

#whatsapp-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: none;
    z-index: 1000;
    font-family: sans-serif;
}

#whatsapp-header {
    background-color: #25D366;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #whatsapp-header span {
        font-weight: bold;
    }

#whatsapp-close {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

#whatsapp-body {
    padding: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

#whatsappMessage {
    flex: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#whatsapp-send {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.room img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* veya 'contain' istersen siyah boşluk olabilir */
    border-radius: 6px;
    background-color: #f4f4f4;
}

.child-age-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.child-age-box {
    background-color: #f2f4f8;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d0d7e2;
    min-width: 120px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    text-align: center;
}

    .child-age-box label {
        font-weight: 500;
        margin-bottom: 6px;
        display: block;
        font-size: 0.9rem;
    }

    .child-age-box select {
        width: 100%;
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

#slider-larg .item {
    width: 100%;
    height: 500px; /* Sabit yükseklik */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    #slider-larg .item img {
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
    }

#thumbs .item {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    #thumbs .item img {
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
    }

.search-results-wrapper {
    padding: 30px 20px;
}

.blog-result-card {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .blog-result-card img {
        width: 140px;
        height: 100px;
        object-fit: cover;
        border-radius: 6px;
    }

.blog-result-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .blog-result-content h6 {
        margin-bottom: 6px;
        font-size: 1rem;
        font-weight: 600;
    }

    .blog-result-content small {
        color: #666;
        font-size: 0.85rem;
    }

    .blog-result-content p {
        margin: 8px 0 0;
        font-size: 0.9rem;
        color: #333;
    }

.category-result-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.2s ease-in-out;
}

    .category-result-card:hover {
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .category-result-card h6 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
    }

    .category-result-card p {
        font-size: 0.9rem;
        color: #555;
        margin-bottom: 0;
    }

.video-slider-section .swiper-button-next,
.video-slider-section .swiper-button-prev {
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
    z-index: 9999; /* her şeyin üstüne çıkar */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4); /* buton arkasına yarı saydam arka plan */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sağdaki buton */
.video-slider-section .swiper-button-next {
    right: 15px;
}

/* Soldaki buton */
.video-slider-section .swiper-button-prev {
    left: 15px;
}

    /* Ok ikon boyutu */
    .video-slider-section .swiper-button-next::after,
    .video-slider-section .swiper-button-prev::after {
        font-size: 25px;
    }

.video-slider-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #0072ff, #00c6ff);
}

    /* Dalga efekti */
    .video-slider-section::before,
    .video-slider-section::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 200px;
        top: -80px;
        left: -50%;
        background: url('https://svgshare.com/i/15hV.svg') repeat-x;
        background-size: 1000px 200px;
        animation: wave 15s linear infinite;
        opacity: 0.5;
        z-index: 0;
    }

    .video-slider-section::after {
        top: -100px;
        animation-duration: 20s;
        opacity: 0.3;
    }

@keyframes wave {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 1000px;
    }
}

/* Swiper alanı */
.video-slider-section .swiper {
    width: 95%;
    margin: auto;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

/* Slide kartları */
.video-slider-section .swiper-slide {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Videolar dikey görünüm */
    .video-slider-section .swiper-slide video {
        width: auto;
        height: 500px; /* dikey format */
        max-width: 100%;
        display: block;
        border-radius: 15px;
        background: #000;
    }

/* Navigasyon butonları görünür kılalım */
.video-slider-section .swiper-button-next,
.video-slider-section .swiper-button-prev {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.video-slider-section .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}

.video-slider-section .swiper-pagination-bullet-active {
    background: #0072ff;
}

.video-slider-section .swiper-slide video {
    width: auto;
    height: 500px; /* dikey format */
    max-width: 100%;
    display: block;
    border-radius: 15px;
    background: #000;
    object-fit: cover; /* içerik taşarsa kırpar */
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*width: auto;
    height: auto;*/
    /*max-height: 150px;*/
}

.top_menu .welcome_mssg {
    padding: 13px 0;
    float: left;
}

.top_menu li {
    margin-top: 8px;
}

#back_to_top {
    height: 55px;
    width: 55px;
    background: #142e3a;
    border-radius: 3px;
    right: -100px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9;
}

/*.tp_m_title {
    color: #ffffff;
    line-height: 2em;
    font-family: 'Raleway', sans-serif;
    background-color: #0000005c;
    padding: 0.5em !important;
}

.tp-caption {
    background-color: #0000005c;
    padding: 0.2em !important;
}
*/

/*.tp-caption {
    background-color: #0000005c;
    color: rgb(138 224 255);
}

.tp_m_title {
    color: rgb(138 224 255);
    background-color: #0000005c;
    padding: 0.5em !important;
}
*/

.blog-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    min-height: 200px;
    max-height: 200px;
}

.loading_effect .object {
    width: 20px;
    height: 20px;
    background-color: #4c5c73;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

#back_to_top:hover, #back_to_top:focus {
    background: #6d87ad;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

.image-gallery img {
    max-height: 150px;
    max-width: 300px;
    width: 100%;
    height: 100%;
}
.swiper-slide{

}

div#slider-larg img {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}