* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

p {
    margin-bottom: 0;
}

/* Button Styles */
.red_btn_style {
    display: flex;
    justify-content: center;
}

.red_btn_style a {
    color: #fff;
    padding: 7px 50px;
    background-color: #D70E09;
    border-radius: 5px;
}

.blue_button_style {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 5px;
    background: #039;
}

.blue_button_style a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

/* Global Styles */
.poker_investor_program_content_wrapper_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.poker_investor_program_content_wrapper{
    width: 47%;
}
.blue_bottom_button{
    text-align: center;
    margin-top: 30px;
}
.blue_bottom_button a{
    border-radius: 5px;
    background: #02388F;
    padding: 10px 20px;
    color: white;
}
.global_style p {
    margin-bottom: 35px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}

.global_style li {
    color: #000;
    font-weight: 300;
}

.global_style h2 {
    color: #02388F;
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.global_style h3 {
    color: #02388F;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

.global_style span {
    font-weight: 400;
}

/* List Styles */
.global_style .border_box_ul {
    border: 2px solid #02388F;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.global_style .red_number_ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.global_style .red_number_ul p{
    margin: 10px 0px;
}
.global_style h5{
    color: #02388F;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; 
    margin: 20px 0px;
}

.global_style .red_number_ul li p:first-child {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #02388F;
    border-radius: 50%;
    background: #D70E09;
    color: white;
    padding: 10px;
    font-size: 30px;
}

.global_style .red_number_ul li p:last-child {
    padding: 0!important;
}
.scouting_ul_number p{
    border-radius: 50%!important;
    border: 2px solid #02388F; 
}
.scouting_ul_content{
    border: 1px solid #CFD6DC;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
}
.scouting_ul h4{
    color: #02388F;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.scouting_ul li p {
    padding: 0!important;
}
.scouting_ul_number p{
    border-radius: 50%!important;
}
.scouting_ul_content{
    border: 1px solid #CFD6DC;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
}
.scouting_ul h4{
    color: #02388F;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.global_style .red_dot_ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.global_style .red_dot_ul li:last-child {
    margin-bottom: 0;
}

.global_style .red_dot_ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: red;
    border: 2px solid #039;
    border-radius: 50%;
}
.options_ul a{
    color: #6D6D6D;
font-size: 18px;
font-weight: 400;
line-height: normal;
white-space: nowrap;
}
.options_ul a.active{
    color: #02388F;
}
.terms_and_conditions_wrapper{
    display: flex;
    gap: 40px;
    padding-top: 80px;
}
.options_ul{
    width: 220px;
}
.terms_and_conditions_content h2{
    margin-top: 0px;
}
/* FAQ Section */
.fqa_section {
    padding: 85px 0;
}

.fqa_section .container {
    max-width: 768px;
}

.fqa_section_title {
    text-align: center;
    margin-bottom: 60px;
}

.fqa_section h2 {
    color: #101828;
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    text-align: center;
}

.fqa_section_hero {
    padding: 24px 0 32px;
    border-bottom: 1px solid #EAECF0;
}

.fqa_section_hero:first-child {
    border-top: none;
}

.fqa_section_hero:last-child {
    border-bottom: none;
}

.fqa_section_hero_question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.fqa_section_hero_question h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.fqa_section_hero_answer {
    display: none;
    padding-top: 10px;
}

.fqa_section_hero_answer p {
    padding-right: 40px;
    font-family: var(--body-font);
}

.plus-icon,
.minus-icon {
    font-size: 24px;
    margin-left: 10px;
    line-height: 100%;
    cursor: pointer;
}

/* Header */
.header {

    background-color: white;
    z-index: 999999;
}

#wpadminbar{
    z-index: 999999999!important;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu_nav_desktop {
    display: flex;
    list-style: none;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.header_menu_nav_desktop li {
    margin: 0 10px;
}

.header-logo{
    height: 100%;
    align-items: center;
    display: flex;
}
.header-logo img{
    object-fit: contain;
}
.header_menu_nav_desktop li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.header_signup_btn {
    background-color: #039;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 20px;
}
.header_2 .container{
    position: relative;
   }
.header_login_btn {
    color: #6D6D6D;
    font-weight: 700;
    position: relative;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button svg {
    position: absolute;
    top: 2px;
    left: -22px;
}

/* Mobile Menu */
.header_menu_icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header_menu_icon_line {
    width: 20px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
}

.header_menu_icon_line:last-child {
    width: 13px;
    margin-bottom: 0;
}

.header_menu_overlay {
    display: none;
}

/* Logged In User */
.logged_in_user {
    display: flex;
    align-items: center;
}

.logged_in_user_avatar {
    margin-right: 20px;
}

.logged_in_user_name a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* Auth Mega Menu */
.auth_mega_menu_container .container {
    position: relative;
}

.auth_mega_menu_wrapper {
    position: absolute;
    right: 0;
    width: 342px;
    display: none;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 84px;
    
}
.auth_mega_menu_credits p{
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-left: 10px;
}
.auth_mega_menu_wrapper img {
    width: 54px;
}
.auth_mega_menu_credits div{
    display: flex;
    align-items: center;
}
.auth_mega_menu_wrapper .mega_menu_about_content_tags {
    flex-direction: column;
    margin-bottom: 20px;
}

.auth_mega_menu_wrapper_top{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.auth_mega_menu_credits img{
    width: 13px;
    height: 13px;
}
.auth_mega_menu_wrapper_top_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth_mega_menu_credits{
    display: flex;
    gap: 10px;
}
.auth_mega_menu_credits div:first-child{
    margin-right: 20px;
}
.auth_mega_menu_wrapper_top_content h6{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.auth_mega_menu_wrapper_top img{
    margin-right: 8px;
}
.auth_mega_menu_wrapper_top_content p{
    color: #697077;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.auth_mega_menu_credits_buttons{
    border-top: 1px solid #E4E7EC;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}
.auth_mega_menu_credits_buttons a{
    color: #000;
font-size: 15px;
font-weight: 500;
line-height: normal;
}
/* Mega Menu */
.mega_menu_about {
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 12345;
    display: none;
}
.mega_menu_home {
    position: absolute;
    top: 72px;
    width: 100%;
    z-index: 12345;
    display: none;
}



.mega_menu .container {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding: 40px;
}

#mega_menu_home:hover .mega_menu_home {
    display: block;
}

.mega_menu_about_content {
    margin-bottom: 20px;
}

.mega_menu_about_content a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.mega_menu_about_content p {
    color: #0F161E;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.mega_menu_about_content svg {
    position: absolute;
    top: 9px;
    left: -15px;
    display: none;
}

.mega_menu_about_content_tags {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.mega_menu_about_content img {
    margin: 20px 0;
}

.mega_menu_about_content_browse a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: #039;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.mega_menu_about_content_read_more a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #039;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.border-left-header {
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 20px;
}

/* Footer */
.footer {
    padding: 100px 0;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer_lists {
    border-top: 1px solid #C1C7CD;
    border-bottom: 1px solid #C1C7CD;
}

.footer_lists .col-lg-3 {
    margin: 40px 0;
}

.footer_lists h3 {
    margin-bottom: 40px;
}

.footer_lists ul li {
    margin-bottom: 20px;
}

.footer_lists ul li:last-child {
    margin-bottom: 0;
}

.footer_lists ul li a {
    color: #000;
    text-decoration: none;
}

.footer_lists ul li a:hover {
    color: #D70E09;
}

.privacy_policy {
    margin-top: 40px;
}

.logo_and_form {
    margin-bottom: 40px;
}
.footer_social_links img{
    width: 20px;
}
.footer_logo {
    width: 157px;
}
.footer_social_chatgpt img{
    width: 50px;
}
.footer_social_links{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}
.footer_form {
    display: flex;
    justify-content: right;
    margin-bottom: 40px;
}
.footer_social_links_text h5{
    color: #039;

font-size: 16px;
font-weight: 500;
line-height: 24px; 
}
.footer_form input {
    width: 400px;
    padding: 14px;
    color: #697077;
    border: 1px solid #697077;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.footer_form button {
    padding: 10px 20px;
    background-color: #039;
    color: #fff;
    border: 1px solid #697077;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

/* Hero Section */
.hero_one_word {
    padding-top: 79px;
    background: linear-gradient(90deg, #1D2554 13.46%, #305CDE 100%);
}

.hero_one_word h1 {
    color: white;
    font-size: 55px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
}

.hero_one_word_content {
    padding: 80px 0;
}

.global-paragraph-font {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}

.application_process_content_wrapper {
    padding-right: 130px;
    padding-top: 80px;
}
.exit_mobile_menu{
    display: none;
}
.header_2{
    position: relative;
    background-color: white;
}
.header_mega_menu{
    position: absolute;
    width: 100%;
    left: 0;
   
}
.header_menu_nav_desktop .arrow_down_header{
    width: 10px;
}
.header_mega_menu .container{
    background-color: white;
}
/* Media Queries */
@media screen and (max-width: 991px) {
    .header_menu_icon {
        display: flex;
        align-items: flex-end;
        z-index: 23454565;
    }

    .header-button,
    .header_menu_nav_desktop {
        display: none;
    }

    .header_menu_container_mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        width: 40%;
        padding: 20px;
        background-color: white;
        position: relative;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 123;
    }

    .header_menu_container_mobile .header-logo_mobile {
        width: 117px;
        margin-bottom: 40px;
    }

    .header_menu_overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 34566;
        bottom: 0;
        display: none;
    }
    .header_menu_overlay.active{
        display: block;
    }
    .header_menu_nav_mobile li {
        margin: 10px 0;
    }

    .header_menu_nav_mobile li a {
        color: #000;
        font-weight: 500;
    }

    .header-button_mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header_signup_btn {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .header_login_btn {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .header_login_btn a{
        color: #6D6D6D;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        line-height: normal;
    }
    .header_login_btn img {
        margin-right: 10px;
    }
    .logged_in_user_desktop{
        display: none;
    }
    .header_menu_nav_mobile img{
        width: 13px;
    }
    .header_menu_nav_mobile_content{
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        left: 0;
        height: 100%;
        padding: 20px;
        z-index: 123456789;
    }
    .auth_mega_menu_wrapper_mobile{
        display: block;
        position: unset;
        padding: 0px;
        width: 100%;
    }
    .auth_mega_menu_wrapper_top_img img {
        width: 54px;
    }
    .header-button_mobile img{
        width: 15px;
    } 
    .options_ul{
        display: none;
    }
    .poker_investor_program_content_wrapper{
        width: 100%;
    }
    .poker_investor_program_content ul{
        margin: 30px 0px;
    }
    .poker_investor_program_content ul p{
        margin: 10px 0px;
    }
    .header_menu_nav_desktop{
        height: unset;
        min-height: unset;
    }
    .mega_menu_about_content svg {
         position: unset; 
         top: unset; 
         left: unset;
         display: block;
    }
}

@media screen and (max-width: 768px) {
    .footer_form {
        display: flex;
        justify-content: left;
        margin-top: 20px;
    }

    .footer_form input {
        width: 100%;
    }

    .fqa_section_hero_question h3 {
        margin-bottom: 10px;
    }
    .header_menu_container_mobile{
        width: 50%;
    }
  
}

@media screen and (max-width: 575px) {
    .container {
        padding: 0 20px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer_lists .col-lg-3 {
        margin: 20px 0;
    }

    .hero_one_word {
        padding-top: 68px;
    }

    .hero_one_word h1 {
        font-size: 30px;
        line-height: normal;
        text-align: center;
    }

    .hero_one_word_content {
        padding: 60px 0;
    }

    .global_style h2 {
        font-size: 30px;
    }

    .global_style h3 {
        font-size: 22px;
    }

    .global_style p {
        font-size: 16px;
    }

    .fqa_section {
        padding: 40px 0;
    }
    .header_menu_container_mobile{
        width: 100%;
    }
    .exit_mobile_menu{
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .footer_social_links {
        align-items: start;
        flex-direction: row-reverse;
    }
}



.header_2 {
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    z-index: 123456789;
} 
.ul_wrapper_mobile_content{
    display: none;
}
.logged_in_user.logged_in_user_desktop {
    display: flex;
}

.header-logo img{
    width: unset;
    height: unset;
}
.header_2 .col-md-3:last-child{
    justify-content: right;
    display: flex;
}

.mobile_logo img{
    width: unset;
    height: unset;
    object-fit: contain;
    padding: 10px 0px 0px 20px;
}
.header_mega_menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 42px;
}
.auth_mega_menu_wrapper{
    top: 42px;
}
.header_mega_menu .container {
    background-color: white;
    padding: 40px 20px;
}

.trigger_slide_mobile_content.active {
    display: flex; 
    transition: all 0.3s ease-in-out;
}
.trigger_slide_mobile_content {
    opacity: 0;
    transform: translateY(-10px); /* malo iznad */
    pointer-events: none; /* da ne može da se klikne kad je skriveno */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.trigger_slide_mobile_content.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 13434;
}
.mobile_slide_content{
    display: flex;
    justify-content: center;
}
.mobile_logo{
    display: none;
}
.mega_menu_about_content_browse a{
    color: white!important;
}
.mega_menu_about_content_read_more a{
    color: #02388F!important;
}
.mega_menu_mobile_content_icon{
    display: none;
}
.mega_menu_mobile_content_icon_wrapper{
    position: relative;
}
.mega_menu_desktop_content_icon{
    z-index: 13443243;
    position: absolute;
    top: 7px;
    left: -15px;
    height: 10px;
    margin: 0px !important;
    width: 5px;
}
.mega_menu_about_content_item{
    padding-left: 25px;
    margin-bottom: 20px;
}
.header-language-mobile{
    display: none;
}
@media screen and (max-width: 991px) {
   
    .header-language-mobile.header-language{
        display: block;
        right: -120px;
        z-index: 324432243342443;
    }
    .header-language{
        display: none;
    }
    .mobile_slide_content{
        display: unset;
        justify-content: unset;
    }
    .mobile_logo {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 123456789;
    }

    .header_2 .col-md-3:last-child {
        justify-content: end;
    }
   .mega_menu_mobile_content_icon{
      display: block;
    }
    .header_2 .col-md-6 {
        position: fixed;
        top: 0;
        bottom: 0; /* tako menija zauzima celu visinu */
        left: -100%;
        width: 100%;
        padding: 0;
        z-index: 321;
        overflow-y: auto; /* scroll aktivan */
        -webkit-overflow-scrolling: touch; /* glatki scroll na iOS */
        transition: all 0.3s ease-in-out;
    }
    #wpadminbar{
        display: none;
    }
    .header_2 .col-md-6.active {
        left: 0%;
        transition: all 0.3s ease-in-out;
    }
    .header_mega_menu .col-md-4{
        width: 100%;
    }
    .header_menu_nav_desktop {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;

    }
    .ul_wrapper_mobile{
        width: 300px;
        z-index: 32342423;
        padding: 50px 20px 20px 20px;
        background-color: white;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: 100%;
    }

    .header_mega_menu .container {
        max-width: 100%;
    }

    .header_menu_nav_desktop .arrow_down_header {
        object-fit: contain;
        float: right;
        margin-top: 10px;
    }

    .header_mega_menu {
        width: 100%;
        position: unset;
        display: none;
    }

    .header_menu_nav_desktop li {
        position: relative;
        width: 100%;
        z-index: 999999999999;
        padding: 0px;
        margin: 7px 0px 7px 0px;
    }

    .header_mega_menu .col-md-4 {
        padding: 0px;
    }


    .header_2 .col-md-3 {
        width: 50%;
    }

    .trigger_slide_mobile_content.visible {
        display: block;
        padding: 5px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .header_mega_menu .container {
        background-color: white;
        padding: 5px 15px;
    }
    .mobile_slide_content.active .mobile_logo{
        display: block;
    }
    .header_menu_nav_desktop li a {
        color: #000;
        text-decoration: none;
        width: 100%;
        display: inline-block;
    }
    .mega_menu_about_content_item{
        display: flex;
    }
    .mega_menu_about_content_tags {

        flex-direction: column;
        text-align: center;
    }
    .border-left-header{
        border-left: none;
    }
    .auth_mega_menu_wrapper_mobile,
    .logged_in_user_desktop{
        display: none!important;
    }
    .ul_wrapper_mobile_content{
        display: block;
    }
    .mega_menu_desktop_content_icon{
        display: none;
    }
    .mega_menu_about_content_item{
        padding-left: 0px;
    }
}

@media screen and (max-width: 575px) {
    .header_menu_nav_desktop {
        width: 100%;
    }
}

.scouting_content_wrapper{
    padding-top: 60px;
}
#trp-floater-ls-current-language,
#trp-floater-ls{
    display: none!important;
}.header-language .trp-language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  /* Stil zastavica */
  .header-language .trp-language-switcher img {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  /* Hover efekat */
  .header-language .trp-language-switcher img:hover {
    transform: scale(1.1);
  }.header-language .trp-language-switcher a {
    font-size: 0 !important;   /* sakrije tekst */
  }
  
  .header-language .trp-language-switcher a img {
    font-size: initial; /* vrati normalno za flag */
  }
  .header-language{
    position: absolute;
    right: -200px   ;
    top: 3px;  
  }
  .trp-language-switcher > div{
    border: 0;
    padding-right: 0px;
    background-position: calc(100% - 5px) calc(1em + 5px),
    calc(100% - 3px) calc(1em + 0px);
  }
  .header-language .trp-language-switcher a img {
    font-size: initial;
    margin-top: 6px;
    padding-right: 0px;
    margin-left: -5px;
}
.trp-language-switcher > div{
    width: 45px;
}

.global_box_heading_and_paragraph{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px;
    min-height: 202px;
}
.global_box_heading_and_paragraph div{
    border: 1px solid #02388F;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.global_box_heading_and_paragraph h3{
    color: #02388F;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}