.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:"Commissioner";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Commissioner";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Commissioner";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Commissioner";--e-global-typography-accent-font-weight:500;background-color:#081B30;}.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: Roboto, sans-serif;
    font-weight: 900;
    color: #ffffff;
}
/* Navbar custom styling */
.header-dark {
    background-color: #1b2341;
    
}
.navbar-brand img {
    max-width: 20%;
    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: linear-gradient(90deg, #FFE8A7, #F3BA5E);
    border-radius: 8px;
    color: #0D2035;
    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: linear-gradient(90deg, #F0CD6A, #F5B247);
    color: #0D2035;
}

/* === SIGN IN BUTTON CUSTOMIZATION === */
.btn-light.action-button.login {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #fff !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: 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: #0D2035;
        font-weight: 800;
    }
    .btn-light.action-button:last-child {
        margin-right: 0;
    }
    .btn-light.action-button.login {
        display: none;
    }
}

footer {
   font-family: Ubuntu, sans-serif, system-ui;
   color: #d3d3d3;
   background-color: #001222;
   padding: 20px 0;
}

.footer-container {
   width: 90%;
   margin: 0 auto;
}

.footer-top {
   margin-bottom: 20px;
   display: flex;
   justify-content: center;  /* центрируем лого */
   align-items: center;
}

.payment-logos {
   width: auto;
   height: 60px; /* фиксируем одинаковую высоту */
   display: inline-block;
}

.footer-bottom {
   display: flex;
   align-items: center; /* ставим GCB лого и текст по одной линии */
   gap: 20px;
}

.gsb-logo-container {
   flex: 0 0 auto;
   margin-left: 0;
   padding-left: 0;
}

.gsb-logo {
   width: auto;
   height: 40px; /* одинаковая высота с текстом */
}

.footer-licence-info {
   flex: 1;
   font-size: 12px;
   font-weight: 400;
}

.footer-licence-info a {
   color: #FFE8A7;
   text-decoration: none;
   transition: opacity 0.3s ease;
}

.footer-licence-info a:hover {
   opacity: 0.8;
}

@media (max-width: 768px) {
   .footer-container {
       width: 90%;
   }
   .footer-top {
       flex-wrap: wrap;
   }
   .payment-logos {
   width: auto;
   height: 80%; /* фиксируем одинаковую высоту */
   display: inline-block;
   margin-bottom: -20px;
}
   .footer-bottom {
       flex-direction: column;
       align-items: flex-start;
   }
   .gsb-logo {
      display: none;
   }
   .footer-licence-info {
       font-size: 10px;
   }
}/* End custom CSS */