.tw-banner-sec {
  position: relative;
}
.tw-banner-sec .swiper-slide video {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.6s all ease;
  transition-delay: 0.3s;
}
.tw-banner-sec .swiper-slide .title-main {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.6s all ease;
  transition-delay: 0.5s;
}
.tw-banner-sec .swiper-slide.swiper-slide-active video, .tw-banner-sec .swiper-slide.swiper-slide-active .title-main {
  opacity: 1;
  transform: initial;
}

.home-banner-swiper {
  width: 100%;
  height: 100vh;
  transition: height ease-in-out 1s;
  -o-transition: height ease-in-out 1s;
  -webkit-transition: height ease-in-out 1s;
}

/* Intro (#intro) — mockup aplikacije centriran u koloni (umesto flex-end iz main.min.css) */
@media screen and (min-width: 1200px) {
  .intro-sec1 .tw-intro-sec .row_wrap > div:last-child {
    align-items: center !important;
    justify-content: center !important;
  }
}

.intro-sec1 .tw-intro-sec_img figure {
  /* odnos 854×1080 (OneDrive v1), umesto legacy calc(935/825) za stari mockup */
  padding-top: calc(1080 / 854 * 100%) !important;
}

.intro-sec1 .tw-intro-sec_img figure img {
  object-fit: contain;
  object-position: center center;
}

.tw-charity-sec h2 span{
  font-weight: bold;
  font-size: 8rem;
}

.tw-charity-sec h2{
  margin-bottom: 0.313rem!important;
}

.tw-charity-sec h2 .off{
  font-weight: bold;
  display: block;
  font-size: 6rem;
}
.tw-charity-sec .image{
  background: url(../../images/promo-popust-desktop.webp) no-repeat center center ;
  background-size: cover;
}

.off-30{
  margin-top:25px;
}

.off-30 img{
  width:120px;
  margin-right:7px;
}
.off-30 .small-text{
  font-size:13px;
}
.tw-charity-sec .row div:last-child{
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .off-30{
  max-width: 343px;
  margin: 0 auto;
  }
  .off-30 img {
    width: 105px;
  }

  .tw-charity-sec h2 span{
    font-size: 6rem;
  }
  .tw-charity-sec .image{
    background: url(../../images/promo-popust-mobilni.webp) no-repeat center center  ;
    background-size: cover;
  }
}

