.elementor-kit-5{--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:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#0C0311;}.elementor-kit-5 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: Poppins, Inter, sans-serif;
    font-weight: 700;
    color: #ffffff;
}
/* Navbar custom styling */
.header-dark {
    background-color: #09000f;
    
}
.navbar-brand img {
    max-width: 40%;
    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: #ffc700;
    border-radius: 8px;
    color: #09000f;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .025em;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid  #ffc700;
    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: #09000f;
    color: #ffc700;
    border-radius: 8px;
    border: 1px solid  #ffc700;
}

/* === SIGN IN BUTTON CUSTOMIZATION === */
.btn-light.action-button.login {
    background: #3a267d;
    color: #ffffff !important;
    border: 1px solid #09000f !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: #ffc700!important;
    border: 1px solid #ffc700 !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: 120px;
    }
    .button-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .btn-light.action-button {
        padding: 10px 15px;
        font-size: 14px;
        margin-right: 5px;
        color: #09000f;
        font-weight: 800;
    }
    .btn-light.action-button:last-child {
        margin-right: 0;
    }
    .btn-light.action-button.login {
        display: none;
    }
}

footer {
    font-family: Inter, Arial, sans-serif;
    color: #99929e;
    
}

.footer-container {
    width: 100%;
    margin: 0 auto;
}

.footer-top {
    margin-bottom: 20px;
    
}

.payment-logos {
    width: 60%;
    height: auto;
    display: block;
    padding-right: 20px;
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

.footer-licence-info {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
}

.footer-licence-info a {
    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: 100%;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .gsb-logo-container {
       display: none;
    }
    .logo {
       display: none;
    }

    .footer-licence-info {
        font-size: 10px;
        display: none;
    }
}/* End custom CSS */