/* Loader Styles */

/*
Theme Name: Zlatiborac
Text Domain: zlatiborac.rs
Version: 1.0
Description: WordPress theme developed for business purposes.c
Author: zlatiborac
Author URI: https://zlatiborac.rs/
Theme URI: https://zlatiborac.rs/
*/

/* Fonts */
/* @font-face {
  font-family: "Roboto Slab";
  src: url("../assets/font/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/font/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/font/RobotoSlab-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/font/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/font/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "NHaasGrotesk35XLt";
  src: url("../fonts/NHaasGroteskDSPro-35XLt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHaasGrotesk45Lt";
  src: url("../fonts/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHaasGrotesk65Lt";
  src: url("../fonts/NHaasGroteskDSPro-65Lt.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "forevs";
  src: url("../fonts/Forevs-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Reset default browser margins and paddings */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: auto;
  min-height: 100vh;
  background-color: #fafafa !important;
  /* font-family: "Roboto Slab", serif !important; */
  margin: 0 !important;
  padding: 0 !important;
  font-family: "NHaasGrotesk35XLt", sans-serif;
  background-color: #20481c !important;
}

::-moz-selection {
  color: #fff;
  background-color: #b5ba85;
}

::selection {
  color: #fff;
  background-color: #b5ba85;
}

/* Web loader start */
#site-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: opacity 1s;
    }
    #site-loader .site-loader-bg {
    width: 100vw;
    height: 100vh;
    background: hsla(116, 43%, 20%, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #site-loader.hide {
    opacity: 0;
    pointer-events: none;
    }
    #site-loader lottie-player {
    width: 50%;
    height: auto;
    }
/* Web loader end */

/* Back to top start */
#backToTop {
  width: 120px;
  height: 300px;
  bottom: 8rem;
  right: 10rem;
  position: fixed;
  display: none;
  z-index: 10000;
  background-color: rgb(245, 192, 110);
  color: #6d3a1b;
  border: 0 solid;
  font-size: 1.25rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  display: none;
  border-radius: 40px;
  padding: 2px 10px;
}

#backToTop::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 3px solid rgb(109, 58, 27);
  border-radius: 40px;
  pointer-events: none;
}

#backToTop:hover {
  background-color: rgba(245, 192, 110, 0.8);
  color: #6d3a1b;
  border: 0 solid;
  box-shadow: 0 1rem 2rem 0 #000;
  transition: 0.3s;
}

.backToTop-title {
  font-size: 2rem;
}

.backToTop-img {
  max-width: 75px;
}

/* Back to top end */

/* Hero section start */
#hero {
  background-color: #20481c;
  display: none;
  padding-top: 2rem;
}

.hero-button-holder {
  margin-top: 4rem;
  z-index: 101;
}

.hero-button {
  font-family: "Forevs", serif;
  background-color: #20481c;
  color: #f5c06e;
  border: 2px solid #f5c06e;
  border-radius: 2rem;
  padding: 0.75rem 3.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  width: 20rem;
}

.hero-button.active {
  background-color: #f5c06e;
  color: #6d3a1b;
}

/* Hero section end */

/* Benefits section start */
#benefits-big,
#benefits-small {
  background-color: #20481c;
  width: 100%;
}

/* Default: sakrij big screen, prikaži small screen */
#benefits-big {
  display: none;
}

#benefits-small {
  display: block;
}

.benefits-heading {
  font-family: "forevs", serif;
  color: #f5c06e;
  text-align: center;
  font-size: 3rem;
  max-width: 45rem;
  margin: 5rem auto;
  font-weight: 400;
}

.benefits-holder {
  /* Tvoje nijanse – slobodno prilagodi */
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  /* Estetika kutije (opciono) */
  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* blago zatamnjenje ivica */
  padding: 2rem;
  color: #f5d59a;
  /* boja teksta kao na primeru */
  /* height: 155rem; */
}

/* Benefits card holder styling */
#benefits-big .benefits-card-holder {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 11rem;
  justify-content: center !important;
  flex-direction: row;
  align-items: center;
}

#benefits-small .benefits-card-holder {
  display: block;
}

/* Navigation arrows - visible only for small screen */
#benefits-big .benefits-card-holder-navigation {
  display: none;
}

#benefits-small .benefits-card-holder-navigation {
  display: flex;
  z-index: 999;
  position: relative;
}

#benefits-big .benefits-card {
  border: none;
}

#benefits-big .benefits-card:hover {
  cursor: pointer;
}

#benefits-big .benefits-card.bordered {
  border: 0.5rem solid #f5c06e;
}

#benefits-small .benefits-card {
  border: none;
}

.vertical-flipbook {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-card-title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: 700;
  max-width: 10rem;
}

.benefits-card-description {
  text-align: center;
  /* font-size: 0.9rem; */
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 1.875rem;
  font-size: 1.4rem;
  max-width: 20rem;
}

/* sm-screen card */
#benefits-small .benefits-card-holder {
  position: relative !important;
  overflow: hidden !important;
  min-height: 620px;
  display: block;
  width: auto;
  max-width: none;
  border: 0.3rem solid #f5c06e !important;
  border-radius: 30px;
}

