/* ------
 * Author : KNS Information Technologies (adturk)
 * ForumOne. Copyright 2026. All Rights Reserved.
 * ------ */

* {
  box-sizing: border-box;
}
:root {
  --vh: 1vh;
}
html {
  font-family: "Urbanist", sans-serif;
  background: #faf8f6;
  height: 100%;
}
body {
  margin: 0;
  padding: 0 !important;
  font-family: "Urbanist", sans-serif;
  background: #faf8f6;
  color: #838383;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
}
.hero-container {
  padding: 0;
  position: relative;
}
/* HEADER */
@media (max-width: 767px) {
  .site-header {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    color: #fff;
  }
}
.logo {
  font-weight: 700;
  letter-spacing: 2px;
}
.search-bar input {
  background: #fff;
  border: solid 1px #dcdcdc;

  padding: 10px 18px 10px 45px;
  border-radius: 30px;
}
.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  color: inherit;
}
.main-nav a {
  text-decoration: none;
  color: #111;
  font-size: 16px;
}
/* HERO */
.hero,
.carousel-item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero,
  .carousel-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-container {
    max-width: 100%;
  }
  .hero,
  .carousel-item {
    height: calc(var(--vh) * 100);
  }
  .carousel-item {
    border-radius: 0px !important;
  }

  .scroll-downs {
    display: block !important;
  }
}

@media (min-width: 576px) {
  header .container {
    /*max-width: 100% !important;*/
  }
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}
.hero-content h1 {
  font-weight: 300;
  font-size: clamp(46px, 4vw, 46px);
}
.hero-content strong {
  font-weight: 700;
}
.hero-content p {
  display: flex;
  align-items: center;
  gap: 10px;
  img {
    width: 20px;
    object-fit: contain;
  }
}

.hero-slider-title {
  width: 70%;
}
@media (max-width: 767px) {
  .hero-slider-title {
    width: 100%;
  }
}
.hero-slider-title p {
  font-size: 60px;
  display: unset;
  gap: unset;

  strong {
    font-family: "Urbanist", sans-serif;
  }
}
/* MOBILE MENU */
.mobile-menu {
  background: #fff;
}
.offcanvas-header {
  padding: 24px;
  border-bottom: 1px solid #eee;
}
.offcanvas-body {
  padding: 24px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.mobile-nav a {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}
.mobile-search {
  padding: 12px 16px;
  border-radius: 30px;
  border: none;
  background: #f4f4f4;
}
/* STORES */
.stores-section {
  padding: 30px 0;
}
.btn-all {
  background:
    radial-gradient(
      110.23% 82.81% at 50% 17.19%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(
      172.39% 156.26% at 105.11% -15.62%,
      #0ca9fb 19.66%,
      rgba(19, 190, 229, 0.06) 71.06%
    ),
    radial-gradient(
      80.05% 120.93% at 10.17% -10.66%,
      #f3cc3c 0%,
      rgba(243, 204, 60, 0.18) 100%
    ),
    #eef9ff;
  box-shadow: 0 0 12.5px 0 rgba(255, 255, 255, 0.8) inset;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .stores-row > div {
    display: flex;
  }
  .stores-row a {
    height: 100%;
    align-items: stretch;
  }
  .store-card {
    height: 100%;
    min-height: 100%;
    justify-content: flex-start;
  }
}
.stores-row a {
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.store-card {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.store-card img {
  height: 75px;
  margin-bottom: 12px;
  border: solid 1px #fafafa;
}

.store-card h6 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 8px;
}
.store-card span {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #8e8e8e;
}

/* Slick mobile */
@media (max-width: 767px) {
  .stores-row {
    display: block;
  }
  .stores-row.slick-initialized .slick-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .stores-row.slick-initialized .slick-slide a {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: stretch;
  }
  .stores-row.slick-initialized .store-card {
    flex: 1;
    margin: 0 10px;
  }
  .stores-row:not(.slick-initialized) > div {
    width: 100%;
  }
  .stores-row:not(.slick-initialized) .store-card {
    margin: 0 10px;
  }
} /* Slick Dots */
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0 6px;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background: #111;
}
@media (max-width: 767px) {
  .stores-row {
    margin-bottom: 30px;
  }
}

.app-discover-section {
  margin: 30px 0;
}

.app-discover-card {
  position: relative;
  height: 360px;
  border-radius: 28px;
  overflow: hidden;
}

.app-discover-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-discover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.app-discover-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 24px;
}

.app-discover-content h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  margin-bottom: 8px;
}

.app-discover-content p {
  font-size: 16px;
  opacity: 0.9;
}

.app-discover-buttons {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.app-discover-buttons img {
  height: 48px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .app-discover-card {
    height: 300px;
    border-radius: 22px;
  }

  .app-discover-content h2 {
    font-size: 24px;
  }
}

/*  ENTERTAINMENT */
.entertainment-section {
  padding: 30px 0;
  background: #faf9f7;
}

.entertainment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.btn-gradient {
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background: linear-gradient(135deg, #e7f0c3, #4fd1ff);
}

.entertainment-card {
  display: flex;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 260px;
}

.entertainment-image {
  width: 45%;
  flex-shrink: 0;
}

.entertainment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment-content {
  width: 55%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.entertainment-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #111;
  text-align: center;
}

.entertainment-content span {
  font-size: 16px;
  color: #888;
  margin-bottom: 5px;
}

.entertainment-content p {
  font-size: 16px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 991px) {
  .entertainment-card {
    flex-direction: column;
    height: auto;
  }

  .entertainment-image,
  .entertainment-content {
    width: 100%;
  }

  .entertainment-image {
    height: 230px;
  }

  .entertainment-content {
    padding: 24px;
    text-align: center;
  }

  .entertainment-content p {
    justify-content: center;
  }
}

/*  EXPERIENCE */
.experience-section {
  padding: 30px 0;
  background: #faf9f7;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.experience-card {
  position: relative;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
}

.experience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.experience-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.experience-overlay.dark {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

/* CONTENT */
.experience-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 48px;
  max-width: 580px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  color: #fff;
}

.experience-eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0.75;
  margin-bottom: 12px;
}

.experience-content h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}

