body {
    font-family: 'Open Sans', sans-serif;
    background-color: #1a1a1a; 
    color: #f8f9fa; 
    line-height: 1.6;
    overflow-x: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #e50000; 
    font-weight: 700;
}

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

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

a {
    color: #e50000; 
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff3333; 
}


.btn-primary-custom {
    background-color: #e50000; 
    border-color: #e50000;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none; 
}

.btn-primary-custom:hover {
    background-color: #ff3333; 
    border-color: #ff3333;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(229, 0, 0, 0.4);
}

.btn-secondary-custom {
    background-color: #333333; 
    border-color: #333333;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none; 
}

.btn-secondary-custom:hover {
    background-color: #555555; 
    border-color: #555555;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


.main-header {
    background-color: #000000; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1030;
}

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

.main-header .site-title {
    color: #f8f9fa;
    font-size: 1.5rem;
    font-weight: 700;
}

.main-header .nav-link {
    color: #f8f9fa;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
}

.main-header .nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    width: 0;
    height: 2px;
    background-color: #e50000;
    transition: all 0.3s ease;
}

.main-header .nav-link:hover::after,
.main-header .nav-link.active::after {
    width: 100%;
    transform: translateX(-50%) scaleX(1);
}

.main-header .nav-link:hover {
    color: #e50000;
}

.main-header .header-info {
    max-width: 300px;
}

.main-header .header-text {
    color: #f8f9fa;
    font-size: 0.85rem;
    line-height: 1.3;
}


.hero-section {
    position: relative;
    height: 80vh; 
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0;
}

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

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

.hero-section h1 {
    font-size: 3.8rem;
    color: #f8f9fa;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.hero-section p.lead {
    font-size: 1.3rem;
    color: #e0e0e0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.featured-items {
    background-color: #121212; 
    padding-top: 80px;
    padding-bottom: 80px;
}

.platform-card {
    background-color: #222222; 
    border: 1px solid #333333;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.platform-card .card-img-link {
    display: block;
    height: 200px; 
    overflow: hidden;
}

.platform-card .card-img-top {
    height: 120px;
    object-fit: contain;
    padding: 0 15px;
    transition: transform 0.3s ease;
}

.platform-card:hover .card-img-top {
    transform: scale(1.05);
}

.platform-card .card-body {
    padding: 25px;
    color: #cccccc;
    display: flex;
    flex-direction: column;
}

.platform-card .card-title {
    font-size: 1.8rem;
    color: #f8f9fa;
    margin-bottom: 10px;
}