#benefits-small .benefits-card {
  position: absolute !important;
  width: 381px !important;
  height: 620px !important;
  top: 0 !important;
  left: 50% !important;
  margin: 0 !important;
  /* gasi 0 auto 0 0 koje ubacuje lib */
  transform: translateX(calc(-50% + var(--offset, 0px))) !important;
  transition: transform 400ms ease, opacity 250ms ease !important;
  will-change: transform, opacity;
  border: none;
  max-width: 100%;
  overflow: hidden;
}

#benefits-small .vertical-flipbook {
  width: 381px !important;
  height: 620px !important;
  max-width: 381px;
  max-height: 620px;
  margin: 0 auto;
}

#benefits-small .benefits-card.vertical-flipbook {
  width: 381px !important;
  height: 620px !important;
}

#benefits-small .vertical-page {
  width: 381px !important;
  height: 620px !important;
}

#benefits-small .turn-page-wrapper {
  width: 381px !important;
  height: 620px !important;
}

#benefits-small .benefits-card.active {
  opacity: 1;
  transform: translateX(0);
}

.benefits-card-holder-navigation .left,
.benefits-card-holder-navigation .right {
  background-color: #f5c06e;
  border-radius: 1.5rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}

.benefits-card-holder-navigation .left:hover,
.benefits-card-holder-navigation .right:hover {
  background-color: rgba(245, 192, 110, 0.8);
}

.benefits-card-holder-navigation .left.disabled,
.benefits-card-holder-navigation .right.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.benefits-card-holder-navigation .left.disabled:hover,
.benefits-card-holder-navigation .right.disabled:hover {
  background-color: #f5c06e;
}

.benefits-card-holder-navigation img {
  width: 2rem;
}

/* Flipbook text overlay styles */
.flipbook-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  /* background: rgba(0, 0, 0, 0.3); */
  z-index: 10;
}

/* Animation for flipbook text overlay when benefits section is in view */
.flipbook-text-overlay.animate-in {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Staggered animation delays for big screen cards */
#benefits-big .benefits-card-holder #verticalFlipbookOne .flipbook-text-overlay.animate-in {
  animation-delay: 0s;
}

#benefits-big .benefits-card-holder #verticalFlipbookTwo .flipbook-text-overlay.animate-in {
  animation-delay: 0.5s;
}

#benefits-big .benefits-card-holder #verticalFlipbookThree .flipbook-text-overlay.animate-in {
  animation-delay: 1s;
}

#benefits-big .benefits-card:hover .flipbook-text-overlay {
  opacity: 1 !important;
}

#benefits-big .benefits-card:hover .flipbook-title,
#benefits-big .benefits-card:hover .flipbook-description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.flipbook-text-overlay.active {
  opacity: 1 !important;
}

.flipbook-text-overlay.active .flipbook-title,
.flipbook-text-overlay.active .flipbook-description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.flipbook-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: "forevs", serif;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #f5c06e;
  max-width: 300px;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s ease 1s, transform 0.8s ease 1.3s, margin-bottom 1.2s ease 1.8s;
  margin-bottom: -150px;
}

#benefits-small .flipbook-title {
  font-family: "forevs", serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #f5c06e;
  max-width: 250px;
  opacity: 0;
  /* Start lower so movement is bottom → top (overlay adds +20px) */
  transform: translateY(50px);
  /* Show title first, then lift slightly after description starts (push effect) */
  transition: opacity 0.5s ease 1s, transform 0.8s ease 2.2s, margin-bottom 0.6s ease 2.4s;
  margin-bottom: 0;
}

.flipbook-description {
  text-align: center;
  /* font-size: 1.2rem; */
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.875rem;
  font-size: 1.4rem;
  color: #f5c06e;
  max-width: 280px;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.2s ease 1.8s, transform 1.2s ease 1.8s;
  margin-top: 0;
}

#benefits-small .flipbook-description {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.875rem;
  color: #f5c06e;
  max-width: 310px;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.8s ease 2s, transform 0.8s ease 2s;
  margin-top: 0;
  padding: 1rem;
}

/* Animation states for title and description */

.flipbook-title.animate-in {
  opacity: 1;
  transform: translateY(-30px);
  margin-bottom: 0rem;
}

#benefits-small .flipbook-title.animate-in {
  opacity: 1;
  transform: translateY(-80px);
  margin-bottom: 0;
}

.flipbook-description.animate-in {
  opacity: 1;
  transform: translateY(-10px);
}

#benefits-small .flipbook-description.animate-in {
  transition: opacity 1.4s ease 0s, transform 1.4s ease 0s;
}

#verticalFlipbookFour .flipbook-description.animate-in {
  transition: opacity 1.4s ease 0s, transform 1.4s ease 0s;
}

/* Staggered animations for each vertical flipbook */
#verticalFlipbookOne .flipbook-title {
  transition: opacity 0.5s ease 1s, transform 0.8s ease 1.3s, margin-bottom 1.2s ease 1.8s;
}

#verticalFlipbookOne .flipbook-description {
  transition: opacity 1.2s ease 1.8s, transform 1.2s ease 1.8s;
}

#verticalFlipbookTwo .flipbook-title {
  transition: opacity 0.5s ease 4s, transform 0.8s ease 4.3s, margin-bottom 1.2s ease 4.8s;
}

#verticalFlipbookTwo .flipbook-description {
  transition: opacity 1.2s ease 4.8s, transform 1.2s ease 4.8s;
}

#verticalFlipbookThree .flipbook-title {
  transition: opacity 0.5s ease 7s, transform 0.8s ease 7.3s, margin-bottom 1.2s ease 7.8s;
}