.experience-content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 28px;
}

/* BUTTON */
.experience-btn {
  align-self: flex-start;
  padding: 12px 28px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 991px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    height: 380px;
  }

  .experience-content {
    padding: 32px;
  }

  .experience-content h3 {
    font-size: 28px;
  }
}

/* EVENTS */
.events3-section {
  padding: 30px 0;
  background: #faf9f7;
}

.events3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.events3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, #e7f0c3, #4fd1ff);
}

.events3-slider-wrap {
  position: relative;
  padding: 0 56px;
}

.events3-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.events3-arrow:hover:not(.slick-disabled),
.events3-arrow:focus-visible {
  background: #111;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.events3-arrow.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.events3-arrow--prev {
  left: 0;
}
.events3-arrow--next {
  right: 0;
}
.events3-arrow svg {
  flex-shrink: 0;
}
.events3-arrow.slick-prev::before,
.events3-arrow.slick-next::before {
  display: none;
}

.events3-slider {
}

.events3-slider .slick-list {
  margin: 0 -15px;
}

.events3-slider .slick-slide {
  height: auto;
}

.events3-slider .slick-slide > div {
  height: 100%;
}

.events3-card {
  margin: 0 15px;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.events3-media {
  height: 255px;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.events3-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.events3-body {
  padding: 22px 24px 24px;
}
.events3-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.events3-cal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.events3-cal svg {
  width: 18px;
  height: 18px;
  display: block;
}
.events3-date--blue {
  color: #0ca9fb;
}

.events3-date--yellow {
  color: #f4b400;
}

.events3-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #111;
}
.events3-desc {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
}
.events3-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
}

.events3-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.events3-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cfcfcf;
  border: none;
  padding: 0;
  text-indent: -9999px;
}
.events3-slider .slick-dots .slick-active button {
  background: #111;
}

