@charset "UTF-8";

/* ==== SABİT MOBİL NAVBAR ==== */
.mob-sb-mobil-navbar {
    position: fixed;
    left: 0;
    bottom: 0 !important;
    width: 100%;
    background: linear-gradient(180deg, #3d5008, #2c3900);
    /* border-bottom: 3px solid #ff540c6b; */
    box-shadow: 0 -4px 12px #627f00;
    padding: 14px 0;
    transition: bottom 0.35s ease;
    z-index: 9999;
}


* {
    scrollbar-color: #697210 #393e16 !important;
    scrollbar-width: thin important;
}
.casinoGameListBlockHeader {

     position: unset; 

}

/* İç düzen */
.mob-sb-mobil-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Menü elemanları */
.mob-sb-mobil-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    width: 100%;
    transition: all 500ms 
ease;
}

.mob-sb-mobil-item:hover {
    color: #ffffff;
    transform: translateY(-3px);
    transition: all 500ms ease;
}

.mob-sb-mobil-item.mob-sb-mobil-active {
    color: #ffffff;
}

/* Alt vurgu çizgisi */
.mob-sb-mobil-item.mob-sb-mobil-active::after {
    /* content: ""; */
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #00d4aa;
    border-radius: 2px;
}

/* İkonlar */
.mob-sb-mobil-icon {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Yazılar */
.mob-sb-mobil-label {
    font-size: 13px;
    /* font-weight: 600; */
    /* letter-spacing: 0.4px; */
}

/* ==== TETİK BUTONU ==== */
.mob-sb-mobil-trigger {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #3d5000;
    padding: 4px 30px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    z-index: 100000;
    box-shadow: 0 -8px 16px rgb(93 120 5);
}

.mob-sb-mobil-trigger i {
    color: #ffffff;
    font-size: 16px;
    transition: transform 0.25s ease;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
    .mob-sb-mobil-item {
        gap: 6px;
    }
    .mob-sb-mobil-icon {
        font-size: 18px;
    }
    .mob-sb-mobil-label {
        font-size: 11px;
    }
}

/* ==== Responsive ==== */
@media (max-width: 991px) {

.mob-sb-mobil-navbar {
    display: block !important;
}
}

.mob-sb-mobil-navbar {
    display: none;
}

/* Tam ekran kaplayan panel */
.mob-sb-container {
  position: fixed;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 92vh;
  background: #202902;
  display: none;          /* başta kapalı */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
  overflow-y: auto;       /* panel içinde scroll */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; /* arka planı tetikleme */
}

/* Açıkken görünür hale getir */
.mob-sb-container.is-open {
  display: flex;
}

/* Body kilitliyken: kaydırmayı engelle */
body.scroll-locked {
  overflow: hidden;       /* güvenlik için */
  position: fixed;
  width: 100%;
  overscroll-behavior: none;
}

.mob-sb-logo-section {
    text-align: center;
    margin-bottom: 40px;
}

.mob-sb-logo-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    font-size: 48px;
    color: var(--accent);
}

.mob-sb-logo-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--accent);
}

.mob-sb-buttons-section {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.mob-sb-btn {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    padding: .5rem 1rem;
    font-weight: 700;
    /* box-shadow: var(--shadow); */
    transition: all .2s 
ease;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
    padding: 7px 15px !important;
}

.mob-sb-btn-signin {
    border-color: var(--text);
    background: transparent;
    color: var(--text);
}

.mob-sb-btn-signin:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mob-sb-btn-signup {
    border-color: var(--accent);
    background: var(--accent);
    color: #ffffff;
}

.mob-sb-btn-signup:hover {
    background: #ff6b20;
    border-color: #ff6b20;
}

.mob-sb-section {
    width: 100%;
    margin-bottom: 25px;
    border: 2px solid var(--bar-bg);
    border-radius: var(--radius);
    padding: 20px;
    background: #242e02;
    box-shadow: 0 1px 6px #86a713;
}

.mob-sb-section-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.mob-sb-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: var(--bar-bg);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 6px #86a713;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
}

.mob-sb-item:last-child {
    margin-bottom: 0;
}

.mob-sb-item:hover {
    background: #333333;
    border-left: 4px solid #deff00;
    padding-left: 16px;
}

.mob-sb-item-text {
    font-size: 16px;
    font-weight: 500;
}

.mob-sb-item-arrow {
    font-size: 20px;
    color: var(--text);
}

.mob-sb-mobil-footer-icons {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
}

.mob-sb-mobil-footer-icon-btn {
    width: 50px;
    height: 50px;
    border: 2px solid var(--text);
    border-radius: 50px;
    background: transparent;
    color: var(--text);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    padding: .5rem 1rem;
    font-weight: 700;
    /* box-shadow: var(--shadow); */
    transition: all .2s 
ease;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
    padding: 7px 15px !important;
}

.mob-sb-mobil-footer-icon-btn:hover {
    background: rgba(255, 84, 0, 0.1);
    border-color: var(--accent);
    color: var(--accent);
}