#verticalFlipbookThree .flipbook-description {
  transition: opacity 1.2s ease 7.8s, transform 1.2s ease 7.8s;
}

/* Benefits section end */

/* Video Section start */
#promoVideoSection {
  background-color: #20481c;
  width: 100%;
  position: relative;
  /* padding: 5rem 0; */
}

.promo-video-frame {
  /* Tvoje nijanse – slobodno prilagodi */
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  /* Estetika kutije (opciono) */
  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* blago zatamnjenje ivica */
  position: relative;
  overflow: hidden;
}

.video-container {
  position: relative;
  display: inline-block;
}

.promo-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  display: block;

  /* Svedeni minimalistički box-shadow - za nijansu jači */
  box-shadow: 0 0 25px rgba(245, 192, 110, 0.2), 0 8px 20px rgba(245, 192, 110, 0.15);

  /* Uklanjanje svih nativnih kontrola */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Omogući klik na video */
  pointer-events: auto;
  cursor: pointer;

  /* Dodatno stilizovanje */
  outline: none;
  border: none;

  /* iOS fullscreen podrška - ove direktive su za reference */
  /* playsinline atribut se postavlja u HTML-u, ne u CSS-u */
}

/* iOS specifični stilovi za fullscreen video */
.promo-video::-webkit-media-controls {
  display: none !important;
}

.promo-video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Webkit fullscreen stilovi */
.promo-video:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: black !important;
}

.promo-video:fullscreen {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: black !important;
}

.fullscreen-text {
  color: #f5c06e;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  background-color: rgba(245, 192, 110, 0.1);
  padding: 12px 24px;
  border-radius: 12px;
  border: 2px solid rgba(245, 192, 110, 0.6);
  backdrop-filter: blur(10px);
}

#exit-video-icon {
  width: 2.2rem;
}

/* Video Section end */

/* Occasion section start */
#occasion {
  background-color: #20481c;
  width: 100%;
  position: relative;
}

.occasion-section {
  /* Tvoje nijanse – slobodno prilagodi */
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  /* Estetika kutije (opciono) */
  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* blago zatamnjenje ivica */
  padding: 10rem 2rem;
}

/* =========================
   CAROUSEL STRUCTURE
========================= */

.occasion-carousel {
  position: relative;
  width: 100%;
}

.occasion-viewport {
  width: 100%;
  overflow: hidden;
}

.occasion-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.occasion-item {
  flex: 0 0 100%;
  padding-right: 2rem;
  box-sizing: border-box;
}

/* =========================
   CARD (postojeći stil)
========================= */

.occasion {
  display: flex !important;
  padding: 4rem 2rem;
  border-radius: 3rem;
  background-color: #20481c;
  gap: 1rem;
  height: 100%;
  flex-shrink: 0;
}

/* =========================
   NAVIGATION DOTS
========================= */

