/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #e0e0e0; /* Default text color for dark theme */
    background-color: #1a1a2e;
    overflow-x: hidden; /* Prevent horizontal scroll from AOS animations */
}

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

a {
    text-decoration: none;
    color: #64ffda;
}

a:hover {
    color: #a7ffeb;
}

.section-title {
    font-size: 2.5rem;
    color: #f0f0f0;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #64ffda;
    border-radius: 2px;
}

.btn-primary {
    background-color: #64ffda;
    border-color: #64ffda;
    color: #1a1a2e;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #a7ffeb;
    border-color: #a7ffeb;
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(100, 255, 218, 0.3);
}

.btn-secondary {
    background-color: #3e2f84;
    border-color: #3e2f84;
    color: #f0f0f0;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #5a4b9e;
    border-color: #5a4b9e;
    color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(62, 47, 132, 0.3);
}

.btn-outline-light {
    color: #f0f0f0;
    border-color: #f0f0f0;
}

.btn-outline-light:hover {
    background-color: #f0f0f0;
    color: #1a1a2e;
}

.text-info {
    color: #64ffda !important;
}

.text-info:hover {
    color: #a7ffeb !important;
}

/* Header */
.main-header {
    background-color: #0f0e1c;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.main-header .logo {
    height: 40px; /* Adjust as needed */
    max-width: 150px;
}

.header-disclaimer {
    font-size: 0.8rem;
}

.header-disclaimer a {
    color: #64ffda !important;
}

/* Hero Section */
.hero-section {
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.hero-section h1 {
    font-size: 4.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-section p {
    font-size: 1.25rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Featured Items */
.featured-items {
    background-color: #1a1a2e;
}

.featured-card {
    background-color: #2c2c4d;
    border: 1px solid #3e2f84;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 900px;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.featured-card .featured-logo {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: contain;
}

.featured-badge {
    font-size: 0.9em;
    padding: 0.5em 0.8em;
    border-radius: 50px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(100, 255, 218, 0); }
    100% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0); }
}

.featured-card .bonus-offer {
    color: #64ffda;
    font-weight: 600;
}

.featured-card .star-rating i {
    color: #ffc107;
}

.featured-card .features-list li {
    margin-bottom: 5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #64ffda;
    border-radius: 50%;
    padding: 1.5rem;
}

/* Rating Grid */
.rating-grid {
    background-color: #f8f9fa; /* Light background for contrast */
    color: #1a1a2e;
}

.rating-grid .section-title {
    color: #1a1a2e;
}

.rating-grid .section-title::after {
    background-color: #3e2f84;
}

.rating-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rating-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.rating-card .rating-logo {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin-bottom: 15px;
}

.rating-card .bonus-offer {
    color: #3e2f84;
    font-weight: 600;
}

.rating-card .star-rating i {
    color: #ffc107;
}

.rating-card .trust-indicators .badge {
    background-color: #3e2f84;
    color: #fff;
    font-size: 0.85em;
    padding: 0.4em 0.7em;
    border-radius: 20px;
}

/* Editor Rating */
.editor-rating {
    background-color: #1a1a2e;
}

.editor-rating .overall-score {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #64ffda, #3e2f84);
    color: #fff;
    border: 5px solid #a7ffeb;
    box-shadow: 0 0 20px rgba(100, 255, 218, 0.5);
}

.editor-rating .overall-score h2 {
    font-size: 4rem;
}

.editor-rating .overall-score p {
    font-size: 1.2rem;
    margin-top: -10px;
}

.rating-criteria-list h5 {
    color: #f0f0f0;
}

.progress {
    height: 1.2rem;
    border-radius: 0.5rem;
    background-color: #3e2f84;
}

.progress-bar {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a2e;
    text-align: right;
    padding-right: 10px;
    transition: width 1s ease-in-out;
}

