.elementor-kit-21{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Belgrano";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Belgrano";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Belgrano";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Belgrano";--e-global-typography-accent-font-weight:500;background-color:#161618;}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-kit-21 a{color:#EAC30E;}.elementor-kit-21 a:hover{color:#EADF00;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */body {
    font-family: 'Beaufort for LOL';
    font-weight: 600;
    color: #EFE6D4;
    background: #000;
}

#top {
   width: 100%;
   position: relative;
}

.header-dark {
    background-image: radial-gradient(70.31% 70.31% at 50% 39.84%, #0D0A0A 0, #192322 100%);
}

.navbar-brand img {
    max-width: 50%;
    height: auto;
}

/* Updated button container and spacing */
.button-container {
    display: flex;
    align-items: center;
     gap: 20px; 
}

/* Sign In Button - reduced right margin */
.btn-light.action-button.login {
    padding: 9px 35px;
    font-family: 'Beaufort for LOL';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: 2px solid #C8A355;
    transition: all 0.3s ease;
    cursor: pointer;
 /* Reduced from 15px */
}

/* Rest of your CSS remains the same */
.btn-light.action-button.login:hover {
    background: rgba(200, 163, 85, 0.1);
    box-shadow: 0 0 10px rgba(200, 163, 85, 0.3);
    border: 2px solid #C8A355;
}

.btn-light.action-button {
    padding: 9px 35px;
    font-family: 'Beaufort for LOL';
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(180deg,#033325,#247a53);
        border: 2px solid #3EB178;

    box-shadow: 0 4px 15px rgba(0, 166, 124, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-light.action-button:hover {
    background: linear-gradient(180deg, #020d0f, #032a20);
    color: white;
 border: 2px solid #3EB178;

    box-shadow: 0 4px 15px rgba(0, 166, 124, 0.3);
}
@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;
        padding-right: 10px;
    }
    .btn-light.action-button {
        padding: 5px 14px;
        font-size: 14px;
    }
    .btn-light.action-button:last-child {
        margin-right: 0;
    }
    .btn-light.action-button.login {
        display: none;
    }
}

footer {
    font-family: Neo Sans Pro, sans-serif;
    color: #AFAFAF;
    background-color: #000;
    padding: 20px 0;
}

.footer-container {
    width: 80%;
    margin: 0 auto;
}

.footer-top {
    margin-bottom: 20px;
}

.payment-logos {
    width: 100%;
    height: auto;
    display: block;
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
}

.gsb-logo-container {
    flex: 0 0 10%; /* Reduced from 15% to 10% */
    margin-left: 50px; /* Reduced from 20px to 15px */
    padding-left: 20px;
}

.gsb-logo {
    width: 100%;
    height: auto;
    max-width: 60px; /* Reduced from 100px to 80px */
}

.footer-licence-info {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
}

.footer-licence-info a {
    color: #f5890d; /* Updated link color */
    text-decoration: none; /* Removed underline */
    transition: opacity 0.3s ease; /* Smooth transition for hover effect */
}

.footer-licence-info a:hover {
    opacity: 0.8; /* Slight fade effect on hover */
}

@media (max-width: 768px) {
    .footer-container {
        width: 90%;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .gsb-logo {
       display: none;
    }

    .footer-licence-info {
        font-size: 10px;
    }
}/* End custom CSS */