.occasion-nav {
  margin-top: 3.5rem;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(245, 192, 110, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot:hover {
  background-color: rgba(245, 192, 110, 0.7);
}

.nav-dot.active {
  background-color: #f5c06e;
  transform: scale(1.3);
}

/* MOBILE FULLSCREEN SLIDES */
.occasion-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.occasion-swiper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.occasion-swiper .left-side {
  width: 100%;
  gap: 30px;
}

.occasion-swiper .occasion-title {
  text-align: center;
  line-height: 1;
}

.occasion .left-side {
  width: 40%;
  gap: 7rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.occasion-label {
  background-color: #f5c06e;
  border-radius: 3rem;
  padding: 0.4rem 3.8rem;
}

.occasion-label h1 {
  font-family: "forevs", serif;
  color: #6d3a1b;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.occasion-title {
  font-family: "forevs", serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #f5c06e;
  max-width: 310px;
}

.occasion-button {
  background-color: #f5c06e;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
}

.occasion-button-holder .label {
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  color: #f5c06e;
  font-size: 1.5rem;
  max-width: 9rem;
  letter-spacing: 0.3px;
  line-height: 1.3;
  /* font-family: "NHaasGrotesk55XLt", sans-serif; */
  font-family: "forevs", serif;
}

.occasion-button-sm {
  color: #6d3a1b;
  max-width: 350px;
  background-color: #f5c06e;
  border-radius: 2rem;
  padding: 0.6rem 1.8rem;
  align-items: center;
  height: 48px;
  border: none;
  outline: none;
}

.occasion-button-sm p {
  color: #6d3a1b !important;
  max-width: 280px;
}

.occasion-button-sm img {
  width: 50%;
  height: auto;
  padding-left: 10px;
}

.occasion .right-side {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}

.occasion .right-side img {
  width: 100%;
  height: auto;
}

/* Occasion section end */

/* Image Section start */
#imageSection img {
  width: 90%;
  border-radius: 20px;
}

.image-frame {
  /* Tvoje nijanse – slobodno prilagodi */
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  /* Estetika kutije (opciono) */
  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* blago zatamnjenje ivica */
  position: relative;
  overflow: hidden;
}

/* Image Section end */

/* Circular Carousel section start */
#circularCarousel {
  background-color: #20481c;
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  margin-bottom: 2rem;
}

.carousel-section {
  --center: #44823e;
  --corner: #143211;

  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* margin-bottom: 80px; */
}

.carousel-img {
  width: 100%;
  max-width: 600px;
}

.curved-heading {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.curved-heading text {
  fill: #f5c16e;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-family: "forevs", serif;
  font-size: 8rem;
}

.carousel-text {
  font-family: "NHaasGrotesk45Lt", sans-serif;
  font-size: 25px;
  color: #f5c16e;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.carousel-cards {
  position: relative;
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cards-wrapper {
  position: absolute;
  top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 2s ease-in-out;
}

.carousel-card {
  position: absolute;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.35);
}

@keyframes focusFade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.carousel-card.in-focus {
  animation: focusFade 3s ease;
}

.gold-arc {
  position: absolute;
  bottom: -80px;
  width: 800px;
  height: 400px;
  background: #f5c06e;
  border-top-left-radius: 480px;
  border-top-right-radius: 480px;
  clip-path: ellipse(50% 100% at 50% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  z-index: 99;
}

.gold-arc h2 {
  font-family: "forevs", serif;
  font-size: 2.5rem;
  color: #5b2f00;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  padding: 0 2.5rem;
  width: 300px;
  text-align: center;
}

.arrow {
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  z-index: 3;
  background-color: #6d3a1b;
  transition: background 0.2s;
  cursor: pointer;
}

.arrow:hover {
  background-color: rgba(109, 58, 27, 0.8);
}

.arrow.left {
  left: calc(50% - 240px);
}

.arrow.right {
  right: calc(50% - 240px);
}

/* Circular Carousel section end */

/* MODAL start*/
.modal.fade.show {
  z-index: 103 !important;
}

.modal-backdrop.show {
  z-index: 102 !important;
}

.modal-content {
  --center: #44823e;
  --corner: #143211;
  background: radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);
  border: 4px solid #f5c06e;
  border-radius: 2rem;
  padding-bottom: 3rem;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.modal-header {
  align-items: normal;
  flex-direction: column;
}

.modal-title {
  color: #f5c06e;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1;
}

.modal-txt {
  /* font-size: 1.2rem; */
  color: #f5c06e;
  text-align: center;
  padding: 2rem;
  letter-spacing: 0.4px;
  line-height: 1.875rem;
  font-size: 1.4rem;
}

.modal-video-container {
  position: relative;
}

.modal-video {
  margin: 0 auto;
  border-radius: 0.9rem;
  box-shadow: 0 0 25px rgba(245, 192, 110, 0.2), 0 8px 20px rgba(245, 192, 110, 0.15);
  height: 100%;
  width: 100%;
}

.fullscreen-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  z-index: 999 !important;
  color: #5b2f00;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  margin: 0;
  background-color: rgba(245, 192, 110, 0.9);
  padding: 10px;
  border-radius: 8px;
  border: 2px solid rgba(245, 192, 110, 0.6);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  opacity: 1;
}

.fullscreen-icon:hover {
  transform: scale(1.1);
}

/* Mobile improvements for fullscreen icon */
@media (max-width: 991px) {
  .fullscreen-icon {
    padding: 12px;
    font-size: 1.3rem;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
  }
  
  /* Bolji touch feedback na mobilnim uređajima */
  .fullscreen-icon:active {
    transform: scale(0.95);
    background-color: rgba(245, 192, 110, 1);
  }
}

.btn-close.custom-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f5c06e' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  font-size: 2.5rem;
}

.modal-header,
.modal-footer {
  border: none !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-line {
  width: 150px;
  height: 1px;
  background-color: #f5c06e;
  margin: 0 auto;
}

.modal-backdrop {
  backdrop-filter: blur(20px) !important;
}

/* MODAL end*/

/* Contact start */
.container.contact {
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  background: 
    /* centralni svjetliji gradijent ka žutoj */
    radial-gradient(
      circle at 50% 20%,

      rgba(255, 230, 150, 0.25) 0%,
      rgba(68, 130, 62, 0.25) 30%,
      transparent 75%
      ),

    /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
    radial-gradient(140% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center);

  /* Estetika kutije (opciono) */
  border-radius: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
  /* blago zatamnjenje ivica */
  padding: 2rem;
}

#contactSection .contact-heading {
  font-size: 3rem;
  /* max-width: 21rem; */
  font-weight: 400 !important;
  color: #f5c06e;
  font-family: "forevs", serif;
  max-width: 80%;
}

#contactSection .contact-heading.lower {
  font-size: 3rem;
}

#contactSection p {
  /* font-size: 1.3rem; */
  color: #f5c06e;
  font-family: "NHaasGrotesk35XLt", sans-serif;
  line-height: 1.875rem;
  font-size: 1.4rem;
  max-width: 70%;
}

.contact-arrow {
  transform: rotate(-90deg);
  width: 4rem;
}

/* Contact Form Styles */
.contact-form-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact-form {
  width: 100%;
}

.contact-input,
.contact-textarea {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 2px solid #f5c06e !important;
  border-radius: 25px !important;
  color: #f5c06e !important;
  font-family: "NHaasGrotesk35XLt", sans-serif !important;
  font-size: 1.1rem !important;
  padding: 15px 25px !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #f5c06e !important;
  opacity: 0.8 !important;
  font-family: "NHaasGrotesk35XLt", sans-serif !important;
}

.contact-input:focus,
.contact-textarea:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #f5c06e !important;
  box-shadow: 0 0 15px rgba(245, 192, 110, 0.3) !important;
  color: #f5c06e !important;
  outline: none !important;
}

