
.age-verification-popup {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 0;
    color: #fff;
    width: 100%;
    z-index: 9999;
}

.age-verification-content {
    background-color: var(--primary-color);
    border-radius: var(--border-radius);
    padding: 20px;
    width: 100%!important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.age-verification-text h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.age-verification-text h3 i {
    margin-right: 10px;
}

.age-verification-text p {
    margin-bottom: 0;
    color: #bdc3c7;
}

.age-verification-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    margin: 20px auto 0;
}

.btn-confirm {
    background-color: #27ae60;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
}

.btn-reject {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 767px) {
    .age-verification-content {
        padding: 15px;
    }
    
    .age-verification-text {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .age-verification-text h3 {
        font-size: 1.1rem;
    }
    
    .age-verification-text p {
        font-size: 0.9rem;
    }
}


:root {
    --primary-color: #2c3e50;
    --secondary-color: #1abc9c;
    --accent-color: #e74c3c;
    --text-color: #ecf0f1;
    --light-bg: #34495e;
    --dark-bg: #1a252f;
    --border-radius: 8px;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-color);
    line-height: 1.6;
}

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

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #16a085;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.section-title p {
    color: #bdc3c7;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

/* Top Bar */
.topbar {
    background-color: var(--dark-bg);
    color: #95a5a6;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar a {
    color: var(--secondary-color);
}

.topbar a:hover {
    text-decoration: underline;
}

/* Header Navigation */
.header {
    background-color: var(--primary-color);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin: 0;
    padding: 15px 0;
}

/* Hero Section */
.hero-section {
    background-color: var(--primary-color);
    background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-bg) 100%);
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(26, 37, 47, 0) 0%, rgba(26, 37, 47, 0.3) 100%);
}

.hero-section h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .lead {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    color: #bdc3c7;
}

/* Casino Listings */
.casino-listings {
    padding: 80px 0;
    background-color: var(--dark-bg);
}

.casino-offer {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
}

.casino-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.casino-logo img {
    max-height: 90px;
    max-width: 100%;
}

.welcome-bonus {
    padding: 10px 15px;
}

.bonus-label {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.welcome-bonus h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #fff;
}

.welcome-bonus p {
    color: #bdc3c7;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.rating {
    text-align: center;
}

.score {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 5px;
}

.stars {
    color: #f1c40f;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.rating p {
    color: #bdc3c7;
    margin-bottom: 0;
}

.btn-visit {
    background-color: #27ae60;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-visit:hover {
    background-color: #2ecc71;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.disclaimer {
    margin-top: 15px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
}

.disclaimer p {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #95a5a6;
}

/* Footer */
.footer {
    background-color: var(--primary-color);
    padding: 60px 0 30px;
    color: #bdc3c7;
}

.footer h4 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer p {
    font-size: 0.9rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #bdc3c7;
}

.footer-links a:hover {
    color: var(--secondary-color);
}

.responsible-gaming-logos {
    display: flex;
    align-items: center;
    gap: 15px;
}

