body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    padding-top: 70px; 
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1a1a2e; 
}

.section-title {
    font-size: clamp(24px, 4vw, 40px);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 10px;
}

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


.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
    text-align: center;
}

.age-verification-content {
    background-color: #1a1a2e;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 90%;
}

.age-verification-content h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.age-verification-content p {
    font-size: 16px;
    margin-bottom: 30px;
}


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

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

.main-header .nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
    transition: color 0.3s ease;
}

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

.responsible-gaming-header {
    background-color: #e94560;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.8rem;

}

@media (max-width: 991.98px) {
    .main-header .main-nav {
        display: none; 
    }
    .main-header .responsible-gaming-header {
        font-size: 0.7rem;
    }
    body {
        padding-top: 60px;
    }
}

@media (max-width: 767.98px) {

    .main-header .container {
        justify-content: center;
    }
}


.hero-section {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #333; 
    position: relative;
    padding: 150px 0 100px;
}

.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: clamp(38px, 4vw, 56px);
    color: #fff;
}

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


.experience-section {
    background-color: #f0f2f5;
}

.experience-section .img-fluid {
    max-height: 400px;
    object-fit: cover;
}


.platforms-section {
    background-color: #f8f9fa;
}

.offer-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.offer-card .offer-image-link {
    max-width: 300px; 
    width: 100%;
    height: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eee;
}

.offer-card .offer-image-link img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain; 
}

.offer-card .offer-title {
    color: #e94560;
    font-size: 1.8rem;
}

.offer-card .offer-description {
    font-size: 0.95rem;
    color: #555;
}

.offer-card .offer-features p {
    color: #666;
}

.offer-card .visit-btn {
    background-color: #e94560;
    border-color: #e94560;
    font-weight: 600;
    text-decoration: none; 
}

.offer-card .visit-btn:hover {
    background-color: #d13c55;
    border-color: #d13c55;
}

@media (max-width: 767.98px) {
    .offer-card {
        flex-direction: column;
        text-align: center;
    }
    .offer-card .offer-image-link {
        margin: 0 auto 15px auto !important;
    }
}



.trust-section {
    background-color: #fff;
}

.trust-item {
    border: 1px solid #e0e0e0;
    background-color: #fefefe;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.trust-icon {
    font-size: 3rem;
    color: #e94560;
}


.rating-grid-section {
    background-color: #f0f2f5;
}

.rating-item.card {
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rating-item.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.rating-item .card-img-top {
    height: 180px;
    object-fit: contain; 
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.rating-item .card-title {
    color: #1a1a2e;
    font-size: 1.5rem;
}

.rating-item .rating-stars .bi-star-fill,
.rating-item .rating-stars .bi-star-half {
    color: #ffc107; 
}

.rating-item .list-unstyled li {
    color: #555;
}

.rating-item .btn-outline-primary {
    color: #e94560;
    border-color: #e94560;
    text-decoration: none;
}

.rating-item .btn-outline-primary:hover {
    background-color: #e94560;
    color: #fff;
}


.articles-section {
    background-color: #fff;
}

.article-card {
    border: 1px solid #e0e0e0;
    background-color: #fefefe;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.article-card h5 {
    color: #e94560;
}

.article-card p {
    color: #666;
}


.disclaimer-block {
    background-color: #ffe0b2; 
    color: #3e2723; 
    padding: 60px 0;
}

.disclaimer-content {
    background-color: #fff3e0; 
    border: 1px solid #ffcc80; 
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.disclaimer-title {
    color: #d84315; 
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.disclaimer-title .bi-exclamation-triangle-fill {
    color: #ef6c00; 
    font-size: 2.5rem;
}

.disclaimer-subtitle {
    color: #e65100; 
    font-weight: 600;
    font-size: 1.3rem;
}

.disclaimer-block p,
.disclaimer-block ul li {
    font-size: 1.05rem;
    line-height: 1.7;
}

.disclaimer-block .disclaimer-phone {
    color: #d84315;
    font-weight: 600;
    text-decoration: none;
}

.disclaimer-block .disclaimer-link {
    color: #e65100;
    font-weight: 600;
    text-decoration: underline;
}

.disclaimer-block .disclaimer-link:hover {
    color: #bf360c;
}


.main-footer {
    background-color: #1a1a2e; 
    color: #fff;
}

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

.main-footer .footer-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-footer .footer-link:hover {
    color: #e94560;
}

.main-footer .form-control {
    background-color: #2a2a4a;
    border-color: #3a3a5a;
    color: #fff;
}

.main-footer .form-control::placeholder {
    color: #bbb;
}

.main-footer .btn-primary {
    background-color: #e94560;
    border-color: #e94560;
    font-weight: 600;
    text-decoration: none;
}

.main-footer .btn-primary:hover {
    background-color: #d13c55;
    border-color: #d13c55;
}

.responsible-gaming-logos {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 25px;
}

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

.footer-logo-item-18plus {
    max-width: 60px; 
    height: auto;
    object-fit: contain;
    display: block;
}


.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 20px;
    max-width: 350px;
    z-index: 1050;
    display: none; 
}

.cookie-banner-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

.cookie-banner .cookie-policy-link {
    color: #e94560;
    text-decoration: underline;
}

.cookie-banner .btn {
    font-size: 0.85rem;
    padding: 6px 12px;
    text-decoration: none;
}

.cookie-banner .btn-primary {
    background-color: #e94560;
    border-color: #e94560;
}

.cookie-banner .btn-primary:hover {
    background-color: #d13c55;
    border-color: #d13c55;
}

.cookie-banner .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.cookie-banner .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}


#cookieSettingsModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#cookieSettingsModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#cookieSettingsModal .modal-title {
    color: #1a1a2e;
    font-weight: 600;
}

#cookieSettingsModal .form-check-label {
    font-weight: 500;
    color: #333;
}

