.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Roobert", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h1{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h2{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h3{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h4{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h5{font-family:"Roobert", Sans-serif;}.elementor-kit-7 h6{font-family:"Roobert", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Arka Planı "Apple Blur" Yap */
.pswp__bg {
    background: rgba(20, 20, 20, 0.85) !important; /* Hafif şeffaf siyah */
    backdrop-filter: blur(20px); /* Buzlu cam efekti */
    -webkit-backdrop-filter: blur(20px);
    opacity: 1 !important;
}

/* 2. Alt Barı ve Araç Çubuğunu Şeffaflaştır */
.pswp__top-bar, 
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* 3. Kapatma ve Zoom Butonlarını Güzelleştir */
.pswp__button {
    background: none !important;
    opacity: 0.8 !important;
    transition: transform 0.2s;
}
.pswp__button:hover {
    transform: scale(1.1);
    opacity: 1 !important;
}

/* 4. Thumbnail (Küçük Resim) İyileştirmesi (Eğer temada varsa) */
/* PhotoSwipe varsayılan olarak "nokta" veya "paylaş" butonu koyar. */
/* Ancak mobilde parmakla kaydırma (swipe) hissi native uygulama gibidir. */


/* ========================================================= */
/* --- REBORND UI: MODERN TOAST NOTIFICATION (CSS) START --- */
/* ========================================================= */

/* 1. Kapsayıcı Kart Tasarımı */
.woocommerce-message.rebornd-toast {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 99999 !important;
    
    /* Görseldeki Renkler */
    background-color: #18181b !important; /* Tam görseldeki koyu ton */
    color: #fff !important;
    border: 1px solid #333 !important; /* Hafif bir border */
    border-radius: 12px !important; /* Görseldeki ovallik */
    padding: 16px 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
    
    /* Flex Yapısı (Yan yana dizilim) */
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    
    /* Animasyon Başlangıcı */
    transform: translateY(100px); /* Aşağıdan gelsin */
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important; /* "Apple" tarzı yumuşak yaylanma */
    
    width: auto;
    min-width: 320px;
    max-width: 450px;
    font-family: 'Inter', sans-serif, -apple-system !important; /* Modern font */
    font-size: 14px !important;
}

/* 2. Aktif Durum (Ekrana Geliş) */
.woocommerce-message.rebornd-toast.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* 3. Sol Baştaki İkon (Beyaz Daire İçinde Tik) */
.woocommerce-message.rebornd-toast::before {
    content: '\2713' !important; /* Tik işareti */
    display: flex !important;
    align-items: center;
    justify-content: center;
    
    /* Daire Tasarımı */
    background-color: #fff !important;
    color: #000 !important;
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-right: 0 !important; /* Gap ile hallettik */
    order: 1; /* En başa al */
}

/* 4. Metin İçeriği */
.woocommerce-message.rebornd-toast {
    /* Metni ikon ve buton arasına sıkıştır */
}

/* 5. "Go to cart" Linki (Eski Butonun Dönüşümü) */
.woocommerce-message.rebornd-toast .button.wc-forward {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    
    /* Link Görünümü */
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important; /* Çizgiyi yazıdan uzaklaştır */
    font-weight: 500 !important;
    font-size: 14px !important;
    
    order: 3; /* Metinden sonra gelsin */
    margin-left: auto !important; /* Sağa itmek yerine metnin yanında dursun istiyorsan bunu sil */
    white-space: nowrap;
}

/* 6. Kapatma Butonu (X) */
.rebornd-toast-close {
    cursor: pointer;
    color: #888;
    font-size: 20px;
    line-height: 1;
    margin-left: 15px; /* Biraz uzaklaştır */
    order: 4; /* En sonda */
    transition: color 0.3s;
}
.rebornd-toast-close:hover {
    color: #fff;
}

/* 7. Progress Bar (Zaman Çubuğu - En altta ince çizgi) */
.rebornd-toast-progress {
    position: absolute;
    bottom: 0;
    left: 12px; /* Köşelerden biraz içeride başlasın */
    right: 12px;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 2px;
    overflow: hidden;
}

.rebornd-toast-progress-bar {
    height: 100%;
    background-color: #fff;
    width: 100%;
    transform-origin: left;
}

/* Animasyon */
@keyframes reborndProgress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

.woocommerce-message.rebornd-toast.active .rebornd-toast-progress-bar {
    animation: reborndProgress 10s linear forwards; /* 10 saniye süre */
}

/* MOBİL UYUM */
@media (max-width: 767px) {
    .woocommerce-message.rebornd-toast {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
        width: auto !important;
        flex-wrap: wrap; /* Sığmazsa alt satıra geçsin */
        justify-content: flex-start;
    }
    .woocommerce-message.rebornd-toast .button.wc-forward {
        margin-left: 10px !important; /* Mobilde biraz boşluk */
    }
    .rebornd-toast-close {
        position: absolute;
        top: 15px;
        right: 15px;
        margin: 0;
    }
}

