.header-navbar .nav-item+.nav-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 65px;
}

.header-navbar .navbar-header .navbar-brand {
  padding: 0px
}

.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo {
  width: 45px;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 10px 0;
}

.text-grey {
  color: #6b6f82;
}

.open-sans {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

nav.bg-info {
  background-color: #d29751 !important;
}

.main-menu.menu-light .navigation>li.open>a {
  border-right: 4px solid #d29751;
}

.m-t-20 {
  margin-top: 20px;
}

.ratings_box p {
  display: flex;
  align-items: center;
}

/*************
DATATABLES
***********/
.dataTables_wrapper .dataTables_info {
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #d29751 !Important;
  background-color: #d29751 !important;
  background: linear-gradient(to bottom, #d29751 0%, #d29751 100%) !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #d29751 !Important;
  background-color: #d29751 !important;
  background: linear-gradient(to bottom, #d29751 0%, #d29751 100%) !Important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  font-size: 13px;
}

.btn-taj {
  border-color: #d29751 !important;
  background-color: #d29751 !important;
  color: #fff;
}

.btn-taj:hover,
.btn-taj:focus,
.btn-taj:active {
  border-color: #bd833f !important;
  background-color: #bd833f !important;
  color: #fff;
}

.fileuploader {
  padding: 8px 0px !Important;
  background: #fff !Important;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
  background: linear-gradient(135deg, #d29751 0, #d29751 100%) !important;
}

.attached-img {
  position: relative;
  display: inline-block;
}

.attached-img img {
  height: 50px;
  width: auto;
}

.attached-img:hover .overlay-img {
  opacity: 0.6;
}

.overlay-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #d29751;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.payout-status {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
  padding: .75rem 1rem;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
  background-color: #d29751 !important;
}

.header-navbar .navbar-header {
  padding: 0;
}

/*********
Modal
*******/
.modal-content {
  border-radius: 0;
}

.modal-title {
  font-weight: 800;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal .close {
  border-color: #d29751 !important;
  background-color: #d29751 !important;
  color: #fff;
  opacity: 1;
}

.modal .close:hover {
  border-color: #bd833f !important;
  background-color: #bd833f !important;
  color: #fff !Important;
  opacity: 1;
}

.center {
  text-align: center;
}

.btn-dark {
  border-color: #06294b;
  background-color: #06294b;
}

.btn-dark:hover {
  border-color: #031a31;
  background-color: #031a31;
}

.emp-name span {
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  color: #06294b;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.swal-button--confirm {
  background-color: #d29751 !Important;
}

.circle-2 {}

/*******************************
STATUS
********************************/
.progress-tracker {
  counter-reset: steps;
  display: inline-block;
  list-style: none;
  padding: 2.5em 0 1.5em 0;
  padding-left: 17em;
  text-align: left;
}

.progress-tracker li {
  border-bottom: solid 2px #989898;
  counter-increment: steps;
  display: inline-block;
  position: relative;
  width: 17em;
  margin-right: -0.375em;
}

.progress-tracker li:last-child {
  border-bottom: none;
}

.progress-tracker li:after {
  background: #989898;
  border: solid 4px transparent;
  border-radius: 50%;
  color: #fff;
  content: counter(steps);
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  width: 2em;
  height: 2em;
  bottom: -1.1em;
  line-height: 2em;
  left: -4px;
  bottom: -1.1em;
  line-height: 20px;
}

.progress-tracker li span {
  display: inline-block;
  color: #7f7f7f;
  position: relative;
  text-align: center;
  width: 17em;
  left: -8em;
  top: -1.75em;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.2;
}

.progress-tracker li span.date {
  font-size: 12px;
  color: #9a9a9a !important;
  line-height: 1;
  border: -22px !important;
  top: auto;
  position: absolute;
  bottom: -40px;
}

.progress-tracker li.completed {
  border-bottom-color: yellowgreen;
}

.progress-tracker li.completed:after {
  background: yellowgreen;
}

.progress-tracker li.completed span {
  color: #7ba428;
}

.progress-tracker li.current:after {
  background: #fff;
  border-color: yellowgreen;
}

.progress-tracker li.current span {
  color: #7ba428;
}

.progress-tracker li.skipped {
  border-bottom-color: yellowgreen;
}

.progress-tracker li.skipped:after {
  background: #D44D5C;
  color: #fff;
}

.progress-tracker li.skipped span {
  color: #c02e3e;
}

.progress-tracker li.dotted {
  border-bottom-style: dotted;
}

.progress-tracker.v2 {
  padding-left: 3.25em;
}

.progress-tracker.v2 li {
  width: 6.5em;
}

.progress-tracker.v2 li span {
  width: 6.5em;
  left: -2.25em;
}

.progress-tracker.icon li:after {
  content: "";
  font-family: LineAwesome;
}

.progress-tracker.icon li.completed:after {
  content: '\f17b';
}

.progress-tracker.icon li.skipped:after {
  content: '\f342';
}

/******************************
RESPONSIVE
******************************/
@media only screen and (max-width: 480px) {
  .header-ts {
    position: relative !Important;
    right: -1rem !Important;
  }
}

.m-25 {
  margin-top: 25px
}

.calendar_icon {
  position: absolute;
  top: 37px;
  left: calc(100% - 47px);
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #d29751;
  font-size: 25px;
}

.ui-datepicker {
  width: 21%;
  z-index: 9999 !important;
}


/* main page */
/* Light Luxury Background */
body {
  overflow-x: hidden;
}

.luxury-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:
    url('/assets/images/frontend/gold\ 2.jpg') center/cover no-repeat;
  background-blend-mode: overlay;
  overflow: hidden;
}

/* Light overlay for readability */
.luxury-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.light-ray {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.15) 50%,
      transparent 70%);
  transform: rotate(30deg);
  animation: ray-move 25s infinite linear;
}

@keyframes ray-move {
  0% {
    transform: rotate(30deg) translateX(0%);
  }

  100% {
    transform: rotate(30deg) translateX(50%);
  }
}

/* Main Container */
.main-container {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Logo Styles */
.logo-container {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  opacity: 0;
  width: 200px;
  /* Adjust based on your logo */
  height: 80px;
  background:
    url('/assets/images/frontend/miragelogo.png') center/contain no-repeat;
  background-size: auto;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(139, 107, 77, 0.2));
}

/* Placeholder for logo - replace with your miragelogo.png */
.logo-placeholder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  border-radius: 4px;
}

