.slogan-container {
            text-align: center;
            font-family: 'Arial Black', Arial, sans-serif; /* Daha kalın font */
            margin: 20px 0;
        }
        
        .alanya-text {
            font-size: 50px;
            font-weight: 900; /* Extra kalın */
            color: #fff;
            margin-bottom: 0;
            line-height: 1;
            text-transform: uppercase; /* Tüm harfler büyük */
        }
        
        .discovery-tour {
            font-size: 40px;
            font-weight: 900; /* Aynı kalınlıkta */
            color: #fff;
            margin-top: 2px; /* Çok az boşluk */
            line-height: 1;
            text-transform: uppercase; /* Tüm harfler büyük */
            letter-spacing: 1px; /* Harf aralığı */
        }
        
        
        
        /* Logo stilleri */
    .search-logo {
        display: block;
        margin: 0 auto 15px auto;
        max-width: 180px;
        height: auto;
    }
    
    /* Arama kutusu stilleri (mevcut) */
    .search-box-container .search-box-wrapper input.tags {
        border-radius: 25px !important;
        border: 1px solid #ddd;
        padding: 10px 20px;
        width: 100%;
    }
    
    
     .discover-minimal-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        border: 1px solid rgba(255, 255, 255, 0.3); /* Açık çerçeve */
        background-color: rgba(255, 255, 255, 0.1); /* Hafif şeffaf arkaplan */
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 30px; /* Yuvarlak köşeler */
        backdrop-filter: blur(5px); /* Arkaplanı hafif bulanıklaştırır (modern tarayıcılarda çalışır) */
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .discover-minimal-btn:hover {
        background-color: rgba(255, 255, 255, 0.2); /* Hover'da biraz daha opak */
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-2px); /* Hafif yukarı hareket */
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .btn-text {
        margin-right: 8px;
    }

    .btn-arrow {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    .discover-minimal-btn:hover .btn-arrow {
        transform: translateY(3px); /* Okun hareket efekti */
    }
    
    
    
    
     /* ÖZELLEŞTİRİLMİŞ BÖLGE KARTLARI */
    .bolge-kart-container {
        --kart-yukseklik: 180px; /* Kart yüksekliğini azalttık */
        --kart-genislik: 240px; /* Kart genişliğini biraz küçülttük */
        --kart-aralik: 12px; /* Kartlar arası boşluk */
    }
    
    .bolge-kart-container .bolge-gradient-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        border-radius: 8px;
        z-index: 1;
    }
    
    .bolge-kart-container .bolge-kart {
        height: var(--kart-yukseklik);
        min-width: var(--kart-genislik);
        width: var(--kart-genislik);
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.08);
        background: white;
        border: 1px solid rgba(0,0,0,0.05);
        position: relative;
        isolation: isolate;
        transition: all 0.3s ease;
        margin-right: var(--kart-aralik);
        flex: 0 0 auto;
    }
    
    .bolge-kart-container .bolge-kart:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    }
    
    .bolge-kart-container .bolge-img-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    
    .bolge-kart-container .bolge-img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: transform 0.5s ease;
    }
    
    .bolge-kart-container .bolge-kart:hover .bolge-img {
        transform: scale(1.05);
    }
    
    .bolge-kart-container .bolge-baslik {
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
        font-size: 1.1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0.8rem;
        z-index: 2;
        color: white;
        font-weight: bold;
    }
    
    .bolge-kart-container .bolge-numara {
        display: block;
        font-weight: normal;
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }
    
    /* YENİ EKLENEN STİLLER */
    .bolge-kart-container .bolge-puan {
        position: absolute;
        top: 10px;
        left: 10px;
        background: rgba(255, 255, 255, 0.9);
        padding: 4px 8px;
        border-radius: 15px;
        font-size: 0.75rem;
        font-weight: bold;
        color: #333;
        z-index: 3;
        display: flex;
        align-items: center;
    }
    
    .bolge-kart-container .bolge-puan .yildiz {
        color: #FFC107;
        margin-right: 2px;
        font-size: 0.8rem;
    }
    
    .bolge-kart-container .bolge-fiyat {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.7);
        padding: 4px 8px;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: bold;
        color: white;
        z-index: 3;
    }
    
    /* SLIDER STİLLERİ */
    .bolge-slider-container {
        position: relative;
        padding: 0 10px;
        margin: 0 -10px; /* Kenar boşluklarını dengelemek için */
    }
    
    .bolge-slider {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scroll-padding: 0 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 10px 10px 15px;
        cursor: grab;
    }
    
    .bolge-slider:active {
        cursor: grabbing;
    }
    
    .bolge-slider::-webkit-scrollbar {
        display: none;
    }
    
    /* İlk kartın yanındakileri göstermek için */
    .bolge-slider::after {
        content: '';
        min-width: calc(20px - var(--kart-aralik));
        height: 1px;
    }
    
    
    
    .bolge-kart-container {
    --kart-yukseklik: 450px; /* Kart yüksekliğini 250px yaptık (önceden 180px idi) */
    --kart-genislik: 300px; /* Kart genişliğini biraz küçülttük */
    --kart-aralik: 12px; /* Kartlar arası boşluk */
}
    
    
    /* CSS ile toggle işlemi */
