
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: #e0e0e0; 
    line-height: 1.6;
    margin: 0;
    padding: 0;
}


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

.section-title {
    font-size: 3.5rem;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 3rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}


.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.glass-sub-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}


.header-section {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1030;
}

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

.header-section .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.header-section .nav-link:hover {
    color: #00c6ff;
}


.top-warning-bar {
    background-color: #dc3545 !important;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}


.hero-section {
    position: relative;
    height: 60vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

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

.hero-section h2 {
    font-size: 3.5rem;
    color: #fff;
}

.hero-section p {
    font-size: 1.25rem;
    color: #e0e0e0;
}


.bg-gradient-light {
    background: linear-gradient(135deg, #1e1e3f, #3a3a60);
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #0f0c29, #302b63);
}

.offer-logo {
    width: 100%;
    min-height: 110px;
    object-fit: contain;
}

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

.rating-sm i {
    font-size: 0.9rem;
}

.features-list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    text-decoration: none !important; 
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
}


.editor-rating-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


.rating-criteria-item {
    display: flex;
    align-items: flex-start;
}

.rating-criteria-item i {
    font-size: 2.5rem;
    margin-right: 1rem;
}


.table-dark th, .table-dark td {
    border-color: rgba(255, 255, 255, 0.1);
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-bordered th, .table-bordered td {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.report-abuse-btn {
    font-size: 0.85rem;
    text-decoration: none !important;
}

.report-abuse-btn:hover {
    text-decoration: underline !important;
}


.responsible-gaming-disclaimer {
    position: relative;
    padding-top: 7rem; 
    padding-bottom: 5rem;
    background: linear-gradient(135deg, #1a0a2e, #3a1a5e); 
}

.responsible-gaming-disclaimer .glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 2px solid #dc3545; 
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}


.footer-section {
    background-color: #1a1a1a !important;
    color: #e0e0e0;
}

.footer-section a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #fff;
}

.footer-section .logo-footer {
    height: 30px;
    width: auto;
}

.footer-logos {
    gap: 1.5rem;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.footer-logo-18plus {
    max-width: 80px;
    height: auto;
    object-fit: contain;
    filter: saturate(2) hue-rotate(340deg);
}


.modal-content.glass-effect {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}


@media (max-width: 991.98px) {
    .header-section .navbar-brand h1 {
        font-size: 1.5rem;
    }
    .header-section .logo {
        height: 35px;
    }
    .hero-section h2 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .section-title {
        font-size: 2.5rem;
    }
    .footer-logos {
        gap: 1rem;
    }
    .footer-logo {
        max-width: 100px;
    }
    .footer-logo-18plus {
        max-width: 60px;
    }
}

@media (max-width: 767.98px) {
    .header-section .navbar-brand h1 {
        font-size: 1.2rem;
    }
    .header-section .logo {
        height: 30px;
    }
    .hero-section {
        height: 50vh;
    }
    .hero-section h2 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .offer-logo {
        max-height: 60px;
        max-width: 150px;
    }
    .btn-lg {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }
    .footer-logos {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
    }
    .footer-logo {
        max-width: 90px;
    }
    .footer-logo-18plus {
        max-width: 50px;
    }
    .responsible-gaming-disclaimer {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}


html {
    scroll-behavior: smooth;
}
.complianceVaultNode {
    padding-top: 2rem; 
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
    padding-bottom: 2rem; 
    max-width: 1200px; 
    margin-left: auto; 
    margin-right: auto; 
}


.complianceVaultNode h1 {
    font-size: 2.2rem; 
    line-height: 1.2;
    margin-top: 2.5rem; 
    margin-bottom: 1.5rem; 
    color: #ffffff; 
}

.complianceVaultNode h2 {
    font-size: 1.8rem; 
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    color: #f0f0f0; 
}

.complianceVaultNode h3 {
    font-size: 1.5rem; 
    line-height: 1.4;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    color: #e8e8e8; 
}

.complianceVaultNode h4 {
    font-size: 1.2rem; 
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #d0d0d0; 
}

.complianceVaultNode h5 {
    font-size: 1rem; 
    line-height: 1.6;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    color: #c0c0c0; 
}


.complianceVaultNode p {
    font-size: 1rem; 
    line-height: 1.7; 
    margin-bottom: 1rem; 
    color: #e0e0e0; 
}


.complianceVaultNode ul {
    list-style: disc; 
    padding-left: 1.5rem; 
    margin-top: 1rem; 
    margin-bottom: 1rem; 
}


.complianceVaultNode li {
    font-size: 1rem; 
    line-height: 1.7; 
    margin-bottom: 0.5rem; 
    color: #e0e0e0; 
}


@media (max-width: 767.98px) {
    .complianceVaultNode {
        padding-left: 1rem; 
        padding-right: 1rem; 
    }

    .complianceVaultNode h1 {
        font-size: 1.8rem; 
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .complianceVaultNode h2 {
        font-size: 1.5rem; 
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .complianceVaultNode h3 {
        font-size: 1.3rem; 
        margin-top: 1.2rem;
        margin-bottom: 0.7rem;
    }

    .complianceVaultNode h4 {
        font-size: 1.1rem; 
        margin-top: 1rem;
        margin-bottom: 0.6rem;
    }

    .complianceVaultNode h5 {
        font-size: 0.95rem; 
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .complianceVaultNode p,
    .complianceVaultNode li {
        font-size: 0.95rem; 
        line-height: 1.6;
    }

    .complianceVaultNode ul {
        padding-left: 1.2rem; 
    }
}


.modal-body, .form-check-label, #customizeCookiesBtn, .card-body {
    color: #fff;
    border-color: #fff !important;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label, .form-check-input:disabled {
    opacity: 1;
}