/* Autocomplete styles */
.contact-input:-webkit-autofill,
.contact-input:-webkit-autofill:hover,
.contact-input:-webkit-autofill:focus,
.contact-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f5c06e inset !important;
  box-shadow: 0 0 0 1000px #f5c06e inset !important;
  -webkit-text-fill-color: #754320 !important;
  color: #754320 !important;
  border: 2px solid #f5c06e !important;
  border-radius: 25px !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.contact-textarea {
  border-radius: 20px !important;
  resize: vertical !important;
  min-height: 120px !important;
}

.contact-submit-btn {
  background: #f5c06e !important;
  border: none !important;
  border-radius: 50px !important;
  color: #754320 !important;
  font-family: "forevs", sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  padding: 15px 80px !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.contact-submit-btn:hover {
  background: #e6b05c !important;
  color: #143211 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(245, 192, 110, 0.4) !important;
}

.contact-submit-btn:active {
  transform: translateY(0) !important;
}

/* Contact Alert Messages */
.contact-alert {
  background: rgba(245, 192, 110, 0.1) !important;
  border: 1px solid #f5c06e !important;
  border-radius: 15px !important;
  color: #f5c06e !important;
  font-family: "NHaasGrotesk35XLt", sans-serif !important;
  margin: 20px 0 !important;
  max-width: 800px !important;
  text-align: center !important;
}

.contact-alert ul {
  list-style: none !important;
  padding: 0 !important;
}

.contact-alert li {
  margin: 5px 0 !important;
}

.company-name, .sector {
  font-weight: 400;
  color: #f5c06e;
  font-family: "forevs", serif;
}

.company-name {
  font-size: 2.4rem;
}

.sector {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.contact-card {
  width: 25rem;
  background-color: #1d5921;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.info-box {
  width: 21rem;
  background-color: #1d5921;
  border-radius: 1.5rem;
  padding: 0rem 1rem 1rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.address {
  font-size: 1.2rem;
  color: #f5c06e;
  font-family: "NHaasGrotesk35XLt", sans-serif;
  max-width: 100% !important;
}

.phone, .email {
  font-size: 1.2rem;
  color: #f5c06e;
  font-family: "NHaasGrotesk35XLt", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.phone:hover, .email:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateY(-2px);
  text-shadow: 0 2px 8px rgba(245, 192, 110, 0.4);
}

.phone:active, .email:active {
  transform: translateY(0);
}

.email {
  margin-bottom: 3rem;
}

/* Contact end */

/* Small devices (landscape phones, 375px and up) */
@media (min-width: 320px) {
  /* Animation loader site start */
  #site-loader lottie-player {
    width: 70%;
    height: auto;
  }
  /* Animation loader site end */

  .container.w-full {
    max-width: 100% !important;
    --bs-gutter-x: 0rem !important;
  }

  /* Back to top start */
  #backToTop {
    transform: scale(0.26);
    right: -2rem;
    height: 270px;
    padding-top: 50px;
  }

  .backToTop-title {
    visibility: hidden;
  }

  /* Back to top end */

  /* Hero section start */

  #hero {
    padding-top: 0rem;
  }

  .hero-button-holder {
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 4rem;
    margin-top: 0rem;
  }

  .hero-button {
    padding: 0.45rem 1.8rem;
    width: 13rem;
    font-size: 1.4rem;
  }

  /* Hero section end */

  /* Benefits section start */

  .benefits-holder {
    padding: 1rem;
  }

  .benefits-heading {
    font-size: 2rem;
    margin: 2rem auto;
  }

  #benefits-small {
    display: block !important;
  }

  #benefits-big {
    display: none !important;
  }

  /* Prikaži navigacijske strelice samo na malim ekranima */
  .benefits-card-holder-navigation {
    display: flex !important;
    z-index: 10;
    position: relative;
  }

  #benefits-small .benefits-card {
    margin-left: -7rem;
    /* Half of the card width */
  }

  .benefits-card-title {
    font-size: 1.2rem !important;
  }

  .benefits-card-description {
    font-size: 0.8rem !important;
  }

  /* Benefits section end */

  /* Occasion section start */
  .occasion-holder {
    left: 3rem;
  }

  .occasion-section {
    padding: 0rem 1rem;
  }

  .occasion {
    max-width: 85%;
    flex-direction: column !important;
    align-items: center;
  }

  .occasion .left-side {
    width: 100%;
    gap: 2rem;
  }

  .occasion-label {
    padding: 0.4rem 1.8rem;
  }

  .occasion-label h1 {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.5rem;
  }

  .occasion-title {
    font-size: 1.5rem;
    /* height: 50px; */
  }

  .occasion-button-holder .label {
    font-size: 1.1rem;
    max-width: 10rem;
    font-weight: 500;
  }

  .occasion .right-side {
    width: 100%;
  }

  .occasion .right-side img {
    width: 100%;
    height: auto;
  }

  /* Occasion section end */

  /* Circular Carousel section start */
  #circularCarousel {
    margin-bottom: 1.5rem;
  }

  .gold-arc {
    width: 720px;
  }

  .carousel-section {
    /* margin-bottom: 10px; */
    height: 520px;
  }

  .carousel-cards {
    transform: scale(0.38);
    position: relative;
    top: 2rem;
  }

  .carousel-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .carousel-text {
    font-size: 0.8rem;
    max-width: 200px;
    position: static;
    margin-bottom: 0;
  }

  .carousel-img {
    padding: 0 2rem;
  }

  /* Footer start */
  #footer img {
    width: 8rem;
  }

  #footer .copy {
    font-size: 0.7rem;
  }
  /* Footer end */

  /* Circular Carousel section end */

  /* Video section start */
  .video-container {
    width: 100%;
    height: 100%;
  }

  .promo-video {
    border-radius: 1rem;
  }

  .video-overlay {
    border-radius: 1rem;
  }

  /* Video section end */

  .modal-content {
    max-width: 100vw;
  }

  .modal-video {
    max-width: -webkit-fill-available;
    max-width: stretch;
    max-height: 11rem;
  }

  .image-frame {
    padding: 1rem 0;
  }

  .container.contact {
    padding: 1.5rem;
  }

  /* Contact Form Responsive */
  .contact-form-container {
    width: 100% !important;
    padding: 0 10px !important;
  }
  
  .contact-input,
  .contact-textarea {
    font-size: 1rem !important;
    padding: 12px 20px !important;
    background-color: transparent !important;
  }
  
  /* .contact-submit-btn {
    font-size: 1.1rem !important;
    padding: 12px 35px !important;
  } */

  .contact-card {
    transform: scale(0.6);
  }

  #contactSection p {
    /* font-size: 0.9rem; */
    line-height: 1.875rem;
    font-size: 1.4rem;
    max-width: 90%;
  }

  .contact-submit-btn {
    font-size: 1.5rem !important;
    padding: 8px 40px !important;
  }

  .cards-holder {
    gap: 0 !important;
  }
}