@media screen and (max-width: 400px) {
  .off-30 img {
    width: 90px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 375px) {
  .home-banner-swiper {
    height: 100dvh;
  }
}

.home-banner-swiper::after {
  content: "";
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to top, #174890 0 1%, hsla(0, 0%, 0%, 0) 25% 60%, hsla(0, 0%, 0%, 0.5) 80% 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.home-banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner-swiper img, .home-banner-swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-swiper .title-main {
  position: absolute;
  bottom: 7.75rem;
  left: 0;
  right: 0;
  color: #fff;
  font-size: calc(9.0925rem - 2px);
  line-height: calc(8.0625rem - 2px);
  width: 100%;
  z-index: 9;
  max-width: 108rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .home-banner-swiper .title-main {
    font-size: calc(5.9675rem - 2px);
    line-height: calc(5.9375rem - 2px);
  }
}
@media screen and (min-width: 1350px) {
  .home-banner-swiper .title-main {
    font-size: calc(6.28rem - 2px);
    line-height: calc(6.25rem - 2px);
  }
}
@media screen and (min-width: 1400px) {
  .home-banner-swiper .title-main {
    font-size: calc(6.5925rem - 2px);
    line-height: calc(6.5625rem - 2px);
  }
}
@media screen and (min-width: 1490px) {
  .home-banner-swiper .title-main {
    font-size: calc(7.2175rem - 2px);
    line-height: calc(7.1875rem - 2px);
  }
}
@media screen and (min-width: 1630px) {
  .home-banner-swiper .title-main {
    font-size: calc(7.8425rem - 2px);
    line-height: calc(7.8125rem - 2px);
  }
}
@media screen and (min-width: 1920px) {
  .home-banner-swiper .title-main {
    font-size: calc(9.0925rem - 2px);
    line-height: calc(8.0625rem - 2px);
  }
}
@media screen and (max-width: 1199px) {
  .home-banner-swiper .title-main {
    font-size: 4.0925rem;
    line-height: 4.0625rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home-banner-swiper .title-main {
    font-size: 2.8125rem;
    line-height: 1.1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* fullPage: CTA se pozicionira prema punoj širini heroja, ne užem .fp-overflow */
#bluewash.fp-section .fp-overflow,
#bluewash .home-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.mouse_wheel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4375rem;
  transform: none;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-inline-start: max(0.75rem, env(safe-area-inset-left, 0px));
  padding-inline-end: max(0.75rem, env(safe-area-inset-right, 0px));
  pointer-events: none;
}
.mouse_wheel__label {
  display: inline-block;
  line-height: 1.2;
  flex-shrink: 0;
}

.mouse_wheel a {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease, opacity 0.2s ease;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
}
.mouse_wheel a:hover {
  transform: translateY(3px);
}
.mouse_wheel a:hover .mouse_wheel__chevron {
  transform: translateY(1px);
}
.mouse_wheel a .mouse_wheel__chevron {
  margin-inline-start: 0;
  width: 1.125rem;
  flex-shrink: 0;
  vertical-align: middle;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.fp-section {
  -webkit-transform: translate3d(0, 0, 0);
}

/* Footer ispod #fullpage — kompaktan, van snap sekcija */
:root {
  --bw-footer-bg: #353b3f;
}

html.fp-enabled body.home-page:not(.bw-at-footer):not(.bw-normal-scroll) #site-footer.footer {
  visibility: hidden;
  pointer-events: none;
}

body.home-page #site-footer.footer,
body.home-page.bw-at-footer #site-footer.footer {
  visibility: visible;
  pointer-events: auto;
  background-color: var(--bw-footer-bg) !important;
}

body:not(.fp-viewing-bluewash) #back-to-top {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

section {
  overflow-x: hidden;
}

.tw-home-audience-sec .tw-home-audience-sec_btns {
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 0.5rem;
}

.tw-home-audience-sec .tw-home-audience-sec_btns .btn-outline-secondary img {
  height: 2.5rem;
  width: auto;
  display: block;
}

.tw-home-audience-sec .tw-home-audience-sec_btns--stores .btn-primary {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .tw-home-audience-sec .tw-home-audience-sec_btns--stores .btn-primary {
    width: auto;
  }
}

@media screen and (max-width: 1199.98px) {
  body.home-page .mouse_wheel.fs-24 {
    font-size: var(--bw-font-body-sm) !important;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1200px) {
  .home-banner-swiper .title-main {
    bottom: 6.5rem;
  }

  body.home-page .mouse_wheel {
    font-size: var(--bw-font-body) !important;
  }
}

/* Flote — centrirano u koloni (globalni .image img koristi absolute + cover) */
.image.tw-fleet-visual-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.25rem, 4vw, 3rem);
  box-sizing: border-box;
}

.image.tw-fleet-visual-wrap img.tw-fleet-visual-img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  inset-inline-start: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: min(95%, 1285px) !important;
  max-height: min(54vh, 600px) !important;
  object-fit: contain !important;
  object-position: center;
}