@media (max-width: 991px) {
  .events3-header h2 {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .events3-media {
    height: 235px;
  }
  .events3-slider-wrap {
    padding: 0 48px;
  }
  .events3-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 575px) {
  .events3-header {
    gap: 14px;
  }
  .events3-header h2 {
    font-size: 34px;
  }
  .events3-slider-wrap {
    padding: 0 40px;
  }
  .events3-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

.info2-section {
  padding: 30px 0;
  background: #faf9f7;
}

.info2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.info2-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 520px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.info2-card--transport {
  color: #fff;
}

.info2-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info2-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.info2-content {
  position: relative;
  z-index: 2;
  padding: 44px;
}

.info2-content--transport {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.info2-eyebrow {
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.75;
}

.info2-title {
  margin: 14px 0 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

.info2-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  opacity: 0.92;
  max-width: 520px;
}

.info2-btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.info2-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.info2-card--hours {
  background: #fff;
}

.info2-content--hours {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 44px;
}

.info2-eyebrow--dark {
  color: #6f6f6f;
  opacity: 1;
}

.info2-title--dark {
  color: #111;
}

.info2-hours {
  margin-top: auto;
  padding-bottom: 8px;
}

.info2-hours-label {
  font-size: 30px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

.info2-hours-time {
  font-size: 36px;
  font-weight: 500;
  color: #0ca9fb;
}

.info2-rings {
  position: absolute;
  right: 0;
  top: 90px;
  height: 720px;
}

@media (max-width: 991px) {
  .info2-grid {
    grid-template-columns: 1fr;
  }
  .info2-card {
    min-height: 460px;
  }
  .info2-title {
    font-size: 36px;
  }
  .info2-text {
    font-size: 18px;
  }
  .info2-hours-label {
    font-size: 28px;
  }
  .info2-hours-time {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .info2-content {
    padding: 28px;
  }
  .info2-rings {
    right: -240px;
    top: 60px;
    width: 640px;
    height: 640px;
  }
}

.gallery1-section {
  padding: 30px 0;
  background: #faf9f7;
}

.gallery1-header {
  text-align: center;
  margin-bottom: 36px;
}

.gallery1-header h2 {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 800;
  color: #111;
}

.gallery1-header p {
  margin: 0;
  font-size: 20px;
  color: #111;
}

.gallery1-slider .slick-list {
  margin: 0 -15px;
}
.gallery1-slider .slick-slide {
  padding: 0 15px;
}

.gallery1-item {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.gallery1-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

@media (min-width: 992px) {
  .gallery1-item img {
    height: 185px;
  }
}

.gallery1-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.gallery1-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cfcfcf;
  border: none;
  padding: 0;
  text-indent: -9999px;
}
.gallery1-slider .slick-dots .slick-active button {
  background: #111;
}

.gallery1-modal .modal-dialog {
  padding: 18px;
}

.gallery1-modal-content {
  border-radius: 18px;
  overflow: hidden;
  background: #0b0b0b;
  border: none;
  position: relative;
}

.gallery1-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.gallery1-modal-body {
  width: 100%;
  height: min(78vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.gallery1-modal-body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Homepage popup modal */
.homepage-popup-modal .modal-content {
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
}

.homepage-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  cursor: pointer;
}

.homepage-popup-close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.homepage-popup-link {
  display: block;
  line-height: 0;
}

.footer {
  background: #faf9f7;
  padding: 30px 0 36px;
  color: #111;
}

.footer-topline,
.footer-midline {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.footer-topline {
  margin-bottom: 40px;
}
.footer-midline {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr 0.95fr 0.9fr;
  gap: 42px;
  align-items: start;
}

.footer-brand {
  position: relative;
  min-height: 210px;
}

.footer-mark {
  position: relative;
  z-index: 2;
}

.footer-logo {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #7b8794;
  line-height: 1;
}

.footer-o {
  color: #1a73e8;
  font-weight: 500;
}

.footer-tag {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #7b8794;
}

.footer-ring {
  position: absolute;
  left: -90px;
  top: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0) 63%,
      rgba(0, 0, 0, 0.04) 64%,
      rgba(0, 0, 0, 0) 65%
    ),
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0) 82%,
      rgba(0, 0, 0, 0.03) 83%,
      rgba(0, 0, 0, 0) 84%
    );
  opacity: 0.6;
}

.footer-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.footer-link {
  display: block;
  text-decoration: none;
  color: #6f6f6f;
  font-size: 16px;
  margin: 12px 0;
}

/* social */
.footer-icons {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon svg {
  width: 26px;
  height: 26px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-copy {
  font-size: 12px;
  letter-spacing: 0.8px;
}

.footer-dev {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #2b2b2b;
}

.footer-dots {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 4px;
}

.footer-dots i {
  width: 4px;
  height: 4px;
  background: #2b2b2b;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}

@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.carousel-item {
  border-radius: 12px;
}

.page-hero {
  background: #faf9f7;
}

.page-hero-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 325px;
  background: #111;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.46) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.08) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 54px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
}

.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
}

.page-hero-bc-link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.page-hero-bc-current {
  color: rgba(255, 255, 255, 0.78);
}
.page-hero-bc-sep {
  color: rgba(255, 255, 255, 0.45);
}

.page-hero-title {
  margin: 0 0 18px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.02;
  color: #fff;
}

.page-hero-subtitle {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 740px;
}

@media (max-width: 991px) {
  .page-hero-card {
    height: 320px;
  }
  .page-hero-content {
    padding: 44px 40px;
    max-width: 680px;
  }
  .page-hero-title {
    font-size: 56px;
  }
  .page-hero-subtitle {
    font-size: 20px;
  }
  .page-hero-breadcrumb {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .page-hero {
    padding: 26px 0 14px;
  }
  .page-hero-card {
    height: 280px;
    border-width: 2px;
  }
  .page-hero-content {
    padding: 28px 22px;
    max-width: 100%;
  }
  .page-hero-title {
    font-size: 42px;
  }
  .page-hero-subtitle {
    font-size: 17px;
  }
  .page-hero-breadcrumb {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.filterbar {
  padding: 30px 0 0 0;
  background: #faf9f7;
  position: relative;
  z-index: 9;
}

.filterbar-card {
  background: rgba(255, 255, 255, 0.55);
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  backdrop-filter: blur(6px);
}

.filterbar-search {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 260px;
  position: relative;
}

.filterbar-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  opacity: 0.85;
}

.filterbar-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.filterbar-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: #111;
}

.filterbar-input::placeholder {
  color: rgba(17, 17, 17, 0.55);
}

.filterbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filterbar-dd {
  border: none !important;
  background: transparent !important;
  padding: 10px 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #111;
}

.filterbar-dd.dropdown-toggle::after {
  margin-left: 10px;
  transform: translateY(1px);
}

.filterbar-dd-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filterbar-dd-ico svg {
  width: 18px;
  height: 18px;
  display: block;
  color: #111;
}

.filterbar-dd-text {
  font-size: 14px;
}

.filterbar-menu {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  min-width: 220px;
}

.filterbar-menu .dropdown-item {
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .filterbar-card {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .filterbar-actions {
    justify-content: flex-end;
  }

  .filterbar-input {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .filterbar-actions {
    justify-content: space-between;
    gap: 10px;
  }

  .filterbar-dd {
    padding: 10px 10px;
  }

  .filterbar-dd-text {
    font-size: 14px;
  }

  .filterbar-dd-ico {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }
}

.storecards {
  padding: 30px 0;
  background: #faf9f7;
}

.storecards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .storecards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .storecards-grid {
    grid-template-columns: 1fr;
  }
}

.storecard {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 250px;
  padding: 20px;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.storecard-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  position: relative;
  z-index: 2;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.storecard:hover .storecard-content {
  justify-content: start !important;
  transform: translateY(-10px);
}
.storecard:hover .storecard-phone-ico img {
  filter: brightness(0) invert(1);
}

.storecard-logo {
  height: 75px;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 10px;
  transition:
    background 0.22s ease,
    padding 0.22s ease;
}

.storecard-logo img {
  max-width: 76px;
  max-height: 63px;
  display: block;
  object-fit: contain;
  transition: filter 0.22s ease;
}

/* typography */
.storecard-title {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #111;
  transition: color 0.22s ease;
}

.storecard-floor {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #888;
  transition: color 0.22s ease;
}
.floorplan-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  max-height: 600px;
  margin: auto;
}

.storecard-phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #888;
  transition: color 0.22s ease;
}

.storecard-phone-ico {
  display: grid;
  place-items: center;
}

.storecard-phone svg {
  width: 22px;
  height: 22px;
  color: currentColor;
}

.storecard-cta {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 9;

  display: inline-flex;
  align-items: center;
  gap: 2px;

  padding: 8px 10px;
  border-radius: 8px;
  background:
    radial-gradient(
      110.23% 82.81% at 50% 17.19%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(
      172.39% 156.26% at 105.11% -15.62%,
      #0ca9fb 19.66%,
      rgba(19, 190, 229, 0.06) 71.06%
    ),
    radial-gradient(
      80.05% 120.93% at 10.17% -10.66%,
      #f3cc3c 0%,
      rgba(243, 204, 60, 0.18) 100%
    ),
    #eef9ff;
  box-shadow: 0 0 12.5px 0 rgba(255, 255, 255, 0.8) inset;
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.storecard-cta-ico {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

.storecard-cta-ico svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}

@media (hover: hover) {
  .storecard:hover {
    background: #0a0a0a;
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(1px);
  }

  .storecard:hover .storecard-title,
  .storecard:hover .storecard-floor,
  .storecard:hover .storecard-phone {
    color: rgba(255, 255, 255, 0.92);
  }

  .storecard:hover .storecard-logo {
    background: #fff;
  }

  .storecard:hover .storecard-logo img {
    filter: none;
  }

  .storecard:hover .storecard-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 991px) {
  .storecard {
    height: 270px;
  }
  .storecard-title {
    font-size: 42px;
  }
  .storecard-cta {
    display: none !important;
  }
}

.eventslist {
  padding: 28px 0 60px;
}

.eventslist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.eventslist-title {
  margin: 0;
  font-weight: 300;
  letter-spacing: 2px;
  color: #111;
  font-size: clamp(34px, 4vw, 56px);
}

.eventslist-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  background: linear-gradient(90deg, #f7e9a0, #a7e1f5);
}

.eventslist-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.eventcard {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.eventcard-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.eventcard-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eventcard-body {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eventcard-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
}

.eventcard-date-ico svg {
  width: 20px;
  height: 20px;
}

.eventcard-date.is-blue {
  color: #0ca9fb;
}
.eventcard-date.is-blue .eventcard-date-ico {
  color: #0ca9fb;
  display: flex;
}

.eventcard-date.is-yellow {
  color: #f1b500;
}
.eventcard-date.is-yellow .eventcard-date-ico {
  color: #f1b500;
  display: flex;
}

.eventcard-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #111;
}

.eventcard-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #888;
  max-width: 95%;
}

.eventcard-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #111;
}

.eventcard-link-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}

.eventcard-link-ico svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .eventslist-track {
    display: block;
  }

  .eventslist-track .slick-slide {
    padding: 0 15px;
  }
  .eventslist-track .slick-list {
    margin: 0 -15px;
  }

  .eventslist-track .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .eventslist-track .slick-dots li {
    margin: 0 6px;
  }

  .eventslist-track .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfcfcf;
    border: none;
    padding: 0;
    text-indent: -9999px;
  }

  .eventslist-track .slick-dots .slick-active button {
    background: #111;
  }

  .eventcard-title {
    font-size: 24px;
  }
  .eventcard-desc {
    font-size: 16px;
  }
}

.eventmeta {
  padding: 30px 0;
}

.eventmeta-bar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 3px solid #fff;
  border-radius: 12px;

  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.eventmeta-items {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.eventmeta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.eventmeta-ico {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111;
  opacity: 0.95;
}

.eventmeta-ico svg {
  width: 26px;
  height: 26px;
}

.eventmeta-text {
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.eventmeta-label {
  font-weight: 800;
  color: #111;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.eventmeta-value {
  font-weight: 500;
  color: rgba(17, 17, 17, 0.78);
  font-size: 18px;
}

.eventmeta-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  gap: 2px;
  padding: 12px 20px;
  border-radius: 8px;
  background:
    radial-gradient(
      110.23% 82.81% at 50% 17.19%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(
      172.39% 156.26% at 105.11% -15.62%,
      #0ca9fb 19.66%,
      rgba(19, 190, 229, 0.06) 71.06%
    ),
    radial-gradient(
      80.05% 120.93% at 10.17% -10.66%,
      #f3cc3c 0%,
      rgba(243, 204, 60, 0.18) 100%
    ),
    #eef9ff;
  box-shadow: 0 0 12.5px 0 rgba(255, 255, 255, 0.8) inset;
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.eventmeta-cta-ico {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.eventmeta-cta-ico svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .eventmeta-bar {
    padding: 18px 16px;
    gap: 14px;
  }

  .eventmeta-items {
    gap: 20px;
  }

  .eventmeta-item {
    min-width: auto;
  }

  .eventmeta-label {
    font-size: 22px;
  }
  .eventmeta-value {
    font-size: 18px;
  }

  .eventmeta-ico svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575px) {
  .eventmeta-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .eventmeta-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }

  .eventmeta-item {
    width: 100%;
  }

  .eventmeta-text {
    flex-wrap: wrap;
    white-space: normal;
  }

  .eventmeta-cta {
    width: 100%;
  }
}

.eventdetail {
  padding: 0 0 30px;
}

.eventdetail-title {
  margin: 0 0 18px;
  font-weight: 700;
  color: #111;
  font-size: clamp(30px, 3.2vw, 32px);
}

.eventdetail-text {
  width: 100%;
  color: rgba(17, 17, 17, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.eventdetail-text p {
  margin: 0 0 18px;
}

.eventgallery-title {
  margin: 56px 0 22px;
  font-weight: 700;
  color: #111;
  font-size: clamp(28px, 3vw, 32px);
}

.eventgallery-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
}

.eventgallery-item {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.eventgallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

@media (hover: hover) {
  .eventgallery-item img {
    transition: transform 0.35s ease;
  }
  .eventgallery-item:hover img {
    transform: scale(1.03);
  }
}

@media (max-width: 767px) {
  .eventgallery-track {
    display: block;
  }

  .eventgallery-track .slick-slide {
    padding: 0 12px;
  }
  .eventgallery-track .slick-list {
    margin: 0 -12px;
  }

  .eventgallery-item img {
    height: 200px;
  }

  .eventgallery-track .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }
  .eventgallery-track .slick-dots li {
    margin: 0 6px;
  }
  .eventgallery-track .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfcfcf;
    border: none;
    padding: 0;
    text-indent: -9999px;
  }
  .eventgallery-track .slick-dots .slick-active button {
    background: #111;
  }
}

.eventgallery-modal .modal-dialog {
  padding: 10px;
}

.eventgallery-modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}

.eventgallery-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;

  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.eventgallery-modal-body {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.eventgallery-modal-body img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
}

/* ── Floor Plan Search Results ── */
.floorplan-search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 6px;
  margin-top: 6px;
  max-height: 280px;
  overflow-y: auto;
  list-style: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.floorplan-search-results li {
  list-style: none;
}

.floorplan-search-item {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  transition: background 0.15s ease;
  cursor: pointer;
}

.floorplan-search-item:hover {
  background: #f0f0f0;
  color: #111;
}

.floorplan-search-empty {
  padding: 12px 14px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.floorplan {
  padding: 20px 0 60px;
}

.floorplan-shell {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.floorplan-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.floorplan-tabs {
  gap: 14px;
  align-items: center;
}

.floorplan-tab {
  border: 0 !important;
  border-radius: 999px !important;
  height: 44px;
  padding: 0 24px;
  background: #0b0b0b !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.12s ease,
    background-color 0.2s ease;
}

.floorplan-tab:active {
  transform: scale(0.98);
}

.floorplan-tab.active,
.floorplan-tab[aria-selected="true"] {
  background: #1ea7ff !important;
  color: #fff !important;
}

.floorplan-select {
  display: none;
  width: 100%;
}

.floorplan-select-input {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;

  background: #0b0b0b;
  color: #fff;

  font-weight: 700;
  font-size: 15px;
  outline: none;
}

.floorplan-map {
  margin-top: 14px;
  background: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
}

.floorplan-content,
.floorplan-content .tab-pane {
  width: 100%;
}

.floorplan-img {
  width: 100%;
  height: 540px;
  display: block;
  object-fit: cover;
}

@media (max-width: 991px) {
  .floorplan-img {
    height: 440px;
  }
  .floorplan-tab {
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .floorplan-shell {
    padding: 14px;
    border-width: 5px;
    border-radius: 18px;
  }

  .floorplan-tabs {
    display: none;
  }
  .floorplan-select {
    display: block;
  }

  .floorplan-map {
    margin-top: 12px;
  }
  .floorplan-img {
    height: 330px;
  }
}

.fi-social-app {
  padding: 30px 0;
}

.fi-social-app__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stretch;
}

.fi-social-app__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.fi-social-app__head {
  margin-bottom: 22px;
}

.fi-social-app__handle,
.fi-social-app__title {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
  color: #111;
}

.fi-social-app__at {
  color: #6fd3ff;
}

.fi-social-app__desc {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3b3b3b;
}

.fi-social-app__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.fi-social-app__tile {
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
  display: block;
}

.fi-social-app__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fi-social-app__app {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #eaeaea;
}

.fi-social-app__app-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fi-social-app__app-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.fi-social-app__badges {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 0 18px;
}

.fi-social-app__badge {
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
}

.fi-social-app__badge img {
  height: 54px;
  width: auto;
  display: block;
}

.fi-gallery-modal__dialog {
  padding: 0 10px;
}

.fi-gallery-modal__content {
  position: relative;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.fi-gallery-modal__img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  display: block;
}

.fi-gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  filter: invert(1);
  opacity: 0.95;
}

@media (max-width: 991px) {
  .fi-social-app__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fi-social-app__handle,
  .fi-social-app__title {
    font-size: 38px;
  }

  .fi-social-app__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .fi-social-app__app {
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .fi-social-app {
    padding: 40px 0 20px;
  }

  .fi-social-app__handle,
  .fi-social-app__title {
    font-size: 32px;
  }

  .fi-social-app__desc {
    font-size: 16px;
  }

  .fi-social-app__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .fi-social-app__tile {
    border-radius: 16px;
  }
  .fi-social-app__app {
    border-radius: 16px;
  }

  .fi-social-app__badge img {
    height: 56px;
  }
  .fi-social-app__badges {
    gap: 12px;
  }
}

.services-section {
  padding: 32px 0;
}

.service-card {
  display: grid;
  place-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 46px 22px;
  min-height: 280px;
  text-decoration: none;
  color: #111;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.service-card:focus-visible {
  outline: 3px solid rgba(0, 140, 255, 0.25);
  outline-offset: 4px;
}

.service-card__icon {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
}

.service-card__icon img {
  height: 100px;
  object-fit: contain;
  display: block;
}

.service-card__title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.services-grid {
  --bs-gutter-y: 24px;
  --bs-gutter-x: 24px;
}

@media (max-width: 575.98px) {
  .service-card {
    min-height: 240px;
    padding: 34px 18px;
    border-radius: 24px;
  }
  .service-card__icon {
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
  }
  .service-card__title {
    font-size: 24px;
  }
}

.service-modal .modal-backdrop {
  opacity: 0.6;
}

.service-modal__dialog {
  width: min(820px, 92vw);
  margin: 0 auto;
}

.service-modal__content {
  position: relative;
  border: 0;
  border-radius: 26px;
  background: #1b1b1b;
  color: #fff;
  padding: 74px 34px 58px;
  box-shadow: none;
}

.service-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;

  width: 54px;
  height: 54px;

  border: 0;
  background: transparent;
  color: #fff;

  display: grid;
  place-items: center;

  font-size: 46px;
  line-height: 1;
  opacity: 0.95;

  cursor: pointer;
}

.service-modal__close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: 4px;
  border-radius: 14px;
}

.service-modal__body {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.service-modal__icon {
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
}

.service-modal__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.service-modal__title {
  font-size: 44px;
  font-weight: 500;
  margin: 0;
}

.service-modal__desc {
  max-width: 640px;
  margin: 0;

  font-size: 22px;
  line-height: 1.7;

  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 575.98px) {
  .service-modal__content {
    padding: 56px 20px 40px;
    border-radius: 22px;
  }

  .service-modal__close {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
    font-size: 40px;
  }

  .service-modal__icon {
    width: 120px;
    height: 120px;
  }

  .service-modal__title {
    font-size: 34px;
  }

  .service-modal__desc {
    font-size: 18px;
  }
}

.cinema-now {
  padding: 30px;
}

.cinema-now__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.cinema-now__title {
  margin: 0 0 30px;
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  color: #111;
}

.cinema-now__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}
.movie {
  display: grid;
  grid-template-rows: 360px auto;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.movie__to-detail {
  display: block;
  text-decoration: none;
  color: inherit;
}

.movie__to-detail--text {
  min-height: 0;
}

.movie__poster {
  height: 360px;
  background: #f3f3f3;
}
.movie__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.movie__body {
  padding: 20px 22px 22px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  min-height: 0;
}

.movie__text {
  display: grid;
  gap: 8px;
  min-height: 0;
  overflow: hidden;
}

.movie__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie__actions {
  display: flex;
  align-items: flex-end;
}

.movie__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  box-sizing: border-box;

  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .movie {
    transition:
      transform 180ms ease,
      border-color 180ms ease;
  }
  .movie:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 1199.98px) {
  .cinema-now__title {
    font-size: 48px;
  }
  .cinema-now__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .movie {
    grid-template-rows: 340px auto;
  }
  .movie__poster {
    height: 340px;
  }
}

@media (max-width: 991.98px) {
  .cinema-now__container {
    padding: 0 18px;
  }
  .cinema-now__title {
    font-size: 44px;
  }
  .cinema-now__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .movie {
    grid-template-rows: 320px auto;
  }
  .movie__poster {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .cinema-now {
    padding: 18px 0 6px;
  }
  .cinema-now__container {
    padding: 0 16px;
  }
  .cinema-now__title {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .cinema-now__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .movie {
    border-radius: 18px;
    grid-template-rows: 280px auto;
  }
  .movie__poster {
    height: 280px;
  }

  .movie__body {
    padding: 16px 16px 18px;
    gap: 12px;
  }
  .movie__name {
    font-size: 18px;
  }
}

.movie-detail {
  margin-bottom: 30px;
}

.movie-detail .container {
  max-width: 1320px;
}

.movie-hero {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  outline: none;
}

.movie-hero__img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}

.movie-hero__shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    60% 90% at 50% 45%,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 65%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.play-glass {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.play-glass__icon {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.95);
  transform: translateX(2px);
}

@media (hover: hover) and (pointer: fine) {
  .movie-hero {
    transition: none !important;
  }

  .movie-hero:hover {
    transform: none !important;
  }

  .movie-hero:hover .play-glass {
    transform: translate(-50%, -50%) !important;
  }
}

.movie-head {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.movie-head__title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  line-height: 1.15;
}

.ticket-pill {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f0f0f;
  color: #fff;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 600;
}

.movie-desc {
  margin: 18px 0 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  line-height: 1.9;
}

.movie-meta {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.movie-meta__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: baseline;
}

.movie-meta__k {
  font-weight: 800;
  color: #111;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.movie-meta__v {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
}

.trailer-modal .modal-dialog {
  padding: 0 14px;
}

.trailer-modal__content {
  background: #0f0f0f;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  position: relative;
}

.trailer-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  filter: invert(1);
  opacity: 0.9;
}

.trailer-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.trailer-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .movie-hero__img {
    height: 280px;
  }
  .movie-head__title {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .movie-hero {
    border-radius: 18px;
  }
  .movie-hero__img {
    height: 220px;
  }

  .play-glass {
    width: 74px;
    height: 74px;
  }
  .play-glass__icon {
    width: 30px;
    height: 30px;
  }

  .movie-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .ticket-pill {
    align-self: flex-end;
  }

  .movie-head__title {
    font-size: 26px;
  }
  .movie-meta__row {
    grid-template-columns: 108px 1fr;
  }
}

.movie-hero {
  height: 500px;
}

.movie-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 768px) {
  .movie-hero {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.search-bar {
  position: relative;
}

.search-wrap {
  position: relative;
  width: min(500px, 54vw);
  left: -80px;
}

.search-ico {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-55%);
  color: #111;
  opacity: 0.75;
  pointer-events: none;
}

.search-input {
  width: 100%;
  height: 40px;
  padding: 0 18px 0 52px;
  border-radius: 999px;
  border: 1.5px solid rgba(20, 20, 20, 0.18);
  background: #fff;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  font-size: 18px;
}

.search-wrap.is-active .search-input,
.search-input:focus {
  border-color: #0ca9fb;
  box-shadow: 0 0 0 3px rgba(47, 134, 255, 0.12);
}

.search-results {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  padding: 22px 26px;
  display: none;
  z-index: 50;
}

.search-wrap.is-open .search-results {
  display: block;
}

.search-section + .search-section {
  margin-top: 22px;
}

.search-section-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0ca9fb;
  margin: 0 0 5px 0;
}

.search-section-divider {
  height: 1px;
  background: rgba(20, 20, 20, 0.08);
  border: 0;
  margin: 0 0 14px 0;
}

.search-item {
  display: block;
  padding: 10px 6px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  line-height: 1.25;
}

.search-item:hover {
  background: rgba(47, 134, 255, 0.07);
  color: #111;
}

.search-empty {
  padding: 10px 6px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
}

.mobile-search-wrap {
  position: relative;
  margin-bottom: 20px;
}

.mobile-search {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
  transition: 0.2s ease;
}

.mobile-search:focus {
  border-color: #0ca9fb;
  box-shadow: 0 0 0 3px rgba(47, 134, 255, 0.12);
  outline: none;
}

.mobile-search-results {
  display: none;
  position: relative;
  margin-top: 14px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  padding: 18px;
}

.mobile-search-wrap.is-open .mobile-search-results {
  display: block;
}

.mobile-search-section + .mobile-search-section {
  margin-top: 18px;
}

.mobile-search-title {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0ca9fb;
  margin-bottom: 8px;
}

.mobile-search-item {
  display: block;
  padding: 10px 6px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  font-size: 15px;
}

.mobile-search-item:hover {
  background: rgba(47, 134, 255, 0.07);
}

.mobile-search-empty {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  padding: 6px;
}

.zeplin-section {
  padding: 28px 0 48px;
}

.zeplin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.zeplin-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.zeplin-card-media {
  width: 100%;
  height: 230px;
  background: #f2f2f2;
}

.zeplin-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zeplin-card-body {
  padding: 18px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 170px;
}

.zeplin-card-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.zeplin-card-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #8b8b8b;
  max-width: 95%;
}

.zeplin-card-link {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.zeplin-card:hover {
  color: inherit;
  transform: none;
}

@media (max-width: 1200px) {
  .zeplin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .zeplin-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zeplin-card-media {
    height: 210px;
  }

  .zeplin-card-title {
    font-size: 24px;
  }

  .zeplin-card-desc,
  .zeplin-card-link {
    font-size: 16px;
  }
}

.zeplin-modal-dialog {
  max-width: 980px;
  width: calc(100% - 32px);
}

.zeplin-modal-content {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.zeplin-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 5;
  cursor: pointer;
}

.zeplin-modal-close span {
  font-size: 34px;
  line-height: 1;
  transform: translateY(-1px);
}

.zeplin-modal-media {
  height: 520px;
  background: #000;
}

.zeplin-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zeplin-modal-body {
  padding: 28px 36px 36px;
}

.zeplin-modal-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
}

.zeplin-modal-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #8b8b8b;
}

