.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#50F299;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#090319;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#top {
    width: 100%;
    position: relative;
}

body {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 900;
    color: #ffffff;
}
/* Navbar custom styling */
.header-dark {
    background-color: #090319;
    
}
.navbar-brand img {
    max-width: 30%;
    height: auto;
}
.navbar-dark .navbar-nav {
    color: #72c050;
    align-items: center;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link {
    color: #b0b3bf !important; /* Force the color */
    font-weight: 700;
    margin-right: 40px;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff !important; /* Force the color on hover/focus */
    opacity: 0.8; /* Optional: add a slight opacity change on hover/focus */
}
.button-container {
    display: flex;
    align-items: center;
}

.btn-light.action-button {
    display: inline-block;
    cursor: pointer;
    background: #8053f6;
    border-radius: 8px;
    color: #ffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .025em;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    margin-right: 20px;
    margin-top: 5px;/* Add space between buttons */
}

.btn-light.action-button:last-child {
    margin-right: 0; /* Remove margin from the last button */
}

.btn-light.action-button:hover,
.btn-light.action-button:focus,
.btn-light.action-button:active {
    background: #9975F8;
    color: #fff;
}

/* === SIGN IN BUTTON CUSTOMIZATION === */
.btn-light.action-button.login {
    background: transparent !important;
    color: #8053f6 !important;
    border: 1px solid #8053f6 !important;
}

/* NO HOVER/FOCUS/ACTIVE EFFECT for Sign in */
.btn-light.action-button.login:hover,
.btn-light.action-button.login:focus,
.btn-light.action-button.login:active {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #fff !important;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 150px;
    }
    .btn-light.action-button.login {
        display: none;
    }
}
@media (max-width: 576px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-brand img {
        max-width: 80px;
    }
    .button-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .btn-light.action-button {
        padding: 10px 15px;
        font-size: 14px;
        margin-right: 5px;
        color: #fff;
        font-weight: 800;
    }
    .btn-light.action-button:last-child {
        margin-right: 0;
    }
    .btn-light.action-button.login {
        display: none;
    }
}

footer {
    font-family: Roboto, Arial, sans-serif;
    text-align: left;
    padding: 20px 50px;
    color: #ffffff;
    background-color: #090319;
    font-weight: 400;
    
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}

.footer-logo {
    max-width: 20px;
    height: auto;
}

.gambling-logos {
    max-width: 400px;
    height: auto;
}

.footer-middle {
    margin-bottom: 20px;
}

.payment-logos {
    width: 100%;
    max-width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 20px;
}

.footer__license {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 120px;
    
    
}

@media (max-width: 768px) {
    footer {
        padding: 20px;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .payment-logos {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .footer__license {
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
}/* End custom CSS */