:root {
    /* LOKKA Logo Renkleri */
    --primary-navy: #002d44; /* Logodaki koyu lacivert */
    --primary-green: #6cc04a; /* Logodaki canlı yeşil */
    --dark-green: #569e3a;
    --text-gray: #666;
    --lokka-green: #6cc04a;
    --lokka-navy: #002d44;
    --lokka-gold: #c5a059;
    --lokka-dark: #121212;
}
* {
    font-family: 'Poppins', sans-serif;
}

        body { font-family: 'Poppins', sans-serif; overflow-x: hidden; background-color: #fff; }
h1, h2, h3, .footer-logo, .room-title {
    font-family: 'Poppins';
    
    color: var(--primary-navy);
}

        /* --- Navbar --- */
        .navbar { 
            transition: all 0.4s ease-in-out; 
            padding: 20px 0; 
            z-index: 1050; 
          /*  position: sticky; 
            top: 0; */
            width: 100%;
        }

        .navbar-transparent { 
            background-color: transparent !important; 
            margin-bottom: -122px; 
        }

        .navbar-scrolled { 
            background-color: var(--primary-navy) !important; 
            padding: 12px 0; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        }

        .navbar-brand { font-weight: 700; font-size: 1.5rem; letter-spacing: 2px; }
        .nav-link, .navbar-brand {
    color: white !important;
    /* background-color: white; */
    position: relative;
    width: 100%;
    height: 100%;
  
    display: block;
}

.navbar-brand 
{

     max-width: 180px;
}



        .navbar-scrolled .nav-link:hover { color: var(--primary-green) !important; }

        /* --- Mobil Menü --- */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: var(--primary-navy);
                padding: 20px;
                margin-top: 0 !important;
                border-radius: 0 0 15px 15px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.5);
                z-index: 1000;
            }
            .navbar-nav .nav-link { border-bottom: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease-in-out ;}
           
  
            .dropdown-toggle::after {
    
   
    float: right; margin-top: 10px;;
}
        }

        /* --- Masaüstü Hover --- */
        @media (min-width: 992px) {
            .nav-item.dropdown:hover > .dropdown-menu { display: block; opacity: 1; visibility: visible; transform: translateY(0); }
            .dropdown-menu { display: block; opacity: 0; visibility: hidden; transform: translateY(15px); transition: 0.3s; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.2); background: white; }
            .dropdown-item { color: var(--primary-navy) !important; }
            .dropdown-item:hover { background: var(--primary-green); color: white !important; }
        }

        /* --- Hamburger Animasyon --- */
        .navbar-toggler { border: none !important; box-shadow: none !important; }
        .nav-icon { width: 30px; height: 20px; position: relative; }
        .nav-icon span { display: block; position: absolute; height: 2px; width: 100%; background: white; border-radius: 9px; transition: .25s ease-in-out; }
        .nav-icon span:nth-child(1) { top: 0px; } .nav-icon span:nth-child(2) { top: 9px; } .nav-icon span:nth-child(3) { top: 18px; }
        .navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(1) { top: 9px; transform: rotate(135deg); }
        .navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(2) { opacity: 0; left: -40px; }
        .navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(3) { top: 9px; transform: rotate(-135deg); }

        /* --- Hero --- */
     .hero-section {
    background: linear-gradient(rgb(0 45 68 / 0%), rgb(0 0 0 / 83%)), url(../images/slider-29112024PH8B7.webp);
    background-size: cover;
    background-position: center;
    height: 65vh;
    display: flex;
    align-items: center;
    color: white;
}
        .hero-section h1 { color: white; }

        /* --- Buttons --- */
        .btn-lokka { background-color: var(--primary-green); color: white; border: none; padding: 12px 30px; transition: 0.3s; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
        .btn-lokka:hover { background-color: var(--dark-green); color: white; transform: translateY(-2px); }


.booking-bar {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0px 10px rgba(0, 45, 68, 0.15);
    margin-top: -60px;
    position: relative;
    z-index: 20;
    border-bottom: 4px solid var(--primary-green); 
}
/* --- Oda Kartları Genel Tasarım --- */
.section-sub {
    color: var(--primary-green);
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title {
    color: var(--primary-navy);
    font-weight: 700;
}

.room-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #fff;
    overflow: hidden;
}

    /* Hover efekti: Kart yükselir */
    .room-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0, 45, 68, 0.15) !important;
    }

