body {
  background-color: #f3f3f3;
  overflow-x: hidden;
  padding: 0 16px;
}

body > * {
  max-width: 1000px;
  margin: auto;
}
main {
  margin-top: 25px;
  padding: 50px 70px;
}
.post-info {
  font-family: "Inria Sans";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero div {
  background-color: #8c65e3;
  border-radius: 34px;
  padding: clamp(120px, 100%, 213px) 70px 50px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 0;
  margin-top: calc(-19.5%);
}
.hero-image {
  max-width: 640px;
  z-index: 1;
  margin-top: 30px;
  width: clamp(290px, 65%, 640px);
}
h1 {
  font-family: "Inria Serif";
  font-style: normal;
  text-align: center;
  font-weight: 700;
  color: black;
  font-size: 44px;
}

h2 {
  font-family: "Inria Serif";
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

main {
  background-color: white;
  border-radius: 34px;
}

.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 0.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: 0.5s;
    -webkit-animation-duration: 0.5s;
    margin-right: 1.5rem;
    max-width: 400px;
  }

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

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

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

  .cta-box.absolute {
    animation-name: smoothDown;
    -webkit-animation-name: smoothDown;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.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;
}

main p {
  font-family: "Inria Sans";
  font-size: 18px;
  line-height: 28px;
}

p + p {
  margin-top: 24px;
  margin-bottom: 0;
}

.gf-card {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.gf-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.gf-card img {
  aspect-ratio: 1.13;
  border-radius: 34px;
  margin: 35px 0;
  width: 100%;
  object-fit: cover;
}

.gf-card > * {
  max-width: 400px;
}

.conclusion {
  background-color: #8c65e4;
  padding: 44px 140px;
  border-radius: 34px;
  color: white;
  margin-top: 30px;
  font-family: "Inter", sans-serif;
}

.conclusion h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 24px;
  font-weight: 700;
}

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

.conclusion p span.step {
  font-size: 28px;
  font-weight: 700;
}

.ff-inter {
  font-family: "Inter";
}

.ff-inria-sans {
  font-family: "Inria Sans";
}

.ff-inria-serif {
  font-family: "Inria Serif";
}

.conclusion a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  background-color: white;
  color: black;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 600;
  border-radius: 10px;
  margin-top: 30px;
}

footer {
  font-family: "Inria Sans";
  font-size: 12px;
  margin-top: 150px;
}

footer small {
  font-size: 13px;
  line-height: 20px;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 789px) {
  h1 {
    font-size: 32px;
  }
  footer {
    margin-top: 210px;
  }
  footer small {
    font-size: 12px;
  }
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: unset;
  }
  .conclusion {
    padding: 30px 20px;
    border-radius: 18px;
    margin-top: 20px;
  }
  .conclusion h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .conclusion a {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
  .gf-card {
    flex-direction: column !important;
    gap: 0;
  }
  .gf-card img {
    margin: 25px 0;
  }
  h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-top: 15px;
  }
  main {
    border-radius: 18px;
    padding: 24px 12px;
  }
  .hero div {
    margin-top: -85px;
    border-radius: 18px;
    padding: 100px 12px 22px;
  }
  .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) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.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) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.9);
  }
  .marquee-content {
    padding-right: calc(var(--bs-gutter-x) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.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) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.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 */
}
