/* ========================================
   CUSTOM STYLES FOR BETIFY CASINO
   ======================================== */

/* ===== LOGO STYLES ===== */
.site-header__logo img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    width: 200px;
    height: 51px;
    background-color: #000 !important;
    padding: 5px;
    border-radius: 4px;
}

.game-hero__logo {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    width: 400px;
    height: 101px;
    background-color: #000 !important;
    padding: 10px;
    border-radius: 8px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .site-header__logo img {
        width: 180px;
        height: 46px;
    }
    
    .game-hero__logo {
        width: 300px;
        height: 76px;
    }
}

@media (max-width: 480px) {
    .site-header__logo img {
        width: 150px;
        height: 38px;
    }
    
    .game-hero__logo {
        width: 250px;
        height: 63px;
    }
}

/* ===== COLOR OVERRIDES ===== */

/* Header & Navigation */
.site-header {
    background-color: #000 !important;
}

.site-header__menu.is-active {
    background-color: #000 !important;
}

/* Links */
a {
    color: #000 !important;
}

/* Hero Section */
.game-hero {
    border: 3px solid #1ed760 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.game-hero__bg {
    border: 2px solid #000 !important;
    background-position: center calc(70% + 150px) !important;
    background-size: cover !important;
}

.game-hero__btn--primary {
    background: #1ed760 !important;
    border: 1px solid #1ed760 !important;
    color: #fff !important;
}

.game-hero__btn--primary:hover {
    background: #18b850 !important;
    border: 1px solid #18b850 !important;
}

/* Tabs */
.tab.active {
    color: #000 !important;
    border-bottom: 3px solid #000 !important;
}

.tab:hover {
    color: #000 !important;
}

/* Casino Cards */
.casinos-cards__item {
    border: 2px solid #000 !important;
}

.casinos-cards__item::before {
    background: #000 !important;
}

.casinos-cards__image {
    background: #000 !important;
}

.card-content .card-buttons__play {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

/* Slots */
.slots__item {
    border: 2px solid #000 !important;
}

.slot-image-wrapper .play-button {
    background-color: #000 !important;
}

.slot-image-wrapper .play-button::before {
    border-left: 18px solid #000 !important;
}

.slot-game-btn {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.slot-game-btn:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

/* FAQ */
.faq-section .faq-item .faq-question {
    color: #000 !important;
}

.faq-section .faq-item .faq-question .faq-icon svg {
    fill: #000 !important;
}

/* Buttons */
.cta-buttons__item--register {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

/* Links */
.list-of-contents li a {
    color: #000 !important;
}

.list-of-contents li a:hover {
    color: #000 !important;
}

/* Tables */
.site-table {
    background: #000 !important;
    color: #000 !important;
}

.site-table th {
    background: #000 !important;
}

/* Reviews */
.review-card {
    border: 1px solid #000 !important;
}

/* Footer */
.site-footer {
    background-color: #000 !important;
}

/* ===== STICKY BAR ===== */
.sticky-bar {
    background-color: #747474 !important;
}

.sticky-bar__button {
    background-color: #1ed760 !important;
    border: 1px solid #1ed760 !important;
    color: #fff !important;
}

.sticky-bar__button:hover {
    background-color: #18b850 !important;
    border: 1px solid #18b850 !important;
}

/* Desktop adjustment for sticky bar button alignment */
@media (min-width: 769px) {
    .sticky-bar__button {
        margin-right: 150px;
    }
    
    /* Alternative: use transform to adjust position */
    /* .sticky-bar__button {
        transform: translateX(-150px);
    } */
}

/* ===== SELECTION ===== */
::-moz-selection {
    background-color: #000 !important;
    color: #fff !important;
}

::selection {
    background-color: #000 !important;
    color: #fff !important;
}

/* ===== ADDITIONAL UTILITIES ===== */

/* Smooth transitions for better UX */
.site-header__logo img:hover,
.game-hero__logo:hover {
    transform: scale(1.05);
}

/* Focus states for accessibility */
.game-hero__btn--primary:focus,
.sticky-bar__button:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Loading states */
.game-hero__btn--primary:active,
.sticky-bar__button:active {
    transform: scale(0.98);
}

/* Print styles */
@media print {
    .sticky-bar,
    .game-hero__btn--primary {
        display: none !important;
    }
}

/* ===== INFORMATION BLOCK ===== */
.alert.alert-info {
    background-color: #87CEEB !important;
    border: 2px solid #4682B4 !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.alert.alert-info p {
    margin: 0 !important;
    color: #1a1a1a !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

    .alert.alert-info strong {
        color: #000 !important;
        font-weight: 700 !important;
    }

    /* ===== VIP TABLE STYLES ===== */
    .vip-table-container {
        margin: 30px 0;
        overflow-x: auto;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .vip-table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        font-size: 14px;
        line-height: 1.4;
    }

    .vip-table th {
        background: #000 !important;
        color: #fff !important;
        padding: 15px 12px;
        text-align: center;
        font-weight: 700;
        font-size: 15px;
        border: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .vip-table td {
        padding: 12px 8px;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        vertical-align: middle;
    }

    .vip-table tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .vip-table tr:hover {
        background-color: #e9ecef;
        transition: background-color 0.3s ease;
    }

    .vip-table .cashback {
        background: #1ed760;
        color: #fff;
        padding: 4px 8px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 13px;
        display: inline-block;
        min-width: 40px;
    }

    .vip-table .yes {
        background: #28a745;
        color: #fff;
        padding: 4px 12px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 12px;
    }

    .vip-table .no {
        background: #6c757d;
        color: #fff;
        padding: 4px 12px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 12px;
    }

    .vip-table .vip-highlight {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
        border-left: 4px solid #ffc107;
    }

    .vip-table .vip-premium {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border-left: 4px solid #28a745;
    }

    .vip-table .vip-premium td:first-child {
        font-size: 16px;
        color: #155724;
    }

    /* ===== EXAMPLE BOX ===== */
    .example-box {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
        border: 2px solid #ffc107;
        border-radius: 12px;
        padding: 20px 25px;
        margin: 25px 0;
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
    }

    .example-box p {
        margin: 0 0 15px 0;
        color: #856404;
        font-size: 15px;
        line-height: 1.6;
    }

    .example-box p:first-child {
        font-size: 16px;
        font-weight: 700;
        color: #856404;
        margin-bottom: 15px;
    }

    .example-box ul {
        margin: 0;
        padding-left: 20px;
    }

    .example-box li {
        margin-bottom: 8px;
        color: #856404;
        font-size: 14px;
        line-height: 1.5;
    }

    .example-box strong {
        color: #000 !important;
        font-weight: 700 !important;
    }

    /* ===== RESPONSIVE TABLE ===== */
    @media (max-width: 768px) {
        .vip-table {
            font-size: 12px;
        }

        .vip-table th,
        .vip-table td {
            padding: 8px 4px;
        }

        .vip-table .cashback,
        .vip-table .yes,
        .vip-table .no {
            font-size: 11px;
            padding: 3px 6px;
        }

        .example-box {
            padding: 15px 20px;
            margin: 20px 0;
        }

        .example-box p,
        .example-box li {
            font-size: 13px;
        }
    }
