/* Odstranění padding*/
.ast-single-post.ast-page-builder-template .site-main > article, .ast-page-builder-template .post-navigation { 
padding-top: 0; 
padding-left: 0; 
padding-right: 0; 

}


/* Strana Automaty */
.page-id-20 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-681 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/sloty.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}
/* Strana Live game */
.page-id-18 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-677 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/banner-nabidka.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}

/* Strana Kontakt */
.page-id-24 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-671 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/banner-kontakt.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}
/* Strana Kariera */
.page-id-22 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-675 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/job.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}
/* Strana Bonus Program */
.page-id-434 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-928 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/bonus-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}

/* Strana Gdpr */
.page-id-536 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-688 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/gdpr.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}
/* Strana Whisteblowing */
.page-id-737 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/whistle.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}
/* Strana Automaty-detail */
.page-id-764 .entry-header.ast-no-thumbnail.ast-header-without-markup,
.page-id-729 .entry-header.ast-no-thumbnail.ast-header-without-markup {
    background-image: url('../images/sloty.webp');
    background-size: cover;
    background-position: center;
    padding: 120px 0; 
    min-height: 300px; 
    margin-top: 0;
}

/* ------------------------------------------------------- */
/* JACKPOTY                                                 */
/* ------------------------------------------------------- */


/* Hlavní box jackpotu */
.jackpot-box {
    background: #000000;
    border: 1px solid #bfa146;
    padding: 10px 14px;
    border-radius: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 470px;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
}

/* Řádek s logem, měnou a hodnotou */
.jackpot-row {
    display: flex;
    align-items: center;
    gap: 20px; 
}

/* Logo jackpotu */
.jackpot-logo {
    height: 60px;
    width: auto;
    flex-shrink: 0;
}

/* Container pro měnu a hodnotu */
.jackpot-value-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Statická měna */
.jackpot-currency {
    font-size: 29px;
    font-weight: 700;
    color: #bfa146;
}

/* Hodnota jackpotu */
.jackpot-value.odometer {
    font-size: 32px;
    font-weight: 700;
    color: #bfa146;
}

/* Poslední výhra */
.jackpot-last {
    margin-top: 3px;
    font-size: 13px;
    color: #ffffff;
}

/* Jackpoty na úvodní stránce – absolutní pozice */
.jackpot-wrapper {
    position: absolute;
    top: 162px; 
    left: 20px; 
    z-index: 2;
    width: 470px;
    pointer-events: none;
background-color: #000000;
}
/* ------------------------------------------------------- */
/* RESPONSIVE - MOBIL                                      */
/* ------------------------------------------------------- */
@media (max-width: 768px) {
    .jackpot-wrapper {
        width: 100%;
        left: 0;
        top: 282px;
    }

    .jackpot-logo {
        height: 35px;
        width: auto;
    }

    .jackpot-currency,
    .jackpot-value.odometer {
        font-size: 28px;
    }
}
/* ------------------------------------------------------- */
/* GLOBAL STYLES                                           */
/* ------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

.entry-content > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

section {
    margin: 0 !important;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ------------------------------------------------------- */
/* SEKCE STYLY                                             */
/* ------------------------------------------------------- */

.sec { 
min-height: 100vh; 
width: 100%; 
display: flex; 
align-items: center; 
justify-content: center; 
text-align: center; 
color: #fff; 
padding: 60px 0; 
} 

.sec .inner { 
max-width: 900px;
 margin: 0 auto; 
padding: 0 20px; 
} 

.hero-sec {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('../images/hero.jpeg') center top/cover no-repeat;
  height: 100vh; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 60px; /* odpovídá výšce menu */
}

/* Overlay */
.hero-sec::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.1); 
  z-index: 1;
}

/* Hero text */
.hero-sec .hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
}

/* Parallax jen pro desktop */
@media (min-width: 1024px) {
  .hero-sec {
    background-attachment: fixed; /* parallax funguje jen na desktopu */
  }
}

/* background attachment scroll */
@media (max-width: 1023px) {
  .hero-sec {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px; /* menu */
    height: calc(100vw * (9 / 16) + 150px); 
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
                url('../images/hero.jpeg') center top / 100% auto no-repeat;
    background-attachment: scroll;
  }

  .hero-sec .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    max-width: 90%;
  }

  .hero-sec::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
  }
}

