body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a2e;
    color: #e0e0e0;
    line-height: 1.6;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

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

.bg-light-dark {
    background-color: #0f3460 !important;
}

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

.text-primary {
    color: #e94560 !important;
}

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

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

.text-info {
    color: #0dcaf0 !important;
}

.top-info-bar {
    background-color: #0a0a1a;
    color: #fff;
    font-size: 0.85rem;
}

.top-info-bar a {
    font-weight: 600;
}

.header {
    background-color: #16213e;
    border-bottom: 1px solid #0f3460;
    z-index: 1030;
}

.navbar-brand .site-logo {
    height: 40px;
    width: auto;
}

.navbar-brand .site-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e0e0e0;
    text-decoration: none;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas-header {
    background-color: #16213e;
    border-bottom: 1px solid #0f3460;
}

.offcanvas-title {
    color: #e0e0e0;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.navbar-nav .nav-link {
    color: #e0e0e0;
    font-weight: 600;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #e94560;
}

.custom-btn {
    background-color: #e94560;
    border-color: #e94560;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    display: inline-block;
}

.custom-btn:hover {
    background-color: #c9354f;
    border-color: #c9354f;
    color: #fff;
}

.hero-section {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background-image: url('static/pics/casino-hero-background_26.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
}

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

.hero-section h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #f0f0f0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section p.lead {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #e94560;
    font-weight: 700;
    margin-bottom: 3rem;
}

.casino-card {
    background-color: #16213e;
    border: 1px solid #0f3460;
    border-radius: 0.75rem;
    overflow: hidden;
}

.casino-card .casino-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}

.casino-card .casino-logo {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 0.5rem;
}

.casino-card .card-body {
    padding: 1.5rem;
}

.casino-card .card-title {
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    color: #e0e0e0;
    font-weight: 600;
}

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

.casino-card .license-badge {
    font-size: 0.9rem;
    color: #a0a0a0;
}

.casino-card .license-badge img {
    height: 20px;
    width: auto;
}

.list-group-item {
    border-color: #0f3460 !important;
}

.list-group-numbered .list-group-item::before {
    color: #e94560;
    font-weight: bold;
}

.review-card {
    background-color: #16213e;
    border: 1px solid #0f3460;
    border-radius: 0.75rem;
    color: #e0e0e0;
}

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

.review-card .card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.review-card .text-muted {
    color: #a0a0a0 !important;
}

.accordion-item {
    background-color: #16213e;
    border: 1px solid #0f3460;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-button {
    color: #e0e0e0;
    background-color: #16213e;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
}

.accordion-button:not(.collapsed) {
    color: #e94560;
    background-color: #0f3460;
    box-shadow: none;
}

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

.accordion-body {
    color: #c0c0c0;
    padding: 1rem 1.25rem;
    border-top: 1px solid #0f3460;
}

.form-control {
    background-color: #0f3460;
    border: 1px solid #16213e;
    color: #e0e0e0;
}

.form-control::placeholder {
    color: #a0a0a0;
}

.form-control:focus {
    background-color: #0f3460;
    color: #e0e0e0;
    border-color: #e94560;
    box-shadow: 0 0 0 0.25rem rgba(233, 69, 96, 0.25);
}

.form-label {
    color: #e0e0e0;
}

.disclaimer-container {
    background-color: #0a0a1a;
    border: 2px solid #e94560;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.disclaimer-container h2, .disclaimer-container h3 {
    color: #e94560;
}

.disclaimer-container p, .disclaimer-container li {
    color: #c0c0c0;
}

.disclaimer-container a {
    font-weight: 600;
}

.cookie-banner {
    background-color: #16213e;
    color: #e0e0e0;
    border-top: 1px solid #0f3460;
    z-index: 1040;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.cookie-banner p {
    flex-grow: 1;
    margin-bottom: 0;
}

.cookie-banner .btn {
    white-space: nowrap;
}


#cookieSettingsModal .modal-content {
    background-color: #16213e;
    border: 1px solid #0f3460;
    z-index: 105099999;
}

#cookieSettingsModal .modal-header, #cookieSettingsModal .modal-footer {
    border-color: #0f3460;
}

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

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

.footer {
    background-color: #0a0a1a !important;
    border-top: 1px solid #0f3460;
    color: #c0c0c0;
}

.footer .site-logo-footer {
    height: 35px;
    width: auto;
}

.footer .site-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e0e0e0;
}

.footer-links li a {
    color: #a0a0a0;
}

.footer-links li a:hover {
    color: #e94560;
}

.footer-logos-row {
    border-top: 1px solid #0f3460;
    border-bottom: 1px solid #0f3460;
}

.footer-partner-logo {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.footer-partner-logo-18plus {
    height: 50px;
    width: auto;
    max-width: 60px;
    object-fit: contain;
}

.email-break {
    word-break: break-all;
}

/* Responsive Typography */
@media (min-width: 1024px) {
    .site-name {
        font-size: 2.2rem !important;
    }
    .hero-section h1 {
        font-size: 3.5rem !important;
    }
    .section-title {
        font-size: 2.5rem !important;
    }
    .casino-card .card-title {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-name {
        font-size: 2rem !important;
    }
    .hero-section h1 {
        font-size: 2.8rem !important;
    }
    .section-title {
        font-size: 2.2rem !important;
    }
    .casino-card .card-title {
        font-size: 1.5rem !important;
    }
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
    }
    .cookie-banner .d-flex {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .site-name {
        font-size: 1.25rem !important;
    }
    .hero-section h1 {
        font-size: 2rem !important;
    }
    .section-title {
        font-size: 1.5rem !important;
    }
    .casino-card .card-title {
        font-size: 1.25rem !important;
    }
    .navbar-brand {
        font-size: 1.25rem;
    }
    .navbar-brand .site-logo {
        height: 30px;
    }
    .hero-section {
        height: auto;
        min-height: 400px;
        padding: 3rem 0;
    }
    .hero-section p.lead {
        font-size: 1rem;
    }
    .casino-card .row > div:first-child {
        border-bottom: 1px solid #0f3460;
    }
    .casino-card .casino-logo-link {
        height: auto;
        min-height: 100px;
    }
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .cookie-banner p {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .cookie-banner .d-flex {
        width: 100%;
        justify-content: center;
    }
    .footer-logos-row .col-12 {
        gap: 1.5rem !important;
    }
    .footer-partner-logo {
        max-width: 90px;
        height: 35px;
    }
    .footer-partner-logo-18plus {
        height: 45px;
    }
}
/* Styles for the main container of the privacy policy */
.privacyNestZone {
    max-width: 800px; /* Limits content width for readability */
    margin: 40px auto; /* Centers the container and adds vertical spacing */
}

/* Heading 1 styles */
.privacyNestZone h1 {
    font-size: 2.2rem; /* Moderate font size for main heading */
    margin-top: 2.5rem; /* Spacing above the heading */
    margin-bottom: 1.2rem; /* Spacing below the heading */
    line-height: 1.2; /* Line height for better readability */
    font-weight: 700; /* Bold font weight */
}

/* Heading 2 styles */
.privacyNestZone h2 {
    font-size: 1.8rem; /* Moderate font size for sub-headings */
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 600;
}

/* Heading 3 styles */
.privacyNestZone h3 {
    font-size: 1.5rem; /* Smaller sub-heading */
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
}

/* Heading 4 styles */
.privacyNestZone h4 {
    font-size: 1.2rem; /* Even smaller sub-heading */
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
    font-weight: 500; /* Slightly less bold */
}

/* Heading 5 styles */
.privacyNestZone h5 {
    font-size: 1.1rem; /* Smallest heading, often used for minor sections */
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Paragraph styles */
.privacyNestZone p {
    font-size: 1rem; /* Standard body text size */
    line-height: 1.6; /* Generous line height for readability */
    margin-bottom: 1rem; /* Spacing between paragraphs */
}

/* Unordered list styles */
.privacyNestZone ul {
    list-style-type: disc; /* Standard bullet points */
    margin-top: 1rem; /* Spacing above the list */
    margin-bottom: 1rem; /* Spacing below the list */
    padding-left: 25px; /* Indentation for bullet points */
}

/* List item styles */
.privacyNestZone li {
    font-size: 1rem; /* Standard text size for list items */
    line-height: 1.6; /* Line height for readability */
    margin-bottom: 0.5rem; /* Spacing between list items */
}


#casinos{
    .card{
        color: #fff;
    }
}

.accordion-button::after{
    filter: invert(1);
}

@media (max-width: 575px){
    #casinos{
        .d-flex.align-items-center.justify-content-between.flex-wrap.gap-2{
            flex-direction: column;
        }
    }
}