  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth;
    height: 100%;
  }

  body {
    color: #000c;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
  }


  * {
    box-sizing: border-box;
  }

  .w-embed:before,
  .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }

  .w-embed:after {
    clear: both;
  }

  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .w-video iframe,
  .w-video object,
  .w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
  }

  .w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }

  .w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }

  .w-background-video--control>[hidden] {
    display: none !important;
  }

  .menu-btn.w--open .hamburger {
    transform: rotate(90deg);
  }

  /* GORNJI “BUN” ROTIRA I SPUŠTA SE */
  .menu-btn.w--open .bun:first-child {
    transform: rotate(45deg) translate(6px, 6px);
    width: 60px;
  }

  /* SREDNJI “MEAT” KLIŽE LIJEVO I NESTAJE */
  .menu-btn.w--open .meat {
    transform: translateX(-30px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease;
  }

  /* DONJI “BUN” ROTIRA I PODIŽE SE */
  .menu-btn.w--open .bun:last-child {
    transform: rotate(-45deg) translate(6px, -6px);
    width: 60px;
  }

  /* MALI DODATNI DODIR — SMOOTH HOVER */
  .menu-btn:hover .bun,
  .menu-btn:hover .meat {
    background-color: #fffc;
  }

  /* Fullscreen Menu Overlay */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #784524 0%, #5a341a 100%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-overlay.w--open {
    opacity: 1;
    visibility: visible;
  }

  .menu-content {
    text-align: center;
    color: #fffcf5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 80px 40px 32px;
  }

  .cta-wrapper {
    display: none;
  }

  .lang-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 60px;
  }

  .lang-wrapper a {
    text-decoration: none;
    color: #fffcf5;
  }

  .lang-wrapper a.active {
    text-decoration: underline;
  }

  .left-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .link-wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
  }

  .link-wrapper .nav-link {
    margin-bottom: 40px;
    font-size: 2rem;
  }

  .menu-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }

  .menu-link {
    color: #fffcf5;
    font-size: 2.5rem;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 0;
    position: relative;
  }

  .menu-link:hover {
    color: #f8f2e3;
    transform: translateX(10px);
  }

  .menu-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: #f8f2e3;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }

  .menu-link:hover:after {
    width: 100px;
  }

  .cta-menu-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cta-menu-title {
    margin-bottom: 24px;
  }

  .cta-contact p:nth-child(1) {
    font-size: 2rem;
  }

  .cta-contact p:nth-child(3) {
    font-size: 3rem;
  }

  .menu-contact {
    color: #fffcf5;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .menu-contact p:first-child {
    font-weight: 600;
    margin-bottom: 8px;
  }

  .menu-contact p:last-child {
    font-weight: 300;
    opacity: 0.8;
  }

  /* Hide default Webflow nav menu */
  .w-nav-menu {
    display: none !important;
  }

  .navbar.scrolled .logo {
    color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease;
  }


  .menu-btn:not(.w--open) .meat {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease;
  }

  .menu-btn .meat {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease;
  }

  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }

  .w-nav-brand {
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    color: #fffcf5;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.1;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.1;
  }

  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .container {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .pre-title {
    color: #742;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .pre-title.left-align {
    text-align: left;
  }

  .hero {
    height: 100vh;
    position: relative;
  }

  .hero-content {
    max-width: 600px;
    position: absolute;
    bottom: 120px;
  }

  .hero-subtitle {
    color: #fffcf5;
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 300;
  }

  .bg-hero-video {
    height: 100vh;
  }

  .overlay {
    background-color: #0006;
    position: absolute;
    inset: 0%;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    z-index: 1000;
    inset: 0% 0% auto;
  }

  .logo {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .cta-btn {
    color: #fffcf5;
    border: 1px solid #fffcf5;
    border-radius: 10px;
    padding: 12px 32px;
    font-size: 1.25rem;
    text-decoration: none;
  }

  .cta-text {
    color: #fffcf5;
    font-size: 1rem;
    text-decoration: none;
  }

  .navbar.scrolled .cta-text {
    color: rgba(0, 0, 0, 0.8);
  }

  .navbar.scrolled .cta-btn {
    border: 1px solid rgba(0, 0, 0, 0.8);
  }

  .navbar.scrolled .menu-title {
    color: rgba(0, 0, 0, 0.8);
  }

  .navbar.scrolled .hamburger div {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
  }

  /* Linije */
  .bun,
  .meat {
    background-color: #fff;
    width: 60px;
    height: 2px;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
  }

  .meat {
    background-color: #fff;
    width: 60px;
    height: 2px;
    border-radius: 2px;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
  }

  /* POČETNO STANJE */
  .menu-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1001;
  }

  .menu-btn .hamburger {
    transition: transform 0.4s ease;
  }


  .menu-title {
    color: #fff;
    font-size: 1.25rem;
  }

  .menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wapp-widget {
    position: absolute;
    inset: auto -100px 40px auto;
  }

  .welcome-section {
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
  }

  .welcome-wrapper {
    text-align: left;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .welcome-text {
    text-align: left;
    max-width: 400px;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .img-left-wrapper {
    min-width: 30%;
    max-height: 500px;
    position: absolute;
    inset: 96px auto 0% 0%;
  }

  .img-right-wrapper {
    max-height: 400px;
    position: absolute;
    inset: 220px 5% 0% auto;
  }

  .specs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1200px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .img-welcome4 {
    position: absolute;
    inset: 180px auto auto -35%;
  }

  .spec-card {
    background-color: #f8f2e3;
    border-radius: 15px;
    flex: 1;
    max-width: 20%;
    padding: 24px 24px 32px;
  }

  .spec-value {
    color: #784524;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
  }

  .spec-desc {
    color: #7f4f2d;
    text-align: center;
    max-width: 155px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
  }

  .measure {
    font-size: 1.5rem;
  }

  .img-welcome1 {
    position: absolute;
    inset: 0% 10% 0% auto;
  }

  .img-welcome2 {
    position: absolute;
    top: 260px;
    bottom: 0%;
    left: 15%;
  }

  .gallery-section {
    background-color: #f8f2e3;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brown {
    color: #784524;
  }

  .gallery-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .arrows {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    justify-content: center;
    margin-top: 64px;
    display: flex;
  }

  .galery-img {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }




  .map-section {
    padding-top: 96px;
  }

  .features-section,
  .attractions {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .reviews {
    background-color: #f8f2e3;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
  }

  .faq {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 10px;
    color: #555;
    font-size: 1.25rem;
    line-height: 1.5;
    transition: all 0.4s ease;
    margin-top: 5px;
  }


  .faq-item.active .faq-answer {
    opacity: 1;
    padding: 10px 10px;
    margin-top: 10px;
  }

  .arrow {
    transition: transform 0.3s ease, filter 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    color: #804000;
    background-color: transparent;
    border: 0;
  }

  .faq-item.active .arrow {
    transform: rotate(180deg);
    filter: brightness(0.7);
  }

  .faq-question {
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .faq-item.active .faq-question {
    color: #742;
    transform: translateX(4px);
  }

  .footer {
    background-color: #742;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .features-title-wrapper {
    max-width: 450px;
    position: sticky;
    top: 96px;
    align-self: flex-start;
    height: fit-content;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .features-content {
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
    max-width: 800px;
    display: flex;
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }

  .line {
    background-color: #742;
    width: 100%;
    height: 1.5px;
    margin-top: 20px;
  }

  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 72px;
    display: flex;
  }

  .feature-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 306px;
    display: flex;
  }

  .feature-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .features-title {
    margin-top: 20px;
  }

  .feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .feature-text {
    font-size: 1.25rem;
  }

  .att-title {
    text-align: center;
    margin-top: 20px;
  }

  .att-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    max-width: 1300px;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .att-card {
    border: 2px solid #742;
    border-radius: 10px;
  }

  .distance-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #77442280;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .att-desc {
    margin-bottom: 0;
    padding: 20px 32px 24px 24px;
    font-size: 1rem;
    font-weight: 500;
  }

  .distance-text {
    font-size: 1rem;
  }

  .att-card-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .att-card-title.smaller-padd {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1;
  }

  .reviews-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .reviews-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    margin-top: 60px;
    display: flex;
  }

  .review-card {
    background-color: #fff;
    border-radius: 2px;
    height: 360px;
    padding-top: 32px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stars-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    display: flex;
  }

  .review-tittle {
    text-align: center;
    margin-top: 16px;
  }

  .review-text {
    text-align: center;
    width: 30vw;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .map-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .map-wrapper {
    display: flex;
    justify-content: center;
  }

  .map-wrapper iframe {
    width: 100%;
    height: 30vw;
  }

  .faq-title {
    text-align: center;
    margin-top: 20px;
  }

  .faq-cards-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    max-width: 800px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .question-card {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .faq-q-title {
    flex: 1;
    font-size: 1.5rem;
  }

  .question-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .cta-footer {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
  }

  .copy-footer {
    border-top: 1px solid #f8f2e3;
    margin-top: 20px;
  }

  .map {
    height: 70vh;
  }

  .nav-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .text-block {
    text-align: center;
    margin-top: 20px;
  }

  .copy-text {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 1.25rem;
    font-weight: 200;
  }

  .nav-link {
    color: #fff;
    text-decoration: none;
  }

  .cta-middle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-h3 {
    color: #fff;
    font-weight: 300;
  }

  .footer-text {
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.1;
  }

  .footer-text-right {
    color: #fff;
    max-width: 280px;
    margin-top: 12px;
    font-weight: 300;
    line-height: 1.1;
  }

  .cta-title-footer {
    color: #fff;
    text-align: center;
    font-weight: 400;
  }


  .cta-number-footer {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 400;
  }

  /*RESPONSIVE*/

  @media screen and (max-width:1440px) {
    .hero-content {
      bottom: 60px;
    }
  }

  @media screen and (max-width: 1400px) {
    .container {
      margin-left: 40px;
      margin-right: 40px;
      max-width: 100%;
    }

    .att-card-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 309px);
      /* dve kolone fiksne širine */
      grid-auto-rows: auto;
      /* visina reda prema sadržaju */
      gap: 60px 60px;
      /* redni i kolonski razmak */
      justify-content: center;
      /* centriranje grid-a */
      margin-top: 72px;
    }

    .img-welcome1 {
      position: absolute;
      inset: 10% 80px 0% auto;
      width: 56%;
    }

    .img-welcome4 {
      position: absolute;
      inset: 150px auto auto -9%;
      width: 90%;
    }

    .img-welcome3 {
      width: 90%;
    }

    .img-right-wrapper {
      max-height: 400px;
      position: absolute;
      inset: 220px 0% 0% auto;
    }

    .img-welcome2 {
      position: absolute;
      top: 260px;
      bottom: 0%;
      left: 10px;
      width: 75%;
    }



  }

  @media screen and (max-width:1300px) {
    .review-text {
      width: auto;
      margin-left: auto;
      margin-right: auto;
    }

    .cta-footer {
      flex-wrap: wrap;
    }

    .nav-link-wrapper {
      flex-wrap: wrap;
    }

  }

  @media screen and (max-width:1100px) {

    .img-left-wrapper {
      display: none
    }

    .welcome-wrapper {
      margin-left: 0;
    }

    .specs-wrapper {
      flex-wrap: wrap;
    }

    .spec-card {
      max-width: none;
    }

    .att-card-wrapper {

      grid-template-columns: repeat(2, 309px);

    }

    .features-wrapper {
      flex-direction: column;
    }

    .features-title-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      margin-bottom: 40px;
      position: relative;
      top: 0%;
    }

    .pre-title.left-align {
      text-align: center;
    }

    .features-content {
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }

    .reviews-title {
      margin-left: auto;
      margin-right: auto;
      max-width: 85%;
    }
  }


  @media screen and (max-width: 900px) {

    .gallery-title {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
    }

    .att-card {
      border: 2px solid #b18a6a;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .distance-wrapper {
      max-width: 100%;
      margin-top: auto;
    }

    .att-card h3 {
      font-size: 2rem;
      margin: 10px 0 6px;
      text-align: center;
    }

    .att-card p {
      font-size: 1rem;
      padding: 0 12px 15px;
      text-align: center;
    }

    .map-wrapper iframe {
      height: 75vw;
    }

    .cta-footer {
      flex-direction: column;
      align-items: center;
      gap: 60px;
    }

    .left-footer {
      text-align: center;
    }

    .right-footer {
      text-align: center;
    }
  }



  @media screen and (max-width: 800px) {


    .att-card-wrapper {
      display: grid;
      gap: 24px;
      align-items: start;
    }

    .img-welcome4 {
      display: none;
      visibility: hidden;

    }

    .specs-wrapper {
      margin-top: 80px;
    }

    .att-card {
      border: 1px solid #b18a6a;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      max-width: 500px;
      margin: 0 auto;
    }


    .att-card h3 {
      font-size: 2rem;
      margin: 12px 0 6px;
      text-align: center;
    }

    .att-card p {
      font-size: 1rem;
      padding: 0 15px 18px;
      text-align: center;
    }


    .attractions-section {
      padding-top: 50px;
      padding-bottom: 60px;
    }

    .features-title {
      text-align: left;
    }


  }


  @media screen and (max-width:750px) {
    .img-welcome3 {
      display: none;
    }

    .nav>a.cta-btn:last-of-type {
      display: none;
    }

    .cta-menu-wrapper {
      display: none;
    }

    .link-wrapper {
      gap: 0;
    }

    .nav {
      padding-top: 40px;
    }

    .menu-content {
      justify-content: left;
      padding-left: 100px;
    }
  }

  @media screen and (max-width: 660px) {
    .container {
      margin-left: 20px;
      margin-right: 20px;
    }

    .hero-content {
      bottom: 120px;
      left: 20px;
      padding: 0 10px;
      width: 80vw;
    }

    .welcome-wrapper {
      margin: 0 auto;
    }

    .menu-title {
      display: none;
    }

    .feature-left img {
      width: 80vw;
    }

    .features-section,
    .attractions {
      padding-top: 80px;
      padding-bottom: 80px;
    }


    .att-card-wrapper {
      display: grid;
      grid-template-columns: 70%;
      /* fiksna širina */
      justify-content: center;
      /* ako želiš da bude centrirano */
      gap: 40px;
      align-items: start;
    }


    .att-card {
      border: 1px solid #b18a6a;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      max-width: 520px;
      margin: 0 auto;
    }



    .att-card .distance {
      width: 100%;
      background: #b18a6a;
      color: #fff;
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
      padding: 10px 0;
      margin: 0;
      line-height: 1.2;
    }

    .att-card h3 {
      font-size: 2rem;
      margin: 12px 0 6px;
      text-align: center;
    }

    .att-card p {
      font-size: 1rem;
      padding: 0 15px 18px;
      text-align: center;
    }


    .reviews-wrapper {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .reviews-title {
      max-width: none;
    }

    .footer {
      text-align: center;
      padding: 25px 0;
    }

    .cta-footer {
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }



    h2 {
      font-size: 2.5rem;
    }


    .feature-card {
      flex-direction: column;
      gap: 40px;
    }


    .review-card {
      height: 500px;
      padding-bottom: 40px;
    }



  }


  @media screen and (max-width: 480px) {


    h1 {
      font-size: 4rem;
    }


    .hero-content {
      bottom: 100px;
    }

    .hero-subtitle {
      font-size: 1.5rem;
    }

    .menu-content {
      padding-left: 60px;
    }

    .lang-wrapper {
      margin-top: 20px;
    }
    
    .link-wrapper .nav-link {
        margin-bottom: 40px;
        font-size: 1.5rem;
    }
    
    /* WELCOME SECTION */
    .welcome-wrapper {
      max-width: 92%;
      margin: 0 auto;
    }

    .welcome-wrapper p {
      font-size: 1.25rem;
      line-height: 1.45;
    }


    /* FEATURES — MOBILE LAYOUT */

    .features-wrapper {
      flex-direction: column;
      gap: 24px;
    }

    .features-title-wrapper {
      text-align: center;
      margin-bottom: 20px;
    }

    .features-list {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .feature-item {
      padding: 12px;
      font-size: 0.9rem;
    }

    /* ATTRACTIONS */

    .att-card-wrapper {
      grid-template-columns: 80%;
    }

    .att-card h3 {
      font-size: 1.4rem;
    }

    .att-card p {
      font-size: 1rem;
    }


    .review-card {
      padding-left: 32px;
      padding-right: 32px;
    }

    /* FOOTER */
    .footer-text,
    .footer-text-right {
      font-size: 1.25rem;
    }

    .cta-number-footer {
    color: #fff !important;
    text-decoration: none !important;
    font-size:2rem;
    font-weight: 400;
    
    /* Safari fixes */
    -webkit-text-fill-color: #fff !important;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}


  }

  @media screen and (max-width: 400px) {
    .review-card {
      height: 550px;
    }
  }


  @media screen and (max-width: 350px) {

    body {
      font-size: 1rem;
    }


    /* HERO */
    .hero-content {
      max-width: 95%;
      padding: 0 5px;
    }

    /* FEATURE ITEMS */
    .feature-item {
      padding: 10px;
      font-size: 0.85rem;
    }

    /* ATTRACTIONS */
    .att-card {
      max-width: 100%;
    }

    .att-card h3 {
      font-size: 1.2rem;
    }

    .att-card p {
      font-size: 1rem;
    }


    /* FOOTER */
    .cta-number-footer {
      font-size: 1.3rem;
    }

    .footer-text,
    .footer-text-right {
      font-size: 1rem;
    }
  }