/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a2e;
    color: #fff;
    line-height: 1.6;
    font-size: 18px !important;
}

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

a {
    color: #8be9fd;
    text-decoration: none;
}

a:hover {
    color: #6272a4;
    text-decoration: underline;
}

.container {
    max-width: 1200px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('media/media/symbols-cards-aces-render-background-and-pink-black-a-futuristic-with-lights-neon-3d-on-blue.jpg') no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: #ffffff !important;
}

.navbar-brand .logo-img {
    height: 40px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: color 0s;
}

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

.hero-section .display-4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    font-size: 1.25rem;
    color: #fff;
}

.badge {
    padding: 0.7em 1.2em;
    font-size: 0.9rem;
    border-radius: 0.5rem;
}

/* Rating Grid Section (Casino Cards) */
.rating-grid-section {
    background-color: #2a2a4a;
}

.casino-card {
    background-color: #34345c;
    border: 1px solid #4a4a7a;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0s, box-shadow 0s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

.casino-card .card-img-top {
    width: 100%;
    height: 280px;
    object-fit: contain;
    padding: 15px;
    background-color: #1e1e3f;
    border-bottom: 1px solid #4a4a7a;
}

.casino-card .card-body {
    padding: 25px;
}

.casino-card .card-title {
    color: #f1fa8c;
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.casino-card .rating .stars i {
    color: #ffc107;
    font-size: 1.2rem;
}

.casino-card .rating .score {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
}

.casino-features li {
    margin-bottom: 10px;
    color: #fff;
}

.casino-features i {
    color: #8be9fd;
    font-size: 1.1rem;
}

.casino-card .btn-primary {
    background-color: #50fa7b;
    border-color: #50fa7b;
    color: #1a1a2e;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    transition: background-color 0s, border-color 0s, color 0s;
}

.casino-card .btn-primary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

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

.review-card {
    background-color: #2a2a4a;
    border: 1px solid #4a4a7a;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    color: #fff;
}

.review-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #8be9fd;
}

.review-card h5 {
    color: #ffffff;
    font-weight: 600;
}

.review-card .text-warning i {
    font-size: 1.1rem;
}

.review-card .card-text {
    font-style: italic;
    color: #fff;
}

/* Articles Block Section */
.articles-section {
    background-color: #2a2a4a;
}

.article-card {
    background-color: #34345c;
    border: 1px solid #4a4a7a;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    color: #fff;
}

.article-card .card-title {
    color: #f1fa8c;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.article-card .card-text {
    color: #fff;
}

.article-card .text-muted {
    color: #fff !important;
}

/* Contact Form Section */
.contact-section {
    background-color: #1a1a2e;
}

.contact-form-card {
    background-color: #2a2a4a;
    border: 1px solid #4a4a7a;
}

.contact-section .form-label {
    font-weight: 600;
}

.contact-section .form-control {
    background-color: #34345c;
    border: 1px solid #4a4a7a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}

.contact-section .form-control::placeholder {
    color: #fff;
}

.contact-section .form-control:focus {
    background-color: #34345c;
    border-color: #8be9fd;
    box-shadow: 0 0 0 0.25rem rgba(139, 233, 253, 0.25);
    color: #fff;
}

.contact-section .form-text {
    font-size: 0.85rem;
}

.contact-section .btn-primary {
    background-color: #50fa7b;
    border-color: #50fa7b;
    color: #1a1a2e;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
}

.contact-section .btn-primary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

/* Responsible Gaming & Legal Info Block */
.responsible-gaming-section {
    background-color: #2a2a4a;
}

.responsible-gaming-section h2 {
    color: #f1fa8c;
}

.responsible-gaming-section .info-block {
    background-color: #34345c;
    border: 1px solid #4a4a7a;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.responsible-gaming-section .info-block h3 {
    color: #8be9fd;
    font-weight: 600;
    font-size: 1.6rem;
}

.responsible-gaming-section .info-block i {
    font-size: 1.4rem;
}

.responsible-gaming-section .info-block p {
    color: #fff;
}

/* Disclaimer Block */
.disclaimer-block {
    background-color: #1e1e3f;
    padding: 20px 0;
    border-top: 2px solid #6272a4;
    border-bottom: 2px solid #6272a4;
}

.disclaimer-alert {
    background-color: #44475a !important;
    border-color: #6272a4 !important;
    color: #f8f8f2 !important;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.disclaimer-alert .alert-heading {
    color: #ff79c6 !important;
    font-weight: 700;
}

.disclaimer-alert .alert-link {
    color: #8be9fd !important;
    font-weight: 600;
}

.disclaimer-alert .alert-link:hover {
    color: #6272a4 !important;
}

/* Footer Section */
.footer-section {
    background-color: #0d0d1a;
    color: #fff;
}

.footer-section h5 {
    color: #ffffff;
    font-weight: 600;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li i {
    color: #8be9fd;
    font-size: 1rem;
}

.footer-section a, .footer-section p, .footer-section li{
    color: #fff !important;
}

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

.footer-logos {
    gap: 15px;
}

.footer-img {
    height: auto;
    max-width: 120px; /* Adjusted to fit the range 100-150px and accommodate multiple images */
    object-fit: contain;
    flex-shrink: 0;
}

/* Age Verification PopUp */
.age-verification-content {
    background-color: #1a1a2e;
    border: 2px solid #8be9fd;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.age-verification-content .modal-header, .age-verification-content .modal-footer {
    border-color: #4a4a7a;
}

.age-verification-content .btn-success {
    background-color: #50fa7b;
    border-color: #50fa7b;
    color: #1a1a2e;
    font-weight: 700;
}

.age-verification-content .btn-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #44475a; /* Darker, distinct background */
    color: #f8f8f2;
    padding: 10px 0;
    z-index: 1050; /* Above most content, below modals */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: none; /* Hidden by default, shown by JS */
    border-bottom: 1px solid #6272a4;
}

.cookie-banner .cookie-message {
    flex-grow: 1;
    font-size: 0.9rem;
}

.cookie-banner .btn-primary {
    background-color: #50fa7b;
    border-color: #50fa7b;
    color: #1a1a2e;
    font-weight: 600;
}

.cookie-banner .btn-primary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.cookie-banner .btn-outline-light {
    border-color: #8be9fd;
    color: #8be9fd;
}

.cookie-banner .btn-outline-light:hover {
    background-color: #8be9fd;
    color: #1a1a2e;
}

/* Cookie Settings Modal */
#cookieSettingsModal .modal-content {
    background-color: #2a2a4a;
    color: #fff;
    border: 1px solid #4a4a7a;
}

#cookieSettingsModal .modal-header {
    border-bottom: 1px solid #4a4a7a;
}

