.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFB700;--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:#0E0E0E;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-primary );}.elementor-kit-13 a:hover{color:#FFFFFF;}.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 */body {
    font-family: Neo Sans Pro, sans-serif !important;
    font-weight: 700;
    background-color: #000;
    color: #ffffff;
}

#top {
    width: 100%;
    position: relative;
}

/* Header and Navbar styling */
.header-dark {
    background-color: #1f2022;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand img {
    max-width: 50%;
    height: auto;
}

.navbar-dark .navbar-nav {
    align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ebb135;
}

/* Navbar actions (login and registration) */
.navbar-actions {
    display: flex;
    align-items: center;
}

/* Login link styling */
.login-link {
    display: flex;
    align-items: center;
    color: #ebb135;
    text-decoration: none;
    font-weight: bold;
    margin-right: 15px;
    transition: opacity 0.3s ease;
}

.login-link:hover {
    text-decoration: underline;
    color: #ebb135;
}

.login-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* Registration button styling */
.btn-light.action-button {
    background: linear-gradient(180deg, #ebb135, #f5890d);
    color: #000;
    border: 1px solid #f5890d;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-light.action-button:hover {
    background: linear-gradient(180deg, #ebb135, #ebb135);
    color: #000;
    box-shadow: 0 0 10px rgba(235, 177, 53, 0.5);
    border: 1px solid #ebb135;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .navbar-brand img {
        max-width: 30%;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        max-width: 35%;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 15px;
    }
    
    .btn-light.action-button {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 5px 15px;
    }
    
    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .navbar-brand img {
        max-width: 100px;
    }
    
    .navbar-actions {
        display: flex;
        align-items: center;
    }
    
    .login-link {
        display: none;
    }
    
    .btn-light.action-button {
        padding: 5px 10px;
        font-size: 12px;
    }
}

footer {
    font-family: Neo Sans Pro, sans-serif;
    color: #ffffff;
    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 */