body {
    font-family: 'Poppins', sans-serif;
    background-color: #0A1931; 
    color: #E0E0E0; 
}

.bg-dark-blue {
    background-color: #0A1931;
}

.bg-dark-blue-light {
    background-color: #1A2E47; 
}

.bg-dark-blue-card {
    background-color: #11223A; 
}

.bg-dark-blue-footer {
    background-color: #071220; 
}

.text-gold {
    color: #FFD700; 
}

.text-light-grey {
    color: #E0E0E0;
}

.bg-red {
    background-color: #DC3545; 
}

.bg-red-dark {
    background-color: #A02020; 
}


.top-banner {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}


.main-header {
    background-color: #0A1931;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

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

.main-header .nav-link {
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: none; 
}

.main-header .nav-link:hover {
    color: #FFD700 !important; 
}

.navbar-toggler {
    border-color: #FFD700;
}

.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, 215, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.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: 3.5rem;
}

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

.hero-section .btn-gold {
    background-color: #FFD700;
    border-color: #FFD700;
    color: #0A1931;
    font-weight: 700;
    transition: none; 
}

.hero-section .btn-gold:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    color: #0A1931;
}

.max-w-800 {
    max-width: 800px;
}


.rating-criteria-section .card, .offers-section .card, .user-reviews-section .card {
    transition: none; 
}

.rating-criteria-section .card:hover, .offers-section .card:hover, .user-reviews-section .card:hover {
    transform: none; 
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3) !important;
}

.rating-criteria-section .card-body i {
    font-size: 3rem;
}


.offers-section .offer-card {
    height: 100%; 
    display: flex;
    flex-direction: column;
}

.offers-section .offer-card .card-img-top {
    height: 120px; 
    object-fit: contain;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.offers-section .offer-card .rating i {
    color: #FFD700;
}

.offers-section .offer-card .license-link {
    color: #DC3545; 
    text-decoration: none;
    font-weight: 600;
    transition: none; 
}

.offers-section .offer-card .license-link:hover {
    color: #FFD700;
}

.offers-section .offer-card .btn-gold {
    background-color: #FFD700;
    border-color: #FFD700;
    color: #0A1931;
    font-weight: 700;
    transition: none; 
}

.offers-section .offer-card .btn-gold:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    color: #0A1931;
}


.about-us-section img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}


.table-dark-custom {
    background-color: #11223A; 
    color: #E0E0E0;
    border-collapse: separate;
    border-spacing: 0;
}

.table-dark-custom th,
.table-dark-custom td {
    border-color: #1A2E47;
    padding: 1rem;
}

.table-dark-custom thead th {
    border-bottom: 2px solid #FFD700;
}

.table-dark-custom .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark-custom .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #11223A;
}

.table-dark-custom .toggle-details-btn {
    color: #FFD700;
    border-color: #FFD700;
    transition: none; 
}

.table-dark-custom .toggle-details-btn:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.table-dark-custom .collapse:not(.show) {
    display: none;
}


.user-reviews-section .card-subtitle {
    font-size: 1.1rem;
}

.user-reviews-section .rating i {
    color: #FFD700;
}

.user-reviews-section .badge {
    font-size: 0.85rem;
    padding: 0.5em 0.75em;
    border-radius: 0.3rem;
}


.disclaimer-block {
    padding: 3rem 0;
    border-top: 5px solid #FFD700; 
    border-bottom: 5px solid #FFD700;
}


.footer-section {
    background-color: #071220;
    padding: 2rem 0;
}

.footer-section .logo-img-footer {
    height: 40px;
    width: auto;
}

.footer-section .footer-links a {
    font-size: 0.9rem;
    transition: none; 
}

.footer-section .footer-links a:hover {
    color: #FFD700 !important;
}

.footer-images {
    gap: 1.5rem; 
}

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

.footer-logo-item-18plus {
    max-width: 80px; 
    height: auto;
    object-fit: contain;
    filter: hue-rotate(200deg) saturate(300%) brightness(120%); 
}