.daha-fazla-toggle:not(:checked) ~ .row .daha-fazla-item {
    display: none;
}

.daha-fazla-toggle:checked ~ .row .daha-fazla-item {
    display: block;
    animation: fadeIn 0.5s ease;
}

.daha-fazla-toggle:checked ~ div .goster-text {
    display: none;
}

.daha-fazla-toggle:checked ~ div .gizle-text {
    display: inline;
}

.daha-fazla-toggle:not(:checked) ~ div .goster-text {
    display: inline;
}

.daha-fazla-toggle:not(:checked) ~ div .gizle-text {
    display: none;
}

/* Blur effect for the third item */
.blur-overlay {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,1));
    backdrop-filter: blur(3px);
    z-index: 1;
    pointer-events: none;
}

.daha-fazla-toggle:checked ~ .row .blur-overlay {
    display: none;
}

/* Minimal button style */
.btn-link {
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    font-weight: 500;
}

.btn-link:hover {
    color: #1e9c8e !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}




 .why-us-section {
        background-color: #f8f9fa;
    }
    .bg-primary-light {
        background-color: rgba(13, 110, 253, 0.1);
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hover-effect {
        transition: all 0.3s ease;
        border-radius: 12px;
    }
    .hover-effect:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    .divider {
        opacity: 1;
    }
    
    
    
    .testimonial-slider-section {
    position: relative;
    overflow: hidden;
}

.testimonial-slider-container {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.testimonial-slider-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.testimonial-slider-track {
    display: inline-flex;
    gap: 20px;
    padding-bottom: 20px;
    min-width: 100%;
}

.testimonial-slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 300px;
}

.testimonial-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.rating {
    font-size: 1.1rem;
}

.avatar {
    font-weight: bold;
    font-size: 1.2rem;
}

.corner-border {
    position: absolute;
    width: 40px;
    height: 40px;
    border-right: 2px solid var(--bs-primary);
    border-top: 2px solid var(--bs-primary);
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}

.testimonial-card:hover .corner-border {
    width: 50px;
    height: 50px;
}

.slider-controls {
    display: none; /* Mobilde gizle */
}

@media (min-width: 768px) {
    .slider-controls {
        display: block; /* Tablet ve üstünde göster */
    }
}

/* Responsive ayarlar */
@media (max-width: 992px) {
    .testimonial-slide {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .testimonial-slide {
        flex: 0 0 90%;
    }
}









 /* Slider için CSS */
        .hero-slider {
            position: relative;
            overflow: hidden;
            background: none !important;
        }
        
        .slider-backgrounds {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        
        .slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            animation: slideAnimation 9s infinite;
        }
        
        .slide-1 {
            background-image: url(/media/images/anasayfa/slider1.jpg);
            animation-delay: 0s;
        }
        
        .slide-2 {
            background-image: url(/media/images/anasayfa/slider2.jpg);
            animation-delay: 3s;
        }
        
        .slide-3 {
            background-image: url(/media/images/anasayfa/slider3.jpg);
            animation-delay: 6s;
        }
        
        @keyframes slideAnimation {
            0% { opacity: 0; }
            10% { opacity: 1; }
            30% { opacity: 1; }
            40% { opacity: 0; }
            100% { opacity: 0; }
        }
        
        .gradient-overlay-half-black-gradient:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
            z-index: -1;
        }
        
        /* Arama Butonu Stilleri */
        .search-btn {
            padding: 10px 20px; 
            background-color: #32CD32;
            border: none;
            color: white;
            transition: all 0.3s ease;
        }
        
        .search-btn:hover {
            background-color: #239a8d;
        }
        
        #searchSlideDown input {
            border-right: none;
            outline: none;
            transition: all 0.3s ease;
        }
        
        #searchSlideDown input:focus {
            border-color: #32CD32;
        }
        
        @media (max-width: 768px) {
            .search-btn {
                padding: 8px 15px;
            }
            .search-text {
                display: none;
            }
            #searchSlideDown input {
                width: 75%;
                padding: 8px 15px;
            }
        }
        
        /* Keşfet Butonu Stilleri */
        .discover-btn-wrapper {
            margin: 40px 0;
        }
        
        .discover-minimal-btn {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px;
            color: #2ab7a9;
            text-decoration: none;
            font-weight: 500;
            letter-spacing: 0.5px;
            position: relative;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .discover-minimal-btn:after {
            content: '';
            position: absolute;
            bottom: 8px;
            left: 24px;
            width: calc(100% - 48px);
            height: 1px;
            background: #2ab7a9;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
        }
        
        .discover-minimal-btn:hover {
            color: #239a8d;
        }
        
        .discover-minimal-btn:hover:after {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        .btn-arrow {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .discover-minimal-btn:hover .btn-arrow {
            transform: translateY(3px);
        }

        /* Sayfa kaydırma efekti */
        html {
            scroll-behavior: smooth;
        }
        
        
        
        
        
        
 
  /* 1. ARAMA KUTUSUNU AŞAĞI KAYDIRMA */
  .hero-block .mb-lg-n16 {
    margin-bottom: 150px !important;
    transform: translateY(40px);
  }

  /* 2. KEŞFET BUTONUNU AŞAĞI KAYDIRMA */
  .discover-btn-wrapper {
    margin-top: 100px !important;
    margin-bottom: 200px !important;
  }

  /* 3. HERO SECTION PADDING AYARI */
  .hero-block .container.space-2 {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
  }

  /* 4. MOBİL UYUMLULUK */
  @media (max-width: 768px) {
    .hero-block .container.space-2 {
      padding-top: 80px !important;
      padding-bottom: 60px !important;
    }
    .hero-block .mb-lg-n16 {
      transform: translateY(20px);
    }
    .discover-btn-wrapper {
      margin-top: 60px !important;
    }
  }

        
        
        
      
        
        /* Hero Section Düzenlemeleri */
.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    min-height: 300px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.hero-text {
    text-align: center;
    margin-bottom: 30px;
}

/* Arama Kutusu Stilleri */
.search-box-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-box-wrapper {
    display: flex;
    width: 100%;
}

.search-box-wrapper input {
    flex-grow: 1;
    border: 1px solid #ddd !important;
    border-radius: 25px 0 0 25px !important;
    padding: 12px 25px !important;
    font-size: 16px;
}

.search-box-wrapper button {
    border-radius: 0 25px 25px 0 !important;
    padding: 0 25px !important;
    background-color: #2ab7a9 !important;
    transition: all 0.3s ease;
}

.search-box-wrapper button:hover {
    background-color: #239a8d !important;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .hero-container {
        min-height: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .search-box-container {
        width: 90%;
    }
    
    .search-box-wrapper input {
        padding: 10px 15px !important;
    }
    
    .search-text {
        display: none;
    }
}
        
       
       
       
       
       
       
      
        .hero-container {
    min-height: 600px; /* Varsayılan değer */
}

@media (min-width: 992px) {
    .hero-container {
        min-height: 140vh; /* Sadece masaüstünde */
    }
}

@media (max-width: 767px) {
    .hero-container {
        min-height: 100svh; /* Mobilde daha iyi destek */
        padding-top: 60px; /* Mobil header yüksekliği */
    }
}
        
        
        
        
        
    
        
  




    
    
    
    
    
    
    
    
    
    
    
    