.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 (#o-bluewash-u) — 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: 9.0925rem;
  line-height: 8.0625rem;
  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: 5.9675rem;
    line-height: 5.9375rem;
  }
}
@media screen and (min-width: 1350px) {
  .home-banner-swiper .title-main {
    font-size: 6.28rem;
    line-height: 6.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner-swiper .title-main {
    font-size: 6.5925rem;
    line-height: 6.5625rem;
  }
}
@media screen and (min-width: 1490px) {
  .home-banner-swiper .title-main {
    font-size: 7.2175rem;
    line-height: 7.1875rem;
  }
}
@media screen and (min-width: 1630px) {
  .home-banner-swiper .title-main {
    font-size: 7.8425rem;
    line-height: 7.8125rem;
  }
}
@media screen and (min-width: 1920px) {
  .home-banner-swiper .title-main {
    font-size: 9.0925rem;
    line-height: 8.0625rem;
  }
}
@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 a {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  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);
}

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: 0.8125rem !important;
  }
}

/* Kompaktni desktop: samo položaj heroja (tipografiju pokriva typography-global.css) */
@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: 1rem !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;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

/* 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);
  }
}

/* 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: nowrap !important;
  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;
}

@media screen and (max-width: 767.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 (max-width: 479.98px) {
  .tw-enterijer-sec_btns {
    gap: 0.625rem;
  }
}

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

/* 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: nowrap !important;
  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: 479.98px) {
  .tw-vip-zone-sec_btns {
    gap: 0.625rem;
  }
}

@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);
  }
}

/* Ekološka održivost — tamna pozadina i ilustracija v3 */
.tw-sustain-sec {
  background-color: transparent;
}

.tw-sustain-sec .sec-pd {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #eef2f8;
  background-image: url("../../images/sec-vip-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

.tw-sustain-sec_enviro_content .title-lg .text-primary,
.tw-sustain-sec_subcontent_content .tw-desc .text-primary,
.tw-sustain-sec_subcontent_content .tw-desc .text-primary strong {
  color: #9ec5ff !important;
}

.tw-sustain-sec_subcontent_img {
  display: flex;
  align-items: flex-end;
  min-height: 5.3020625rem;
  margin-bottom: 1.25rem;
}

.tw-sustain-sec_subcontent_img svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 83px;
  max-height: 80px;
}

.tw-sustain-sec_subcontent_img svg path[fill="#174890"] {
  fill: #9ec5ff;
}

.tw-sustain-sec_subcontent_img svg path[fill="#4a4f54"] {
  fill: #fff;
}

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

.tw-sustain-sec_img figure {
  margin-bottom: 0;
  padding-top: 0;
  height: auto;
}

.tw-sustain-sec_img figure img {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

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