/* Dikey Görsel Alanı */
.room-img-wrapper {
    height: 520px; /* Dikey oran */
    position: relative;
    overflow: hidden;
}

    .room-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

/* Hover efekti: Resim hafif büyür */
.room-card:hover .room-img-wrapper img {
    transform: scale(1.1);
}

/* Fiyat Etiketi */
.room-price {
    position: absolute;
    bottom: 25px;
    left: 0;
    background: var(--primary-navy);
    color: white;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.room-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.room-features {
    font-size: 0.9rem;
    
}

    .room-features i {
       
    }

/* Detay Butonu */
.btn-room-detail {
    color: var(--primary-navy);
    border: 2px solid var(--primary-navy);
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.85rem;
}

    .btn-room-detail:hover {
        background-color: var(--primary-navy);
        color: white;
    }

/* Mobil için görsel boyutu ayarı */
@media (max-width: 768px) {
    .room-img-wrapper {
        height: 600px;
    }
}
        /* --- Footer --- */
        footer { background-color: var(--primary-navy); color: #ecf0f1; padding: 80px 0 30px; }
        .footer-logo { color: white; font-size: 2rem; text-decoration: none; }
        .footer-link { color: #bdc3c7; text-decoration: none; transition: 0.3s; display: block; margin-bottom: 12px; font-size: 0.9rem; }
        .footer-link:hover { color: var(--primary-green); padding-left: 5px; }
        /* Logo Boyutlandırma */
        .navbar-scrolled {
    background-color: var(--primary-navy) !important;
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.navbar-brand img {
    max-height: 75px;
    width: auto;
    transition: all 0.3s ease;
    transform: scale(1.8);
    background-color: white;
    position: absolute;
    top: -46px;
    padding: 8px;
    margin-left: 32px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 20px #292929b0;
    z-index: 1001;
}


.navbar-scrolled .navbar-brand img {
    max-height: 70px;
    top: -12px;
    transform: scale(1.5);
    background-color: white;
    box-shadow: 0px 0px 20px #102d4366;
    border-radius: 0px 0px 5px 5px;
    margin-left: 20px;
    padding: 8px;
    z-index: 9999;
}

.navbar-nav .nav-link {
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    text-shadow: #000000 0px 2px 3px;
}
          .navbar-nav .nav-link:hover {
     
    

  transform: translateY(-2px);
    
 }
.navbar-brand:hover img{

transform: scale(2.0);

}
/* Mobilde Üst Üste Binme Sorununu Çözen Kesin Kod */
@media (max-width: 991.98px) {
    .navbar-transparent {
        margin-bottom: -120px !important; /* Logo yüksekliğine göre bu değeri artırabilirsin */
        background-color: #102d43 !important;
    }
    .top-bar {
        background-color: #182d42 !important;
        padding: 8px;
        z-index: 999;
        position: relative;
        border-bottom: 1px #213d5a solid;
    }

    .navbar-brand {
        z-index:1001;
        max-width:65px;
        
    }

    .navbar-brand img {
        top:-65px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        padding-top: 45px;
        left: 0;
        right: 0;
        background: var(--primary-navy);
        padding: 20px;
        padding-top: 45px;
        margin-top: 0 !important;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 9px 11px rgba(0, 0, 0, 0.5);
    }
}

.language-switcher a {
        text-decoration: none;
        font-weight: bold;
        color: #333;
        margin-right: 10px;
        vertical-align: middle;
    }

    /* Google Translate'in istenmeyen tüm arayüz elemanlarını gizle */
    #google_translate_element2, .goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt {
        display: none !important;
    }
  
    /* 1. Google'ın oluşturduğu iframe barını gizle */
    .goog-te-banner-frame, 
    .goog-te-banner, 
    .skiptranslate {
        display: none !important;
        visibility: hidden !important;
    }

    /* 2. Sayfanın en üstünde oluşan zorunlu boşluğu kaldır */
    body {
       
        position: static !important;
    }

    /* 3. Metinlerin üzerine gelince çıkan baloncukları ve vurguları kapat */
    #goog-gt-tt, 
    .goog-te-balloon-frame {
        display: none !important;
    }
    .goog-text-highlight {
        background: none !important;
        box-shadow: none !important;
    }

    .language-switcher {
        margin-top: 10px;
        text-align: right;
    }
  
    
   
    a.gflag

 {
    vertical-align: middle;
}

a.gflag {
    vertical-align: middle;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    margin-left: -5px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 60%);
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

a.gflag:hover {
    background: #fff;
    color: #449B3C !important;
}

footer {
        background-color: var(--primary-navy);
        color: #bdc3c7;
        overflow:hidden;
    }
    
    .footer-link {
        color: #bdc3c7;
        text-decoration: none;
        transition: 0.3s;
        display: inline-block;
        margin-bottom: 12px;
        font-size: 0.9rem;
    }
    
    .footer-link:hover {
        color: var(--primary-green);
        transform: translateX(5px);
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.05);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        text-decoration: none;
        transition: 0.3s;
    }
    
    .social-icon:hover {
        background: var(--primary-green);
        color: white;
        transform: translateY(-5deg);
    }

    .payment-icons i {
        transition: 0.3s;
    }
    
    .payment-icons i:hover {
        color: var(--primary-green) !important;
        opacity: 1;
    }

    /* Input focus rengi */
    .form-control:focus {
        border-color: var(--primary-green) !important;
    }


.main-body {
    min-height:650px;
}
.amenity-card {
    text-align: center;
    padding: 10px 2px;
    transition: all 0.3s ease;
}

.icon-circle {
    width: 70px; /* Masaüstü boyutu */
    height: 70px;
    background-color: var(--lokka-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-size: 26px;
    transition: 0.3s ease;
}

.amenity-card:hover .icon-circle {
    background-color: var(--lokka-navy);
    transform: translateY(-5px);
}

.amenity-card h6 {
    font-size: 11px;
    font-weight: 600;
    color: var(--lokka-navy);
    text-transform: uppercase;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
}

.amenity-card small {
    color: var(--lokka-green);
    font-size: 10px;
}

/* MOBİL ÖZEL AYARLAR (3 Sütun Düzeni İçin) */
@media (max-width: 767px) {
    .icon-circle {
        width: 55px; /* Mobilde sığması için küçültüldü */
        height: 55px;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .amenity-card h6 {
        font-size: 9px; /* Uzun kelimelerin taşmaması için */
        letter-spacing: -0.2px;
    }
}

/* Büyük Ekranlarda İkonları Biraz Büyüt */
@media (min-width: 1200px) {
    .icon-circle {
        width: 85px;
        height: 85px;
        font-size: 32px;
    }

    .amenity-card h6 {
        font-size: 13px;
    }
}

/*-----------------------------------------------------------*/

.transition-all {
    transition: all 0.3s ease;
}

.hover-green:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--primary-green) !important;
}
/* --- Oda Kartları Modern Overlay Tasarım --- */
.room-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.room-img-wrapper {
   
    position: relative;
    overflow: hidden;
}

    .room-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    }

/* Bilgi Paneli (Saydam Karartma) */
.room-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 25px;
    /* Alttan yukarıya doğru siyah geçiş (metinlerin okunması için) */
    background: linear-gradient(to top, rgba(0, 45, 68, 0.9) 0%, rgba(0, 45, 68, 0.4) 50%, transparent 100%);
    color: white;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.room-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
   
    margin-bottom: 10px;
    transform: translateY(10px);
    transition: 0.4s ease;
}

