/*
Theme Name: Casinosenligne.Net
Description: Clean and modern casino website design
Version: 2.0.0
*/

/* === Reset === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* === Color Scheme (Light Theme) === */
body {
    background-color: #f5f5f5;
    color: #333;
}

/* === Header === */
.header {
    background-color: #fff;
    border-bottom: 3px solid #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    max-width: 309px;
    height: auto;
}

.header-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.header-nav ul li {
    margin: 0;
}

.header-nav ul li a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
}

.header-nav ul li a:hover {
    color: #2e7d32;
}
/* === Burger Menu === */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger-line {
    width: 30px;
    height: 3px;
    background-color: #2e7d32;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-menu:hover .burger-line {
    background-color: #1b5e20;
}

/* Burger menu animation when active */
.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}



/* === Main Content === */
.gpro_content {
    background-color: #f5f5f5;
}

.gpro_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gpro_cont_main {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.main {
    margin-top: 0;
    margin-bottom: 0;
}

.banner__info {
    margin-top: 0;
}

/* === Typography === */
h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
    color: #333;
}

a {
    color: #1a1a1a;
    transition: color 300ms;
}

a:hover {
    color: #2e7d32;
}

/* === Sections === */
.gpro_section {
    margin-bottom: 30px;
}

.gpro_section .label h1 {
    margin-top: 0;
}

.gpro_section .content {
    margin-top: 15px;
}

.gpro_section .text {
    line-height: 1.8;
}

/* === Footer === */
.footer {
    background-color: #fff;
    border-top: 3px solid #2e7d32;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    margin-top: 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 309px;
    width: 100%;
    height: auto;
}

.footer-nav {
    margin: 20px 0;
}

.footer-nav h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer-nav ul li a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
}

.footer-nav ul li a:hover {
    color: #2e7d32;
}

.footer-social {
    margin: 30px 0 20px 0;
}

.footer-social h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2e7d32;
    color: white;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #1b5e20;
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.footer-payments {
    margin: 20px 0;
}

.footer-payments h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.payment-icons-footer {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-icon-footer {
    width: 60px;
    height: 40px;
}

.footer-copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 14px;
}

/* === Responsive === */
@media (max-width: 768px) {
    /* Show burger menu on mobile */
    .burger-menu {
        display: flex;
    }

    /* Header adjustments */
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 20px;
    }

    /* Hide navigation by default on mobile */
    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: #fff;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding-top: 80px;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 0;
        text-align: left;
        padding: 20px;
    }

    .header-nav ul li {
        padding: 15px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .header-nav ul li:last-child {
        border-bottom: none;
    }

    .header-nav ul li a {
        display: block;
        font-size: 16px;
    }

    /* Overlay when menu is open */
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .menu-overlay.active {
        display: block;
        opacity: 1;
    }

    .header-logo img,
    .footer-logo img {
        max-width: 200px;
    }

    .footer-nav ul {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .header-logo img,
    .footer-logo img {
        max-width: 200px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    .gpro_cont_main {
        padding: 20px;
    }
}

/* === Lists === */
ul, ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}

/* === Images === */
img {
    max-width: 100%;
    height: auto;
}

/* === Sitemap === */
.gpro_section ul {
    list-style: none;
    padding-left: 0;
}

.gpro_section ul li {
    margin-bottom: 10px;
}

.gpro_section ul li a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms;
}

.gpro_section ul li a:hover {
    color: #2e7d32;
}

/* === Bonuses Grid === */
.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
    max-width: 1200px;
    margin: 20px auto 0;
}

.bonus-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bonus-icon img {
    max-width: 80px;
    margin-bottom: 15px;
}

.bonus-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.bonus-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
}

.bonus-example {
    font-style: italic;
    color: #2e7d32;
    font-weight: bold;
}




/* Mobile Burger Menu */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .gpro_menu_top {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9999;
        overflow-y: auto;
        flex-direction: column;
        padding: 60px 20px 20px;
    }

    .gpro_menu_top.active {
        display: flex !important;
    }

    .gpro_menu_top ul {
        flex-direction: column;
        width: 100%;
    }

    .gpro_menu_top ul li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .gpro_menu_top ul li a {
        display: block;
        padding: 15px;
        width: 100%;
    }
}
