
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a2e; 
    color: #e0e0e0; 
    line-height: 1.6;
    overflow-x: hidden; 
}

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

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

.btn {
    text-decoration: none !important; 
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #8be9fd; 
    border-color: #8be9fd;
    color: #1a1a2e;
}

.btn-primary:hover {
    background-color: #bd93f9; 
    border-color: #bd93f9;
    color: #1a1a2e;
    transform: translateY(-2px);
}

.btn-success {
    background-color: #50fa7b; 
    border-color: #50fa7b;
    color: #1a1a2e;
}

.btn-success:hover {
    background-color: #62f990;
    border-color: #62f990;
    color: #1a1a2e;
    transform: translateY(-2px);
}

.btn-outline-secondary {
    color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-outline-secondary:hover {
    background-color: #e0e0e0;
    color: #1a1a2e;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8be9fd; 
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

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


.bg-light-gradient {
    background: linear-gradient(135deg, #1a1a2e, #282a36);
    color: #e0e0e0;
}

.bg-dark-section {
    background-color: #282a36;
    color: #e0e0e0;
}

.bg-dark-card {
    background-color: #383a4c; 
    border: 1px solid #44475a;
}


.top-bar {
    background-color: #7f2f09; 
    color: #f8f8f2;
    font-size: 0.85rem;
}


.age-verification-modal-content {
    background-color: #282a36; 
    color: #f8f8f2;
    border-radius: 1rem;
    border: none;
}

.age-verification-modal-content .modal-title {
    color: #8be9fd;
    font-weight: 700;
}

.age-verification-modal-content .modal-body p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}


.hero-section {
    background-image: url('img/media/gaming-platform-bg_2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 8rem 0;
    min-height: 600px;
}

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

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

.hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.hero-section p {
    font-size: 1.25rem;
    opacity: 0.9;
}

.site-logo {
    max-width: 120px;
    height: auto;
}

.hero-btn {
    min-width: 200px;
}


.platform-card {
    background-color: #282a36;
    border: 1px solid #44475a;
    color: #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}

.platform-logo-wrapper {
    flex-shrink: 0;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #383a4c;
    border-radius: 0.5rem;
    padding: 10px;
}

.platform-logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.platform-details h3 {
    color: #8be9fd;
    font-weight: 600;
}

.platform-features li {
    margin-bottom: 0.3rem;
}

.platform-features strong {
    color: #bd93f9;
}

.play-now-btn {
    min-width: 180px;
}


#about-us h3 {
    color: #8be9fd;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

#about-us ul {
    list-style-type: disc;
    padding-left: 20px;
}

#about-us ul li {
    margin-bottom: 0.5rem;
}


.review-card {
    background-color: #282a36;
    border: 1px solid #44475a;
    color: #e0e0e0;
    border-radius: 0.75rem;
}

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

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


.editor-review-card {
    border-radius: 0.75rem;
}

.editor-review-card .lead {
    font-size: 1.15rem;
}

.editor-review-card .small {
    font-size: 0.85rem;
    color: #a0a0a0;
}


.bg-warning-dark {
    background-color: #4a3000; 
    border-top: 5px solid #ffb700;
    border-bottom: 5px solid #ffb700;
}

.disclaimer-content {
    background-color: #3a2500; 
    border-color: #ffb700 !important; 
    border-width: 2px !important;
}

.disclaimer-content h3 {
    color: #ffb700 !important; 
}

.disclaimer-content p {
    color: #f8f8f2;
}


.footer-section {
    background-color: #151520; 
    color: #a0a0a0;
    font-size: 0.9rem;
}

.footer-logo {
    max-width: 125px;
    height: auto;
}

.footer-heading {
    color: #8be9fd;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-section a {
    color: #a0a0a0;
    text-decoration: none;
}

.footer-section a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

.footer-logos-container {
    gap: 1.5rem;
}

.footer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px; 
    width: auto; 
    max-width: 120px; 
    filter: none; 
}

.footer-logo-item img {
    max-height: 100%; 
    max-width: 100%; 
    object-fit: contain;
}

.footer-logo-item-text-only {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px; 
    font-size: 1.5rem;
    font-weight: bold;
    color: #e74c3c; 
    border: 2px solid #e74c3c;
    border-radius: 50%;
    flex-shrink: 0;
}


.cookie-banner {
    background-color: #282a36; 
    color: #e0e0e0;
    padding: 1rem 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    border-top: 2px solid #8be9fd;
    display: none; 
}

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

.cookie-banner a {
    color: #8be9fd;
}

.cookie-btn {
    min-width: 120px;
}

.cookie-modal-content {
    background-color: #282a36;
    color: #e0e0e0;
    border-radius: 0.75rem;
}

.cookie-modal-content .modal-header {
    border-bottom: 1px solid #44475a;
}

.cookie-modal-content .modal-title {
    color: #8be9fd;
}

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

.form-check-label {
    color: #e0e0e0;
}

.form-check-input:checked {
    background-color: #8be9fd;
    border-color: #8be9fd;
}


@media (max-width: 767.98px) {
    .hero-section {
        padding: 6rem 0;
        min-height: 450px;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .site-logo {
        max-width: 100px;
    }
    .section-title {
        font-size: 2rem;
    }
    .platform-card {
        flex-direction: column;
        text-align: center;
    }
    .platform-logo-wrapper {
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
        width: 180px;
        height: 80px;
    }
    .platform-details {
        text-align: center;
    }
    .play-now-btn {
        width: 100%;
    }
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    .cookie-banner p {
        margin-bottom: 1rem !important;
    }
    .cookie-btn {
        width: 100%;
    }
    .footer-logos-container {
        justify-content: center;
    }
    .footer-logo-item, .footer-logo-item-text-only {
        margin: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .top-bar p {
        font-size: 0.75rem;
    }
    .age-verification-modal-content .modal-body p {
        font-size: 1rem;
    }
    .footer-logos-container {
        gap: 1rem;
    }
    .footer-logo-item, .footer-logo-item-text-only {
        max-width: 100px;
        height: 50px;
    }
    .footer-logo-item-text-only {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

.trustPillarUnit {
    padding-top: 3rem; 
    padding-bottom: 3rem; 
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
    margin-top: 4rem; 
    margin-bottom: 4rem; 
    max-width: 960px; 
    margin-left: auto; 
    margin-right: auto; 
    box-sizing: border-box; 
}


.trustPillarUnit h1 {
    font-size: 2.25rem; 
    font-weight: 700; 
    color: #8be9fd; 
    margin-top: 2.5rem; 
    margin-bottom: 1.5rem; 
    line-height: 1.2; 
}

.trustPillarUnit h2 {
    font-size: 1.75rem; 
    font-weight: 600; 
    color: #bd93f9; 
    margin-top: 2rem; 
    margin-bottom: 1.25rem; 
    line-height: 1.3;
}

.trustPillarUnit h3 {
    font-size: 1.5rem; 
    font-weight: 600;
    color: #f8f8f2; 
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.trustPillarUnit h4 {
    font-size: 1.25rem; 
    font-weight: 500; 
    color: #e0e0e0; 
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.trustPillarUnit h5 {
    font-size: 1.1rem; 
    font-weight: 500;
    color: #e0e0e0;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}


.trustPillarUnit p {
    font-size: 1rem; 
    line-height: 1.7; 
    margin-bottom: 1.25rem; 
    color: #f8f8f2; 
}


.trustPillarUnit ul {
    list-style-type: disc; 
    padding-left: 25px; 
    margin-top: 1rem; 
    margin-bottom: 1.5rem; 
    color: #f8f8f2; 
}


.trustPillarUnit ul li {
    font-size: 1rem; 
    line-height: 1.6; 
    margin-bottom: 0.75rem; 
}


@media (max-width: 767.98px) {
    .trustPillarUnit {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .trustPillarUnit h1 {
        font-size: 1.75rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .trustPillarUnit h2 {
        font-size: 1.5rem;
        margin-top: 1.75rem;
        margin-bottom: 1rem;
    }
    .trustPillarUnit h3 {
        font-size: 1.25rem;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }
    .trustPillarUnit h4 {
        font-size: 1.1rem;
        margin-top: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .trustPillarUnit h5 {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0.4rem;
    }
    .trustPillarUnit p,
    .trustPillarUnit ul li {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    .trustPillarUnit ul {
        padding-left: 20px;
        margin-bottom: 1rem;
    }
}

.cookie-banner {
    display: none !important; 
}

.cookie-banner.show {
    display: flex !important;
}