#cookieSettingsModal .modal-title {
    color: #ffffff;
}

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

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

#cookieSettingsModal .form-check-input:checked {
    background-color: #50fa7b;
    border-color: #50fa7b;
}

#cookieSettingsModal .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(80, 250, 123, 0.25);
}

#cookieSettingsModal .btn-primary {
    background-color: #50fa7b;
    border-color: #50fa7b;
    color: #1a1a2e;
    font-weight: 600;
}

#cookieSettingsModal .btn-primary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

#cookieSettingsModal .btn-secondary {
    background-color: #6272a4;
    border-color: #6272a4;
    color: #ffffff;
}

#cookieSettingsModal .btn-secondary:hover {
    background-color: #44475a;
    border-color: #44475a;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-section .display-4 {
        font-size: 2.5rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    .navbar-brand .logo-img {
        height: 30px;
    }

    .casino-card .card-title {
        font-size: 1.5rem;
    }

    .review-avatar {
        width: 50px;
        height: 50px;
    }

    .review-card h5 {
        font-size: 1.1rem;
    }

    .article-card .card-title {
        font-size: 1.3rem;
    }

    .footer-logos {
        justify-content: center;
    }

    .cookie-banner .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    .cookie-banner .btn-sm {
        flex-grow: 1;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-section .display-4 {
        font-size: 2rem;
    }

    .badge {
        font-size: 0.8rem;
        padding: 0.5em 1em;
    }

    .casino-card .btn-primary {
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .review-card, .article-card, .contact-form-card, .info-block {
        padding: 20px;
    }

    .disclaimer-alert {
        padding: 20px !important;
    }

    .disclaimer-alert .alert-heading {
        font-size: 1.3rem;
    }

    .footer-img {
        max-width: 100px;
    }
}/* Styles for the privacy/content zone */
.privacyNestZone {
    padding: 3rem 1.5rem; /* Top/bottom and side padding for the content block */
    max-width: 960px; /* Optional: Constrain width for better readability */
    margin: 0 auto; /* Center the block */
    color: #fff; /* Default text color for this section */
}

/* Heading styles within privacyNestZone */
.privacyNestZone h1 {
    font-size: 2.2rem; /* Moderate size for main heading */
    margin-top: 2.5rem; /* Space above heading */
    margin-bottom: 1.5rem; /* Space below heading */
    line-height: 1.2; /* Line height for readability */
    color: #ffffff; /* Heading color */
}

.privacyNestZone h2 {
    font-size: 1.8rem; /* Moderate size for sub-heading */
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    line-height: 1.25;
    color: #ffffff;
}

.privacyNestZone h3 {
    font-size: 1.5rem; /* Smaller sub-heading */
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #ffffff;
}

.privacyNestZone h4 {
    font-size: 1.3rem; /* Even smaller sub-heading */
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
    color: #ffffff;
}

.privacyNestZone h5 {
    font-size: 1.1rem; /* Smallest heading */
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.5;
    color: #ffffff;
}

/* Paragraph styles */
.privacyNestZone p {
    font-size: 1rem; /* Standard paragraph font size */
    margin-bottom: 1rem; /* Space between paragraphs */
    line-height: 1.6; /* Line height for better readability */
}

/* List styles */
.privacyNestZone ul,
.privacyNestZone ol {
    margin-top: 1rem; /* Space above the list */
    margin-bottom: 1rem; /* Space below the list */
    padding-left: 25px; /* Indentation for list items */
}

.privacyNestZone li {
    font-size: 1rem; /* Font size for list items */
    margin-bottom: 0.5rem; /* Space between list items */
    line-height: 1.6; /* Line height for readability */
    color: #fff; /* List item text color */
}
