/* ===== hero-section.php ===== */
.hero-section .container h1 {
        color: #FFF;
        margin: 0px 0px 10px;
    }

    .hero-section .container p {
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        margin: 50px 0px 40px;
    }

    .hero-section .container .gradient-divider {
        opacity: 1;
        margin: 14px auto 42px;
        border: 0;
        height: 3px;
        max-width: 400px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

    .hero-section .container .wrapper {
        background: linear-gradient(320deg,rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 60px 112px 0px;
        margin: 0px auto;
        color: #FFF;
        overflow: hidden;
    }

    .hero-section .container .wrapper .hero-wrapper {
        max-height: 475px;
        margin-bottom: -70px;
    }

    .hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
        height: 270px;
        margin-right: -80px;
    }

    .hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
        height: 475px;
    }

    .hero-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

    .hero-section .container .wrapper p {
        color: #fff;
        margin: 0px auto 50px;
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        font-weight: 700;
    }

    .hero-section .container .wrapper p span{
        background: linear-gradient(90deg, #B87432, #D8A852, #FFE0B3);
        background-size: 150% auto;
        -webkit-background-clip: text; /* Safari/Chrome */
        -webkit-text-fill-color: transparent; /* Safari/Chrome */
        background-clip: text; /* standard */
        color: transparent; /* fallback */
        text-align: right;
        transition: background-position 0.6s ease;
    }

    @media (max-width: 768px) {
        .hero-section .container .wrapper p {
            margin: 0px auto 30px;
        }
        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
            height: 100px;
            margin-right: -30px;
        }
        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
            height: 275px;
        }}