@media screen and (min-width: 1200px) {
  .half-fluid.fluid-right-content .left-half .image.tw-fleet-visual-wrap img.tw-fleet-visual-img {
    max-width: min(97%, 1400px) !important;
    max-height: min(62vh, 690px) !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .image.tw-fleet-visual-wrap img.tw-fleet-visual-img {
    max-width: min(98%, 915px) !important;
    max-height: min(42vh, 545px) !important;
  }
}

/* Mobilna aplikacija — koraci (Swiper): mockup u okviru ~583×658 */
.mySwiper .tw-app-sec_images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mySwiper .tw-app-sec_img {
  width: 100%;
  max-width: 583px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .tw-app-sec_img figure {
  margin: 0;
  width: 100%;
  max-width: 583px;
  max-height: 658px;
  padding-top: 0 !important;
  position: relative !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper .tw-app-sec_img figure img {
  position: static !important;
  width: 100%;
  height: auto;
  max-height: 658px;
  object-fit: contain;
  object-position: center;
  display: block;
}

@media screen and (max-width: 1199.98px) {
  .tw-app-sec .right-side > .mySwiper {
    height: auto !important;
  }

  .tw-app-sec .mySwiper .swiper-wrapper,
  .tw-app-sec .mySwiper .swiper-slide {
    height: auto !important;
  }

  .tw-app-sec .mySwiper .tw-app-sec_images {
    margin-bottom: 0 !important;
  }

  .tw-app-sec .mySwiper .tw-app-sec_images .ttl-24,
  .tw-app-sec .mySwiper .tw-app-sec_images h4 {
    margin-bottom: 0.5rem !important;
  }

  .tw-app-sec .mySwiper .tw-app-sec_img figure,
  .tw-app-sec .mySwiper .tw-app-sec_img figure img {
    max-height: min(48vh, 400px) !important;
  }

  .tw-app-sec .right-side .swiper-pagination-signup {
    position: relative !important;
    bottom: auto !important;
    margin-top: 0.35rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .mySwiper .tw-app-sec_img figure,
  .mySwiper .tw-app-sec_img figure img {
    max-height: min(42vh, 360px) !important;
  }
}

/* Admin Panel — puna visina kolone, slika u celini (contain, bez sečenja) */
.tw-arrangment-sec .col-xl-5.position-xl-absolute {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tw-arrangment-sec .col-xl-5 .image.fadein-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: clamp(1rem, 3vw, 2.5rem);
  box-sizing: border-box;
}

.tw-arrangment-sec .col-xl-5 .image.fadein-item img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  inset-inline-start: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center;
}

@media screen and (max-width: 1199.98px) {
  .tw-arrangment-sec .col-xl-5 .image.fadein-item {
    min-height: min(70vh, 720px);
  }
}

.tw-payment-methods-sec .col-xl-6.position-xl-absolute {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tw-payment-methods-sec .col-xl-6 .image.fadein-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: clamp(1rem, 3vw, 2.5rem);
  box-sizing: border-box;
}

.tw-payment-methods-sec .col-xl-6 .image.fadein-item img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  inset-inline-start: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center;
}

@media screen and (max-width: 1199.98px) {
  .tw-payment-methods-sec .col-xl-6 .image.fadein-item {
    min-height: min(70vh, 720px);
  }
}

/* Zahlung — desktop: sekcija = 100dvh, cela infografika bez sečenja */
@media screen and (min-width: 1200px) {
  .tw-payment-methods-sec {
    min-height: 100vh;
    min-height: 100dvh;
  }

  body.fp-enabled #fullpage .section[data-anchor="zahlung"],
  body.fp-enabled #fullpage .section[data-id="zahlung"] {
    min-height: 100vh !important;
    min-height: 100dvh !important;
  }

  body.fp-enabled #fullpage .section[data-anchor="zahlung"] .fp-overflow,
  body.fp-enabled #fullpage .section[data-id="zahlung"] .fp-overflow {
    min-height: 0;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .tw-payment-methods-sec > .container,
  .tw-payment-methods-sec > .container > .row {
    min-height: 100dvh;
  }

  .tw-payment-methods-sec .left-half {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    box-sizing: border-box;
  }

  .tw-payment-methods-sec .col-xl-6.position-xl-absolute.left-half {
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .tw-payment-methods-sec .col-xl-6 .image.fadein-item {
    height: 100% !important;
    max-height: 100dvh !important;
    padding: clamp(0.75rem, 2vh, 1.75rem) !important;
  }

  .tw-payment-methods-sec .col-xl-6 .image.fadein-item img {
    max-width: min(100%, 48vw, min(88dvh, 88vh)) !important;
    max-height: min(100%, 88dvh, 88vh) !important;
    width: auto !important;
    height: auto !important;
  }

  .tw-payment-methods-sec .col-xl-6.offset-xl-6 .content.tw-payment-methods-sec_content {
    min-height: 100dvh;
    max-height: 100dvh;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1920px) {
  .tw-payment-methods-sec .col-xl-6 .image.fadein-item img {
    max-width: min(100%, 44vw, min(90dvh, 90vh, 1100px)) !important;
    max-height: min(90dvh, 90vh) !important;
  }
}

@media screen and (min-width: 2560px) {
  .tw-payment-methods-sec .col-xl-6 .image.fadein-item img {
    max-width: min(100%, 42vw, min(92dvh, 92vh)) !important;
    max-height: min(92dvh, 92vh) !important;
  }
}

/* Desktop skaliranje u 100vh: home-desktop-scale.css */

/* Drive Caffe — vizuel levo, tekst desno */
.tw-drive-coffee-sec_inner {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(1.5rem, 4vh, 3rem);
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
}

.tw-drive-coffee-sec_inner > .container {
  width: 100%;
}

.tw-drive-coffee-sec_content {
  padding-left: clamp(0.5rem, 2vw, 2rem);
}

.tw-drive-coffee-brand-figure {
  margin: 0 0 clamp(1rem, 2.5vw, 1.65rem);
  max-width: 100%;
}

.tw-drive-coffee-brand-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

@media screen and (min-width: 1200px) {
  .tw-drive-coffee-sec .col-xl-6.position-xl-absolute.left-half {
    top: 0;
    bottom: 0;
  }
}

.image.tw-drive-coffee-visual-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(0.75rem, 2.5vw, 2rem);
  box-sizing: border-box;
}

.image.tw-drive-coffee-visual-wrap img.tw-drive-coffee-img {
  position: static !important;
  left: auto !important;
  top: auto !important;
  inset-inline-start: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(88vh, 920px) !important;
  object-fit: contain !important;
  object-position: center;
}

@media screen and (max-width: 1199.98px) {
  .image.tw-drive-coffee-visual-wrap {
    min-height: min(42vh, 400px);
  }

  .image.tw-drive-coffee-visual-wrap img.tw-drive-coffee-img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(70vh, 720px) !important;
  }
}

/* Enterijer — slajder levo, tekst desno (fluid-right) */
.tw-enterijer-sec_inner {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(1.5rem, 4vh, 3rem);
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
}

.tw-enterijer-sec_inner > .container {
  width: 100%;
}

.tw-enterijer-sec_inner .row {
  align-items: stretch;
}

@media screen and (min-width: 1200px) {
  .tw-enterijer-sec .col-xl-6.position-xl-absolute.left-half {
    top: 0;
    bottom: 0;
  }
}

.tw-enterijer-sec_content {
  padding-left: clamp(0.5rem, 2vw, 2rem);
}

.tw-enterijer-sec_btns {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tw-enterijer-sec_btns > * {
  flex-shrink: 0;
}

.tw-enterijer-sec .tw-enterijer-store-btn {
  padding: 0.35rem 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tw-enterijer-sec .tw-enterijer-store-btn img {
  height: 40px;
  width: auto;
  display: block;
}

.tw-enterijer-sec_visual {
  height: 100%;
  min-height: min(72vh, 820px);
}

.tw-enterijer-sec .enterijer-swiper {
  height: 100%;
  min-height: min(72vh, 820px);
  margin-top: 0;
}

.tw-enterijer-sec .enterijer-swiper .swiper-slide {
  box-sizing: border-box;
}

.tw-enterijer-sec_slide-img {
  height: 100%;
  min-height: min(72vh, 820px);
}

.tw-enterijer-sec_slide-img img {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 820px);
  object-fit: cover;
  object-position: center top;
  display: block;
}

.tw-enterijer-sec .swiper-pagination-enterijer {
  bottom: 12px !important;
}

/* Dugmad u užem stubcu (tablet + split layout do ~1500px) */
@media screen and (max-width: 1499.98px) {
  .tw-enterijer-sec_btns,
  .tw-vip-zone-sec_btns {
    flex-direction: column;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 0.75rem;
  }

  .tw-enterijer-sec_btns > *,
  .tw-vip-zone-sec_btns > * {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    align-self: stretch;
    flex-shrink: 0;
  }

  .tw-enterijer-sec_btns .btn,
  .tw-vip-zone-sec_btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 0;
    min-height: 3.25rem;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
  }

  .tw-enterijer-sec_btns .btn + .btn,
  .tw-vip-zone-sec_btns .btn + .btn {
    margin-inline-start: 0;
  }

  .tw-enterijer-sec .tw-enterijer-store-btn,
  .tw-vip-zone-sec .tw-vip-zone-store-btn {
    padding: 0.625rem 1rem;
  }

  .tw-enterijer-sec .tw-enterijer-store-btn img,
  .tw-vip-zone-sec .tw-vip-zone-store-btn img {
    width: auto;
    height: 2.25rem;
    max-width: 100%;
    margin: 0;
    display: block;
  }
}

@media screen and (min-width: 1500px) {
  .tw-enterijer-sec_btns,
  .tw-vip-zone-sec_btns {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .tw-enterijer-sec_btns > *,
  .tw-vip-zone-sec_btns > * {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 479.98px) {
  .tw-enterijer-sec_btns,
  .tw-vip-zone-sec_btns {
    gap: 0.625rem;
  }
}

@media screen and (max-width: 1199.98px) {
  .tw-enterijer-sec_visual {
    height: auto !important;
    min-height: 0 !important;
  }

  .tw-enterijer-sec .enterijer-swiper,
  .tw-enterijer-sec .enterijer-swiper .swiper-wrapper,
  .tw-enterijer-sec .enterijer-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .tw-enterijer-sec_slide-img {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    display: block !important;
  }

  .tw-enterijer-sec_slide-img img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: min(50vh, 420px) !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .tw-enterijer-sec .swiper-pagination-enterijer {
    position: relative !important;
    bottom: auto !important;
    margin-top: 0.35rem;
    margin-bottom: 0;
  }
}

/* Ökologie / Nachhaltigkeit — pozadina kapljice (sec-vip-background), svetli tekst */
.tw-sustain-sec .sec-pd {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #101820;
  background-image: url("../../images/sec-vip-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: clamp(1.5rem, 4vh, 3rem);
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
}

.tw-sustain-sec .sec-pd::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 24, 32, 0.6) 0%,
    rgba(16, 24, 32, 0.35) 50%,
    rgba(16, 24, 32, 0.7) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.tw-sustain-sec .sec-pd > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tw-sustain-sec .title-lg,
.tw-sustain-sec .title-lg .text-primary.d-block,
.tw-sustain-sec .tw-desc,
.tw-sustain-sec .tw-sustain-sec_subcontent_content .tw-desc,
.tw-sustain-sec .tw-sustain-sec_subcontent_content .tw-desc strong {
  color: #fff !important;
}

.tw-sustain-sec .tw-sustain-sec_subcontent_content .text-primary,
.tw-sustain-sec .tw-sustain-sec_subcontent_content .text-primary strong {
  color: #b8d4f5 !important;
}

.tw-sustain-sec .tw-sustain-sec_subcontent_img svg path[fill="#174890"] {
  fill: #8eb8e8 !important;
}

.tw-sustain-sec .tw-sustain-sec_subcontent_img svg path[fill="#4a4f54"] {
  fill: #e2eaf3 !important;
}

.tw-sustain-sec .tw-sustain-sec_subcontent_img svg path[fill="#fff"] {
  fill: #fff !important;
}

.tw-sustain-sec_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tw-sustain-sec_img figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.tw-sustain-sec_img figure img,
.tw-sustain-sec_img #sustain-ecology-visual {
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(78vh, 820px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 1199.98px) {
  .tw-sustain-sec_img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .tw-sustain-sec_img figure {
    margin-bottom: 0 !important;
  }

  .tw-sustain-sec_img figure img,
  .tw-sustain-sec_img #sustain-ecology-visual {
    max-height: min(40vh, 340px) !important;
  }

  #nachhaltigkeit .col-lg-5.order-1 {
    margin-bottom: 0.35rem;
  }
}

/* VIP tretman — tekst levo, slajder desno */
.tw-vip-zone-sec_inner {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(1.5rem, 4vh, 3rem);
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
  background-color: #eef2f8;
  background-image: url("../../images/sec-vip-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tw-vip-zone-sec_inner > .container {
  width: 100%;
}

.tw-vip-zone-sec_inner .row {
  align-items: stretch;
}

@media screen and (min-width: 1200px) {
  .tw-vip-zone-sec .col-xl-5.position-xl-absolute.right-half {
    top: 0;
    bottom: 0;
  }
}

.tw-vip-zone-sec_content {
  padding-right: clamp(0.5rem, 2vw, 2rem);
  color: #fff;
}

.tw-vip-zone-sec_content .title-lg,
.tw-vip-zone-sec_content .title-lg .text-primary,
.tw-vip-zone-sec_content .tw-desc {
  color: #fff !important;
}

.tw-vip-zone-sec_content .btn.btn-primary {
  background: #fff;
  border-color: #fff;
  color: #fff;
}

.tw-vip-zone-sec_content .btn.btn-primary:hover,
.tw-vip-zone-sec_content .btn.btn-primary:focus {
  background: #f2f6ff;
  border-color: #f2f6ff;
  color: #fff;
}

.tw-vip-zone-sec_content .btn.btn-primary span {
  color: #fff;
}

.tw-vip-zone-sec_btns {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tw-vip-zone-sec_btns > * {
  flex-shrink: 0;
}

.tw-vip-zone-sec .tw-vip-zone-store-btn {
  padding: 0.35rem 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tw-vip-zone-sec .tw-vip-zone-store-btn img {
  height: 40px;
  width: auto;
  display: block;
}

.tw-vip-zone-sec_visual {
  height: 100%;
  min-height: min(72vh, 820px);
}

.tw-vip-zone-sec .vip-zone-swiper {
  position: relative;
  height: 100%;
  min-height: min(72vh, 820px);
  margin-top: 0;
}

.tw-vip-zone-sec .vip-zone-swiper .swiper-slide {
  box-sizing: border-box;
}

.tw-vip-zone-sec_slide-img {
  height: 100%;
  min-height: min(72vh, 820px);
}

.tw-vip-zone-sec_slide-img img {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 820px);
  object-fit: cover;
  object-position: center top;
  display: block;
}

.tw-vip-zone-sec .swiper-pagination-vip-zone {
  bottom: 14px !important;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  padding: 0 0.75rem;
  box-sizing: border-box;
}

.tw-vip-zone-sec .swiper-pagination-vip-zone .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0.55;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(23, 72, 144, 0.35);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.tw-vip-zone-sec .swiper-pagination-vip-zone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #174890;
  border-color: rgba(255, 255, 255, 0.85);
  transform: scale(1.2);
}

@media screen and (max-width: 1199.98px) {
  .tw-vip-zone-sec_visual,
  .tw-vip-zone-sec .vip-zone-swiper,
  .tw-vip-zone-sec_slide-img,
  .tw-vip-zone-sec_slide-img img {
    min-height: min(48vh, 520px);
  }
}

/* Qualität — tekstualni slider (facility1): jedan slajd na uskim ekranima */
.tw-steps-sec .facility1-swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
  margin-inline: 0;
}

.tw-steps-sec .facility1-swiper.swiper-fade .swiper-slide {
  pointer-events: none;
}

.tw-steps-sec .facility1-swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.tw-steps-sec .facility1-swiper .swiper-wrapper {
  align-items: stretch;
}

.tw-steps-sec .facility1-swiper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  height: auto !important;
}

.tw-steps-sec .facility1-swiper .swiper-slide p {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

@media screen and (max-width: 1199.98px) {
  .tw-steps-sec_content.content {
    max-width: 100% !important;
  }

  .tw-steps-sec .facility1-swiper {
    padding-inline: 0;
  }

  .tw-steps-sec .facility1-swiper .swiper-slide-active {
    opacity: 1;
  }
}

/*# sourceMappingURL=home.css.map */