/* Main Content */
.content-wrapper {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}

.welcome-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 400;
  color: #5c4a37;
  margin-bottom: 16px;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}

.instruction-text {
  font-size: 18px;
  font-weight: 300;
  color: rgba(92, 74, 55, 0.9);
  margin-bottom: 80px;
  letter-spacing: 1px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ENHANCED Modern Selection Bar */
.selection-bar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  position: relative;
  gap: 40px;
}

.selection-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #5c4a37;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 28px;
  padding: 40px 35px;
  min-height: 320px;
  border: 1px solid rgba(184, 162, 132, 0.12);
  box-shadow:
    0 25px 50px rgba(139, 107, 77, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 0 25px rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
}

/* Top section with icon and title */
.option-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}

.option-icon-container {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
  box-shadow:
    0 15px 30px rgba(139, 107, 77, 0.15),
    0 0 0 2px rgba(184, 162, 132, 0.08) inset;
  margin-bottom: 25px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.option-icon-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 107, 77, 0.1), rgba(184, 162, 132, 0.1));
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.option-icon {
  font-size: 46px;
  transition: all 0.4s ease;
  color: #8b6b4d;
  filter: drop-shadow(0 3px 6px rgba(139, 107, 77, 0.2));
}

.option-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  color: #a3238e;
  margin-bottom: 10px;
}