@media (min-width: 350px) {
  .carousel-cards {
    top: 1rem;
  }
}

@media (min-width: 375px) {
  /* Benefits start */

  .benefits-holder {
    padding: 1.5rem;
  }

  /* Benefits end */
}

/* Small devices (landscape phones, 425px and up) */
@media (min-width: 400px) {
  /* Back to top start */
  #backToTop {
    transform: scale(0.3);
    right: -1rem;
    height: 300px;
    padding-top: 60px;
  }

  /* Back to top end */

  /* Hero section start */
  .hero-button {
    padding: 0.3rem 1.4rem;
    width: 11rem;
    font-size: 1.3rem;
  }

  /* Hero section end */

  /* Occasion section start */
  .occasion {
    max-width: 70%;
  }

  /*Occasion section end */

  /* Circular Carousel section start */
  .carousel-section {
    /* margin-bottom: 20px; */
    height: 550px;
  }

  .carousel-cards {
    transform: scale(0.48);
    top: 0rem;
  }
  /* Circular Carousel section end */

  /* Benefits start */
  .benefits-holder {
    padding: 2rem;
  }
  /* Benefits end */

  .contact-card {
    transform: scale(0.8);
  }

  #contactSection p {
    max-width: 85%;
  }
}

@media (min-width: 500px) {
  /* Occasion section start */
  .occasion {
    max-width: 65%;
  }

  /*Occasion section end */

  /* Circular Carousel section start */
  .carousel-img {
    padding: 0 4rem;
  }

  /* Circular Carousel section end */

  .image-frame {
    padding: 1.7rem 0;
  }

  /* Footer start */
  #footer img {
    width: 10rem;
  }

  #footer .copy {
    font-size: 0.9rem;
  }
  /* Footer end */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container.w-full {
    max-width: 95% !important;
    --bs-gutter-x: 1.5rem !important;
  }

  /* Back to top start */
  #backToTop {
    bottom: -5rem;
    right: -1rem;
    padding-top: 0;
  }

  .backToTop-title {
    visibility: visible;
  }

  /* Back to top end */

  /* Hero section start */
  .hero-button {
    padding: 0.45rem 1.8rem;
    width: 13rem;
    font-size: 1.4rem;
  }

  /* Hero section end */

  /* Benefits section start */
  .benefits-heading {
    font-size: 3rem;
    margin: 3rem auto;
  }

  #benefits-small .benefits-card {
    margin-left: -8.5rem;
    /* Half of the card width */
  }

  /* Benefits section end */

  /* Occasion section start */
  .occasion {
    max-width: 60%;
  }

  /* Occasion section end */

  /* Circular Carousel section start */
  .carousel-section {
    /* margin-bottom: 10px; */
    height: 600px;
  }

  .carousel-cards {
    transform: scale(0.5);
    top: 2rem;
  }
  /* Circular Carousel section end */

  .modal-content {
    max-width: 450px;
  }

  .contact-card {
    transform: scale(1);
  }

  #contactSection p {
    max-width: 90%;
  }

  .contact-submit-btn {
    font-size: 1.7rem !important;
    padding: 10px 50px !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Back to top start */
  #backToTop {
    bottom: -5rem;
    right: 0;
  }

  /* Back to top end */

  /* Benefits section start */
  .benefits-heading {
    font-size: 3.3rem;
    margin: 5rem auto;
  }

  /* Benefits section end */

  /* Occasion section start */
  .occasion-label {
    padding: 0.4rem 2.8rem;
  }

  .modal-content {
    max-width: 650px;
  }

  .modal-video {
    max-height: 100%;
  }

  /* Occasion section end */

  /* Circular Carousel section start */
  #circularCarousel {
    margin-bottom: 2rem;
  }

  .gold-arc {
    width: 800px;
  }

  .carousel-text {
    position: relative;
    top: 20px;
    left: 30%;
  }

  .carousel-cards {
    transform: scale(0.5);
    /* top: -7rem; */
  }

  /* Benefits start */

  .benefits-holder {
    padding: 6rem;
  }

  /* Benefits end */

  /* Circular Carousel section end */

  /* Video section start */
  .video-container {
    width: 70%;
    height: 70%;
  }

  .promo-video {
    border-radius: 2rem;
  }

  /* Video section end */

  .image-frame {
    padding: 2.2rem 0;
  }

  .container.contact {
    padding: 2rem;
  }

  .contact-submit-btn {
    font-size: 2rem !important;
    padding: 12px 60px !important;
  }

  .cards-holder {
    gap: 3rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Animation loader site start */
  #site-loader lottie-player {
    width: 30%;
    height: auto;
  }
  /* Animation loader site end */

  /* Back to top start */
  #backToTop {
    transform: scale(0.4);
    bottom: -4rem;
    right: 1rem;
  }

  /* Back to top end */

  /* Hero section start */
  .hero-button {
    padding: 0.55rem 2.5rem;
    width: 15rem;
    font-size: 1.4rem;
  }

  /* Hero section end */

  /* Benefits section start */

  .benefits-holder {
    padding: 2rem;
  }

  #benefits-small {
    display: none !important;
  }

  #benefits-big {
    display: block !important;
  }

  #benefits-big .benefits-card-holder {
    display: flex !important;
    gap: 2rem;
  }

  /* Sakrij navigacijske strelice na velikim ekranima */
  #benefits-big .benefits-card-holder-navigation {
    display: none !important;
  }

  .benefits-heading {
    font-size: 3.7rem;
  }

  .benefits-card-title {
    font-size: 1.8rem;
  }

  /* Benefits section end */

  /* Occasion section start */
  .occasion {
    max-width: 100%;
    flex-direction: row !important;
    align-items: normal;
  }
  
  .occasion-section {
    padding: 4rem 2rem;
  }

  .occasion .right-side {
    width: 60%;
    display: flex;
    justify-content: flex-start;
  }

  .occasion .right-side img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .occasion .left-side {
    width: 40%;
    gap: 1rem;
  }

  .occasion-item {
    flex: 0 0 100%;
  }

  .occasion-label {
    padding: 0.4rem 3.8rem;
  }

  .occasion-label h1 {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }

  .occasion-title {
    font-size: 3.5rem;
  }

  .occasion-button-holder .label {
    font-size: 1.1rem;
  }

  .occasion-button img {
    width: 50px;
  }

  /* Occasion modal start */
  .modal-dialog {
    max-width: 800px;
    width: 90%;
  }

  .modal-content {
    width: 100%;
    max-width: 800px;
    padding: 1rem 2rem;
  }

  /* Occasion modal end */

  /* Occasion section end */

  /* Circular Carousel section start */
  .carousel-section {
    /* margin-bottom: 20px; */
    height: 600px;
  }

  .carousel-cards {
    transform: scale(0.6);
    top: 0rem;
  }

  /* Circular Carousel section end */

  /* After Hero section starts */

  /* After Hero section end */

  /* Contact start */
  .container.contact {
    padding: 3rem;
  }

  .contact-submit-btn {
    font-size: 2.2rem !important;
    padding: 15px 80px !important;
  }
  /* Contact end */
}