.mob-sb-mobil-footer-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 140px;
    border-top: 1px solid var(--sep);
    padding-top: 20px;
}

.mob-sb-mobil-footer-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: var(--accent);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
}

.mob-sb-mobil-footer-lang-flag {
    font-size: 14px;
}

.mob-sb-mobil-footer-social-btn {
    padding: 6px 14px;
    /* background: var(--accent); */
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    background: transparent;
}

.mob-sb-mobil-footer-social-btn:hover {
    background: #ff6b20;
}

.mob-sb-mobil-footer-social-icon {
    font-size: 16px;
    color: var(--text);
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    padding: .5rem 1rem;
    font-weight: 700;
    /* box-shadow: var(--shadow); */
    transition: all .2s 
ease;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
    padding: 7px 15px !important;
}

.mob-sb-mobil-footer-social-icon:hover {
    color: var(--accent);
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 480px) {
    .mob-sb-container {
        padding: 15px;
    }

    .mob-sb-logo-text {
        font-size: 20px;
    }

    .mob-sb-btn {
        font-size: 14px;
        padding: 12px 15px;
    }

    .mob-sb-item {
        padding: 12px 15px;
    }

    .mob-sb-item-text {
        font-size: 14px;
    }
}

:root {
    /* header-1.css uyumlu koyu tema + turuncu vurgu */
    --hdr-bg: #1f2021; /* ana header zemini */
    --bar-bg: #2a2b2d; /* alt şerit / nav bar */
    --text: #ffffff; /* ana metin */
    --muted: #b7b7b9; /* ikincil metin */
    --accent: #86aa02; /* vurgu rengi */
    --accent-900: #1b120d; /* turuncu için koyu taban */
    --chip-bg: #1c1d1f; /* küçük çipler */
    --sep: rgba(255, 255, 255, .08);
    --radius: 12px;
    --shadow: 0 6px 16px rgba(0, 0, 0, .45);
}

/* Varsayılan kapalı, class ile aç */
.mob-sb-container{display:none;overflow: scroll;}
.mob-sb-container.is-open{display:block;}


.t-modal-close {
    position: absolute;
    right: 20px;
    top: 30px;
    background: #2b2b2d;
    padding: 10px 15px;
    border-radius: 50%;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    padding: .5rem 1rem;
    font-weight: 700;
    /* box-shadow: var(--shadow); */
    transition: all .2s 
ease;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
    padding: 7px 15px !important;
}

.mob-sb-mobil-footer-lang {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: #2b2b2d;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    user-select: none;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    padding: .5rem 1rem;
    font-weight: 700;
    /* box-shadow: var(--shadow); */
    transition: all .2s 
ease;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(135 168 5)), color-stop(9%, rgba(144, 179, 5, 1)), color-stop(91%, rgba(44, 52, 1, 1))) !important;
    background: -o-linear-gradient(top, rgb(135 168 5) 0%, rgba(144, 179, 5, 1) 9%, rgba(44, 52, 1, 1) 91%) !important;
    background: linear-gradient(180deg, rgb(114 143 0) 0%, rgb(135 141 18) 9%, rgb(69 82 1) 91%) !important;
    box-shadow: 0 1px 6px #86a713;
    padding: 7px 15px !important;
}

.mob-sb-lang-dropdown {
    position: absolute;
    bottom: 110%;
    left: 0;
    width: 110px;
    background: #2a2b2d;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: none;
    z-index: 9999;
}

.mob-sb-lang-dropdown li {
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.mob-sb-lang-dropdown li:hover {
    background: rgba(255,255,255,0.1);
}

/* aktif olduğunda aç */
.mob-sb-mobil-footer-lang.active .mob-sb-lang-dropdown {
    display: block;
}


.mob-sb-logo- img {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

html.preload .mob-sb-mobil-navbar{
    opacity: 0;
    transform: translateY(120%);
    transition: none !important; /* flash yok */
}

/* Normalde bar açık konumda */
.mob-sb-mobil-navbar{ transform: translateY(0); }

.border-top {
    border-top: 1px solid #393e16 !important;
}

/* 1) Alt bar sadece transform ile hareket edecek; bottom'a transition verme */
.mob-sb-mobil-navbar{
  position: fixed;
  left: 0; right: 0;
  bottom: env(safe-area-inset-bottom, 0px);
  width: 100%;
  z-index: 9999;
  transition: transform .35s ease;   /* <-- sadece transform */
  transform: translateY(0);          /* başlangıç: açık */
}

/* 2) Çakışan görünürlük kurallarını kaldır/tekilleştir */
@media (max-width: 991px){
  .mob-sb-mobil-navbar{ display:block !important; }
}
/* BUNU SİL → .mob-sb-mobil-navbar { display: none; } */

/* 3) Preload sırasında zıplamayı kes */
html.preload .mob-sb-mobil-navbar{
  opacity: 0; transform: translateY(120%); transition: none !important;
}