.progress-bar.bg-success { background-color: #28a745 !important; }
.progress-bar.bg-info { background-color: #17a2b8 !important; }
.progress-bar.bg-warning { background-color: #ffc107 !important; }
.progress-bar.bg-primary { background-color: #007bff !important; }
.progress-bar.bg-danger { background-color: #dc3545 !important; }

/* Rating Criteria */
.rating-criteria {
    background-color: #f8f9fa;
    color: #1a1a2e;
}

.rating-criteria .section-title {
    color: #1a1a2e;
}

.rating-criteria .section-title::after {
    background-color: #3e2f84;
}

.criteria-block {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.criteria-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.criteria-block i {
    color: #3e2f84;
}

.criteria-block h4 {
    color: #1a1a2e;
}

/* Bonus List (Accordion) */
.bonus-list {
    background-color: #1a1a2e;
}

.accordion-item {
    background-color: #2c2c4d;
    border: 1px solid #3e2f84;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.accordion-button {
    background-color: #3e2f84 !important;
    color: #f0f0f0 !important;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #64ffda !important;
    color: #1a1a2e !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

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

.accordion-button::after {
    filter: invert(1);
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0);
}

.accordion-body {
    background-color: #2c2c4d;
    color: #e0e0e0;
    padding: 1.5rem;
    border-top: 1px solid #3e2f84;
}

.accordion-body p {
    margin-bottom: 0.5rem;
}

/* Consultation Form */
.consultation-form {
    background-color: #f8f9fa;
    color: #1a1a2e;
}

.consultation-form .section-title {
    color: #1a1a2e;
}

.consultation-form .section-title::after {
    background-color: #3e2f84;
}

.form-container {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 600;
    color: #1a1a2e;
}

.form-control {
    border-color: #ced4da;
    padding: 0.75rem 1rem;
}

.form-control:focus {
    border-color: #64ffda;
    box-shadow: 0 0 0 0.25rem rgba(100, 255, 218, 0.25);
}

.form-text {
    font-size: 0.85em;
    color: #6c757d;
}

.invalid-feedback {
    font-size: 0.85em;
}

/* User Reviews */
.user-reviews {
    background-color: #1a1a2e;
}

.review-card {
    background-color: #2c2c4d;
    border: 1px solid #3e2f84;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.review-card .avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #64ffda;
}

.review-card h5 {
    color: #f0f0f0;
}

.review-card .star-rating i {
    color: #ffc107;
}

.review-card p {
    color: #e0e0e0;
}

/* FAQ Section */
.faq-section {
    background-color: #f8f9fa;
    color: #1a1a2e;
}

.faq-section .section-title {
    color: #1a1a2e;
}

.faq-section .section-title::after {
    background-color: #3e2f84;
}

.faq-section .accordion-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-section .accordion-button {
    background-color: #f0f0f0 !important;
    color: #1a1a2e !important;
    font-weight: 600;
    padding: 1rem 1.25rem;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #e9ecef !important;
    color: #3e2f84 !important;
}

.faq-section .accordion-body {
    background-color: #ffffff;
    color: #343a40;
    border-top: 1px solid #e0e0e0;
}

/* Responsible Gaming Notice */
.responsible-gaming-notice {
    background-color: #3e2f84;
    color: #f0f0f0;
    border-top: 5px solid #ffc107;
    border-bottom: 5px solid #ffc107;
    margin-top: 50px;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.responsible-gaming-notice h3 {
    color: #ffc107 !important;
    font-weight: 700;
}

.responsible-gaming-notice a {
    color: #64ffda !important;
}

/* Footer */
.main-footer {
    background-color: #0f0e1c;
    padding-top: 60px;
    padding-bottom: 30px;
}

.main-footer .footer-logo {
    height: 50px; /* Adjust as needed */
    max-width: 180px;
}

.main-footer h5 {
    color: #f0f0f0;
    font-weight: 600;
}

.main-footer ul li a {
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.main-footer ul li a:hover, .main-footer .hover-link:hover {
    color: #64ffda;
}

.main-footer .social-icons a {
    font-size: 1.8rem;
}

.footer-logos {
    gap: 1.5rem;
    margin-top: 30px;
}

.footer-img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer-img:hover {
    transform: scale(1.05);
}

.footer-img-18-plus {
    max-width: 60px;
    height: auto;
    object-fit: contain;
    filter: brightness(1.2);
}

/* 18+ Age Verification PopUp */
.age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.age-verification-modal.show {
    opacity: 1;
    visibility: visible;
}

.age-verification-modal .modal-content {
    background-color: #1a1a2e;
    color: #f0f0f0;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.age-verification-modal.show .modal-content {
    transform: translateY(0);
}

.age-verification-modal h2 {
    color: #64ffda;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.age-verification-modal p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.age-verification-modal .modal-actions button {
    margin: 0 10px;
    min-width: 150px;
}

/* Cookie Consent Banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0f0e1c;
    color: #f0f0f0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1040;
    transition: transform 0.3s ease-out;
    transform: translateY(100%); /* Start hidden */
}

.cookie-consent-banner.show {
    transform: translateY(0); /* Slide up */
}

.cookie-consent-banner p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.cookie-consent-banner a {
    color: #64ffda !important;
    text-decoration: underline;
}

.cookie-consent-banner .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.cookie-consent-banner .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 3rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .featured-card .row {
        flex-direction: column;
    }
    .featured-card .featured-logo {
        margin-bottom: 15px;
    }
    .editor-rating .overall-score {
        width: 150px;
        height: 150px;
    }
    .editor-rating .overall-score h2 {
        font-size: 3rem;
    }
    .editor-rating .overall-score p {
        font-size: 1rem;
    }
    .main-header .header-disclaimer {
        text-align: center !important;
        margin-top: 10px;
    }
    .main-header .container {
        flex-direction: column;
    }
    .main-footer .footer-logo {
        height: 40px;
    }
    .footer-logos {
        justify-content: center;
        gap: 1rem;
    }
    .footer-img {
        max-width: 100px;
    }
    .age-verification-modal .modal-content {
        padding: 20px;
    }
    .age-verification-modal h2 {
        font-size: 2rem;
    }
    .age-verification-modal p {
        font-size: 1rem;
    }
    .age-verification-modal .modal-actions button {
        min-width: unset; 
        margin-bottom: 10px;
    }
    .cookie-consent-banner .container {
        flex-direction: column;
        text-align: center;
    }
}
/* New styles for .complianceVaultNode and its internal content */

.complianceVaultNode {
    /* Padding for the main content block, ensuring space from edges */
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    /* Optional: Max-width to improve readability on very wide screens by limiting line length */
    max-width: 1200px;
    margin-left: auto; /* Center the block horizontally */
    margin-right: auto; /* Center the block horizontally */
}

.complianceVaultNode h1 {
    /* Heading 1 styles within the compliance node */
    font-size: 2.5rem; /* Moderate size for main content headings */
    color: #f0f0f0; /* Light color for dark background */
    margin-top: 40px; /* Space above the heading */
    margin-bottom: 20px; /* Space below the heading */
    line-height: 1.2; /* Line height for readability */
    font-weight: 700; /* Bold weight */
}

.complianceVaultNode h2 {
    /* Heading 2 styles within the compliance node */
    font-size: 2rem;
    color: #f0f0f0;
    margin-top: 35px;
    margin-bottom: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.complianceVaultNode h3 {
    /* Heading 3 styles within the compliance node */
    font-size: 1.75rem;
    color: #f0f0f0;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.complianceVaultNode h4 {
    /* Heading 4 styles within the compliance node */
    font-size: 1.5rem;
    color: #f0f0f0;
    margin-top: 25px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 700;
}

.complianceVaultNode h5 {
    /* Heading 5 styles within the compliance node */
    font-size: 1.25rem;
    color: #f0f0f0;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 700;
}

.complianceVaultNode p {
    /* Paragraph styles within the compliance node */
    font-size: 1.1rem; /* Standard body text size */
    line-height: 1.7; /* Generous line height for readability */
    margin-bottom: 1.5rem; /* Space between paragraphs */
    color: #e0e0e0; /* Default text color for dark theme */
}

.complianceVaultNode ul {
    /* Unordered list styles within the compliance node */
    list-style: disc; /* Default bullet point style */
    padding-left: 25px; /* Indentation for bullet points */
    margin-top: 1rem; /* Space above the list */
    margin-bottom: 1.5rem; /* Space below the list */
    color: #e0e0e0; /* Ensures list items inherit the correct color */
}

.complianceVaultNode ol {
    /* Ordered list styles within the compliance node (added for completeness) */
    list-style: decimal; /* Default numbering style */
    padding-left: 25px; /* Indentation for numbers */
    margin-top: 1rem; /* Space above the list */
    margin-bottom: 1.5rem; /* Space below the list */
    color: #e0e0e0;
}

.complianceVaultNode ul li,
.complianceVaultNode ol li {
    /* List item styles for both unordered and ordered lists */
    font-size: 1.1rem; /* Matches paragraph font size */
    line-height: 1.6; /* Line height for list items */
    margin-bottom: 0.8rem; /* Space between individual list items */
    color: #e0e0e0;
}

.header-disclaimer p {
    color: #fff !important;
}
.featured-card .features-list li {
    color: #fff !important;
}
.user-reviews span {
    color: #64ffda !important;
}
.card-body p {
    color: #fff !important;
}
/* Responsive adjustments for headings and text within .complianceVaultNode */
@media (max-width: 767.98px) {
    .carousel-control-next, .carousel-control-prev {
        bottom: auto !important;
    }
    .complianceVaultNode {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .complianceVaultNode h1 {
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .complianceVaultNode h2 {
        font-size: 1.7rem;
        margin-top: 25px;
        margin-bottom: 12px;
    }
    .complianceVaultNode h3 {
        font-size: 1.4rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .complianceVaultNode h4 {
        font-size: 1.2rem;
        margin-top: 18px;
        margin-bottom: 8px;
    }
    .complianceVaultNode h5 {
        font-size: 1.1rem;
        margin-top: 15px;
        margin-bottom: 6px;
    }
    .complianceVaultNode p,
    .complianceVaultNode ul li,
    .complianceVaultNode ol li {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .complianceVaultNode ul,
    .complianceVaultNode ol {
        padding-left: 20px;
    }
 
}
@media (max-width: 400px) {
    .age-verification-modal .modal-actions button {
        width: 200px;
    }
}