.modal-content {
    background-color: #1A2E47; 
    color: #E0E0E0;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-title {
    color: #FFD700;
}

.modal .btn-success {
    background-color: #28A745;
    border-color: #28A745;
    transition: none;
}
.modal .btn-success:hover {
    background-color: #218838;
    border-color: #1E7E34;
}

.modal .btn-danger {
    background-color: #DC3545;
    border-color: #DC3545;
    transition: none;
}
.modal .btn-danger:hover {
    background-color: #C82333;
    border-color: #BD2130;
}

.modal .btn-outline-light {
    color: #E0E0E0;
    border-color: #E0E0E0;
    transition: none;
}
.modal .btn-outline-light:hover {
    background-color: #E0E0E0;
    color: #0A1931;
}

.modal .btn-outline-gold {
    color: #FFD700;
    border-color: #FFD700;
    transition: none;
}
.modal .btn-outline-gold:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.modal .btn-gold {
    background-color: #FFD700;
    border-color: #FFD700;
    color: #0A1931;
    transition: none;
}
.modal .btn-gold:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    color: #0A1931;
}

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

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25);
}


html {
    scroll-behavior: smooth;
}


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


@media (max-width: 991.98px) {
    .main-header .navbar-nav {
        background-color: #0A1931;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .main-header .nav-item {
        margin-bottom: 0.5rem;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section .lead {
        font-size: 1rem;
    }
    .hero-section .btn-gold {
        padding: 0.75rem 2rem;
        font-size: 1.1rem;
    }
    .footer-section .text-lg-start, .footer-section .justify-content-lg-end {
        text-align: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .top-banner p {
        font-size: 0.75rem;
    }
    .hero-section {
        min-height: 60vh;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section .lead {
        font-size: 0.9rem;
    }
    .hero-section .btn-gold {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    .rating-criteria-section h2, .offers-section h2, .about-us-section h2, .comparison-table-section h2, .user-reviews-section h2 {
        font-size: 28px;
    }
    .disclaimer-block h3 {
        font-size: 1.5rem;
    }
}

.legalDomeBlock {
    padding-top: 3rem; 
    padding-bottom: 3rem; 
    padding-left: 1rem; 
    padding-right: 1rem; 
    
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
}


.legalDomeBlock h1 {
    font-size: 2.5rem; 
    margin-bottom: 1.5rem; 
    color: #FFD700; 
    line-height: 1.2;
}

.legalDomeBlock h2 {
    font-size: 2rem; 
    margin-bottom: 1.25rem; 
    color: #E0E0E0; 
    line-height: 1.3;
}

.legalDomeBlock h3 {
    font-size: 1.75rem; 
    margin-bottom: 1rem; 
    color: #E0E0E0; 
    line-height: 1.4;
}

.legalDomeBlock h4 {
    font-size: 1.5rem; 
    margin-bottom: 0.75rem; 
    color: #E0E0E0; 
    line-height: 1.5;
}

.legalDomeBlock h5 {
    font-size: 1.25rem; 
    margin-bottom: 0.5rem; 
    color: #E0E0E0; 
    line-height: 1.5;
}


.legalDomeBlock p {
    font-size: 1rem; 
    line-height: 1.7; 
    margin-bottom: 1rem; 
    color: #E0E0E0; 
}


.legalDomeBlock ul {
    list-style-type: disc; 
    padding-left: 1.5rem; 
    margin-bottom: 1rem; 
    color: #E0E0E0; 
}


.legalDomeBlock li {
    font-size: 1rem; 
    line-height: 1.6; 
    margin-bottom: 0.5rem; 
    color: #E0E0E0; 
}


.age-logo{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.footer-logo,
.navbar-brand{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: clamp(22px, 4vw, 28px);
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s linear;
    color: #ffff;
    text-decoration: none;

    &:hover{
        opacity: 0.8;
        transform: translateX(-4px);
    }
}

.disclaimer-block{
    a{
        color: #E6C200 !important;
    }
}

.btn-outline-gold{
    color: #E6C200;
    border: 1px solid #E6C200;
}

.about-us-section .row{
    row-gap: 20px;
}