/* /X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #hero {
    padding-top: 2rem;
  }

  .hero-button-holder {
    margin-top: 4rem;
  }

  /* Back to top start */
  #backToTop {
    transform: scale(0.45);
    bottom: -2rem;
    right: 2rem;
  }

  /* Back to top end */

  /* Hero section start */
  .hero-button-holder {
    gap: 3rem;
  }

  /* Hero section end */

  /* Benefits section start */

  .benefits-holder {
    padding: 2rem;
  }

  #benefits-big .benefits-card-holder {
    display: flex !important;
    gap: 6rem;
  }

  .benefits-heading {
    font-size: 3.8rem;
  }

  /* Benefits section end */

  /* Circular Carousel section start */
  .carousel-cards {
    transform: scale(0.7);
    top: -3rem;
  }

  .carousel-text {
    font-size: 1.2rem;
    max-width: 300px;
  }

  /* Circular Carousel section end */

  /* Occasion modal start */
  .modal-dialog {
    max-width: 900px;
    width: 90%;
  }

  .modal-content {
    width: 100%;
    max-width: 900px;
  }

  .occasion-label {
    padding: 0.2rem 2.2rem;
  }

  /* Occasion modal end */

  .image-frame {
    padding: 3rem 0;
  }
}

/* Custom container widths for all screen sizes */
.container {
  max-width: 95% !important;
  /* Povećajte ovu vrednost prema potrebi (90%, 95%, 98%) */
}

