.elementor-kit-8{--e-global-color-primary:#F1B505;--e-global-color-secondary:#E9E9E9;--e-global-color-text:#E0E0E0;--e-global-color-accent:#F1B505;--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-image:url("https://richardcasino.net/wp-content/uploads/2025/02/background.webp");background-repeat:repeat;background-size:cover;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#FFDD7B;}.elementor-kit-8 a:hover{color:#EECA02;}.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 Condensed, ui-sans-serif, system-ui;
    font-weight: 700;
    color: #dea237;
}
/* Navbar custom styling */
.header-dark {
    background-image: radial-gradient(70.31% 70.31% at 50% 39.84%, #014736 0, #011d14 100%);
}
.navbar-brand img {
    max-width: 30%;
    height: auto;
}
.navbar-dark .navbar-nav {
    color: #dea237;
    align-items: center;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link {
    color: #dea237 !important; /* Force the color */
    font-weight: 700;
    margin-right: 30px;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #dea237 !important; /* Force the color on hover/focus */
    opacity: 0.8; /* Optional: add a slight opacity change on hover/focus */
}
/* Button styling */
.button-container {
    display: flex;
    align-items: center;
}
.btn-light.action-button {
    display: inline-block;
    cursor: pointer;
    background-image: linear-gradient(99.1deg, #faf1bd 6.07%, #dfc687 21.58%, #cca660 34.35%, #c09347 45.29%, #bc8c3f 51.68%, #c09347 58.97%, #cca660 70.83%, #dfc687 85.42%, #f1e3ab 97.28%);
    border-radius: 32px;
    color: #4f2e10;
    font-family: Roboto, ui-sans-serif, system-ui;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 5px 0 #4f2e10;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 35px;
}
.btn-light.action-button:last-child {
    margin-right: 0;
    box-shadow: 0 5px 0 #4f2e10;
}
.btn-light.action-button:hover,
.btn-light.action-button:focus,
.btn-light.action-button:active {
    color: #4f2e10;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5),
                0 0 8px 3px rgba(255, 255, 255, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}
.btn-light.action-button.login:last-child {
    margin-right: 0;
    box-shadow: 0 5px 0 #4f2e10;
}
.btn-light.action-button.login:hover,
.btn-light.action-button.login:focus,
.btn-light.action-button.login:active {
    color: #4f2e10;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5),
                0 0 8px 3px rgba(255, 255, 255, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    
    
    
    
}
/* 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: 120px;
    }
    .button-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .btn-light.action-button {
        padding: 5px 10px;
        font-size: 12px;
        margin-right: 5px;
    }
    .btn-light.action-button:last-child {
        margin-right: 0;
    }
    .btn-light.action-button.login {
        display: none;
    }
}

footer {
    font-family: Roboto Condensed, ui-sans-serif, system-ui;
    text-align: left;
    padding: 20px 150px;
    color: #ffffff;
    background-color:  rgb(1 40 29);
}
.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;
}
.footer__license {
    font-size: 12px;
    font-weight: 400;
}
@media (max-width: 768px) {
    footer {
        padding: 20px;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo, .gambling-logos {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .footer__license {
    font-size: 10px;
    font-weight: 400;
}
}/* End custom CSS */