body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
    line-height: 1.6;
}

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

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

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

.text-info {
    color: #17a2b8 !important;
}

.text-danger {
    color: #dc3545 !important;
}

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

.bg-light-gray {
    background-color: #f1f1f1;
}

.bg-dark-gray {
    background-color: #2c2c2c;
}

.bg-primary-dark {
    background-color: #1a1a1a;
}

.bg-dark-light {
    background-color: #3a3a3a;
}

.bg-warning-light {
    background-color: #fff3cd;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    text-decoration: none;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
    text-decoration: none;
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    color: #212529;
}

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

.header-warning-text {
    font-size: 0.85rem;
    color: #ffc107;
    display: flex;
    align-items: center;
    text-align: right;
}

@media (max-width: 767.98px) {
    .header-warning-text {
        flex-direction: column-reverse;
        font-size: 0.75rem;
        text-align: center;
        margin-top: 10px;
    }
    header .container {
        flex-direction: column;
    }
}

.hero-section {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    position: relative;
    padding: 100px 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

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

.hero-section h1 {
    font-weight: 700;
    font-size: 3.5rem;
}

.hero-section p {
    font-size: 1.3rem;
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 400px;
        padding: 60px 0;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    color: #212529;
}

.bg-dark-gray .section-title, .bg-primary-dark .section-title {
    color: #ffffff;
}

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

@media (max-width: 767.98px) {
    .section-title {
        font-size: 2rem;
    }
}

.offer-card {
    background-color: #343a40;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    height: 100%;
}

.offer-card:hover {
    transform: translateY(-5px);
}

.offer-image-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #1a1a1a;
    border-right: 1px solid #444;
}

.offer-card .offer-logo {
     height: 120px;
    width: 173px;
    object-fit: contain;
}

.offer-card .offer-content {
    color: #f8f9fa;
}

.offer-card .offer-title {
    font-weight: 700;
    color: #ffc107;
}

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

.offer-card .offer-features li {
    margin-bottom: 5px;
}

.offer-card .user-review {
    border-left: 4px solid #007bff;
}

@media (max-width: 767.98px) {
    .offer-card {
        flex-direction: column;
        text-align: center;
    }
    .offer-image-link {
        border-right: none;
        border-bottom: 1px solid #444;
        width: 100%;
    }
    .offer-card .offer-content {
        padding: 20px;
    }
    .offer-card .btn {
        width: 100%;
    }
}

.why-trust-list li {
    margin-bottom: 25px;
}

.why-trust-list i {
    min-width: 50px;
}

.editor-pick-card {
    background-color: #212529;
    border: 1px solid #444;
}

.editor-pick-logo-container {
    background-color: #000;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor-pick-logo {
    max-width: 200px;
    height: auto;
    display: block;
}

.editor-pick-title {
    color: #ffc107;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .editor-pick-card {
        flex-direction: column;
        text-align: center;
    }
    .editor-pick-logo-container {
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }
    .editor-pick-content .d-flex {
        justify-content: center !important;
    }
}

.criteria-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    text-align: center;
    transition: all 0.3s ease;
}

.criteria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.criteria-card i {
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.bonus-card {
    background-color: #343a40;
    color: #f8f9fa;
    border: 1px solid #444;
    transition: transform 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
}

.bonus-card h4 {
    color: #ffc107;
    font-weight: 600;
}

.disclaimer-block {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.disclaimer-content {
    background-color: #ffffff;
    border: 2px solid #dc3545;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.disclaimer-content h2, .disclaimer-content h3 {
    color: #dc3545;
    font-weight: 600;
}

.disclaimer-content h2 i {
    vertical-align: middle;
}

.disclaimer-content p {
    margin-bottom: 10px;
}

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

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

footer .footer-links a {
    transition: color 0.2s ease;
}

footer .footer-links a:hover {
    color: #007bff !important;
}

.footer-logos {
    gap: 20px;
}

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

.footer-logo-item.18plus-icon {
    max-width: 80px;
    filter: none;
}


.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s ease;
}

.age-verification-overlay.hidden {
    visibility: hidden;
    opacity: 0;
}

.age-verification-modal {
    background-color: #fff;
    color: #333;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.age-verification-modal h2 {
    color: #dc3545;
    font-weight: 700;
}

.age-verification-modal .form-control {
    border-color: #007bff;
}

.age-verification-modal .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}

.age-verification-modal .btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
}


.cookie-banner {
    z-index: 1040;
    border-top: 1px solid #444;
}

.cookie-banner p {
    font-size: 0.9rem;
}

.cookie-banner .btn {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .cookie-banner .container {
        text-align: center;
    }
    .cookie-banner .d-flex {
        flex-direction: column;
        width: 100%;
    }
    .cookie-banner .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.modal-content.bg-dark {
    background-color: #212529 !important;
}

.modal-title {
    color: #ffc107;
}

.modal-body p {
    color: #f8f9fa;
}

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

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

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

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



.lawMatrixNode {
    
    padding: 20px 25px;
    
    box-sizing: border-box;
}


.lawMatrixNode p {
    
    font-size: 1rem;
    
    line-height: 1.6;
    
    margin-bottom: 1rem;
}




.lawMatrixNode h1 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 1.5rem 0 0.8rem 0; 
}

.lawMatrixNode h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 1.3rem 0 0.7rem 0;
}

.lawMatrixNode h3 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 1.2rem 0 0.6rem 0;
}

.lawMatrixNode h4 {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 1rem 0 0.5rem 0;
}

.lawMatrixNode h5 {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.8rem 0 0.4rem 0;
}


.lawMatrixNode ul {
    
    list-style-type: disc;
    
    margin: 1rem 0;
    
    padding-left: 1.5rem;
}


.lawMatrixNode li {
    
    margin-bottom: 0.5rem;
    
    line-height: inherit;
}
    .block-menu-adapr{
    gap: 15px;
}
@media (min-width:768px) {
    .block-menu-adapr{
    gap: 40px;
}
}