@media (max-width: 768px) {
  .zeplin-modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .zeplin-modal-content {
    border-radius: 0;
    min-height: 100vh;
  }

  .zeplin-modal-media {
    height: 320px;
  }

  .zeplin-modal-body {
    padding: 18px 18px 28px;
  }

  .zeplin-modal-title {
    font-size: 34px;
  }

  .zeplin-modal-text {
    font-size: 18px;
  }

  .zeplin-modal-close {
    top: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
}

/* CUSTOM */
.offcanvas.offcanvas-end {
  width: 100%;
}
.lang {
  border-radius: 100%;
  background:
    radial-gradient(
      110.23% 82.81% at 50% 17.19%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(
      172.39% 156.26% at 105.11% -15.62%,
      #0ca9fb 19.66%,
      rgba(19, 190, 229, 0.06) 71.06%
    ),
    radial-gradient(
      80.05% 120.93% at 10.17% -10.66%,
      #f3cc3c 0%,
      rgba(243, 204, 60, 0.18) 100%
    ),
    #eef9ff;
  box-shadow: 0 0 12.5px 0 rgba(255, 255, 255, 0.8) inset;
  padding: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  text-align: center;
}

.page-section-title {
  font-size: 46px;
  color: #111;
  font-weight: 400;
  text-transform: uppercase;
}
.store-card-phone {
  height: 16px !important;
  margin: 0 5px 0 !important;
}
.main-nav {
  margin-top: 10px;
  gap: 2rem !important;
}
.entertainment-card-item {
  text-decoration: none !important;
}
.slick-dots li:only-child {
  display: none !important;
}

.slick-dots li:only-child + li {
  display: none !important;
}
.slick-dots li:only-child {
  margin: 0 !important;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  display: none;
}
.mousey {
  width: 3px;
  padding: 1px 8px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.other-pages .site-header {
  position: relative;
}
.other-pages .hamburger img {
  filter: brightness(0);
}

@media (max-width: 575px) {
  .other-pages .site-header {
    background: #111;
  }

  .other-pages .logo a img {
    /* filter: brightness(0) invert(1); */
  }
  .other-pages .hamburger img {
    filter: brightness(0) invert(1);
  }
}
.filterbar-dd.dropdown-toggle::after {
  background: url(../images/icons/down.svg) no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  margin-left: -5px;
  transform: none;
}

:root {
  --bg: #fbfaf8;
  --text: #111;
  --muted: #7a7a7a;
  --line: #fff;

  --radius-lg: 8px;
  --radius-md: 8px;
  --field-h: 52px;

  --black: #111;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.contact-transport {
  background: var(--bg);
  padding: 48px 0 80px;
  color: var(--text);
}

.ct-title {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 14px;
}

.ct-desc {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 520px;
}

.ct-meta {
  display: flex;
  gap: 16px 34px;
  flex-wrap: wrap;
  margin: 0 0 26px;
}

.ct-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: #222;
}

.ct-meta-item i {
  font-size: 18px;
  color: #111;
}

.ct-meta-item--full {
  flex: 1 1 100%;
}

/* Form alerts (success / error) */
.ct-alert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.ct-alert-icon {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
}
.ct-alert-body {
  flex: 1;
  min-width: 0;
}
.ct-alert-title {
  display: block;
  font-size: 15px;
  margin: 0 0 4px;
  font-weight: 600;
}
.ct-alert-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.ct-alert--success {
  background: #e8f5e9;
  border-color: #a5d6a7;
  color: #1b5e20;
}
.ct-alert--success .ct-alert-icon {
  color: #2e7d32;
}
.ct-alert--success .ct-alert-title,
.ct-alert--success .ct-alert-text {
  color: #1b5e20;
}
.ct-alert--error {
  background: #ffebee;
  border-color: #ef9a9a;
  color: #b71c1c;
}
.ct-alert--error .ct-alert-icon {
  color: #c62828;
}
.ct-alert--error .ct-alert-title,
.ct-alert--error .ct-alert-text {
  color: #b71c1c;
}

.ct-form-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--muted);
}
.ct-required-mark {
  color: #c62828;
  font-weight: 600;
}