.platform-card .rating {
    color: #ffcc00; 
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.platform-card .rating i {
    margin-right: 2px;
}

.platform-card .platform-features li {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #e0e0e0;
}

.platform-card .platform-features i {
    color: #00cc66; 
}


.responsible-gaming-section {
    background-color: #0a0a0a; 
    padding-top: 80px;
    padding-bottom: 80px;
}

.responsible-gaming-content {
    background-color: #1c1c1c; 
    border: 1px solid #333333;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    color: #e0e0e0;
}

.responsible-gaming-content h3 {
    color: #e50000;
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.responsible-gaming-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.responsible-gaming-content img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


.user-reviews-section {
    background-color: #121212;
    padding-top: 80px;
    padding-bottom: 80px;
}

.review-card {
    background-color: #222222;
    border: 1px solid #333333;
    border-radius: 10px;
    color: #e0e0e0;
    max-width: 700px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    min-height: 320px;
}

.review-avatar {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 3px solid #e50000;
}

.review-card h5 {
    color: #f8f9fa;
    font-size: 1.3rem;
}

.review-card .rating {
    color: #ffcc00;
    font-size: 1rem;
}

.review-card .review-text {
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-card .developer-reply {
    background-color: #333333;
    border-left: 4px solid #e50000;
    padding: 10px 15px;
    font-size: 0.9rem;
    color: #cccccc;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #e50000;
    border-radius: 50%;
    padding: 15px;
}


.responsible-gambling-disclaimer {
    background-color: #0a0a0a; 
    padding-top: 80px;
    padding-bottom: 80px;
}

.disclaimer-block {
    background-color: #220000; 
    border: 2px solid #e50000; 
    color: #f8f9fa;
    box-shadow: 0 0 20px rgba(229, 0, 0, 0.4);
}

.disclaimer-title {
    color: #f8f9fa;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.disclaimer-title i {
    color: #ffcc00; 
    font-size: 2.5rem;
}

.disclaimer-block h4 {
    color: #e50000;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.disclaimer-block .disclaimer-list li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.disclaimer-block .disclaimer-list i {
    color: #e50000;
}

.disclaimer-block a {
    color: #f8f9fa;
}

.disclaimer-block a:hover {
    color: #ff3333;
}


.site-footer {
    background-color: #000000; 
    color: #cccccc;
    padding-top: 60px;
    padding-bottom: 30px;
}

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

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

.site-footer .footer-heading {
    color: #e50000;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.site-footer ul {
    padding-left: 0;
    list-style: none;
}

.site-footer ul li {
    margin-bottom: 10px;
}

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

.site-footer ul li a:hover {
    color: #e50000;
}

.site-footer .footer-divider {
    border-color: #333333;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px; 
    margin-top: 30px;
    margin-bottom: 30px;
}

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


.age-modal-content {
    background-color: #1a1a1a;
    color: #f8f9fa;
    border: 2px solid #e50000;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(229, 0, 0, 0.5);
}

.age-modal-content .modal-title {
    color: #e50000;
    font-size: 2rem;
}

.age-modal-content .modal-body p {
    font-size: 1.1rem;
}


.cookie-modal-content {
    background-color: #1a1a1a;
    color: #f8f9fa;
    border: 2px solid #e50000;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(229, 0, 0, 0.5);
}

.cookie-modal-content .modal-title {
    color: #e50000;
    font-size: 2rem;
}

.cookie-modal-content .form-check-label {
    color: #f8f9fa;
}

.cookie-modal-content .form-check-input:checked {
    background-color: #e50000;
    border-color: #e50000;
}

.cookie-modal-content .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 0, 0, 0.25);
}


@media (max-width: 991.98px) {
    .main-header .main-nav {
        display: none !important; 
    }
    .main-header .header-info {
        max-width: unset;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    .main-header .container-fluid {
        flex-direction: column;
        text-align: center;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p.lead {
        font-size: 1.1rem;
    }
    h2.section-title {
        font-size: 2rem;
    }
    .platform-card .card-title {
        font-size: 1.5rem;
    }
    .responsible-gaming-content .row {
        flex-direction: column-reverse; 
    }
    .responsible-gaming-content img {
        margin-bottom: 25px;
    }
    .review-card {
        max-width: 90%;
    }
    .disclaimer-title {
        font-size: 1.5rem;
    }
    .disclaimer-title i {
        font-size: 2rem;
    }
    .footer-logos {
        gap: 20px;
    }
    .footer-org-logo {
        max-width: 100px;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p.lead {
        font-size: 1rem;
    }
    .btn-primary-custom, .btn-secondary-custom {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .main-header .site-title {
        font-size: 1.2rem;
    }
    .main-header .header-logo {
        height: 35px;
    }
    .main-header .header-text {
        font-size: 0.75rem;
    }
    .platform-card .card-img-link {
        height: 150px;
    }
    .review-avatar {
        width: 60px;
        height: 60px;
    }
    .review-card h5 {
        font-size: 1.1rem;
    }
    .disclaimer-block {
        padding: 25px;
    }
    .disclaimer-title {
        font-size: 1.3rem;
        text-align: center;
        flex-direction: column;
    }
    .disclaimer-title i {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    .footer-logos {
        gap: 15px;
    }
    .footer-org-logo {
        max-width: 80px;
    }
}


html {
    scroll-behavior: smooth;
}
.secureTermsHub {
    padding: 40px 20px; 
    max-width: 960px; 
    margin: 0 auto; 
    font-family: Arial, sans-serif; 
    color: white; 
}


.secureTermsHub h1 {
    font-size: 2em; 
    line-height: 1.2; 
    margin-top: 1.5em; 
    margin-bottom: 0.8em; 
    font-weight: 700; 
}


.secureTermsHub h2 {
    font-size: 1.6em; 
    line-height: 1.3;
    margin-top: 1.4em;
    margin-bottom: 0.7em;
    font-weight: 600; 
}


.secureTermsHub h3 {
    font-size: 1.3em; 
    line-height: 1.4;
    margin-top: 1.3em;
    margin-bottom: 0.6em;
    font-weight: 600;
}


.secureTermsHub h4 {
    font-size: 1.15em; 
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 600;
}


.secureTermsHub h5 {
    font-size: 1em; 
    line-height: 1.5;
    margin-top: 1.1em;
    margin-bottom: 0.4em;
    font-weight: 600;
}


.secureTermsHub p {
    font-size: 1em; 
    line-height: 1.7; 
    margin-bottom: 1em; 
}


.secureTermsHub ul {
    list-style-type: disc; 
    padding-left: 2.5em; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}


.secureTermsHub li {
    font-size: 1em; 
    line-height: 1.6; 
    margin-bottom: 0.5em; 
}
@media (max-width:767px) {
    .carousel-control-next, .carousel-control-prev{
    display: none;
}
}
@media (min-width:768px) {
    .carousel-control-next, .carousel-control-prev{
 
    width: 0;
}
}