/* ======================================================= */
/* --- REBORND UI: MODERN TOAST NOTIFICATION (CSS) END --- */
/* ======================================================= */

/* =========================================
   1. EDİTÖR GÜVENLİK MODU (Önce Bunu Yazıyoruz)
   Elementor Editöründeysek tüm animasyon kurallarını İPTAL ET.
   ========================================= */
body.elementor-editor-active .elementor-widget-heading,
body.elementor-editor-active .elementor-widget-text-editor,
.elementor-editor-active .elementor-widget-heading, 
.elementor-editor-active .elementor-widget-text-editor {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important; /* Maskelemeyi editörde kaldır */
}

/* Editördeki satır içi elementlerin taşmasını engelleme */
.elementor-editor-active .gsap-text-reveal .line,
.elementor-editor-active .elementor-widget-heading .line,
.elementor-editor-active .elementor-widget-text-editor .line {
    overflow: visible !important;
}

/* =========================================
   2. CANLI SİTE (ZİYARETÇİ) AYARLARI
   Sadece editörde DEĞİLSEK çalışır.
   ========================================= */

/* Başlık ve Yazıları başlangıçta gizle (no-animate hariç) */
body:not(.elementor-editor-active) .elementor-widget-heading:not(.no-animate),
body:not(.elementor-editor-active) .elementor-widget-text-editor:not(.no-animate) {
    visibility: hidden;
}

/* Maskeleme Ayarı: Satırlar taştığında gizlensin */
.elementor-widget-heading .line,
.elementor-widget-text-editor .line {
    overflow: hidden !important;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    vertical-align: top;
}

/* =========================================
   3. STICKY SPACER (HAYALET KOPYA) GİZLEME
   ========================================= */
.elementor-sticky__spacer .elementor-widget-heading,
.elementor-sticky__spacer .elementor-widget-text-editor,
.elementor-sticky__spacer .elementor-widget-heading *,
.elementor-sticky__spacer .elementor-widget-text-editor * {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}


/* --- GENEL BADGE YAPISI --- */
.rb-badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px 4px 4px;
    gap: 4px;
    border-radius: 6px;
    
    /* FONT AYARI: Roobert'i en başa, yedeğe sans-serif koyduk */
    font-family: 'Roobert', sans-serif !important; 
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1; 
    text-decoration: none !important;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: none !important;
}

/* İKON KUTUSU */
.rb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.rb-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* --- RENKLER --- */

/* YEŞİL (Available) */
.rb-badge.rb-available,
.rb-badge.rb-tomorrow {
    background: rgba(31, 193, 107, 0.12);
    color: #1DAF61;
}

/* GRİ/KIRMIZI (Fully Booked - Görseldeki Gri Tasarım İçin) */
/* Eğer kırmızı istersen bu bloğu silip alttakini aç */
.rb-badge.rb-not-available {
    background: rgba(164, 164, 164, 0.16); /* Gri Zemin */
    color: #A4A4A4; /* Gri Yazı */
}

/* Hover */
.rb-badge:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Alt Header (Room Page Nav) - Sabit Ayarlar */
.roompagenav {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 9991 !important;
    /* Varsayılan: Ana header görünürken */
    top: 84px !important; 
    /* Yumuşak geçiş efekti */
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* KRİTİK NOKTA: Ana header 'header-gizle' class'ını aldığında alt barı yukarı çek */
/* Eğer akilli-header ve roompagenav aynı hiyerarşideyse bu kural çalışır */
.akilli-header.header-gizle ~ .roompagenav,
.akilli-header.header-gizle + .roompagenav,
body:has(.akilli-header.header-gizle) .roompagenav {
    top: 24px !important;
}

/* Admin bar (Giriş yapmış kullanıcı) varsa çakışmayı önlemek için opsiyonel */
body.admin-bar .roompagenav {
    top: calc(84px + 32px) !important;
}
body.admin-bar .akilli-header.header-gizle ~ .roompagenav {
    top: calc(24px + 32px) !important;
}

/* Masaüstü (Varsayılan) */
.elementor-menu-cart__main {
    width: 25vw !important;
}

/* Tablet (Genellikle 1024px ve altı) */
@media (max-width: 1024px) {
    .elementor-menu-cart__main {
        width: 50vw !important;
    }
}

/* Mobil (Genellikle 767px ve altı) */
@media (max-width: 767px) {
    .elementor-menu-cart__main {
        width: 90vw !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roobert';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://bulldogstudios.com.au/wp-content/uploads/2025/11/Roobert-Regular.woff2') format('woff2'),
		url('https://bulldogstudios.com.au/wp-content/uploads/2025/11/Roobert-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roobert';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bulldogstudios.com.au/wp-content/uploads/2025/11/Roobert-Medium.woff2') format('woff2'),
		url('https://bulldogstudios.com.au/wp-content/uploads/2025/11/Roobert-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */