:root {
  --booking-navy: #010937;
  --booking-navy-2: #07144f;
  --booking-dark: #020a2c;
  --booking-coral: #f45e5c;
  --booking-gold: #de8319;
  --booking-gold-soft: #e8a027;
  --booking-surface: #ffffff;
  --booking-surface-soft: #f8fafc;
  --booking-line: rgba(1, 9, 55, 0.1);
  --booking-line-strong: rgba(1, 9, 55, 0.16);
  --booking-muted: #687384;
  --booking-radius-sm: 14px;
  --booking-radius-md: 20px;
  --booking-radius-lg: 28px;
  --booking-shadow: 0 20px 55px rgba(1, 9, 55, 0.09);
  --booking-shadow-strong: 0 28px 80px rgba(1, 9, 55, 0.18);
}

.header-top .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-top-left {
  display: none !important;
}

.header-top-right {
  justify-content: center;
}

.header-top-social {
  justify-content: center;
}

.header-top-left a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-weight: 500;
}

.header-top-social a {
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  margin-left: 0;
  transition: var(--transition);
}

.header-top-social .messenger-link img {
  width: auto;
  max-width: none;
  object-fit: contain;
}

.header-top-social .messenger-link[aria-label="Max messenger"] img {
  height: 25px;
}

.header-top-social .messenger-link[aria-label="Telegram"] img {
  height: 26px;
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-video-hero {
  min-height: 520px;
  overflow: hidden;
  background: #082c3a;
}

.page-video-hero .hero-single {
  position: relative;
  min-height: 520px;
}

.page-video-hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 2;
}

.page-video-hero-content .row {
  height: 100%;
}

.hero-single .container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-single .container .row {
  height: 100%;
}

.hero-single-video {
  position: relative;
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.navbar-collapse.is-open {
  display: block;
}

.mobile-dropdown-icon {
  display: none;
}

.pricing-feature li span {
  display: inline;
}

.location-card p {
  margin: 0;
}

.reviews-area .site-heading p {
  max-width: none;
}

.seo-content-area,
.seo-faq-area {
  background: #f7fbfc;
}

.seo-content-box {
  background: #ffffff;
  border: 1px solid rgba(13, 127, 162, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(1, 9, 55, 0.07);
  padding: 42px;
}

.seo-content-intro {
  color: #4f5f68;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.seo-content-card {
  background: #ffffff;
  border: 1px solid rgba(13, 127, 162, 0.08);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(1, 9, 55, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.seo-faq-item {
  background: #ffffff;
  border: 1px solid rgba(13, 127, 162, 0.08);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(1, 9, 55, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.seo-content-card:hover,
.seo-faq-item:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 127, 162, 0.22);
  box-shadow: 0 20px 45px rgba(1, 9, 55, 0.09);
}

.seo-card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.09);
  color: #f45e5c;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seo-faq-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.08);
  color: #f45e5c;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seo-content-card:hover .seo-card-icon {
  background: #f45e5c;
  color: #ffffff;
  transform: scale(1.1);
}

.seo-faq-item:hover .seo-faq-icon {
  background: #f45e5c;
  color: #ffffff;
  transform: scale(1.08);
}

.seo-content-card h3 {
  color: #010937;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: var(--heading-font), sans-serif;
}

.seo-faq-item h3 {
  color: #010937;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: var(--heading-font), sans-serif;
}

.seo-faq-content {
  flex: 1;
}

.seo-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-content-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #5c6c75;
  font-size: 15px;
  line-height: 1.6;
}

.seo-content-list li:last-child {
  margin-bottom: 0;
}

.seo-content-list li i {
  color: #f45e5c;
  font-size: 14px;
  margin-top: 5px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.seo-content-card:hover .seo-content-list li i {
  transform: scale(1.15);
}

.seo-faq-item p {
  color: #5c6c75;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.seo-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 991px) {
  .seo-content-grid,
  .seo-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .seo-content-box {
    padding: 26px;
  }
  .seo-faq-item {
    flex-direction: column;
    gap: 16px;
    padding: 26px 20px;
  }
}

.yandex-reviews-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(244, 94, 92, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.yandex-reviews-grid {
  align-items: stretch;
}

.yandex-review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(20, 55, 87, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px rgba(20, 55, 87, 0.08);
}

.yandex-review-card__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.yandex-review-card__avatar {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--color-white);
  font-weight: 700;
}

.yandex-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yandex-review-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.yandex-review-card__top p,
.yandex-review-card__text {
  margin: 0;
}

.yandex-review-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  color: #ffb703;
}

.yandex-review-card__rating span {
  margin-left: 8px;
  color: var(--body-text-color);
  font-weight: 700;
}

.yandex-review-card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: var(--body-text-color);
  line-height: 1.75;
}

.yandex-review-card__link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--theme-color);
  font-weight: 700;
}

.yandex-review-card__link i {
  margin-left: 6px;
}

.breadcrumb-hero .site-breadcrumb {
  margin-top: 0;
}

.about-details-area {
  position: relative;
}

.about-details-area .site-heading p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.about-detail-card {
  height: 100%;
  padding: 34px 28px;
  background: var(--color-white);
  border-radius: 35px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.about-detail-card:hover {
  transform: translateY(-8px);
}

.about-detail-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.1);
  color: #f45e5c;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.about-detail-card h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.about-story-row {
  margin-top: 80px;
}

.about-story-content p {
  margin: 18px 0 22px;
}

.about-value-list li {
  margin-bottom: 14px;
  color: var(--theme-text);
  font-weight: 500;
}

.about-value-list li i {
  margin-right: 10px;
  color: var(--theme-color);
}

.about-story-box {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.about-story-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/shape/05.png');
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}

.about-story-box h3,
.about-story-box p,
.about-story-box a {
  position: relative;
  z-index: 1;
}

.about-story-box h3 {
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: 32px;
}

.about-story-box p {
  margin-bottom: 28px;
  color: var(--color-white);
}

.location-detail-area .site-heading {
  text-align: left;
}

.location-detail-img img {
  width: 100%;
  object-fit: cover;
}

.location-detail-text p {
  margin: 0;
}

.location-map-fullwidth {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.location-map-canvas {
  width: 100%;
  min-width: 100%;
  height: 600px;
}

.location-map-canvas>ymaps,
.location-map-canvas>ymaps>ymaps,
.location-map-canvas iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.location-experience-area {
  position: relative;
}

.location-experience-area .site-heading p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.location-experience-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.location-experience-card:hover {
  transform: translateY(-8px);
}

.location-experience-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.1);
  color: #f45e5c;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.location-experience-card h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.location-experience-bottom {
  margin-top: 80px;
}

.location-reason-list {
  margin-top: 24px;
}

.location-reason-list li {
  margin-bottom: 14px;
  color: var(--theme-text);
  font-weight: 500;
}

.location-reason-list li i {
  margin-right: 10px;
  color: var(--theme-color);
}

.location-booking-box {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.location-booking-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/shape/05.png');
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}

.location-booking-box h3,
.location-booking-box p,
.location-booking-box a {
  position: relative;
  z-index: 1;
}

.location-booking-box h3 {
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: 30px;
}

.location-booking-box p {
  margin-bottom: 26px;
  color: var(--color-white);
}

.event-detail-area .site-heading {
  text-align: left;
}

.event-detail-img img {
  width: 100%;
  object-fit: cover;
}

.event-detail-text p {
  margin: 0;
}

.event-experience-area .site-heading p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.event-experience-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.event-experience-card:hover {
  transform: translateY(-8px);
}

.event-experience-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.1);
  color: #f45e5c;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.event-experience-card h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.event-experience-bottom {
  margin-top: 80px;
}

.event-tip-list {
  margin-top: 24px;
}

.event-tip-list li {
  margin-bottom: 14px;
  color: var(--theme-text);
  font-weight: 500;
}

.event-tip-list li i {
  margin-right: 10px;
  color: var(--theme-color);
}

.event-booking-box {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.event-booking-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/shape/05.png');
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}

.event-booking-box h3,
.event-booking-box p,
.event-booking-box a {
  position: relative;
  z-index: 1;
}

.event-booking-box h3 {
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: 30px;
}

.event-booking-box p {
  margin-bottom: 26px;
  color: var(--color-white);
}

.promotions-area .site-heading p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.promotions-highlight-row {
  margin-bottom: 54px;
}

.promotion-highlight-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.promotion-highlight-card:hover {
  transform: translateY(-8px);
}

.promotion-highlight-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.1);
  color: #f45e5c;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.promotion-highlight-card h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.promotion-list-box {
  height: 100%;
  padding: 34px;
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.promotion-list-box h4 {
  margin-bottom: 18px;
}

.safety-heading .site-title {
  display: none;
}

.safety-heading .site-title-tagline {
  line-height: 1.5;
}

.safety-intro-text p {
  margin: 0;
}

.safety-details-area .site-heading p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.safety-card,
.safety-technique-card,
.safety-rules-box,
.safety-list-box {
  height: 100%;
  padding: 32px 26px;
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.safety-card:hover,
.safety-technique-card:hover {
  transform: translateY(-8px);
}

.safety-card-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(244, 94, 92, 0.1);
  color: #f45e5c;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.safety-card h4,
.safety-technique-card h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.safety-recommendations-row,
.safety-technique-row,
.safety-rules-row {
  margin-top: 80px;
}

.safety-check-list,
.safety-rules-list,
.safety-technique-card ul {
  margin-top: 24px;
}

.safety-check-list li,
.safety-rules-list li,
.safety-technique-card li {
  margin-bottom: 14px;
  color: var(--theme-text);
  font-weight: 500;
}

.safety-check-list li i,
.safety-rules-list li i {
  margin-right: 10px;
  color: var(--theme-color);
}

.safety-technique-card li {
  position: relative;
  padding-left: 20px;
}

.safety-technique-card li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f45e5c;
}

.safety-cta-box {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.safety-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/shape/05.png');
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}

.safety-cta-box h3,
.safety-cta-box p,
.safety-cta-box a {
  position: relative;
  z-index: 1;
}

.safety-cta-box h3 {
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: 30px;
}

.safety-cta-box p {
  margin-bottom: 26px;
  color: var(--color-white);
}

.safety-rules-box {
  height: auto;
}

.safety-final-note {
  margin: 26px 0 12px;
  color: var(--theme-text);
  font-weight: 500;
}

.contacts-page-area .site-heading p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-page-area .contact-info {
  height: 100%;
}

.contacts-page-area .contact-info-content p {
  margin-bottom: 4px;
}

.contacts-map-area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.contacts-map-canvas {
  width: 100%;
  min-width: 100%;
  height: 550px;
}

.contacts-map-canvas>ymaps,
.contacts-map-canvas>ymaps>ymaps,
.contacts-map-canvas iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.booking-premium-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 94, 92, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(222, 131, 25, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 58%, #f7fbff 100%);
}

.booking-premium-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/shape/05.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 460px auto;
  opacity: 0.05;
  pointer-events: none;
}

.booking-premium-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(1, 9, 55, 0.08);
  border-radius: var(--booking-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--booking-shadow);
}

.booking-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--booking-gold), var(--booking-coral), var(--booking-navy));
}

.booking-premium-header {
  position: relative;
  overflow: hidden;
  padding: 28px 32px;
  color: var(--color-white);
  background:
    radial-gradient(circle at 16% 0%, rgba(244, 94, 92, 0.45), transparent 36%),
    radial-gradient(circle at 86% 12%, rgba(232, 160, 39, 0.28), transparent 32%),
    linear-gradient(135deg, var(--booking-navy), var(--booking-navy-2) 62%, var(--booking-dark));
}

.booking-premium-header::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.booking-premium-header>* {
  position: relative;
  z-index: 1;
}

.booking-premium-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--booking-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-premium-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.booking-premium-title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.12;
}

.booking-premium-subtitle {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.booking-trust-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.booking-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.booking-trust-list i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--booking-gold-soft);
  line-height: 34px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.booking-form-section {
  padding: 22px;
  margin-bottom: 20px;
  border: 1px solid rgba(1, 9, 55, 0.08);
  border-radius: var(--booking-radius-md);
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.booking-form-section:last-child {
  margin-bottom: 0;
}

.booking-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--booking-navy);
  font-size: 17px;
  font-weight: 800;
}

