.full-width-background {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.slots-tabs .nav-tabs {
    border-bottom: 1px solid rgb(187, 143, 45);
}

.slots-tabs .nav-link {
    color: #495057;
    margin-right: 2px;
    border: none;
    font-weight: bold;
    width: 320px;
    font-size: 20px;
}

.slots-tab-button {
    max-width: 13rem;
}

.slots-card {
    height: 24rem !important;
}

.slots-tabs .nav-link.active {
    background-color: rgb(187, 143, 45) !Important;
    color: white !important;
}

.slots-tabs .nav-link:hover {
    background-color: rgb(187, 143, 45) !Important;
    color: white !important;
}

.tab-content {
    padding: 20px;
    background-color: #f8f9fa;
    color: rgb(187, 143, 45);

    @media (max-width: 768px) {
        padding: 0;
        background-color: white;
    }
}

.slots-tab-content {
    background: transparent;
}

.intro-text {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 20px 0;
}

#slotMachines, #jackpots {
    color: #495057;
}

.banner-section .title {
    font-size: 50px;
    font-weight: bold;
}

.slots-container {
    background-color: transparent;
    padding-top: 0;
}

.slots-container .slot-card {
    min-height: 43rem;

    @media (max-width: 768px) {
        min-height: 100%;
    }
}

.show-more-btn {
    background: #BB8F2D !important;
    border: 0 !important;
}

.list-group-item {
    border: 0 !important;
}

.slots-container .slot-card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.slots-container .slot-card .card-body h5,
.slots-container .slot-card .card-body p,
.slots-container .slot-card .card-body li {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.slots-container {
    .card-content {
        overflow: hidden;
        max-height: 60px;
        transition: max-height 0.3s ease;
    }

    .card-content.show {
        max-height: 500px;
    }

    .show-more {
        color: #007bff;
        cursor: pointer;
        text-align: right;
        margin-top: 8px;
        display: block;
    }

    .slot-card img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
}

.slots-container .slot-card img {
    object-fit: contain !important;
}

/* Mobile styles */
@media (max-width: 768px) {
    .banner-section .title {
        font-size: 26px;
    }

    .intro-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }


    .slots-container h2 {
        font-size: 24px;
    }

    .slots-container {
        padding-bottom: 30px;
    }

    .slot-card .card-title {
        font-size: 18px;
    }
}
