﻿/* ===========================
   Genel Fix
=========================== */
html, body {
    overflow-x: hidden; /* sağa sola kaymayı tamamen engelle */
}

    /* Scroll kapatma body */
    body.no-scroll,
    html.no-scroll {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }

/* ===========================
   Tablet ve Daha Küçük Menü
=========================== */
@media (max-width: 1200px) {
    .main-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 60px 20px 20px;
        transition: left 0.3s ease;
        z-index: 9999;
        overflow-y: auto;
    }

        .main-menu.open {
            left: 0;
        }

        .main-menu ul {
            flex-direction: column;
            gap: 20px;
            margin: 40px 0 0 0;
            padding: 0;
            list-style: none;
        }

            .main-menu ul li a {
                font-size: 18px;
                font-weight: 600;
                color: #000 !important;
                text-decoration: none;
                transition: all 0.2s ease;
            }

                .main-menu ul li a:hover {
                    color: #1781fe !important;
                    padding-left: 8px;
                }

    .menu-close {
        display: block;
        font-size: 26px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        color: #333;
        z-index: 10000;
    }

    .mobile-toggle {
        display: block !important;
        font-size: 30px;
        background: none;
        border: none;
        color: #333;
        z-index: 10001;
    }

    .main-menu .whatsapp-link {
        margin-top: auto;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

        .main-menu .whatsapp-link a {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 17px;
            font-weight: 600;
            color: #25D366 !important;
        }

            .main-menu .whatsapp-link a i {
                font-size: 22px;
            }

            .main-menu .whatsapp-link a:hover {
                color: #128C7E !important;
            }
}

/* ===========================
   Hero ve Tour Search
=========================== */
@media (max-width: 768px) {
    .hero-slider h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-slider p {
        font-size: 14px;
    }

    .tour-search .search-box {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .tour-search .form-group {
        min-width: 100%;
    }

    .tour-search button.btn {
        width: 100%;
    }

    .circle-card img {
        width: 350px;
        height: 350px;
    }

    .feature-box {
        padding: 20px 15px;
    }

    .promo-card {
        height: auto;
        padding: 20px;
        text-align: center;
    }

    footer {
        padding: 30px 15px;
    }

    section {
        padding: 40px 0 !important;
    }
}

/* ===========================
   Packages (Popular + International)
=========================== */
@media (max-width: 1200px) {
    .packagesSwiper .swiper-slide,
    .internationalSwiper .swiper-slide {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .packages-wrapper .swiper-button-next {
        right: 10px;
    }

    .packages-wrapper .swiper-button-prev {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .packagesSwiper .swiper-slide,
    .internationalSwiper .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .packages-wrapper .swiper-button-next,
    .packages-wrapper .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .packages-wrapper .swiper-button-next {
        right: 5px;
    }

    .packages-wrapper .swiper-button-prev {
        left: 5px;
    }

        .packages-wrapper .swiper-button-next::after,
        .packages-wrapper .swiper-button-prev::after {
            font-size: 14px;
        }
}

/* ===========================
   Why Choose Us
=========================== */
@media (max-width: 991px) {
    .why-choose-us {
        padding: 60px 0;
    }

        .why-choose-us .content {
            text-align: center;
            margin-bottom: 30px;
        }

            .why-choose-us .content .title {
                font-size: 26px;
            }

        .why-choose-us .rating-box {
            margin: 0 auto;
            max-width: 100%;
            padding: 12px 18px;
        }

        .why-choose-us .images-grid {
            display: none;
        }
}

@media (max-width: 767px) {
    .why-choose-us {
        padding: 50px 0;
    }

        .why-choose-us .content .title {
            font-size: 22px;
        }

        .why-choose-us .rating-box {
            flex-direction: column;
            gap: 15px;
        }

        .why-choose-us .divider {
            display: none;
        }

        .why-choose-us .images-grid {
            display: none;
        }
}

/* ===========================
   Stats
=========================== */
@media (max-width: 992px) {
    .stats-card {
        padding: 24px 28px;
        gap: 24px;
    }

    .stat {
        min-width: 220px;
    }
}

@media (max-width: 768px) {
    .stats-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .stat {
        width: 100%;
        padding-right: 0;
    }

        .stat:not(:last-child)::after {
            display: none;
        }

    .icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .value {
        font-size: 20px;
    }

    .label {
        font-size: 13px;
    }
}

/* ===========================
   Guides Swiper
=========================== */
@media (max-width: 768px) {
    .guidesSwiper .swiper-slide {
        width: 50% !important;
    }

    .guide-img {
        width: 150px;
        height: 150px;
    }

    .guide-card h5 {
        font-size: 15px;
    }

    .guide-card p {
        font-size: 12px;
    }

    .guidesSwiper .swiper-button-prev,
    .guidesSwiper .swiper-button-next {
        width: 32px;
        height: 32px;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .guidesSwiper .swiper-button-prev::after,
        .guidesSwiper .swiper-button-next::after {
            font-size: 14px;
        }
}

@media (max-width: 576px) {
    .guidesSwiper .swiper-slide {
        width: 100% !important;
    }

    .guide-img {
        width: 120px;
        height: 120px;
    }

    .guide-card h5 {
        font-size: 14px;
    }

    .guide-card p {
        font-size: 12px;
    }

    .guidesSwiper .swiper-button-prev,
    .guidesSwiper .swiper-button-next {
        width: 28px;
        height: 28px;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .guidesSwiper .swiper-button-prev::after,
        .guidesSwiper .swiper-button-next::after {
            font-size: 12px;
        }
}
/* Varsayılan hamburger */
#mobileToggle {
    border: none !important;
    background: none !important; /* gri arka plan kalksın */
    padding: 0;
    outline: none;
    box-shadow: none !important;
}

    #mobileToggle i {
        font-size: 30px;
        color: #333; /* normal gri hamburger */
        transition: all 0.2s ease;
    }

    /* Menü açıkken X işareti */
    #mobileToggle.open i::before {
        content: "\00d7"; /* × işareti */
        font-size: 34px;
        font-weight: bold;
        color: #000; /* siyah */
    }

    /* Hover efektlerini kaldır */
    #mobileToggle:hover,
    #mobileToggle:focus,
    #mobileToggle:active {
        background: none !important;
        color: inherit !important;
        box-shadow: none !important;
    }
