body {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
    color: #f8f9fa;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffc107; 
    font-weight: 700;
}

a {
    color: #ffc107;
    text-decoration: none;
}

a:hover {
    color: #e0a800;
    text-decoration: none;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    font-weight: 600;
    text-decoration: none; 
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #212529;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    text-decoration: none; 
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    color: #212529;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-dark-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-dark-transparent {
    background-color: rgba(33, 37, 41, 0.7) !important;
}

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

.text-white {
    color: #f8f9fa !important;
}

.text-white-50 {
    color: rgba(248, 249, 250, 0.5) !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.logo-img {
    height: 40px;
    width: auto;
}

header {
    z-index: 1030;
}

header .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 600;
}

header .nav-link:hover {
    color: #ffc107 !important;
}

.header-warning {
    font-size: 0.75rem;
}

.hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 80vh;
    padding-top: 100px; 
    padding-bottom: 50px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-img-top {
    max-height: 120px;
    object-fit: contain;
    background-color: #000;
}

.card-img-top-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-color: #000;
}

.rating i {
    font-size: 1.1rem;
}

.overall-score {
    font-size: 5rem;
    line-height: 1;
}

.rating-list li span {
    color:white;
    font-weight: 600;
}

.comparison-table thead th {
    position: sticky;
    background-color: #212529;
    z-index: 10;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.comparison-table .table-dark tbody tr:hover {
    background-color: #343a40;
}

.accordion-item {
    border: 1px solid #ffc107;
}

.accordion-button {
    border-radius: 0.5rem !important;
    padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
    background-color: #ffc107 !important;
    color: #212529 !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #ffc107;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #212529;
    border-top: 1px solid #ffc107;
    border-radius: 0 0 0.5rem 0.5rem;
    color: white;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-collapse.collapse.show {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.responsible-gaming-disclaimer {
    background-color: #1a1a1a;
}

.responsible-gaming-disclaimer .p-4 {
    background-color: #1a1a1a !important;
}

.footer-logos {
    gap: 1.5rem;
}

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

.footer-logo-18plus {
    max-width: 60px;
    height: auto;
    display: block;
}

.avatar-sm {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.review-image {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}


#ageVerificationModal .modal-content {
    border: 2px solid #ffc107;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}


#cookieConsentModal .modal-content {
    border: 2px solid #ffc107;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

#cookieConsentModal .form-check-input:checked {
    background-color: #ffc107;
    border-color: #ffc107;
}

#cookieConsentModal .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.sticky-mobile-footer-bar {
    z-index: 1020;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 60vh;
        padding-top: 80px;
    }
    .header-warning {
        display: none !important;
    }
    main {
        padding-bottom: 70px; 
    }
}

@media (min-width: 992px) {
    .sticky-mobile-footer-bar {
        display: none !important;
    }
}


.legalDomeBlock {
    
    padding-top: 2.5rem;    
    padding-bottom: 2.5rem; 
    padding-left: 1.5rem;   
    padding-right: 1.5rem;  
    
}

.legalDomeBlock h1 {
    
    font-size: 2.2em;       
    font-weight: 700;       
    line-height: 1.2;       
    margin-top: 2.5rem;     
    margin-bottom: 1.2rem;  
}

.legalDomeBlock h2 {
    
    font-size: 1.8em;       
    font-weight: 700;       
    line-height: 1.3;       
    margin-top: 2rem;       
    margin-bottom: 1rem;    
}

.legalDomeBlock h3 {
    
    font-size: 1.5em;       
    font-weight: 600;       
    line-height: 1.4;       
    margin-top: 1.8rem;     
    margin-bottom: 0.8rem;  
}

.legalDomeBlock h4 {
    
    font-size: 1.2em;       
    font-weight: 600;       
    line-height: 1.5;       
    margin-top: 1.5rem;     
    margin-bottom: 0.6rem;  
}

.legalDomeBlock h5 {
    
    font-size: 1.1em;       
    font-weight: 500;       
    line-height: 1.6;       
    margin-top: 1.2rem;     
    margin-bottom: 0.5rem;  
}

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

.legalDomeBlock ul {
    
    list-style-type: disc;  
    margin-top: 1em;        
    margin-bottom: 1em;     
    padding-left: 1.5em;    
}

.legalDomeBlock ol {
    
    list-style-type: decimal; 
    margin-top: 1em;        
    margin-bottom: 1em;     
    padding-left: 1.5em;    
}

.legalDomeBlock li {
    
    font-size: 1em;         
    line-height: 1.6;       
    margin-bottom: 0.5em;   
}
@media (max-width:767px) {
    .hero-title-h1{
        margin-top: 60px;
    }
}