#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);
}

#cookieSettingsModal .modal-footer .btn-primary {
    background-color: #e94560;
    border-color: #e94560;
    text-decoration: none;
}

#cookieSettingsModal .modal-footer .btn-primary:hover {
    background-color: #d13c55;
    border-color: #d13c55;
}


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


.row.g-4 > [class*="col-"] > .card,
.row > [class*="col-"] > .trust-item,
.row > [class*="col-"] > .article-card {
    display: flex;
    flex-direction: column;
}

.row.g-4 > [class*="col-"] > .card .card-body,
.row > [class*="col-"] > .trust-item,
.row > [class*="col-"] > .article-card {
    flex-grow: 1;
}


.lawMatrixNode {
    
    padding-top: 1.5rem;   
    padding-left: 1.5rem;  
    padding-right: 1.5rem; 
    
}

.lawMatrixNode h1 {
    
    font-size: 2.2rem;   
    line-height: 1.2;    
    margin-top: 1.8rem;  
    margin-bottom: 0.9rem; 
}

.lawMatrixNode h2 {
    
    font-size: 1.9rem;   
    line-height: 1.25;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
}

.lawMatrixNode h3 {
    
    font-size: 1.6rem;   
    line-height: 1.3;
    margin-top: 1.4rem;
    margin-bottom: 0.7rem;
}

.lawMatrixNode h4 {
    
    font-size: 1.3rem;   
    line-height: 1.4;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

.lawMatrixNode h5 {
    
    font-size: 1.1rem;   
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

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

.lawMatrixNode ul {
    
    list-style-type: disc; 
    margin-top: 1rem;    
    margin-bottom: 1rem; 
    padding-left: 2rem;  
}

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


.age-verification-content{


    .text-muted{
        color: #fff !important;
    }
}


 #ageVerificationModal {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
  }

  .footer-logo-link,
  .logo-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 700;
    transition: 0.4s linear;
    text-decoration: none;

    &:hover{
        color: #d13c55;
    }
  }

  .navbar .container{
    justify-content: space-between;
  }

  .lawMatrixNode a{
     transition: 0.4s linear;
     color: #bf360c;
     text-decoration: none;

    &:hover{
        color: #d13c55;
    }
  }
  #confirmAgeBtn,
  #denyAgeBtn{
    font-size: 16px;
  }

  @media (max-width: 575px){
    .age-verification-content img{
        display: none;
    }
  }