.ct-field-wrap {
  margin-bottom: 0;
}
.ct-field-error {
  display: block;
  font-size: 12px;
  color: #c62828;
  margin-top: 6px;
  min-height: 18px;
  visibility: hidden;
}
.ct-field-error.ct-field-error--visible {
  visibility: visible;
}
.ct-field-wrap .form-control.ct-field--has-error {
  border-color: #c62828;
}
.ct-consent.ct-field-wrap--error,
.ct-field-wrap.ct-field-wrap--error.ct-consent {
  border-color: #c62828;
}
.ct-field-wrap .form-control.ct-field--has-error:focus,
.ct-field-wrap.ct-field-wrap--error .ct-consent:focus-within {
  border-color: #b71c1c;
  box-shadow: 0 0 0 1px rgba(183, 28, 28, 0.25);
}
.ct-form-summary {
  margin-top: 16px;
  margin-bottom: 0;
}

.ct-field {
  position: relative;
}

.ct-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #111;
  pointer-events: none;
}

.ct-field .form-control {
  height: var(--field-h);
  border-radius: var(--radius-md);
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  padding: 0 18px 0 42px;
  font-size: 14px;
  color: #111;
  box-shadow: none;
}

.ct-select {
  position: relative;
}

.ct-select .form-select {
  height: var(--field-h);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  padding: 0 48px 0 22px;
  font-size: 14.5px;
  color: #111;
  box-shadow: none;
  appearance: none;
}