.room-features {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    transform: translateY(10px);
    transition: 0.4s ease 0.1s;
}
.room-two .room-title {
    color:white;
}


.room-price-tag {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--primary-green);
    transform: translateY(10px);
    transition: 0.4s ease 0.2s;
}

/* Hover Efektleri */
.room-card:hover .room-img-wrapper img {
    transform: scale(1.1);
}

/* Hover olduğunda yazıların yukarı hafifçe süzülmesi (opsiyonel) */
.room-card:hover .room-title,
.room-card:hover .room-features,
.room-card:hover .room-price-tag {
    transform: translateY(0);
}

/* Mobil için yükseklik ayarı */
@media (max-width: 768px) {
    .room-img-wrapper {
        height: 600px;
    }

    .room-title {
        font-size: 1.3rem;
    }

   .navbar-scrolled
   {
        transition: all 0.4s ease-in-out;
        padding: 20px 0;
        z-index: 1050;
        position: sticky;
        top: 0px;
        width: 100%;
    }

    .navbar-brand img {

        max-width:50px;

    }

}



 .navbar {
    transition: all 0.4s ease-in-out;
    padding: 20px 0;
    z-index: 1050;
    position: sticky;
    top: 0px;
    width: 100%;
    /* Donanım hızlandırmayı açarak takılmayı önler */
    will-change: transform, background-color, padding;
}