/* VSTUPNÍ IMPERIAL BONUS */
.sec.vstupni-sec {
    width: 100%;
    padding-top: 60px;  
    padding-bottom: 60px;
    margin: 0; 
    background: radial-gradient(circle at center, #222222 0%, #1f1f1f 100%);
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* HEADER */
.sec.vstupni-sec .bonus-header h2 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: left;
    color: #bfa146;
    display: inline-block;
}


.sec.vstupni-sec .bonus-header p {
    font-size: 1.3em;
    color: #ccc;
    margin: 0 0 40px 0;
}

/* CARD CONTAINER */
.sec.vstupni-sec .bonus-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* ========================= */
/* MODRÁ KARTA - atraktivní  */
/* ========================= */
.sec.vstupni-sec .card-modra {
    width: 380px;
    background: linear-gradient(145deg, #002244, #004488);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(0, 68, 136, 0.6), 0 0 15px rgba(0, 255, 255, 0.4) inset;
    transition: transform 0.5s, box-shadow 0.5s, filter 0.5s;
    cursor: pointer;
}
.sec.vstupni-sec .card-modra:hover {
    transform: translateY(-15px) rotate(-3deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 68, 136, 0.8), 0 0 30px rgba(0, 255, 255, 0.6) inset;
    filter: brightness(1.15);
}
.sec.vstupni-sec .card-modra img {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.sec.vstupni-sec .title-modra {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 8px;
}
.sec.vstupni-sec .bonus-modra {
    font-size: 2em;
    font-weight: bold;
    color: #00ffff;
}

/* ========================= */
/* ZLATÁ KARTA - luxusní     */
/* ========================= */
.sec.vstupni-sec .card-zlata {
    width: 380px;
    background: linear-gradient(135deg, #b8860b, #ffd700);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(184, 134, 11, 0.6), 0 0 15px rgba(255, 215, 0, 0.4) inset;
    transition: transform 0.5s, box-shadow 0.5s, filter 0.5s;
    cursor: pointer;
}
.sec.vstupni-sec .card-zlata:hover {
    transform: translateY(-15px) rotate(-2deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(184, 134, 11, 0.8), 0 0 30px rgba(255, 215, 0, 0.6) inset;
    filter: brightness(1.15);
}
.sec.vstupni-sec .card-zlata img {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.sec.vstupni-sec .title-zlata {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 8px;
}
.sec.vstupni-sec .bonus-zlata {
    font-size: 2em;
    font-weight: bold;
    color: #fff200;
}

/* ========================= */
/* PLATINOVÁ KARTA - exkluzivní */
/* ========================= */
.sec.vstupni-sec .card-platin {
    width: 380px;
    background: linear-gradient(135deg, #6e6e6e, #b0b0b0);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(110, 110, 110, 0.6), 0 0 15px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.5s, box-shadow 0.5s, filter 0.5s;
    cursor: pointer;
}
.sec.vstupni-sec .card-platin:hover {
    transform: translateY(-15px) rotate(-2deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(110, 110, 110, 0.8), 0 0 30px rgba(255, 255, 255, 0.5) inset;
    filter: brightness(1.15);
}
.sec.vstupni-sec .card-platin img {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.sec.vstupni-sec .title-platin {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 8px;
}
.sec.vstupni-sec .bonus-platin {
    font-size: 2em;
    font-weight: bold;
    color: #e5e5e5;
}

/* ----------------- */
/* RESPONSIVE        */
/* ----------------- */
@media(max-width: 768px) {
    .sec.vstupni-sec .bonus-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sec.vstupni-sec .bonus-header h2 {
        font-size: 2em;
 text-align: center;
margin-bottom: 0px;

    }
    .sec.vstupni-sec .card-modra,
    .sec.vstupni-sec .card-zlata,
    .sec.vstupni-sec .card-platin {
        width: 85%;
        padding: 20px;
    }
    .sec.vstupni-sec .bonus-modra,
    .sec.vstupni-sec .bonus-zlata,
    .sec.vstupni-sec .bonus-platin {
        font-size: 1.8em;
    }
}


/* ------------------------------------------------------- */
/* FOOTER                                                   */
/* ------------------------------------------------------- */
.footer-sec {
    background: #000;
    color: #fff;
    padding: 60px 20px;
}

/* ------------------------------------------------------- */
/* BUTTONY                                                  */
/* ------------------------------------------------------- */
.btn {
    display: inline-block;
    padding: 14px 32px;
    background: #d4af37;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.25s;
    margin-top: 20px;
}

.btn:hover {
    background: #fff;
    color: #000;
}

/* ------------------------------------------------------- */
/* RESPONZIVITA                                             */
/* ------------------------------------------------------- */
@media (max-width: 900px) {
    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .bonus-wrapper .rotating-image {
        right: 50px;
        bottom: 40px;
        width: 100px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .sec {
        padding: 40px 20px;
        min-height: auto;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    p  { font-size: 16px; }

    .btn {
        padding: 12px 26px;
        font-size: 16px;
    }

    ..bonus-top {
        width: 100%;      
        text-align: center; 
        padding-left: 0;    
    }

    .bonus-top h2 {
        display: block;    
        margin: 0 auto;    
        text-align: center;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .bonus-top .intro {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .bonus-value-box {
        margin: 0 auto;
        width: 85%;
        justify-content: center;
        margin-bottom: 5px;
    }

    .value-left, .value-right {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .value-right .small {
        width: 100%;
        line-height: 1.3;
    }

    .cards-row { gap: 0px; }

    .card.modra,
    .card.zlata,
    .card.platinova { transform: translateY(0); }

    .bonus-wrapper .rotating-image {
        right: 20px;
        bottom: 20px;
        width: 80px;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 26px; }
    h2 { font-size: 36px; }
    p  { font-size: 14px; }

    .btn {
        width: 100%;
        padding: 12px 20px;
    }

    .bonus-top h2 { font-size: 36px; padding-left: 0; text-align: center; }
    .bonus-top .intro { padding-left: 0; text-align: center; }

    .bonus-value-box { width: 95%; padding: 15px; }
    .cards-row { flex-direction: column; gap: 20px; padding: 0 10%; }
    .card { width: 100%; margin-bottom: 30px; }
    .bonus-wrapper .rotating-image { display: none; }
}

/* Desktop i větší notebooky */
@media (min-width: 769px) {
    .bonus-value-box { margin-left: 190px; }
}

/* Malé tablety a mobily */
@media (max-width: 768px) {
    .bonus-value-box { margin: 0 auto 40px; } 
}

/* PATA STRANKY - MIDDLE */
/* Hlavní obal widgetu */
.casino-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Nadpis widgetu */
.casino-widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-align: left; /* nebo center podle potřeby */
}

/* Jednotlivá položka kasina */
.casino-item {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

/* Název kasina */
.casino-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
color:#fff;
}

/* Místo kasina */
.casino-location{
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    font-weight: 600;
}

/* Tlačítko */
.casino-button a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background-color: #bfa146;
    color: #fff;
    text-decoration: none;
  font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.casino-button a:hover {
    background-color: #3a3a3a;
border: 1px solid #bfa146;
}

/** PATA STRANEK - LEFT **/

.promo-box {
    color: #fff;
    padding: 15px;
    max-width: 700px;
}

.promo-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
 color: #fff;
}

.promo-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.promo-line {
    width: 40px;
    height: 2px;
    background: #d4af37; 
    flex-shrink: 0;
}

.promo-text {
    margin: 0;
}

.promo-socials {
    margin: 20px 0;
    display: flex;
    gap: 10px;
}

.promo-btn {
    padding: 6px 14px;
    border: 1px solid #d4af37;
    color: #d4af37;
    border-radius: 4px;
    text-decoration: none;
}

.promo-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promo-links li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.promo-links li a:hover {
    color: #d4af37;
}

/* Social ikony */
.promo-socials {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.social-icon {
    width: 34px;
    height: 34px;
    display: inline-block;

    border: 1px solid #d4af37;
    border-radius: 4px;

    /* SVG ikony */
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Facebook */
.social-icon.fb {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 3h-2c-2.2 0-4 1.8-4 4v2H7v3h2v9h3v-9h2.5l.5-3H12V7c0-.6.4-1 1-1h2V3z'/%3E%3C/svg%3E");
}

/* Instagram */
.social-icon.ig {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm10 2a3 3 0 013 3v10a3 3 0 01-3 3H7a3 3 0 01-3-3V7a3 3 0 013-3h10zm-5 3a5 5 0 100 10 5 5 0 000-10zm0 2a3 3 0 110 6 3 3 0 010-6zm4.8-.9a1.1 1.1 0 100 2.2 1.1 1.1 0 000-2.2z'/%3E%3C/svg%3E");
}

/* Odkazy */
.promo-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* ===================================================== */
/* MOBILNÍ OPTIMALIZACE                                   */
/* ===================================================== */
@media (max-width: 768px) {

    .promo-box {
        display: flex;
        flex-direction: column;
        align-items: center; 
        text-align: center;
    }

    /* Nadpis */
    .promo-box h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    /* Řádek */
    .promo-row {
        flex-direction: column;
        align-items: center;
        gap: 1px;
        margin: 5px 0;
    }

    .promo-line {
        margin: 0 auto;
    }

    /* Text */
    .promo-text {
        margin: 0;
        max-width: 90%;
    }

    /* Sociální ikony */
    .promo-socials {
        justify-content: center;
        margin: 12px 0 16px;
    }

    /* Tlačítko */
    .promo-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 5px auto 5px; 
    }

    /* Odkazy */
    .promo-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
