  /* 1. ADIM: Tarayıcının varsayılan boşluklarını sıfırla */
        body, html {
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* Yatay kaydırma çubuğunu engellemek için */
        }

        /* 2. ADIM: Tam ekran olacak div'in özellikleri */
        .tam-sayfa-div {
            width: 100vw;  /* Ekran genişliğinin %100'ü */
            height: 100vh; /* Ekran yüksekliğinin %100'ü */
            
            background-color: white; /* Örnek arka plan rengi (Mavi) */
            
            /* İçerik ortalamak istersen bu flex kodlarını kullanabilirsin */
            display: flex;
            justify-content: center;
            align-items: center;
            
            color: white;
            font-family: Arial, sans-serif;
            font-size: 2rem;
            overflow: hidden;
        }

        .logo {
            position: absolute; /* Akıştan çıkar, diğerlerini itmez/çekmez */
            top: 20px;  /* Yukarıdan boşluk */
            left: 20px; /* Soldan boşluk */
            width: 8rem;
            height: 8rem;
            
            /* Sadece görünüm için stiller */
            font-weight: bold;
            font-size: 1.5rem;
            background-image: url(media/karavan_pr-01.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            
            padding: 10px 20px;
            z-index: 10; /* Diğer her şeyin üstünde dursun */
        }







        .myiframe {
                        overflow: hidden;      /* Taşan içeriği ve scrollbar'ı gizler */
                        border: none;          /* Iframe'in kenar çizgisini kaldırır */
                        width: 100%;           /* İsteğe bağlı: Genişliği kapsayıcıya yayar */
                        display: block;
                        padding-right: 400px;       /* Iframe'in altındaki varsayılan boşluğu siler */
}



.option-card input {
    accent-color: black;
}





















.logo-sol-alt {
    position: absolute; /* Eğer sayfa kaydırıldığında da sabit kalsın istersen 'absolute' yerine 'fixed' yazabilirsin */
    bottom: 30px; /* Alttan boşluk */
    left: 30px; /* Soldan boşluk */
    z-index: 1000; /* iframe ve diğer katmanların üstünde görünmesi için yüksek tutuldu */
    width: 120px; /* Logonun genişliğini buradan kendi tasarımına göre ayarlayabilirsin */
}

.logo-sol-alt img {
    width: 100%;
    height: auto;
    display: block; /* Altındaki gereksiz boşlukları engeller */
}

/* Logonun ilk (siyah beyaz) hali */
.logo-sol-alt a img {
    filter: grayscale(100%); /* Resmi tamamen siyah beyaz yapar */
    transition: filter 0.4s ease-in-out; /* Renklenirken yumuşak bir geçiş sağlar */
}

/* Fareyle üzerine gelindiğindeki (renkli) hali */
.logo-sol-alt a:hover img {
    filter: grayscale(0%); /* Siyah beyaz filtresini kaldırıp orijinal rengine döndürür */
}





























        /* Google Fonts'tan görseldeki sayı fontuna en yakın fontu çekiyoruz */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&family=Montserrat:wght@300;900&display=swap');

.sticky-payment-card {
    position: fixed;
    bottom: 30px; /* Buton taşacağı için alttan biraz daha yukarı aldım */
    right: 20px;
    height: 160px ;
    width: 380px; /* Görseldeki gibi geniş yapı */
    background-color: #e8e8e8; /* Görseldeki açık gri zemin */
    border-radius: 13px;
    padding: 30px 40px 50px 40px; /* Buton payı için alt padding fazla */
    
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    z-index: 9999;
    box-sizing: border-box;
}

/* "TOPLAM" Yazısı */
.label-top {
    color: #a6a8ab; /* Altın sarısı */
    font-weight: 300; /* İnce font */
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Chakra Petch', sans-serif; /* Köşeli, sportif sayı fontu */
}

/* Fiyat Alanı */
.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    line-height: 1;
}

.amount {
    font-family: 'Chakra Petch', sans-serif; /* Köşeli, sportif sayı fontu */
    font-size: 48px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
}

.currency {
    font-size: 45px;
    color: #a5a5a5; /* Gri TL simgesi */
    font-weight: 500;
    margin-left: 5px;
    
}

/* Progress Bar Alanı */
.progress-wrapper {
    width: 100%;
    position: relative;
    height: 14px; /* Çubuk yüksekliği */
}

.progress-track {
    width: 100%;
    height: 100%;
    border: 2px  #a6a8ab; /* Sadece çerçeve, içi boş */
    border-radius: 10px;
    
    box-sizing: border-box;
}

.progress-fill {
    height: 100%;
    background-color: #a6a8ab;
    border-radius: 8px;
    width: 0%; /* JS ile tetiklenecek */
    transition: width 0.5s ease;
}


































/* style.css */

:root {
    --menu-width: 380px;
    --primary-color: #333;
    --hover-bg: #f9f9f9;
    --card-bg: #f5f5f5; 
    --border-color: #eee;
    --scroll-track: #f1f1f1;
    --scroll-thumb: #ccc;
    --scroll-thumb-hover: #b3b3b3;
    
}