.option-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: rgba(92, 74, 55, 0.7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Description section */
.option-description {
  font-size: 15px;
  color: rgba(92, 74, 55, 0.8);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  max-width: 280px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Enhanced Action Button */
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #8b6b4d, #b8a284);
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 35px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow:
    0 10px 20px rgba(139, 107, 77, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}

.action-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: 1;
}

.action-button:hover::before {
  left: 100%;
}

.action-button span {
  position: relative;
  z-index: 2;
  font-size: 12px;
}

.button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

/* Hover effects */
.selection-option:hover {
  transform: translateY(-15px) scale(1.02);
  z-index: 2;
  box-shadow:
    0 35px 70px rgba(139, 107, 77, 0.15),
    0 0 0 2px rgba(255, 255, 255, 0.95) inset,
    0 0 40px rgba(255, 255, 255, 0.8) inset;
  background: rgba(255, 255, 255, 0.98);
}

.selection-option:hover .option-icon-container {
  transform: translateY(-12px) scale(1.1);
  box-shadow:
    0 20px 40px rgba(139, 107, 77, 0.25),
    0 0 0 2px rgba(184, 162, 132, 0.15) inset;
}

.selection-option:hover .option-icon-container::before {
  opacity: 1;
}

.selection-option:hover .option-icon {
  color: white;
  transform: scale(1.1);
}

/* .selection-option:hover .option-name {
      letter-spacing: 3px;
      color: #8b6b4d;
    } */

.selection-option:hover .action-button {
  background: linear-gradient(135deg, #5c4a37, #8b6b4d);
  transform: translateY(-3px);
  box-shadow:
    0 15px 30px rgba(92, 74, 55, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.selection-option:hover .button-arrow {
  transform: translateX(5px);
}

.selection-option:hover::before {
  opacity: 1;
  transform: scale(1.2);
}

/* Border styles for selection-option */
.selection-option {
  outline: 2px dashed rgba(184, 162, 132, 0.3);
  box-shadow: 0 25px 50px rgba(139, 107, 77, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 0 25px rgba(255, 255, 255, 0.6) inset;
  outline-offset: -10px;
}

/* Hover effect with border */
.selection-option:hover {
  outline: 2px dashed rgba(184, 162, 132, 0.8);
  box-shadow:
    0 35px 70px rgba(139, 107, 77, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.95) inset,
    0 0 40px rgba(255, 255, 255, 0.8) inset;
}

/* Decorative background elements */
.selection-option::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 162, 132, 0.08) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.8s ease;
  z-index: 1;
}

.selection-option::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(184, 162, 132, 0.05);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.selection-option:hover::after {
  opacity: 1;
}

/* Individual option accent colors */
#hotelOption .option-icon-container {
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
}

#resortOption .option-icon-container {
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
}

#hotelOption:hover .option-icon-container {
  background: linear-gradient(135deg, #8b6b4d, #b8a284);
}

#resortOption:hover .option-icon-container {
  background: linear-gradient(135deg, #8b6b4d, #b8a284);
}

/* Footer */
.footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: rgba(92, 74, 55, 0.5);
  letter-spacing: 1px;
  z-index: 10;
  opacity: 0;
}

/* Loading animation */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f5f0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease;
}

.loading-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #5a3708;
  letter-spacing: 3px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .selection-bar {
    flex-direction: column;
    gap: 25px;
    width: 90%;
    max-width: 400px;
  }

  .selection-option {
    width: 100%;
    min-height: 280px;
    padding: 30px 25px;
  }

  .welcome-text {
    font-size: 42px;
  }

  .instruction-text {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .logo-container {
    width: 160px;
    height: 60px;
  }

  .option-name {
    font-size: 32px;
  }

  .option-icon-container {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }

  .option-icon {
    font-size: 38px;
  }

  .action-button {
    padding: 14px 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .welcome-text {
    font-size: 36px;
  }

  .instruction-text {
    font-size: 15px;
  }

  .selection-option {
    min-height: 260px;
    padding: 25px 20px;
  }

  .option-icon-container {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .option-icon {
    font-size: 34px;
  }

  .option-name {
    font-size: 28px;
  }

  .action-button {
    padding: 12px 25px;
    font-size: 13px;
  }

  .logo-container {
    width: 140px;
    height: 50px;
  }
}