/* ===== materials-2-section.php ===== */
.materials-2-section .container .wrapper .materials-item .materials-item--inner {
        background: linear-gradient(320deg,rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 48px 24px 40px;
        transition: all .4s ease;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(1) {
        padding-left: 0px;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(1) .materials-item--inner {
        margin-right: 10px;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(2) {
        padding: 0px;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(2) .materials-item--inner {
        margin: 0px 10px;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(3) {
        padding-right: 0px;
    }

    .materials-2-section .container .wrapper .materials-item:nth-of-type(3) .materials-item--inner {
        margin-left: 10px;
    }

    .materials-2-section .container .wrapper .materials-item .materials-item--inner:hover {
        transform: translateY(-6px);
    }

    .materials-2-section .container .wrapper .materials-item .materials-item--inner h2 {
        text-align: center;
        font-size: clamp(15px, 1.5vw, 30px); 
        color: #FFF;
        margin-bottom: 24px;
    }

    .materials-2-section .container h1 {
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 36px;
    }

    .materials-2-section .container .wrapper p {
        font-size: clamp(11px, 1.5vw, 15px); 
    }

    .materials-2-section .container .wrapper hr {
        opacity: 1;
        width: 100%;
        max-width: 90%;
        height: 1px;
        color: #B3B3B3;
        margin: 60px auto 0px;
    }

    .materials-2-section .max-width {
        padding: 0px;
    }

    @media (max-width: 768px) {
        .materials-2-section .container .wrapper .materials-item .materials-item--inner {
            margin: 10px auto;
            padding: 28px 15px;
            width: 65% !important;
        }
        .materials-2-section .container .wrapper .materials-item .materials-item--inner img {
            width: 50px;
        }
        .materials-2-section .container .wrapper .materials-item:nth-of-type(1) .materials-item--inner {
            margin: 10px auto;
        }
        .materials-2-section .container .wrapper .materials-item:nth-of-type(2) .materials-item--inner {
            margin: 10px auto;
        }
        .materials-2-section .container .wrapper .materials-item:nth-of-type(3) .materials-item--inner {
            margin: 10px auto;
        }
        .materials-2-section .container .wrapper .materials-item {
            padding: 0px;
        }
        .materials-2-section .container .wrapper h1 {
            margin-top: 30px;
            margin-bottom: 30px;
        }}

/* ===== about-free-course-section.php ===== */
.about-free-course-section .container h1 {
        color: #FFF;
    }

    .about-free-course-section .container .gradient-divider {
        opacity: 1;
        margin: 30px auto 40px;
        border: 0;
        height: 3px;
        width: 370px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

    .about-free-course-section .container .wrapper {
        padding: 29px 54px 29px 76px;
        margin: 0px auto;
        color: #FFF;
    }

    .about-free-course-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

    .about-free-course-section .container .wrapper p {
        text-align: center;
        font-size: clamp(15px, 1.5vw, 30px); 
    }

    .about-free-course-section .container .wrapper p:nth-of-type(2) {
        margin: 40px 0px;
    }

    @media (max-width: 768px) {
        .about-free-course-section .container .wrapper p:nth-of-type(2) {
            margin: 0px;
        }
        .about-free-course-section .container .wrapper {
            padding-top: 0px !important;
        }
        .about-free-course-section .container .gradient-divider {
            margin: 30px auto;
        }}

/* ===== customers-3-section.php =====
   Deljena kartica je u sections/testimonials.css (učitava se uvek zajedno sa
   sections/free-course.css, iz inc/testimonials-section.php). Ovde ostaje
   samo ono što je specifično za ovu varijantu (review_1-3, grad, razdvojnik). */
.customers-3-section .container .wrapper .customer-item .customer-item--inner .review {
        font-size: clamp(14px, 1.5vw, 20px);
        min-height: 300px;
        text-align: center;
    }

    .customers-3-section .container .gradient-divider {
        opacity: 1;
        margin: 60px auto;
        border: 0;
        height: 3px;
        max-width: 870px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

    /* h1 / h1 span (zatvarajući naslov) — deljeno sa customers-2-section,
       vidi sections/testimonials.css */

    @media (max-width: 767px) {
        .customers-3-section .container .wrapper .customer-item .customer-item--inner .review {
            min-height: 140px;
        }
        .customers-3-section .container .wrapper .cta-wrapper {
            margin-bottom: 40px;
        }}

/* ===== grab-the-offer-section.php ===== */
.grab-the-offer-section .container h1 {
        color: #FFF;
    }

    .grab-the-offer-section .container .gradient-divider {
        opacity: 1;
        margin: 14px auto 42px;
        border: 0;
        height: 3px;
        max-width: 400px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

    .grab-the-offer-section .container .wrapper {
        background: linear-gradient(320deg,rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 29px 54px 29px 76px;
        margin: 0px auto;
        color: #FFF;
    }

    .grab-the-offer-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

    .grab-the-offer-section .container .wrapper p {
        color: #fff;
        margin: 20px auto 0px;
        font-size: clamp(15px, 1.75vw, 30px); 
        text-align: center;
    }

    .grab-the-offer-section .container .wrapper p span{
        color: #B87432;
        font-weight: 700;
    }

    .grab-the-offer-section .container .wrapper p:nth-of-type(2) {
        font-size: clamp(11px, 1.75vw, 18px); 
        margin: 10px auto 0px;
    }

    @media (max-width: 768px) {
        .grab-the-offer-section .container .wrapper p br {
            display: none;
        }}

/* ===== Thank-you-form-Monika.php ===== */
.hero-section .container h1 {
        color: #FFF;
        margin: 0px 0px 10px;
    }

    .hero-section .container p {
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        margin: 50px 0px 40px;
    }

    .hero-section .container .gradient-divider {
        opacity: 1;
        margin: 14px auto 42px;
        border: 0;
        height: 3px;
        max-width: 400px;
        background: linear-gradient(to right, #B87432, #D8A852, #FFE0B3);
    }

    .hero-section .container .wrapper {
        background: linear-gradient(320deg, rgba(53, 53, 53, 1) 0%, rgba(43, 43, 43, 1) 20%, rgba(28, 28, 29, 1) 50%);
        border: 1px solid #B3B3B3;
        border-radius: 25px;
        padding: 60px 112px 0px;
        margin: 0px auto;
        color: #FFF;
        overflow: hidden;
    }

    .hero-section .container .wrapper .hero-wrapper {
        max-height: 475px;
        margin-bottom: -70px;
    }

    .hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
        height: 270px;
        margin-right: -80px;
    }

    .hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
        height: 475px;
    }

    .hero-section .container .wrapper hr {
        opacity: 1;
        width: 70%;
        height: 1px;
        color: #B3B3B3;
    }

    .hero-section .container .wrapper p {
        color: #fff;
        margin: 0px auto 50px;
        font-size: clamp(1.25rem, 2.625vw, 40px);
        text-align: center;
        line-height: 120%;
        font-weight: 700;
    }

    .hero-section .container .wrapper p span {
        background: linear-gradient(90deg, #B87432, #D8A852, #FFE0B3);
        background-size: 150% auto;
        -webkit-background-clip: text;
        /* Safari/Chrome */
        -webkit-text-fill-color: transparent;
        /* Safari/Chrome */
        background-clip: text;
        /* standard */
        color: transparent;
        /* fallback */
        text-align: right;
        transition: background-position 0.6s ease;
    }

    @media (max-width: 768px) {
        .hero-section .container .wrapper p {
            margin: 0px auto 30px;
        }

        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(1) {
            height: 100px;
            margin-right: -30px;
        }

        .hero-section .container .wrapper .hero-wrapper img:nth-of-type(2) {
            height: 275px;
        }}

/* ===== login-form-section copy.php ===== */
.login-form-section .container {
        color: #FFF;
    }

    .login-form-section .container form {
        z-index: 0;
    }

    .login-form-section .container .title-wrapper {
        margin-bottom: 60px;
    }

    .login-form-section .container .title-wrapper h1 {
        margin: 0px;
    }

    .login-form-section .container .title-wrapper img {
        margin: -26px 0px 0px 6px;
    }

    .login-form-section .container .confirmation {
        border-radius: 25px;
        font-size: clamp(12px, 1.5vw, 20px);
        position: relative;
        padding: 20px 50px;
        border-radius: 25px;
        z-index: 1;
        margin-top: 16px;
        margin-bottom: 60px;
    }

    .login-form-section .container .confirmation .check input {
        margin-right: 8px;
    }

    .login-form-section .container .confirmation::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(45deg, #B87432, #D8A852, #FFE0B3);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .login-form-section .container .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login-form-section .container .wrapper input[type='text'],
    input[type='email'] {
        font-size: clamp(12px, 1.5vw, 20px);
        position: relative;
        padding: 26px 54px;
        border-radius: 25px;
        z-index: 10;
        background-color: #000;
        color: #B3B3B3;
        border-color: transparent;
        margin: 1px;
    }

    .login-form-section .container .wrapper .name-wrapper,
    .email-wrapper {
        position: relative;
        z-index: -1;
        border-radius: 25px;
        padding: 2px;
        margin-bottom: 16px;
    }

    .login-form-section .container .wrapper .name-wrapper::before,
    .email-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(45deg, #B87432, #D8A852, #FFE0B3);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

    .login-form-section .container button {
        padding: 20px 54px;
        font-size: clamp(15px, 1.5vw, 30px);
        font-weight: 700;
        color: #fff;
    }

    .login-form-section .container button p {
        margin: 0px;
        color: #fff;
        line-height: 140%;
    }

    @media (max-width: 768px) {
        .login-form-section.section {
            margin-bottom: 0px;
        }

        .login-form-section .container .wrapper input[type='text'],
        input[type='email'] {
            padding: 20px 30px;
        }

        .login-form-section .container .confirmation {
            padding: 20px 30px;
        }

        .login-form-section .container .title-wrapper {
            margin-bottom: 0px;
        }}

    /* ✅ Proširenje forme da zauzima punu širinu container-a */
    #sib-form {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }

    /* ✅ Stilizovanje input polja da popune širinu */
    #sib-form .input,
    #sib-form input[type="text"],
    #sib-form input[type="email"],
    #sib-form .sib-radiobutton-group,
    #sib-form button {
        width: 100%;
        box-sizing: border-box;
    }

    /* ✅ Skrivanje honeypot polja */
    #sib-form .input--hidden,
    #sib-form input[name="email_address_check"] {
        display: none !important;
        visibility: hidden;
        height: 0;
        padding: 0;
        margin: 0;
    }

    /* ✅ Stilizacija error i success poruka (opciono) */
    .sib-form-message-panel {
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .sib-form-message-panel__text {
        color: #fff;
    }

    /* ✅ Responsive — mobilni */
    @media (max-width: 768px) {
        #sib-form {
            padding: 0 15px;
        }
    }

    /* ✨ Hover efekat za dugme forme*/
    #sib-form button[type="submit"]:hover {
        background: linear-gradient(90deg, #e1b964, #d6a651);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(214, 166, 81, 0.4);
    }

    /* Stilizovanje radio i checkbox inputa */
    input[type="checkbox"] {
        accent-color: #d6a651;
        /* 👉 boja kao dugme */
        cursor: pointer;
    }

    /* (Opcionalno) dodatni efekti za lepši izgled */
    .check label {
        cursor: pointer;
        user-select: none;
    }

    input[type="checkbox"]:focus-visible {
        outline: 2px solid #d6a651;
        outline-offset: 2px;
    }