.booking-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--color-white);
  font-size: 13px;
  background: linear-gradient(135deg, var(--booking-coral), var(--booking-gold));
  border-radius: 50%;
}

.booking-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-choice-card {
  position: relative;
  width: 100%;
  padding: 16px 14px;
  color: var(--booking-navy);
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(1, 9, 55, 0.12);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(1, 9, 55, 0.05);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.booking-choice-card:hover,
.booking-choice-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 94, 92, 0.4);
  box-shadow: 0 18px 40px rgba(244, 94, 92, 0.12);
}

.booking-choice-card.is-active,
.booking-choice-card[aria-pressed="true"] {
  border-color: rgba(244, 94, 92, 0.72);
  box-shadow: 0 18px 44px rgba(244, 94, 92, 0.16);
}

.booking-choice-card.is-active::after,
.booking-choice-card[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: var(--booking-coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(244, 94, 92, 0.12);
}

.booking-choice-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--booking-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-choice-title {
  display: block;
  margin-bottom: 6px;
  color: var(--booking-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.booking-choice-text {
  display: block;
  margin: 0;
  color: var(--booking-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.booking-summary-card {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(244, 94, 92, 0.18);
  border-radius: var(--booking-radius-md);
  background:
    radial-gradient(circle at 92% 15%, rgba(244, 94, 92, 0.18), transparent 30%),
    linear-gradient(135deg, #fff, #fff8f7);
  box-shadow: 0 18px 45px rgba(1, 9, 55, 0.08);
}

.booking-summary-card .price-box-label,
.booking-summary-label {
  color: var(--booking-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-summary-card .price-box-amount,
.booking-summary-amount {
  color: var(--booking-coral);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.booking-summary-note {
  margin: 10px 0 0;
  color: var(--booking-muted);
  font-size: 13px;
  line-height: 1.5;
}

.booking-status-badge,
.availability-info {
  align-items: center;
  gap: 9px;
  border-radius: var(--booking-radius-sm);
}

.booking-status-badge,
.availability-info.prompt,
.availability-info.loading,
.availability-info.available,
.availability-info.unavailable {
  border-style: solid;
}

.availability-info.prompt {
  color: var(--booking-muted);
  background: rgba(1, 9, 55, 0.035);
  border-color: rgba(1, 9, 55, 0.12);
}

.availability-info.loading {
  color: var(--booking-navy);
  background: rgba(1, 9, 55, 0.04);
  border-color: rgba(1, 9, 55, 0.12);
}

.availability-info.available {
  color: var(--booking-navy);
  background: rgba(222, 131, 25, 0.08);
  border-color: rgba(222, 131, 25, 0.32);
  box-shadow: 0 12px 28px rgba(222, 131, 25, 0.08);
}

.availability-info.unavailable {
  color: var(--booking-coral);
  background: rgba(244, 94, 92, 0.07);
  border-color: rgba(244, 94, 92, 0.3);
  box-shadow: 0 12px 28px rgba(244, 94, 92, 0.08);
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 24px;
}

.booking-progress-step {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.booking-progress-step.is-active {
  color: var(--color-white);
  background: rgba(244, 94, 92, 0.24);
  border-color: rgba(244, 94, 92, 0.35);
}

.booking-upload-card {
  padding: 18px;
  border: 1px solid rgba(1, 9, 55, 0.1);
  border-radius: var(--booking-radius-md);
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.booking-upload-file-name {
  display: none;
  margin-top: 10px;
  color: var(--booking-navy);
  font-size: 13px;
  font-weight: 700;
}

.booking-upload-file-name.is-visible {
  display: block;
}

.booking-receipt-card {
  border: 1px solid rgba(1, 9, 55, 0.08);
  border-radius: var(--booking-radius-md);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 16px 42px rgba(1, 9, 55, 0.07);
}

.booking-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.booking-next-step {
  padding: 16px;
  text-align: left;
  border: 1px solid rgba(1, 9, 55, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.booking-next-step i {
  color: var(--booking-gold);
  margin-bottom: 10px;
}

.booking-next-step strong {
  display: block;
  color: var(--booking-navy);
  font-size: 14px;
}

.booking-next-step span {
  display: block;
  margin-top: 4px;
  color: var(--booking-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.booking-choice-card:focus-visible,
.booking-upload-card:focus-within,
.booking-premium-card :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(244, 94, 92, 0.32);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .booking-choice-grid,
  .booking-next-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-choice-card,
  .success-icon-wrap,
  .success-icon-container,
  .live-pulse-dot {
    animation: none !important;
    transition: none !important;
  }
}

.booking-notice-area {
  background: linear-gradient(180deg, rgba(244, 94, 92, 0.08), rgba(255, 255, 255, 0));
}

.booking-notice-card,
.booking-shell,
.booking-status-card {
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(1, 9, 55, 0.09);
}

.booking-notice-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 38px;
  background: var(--color-white);
  border-left: 6px solid #f45e5c;
}

.booking-notice-card h2,
.booking-sidebar h2,
.booking-step h3,
.booking-status-card h2,
.booking-payment-box h3 {
  color: var(--theme-text);
}

.booking-notice-card p {
  margin-bottom: 0;
  color: #59616f;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  background: var(--color-white);
}

.booking-sidebar {
  position: relative;
  padding: 42px;
  color: var(--color-white);
  background: radial-gradient(circle at 15% 10%, rgba(244, 94, 92, 0.9), transparent 32%), linear-gradient(150deg, #010937, #f45e5c);
}

.booking-sidebar h2,
.booking-sidebar .site-title-tagline,
.booking-sidebar li {
  color: var(--color-white);
}

.booking-sidebar ul {
  padding-left: 20px;
  margin: 24px 0 0;
}

.booking-sidebar li {
  margin-bottom: 12px;
}

.booking-panel {
  padding: 34px;
  background: #f8fbfc;
}

.booking-step,
.booking-status-card {
  padding: 24px;
  margin-bottom: 20px;
  background: var(--color-white);
  border: 1px solid rgba(1, 9, 55, 0.08);
}

.booking-step-head,
.booking-status-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-step-head.compact {
  margin-bottom: 10px;
}

.booking-step-head h3,
.booking-status-head h2 {
  margin-bottom: 4px;
  font-size: 22px;
}

.booking-step-head p,
.booking-status-head p,
.booking-muted {
  margin-bottom: 0;
  color: #687384;
}

.booking-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--color-white);
  background: #f45e5c;
  border-radius: 50%;
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-receipt-form input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: var(--theme-text);
  background: #ffffff;
  border: 1px solid rgba(1, 9, 55, 0.14);
  border-radius: 14px;
}

.booking-form textarea {
  min-height: 96px;
  resize: vertical;
}

.booking-step-grid,
.booking-fields-grid,
.booking-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-fields-grid label {
  color: var(--theme-text);
  font-weight: 600;
}

.booking-fields-grid input,
.booking-fields-grid textarea {
  margin-top: 8px;
}

.booking-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-slot {
  padding: 16px;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(1, 9, 55, 0.14);
  border-radius: 18px;
  transition: var(--transition);
}

.booking-slot strong,
.booking-slot span {
  display: block;
}

.booking-slot strong {
  color: var(--theme-text);
  font-size: 22px;
}

.booking-slot span {
  color: #687384;
  font-size: 14px;
}

.booking-slot.is-active,
.booking-slot:not(:disabled):hover {
  background: rgba(244, 94, 92, 0.1);
  border-color: #f45e5c;
}

.booking-slot:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.booking-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  margin-bottom: 20px;
  color: var(--color-white);
  background: linear-gradient(135deg, #f45e5c, #010937);
  border-radius: 22px;
}

.booking-quote span {
  color: rgba(255, 255, 255, 0.82);
}

.booking-quote strong {
  font-size: 30px;
}

.booking-policy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--theme-text);
}

.booking-policy input {
  width: 18px;
  min-height: 18px;
}

.booking-honeypot {
  position: absolute;
  left: -9999px;
}

.booking-form-footer,
.booking-status-actions,
.booking-receipt-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.booking-receipt-form input {
  flex: 1 1 260px;
}

.booking-form-message {
  margin: 0;
  color: #f45e5c;
  font-weight: 600;
}

.booking-form-message.is-error,
.booking-error {
  color: #c43b39;
}

.booking-status-card {
  margin-top: 28px;
}

.booking-status-card[hidden] {
  display: none;
}

.booking-status-grid {
  margin-bottom: 20px;
}

.booking-status-grid div {
  padding: 16px;
  background: #f8fbfc;
  border-radius: 16px;
}

.booking-status-grid span,
.booking-status-grid strong {
  display: block;
}

.booking-status-grid span {
  color: #687384;
  font-size: 14px;
}

.booking-status-grid strong {
  color: var(--theme-text);
  font-size: 20px;
}

.booking-payment-box {
  padding: 20px;
  margin-bottom: 18px;
  background: rgba(244, 94, 92, 0.08);
  border-radius: 20px;
}

.booking-link-button {
  color: #c43b39;
  background: none;
  border: 0;
  font-weight: 700;
}

@media (max-width: 991px) {

  .booking-notice-card,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .booking-sidebar,
  .booking-panel,
  .booking-notice-card {
    padding: 26px;
  }
}

@media (max-width: 767px) {

  .booking-step-grid,
  .booking-fields-grid,
  .booking-status-grid,
  .booking-slots {
    grid-template-columns: 1fr;
  }

  .booking-quote,
  .booking-form-footer,
  .booking-status-actions,
  .booking-receipt-form {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-form-footer .theme-btn,
  .booking-status-actions .theme-btn,
  .booking-receipt-form .theme-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .notmb {
    display: none;
  }

  .header-top .container,
  .main-navigation .container {
    max-width: 100%;
  }

  .header-top-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .hero-single .theme-btn {
    font-size: 12px;
    padding: 10px;
    transition: all 0.5s;
    text-transform: none;
    position: relative;
    border-radius: 20px;
    z-index: 10;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
    display: flex;
    margin-top: 5px;
    justify-content: start;
  }

  .hero-btn .theme-btn2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  #main_nav .dropdown-toggle::after {
    display: none;
  }

  #main_nav .dropdown-toggle {
    display: flex;
    align-items: center;
  }

  #main_nav .dropdown-toggle .mobile-dropdown-icon {
    display: inline-block;
    padding: 8px;
    background: #ddd;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
  }

  #main_nav .dropdown.show .mobile-dropdown-icon {
    transform: rotate(180deg);
  }
}

@media (max-width: 575px) {
  .hero-single .container {
    top: 20px;
  }

  .hero-single .hero-content .hero-title {
    margin: 0 0 10px 0;
    font-size: 20px;
  }

  .hero-single .hero-content p {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .hero-btn .theme-btn {
    padding: 10px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .notds {
    display: none;
  }
}

/* Booking Wizard Styles */
.booking-wizard-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  background: #f8fbfc;
  padding: 16px 24px;
  border-radius: 20px;
  border: 1px solid rgba(1, 9, 55, 0.05);
}

.wizard-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wizard-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  border-radius: 50%;
  background: #e8e8e8;
  color: #757f95;
  font-size: 14px;
  transition: var(--transition2);
}

.wizard-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #757f95;
  transition: var(--transition2);
}

.wizard-step-line {
  flex-grow: 1;
  height: 2px;
  background: #e8e8e8;
  margin: 0 16px;
  transition: var(--transition2);
}

/* Active & Completed States */
.wizard-step.is-active .wizard-step-num {
  background: #f45e5c;
  color: var(--color-white);
  box-shadow: 0 0 12px rgba(244, 94, 92, 0.4);
}

.wizard-step.is-active .wizard-step-title {
  color: var(--theme-color);
}

.wizard-step.is-completed .wizard-step-num {
  background: var(--theme-color);
  color: var(--color-white);
}

.wizard-step.is-completed .wizard-step-title {
  color: var(--theme-color);
}

.wizard-step-line.is-active {
  background: #f45e5c;
}

.wizard-step-line.is-completed {
  background: var(--theme-color);
}

.booking-wizard-panel.hidden {
  display: none;
}

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

.flex-footer .theme-btn2 {
  background: var(--color-white);
  border: 1px solid rgba(1, 9, 55, 0.15);
}

/* Support and Messenger Buttons */
.booking-support-links {
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid rgba(1, 9, 55, 0.08);
}

.booking-support-links p {
  font-size: 15px;
  color: var(--theme-text);
  margin-bottom: 12px;
}

.booking-support-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.booking-support-buttons .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
}

.booking-wa-btn {
  background: #25d366 !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
}

.booking-wa-btn:hover {
  background: #128c7e !important;
  color: #fff !important;
}

.booking-tg-btn {
  background: #0088cc !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2);
}

.booking-tg-btn:hover {
  background: #006699 !important;
  color: #fff !important;
}

/* Map Section Styles */
.booking-map-box {
  margin-top: 25px;
  padding: 24px;
  background: var(--color-white);
  border: 1px solid rgba(1, 9, 55, 0.08);
  border-radius: 20px;
}

.booking-map-box h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--theme-text);
}

.booking-map-box p {
  font-size: 14px;
  color: #687384;
  margin-bottom: 16px;
}

.booking-map-canvas {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(1, 9, 55, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .booking-wizard-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }

  .wizard-step-line {
    display: none;
  }
}

/* Gallery Image Alignment */
.gallery-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
}

/* Animated FAQ Accordion */
.faq-area .accordion-item {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border 0.4s ease;
  border: 1px solid rgba(222, 131, 25, 0) !important;
}

.faq-area .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(222, 131, 25, 0.08), var(--box-shadow);
}

.faq-area .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 1px solid rgba(222, 131, 25, 0.15) !important;
  box-shadow: 0 15px 35px rgba(222, 131, 25, 0.06), var(--box-shadow);
}

.faq-area .accordion-button {
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.faq-area .accordion-item i {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease;
}

.faq-area .accordion-button:not(.collapsed) i {
  transform: rotate(360deg) scale(1.1);
  background-color: #de8319 !important;
}

.faq-area .accordion-collapse {
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-area .accordion-body {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-area .accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}

/* About Page Details Icon override */
.about-detail-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.about-detail-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Location Experience Icon override */
.location-experience-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.location-experience-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Promotion Highlight Icon override */
.promotion-highlight-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.promotion-highlight-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Safety Card Icon override */
.safety-card-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.safety-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Event Experience Icon override */
.event-experience-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.event-experience-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Reconstruction Notice and Badges overrides */
.portfolio-img {
  position: relative;
}

.location-badge-reconstruction {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background-color: #ff9f43;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(255, 159, 67, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reconstruction-notice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 40px;
  background: #fff;
  border-top: 6px solid #ff9f43;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(1, 9, 55, 0.06);
  margin-top: 40px;
  margin-bottom: -40px;
}

.reconstruction-notice-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.reconstruction-notice-icon {
  font-size: 38px;
  color: #ff9f43;
  line-height: 1;
}

.reconstruction-notice-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #010937;
}

.reconstruction-notice-text p {
  margin: 0 auto;
  max-width: 860px;
  color: #59616f;
  line-height: 1.6;
  font-size: 15px;
}

.reconstruction-notice-action {
  flex-shrink: 0;
  margin-top: 8px;
}

.reconstruction-notice-action a {
  min-width: 220px;
  text-align: center;
}

@media (max-width: 991px) {
  .reconstruction-notice-card {
    padding: 30px 20px;
    margin-bottom: 0;
    gap: 20px;
  }

  .reconstruction-notice-action {
    width: 100%;
  }

  .reconstruction-notice-action a {
    width: 100%;
  }
}

/* Event Booking Box Contacts styling */
.event-booking-contacts {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-booking-contacts .contact-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-align: left;
}

.event-booking-contacts .contact-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.event-booking-contacts .contact-phone {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.event-booking-contacts .contact-phone:hover {
  color: #84d8ea;
}

.event-booking-contacts .contact-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.event-booking-contacts .contact-social-icon {
  display: inline-block;
  transition: transform 0.3s;
}

.event-booking-contacts .contact-social-icon:hover {
  transform: scale(1.1);
}

.event-booking-contacts .contact-social-icon img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.about-trust-row {
  margin-top: 34px;
}

.about-trust-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(13, 127, 162, 0.1);
  box-shadow: 0 14px 34px rgba(1, 9, 55, 0.06);
}

.about-trust-value {
  display: inline-block;
  margin-bottom: 12px;
  color: #0d7fa2;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.about-trust-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.about-trust-card p {
  margin-bottom: 0;
  color: #4f5f68;
}

/* Split Hero Section */
.split-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-split-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.hero-panel {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Hover expansion */
@media (min-width: 768px) {
  .hero-panel:hover {
    flex: 1.25;
  }
}

.panel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}

.hero-panel:hover .panel-background {
  transform: scale(1.05);
}

.panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background 0.6s ease;
}

/* Warm, natural overlay for day panel */
.day-panel .panel-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.day-panel:hover .panel-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/* Cool neon overlay for night panel */
.night-panel .panel-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 12, 28, 0.85) 100%);
}

.night-panel:hover .panel-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 18, 38, 0.75) 100%);
}

.panel-content {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-panel:hover .panel-content {
  transform: translateY(-8px);
}

.hero-panel .hero-sub-title {
  display: inline-block;
  color: #de8319;
  font-size: 20px;
  font-family: var(--heading-font2);
  letter-spacing: 4px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-panel .hero-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  line-height: 1.25;
}

.hero-panel .hero-desc {
  color: #eaeaea;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-panel .hero-btn {
  margin-top: 10px;
}

.hero-panel .theme-btn {
  background: #f45e5c;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 94, 92, 0.3);
}

.hero-panel .theme-btn i {
  transition: transform 0.3s ease;
}

.hero-panel .theme-btn:hover {
  background: #e24c4a;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(244, 94, 92, 0.5);
}

.hero-panel .theme-btn:hover i {
  transform: translateX(4px);
}

.split-hero .hero-shape img,
.split-hero .hero-shape2 img {
  z-index: 4;
}

/* Mobile Toggle Switcher Hidden by default on desktop */
.hero-mobile-toggle {
  display: none;
}

/* Mobile Toggle Switcher Layout */
@media (max-width: 767px) {
  .split-hero {
    height: 100vh;
    min-height: 600px;
  }

  .hero-split-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; /* Disable flex column */
  }

  .hero-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 24px 140px 24px;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1.03); /* Slight zoom-out transition for inactive panel */
  }

  /* Active panel fade-in and scale down to 1 */
  .hero-panel.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    transform: scale(1);
  }

  .hero-panel .hero-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-panel .hero-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  /* Mobile Toggle Switcher Styling */
  .hero-mobile-toggle {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    padding: 0 16px;
  }

  .toggle-pill {
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    padding: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }

  .toggle-btn {
    flex: 1;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .toggle-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
  }

  .toggle-btn.active {
    background: #ffffff;
    color: #0b132a;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  }

  .toggle-btn.active i {
    transform: rotate(15deg);
  }

  /* Keep decorative shapes above panels but below switcher if needed */
  .split-hero .hero-shape img {
    bottom: -1px;
    z-index: 3;
  }

  .split-hero .hero-shape2 img {
    top: -1px;
    z-index: 3;
  }
}

/* Ensure fixed-top navigation is always on top and styled correctly */
.navbar.fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1050 !important;
  background: var(--color-white) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  animation: slide-down 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Navigation Dropdown Hover & Layering Fixes */
.main-navigation {
  position: relative;
  z-index: 100 !important;
}

@media all and (min-width: 992px) {
  /* Prevent mouse-leave issues by keeping top static and using transforms for animation */
  .navbar .dropdown-menu.fade-up {
    top: 100% !important;
    transform: translateY(15px) rotateX(-75deg) !important;
    transform-origin: 0% 0%;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease !important;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100% !important;
    transform: translateY(0) rotateX(0deg) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Move Scroll to Top button to the left side of the screen */
#scroll-top {
  right: auto !important;
  left: 30px !important;
}
