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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #ffc107; /* Yellow for headings */
}

a {
    color: #28a745; /* Green for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffc107; /* Yellow on hover */
}

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

.text-success {
    color: #28a745 !important;
}

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

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

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-success:hover {
    background-color: #1e7e34;
    border-color: #1e7e34;
    color: #fff;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

.top-header {
    background-color: #000;
    color: #fff;
    font-size: 0.85rem;
}

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

.navbar-brand {
    color: #ffc107 !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

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

.hero-section {
    background: url('images/media/hero-background_153.jpg') no-repeat center center/cover;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.hero-section .list-unstyled li {
    font-size: 1.1rem;
}

/* Editor's Rating Section */
#editor-rating {
    background-color: #212529;
}

#star-rating .fas, #star-rating .far {
    color: #ffc107;
}

/* Featured Items Section (Betsson) */
#betsson-platform .card {
    border: 1px solid #343a40;
    background-color: #1a1a1a;
}

#betsson-platform .card-title {
    color: #28a745;
}

.star-rating-display .fas, .star-rating-display .far {
    color: #ffc107;
}

.payment-logo {
    max-width: 80px;
    height: auto;
    filter: grayscale(0%); /* Ensure logos are always colored */
}

/* About Us & Why Trust Us Sections */
#about-us, #why-trust-us {
    background-color: #000;
}

#about-us .card, #why-trust-us .card {
    background-color: #212529;
}

/* FAQ Section */
#faq .accordion-item {
    background-color: #1a1a1a;
    border-color: #343a40;
}

#faq .accordion-button {
    background-color: #919191 !important;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease;
}

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

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-body {
    color: rgba(255, 255, 255, 0.8);
    background-color: #212529;
    border-top: 1px solid #343a40;
}

/* Contact Form Section */
#contact-form .form-control {
    background-color: #1a1a1a;
    border-color: #343a40;
    color: #fff;
}

#contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#contact-form .form-control:focus {
    background-color: #1a1a1a;
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
    color: #fff;
}

#contact-form .form-label {
    color: rgba(255, 255, 255, 0.8);
}

.invalid-feedback {
    color: #ffc107;
}

/* Disclaimer Block */
.disclaimer-block {
    background-color: #0a0a0a;
    padding: 3rem 0;
}

.disclaimer-block .card {
    background-color: #1a1a1a;
    border: 2px solid #ffc107;
    border-radius: 0.75rem;
}

.disclaimer-block .card-title {
    color: #ffc107;
    font-size: 1.75rem;
}

.disclaimer-block .card-text {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.75rem;
}

.disclaimer-block .card-text a {
    color: #28a745;
}

.disclaimer-block .card-text a:hover {
    color: #ffc107;
}

/* Footer */
footer {
    background-color: #212529 !important;
    color: rgba(255, 255, 255, 0.7);
}

footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

footer a:hover {
    color: #28a745;
}

.hover-green:hover {
    color: #28a745 !important;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    margin: 5px;
    display: block;
}

.footer-logo-18plus {
    max-width: 60px;
    height: auto;
    object-fit: contain;
    margin: 5px;
    display: block;
}

/* Age Verification Modal */
#ageVerificationModal .modal-content {
    background-color: #1a1a1a;
    border: 1px solid #ffc107;
}

#ageVerificationModal .modal-title {
    color: #ffc107;
}

#ageVerificationModal .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    max-width: calc(100% - 40px);
    background-color: #1a1a1a;
    border: 1px solid #343a40;
    z-index: 1050;
    display: none;
}

@media (max-width: 576px) {
    .cookie-banner {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}

.cookie-banner p {
    font-size: 0.9rem;
}

.cookie-banner .btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
}

/* Cookie Settings Modal */
#cookieSettingsModal .modal-content {
    background-color: #1a1a1a;
}

#cookieSettingsModal .form-check-label {
    color: #fff;
}

#cookieSettingsModal .form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

#cookieSettingsModal .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll.slide-up {
    transform: translateY(20px);
}

.animate-on-scroll.slide-in-right {
    transform: translateX(20px);
}

.animate-on-scroll.scale-up {
    transform: scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.scale-up.fade-in {
    opacity: 1;
    transform: scale(1);
}

.hero-section .animate-on-scroll {
    transition-delay: 0.2s;
}

.hero-section .animate-on-scroll:nth-child(2) {
    transition-delay: 0.4s;
}

.card.animate-on-scroll {
    transition-delay: 0.3s;
}

.cookie-banner.animate-on-scroll {
    transition-delay: 0s; /* Appear immediately if needed */
}

/* Utility for smooth scrolling */
html {
    scroll-behavior: smooth;
}

.btn {
    text-decoration: none !important;
}

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

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}
/* Base styling for the compliance vault node container */
.complianceVaultNode {
    margin-top: 25px; /* Top margin for the container */
    padding-left: 20px; /* Left padding for the container */
    padding-right: 20px; /* Right padding for the container */
    /* You might want to add max-width or other layout properties here */
}

/* Heading styles (h1-h5) within complianceVaultNode */
.complianceVaultNode h1 {
    font-size: 1.8em; /* Moderately sized H1 */
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    font-weight: bold;
    line-height: 1.2;
}

.complianceVaultNode h2 {
    font-size: 1.5em; /* Moderately sized H2 */
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.2;
}

.complianceVaultNode h3 {
    font-size: 1.3em; /* Moderately sized H3 */
    margin-top: 1.1em;
    margin-bottom: 0.4em;
    font-weight: bold;
    line-height: 1.3;
}

.complianceVaultNode h4 {
    font-size: 1.1em; /* Moderately sized H4 */
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: bold;
    line-height: 1.4;
}

.complianceVaultNode h5 {
    font-size: 1em; /* H5 same size as paragraph, but bold */
    margin-top: 0.8em;
    margin-bottom: 0.2em;
    font-weight: bold;
    line-height: 1.5;
}

/* Paragraph styling */
.complianceVaultNode p {
    font-size: 1em; /* Standard paragraph font size */
    margin-top: 0;
    margin-bottom: 1em; /* Space after paragraph */
    line-height: 1.6; /* Improved readability */
}

/* Unordered list styling */
.complianceVaultNode ul {
    font-size: 1em; /* Inherit or set base font size for list */
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 25px; /* Indent for bullet points */
    list-style-type: disc; /* Default bullet style */
}

/* List item styling */
.complianceVaultNode li {
    margin-bottom: 0.5em; /* Space between list items */
    line-height: 1.6; /* Improved readability for list items */
}
