      *{
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
      }
      :root {
        --c-bg: #1f2937;
        --c-gold: #2563eb;
        --c-gold-soft: #60a5fa;
        --c-cream: #f5f2ed;
        --f-serif: "Playfair Display", serif;
        --f-sans: "Inter", sans-serif;
      }
      body {
        background-color: var(--c-bg);
        color: var(--c-cream);
        scroll-behavior: smooth;
      }
   
      .text-gold {
        color: var(--c-gold);
      }
      .bg-gold {
        background-color: var(--c-gold);
      }
      .border-gold {
        border-color: var(--c-gold);
      }

      .hero-title {
        font-size: clamp(3rem, 10vw, 8rem);
        line-height: 0.9;
        letter-spacing: -0.02em;
      }

      .glass-nav {
        background: rgba(55, 65, 81, 0.8);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(37, 99, 235, 0.12);
      }

      .site-loader {
        background:
          radial-gradient(circle at top, rgba(37, 99, 235, 0.14), transparent 42%),
          linear-gradient(180deg, #374151 0%, #1f2937 100%) !important;
      }

     

      .site-loader__glow {
        background: radial-gradient(circle, rgba(37, 99, 235, 0.36) 0%, rgba(37, 99, 235, 0.08) 46%, transparent 72%) !important;
      }

      .site-loader__ring {
        box-shadow:
          inset 0 0 30px rgba(37, 99, 235, 0.12),
          0 0 30px rgba(37, 99, 235, 0.08) !important;
      }

      .site-loader__ring::before {
        border-color: rgba(37, 99, 235, 0.18) !important;
      }

      .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
      }
      .reveal.active {
        opacity: 1;
        transform: translateY(0);
      }

    .img-reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.img-reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

      .property-card:hover img {
        transform: scale(1.05);
      }

      .line-divider {
        height: 1px;
        background: linear-gradient(to right, transparent, var(--c-gold), transparent);
        opacity: 0.3;
      }.container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 60vh;
  min-height: 350px;
  margin: 80px auto;
  background: #f5f5f5;
  box-shadow: 0 30px 50px #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
}

.container .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.container .slide .item {
  width: 160px;
  height: 220px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}

/* Full active slide */
.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* Side slides */
.slide .item:nth-child(3) {
  left: 60%;
}

.slide .item:nth-child(4) {
  left: 75%;
}

.slide .item:nth-child(5) {
  left: 90%;
}

.slide .item:nth-child(n + 6) {
  left: 100%;
  opacity: 0;
}

/* Content */
.item .content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 40%;
  color: #fff;
  display: none;
}

.slide .item:nth-child(2) .content {
  display: block;
}
.content .name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.673);
  transition: all 0.5s;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

.content button:hover {
  background-color: rgb(255, 255, 255);
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  left: 45%;
  right: 50%;
  width: 100%;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid #4b5563bd;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.578);
}

.button button:hover {
  color: #4b5563;
  border: 2px solid #ffffffbd;
  transform: scale(1.1);
}
.button button:focus {
  transform: scale(1.1);
  background: #ffffff;
  border: 2px solid #ffffffbd;
}
.button button:active {
  transform: scale(1.02);
}
.next {
  padding: 0 0 0 3px;
}
.prev {
  padding: 0 3px 0 0;
}

.MDJAminDiv {
  z-index: 4444;
  position: fixed;
  bottom: 5%;
  left: 2%;
}

.MDJAmin {
  text-decoration: none;
  border-bottom: 1px dashed rgb(44, 44, 44);
  border-top: 1px dashed rgb(44, 44, 44);
  padding: 4px 0;
  color: rgba(44, 44, 44, 0.525);
 
  font-style: italic;
  font-size: 1.1em;
  transition: all 0.5s;
}

.MDJAmin:hover {
  color: #4b5563;
}

.modern-card .feature-item,
.modern-section .feature-item {
  background: rgba(37, 99, 235, 0.15) !important;
  color: #2563eb !important;
}

