body {
    background-color: white;
    overflow-x: hidden;
}
.mob{
    display: none;
}
.destop{
    display: block;
}
.hidden {
    display: none !important;
}
.pb-8 {
    padding-bottom: 9.5rem;
}
.metadata {
    color: #000000;
    margin-bottom: 10px;
}

.metadata h1 {
    margin-bottom: 20px;
}

.content {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    padding-bottom: 300px;
}
.as-img{
    width: 298px;
}
.content aside {
    padding-bottom: 50px;
}

.cta-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 25px 40px;
    position: static;
}

.cta-box ul {
    padding-left: 1.5rem;
}

.cta-box li {
    margin-bottom: 10px;
}

.article {
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 40px;
}

.list-item {
    color: #020202;
    margin-bottom: 30px;
}

.list-item * {
    line-height: 38px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.list-item .title {
    font-weight: 700;
    font-size: 35px;
    font-family: 'Source Sans Pro', sans-serif;
}

.list-item .image {
    border-radius: 0px;
    margin-bottom: 30px;
    width: 100%;
}

.guarantee-seal {
    left: 5%;
    max-width: 30%;
    position: absolute;
    top: 10%;
}
.red{
    color: #BD3E35;
}
.yellow-box-1 {
    background-color: #FDFCDD;
    border-radius: 0px;
    padding: 10px 15px 10px 15px;
}
.yellow-bg{
    background: #FDFCDD;
}
.yellow-box-1 p {
    margin-bottom: 0;
}
.yellow-box {
    background-color: #FEF9C5;
    border-radius: 10px;
    padding: 25px 25px 25px 25px;
}

.yellow-box p {
    margin-bottom: 0;
}
.blue-box {
    background-color: #E5F3F8;
    padding: 25px 25px 25px 25px;
}
/* 
.blue-box p {
    margin-bottom: 0;
} */

.infobox.yellow-box {
    color: #000000;
    padding-bottom: 25px;
    text-align: left;
}

.infobox h2 {
    line-height: 52px;
}

.infobox h3 {
    line-height: 29px;
}

.infobox p {
    line-height: 38px;
}

.step strong {
    font-size: 26px;
    line-height: 29px;
}

.step p {
    margin-top: 15px;
}

.btn-black {
    background-color: #338431;
    border: 1px solid #025600;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    transition: transform .3s ease-in-out;
    width: 100%;
    box-shadow: 0px 4px 19px 0px #00000040;
}

/* .btn-black:hover {
    transform: scale(1);
} */

.btn-black a {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: bold;
    gap: 10px;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 26px;
    padding: 20px 40px;
}

@media screen and (min-width: 991px) {
    body {
        font-size: 21px;
        line-height: 32px;
    }
    
    .metadata {
        max-width: 100%;
    }

    .metadata h1 {
        font-size: 48px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .article {
        flex: 1.3;
    }

    .content aside {
        flex: 1;
    }

    aside {
        position: relative;
    }

    .cta-box {
        animation-name: smoothUp;
        -webkit-animation-name: smoothUp;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        margin-right: 1.5rem;
        max-width: 400px;
    }

    .infobox h2 {
        font-size: 38px;
    }

    .showfxd {
        position: fixed;
        top: -25%;
    }

    .absolute {
        transition: all .5s ease-in-out;
    }

    .cta-box.absolute {
        animation-name: smoothDown;
        -webkit-animation-name: smoothDown;
        animation-duration: .7s;
        -webkit-animation-duration: .7s;
        bottom: 0;
        position: absolute;
    }
}

@media screen and (max-width: 991px) {
    .cta_mobile_fixed {
        background-color: #F8F8F8;
        bottom: 0;
        display: flex;
        justify-content: center;
        padding: 1rem;
        position: fixed;
        width: 100%;
    }

    .cta_mobile_fixed .btn-black {
        margin-top: 0;
        max-width: 500px;
        box-shadow: 0px 4px 19px 0px #00000040;
    }

    .pulse {
        animation-name: pulse;
        -webkit-animation-name: pulse;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    .content {
        flex-direction: column;
    }

    .guarantee-seal {
        top: 5%;
    }

    .yellow-box {
        padding: 18px 20px;
    }

    .infobox h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .infobox p {
        line-height: 30px;
        font-size: 18px;
    }

    .step strong {
        font-size: 22px;
    }

    .btn-black {
        /* padding: 15px 30px; */
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes smoothUp {
    0% {
        top: 270px;
    }
    100% {
        top: -25%;
    }
}

@keyframes smoothDown {
    0% {
        bottom: 204px;
    }
    100% {
        bottom: 0;
    }
}

.top-box {
    height: 30px;
    background: #2C2C2C;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.marquee-content {
    white-space: nowrap;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-bar{
    white-space: nowrap;
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #989898;
    margin: 0px;
}
.flag-icon {
    width: 20px;
    height: auto;
    margin-left: 8px;
}
.frs-text-yellow{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.text-border {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border-bottom: 3px solid #9DE8EA;
    display: inline-block; 
    padding-bottom: 2px; 
}
.metadata {
    max-width: 100%;
}

.info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.text-section {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.image-section img {
    max-width: 150px; /* Širina slike, možete prilagoditi */
    border-radius: 10px; /* Zaobljene ivice slike */
}

.about {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}
.as-seen{
    display: flex;
    align-items: center;
    gap: 12px;
}
.as-seen p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0px;
}
.img-icon{
    display: block;
    width: 380px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.numbered-list {
    list-style-type: none;
    padding: 0;
    counter-reset: list-item; 
    padding-bottom: 20px;
}

.numbered-list li {
    font-size: 21px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 35px;
}
.numbered-list li::before {
    content: counter(list-item);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: black; /* Crna pozadina */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
    font-size: 42px;
    padding-top: 15px;
}
.last-box-btn{
    background: #F8F8F8;
}
@media screen and (max-width: 789px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0px !important;
    }
    .text-section {
        flex: 1;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        font-weight: normal;
    }
    .as-seen p {
        font-size: 14px;
    }
    .list-item .title {
        font-weight: 700;
        font-size: 23px;
        line-height: 34px;
        padding-right: calc(var(--bs-gutter-x)* .9);
        padding-left: calc(var(--bs-gutter-x)* .9);
    }
    .list-item * {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }
    .list-item p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
        padding-right: calc(var(--bs-gutter-x)* .9);
        padding-left: calc(var(--bs-gutter-x)* .9);
    }
    .marquee-content {
        padding-right: calc(var(--bs-gutter-x)* .9);
        padding-left: calc(var(--bs-gutter-x)* .9);
    }
    .numbered-list li {
        font-size: 18px;
        position: relative;
        padding-left: 65px;
        margin-bottom: 20px;
        margin-right: calc(var(--bs-gutter-x)* 0.9);
        margin-left: calc(var(--bs-gutter-x)* 0.9);
    }
    .numbered-list li::before {
        content: counter(list-item);
        position: absolute;
        left: 0;
        top: 30%;
        transform: translateY(-50%);
        background-color: black;
        border-radius: 50%;
        width: 47px;
        height: 47px;
        text-align: center;
        line-height: 32px;
        color: white;
        font-weight: bold;
        font-size: 32px;
        padding-top: 8px;
    }
    
    .btn-black a {
        align-items: center;
        color: #ffffff;
        display: flex;
        font-weight: bold;
        gap: 10px;
        justify-content: center;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 22px;
        padding: 15px 20px;
    }
    .btn-black {
        /* padding: 10px 20px; */
    }
   
    .content {
        display: flex;
        gap: 60px;
        justify-content: space-between;
        padding-bottom: 100px;
    }
    .last-box-btn {
        background: #F8F8F8;
    }
    .mob{
        display: block;
    }
    .marquee-content {
       
        justify-content: center;
    }
    .destop{
        display: none;
    }
    .frs-text-yellow {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
    .about {
        display: block;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
    }
    .yellow-bg{
        background: #FDFCDD;
        font-size: 23px;
    }
    .as-seen {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .as-img{
        width: 270px;
        
    }
    .metadata h1 {
        font-size: 28px;
        line-height: 36px;
        font-family: 'Source Sans Pro', sans-serif;
        padding-right: calc(var(--bs-gutter-x)* .9);
        padding-left: calc(var(--bs-gutter-x)* .9);
    }
    .yellow-box-1 {
        margin-right: calc(var(--bs-gutter-x)* 0.9);
        margin-left: calc(var(--bs-gutter-x)* 0.9);
    }
    .info {
        margin-right: calc(var(--bs-gutter-x)* 0.9);
        margin-left: calc(var(--bs-gutter-x)* 0.9);
    }
    .text-border, .as-seen ,.yellow-box {
        margin-right: calc(var(--bs-gutter-x)* 0.9);
        margin-left: calc(var(--bs-gutter-x)* 0.9);
    }
    .btn-black {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    .blue-box .mob-pad p{
        padding: 0px 0px !important;
    }
    .blue-box {
        background-color: #E5F3F8;
        padding: 25px 20px 25px 20px;
    }
    .pb-8{
        padding-bottom: 11rem;
    }
}
@media screen and (max-width: 390px) {
    .as-img{
        width: 230px;
    }
}

.last-box-btn {
    display: none; /* Sakriveno na početku */
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #F8F8F8;
    padding: 0px 0;
    text-align: center;
}

.last-box-btn.visible {
    display: block; /* Prikazati kada je vidljiv */
}