/* Alternativno, možete definisati tačne širine za svaki breakpoint */
/*
@media (min-width: 576px) {
  .container { max-width: 95% !important; }
}

@media (min-width: 768px) {
  .container { max-width: 95% !important; }
}

@media (min-width: 992px) {
  .container { max-width: 95% !important; }
}

@media (min-width: 1200px) {
  .container { max-width: 95% !important; }
}

@media (min-width: 1400px) {
  .container { max-width: 95% !important; }
}
*/

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  #hero {
    padding-top: 2rem;
  }

  .hero-button-holder {
    margin-top: 4rem;
  }

  /* Back to top start */
  #backToTop {
    transform: scale(0.5);
    bottom: 0rem;
    right: 4rem;
  }

  /* Back to top end */

  /* Benefits section start */

  #benefits-big .benefits-card-holder {
    display: flex !important;
    gap: 4rem;
  }

  .benefits-heading {
    font-size: 4rem;
  }

  /* Benefits section end */

  /* Occasion section start */
  .occasion-title {
    font-size: 2.5rem;
    height: auto;
  }
  
  .occasion-label h1 {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  /* Occasion section end */

  /* Circular Carousel section start */
  .carousel-text {
    left: 25%;
    top: 2rem;
    font-size: 1.5rem;
    max-width: 350px;
  }

  .carousel-section {
    /* margin-bottom: 30px; */
    height: 750px;
  }

  .carousel-cards {
    transform: scale(0.8);
    top: 4rem;
  }

  /* Circular Carousel section end */

  .image-frame {
    padding: 3.5rem 0;
  }

  .occasion-item {
    flex: 0 0 50%;
  }
}

@media (min-width: 1700px) {
  /* Back to top start */
  #backToTop {
    transform: scale(0.55);
    bottom: 1rem;
    right: 5rem;
  }

  /* Back to top end */

  /* Occasion section start */
  .occasion-title {
    font-size: 3rem;
  }

  /* Occasion section end */

  /* Circular Carousel section start */
  .carousel-section {
    /* margin-bottom: 60px; */
    height: 1000px;
  }

  .carousel-cards {
    transform: scale(0.6);
    top: 13rem;
  }

  .carousel-img {
    width: 100%;
    max-width: 800px;
  }

  .carousel-text {
    font-size: 2rem;
    max-width: 450px;
  }

  /* Circular Carousel section end */

  /* Benefits section start */
  .benefits-heading {
    font-size: 4rem;
  }

  #benefits-big .benefits-card-holder {
    display: flex !important;
    gap: 11rem;
  }

  /* Benefits section end */
}

@media (min-width: 1900px) {
  /* Back to top start */
  #backToTop {
    transform: scale(0.6);
    bottom: 6rem;
    right: 6rem;
  }

  /* Back to top end */

  /* Circular Carousel section start */
  .carousel-cards {
    transform: scale(1);
    top: 9rem;
  }

  /* Circular Carousel section end */
}

@media (min-width: 2500px) {
  /* Back to top start */
  #backToTop {
    transform: scale(0.8);
  }

  /* Back to top end */

  /* Circular Carousel section start */
  .carousel-cards {
    transform: scale(1.1);
  }

  /* Circular Carousel section end */
}

/* Mobile sticky navbar adjustments */
@media (max-width: 768px) {
}

/* Dodatak za small-card za < 500px sirine */
/* < 500px → -20% */
@media (max-width: 500px) {
  #benefits-small .benefits-card-holder {
    min-height: calc(517.12px * 0.8) !important;
    /* 413.696px */
  }

  #benefits-small .benefits-card {
    width: calc(358px * 0.8) !important;
    /* 286.4px */
    height: calc(517.12px * 0.8) !important;
    /* 413.696px */
  }

  #benefits-small .vertical-flipbook {
    max-width: calc(358px * 0.8) !important;
    max-height: calc(517.12px * 0.8) !important;
  }
}

/* < 400px → -35% (pregazi prethodno) */
@media (max-width: 400px) {
  #benefits-small .benefits-card-holder {
    min-height: calc(517.12px * 0.65) !important;
    /* 336.128px */
  }

  #benefits-small .benefits-card {
    width: calc(358px * 0.65) !important;
    /* 232.7px */
    height: calc(517.12px * 0.65) !important;
    /* 336.128px */
  }

  #benefits-small .vertical-flipbook {
    max-width: calc(358px * 0.65) !important;
    max-height: calc(517.12px * 0.65) !important;
  }
}

/* Modal Video Enhancements */
.modal-video {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.modal-video:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(245, 192, 110, 0.3);
}

/* Sound indicator for muted videos - directly on video element */
.modal-video[muted]::after {
  content: "🔊 Kliknite za zvuk";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(245, 192, 110, 0.95);
  color: #6d3a1b;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: pulseGlow 2s infinite;
  pointer-events: none;
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Hide sound indicator when video is not muted */
.modal-video:not([muted])::after {
  display: none;
}

/* Mobile adaptations */
@media (max-width: 768px) {
  .modal-video[muted]::after {
    font-size: 10px;
    padding: 6px 10px;
    top: 5px;
    right: 5px;
  }
}

/* Login start */
.login-page {
  background-color: #44823e;
}
/* Login end */

/* Footer start */
#footer {
  --center: #44823e;
  /* svetlija zelena u sredini */
  --corner: #143211;
  /* tamna zelena u uglovima */

  /* 4 radijalna gradijenta u uglovima + osnovna boja u centru */
  /* background: radial-gradient(100% 110% at 0% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 0%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 0% 100%, var(--corner) 0 15%, transparent 85%),
    radial-gradient(140% 110% at 100% 100%, var(--corner) 0 15%, transparent 85%), var(--center); */
}

#footer .footer-text {
  color: #f5c06e;
  max-width: 80%;
  text-align: center;
}

#footer .copy {
  color: #f5c06e;
  padding: 0;
  margin: 0;
  font-family: "forevs", serif;
}
/* Footer end */