/* MENÜ ANA KUTUSU */
.config-sidebar {
    position: fixed;
    top: 20px;
    right: 20px;
    width: var(--menu-width);
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    
    /* --- SCROLL AYARI --- */
    /* Ekranın altından 150px boşluk kalana kadar uza */
    /* Bu sayede içerik çok olunca scroll devreye girer */
    max-height: calc(100vh - 230px); 
    overflow-y: auto; /* SCROLL BURADAN GELİYOR */
    
    display: flex;
    flex-direction: column;
    z-index: 1000;
    font-family: 'Chakra Petch', sans-serif; /* Köşeli, sportif sayı fontu */
    
}

/* --- KİBAR SCROLLBAR --- */
.config-sidebar::-webkit-scrollbar {
    width: 10px; /* İnce ve kibar */
}
.config-sidebar::-webkit-scrollbar-track {
    background: transparent; /* Arka planı şeffaf olsun */
    margin: 5px 0;
}
.config-sidebar::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb); /* Gri çubuk */
    border-radius: 20px; /* Yuvarlak uçlu */
    border: 2px solid transparent; 
    background-clip: content-box;
}
.config-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: var(--scroll-thumb-hover);
}

/* KART VE AKORDİYON AYARLARI */
.accordion-item {
    border-bottom: 1px solid var(--border-color);
    flex-shrink: 0; /* Menü sıkışmasın, scroll olsun */
}
.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 1000;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Chakra Petch', sans-serif; /* Köşeli, sportif sayı fontu */

}
.accordion-header:hover {
    background-color: var(--hover-bg);
}

.icon-arrow {
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
    opacity: 0.6;
}
.accordion-item.active .icon-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: #fff;
}
.accordion-body {
    padding: 20px 20px 20px 20px;
}

/* KART IZGARASI */
.option-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* RESİMLİ KART TASARIMI */
/* --- style.css --- */

/* 1. KARTIN KENDİSİ */
.option-card {
    position: relative;
    background: var(--card-bg);
    border-radius: 8px;
    
    /* ÖNEMLİ: Boşluğu azalttık ki resme yer kalsın */
    padding: 4px !important; 
    
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; /* İçeriği alta it, resim üstte büyüsün */
    
    /* ÖNEMLİ: Kartın toplam boyunu uzattık */
    min-height: 140px !important; 
}

/* 2. RESİM AYARLARI */
.option-card img {
    /* Genişlik kartın tamamını kaplasın */
    width: 100% !important;
    
    /* Önceki kısıtlamayı kaldırıyoruz */
    max-width: none !important; 
    
    /* Resim yüksekliğini artırdık (Eskiden 60px idi, şimdi 100px) */
    height: 100px !important; 
    
    /* Resim kutuya sığsın ama kesilmesin */
    object-fit: contain !important; 
    
    margin-bottom: 8px !important;
    mix-blend-mode: multiply;
}

/* 3. SEÇİLİ OLMA DURUMU (Bunu silme, aynen kalsın) */
.option-card:has(input:checked) {
    border-color: #333 !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 4. YAZI AYARI */
.option-card span {
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 5px;
}

.option-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.option-card:hover {
    border-color: #ddd;
    background: #f0f0f0;
}

.option-card:has(input:checked) {
    border-color: var(--primary-color);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* LOGO VE RESİM AYARI (Kesilmez) */
.option-card img {
    width: 100%;
    max-width: 90px;
    height: 60px;
    object-fit: contain; /* ÖNEMLİ: Logoyu kutuya sığdırır */
    margin-bottom: 8px;
    mix-blend-mode: multiply;
}

.option-card span {
    display: block;
    font-size: 13px;
    color: #444;
    line-height: 1.3;
    font-weight: 500;
}



/* Pasif duruma düşen seçenekler için stil */
.option-card.disabled-item {
    opacity: 0.5;                /* Görseli ve yazıyı soluklaştır */
    pointer-events: none;        /* Tıklanmayı engelle */
    text-decoration: line-through; /* Yazının üzerini çiz */
    filter: grayscale(100%);     /* Opsiyonel: Siyah beyaza çevirir (daha net anlaşılır) */
    cursor: not-allowed;
}






/* --- YENİ EKLENEN BİLDİRİM (TOAST) STİLLERİ (GÜNCELLENMİŞ KONUM) --- */
.toast-container {
    position: fixed;
    top: 20px;        /* Yukarıdan 20px boşluk */
    right: 420px;     /* Menü 380px + 20px boşluk olduğu için onun hemen soluna denk gelir */
    display: flex;
    flex-direction: column; /* Artık yukarıdan aşağı doğru sıralanacak */
    gap: 12px;
    z-index: 10000;
    pointer-events: none;
    align-items: flex-end;  /* Bildirim kutularını sağa (menüye doğru) hizalar */
}

/* Sadece Yazı ve İkon Kalan Toast Bildirimi */
.toast {
    color: #333; /* Yazı ve ikon rengi (siyahımsı gri) */
    font-family: 'Chakra Petch', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInMenu 0.3s forwards;
    pointer-events: auto;
    
    /* Arka planda kaybolmaması için hafif bir beyaz metin gölgesi (isteğe bağlı) */
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8);
}

/* Çıkış animasyonu sınıfı */
.toast.remove {
    animation: slideOutMenu 0.3s forwards;
}

@keyframes slideInMenu {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideOutMenu {
    to { opacity: 0; transform: translateX(20px); } 
}

.toast-icon {
    font-size: 16px;
}