.navbar-transparent {
    background-color: transparent !important;
    /* Negatif margin yerine Hero section'a padding-top verilebilir 
       veya buradaki margin transition ile uyumlu tutulmalıdır */
    margin-bottom: -122px;
}

.navbar-scrolled {
    background-color: var(--primary-navy) !important;
    padding: 10px 0 !important; /* Biraz daha daraltarak şıklık katar */
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    /* Zıplamayı önlemek için margin'i burada sıfırlamayın, 
       şeffaf haliyle aynı hizada bırakın veya geçişi yumuşatın */
    margin-bottom: 0px;
}

/* Sayfa içeriğinin navbar altına girmemesi için genel bir kural */
.main-body {
    /* Navbar şeffafken altına girmesini istiyorsanız padding eklemeyin, 
       ancak zıplama devam ederse Hero section'a bakılmalı */
}

/* Navbar'ı Hero üzerine bindirmenin en temiz yolu */
/*.navbar {
    position: fixed;*/ /* sticky yerine fixed kullanarak Hero'dan bağımsızlaştırıyoruz */
    /*top: 0;
    width: 100%;
    z-index: 1050;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color, padding, box-shadow;
}*/

/* Şeffaf haldeyken margin kullanma */
.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
}

/* Kaydırıldığında zıplama yapmaz çünkü fixed konumdadır */
.navbar-scrolled {
    background-color: var(--primary-navy) !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Hero alanını Navbar'ın altına girmesi için ayarla */
.hero-section {
    height: 60vh; /* veya senin seçtiğin bir değer */
    margin-top: 0; /* Negatif marginleri sildik */
    padding-top: 100px; /* Navbar'ın içeriği kapatmaması için iç boşluk */
    display: flex;
    align-items: center;
    background-size: cover!important;
    background-position: center!important;
}

/* Google Translate üst barını ve boşluğunu tamamen öldürür */
body {
    top: 0 !important;
    position: static !important;
}

.goog-te-banner-frame, 
.goog-te-balloon-frame, 
#goog-gt-tt, 
.gc-bubble-default {
    display: none !important;
    visibility: hidden !important;
}

.skiptranslate {
    display: none !important;
}

/* Google'ın body'i aşağı itmesini her koşulda engelle */
html, body {
    top: 0 !important;
    position: static !important;
    margin-top: 0 !important;
}

/* Translate div'ini sayfa akışından tamamen kopar ve gizle */
#google_translate_element,
#google_translate_element2 {
    display: none !important;
    position: absolute !important;
    z-index: -1000 !important;
    top: -500px !important;
    left: 0 !important;
}

/* Gelen iframe (bar) için önleyici gizleme */
iframe.goog-te-banner-frame {
    display: none !important;
}

.work-process {
    text-align: center;
    width: 100%;
    padding: 50px 20px;
}

.sub-title {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    font-weight: 500;
}

.main-title {
    font-size: 32px;
    color: #c4a658;
    margin: 10px 0 60px 0;
}

.steps-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; /* Mobil uyumluluk için */
}

/* Kartın ana yapısı */
.step-card {
    position: relative;
    width: 185px;
    height: 185px;
}

/* Yumuşak formlu beyaz arka plan */
.card-content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
    /* Görseldeki amorf (yumuşak) şekli vermek için */
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    transition: transform 0.3s ease;
}

    .card-content h3 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 0;
    }


.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #68c643;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    /* display: none; */
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
    /* box-shadow: 0 10px 20px rgb(30 199 50 / 30%); */
}

.step-card:hover .card-content {
    transform: translateY(-10px);
    border-radius: 50% 50% 50% 50%; /* Hoverda tam daireye yaklaşır */
}


.step-card {
    position: relative;
    width: 130px;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 110px;
}

.card-content {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0 15px 45px rgb(0 0 0 / 8%);
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    transition: transform 0.3s ease;
}

.icon-list .card-content i{
    font-weight: 900;
    font-size: 30pt;
    color: #102d43;
    /* border: 1px #a88686 solid; */
    /* padding: 12px; */
    /* border-radius: 50%; */
}

.work-process {
    text-align: center;
    width: 100%;
    padding: 50px 20px;
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 110px;
    
    padding-top: 120px;
}
.step-card p{

    font-size:10pt;
    
    margin-top:20px;
    font-weight:bold;
   
}
/* Banner Ana Alanı */
.lokka-hero {
    position: relative;
  
    min-height: 500px;
    background: url('https://antoninaturizm.com/wp-content/uploads/2025/02/4.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
}

/* Karartma Katmanı */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 30%, transparent 100%);
    display: flex;
    align-items: center;
}

/* Metin Kutusu */
.hero-text-box {
    color: #ffffff;
  
    padding: 20px;
}

.top-subtitle {
    display: block;
    color: #8bc34a; /* Tasarımındaki yeşil tonu */
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-slogan {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: none; /* "LOKKA ile Doğayı Hissedin" formatı için */
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 0.9;
}

/* Butonlar */
.btn-hero-primary {
    background-color: #8bc34a;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease;
}

    .btn-hero-primary:hover {
        background-color: #7cb342;
        transform: translateY(-3px);
    }

.btn-hero-outline {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 13px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s ease;
}

    .btn-hero-outline:hover {
        background-color: #ffffff;
        color: #1a3a5d;
    }

.video {
    background-color:#0e0d0d;
    padding-top:35px;
    padding-bottom:35px;


}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio:16/9;
    object-fit:cover;
    object-position:center;
    overflow:hidden;
    margin: 0 auto;
    cursor: pointer;
}

.video-thumb {
    width: 100%;
    border-radius: 15px;
    display: block;
}

/* Play Butonu ve Dalga Kapsayıcısı */
.play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.play-button {
    position: relative;
    width: 80px;
    height: 80px;
    background: #ff0000; /* YouTube Kırmızısı */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    z-index: 10;
    margin: 10px;
}

/* Dalga Animasyonu */
.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ff0000;
    border-radius: 50%;
    opacity: 0;
    animation: wave-animation 2s infinite;
}

    .wave:nth-child(2) {
        animation-delay: 1s;
    }

@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Popup Stilleri */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    position: relative;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

/*********************************************
*//* Konteyner */
.lokka-ortakoy-hero {
    padding: 60px 0;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.lokka-ortakoy-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; /* İçerik ve görseli yan yana koyar */
    flex-wrap: wrap; /* Küçük ekranlarda alt alta gelmesini sağlar */
    align-items: center; /* Dikeyde ortalar */
    gap: 40px; /* İçerik ve görsel arası boşluk */
    padding: 0 20px;
}

/* Metin Bölümü */
.lokka-content {
    flex: 1; /* Mevcut alanı kaplar */
    min-width: 300px; /* Çok küçük ekranlarda ezilmesini engeller */
}

.lokka-title {
    font-size: 2.8em;
    color: #222;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.lokka-content p {
    font-size: 1.1em;
    margin-bottom: 18px;
    color: #555;
}

    .lokka-content p.final-cta {
        font-weight: 600; /* Vurgu için kalın */
        color: #333;
        margin-top: 30px;
    }

.lokka-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
    /* aspect-ratio: 1 / 2; */
    overflow: hidden;
    height: 100%;
    overflow: hidden;
}

.lokka-main-image {
    width: 100%;
    /* max-width: 600px; */
    aspect-ratio: 4/3;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* CTA Butonu */
.cta-button {
    display: inline-block;
    background-color: #007bff; /* Mavi tonu, markana göre değiştirilebilir */
    color: white;
    padding: 14px 30px;
    margin-top: 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .cta-button:hover {
        background-color: #0056b3; /* Hover efekti */
    }

/* Duyarlı Tasarım (Responsive) */
@media (max-width: 992px) {
    .lokka-ortakoy-hero .container {
        flex-direction: column; /* Tablet ve mobil cihazlarda alt alta yığıl */
        gap: 30px;
    }

    .lokka-title {
        font-size: 2.2em;
        text-align: center;
    }

    .lokka-content {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .lokka-ortakoy-hero {
        padding: 40px 0;
    }

    .lokka-title {
        font-size: 1.8em;
    }

    .lokka-content p {
        font-size: 1em;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}


.text-navy {
    color: var(--lokka-navy);
}

/* İletişim İkonları - Görsel 1 Stilinde */
.icon-circle-sm {
    background: var(--lokka-green);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    min-width:50px;
}

.form-control {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s;
}

    .form-control:focus {
        border-color: var(--lokka-green);
        box-shadow: 0 0 0 0.25rem rgba(130, 180, 64, 0.1);
    }

.btn-lokka {
    background: var(--lokka-green);
    color: white;
    font-weight: bold;
    border: none;
    transition: 0.3s;
}

    .btn-lokka:hover {
        background: var(--lokka-navy);
        color: white;
        transform: translateY(-2px);
    }

/* Breadcrumb Genel Stil */
.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Ayırıcı (Slash) Rengi */
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.3);
}

/* Hover Efekti: Lokka Yeşili */
.hover-green:hover {
    color: #82b440 !important;
    transition: 0.3s;
}

/* Aktif Sayfa Rengi */
.breadcrumb-item.active {
    color: #fff !important;
}
.contact-page a {
    color:#787878;
    text-decoration:none;
    margin-left:3px!important;

}
.contact-page a:hover {
    color:#6cc04a;
    text-decoration: none;
}

.footer-bottom {
    font-size: 14px;
    color: #888;
}

.footer-legal a {
    color: #777;
    font-size: 0.9rem;
    text-decoration: none;
    margin-left: 15px;
}
    .footer-legal a:hover {
        color: #fff;
    }

.cookie-banner {
    position: fixed;
    bottom: 40px;
    width: 400px;
    background: #1f2937;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-size: 14px;
    border-radius:0px 8px 8px 0px;
}
    .cookie-banner .btn {
        margin:4px;
    }

.sub-page-banner {
    position: relative;
    z-index: 1;
    min-height: 400px;
    height: auto;
    background-image: url(/images/bg-sub.jpg);

}
    .sub-page-banner:after {
        background: linear-gradient(rgb(0 45 68 / 0%), rgb(0 0 0 / 83%));
        height:80%;
        width:100%;
        bottom:0px; left:0px;
        content:'';
        position:absolute;
        z-index:-1;
    }



/* Başlık Altındaki Çizgi */
.room-list .header-line {
    width: 60px;
    height: 3px;
    background-color: var( --lokka-green: #6cc04a);
    margin-top: 15px;
}

/* Kart Genel Stil */
.room-list .room-card-v2 {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background: #fff;
}

/* Resim Konteynırı ve Zoom */
.room-list .room-img-container {
   
    overflow: hidden;
}

    .room-list .room-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

.room-list .room-card-v2:hover .room-img-container img {
    transform: scale(1.1);
}

/* Hover'da Kart Yükselmesi */
.room-list .room-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

/* Sağ Alt Ok İkonu Efekti */
.room-list .room-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--lokka-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.room-list .room-card-v2:hover .room-arrow {
    opacity: 1;
    transform: translateX(0);
}

.room-list.text-gold {
    color: var( --lokka-green);
}

.room-list.ls-2 {
    letter-spacing: 2px;
}

.room-list h4 {
    color:var(--lokka-green)
}


.aspect-100-120 {

    aspect-ratio:1/1.20;
    object-fit:cover;
    object-position:center;
    overflow:hidden;
}
.aspect-100-100 {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.aspect-100-110 {
    aspect-ratio: 1/1.10;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.aspect-300-200 {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.aspect-160-90 {
    aspect-ratio:16/9;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.responsive-video {
    width: 100%;
    aspect-ratio: 16 / 9; /* Videonun yüksekliğini genişliğine göre otomatik ayarlar */
    height: auto; /* Modern tarayıcılarda aspect-ratio ile birlikte çalışır */
}

.tur-content {
    padding: 45px;
    background-color: #43628c;
    position:relative; width:100%;
    overflow:hidden;
}

    .tur-content:before {
        content: '';
        position: absolute;
        left: -65px;
        top: 0px;
        height: 100%;
        width: 50%;
        background-color: #5e9848;
        transform: skew(12deg, 0deg);
    }

#right-image .col-lg-6:first-child {
    padding: 0px;
    margin: 0px;
}

#right-image img{
    padding:0px;
    margin: 0px;
    aspect-ratio:16/9;
    overflow:hidden;
    object-fit:cover;

}

/* Genel galeri alanı */
.lightbox.photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    .lightbox.photos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .lightbox.photos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .lightbox.photos {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Her bir item */
.lightbox.photos > div {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

/* İç container */
.lightbox.photos .container169 {
    width: 100%;
    height: 100%;
}

/* Link ve görsel */
.lightbox.photos a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Görsel */
.lightbox.photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
    object-position: center;
    overflow: hidden;
}

/* Sidebar Genişliği */
.sidebar {
    flex: 1; /* Daha dar alan */
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Sidebar Widget Stilleri */
.sidebar-widget {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
}

    .sidebar-widget h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #eeeeee;
         color: #102d43;
        
    }

.sidebar-links {
    list-style: none;
    padding: 0;
}

    .sidebar-links li {
        margin-bottom: 12px;
    }

    .sidebar-links a {
        text-decoration: none;
        color: #555;
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .sidebar-links a:hover {
            color: #3498db;
            color: #102d43;
            padding-left: 5px;
        }

.contact-widget {
}

    .contact-widget h3 {
        border-bottom-color: rgba(255,255,255,0.3);
    }

.side-phone {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    color: #102d43;
}
.about-content img {
    width: 100%;
    float: right;
    max-width: 50%;
    margin: 15px;
}

/* Mobil Ayarlar (768px ve altı ekranlar) */
@media (max-width: 768px) {
    .about-content img {
        float: none; /* Metnin resmin yanına çıkmasını engeller */
        max-width: 100%; /* Resmi ekran genişliğine yayar */
        margin: 0 0 20px 0; /* Sağdaki boşluğu kaldır, sadece alta boşluk ver */
        display: block; /* Resmi bir blok elemanı yap */
    }
}

#scrollToTop {
    display: none;
  
    position: fixed;
    bottom: 89px;
    right: 9px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #85c956;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    #scrollToTop:hover {
        background-color: #73b943; /* Hover durumunda biraz daha koyu */
        transform: translateY(-5px); /* Hafif yukarı zıplama efekti */
    }
:root {
    --phone-green: #76a36b; /* Videodaki soft yeşil tonu */
    --phone-dark-green: #5a8551;
}
.phone-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.phone-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* Ana Buton Gövdesi */
.phone-call-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--phone-green);
    color: white;
    text-decoration: none;
    padding: 8px 30px 8px 10px;
    border-radius: 50px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Sol Taraftaki Yuvarlak İkon Kutusu */
.icon-box {
    width: 45px;
    height: 45px;
    background-color: var(--phone-dark-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
    /* Titreme Animasyonu */
    animation: phone-vibrate 1.5s ease-in-out infinite;
}

/* Dalga Animasyonu Konteynırı */
.phone-waves {
    position: absolute;
    left: 42px; /* İkonun tam merkezi */
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    z-index: 1;
}

    .phone-waves span {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--phone-green);
        border-radius: 50%;
        opacity: 0;
        /* Dışa doğru patlama animasyonu */
        animation: phone-waves-out 2.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    }

        /* Dalga Gecikmeleri */
        .phone-waves span:nth-child(2) {
            animation-delay: 0.8s;
        }

        .phone-waves span:nth-child(3) {
            animation-delay: 1.6s;
        }

/* ANIMASYONLAR */

/* 1. Telefon Titreme (Videodaki gibi aralıklarla) */
@keyframes phone-vibrate {
    0%, 10%, 100% {
        transform: rotate(0);
    }

    2%, 6% {
        transform: rotate(-15deg);
    }

    4%, 8% {
        transform: rotate(15deg);
    }
}

/* 2. Dışa Yayılan Saydam Dalga (Videodaki yumuşak geçiş) */
@keyframes phone-waves-out {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/* Hover Etkisi */
.phone-call-btn:hover {
    transform: translateY(-3px);
    background-color: var(--phone-dark-green);
}

.hizliharita {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 55px;
    bottom: 150px;
    right: 10px;
    background-color: #F14336;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #449B3C;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background: #449B3C;
    opacity: 0.7;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #449B3C;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 20px;
        color:white;
        text-decoration:none;
    }

.hotline-bar {
    position: absolute;
    background: #449B3C;
    opacity: 0.75;
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}


@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}

.hotline-phone-ring-circle {
    border-color: #dcdcdc;
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background-color: #449B3C;
}

.hotline-bar {
    background: #449B3C;
    opacity: 0.7;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

    .hotline-bar > a:hover,
    .hotline-bar > a:active {
        color: #fff;
    }

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

/* Arka planı hafif puslu yaparak gözü yormaz */
.lokka-loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Kullanılacağı yere göre '100vh' yapılabilir */
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    margin:0px auto;
    
}

.lokka-loader {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Halkaların Dönüş Efekti */
.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #0d6efd; /* Sizin Primary Mavi */
    border-radius: 50%;
    animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

    .circle:nth-child(2) {
        width: 80%;
        height: 80%;
        border-top-color: #6610f2; /* Indigo */
        animation-delay: 0.2s;
    }

    .circle:nth-child(3) {
        width: 60%;
        height: 60%;
        border-top-color: #20c997; /* Teal */
        animation-delay: 0.4s;
    }

/* Merkezdeki Yazı Animasyonu */
.logo-text {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0a2647;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}
.form-select {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s;
}

.display-1 {
    font-size: calc(0.625rem + 3.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem;
    }
}