.modern-card .card-content button,
.modern-section .card-content button {
  border-color: #2563eb !important;
  color: #2563eb !important;
}

.modern-card .card-content button:hover,
.modern-section .card-content button:hover {
  background: #2563eb !important;
  color: #ffffff !important;
}

.video-booking-panel,
.video-hero .video-booking-panel {
  border-color: rgba(96, 165, 250, 0.32) !important;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.34), transparent 34%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(30, 64, 175, 0.88), rgba(30, 58, 138, 0.78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 26px 70px rgba(30, 64, 175, 0.52) !important;
}

.video-booking-bar,
.video-hero .video-booking-bar {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.98), rgba(29, 78, 216, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 24px 60px rgba(30, 64, 175, 0.42) !important;
}

.booking-label {
  color: rgba(219, 234, 254, 0.82) !important;
}

.booking-kicker {
  color: #dbeafe !important;
}

.booking-kicker::before {
  background: linear-gradient(to right, rgba(255,255,255,0.12), rgba(37,99,235,0.95)) !important;
}

.booking-copy,
.booking-meta {
  color: rgba(219, 234, 254, 0.78) !important;
}

.booking-multiselect__menu {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.98), rgba(30, 58, 138, 0.98)) !important;
  box-shadow: 0 24px 60px rgba(30, 58, 138, 0.4) !important;
}

.booking-option input {
  accent-color: #3b82f6 !important;
}

.booking-link {
  color: #eff6ff !important;
}

.booking-link:hover {
  color: #93c5fd !important;
}

.booking-submit,
.video-hero .booking-submit {
  background: #eff6ff !important;
  color: #1e3a8a !important;
}

.booking-submit:hover,
.video-hero .booking-submit:hover {
  background: #3b82f6 !important;
  color: #fff !important;
  box-shadow: 0 14px 35px rgba(37,99,235,0.45) !important;
}
  .swiper {
    overflow: visible;
  }

  .swiper-slide {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #2563eb;
  }

  .swiper-pagination-bullet {
    background: rgba(37, 99, 235, 0.3);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #2563eb;
    transform: scale(1.4);
  }

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: #f5f5f5;
  box-shadow: 0 30px 50px #dbdbdb;
  border-radius: 20px;
}
.container .slide {
  border-radius: 20px;
}
.container .slide .item {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: all 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all .5s;
}

.slide .item:nth-child(3) {
  left: 50%;
}
.slide .item:nth-child(4) {
  left: calc(50% + 220px);
}
.slide .item:nth-child(5) {
  left: calc(50% + 440px);
}

.slide .item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}

.slide .item:nth-child(2) .content {
  display: block;
}

.content .name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.673);
  transition: all 0.5s;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

.content button:hover {
  background-color: rgb(255, 255, 255);
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  left: 45%;
  right: 50%;
  width: 100%;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  border: 2px solid #4b5563bd;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.578);
}

.button button:hover {
  color: #4b5563;
  border: 2px solid #ffffffbd;
  transform: scale(1.1);
}
.button button:focus {
  transform: scale(1.1);
  background: #ffffff;
  border: 2px solid #ffffffbd;
}
.button button:active {
  transform: scale(1.02);
}
.next {
  padding: 0 0 0 3px;
}
.prev {
  padding: 0 3px 0 0;
}

.MDJAminDiv {
  z-index: 4444;
  position: fixed;
  bottom: 5%;
  left: 2%;
}

.MDJAmin {
  text-decoration: none;
  border-bottom: 1px dashed rgb(44, 44, 44);
  border-top: 1px dashed rgb(44, 44, 44);
  padding: 4px 0;
  color: rgba(44, 44, 44, 0.525);
 
  font-family: monospace;
  font-style: italic;
  font-size: 1.1em;
  transition: all 0.5s;
}

.MDJAmin:hover {
  color: #4b5563;
}
