@font-face {
  font-family: "Metropolis";
  src: url(../fonts/Metropolis-Regular.woff2) format("woff2"), url(../fonts/Metropolis-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url(../fonts/Metropolis-SemiBold.woff2) format("woff2"), url(../fonts/Metropolis-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url(../fonts/Metropolis-Bold.woff2) format("woff2"), url(../fonts/Metropolis-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background: #fff;
  font-family: "Metropolis";
}

p {
  font-family: "Metropolis";
  font-weight: 400;
}

.headlines h2 {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 2.5dvi;
}

.headlines h2 span[data-style="gradient"] {
  background: linear-gradient(115deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  display: block;
}

.kvtop {
    width: 10dvi;
    height: 10dvi;
  object-fit: contain;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  filter: drop-shadow(2px 4px 12px #fff);
}

.cta_basic {
    border: 0;
    width: fit-content;
    padding: 10px 28px;
    background: linear-gradient(90deg, #d71921, #f48120);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    /* margin: auto; */
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8%;
}

.cta_basic:hover {}

.topgap {
  height: 64px;
  width: 100%;
  display: block;
}

.gallery02 .slide-media,
.gallery02 .thumb-media {
  position: relative;
  overflow: hidden;
}

.gallery02 .slide-media img,
.gallery02 .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery02 {
  overflow: hidden;
}

.gallery02 .swiper,
.gallery02 .thumb-wrapper {
  max-width: 100%;
  margin: auto;
}

.gallery02 .swiper {
  overflow: visible;
}

.gallery02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.gallery02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.gallery02 .swiper-button-prev,
.gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gallery02 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}

.gallery02 .swiper-button-next {
  left: calc(100% + 3.2rem);
}

.gallery02 .slide {
  display: block;
  overflow: hidden;
  padding: 0 0;
  margin: 0;
}

.gallery02 .slide-media {
  display: block;
  height: 42dvi;
  border-radius: 0;
  position: relative;
}

.gallery02 .slide-media::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  background: linear-gradient(to bottom, transparent, black);
  width: 100%;
  height: 40%;
  z-index: 1;
}

.gallery02 .slide-media img {
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery02 .slide-title {
  font-weight: 700;
  line-height: 1.6;
  padding: 3.2rem 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

.gallery02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.gallery02 .thumb-media-cont {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  padding: 4px;
}

.gallery02 .thumb-media img {
  filter: drop-shadow(0 0 10px black);
}

.gallery02 .thumb-media {
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 20px;
  width: 116px;
  height: 130px;
  margin: auto;
}

.thumb-media-cont p {
  color: #000;
  font-size: 1rem;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 700;
}

.thumb-media-cont .indicator {
  width: 50px;
  height: 10px;
  display: block;
  margin: auto;
  border-radius: 30px;
  margin-top: 1.3rem;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%) border-box;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gallery02 .thumb-media-active .indicator {
  background: linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%) border-box;
  border: 2px solid transparent;
}

.gallery02 .thumb-media-cont:not(.thumb-media-active) .thumb-media img {
  filter: brightness(0.5);
}

.gallery02 .thumb-media-active .thumb-media img {
  filter: none;
}

.gallery02 .thumb-media img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gallery02 .thumb-media-active img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

figcaption {
  position: relative;
  z-index: 3;
}

figcaption h3 {
  font-size: 4.3dvi;
  font-weight: normal;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-shadow: 0px 3px 4px #00000063;
  z-index: 2;
}
figcaption p span {
  font-size: 0.9rem;
  display: block;
}

figcaption h3::after {
  content: "";
  position: relative;
  display: block;
  width: 10.3dvi;
  height: 2dvi;
  background: linear-gradient(81deg, red, #FF9800);
  border-radius: 50px;
  margin-top: -3dvi;
  z-index: -1;
}

figcaption p {
  margin-top: 1rem;
    max-width: 35ch;

}

.future-swiper {
  width: 100%;
  max-width: 100%;
}

/* Future Card V2 (Full Image Overlay Design) */
.future-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 28vw;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  padding: 1.15em;
  border: 2px solid transparent;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.future-card-v2-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.future-card-v2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.future-card-v2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.0) 0%,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.92) 100%
  );
  transition: background 0.4s ease;
}

.future-card-v2-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logos at Top */
.logo-box {
  border-radius: 8px;
  text-align: center;
  width: 130px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card Content at Bottom */
.future-card-v2-content {
  position: relative;
  z-index: 2;
}

.future-card-v2-title {
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 0.2f5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.future-card-v2-desc {
    font-size: 0.75vw;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    margin-bottom: 0.15rem;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
    min-height: 23px;
    margin-top: 7px;
}

.future-card-v2-cta {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  transition: gap 0.3s ease, color 0.3s ease;
}

.future-card-v2-cta .arrow {
  background: url(../images/arrow-card.svg);
  width: 40px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  transition: transform 0.3s ease;
}

.future-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  width: 24px;
  border-radius: 10px;
}

.future-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.future-controls .future-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  margin: 0 !important;
}

.gallery02 .headlines p {
  max-width: 48ch;
}

.content-a {
  width: 63%;
}

.content-b {
    width: 33dvi;
    object-fit: contain;
    margin-top: 17%;
}
.pin_cont {
    overflow: visible !important;
    display: inline-block;
    -webkit-animation: pin-glow-pulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: pin-glow-pulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: filter, transform;
}
.pin_cont img {
width: 10dvi;
    height: 6dvi;
  object-fit: contain;
}
.pin_cont svg,
.pin_cont svg g {
width: 12dvi;
    height: 8dvi;
    object-fit: contain;
    overflow: visible !important;
}
.logobox {
    -webkit-animation: glow-pulse-scale 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: glow-pulse-scale 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-box: fill-box;
    -webkit-transform-origin: center;
    will-change: transform;
}
.logobox rect.boxblack {
    -webkit-animation: glow-pulse-filter 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: glow-pulse-filter 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: filter;
    width: 115px;
    height: 56px;
}
@-webkit-keyframes pin-glow-pulse {
    0%, 100% {
        -webkit-filter: drop-shadow(0 0 2px #ff0000) drop-shadow(0 0 8px #ff7700);
        filter: drop-shadow(0 0 2px #ff0000) drop-shadow(0 0 8px #ff7700);
    }
    50% {
        -webkit-filter: drop-shadow(0 0 2px #ff0000);
        filter: drop-shadow(0 0 2px #ff0000);
    }
}
@keyframes pin-glow-pulse {
    0%, 100% {
          -webkit-filter: drop-shadow(0 0 2px #ff0000) drop-shadow(0 0 8px #ff7700);
        filter: drop-shadow(0 0 2px #ff0000) drop-shadow(0 0 8px #ff7700);
    }
    50% {
        -webkit-filter: drop-shadow(0 0 2px #ff0000);
        filter: drop-shadow(0 0 2px #ff0000);
    }
}
@-webkit-keyframes glow-pulse-scale {
    0%, 100% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}
@keyframes glow-pulse-scale {
    0%, 100% {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}
@-webkit-keyframes glow-pulse-filter {
    0%, 100% {
          -webkit-filter: drop-shadow(0 0 0px #ff0000);
        filter: drop-shadow(0 0 0px #ff0000);
    }
    50% {
        -webkit-filter: drop-shadow(0 0 0px #ff0000);
        filter: drop-shadow(0 0 0px #ff0000);
    }
}
@keyframes glow-pulse-filter {
    0%, 100% {
         -webkit-filter: drop-shadow(0 0 0px #ff0000);
        filter: drop-shadow(0 0 0px #ff0000);
    }
    50% {
         -webkit-filter: drop-shadow(0 0 0px #ff0000);
        filter: drop-shadow(0 0 0px #ff0000);
    }
}
.pin_cont circle,
.glow-yellow {
    -webkit-animation: glow-yellow 1.8s ease-in-out infinite;
    animation: glow-yellow 1.8s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-box: fill-box;
    -webkit-transform-origin: center;
    will-change: transform;
}
@-webkit-keyframes glow-yellow {
    0%, 100% {
        fill: #ffffff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        fill: #ffffff;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@keyframes glow-yellow {
    0%, 100% {
        fill: #ffffff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        fill: #ffffff;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
.pin-putraheights {
    position: absolute;
    top: 75%;
    right: 58%;
}
.pin-sj7 {
    position: absolute;
top: 23%;
    right: 11%;

}
.pin-sjcc {
    position: absolute;
    top: -6%;
    left: 37%;

}

.future-section .headlines p {
  max-width: 69ch;
}

.future-section .headlines {
  /* width: 45%; */
}

/* Stories Section - Pure Vanilla CSS (No Bootstrap) */
.stories-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.stories-section::before {
  content: "";
  width: 30dvi;
  height: 34dvi;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/2b7f50dc-5dd5-4d29-7a9c-48c3f932d900/w=800);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.stories-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.stories-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.stories-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 48%;
}

/* .stories-media {
  max-width: 60%;
} */

.stories-decor-rings {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  pointer-events: none;
  z-index: 1;
}

.stories-quote .quote-text {
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.stories-quote .quote-mark {
  color: #d32b2b;
  font-size: 2.7dvi;
  line-height: 0;
  background: linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  top: 10px;
}

.stories-quote .quote-author {
     font-size: 0.78rem;
    font-style: italic;
    margin: 0px;
    text-align: center;
    max-width: 68%;
}

.btn-stories-outline {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #d32b2b;
  text-decoration: none;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(211, 43, 43, 0.08);
}

.stories-grid {
      display: flex;
    width: 100%;
    gap: 16px;
}

.stories-right-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stories-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stories-card {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.stories-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stories-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    transparent 80%
  );
  z-index: 1;
}

.stories-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  z-index: 2;
  color: #ffffff;
}

.stories-card-content h3 {
         font-size: 1.45vw;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.stories-card-content p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.card-live {
      height: 33dvi;
    width: 22dvi;
}

.card-eat,
.card-connect {
  height: 235px;
}

.card-play {
  height: 100%;
}

.gallery02 .heading p {
  max-width: 40ch;
}

/* Stories Modal Popup Styles */
.stories-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(35, 35, 35, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.stories-modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.stories-modal-container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 2.5rem 1.5rem;
  color: #ffffff;
}

.stories-modal-close {
  position: absolute;
  top: 0px;
  right: 10px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.stories-modal-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.stories-modal-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.5rem;
}

.stories-modal-left {
  flex: 0 0 240px;
}

.modal-cat-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}

.modal-cat-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  border-radius: 10px;
  margin-top: -16px;
}

.modal-cat-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
}

.stories-modal-slider-wrap {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 0;
}

.stories-modal-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 440px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stories-modal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories-modal-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    transparent 80%
  );
  z-index: 1;
}

.stories-modal-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
  color: #ffffff;
}

.stories-modal-card-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  max-width: 15ch;
}

.stories-modal-card-content h4::after {
  content: "";
  position: relative;
  display: block;
  width: 15.75rem;
  height: 0.9rem;
  background: linear-gradient(81deg, red, rgb(255, 152, 0));
  border-radius: 50px;
  margin-top: -0.8rem;
  z-index: -1;
}

.stories-modal-card-content p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  max-width: 43ch;
}

/* Modal Nav Arrows */
.stories-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 0;
  padding: 0;
}

.modal-arrow-prev {
  left: -9%;
}

.modal-arrow-next {
  right: -9%;
}

.stories-modal-arrow:hover {
  background: linear-gradient(90deg, #d32b2b, #f58025);
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* --- Desktop & Large Screens (Min-Width) --- */

@media (min-width: 992px) {
  .future-prev,
  .future-next {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .btn-stories-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(211, 43, 43, 0.2);
    color: #e34f23;
  }
  .stories-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  }
  .stories-card:hover img {
    transform: scale(1.06);
  }
  .future-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
    border-color: rgba(203, 18, 18, 0.8);
  }
  .future-card-v2:hover .future-card-v2-bg img {
    transform: scale(1.08);
  }
  .future-card-v2:hover .future-card-v2-cta {
    color: #ff9800;
  }
  .future-card-v2:hover .future-card-v2-cta .arrow {
    transform: translateX(6px);
  }
  .future-swiper {
    max-width: 90%;
    margin: 0 0;
}
}

@media screen and (min-width: 1600px) {
  .headlines h2 {
    font-size: 2.6rem;
  }
  .future-card-v2-title , .stories-card-content h3 {
  font-size: 1.5em;
  }
}

@media screen and (min-width: 1700px) {
  .cont_cust {
    max-width: 1440px;
    margin: auto;
    margin-bottom: -11%;
  }
  .gallery02 .slide-title {
    max-width: 1440px;
    margin: auto;
    right: 0;
  }
  .future-section {
    max-width: 1540px;
    margin: auto;
  }
  .stories-container {
    max-width: 1440px;
    margin: auto;
  }
  .future-card-v2 {
    height: 500px;
  }
}

/* --- Responsive & Mobile Screens (Max-Width) --- */

@media screen and (max-width: 1320px) {
  p {
    font-size: 0.8rem;
  }
  .gallery02 .headlines p {
    max-width: 48ch;
  }
}

@media screen and (max-width: 1024px) {
  .headlines h2 {
    font-size: 2rem;
  }
  p {
    font-size: 0.7rem;
  }
  .content-a {
    width: 100%;
  }
  .content-b {
    width: 100%;
  }
  .content-b {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  
  .pin_cont img  {
    width: 27dvi;
    height: 14dvi;
  }
  .pin_cont svg, .pin_cont svg g {
    width: 32dvi;
    height: 17dvi;
  }
  .pin-sjcc {
    top: -5%;
  }
  .gallery02 .thumb-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    max-width: 88%;
    margin: 0 0;
  }
  .gallery02 .thumb-wrapper::-webkit-scrollbar {
    display: none;
  }
  .gallery02 .thumb-media-cont {
    flex: 0 0 calc((100% - 24px) / 3);
    min-width: calc((100% - 24px) / 3);
    scroll-snap-align: start;
  }
  .gallery02 .thumb-media {
    width: 100%;
    height: 26dvi;
  }
  .gallery02 .slide-media {
    width: 100%;
    height: 92dvi;
  }
  .headlines h2 {
    font-size: 7vw;
  }
  .headlines p {
    font-size: 3.4vw;
  }
  .headlines {
    margin-bottom: 1.8rem;
  }
  .future-section .headlines {
    width: 100%;
  }
  .stories-wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
  .stories-section .headlines {
        margin-bottom: 0;
    }
  .stories-content,
  .stories-media {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    gap: 1rem;
  }
  .stories-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .card-live {
    height: 110dvi;
    min-height: auto;
            width: 100%;
  }
  .stories-card.card-live img {
    object-position: 100% 35%;
  }
  .stories-decor-rings {
    opacity: 0.3;
    right: -160px;
  }
  .stories-card-content .future-card-v2-cta {
    margin-top: 1rem;
  }
  .stories-modal-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .stories-modal-left {
    flex: 0 0 100%;
    width: 100%;
  }
  .modal-cat-title {
    font-size: 2.5rem;
  }
  .stories-modal-card {
    height: 360px;
  }
  .modal-arrow-prev {
    left: 0;
  }
  .modal-arrow-next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .stories-quote .quote-author {
    font-size: 2.9vw;
  }
  p {
    font-size: 3.4vw;
  }
  .stories-quote .quote-mark {
    font-size: 7vw;
  }
  .thumb-media-cont p {
    font-size: 3vw;
  }
  figcaption h3 {
    font-size: 7vw;
  }
  figcaption h3::after {
    margin-top: -4dvi;
    width: 17.3dvi;
    height: 2dvi;
  }
  .gallery02 .slide-title {
    max-width: 100%;
  }
  .slide_intro {
    max-width: 34ch;
  }
      .stories-wrapper {
        gap: 1rem;
    }
}

@media screen and (max-width: 599px) {
  .content-b {
          width: 89vw;
        height: auto;
        margin: auto;
        display: block;
          margin-top: 10%;
  }
      .pin_cont svg, .pin_cont svg g {
        width: 32dvi;
        height: 22dvi;
    }
    .pin-sj7 {
    top: 24%;
        right: 11%;
}
.pin-putraheights {
    top: 76%;

}
  .stories-modal-arrow {
    font-size: 10vw;
  }
  .thumb-media-cont p {
    font-size: 3vw;
  }
  figcaption p {
           font-size: 3.4vw;
        line-height: 1.3;

  }
  figcaption p span {
           font-size: 3.2vw;
        line-height: 1.3;

  }
  figcaption h3 {
    font-size: 8dvi;
  }
  figcaption h3::after {
    width: 19.3dvi;
    height: 2.4dvi;
    margin-top: -4dvi;
  }
  .thumb-media-cont .indicator {
    width: 9vw;
    height: 2.4vw;
  }
  .gallery02 .thumb-media {
    border-radius: 10px;
  }
  .gallery02 .thumb-container {
    position: relative;
  }
  .gallery02 .swiper-button-prev {
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
  }
  .gallery02 .swiper-button-next {
    right: 7dvi;
    left: auto;
    bottom: auto;
    top: 67%;
  }
  .gallery02 .swiper-button-prev,
  .gallery02 .swiper-button-next {
    position: absolute;
    width: 8dvi;
    height: 8dvi;
    z-index: 50;
    margin: 0;
  }
  .gallery02 .swiper-button-prev::before,
  .gallery02 .swiper-button-next::before,
  .gallery02 .swiper-button-prev::after,
  .gallery02 .swiper-button-next::after {
    display: none !important;
  }
  .gallery02 .swiper-button-prev,
  .gallery02 .swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .gallery02 .swiper-button-prev {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/99bbcfd1-1aa4-4b48-3dc1-cae2530afd00/w=800");
    display: none;
  }
  .gallery02 .swiper-button-next {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/99bbcfd1-1aa4-4b48-3dc1-cae2530afd00/w=800");
  }
  .future-controls .swiper-button-prev,
  .future-controls .swiper-button-next {
    width: 32px;
    height: 32px;
    z-index: 50;
    margin: 0 !important;
    transform: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .future-controls .swiper-button-prev::before,
  .future-controls .swiper-button-next::before,
  .future-controls .swiper-button-prev::after,
  .future-controls .swiper-button-next::after {
    display: none !important;
  }
  .future-controls .swiper-button-prev {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/99bbcfd1-1aa4-4b48-3dc1-cae2530afd00/w=800");
    transform: rotate(180deg) !important;
    top: 44%;
    left: 3%;
    position: absolute;
  }
  .future-controls .swiper-button-next {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/99bbcfd1-1aa4-4b48-3dc1-cae2530afd00/w=800");
    position: absolute;
    top: 44%;
    right: 3%;
  }
  .gallery02 .slide-title {
    max-width: 100%;
  }
  .figcaption p {
    max-width: 33ch;
  }
   figcaption h3 span {
   font-size: 3vw;
    max-width: 100%;
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: 6px;
    left: 26%;
    line-height: 1.1;
}
  .future-card-v2-title {
    font-size: 5.4vw;
  }
  .stories-desc {
    font-size: 3.5vw;
  }
  .stories-quote .quote-text {
    font-size: 3.5vw;
  }
  .stories-quote .quote-author {
    font-size: 2.9vw;
    text-align: left;
  }
  .future-card-v2 {
    height: 57ch;
    padding: 1.5rem;
    box-sizing: unset;
  }
  .future-card-v2-desc {
    font-size: 3.3vw;
  }
  .cta_basic,
  .btn-stories-outline {
    font-size: 3.2vw;
  }
  .modal-cat-title {
    font-size: 8vw;
  }
  .modal-cat-title::after {
    height: 15px;
    border-radius: 10px;
    margin-top: -11px;
  }
  .stories-modal-card-content h4 {
    font-size: 4.8vw;
  }
  .modal-cat-sub {
    font-size: 3.3vw;
  }
  .stories-modal-card-content p {
    font-size: 2.7vw;
    max-width: 100%;
  }
  .stories-section::before {
    width: 42dvi;
    height: 91dvi;
    right: 0;
    top: 40%;
  }
  .future-card-v2-cta {
    font-size: 2.8vw;
  }
 .kvtop {
        width: 20dvi;
        height: 20dvi;
    }

}

@media screen and (max-width: 576px) {
  .stories-top-row {
    grid-template-columns: 1fr;
  }
  .card-eat,
  .card-connect,
  .card-play {
    height: 170px;
  }
  .stories-card-content h3 {
    font-size: 5.4vw;
  }
  .stories-card-content p {
    font-size: 3.3vw;
  }
  .stories-card-content {
    padding: 2rem;
  }
}

/* ===================================================================
   Register Your Interest  (#register)
   Ported from The Greatest Deals 2026, background changed to white.
   =================================================================== */
#register.reg-sec {
  background: #ffffff;              /* white (source was navy #111f6a) */
  position: relative;
  overflow: hidden;
}

/* Screen-reader-only labels (utility wasn't present in project CSS) */
#register .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Heading — gradient text, matching .headlines h2 span[data-style="gradient"] */
#register h2.custom-shadow {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 2.5dvi;
  text-align: center;
  margin: 0 0 1.5rem;
  text-shadow: none;               /* shadow would muddy the gradient fill */
  background: linear-gradient(115deg, #d32b2b 0%, #e34f23 50%, #f58025 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

#frmLeadGen {
  max-width: 36rem;
  margin: auto;
}

/* Shared field look */
#frmLeadGen input,
#frmLeadGen select.fmdropdown {
  font-weight: 400;
  padding: 8px 15px;
  color: #000;
  font-size: 1rem;
}

#frmLeadGen input {
  display: block;
  width: 100%;
  margin: 0 auto 0.7rem;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  line-height: 1.5rem;
  text-align: left;
}

#frmLeadGen ::placeholder {
  color: #000;
  opacity: 1;
}

/* Email + Mobile share the flex row; keep them equal width */
#frmLeadGen .d-flex.flex-md-row > input { margin-bottom: 0.7rem; }

/* Dropdowns — appearance:none stripped the native arrow, so add a caret */
#frmLeadGen select.fmdropdown {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0 auto 0.7rem;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111f6a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  padding-right: 40px;
  text-align: left;
  cursor: pointer;
}
#frmLeadGen select.fmdropdown:invalid { color: #000; }

/* Consent checkbox + label */
#register .cjbc { margin: auto; }
#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
  margin-bottom: 0;
  box-shadow: none;
}
#register label.checkbox {
  width: 100%;
  display: inline-block;
  color: #333;                     /* dark (source was white) */
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
#register label.checkbox a { color: #111f6a; text-decoration: underline; }

/* Submit button — styled to match the site's .cta_basic pill button */
#register .sub-button {
  border: 0;
  display: block;
  width: fit-content;
  margin: 1rem auto auto;
  padding: 10px 28px;
  border-radius: 50px;
  background: linear-gradient(90deg, #d71921, #f48120);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: filter .15s ease, transform .15s ease;
}
#register .sub-button:hover { filter: brightness(1.08); }
#register .sub-button:active { transform: translateY(1px); }
#register .sub-button .text { color: #fff; }

/* Mobile — match .cta_basic responsive sizing */
@media screen and (max-width: 599px) {
  #register .sub-button { font-size: 3.2vw; }
}

@media screen and (min-width: 1600px) {
  #register h2.custom-shadow {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1024px) {
  #register h2.custom-shadow {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  #register h2.custom-shadow {
    font-size: 7vw;
  }
}