.ct-select i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #111;
  font-size: 16px;
}

.ct-textarea .form-control {
  border-radius: var(--radius-md);
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  padding: 22px 22px;
  font-size: 14px;
  min-height: 145px;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #d8d6d0;
  box-shadow: none;
}
.ct-consent {
  border-radius: var(--radius-md);
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  padding: 16px 18px;
}

.ct-consent-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  cursor: pointer;
}

.ct-consent-row input {
  width: 34px;
  height: 34px;
  margin-top: 2px;
}

.ct-consent-row span {
  font-size: 12.5px;
  line-height: 1.55;
  color: #2a2a2a;
}

.ct-recaptcha {
  margin-top: 14px;
}

.ct-recaptcha-box {
  width: 420px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ct-rc-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.ct-rc-square {
  width: 22px;
  height: 22px;
  border: 2px solid #9b9b9b;
  border-radius: 4px;
  display: inline-block;
}

.ct-rc-right {
  text-align: right;
  color: #777;
  font-size: 11px;
  line-height: 1.2;
}

.ct-pref {
  margin-top: 22px;
}

.ct-subtitle {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 6px;
}

.ct-subdesc {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.ct-pref-row {
  display: flex;
  gap: 18px 26px;
  flex-wrap: wrap;
  align-items: center;
}

.ct-pref-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #111;
  cursor: pointer;
  user-select: none;
}

.ct-pref-item input {
  width: 18px;
  height: 18px;
  border-radius: 5px;
}

.ct-submit {
  margin-top: 18px;
  width: 100%;
  height: 74px;
  border-radius: 14px;
  border: none;
  background: #18a2ff;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 16px;
}

.ct-transport-tabs {
  display: flex;
  gap: 18px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.ct-transport-tabs .nav-link {
  width: 180px;
  max-width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  background: transparent;
  color: #111;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
}

.ct-transport-tabs .nav-link i {
  font-size: 18px;
}

.ct-transport-tabs .nav-link.active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.ct-lines {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}

.ct-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ct-badge {
  min-width: 56px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: #111;
  background: rgba(255, 255, 255, 0.25);
}

.ct-line-text {
  font-size: 12.5px;
  line-height: 1.45;
  color: #3a3a3a;
  font-weight: 600;
}

.ct-map {
  border-radius: 12px;
  overflow: hidden;
  background: #efefef;
  border: 1px solid #e3e1dc;
  height: 330px;
}

.ct-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-weight: 700;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .ct-title {
    font-size: 32px;
  }
  .ct-desc {
    max-width: 100%;
  }
  .ct-map {
    height: 300px;
  }
}

@media (max-width: 576px) {
  :root {
    --field-h: 68px;
  }
  .contact-transport {
    padding: 32px 0 56px;
  }
  .ct-title {
    font-size: 30px;
  }
  .ct-subtitle {
    font-size: 24px;
  }

  .ct-transport-tabs .nav-link {
    width: 100%;
    max-width: 100%;
  }
}

.ct-rental-title {
  margin: 18px 0 6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.ct-field--plain i {
  display: none;
}
.ct-field--plain .form-control {
  padding-left: 22px !important;
}

.ct-checkline {
  height: var(--field-h);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  cursor: pointer;
  user-select: none;
}

.ct-checkline input {
  width: 18px;
  height: 18px;
}

.ct-checkline span {
  font-size: 14px;
  color: #111;
}

/* =========================
   PAGINATION
========================= */
.pagination-nav {
  padding: 40px 0 20px;
}
.pagination-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.pagination-link:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}
.pagination-item--active .pagination-link {
  background: #111;
  color: #fff;
  border-color: #111;
  pointer-events: none;
}
.pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  color: #999;
}
.pagination-item--prev .pagination-link,
.pagination-item--next .pagination-link {
  gap: 4px;
  font-weight: 600;
}

