body {
    font-family: 'Poppins', sans-serif;
    background-color: #000000; 
    color: #E0E0E0; 
    line-height: 1.6;
    overflow-x: hidden;
}

.bg-dark-custom {
    background-color: #000000; 
}

.bg-dark-section {
    background-color: #0a0a0a; 
}

.bg-dark-custom-light {
    background-color: #1a1a1a; 
}

.text-success-custom {
    color: #39FF14 !important; 
}

.btn-success-custom {
    background-color: #39FF14;
    color: #000000;
    border: 1px solid #39FF14;
    font-weight: 600;
    text-decoration: none;
    transition: none; 
}

.btn-success-custom:hover {
    background-color: #2ecc00; 
    color: #000000;
    border-color: #2ecc00;
}

.btn-outline-light {
    border-color: #E0E0E0;
    color: #E0E0E0;
    transition: none; 
}

.btn-outline-light:hover {
    background-color: #E0E0E0;
    color: #000000;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    transition: none; 
}

.navbar-nav .nav-link:hover {
    color: #39FF14 !important;
}

.header-disclaimer a {
    color: #E0E0E0;
}

.header-disclaimer a:hover {
    color: #39FF14;
}


.hero-section {
    background-image: url('media/content/hero-bg_28.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.hero-section .card {
    background-color: rgba(26, 26, 26, 0.9); 
    border: 1px solid #39FF14;
}

.hero-section .card-body {
    padding: 2rem;
}


.rating-card {
    border: 1px solid #39FF14;
    overflow: hidden;
}

.rating-img {
    height: 200px;
    object-fit: contain;
    padding: 10px;
    width: 100%;
}

.rating-score {
    font-size: 1.1rem;
    font-weight: 600;
    color: #39FF14;
}

.reviews-count {
    font-size: 0.9rem;
    color: #E0E0E0;
}


#about-us .img-fluid, #responsible-play .img-fluid {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #39FF14;
}


.avatar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #39FF14;
}


.gambling-disclaimer {
    background-color: #0a0a0a; 
}

.gambling-disclaimer .p-4 {
    background-color: #1a1a1a; 
    border: 2px solid #ffc107; 
}

.gambling-disclaimer .text-warning {
    color: #ffc107 !important;
}

.gambling-disclaimer a {
    color: #39FF14;
}

.gambling-disclaimer a:hover {
    color: #2ecc00;
}


footer {
    border-top: 1px solid #39FF14;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    display: block; 
}

.bg-danger-custom {
    background-color: #dc3545 !important; 
}


.modal-content {
    background-color: #1a1a1a;
    border: 1px solid #39FF14;
    color: #E0E0E0;
}

.age-modal-content .modal-body, .cookie-modal-content .modal-body {
    padding-top: 0;
}

.age-modal-content .modal-footer, .cookie-modal-content .modal-footer {
    padding-top: 0;
}

.form-check-input:checked {
    background-color: #39FF14;
    border-color: #39FF14;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 255, 20, 0.25);
}


html {
    scroll-behavior: smooth;
}


@media (max-width: 991.98px) {
    .header-disclaimer {
        text-align: center !important;
        width: 100%;
        margin-top: 1rem !important;
        margin-left: 0 !important;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .navbar-collapse {
        order: 3; 
    }
    .hero-section {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .display-3 {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .rating-img {
        height: 150px;
    }
    .footer-logo {
        max-width: 100px;
    }
}

.termsCaveBox {
    padding-top: 2.5em; 
    padding-left: 2em; 
    padding-right: 2em; 
    
    padding-bottom: 2.5em; 
}


.termsCaveBox h1 {
    font-size: 1.8rem; 
    line-height: 1.3; 
    margin-top: 1.8em; 
    margin-bottom: 0.8em; 
    font-weight: 700; 
}


.termsCaveBox h2 {
    font-size: 1.6rem; 
    line-height: 1.3;
    margin-top: 1.6em;
    margin-bottom: 0.7em;
    font-weight: 600;
}


.termsCaveBox h3 {
    font-size: 1.4rem; 
    line-height: 1.4;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    font-weight: 600;
}


.termsCaveBox h4 {
    font-size: 1.2rem; 
    line-height: 1.4;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 500;
}


.termsCaveBox h5 {
    font-size: 1.1rem; 
    line-height: 1.5;
    margin-top: 1.1em;
    margin-bottom: 0.4em;
    font-weight: 500;
}


.termsCaveBox p {
    font-size: 1rem; 
    line-height: 1.6; 
    margin-bottom: 1em; 
}


.termsCaveBox ul {
    font-size: 1rem; 
    line-height: 1.6;
    margin-top: 1em; 
    margin-bottom: 1em; 
    padding-left: 1.8em; 
    list-style-type: disc; 
}


.termsCaveBox li {
    margin-bottom: 0.5em; 
}

.header-disclaimer{
    margin: 10px auto;
    background-color: #dc3545;
    padding: 4px;
    width: 100%;

    p{
        text-align: center;
    }

    a {
        color: #fff !important;
        transition: 0.4s linear;

        &:hover{
            color: #2ecc00 !important;
        }
    }
}



.logo-box{
    justify-content: space-between;
}

    .nav-wr{
        width: 100%;
    }
@media (max-width: 991px){
    .logo-box{
        width: 100%;
    }

}

@media (min-width: 992px){
    .navbar-toggler{
        display: none;
    }

    .nav-wr{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}