/* Responsive video wrapper (16:9 odnos) */
    .video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        overflow: hidden;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .text-home-content {
        text-align: left;
        grid-area: title / title / subtitle / subtitle;
    }

    .home-content {
        grid-template-columns: 1fr 45%;
        grid-template-areas: "title video" "subtitle video" "paragraph video";
        margin-top: 50px;
        display: grid;
    }

    .title-home {
        background: linear-gradient(to right, #b87432 0%, #d8a852 85%, #ffe0b3 100%);
        color: transparent !important;
        -webkit-background-clip: text;
        background-clip: text;
        padding-bottom: 15px;
        display: inline-block;
    }

    .subtitle-home {
        font-size: 30px;
        font-weight: 600;
    }

    .paragraph-container {
        text-align: left;
        grid-area: paragraph;
        margin-top: 20px;
        padding-right: 150px;
    }

    .paragraph-container p {
        font-size: 16px;
        line-height: 1.6;
    }

    .images-home-content {
        grid-area: video;
        justify-self: center;
        width: 100%;
        position: relative;
    }

    .banner-video {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 25px;
        width: 100%;
        height: 100%;
        display: block;
    }



    .services {
        margin: 110px 0;
    }

    .services h2 {
        text-align: center;
    }

    .horizontal-line-go-to {
        background: linear-gradient(to right, #b87432 0%, #d8a852 85%, #ffe0b3 100%);
        text-align: center;
        border: 0;
        width: 125px;
        height: 3px;
        margin: 15px auto 30px;
        opacity: 1;
    }

    .services_section {
        text-align: left;
        flex-wrap: wrap;
        gap: 40px 145px;
        justify-content: space-between;
        display: flex;
    }

    @media (max-width: 1366px) and (min-width: 1025px) {
        .services_section {
            gap: 65px 34px !important;
        }}

    @media (max-width: 768px) {
        .service_item {
            text-align: justify;
            flex-direction: column;
            justify-content: center;
            margin: 15px auto;
            display: flex;
        }

        .service_item p {
            text-align: center;
        }}

    .service_item {
        align-items: center;
        width: calc(33.333% - 120px);
        min-width: 280px;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    .service_item p {
        text-wrap: auto;
    }

    .service_item img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .carousel-wrapper {
        flex-direction: column;
        width: 100%;
        display: flex;
    }

    .carousel-wrapper h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .carousel-title-heading,
    .loading-sub {
        text-align: center !important;
    }

    .carousel-container {
        width: 100%;
    }

    .home-content-section .no-courses-msg,
    .home-content-section .loading-sub {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
    }

    .button-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 30px 0;
    }

    .see_all_button {
        background-color: var(--color-black-pure, #000);
        color: var(--color-white, #fff);
        border: 1px solid var(--color-gray, #ccc);
        cursor: pointer;
        border-radius: 40px;
        padding: 12px 28px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all .3s;
        display: inline-block;
    }

    .go_to_login {
        text-align: center;
        margin: 125px 0;
    }

    .highlights {
        align-items: flex-start;
        gap: 40px;
        width: 100%;
        margin: 80px 0;
        display: flex;
    }

    .highlights_title {
        flex: 1;
        margin: auto;
        font-weight: 600;
    }

    .horizontal-line-go-to {
        background: linear-gradient(to right, #e0a040, #bf8030);
        text-align: center;
        border: 0;
        width: 125px;
        height: 3px;
        margin: 15px auto 30px;
    }

    .mobile-line {
        display: none;
    }

    .highlights_section {
        text-align: justify;
        flex-direction: column;
        flex: 2;
        gap: 20px;
        display: flex;
    }

    .highlight_item {
        align-items: center;
        gap: 30px;
        display: flex;
    }

    .highlight_item p {
        text-wrap: auto;
    }

    .highlight_item img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .highlights_title span {
        background: linear-gradient(to right, #e0a040, #bf8030);
        color: #0000;
        -webkit-background-clip: text;
        background-clip: text;
        padding: 10px 0;
        display: inline-block !important;
    }

    .membership-access-content {
        background: linear-gradient(to top, #353535 0%, #2b2b2b 15%, #1c1c1d 80%);
        text-align: center;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 1px solid #928a8a;
        border-radius: 20px;
        margin: 0px auto;
        max-width: 850px;
        padding: 60px 80px;
    }

    .membership-access-title {
        color: #0000;
        background: linear-gradient(to right, #e0a040, #bf8030);
        -webkit-background-clip: text;
        background-clip: text;
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: 600;
    }

    .membership-access-description {
        margin-bottom: 40px;
    }

    .membership-access-button {
        background: linear-gradient(to right, #e0a040, #bf8030);
        color: #fff;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        padding: 15px 40px;
        /* font-family: Lexend, sans-serif; */
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        transition: all .3s;
    }

    .membership-access-button {
        background: linear-gradient(to right, #e0a040, #bf8030);
        color: #fff;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        padding: 15px 40px;
        /* font-family: Lexend, sans-serif; */
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        transition: all .3s;
    }

    .faq_content {
        text-align: center;
        margin: 80px 0;
    }

    .faq_content h2 {
        margin: 30px 0;
    }

    .faq-list {
        text-align: center;
        max-width: 750px;
        margin: 30px auto 0;
    }

    .faq_item {
        background-color: #2b2b2b;
        border-radius: 30px;
        margin-bottom: 15px;
        padding: 15px 20px;
        transition: box-shadow .3s;
        box-shadow: 0 2px 4px #0003;
    }

    .faq_question_header {
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .faq_question_header p {
        color: #fff;
        flex-grow: 1;
        margin: 0;
        padding-right: 15px;
        font-size: 18px;
        font-weight: 500;
    }

    .faq_answer {
        background: linear-gradient(#000 20%, #1c1c1d 100%);
        border-radius: 30px;
        max-height: 0;
        margin-top: -14.5px;
        margin-bottom: 25px;
        padding: 0 35px;
        transition: max-height .3s ease-out, padding .3s ease-out;
        overflow: hidden;
    }

    .faq_answer p {
        color: #fff;
        margin: 0;
        font-size: 18px;
        line-height: 1.6;
    }

    .faq_answer.open {
        border: .5px solid var(--color-dark-gray);
        max-height: 600px;
        margin-top: -14.5px;
        margin-bottom: 25px;
        padding: 35px;
    }

    .newsletter-content {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding-top: 32px;
        padding-bottom: 32px;
        display: flex;
    }

    .newsletter-text {
        flex: 1;
        max-width: 50%;
    }

    .wpcf7 {
        max-width: 50%;
    }

    .wpcf7 p {
        margin: 0px;
    }

    .newsletter-text h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .newsletter-line {
        background-color: #d4af37;
        border: 0;
        width: 125px;
        height: 3px;
        margin: 25px 0 10px !important;
    }

    .horizontal-line-go-to {
        background: linear-gradient(to right, #b87432 0%, #d8a852 85%, #ffe0b3 100%);
        text-align: center;
        border: 0;
        width: 125px;
        height: 3px;
        margin: 15px auto 30px;
    }

    .newsletter-text p {
        margin-top: 26px;
        line-height: 1.5;
    }

    .newsletter-form {
        text-align: center;
        flex: 1;
        gap: 16px;
        display: flex;
        max-width: 540px;
    }

    .newsletter-form p {
        display: flex;
        flex-direction: column;
    }

    .input-container {
        flex-direction: column;
        gap: 8px;
        display: flex;
    }

    .input-container input[type=email] {
        background-color: #fff;
        width: 100%;
        color: #2b2b2b;
        text-align: center;
        border-radius: 30px;
        padding: 12px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .chb-email p {
        color: var(--color-field-input-text);
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        display: flex;
    }

    .chb-email label {
        cursor: pointer;
        padding-left: 36px;
        position: relative;
    }

    .newsletter-form .send-email-button {
        background: linear-gradient(to right, #e0a040, #bf8030);
        color: #fff;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 40px;
        padding: 10px 25px;
        font-weight: 700;
    }

    .wpcf7-spinner {
        display: none !important;
    }

    .newsletter-form .send-email-button:hover {
        background: #333;
        box-shadow: 0 4px 8px #0000001a;
    }

    @media (max-width: 768px) {
        .newsletter-content {
            flex-direction: column;
        }

        .newsletter-text {
            max-width: 100%;
        }

        .wpcf7 {
            max-width: 100%;
        }

        .newsletter-form .send-email-button {
            margin-top: 0px;
        }

        .home-content {
            gap: 20px;
            margin-top: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            text-align: center;

        }

        .text-home-content,
        .paragraph-container {
            width: 100%;
            padding: 0px;
            text-align: center;
        }

        .title-home {
            padding: 8px 0;
            font-size: 30px;
            text-align: center;
            width: 100%;
        }

        .subtitle-home {
            padding: 10px 0;
            font-size: 22px;
            text-align: center;
            width: 100%;
        }

        .images-home-content {
            width: 100%;
        }

        .text-home-content,
        .paragraph-container p {
            width: 100%;
        }

        .highlights {
            display: flex;
            flex-direction: column;
            padding: 20px;
        }

        .newsletter-form {
            flex-direction: column;
        }

        .newsletter-line {
            margin: 25px auto 10px !important;
        }

        .newsletter-text h2 {
            text-align: center;
        }

        .highlights {
            margin: 40px 0;
        }

        .membership-access-content {
            padding: 30px 20px;
        }}