/* =========================
   LANG SWITCH
========================= */
.lang-switch-link {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.lang-switch-link:hover {
  text-decoration: underline;
}
.mobile-lang-switch {
  padding: 0 16px;
}
.mobile-lang-switch .lang-switch-link {
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-icons {
    align-items: center;
    justify-content: center;
  }
  .fi-social-app__head {
    text-align: center;
  }
  .stores-section,
  .events3-section {
    text-align: center;
  }
  .stores-section .justify-content-between {
    justify-content: center !important;
  }
  .movie-detail {
    margin-top: 20px;
  }
  .hero-content {
    margin-bottom: 80px;
  }
  .hero-slider-title p {
    font-size: 36px;
  }
  .events3-slider .slick-dots {
    margin-bottom: 30px;
  }
  .events3-card {
    text-align: left;
  }
  .page-hero-bg {
    object-fit: initial;
    transform: none;
  }
  .logo img {
    filter: brightness(0) invert(1);
  }
  .other-pages .logo img {
    filter: none;
  }
  .site-header {margin-top: 40px;}
  .other-pages .site-header {margin-top: auto;}
}

@media (max-width: 575px) {
  .footer-bottom {
    align-items: center;
  }
  .footer-topline {
    margin-bottom: 20px;
  }
}

.scroll-downs span {
  display: flex;
  color: #fff;
  font-weight: 700;
  left: -14px;
  position: relative;
  margin-top: 5px;
}

.clc-hero {
  gap: 2px !important;
}

@media (max-width: 991px) {
  .search-wrap {
    left: 0;
    width: min(400px, 54vw);
  }
}

.mobile-lang-switch .lang-switch-link {
  font-size: 18px;
  font-weight: 700;
  background: #000000;
  padding: 10px;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
}

.mobile-lang-switch {
  margin: 30px 0 !important;
  text-align: center;
}

.xa-mobile-nav {
  height: 40px;
  background: #2da3d9;
  justify-content: space-around;
  align-items: center;
}

.xa-mobile-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.xa-mobile-nav__link span:first-child {
  font-size: 16px;
}
