html.lenis, html.lenis body {
  height: auto;
}
.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis-smooth [data-lenis-prevent] {
  overflow: clip;
}
.lenis-smooth iframe {
  pointer-events: none;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #020617 !important;
  color: #f8fafc !important;
  background-image: radial-gradient(circle at 50% 0%, #082424 0%, #020617 80%);
  background-attachment: fixed;
}
.font-display {
  font-family: "Playfair Display", serif;
}
.bg-bg-primary {
  background-color: #020617 !important;
}
.bg-slate-900 {
  background-color: #0f1c30 !important;
}
.bg-slate-950 {
  background-color: #081122 !important;
}
.btn-accent-gold {
  background-color: #f59e0b;
  color: #000 !important;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}
.btn-accent-gold:hover {
  background-color: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}
.btn-outline-accent-gold {
  border: 1px solid #f59e0b !important;
  color: #f59e0b !important;
  background-color: transparent !important;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-outline-accent-gold:hover {
  background-color: #f59e0b !important;
  color: #000 !important;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
.text-accent-gold {
  color: #f59e0b !important;
}
.bg-accent-gold-light {
  background-color: rgba(245, 158, 11, 0.08);
}
.hover-gold {
  transition: color 0.3s ease;
}
.hover-gold:hover {
  color: #f59e0b !important;
}
.navbar-header {
  background: rgba(2, 6, 23, 0.7) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer {
  background-color: #01040f;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020617;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader.fade-out {
  opacity: 0;
  visibility: hidden;
}
.page-loader .loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(245, 158, 11, 0.1);
  border-radius: 50%;
  border-top-color: #f59e0b;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.admin-sidebar {
  width: 260px;
  min-height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.admin-main {
  background-color: #f8fafc;
  color: #0f172a;
}
.admin-navbar {
  background: #ffffff !important;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #020617;
}
.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.layer-bg-sky {
  background: radial-gradient(circle at 50% 0%, #032126 0%, #020617 80%);
  z-index: 1;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
.layer-bg-sky::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(white, rgba(255, 255, 255, 0.2) 2px, transparent 40px), radial-gradient(white, rgba(255, 255, 255, 0.15) 1px, transparent 30px), radial-gradient(white, rgba(255, 255, 255, 0.1) 2px, transparent 40px);
  background-size: 550px 550px, 350px 350px, 250px 250px;
  background-position: 0 0, 40px 60px, 130px 270px;
  opacity: 0.3;
  animation: starsMovement 120s linear infinite;
}
@keyframes starsMovement {
  from {
    background-position: 0 0, 40px 60px, 130px 270px;
  }
  to {
    background-position: 550px 550px, 390px 410px, 380px 820px;
  }
}
.layer-bg-peaks {
  z-index: 2;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
.layer-fg-mist {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #020617 0%, rgba(2, 6, 23, 0.4) 50%, rgba(2, 6, 23, 0) 100%);
}
.hero-content-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}
.hero-social-sidebar .social-circle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(15, 23, 42, 0.4);
}
.hero-social-sidebar .social-circle-icon:hover {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.15);
  transform: scale(1.1);
}
.hero-social-sidebar .social-circle-icon:hover i {
  color: #f59e0b !important;
}
.animate-scroll-line {
  animation: scrollLineAnim 2s infinite ease-in-out;
}
@keyframes scrollLineAnim {
  0% {
    transform: scaleY(0.1);
    transform-origin: top center;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  100% {
    transform: scaleY(0.1);
    transform-origin: bottom center;
  }
}
.highlight-text {
  display: inline-block;
  position: relative;
}
.play-video-btn .play-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(245, 158, 11, 0.15);
  border: 2px solid #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  position: relative;
  transition: all 0.3s ease;
}
.play-video-btn .play-icon-circle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 11, 0.4);
  animation: pulsePlay 1.5s infinite;
}
.play-video-btn:hover {
  color: #f59e0b !important;
}
.play-video-btn:hover .play-icon-circle {
  background-color: #f59e0b;
  color: #000 !important;
  transform: scale(1.05);
}
@keyframes pulsePlay {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.floating-widget {
  transition: all 0.5s ease-in-out;
  animation: floatWidget 6s ease-in-out infinite alternate;
}
.floating-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.2) !important;
  border-color: rgba(245, 158, 11, 0.5) !important;
}
.widget-activity {
  animation-delay: 0s;
}
.widget-rating {
  animation-delay: 1.5s;
}
.widget-status {
  animation-delay: 3s;
}
@keyframes floatWidget {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-12px);
  }
}
@media (min-width: 992px) {
  .navbar-nav li {
    position: relative;
  }
  .navbar-nav li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar-nav .dropdown-menu-nested {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 200px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  .navbar-nav .dropdown-menu-nested li a {
    display: block;
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  .navbar-nav .dropdown-menu-nested li a:hover {
    background-color: rgba(245, 158, 11, 0.15);
    color: #f59e0b !important;
    padding-left: 24px;
  }
  .navbar-nav .dropdown-menu-nested li ul {
    left: 100%;
    top: 0;
  }
}
.main-content .fw-bold {
  color: #ffffff !important;
}
.h-accordion-wrapper {
  display: flex;
  width: 100%;
  height: 540px;
  gap: 15px;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .h-accordion-wrapper {
    flex-direction: column;
    height: auto;
  }
}
.h-accordion-card {
  position: relative;
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.h-accordion-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.25) 0%, rgba(2, 6, 23, 0.95) 100%);
  transition: all 0.6s ease;
  z-index: 1;
}
.h-accordion-card .collapsed-title {
  position: absolute;
  bottom: 220px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%) rotate(-90deg);
  transform-origin: center center;
  text-align: center;
  z-index: 2;
  opacity: 1;
  transition: all 0.4s ease;
}
.h-accordion-card .collapsed-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.h-accordion-card .expanded-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 3;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none;
  text-align: left;
}
.h-accordion-card .expanded-content .badge-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #f59e0b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.h-accordion-card .expanded-content .card-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .h-accordion-card .expanded-content .card-title {
    font-size: 24px;
  }
}
.h-accordion-card .expanded-content .card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 30px;
}
.h-accordion-card .expanded-content .card-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
@media (max-width: 575px) {
  .h-accordion-card .expanded-content .card-footer-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.h-accordion-card .expanded-content .card-footer-info .price-box .price-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.h-accordion-card .expanded-content .card-footer-info .price-box .price-value {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.h-accordion-card .expanded-content .card-footer-info .btn {
  transition: all 0.3s ease;
}
.h-accordion-card .expanded-content .card-footer-info .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}
.h-accordion-card.active {
  flex: 5;
  cursor: default;
}
.h-accordion-card.active .card-overlay {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.1) 0%, rgba(2, 6, 23, 0.98) 100%);
}
.h-accordion-card.active .collapsed-title {
  opacity: 0;
  transform: translateX(-50%) rotate(-90deg) translateY(-20px);
  pointer-events: none;
}
.h-accordion-card.active .expanded-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.2s;
}
.h-accordion-card:not(.active):hover {
  flex: 1.4;
}
.h-accordion-card:not(.active):hover .collapsed-title span {
  color: #ffffff;
}
@media (max-width: 991px) {
  .h-accordion-card {
    width: 100%;
    height: 380px;
    margin-bottom: 15px;
    flex: none !important;
  }
  .h-accordion-card .collapsed-title {
    display: none !important;
  }
  .h-accordion-card .expanded-content {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    padding: 25px;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}
@keyframes shimmerAnimation {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