.responsible-gaming-logos img {
    max-height: 40px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.responsible-gaming-logos img:hover {
    filter: grayscale(0%);
}

.payment-partners-section {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 20px;
    margin: 40px 0;
}

.payment-partners-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.payment-partner {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-partner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.disclaimer-footer {
    font-size: 0.8rem;
    color: #95a5a6;
    margin-top: 10px;
}

/* Info Sections */
.info-section {
    padding: 70px 0;
    background-color: var(--dark-bg);
}

.info-section.alt-bg {
    background-color: var(--primary-color);
}

.info-card {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.info-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.info-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.info-card p {
    color: #bdc3c7;
    margin-bottom: 0;
}

/* Safety Section */
.safety-content {
    padding: 20px;
}

.safety-content p {
    color: #bdc3c7;
    margin-bottom: 20px;
}

.safety-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.safety-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #bdc3c7;
}

.safety-list li i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.safety-image {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ukgc-seal {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ukgc-seal i {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.ukgc-seal span {
    color: #fff;
    font-weight: 600;
}

.safety-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.feature {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
    padding: 15px;
    text-align: center;
}

.feature i {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.feature span {
    display: block;
    color: #fff;
    font-size: 0.9rem;
}

/* About Section */
.about-content {
    padding: 20px;
}

.about-content p {
    color: #bdc3c7;
    margin-bottom: 20px;
}

.about-content ul {
    color: #bdc3c7;
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-content ul li {
    margin-bottom: 10px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.stat-item {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 20px;
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    color: #bdc3c7;
    font-size: 0.9rem;
}

/* Responsible Gambling */
.responsible-content {
    margin-bottom: 40px;
}

.responsible-content .lead {
    font-size: 1.3rem;
    color: #bdc3c7;
}

.responsible-divider {
    margin: 30px 0;
    position: relative;
    height: 40px;
}

.responsible-divider i {
    font-size: 2rem;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.responsible-divider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.responsible-card {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 25px;
    height: 100%;
    margin-bottom: 30px;
}

.responsible-card h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-align: center;
}

.warning-signs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-signs li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #bdc3c7;
}

.warning-signs li i {
    color: #e74c3c;
    margin-right: 10px;
}

.resource-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resource-link {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
    padding: 15px;
    color: #fff;
}

.resource-link i {
    margin-right: 10px;
}

.resource-link span {
    display: block;
    font-size: 0.8rem;
    color: #bdc3c7;
    margin-top: 5px;
}

.responsible-tools {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 25px;
    margin-top: 30px;
}

.responsible-tools h3 {
    color: var(--secondary-color);
    margin-bottom: 25px;
    text-align: center;
}

.tool-item {
    text-align: center;
    padding: 15px;
}

.tool-item i {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.tool-item h4 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 10px;
}

.tool-item p {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Disclaimers */
.disclaimer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.disclaimer-card {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 25px;
}

.disclaimer-card h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.disclaimer-card p {
    color: #bdc3c7;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Policy Pages Styles */
.page-header {
    background-color: var(--primary-color);
    background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-bg) 100%);
    padding: 40px 0;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.page-header h1 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #bdc3c7;
}

.breadcrumb-item.active {
    color: var(--text-color);
}

.policy-content {
    padding: 0 0 80px 0;
}

.policy-card {
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 40px;
    margin-bottom: 30px;
}

.policy-card h2 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.policy-date {
    color: #95a5a6;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.policy-section h4 {
    color: var(--secondary-color);
    margin: 20px 0 10px;
    font-size: 1.2rem;
}

.policy-section p, .policy-section li {
    color: #bdc3c7;
    margin-bottom: 10px;
}

.policy-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.policy-section a {
    color: var(--secondary-color);
}

.warning-signs-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.warning-sign {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
}

.warning-sign i {
    color: #e74c3c;
    font-size: 1.2rem;
    margin-top: 3px;
}

.warning-sign p {
    margin-bottom: 0;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.support-resources {
    margin-top: 20px;
}

.resource {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 20px;
}

.resource h4 {
    color: var(--secondary-color);
    margin-top: 0;
}

.resource p {
    margin-bottom: 5px;
}

.intro-text {
    font-size: 1.1rem;
    color: #bdc3c7;
    margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .safety-image {
        margin-top: 30px;
    }
    
    .about-stats {
        margin-bottom: 30px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .policy-card {
        padding: 30px;
    }
    
    .policy-card h2 {
        font-size: 1.6rem;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .casino-offer {
        padding: 15px;
    }
    
    .casino-logo {
        height: 100px;
        margin-bottom: 15px;
    }
    
    .welcome-bonus, .rating {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .btn-visit {
        margin-top: 10px;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer-links {
        margin-bottom: 30px;
    }
    
    .responsible-gaming-logos {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .info-section {
        padding: 50px 0;
    }
    
    .safety-features {
        grid-template-columns: 1fr;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
    }
    
    .responsible-tools .row {
        gap: 15px;
    }
    
    .tool-item {
        margin-bottom: 15px;
    }
    
    .payment-partners-container {
        gap: 10px;
    }
    
    .payment-partner {
        width: 70px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .payment-partner {
        width: 60px;
        height: 35px;
    }
    
    .payment-partners-section {
        padding: 15px 10px;
    }
    
    .payment-partners-container {
        gap: 8px;
    }
    
    .policy-card {
        padding: 20px;
    }
    
    .policy-card h2 {
        font-size: 1.4rem;
    }
    
    .policy-section h3 {
        font-size: 1.2rem;
    }
    
    .policy-section h4 {
        font-size: 1.1rem;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
    }
    
    .warning-sign {
        padding: 10px;
    }
}