/********** Template CSS **********/
:root {
  --primary: #FEA116;

  --light: #F1F8FF;
  --dark: #0F172B;

  --client-color: #D2A5AD;

}

.info {
  color: #F1F8FF;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.header-logo {
  max-height: 100px;
  /* Ideal for desktop */
  width: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .header-logo {
    max-height: 55px;
    /* Smaller for tablets & mobile */
  }
}

.mobile-header-logo {
  max-height: 80px;
  /* Perfect mobile size */
  width: auto;
  object-fit: contain;
}



/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-booknow {
  background-color: #D2A5AD;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  /* color: var(--primary); */
  color: #D2A5AD;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

.regular {
  color: #D2A5AD;
}

.regular_one {
  color: black;
}
.regular-button {
  background-color: #D2A5AD !important;
  color: #000;
}

.breadcrumb-item a {
  color: #D2A5AD;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(15, 23, 43, .7); */
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.page-header-inner {
  /* background: rgba(15, 23, 43, .7); */
  height: 480px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/* PREMIUM ENQUIRY SECTION */
.premium-enquiry {
  position: relative;
  margin-top: -110px;
  z-index: 5;
  background: linear-gradient(135deg, #0f172b 0%, #111827 100%);
}

.premium-enquiry-overlay {
  background: linear-gradient(rgba(15, 23, 43, 0.92),
      rgba(15, 23, 43, 0.92));
  padding: 90px 0;
}

.premium-tag {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 13px;
  /* color: #d1a954; */
  color: #D2A5AD;
  margin-bottom: 15px;
}

.premium-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.premium-subtitle {
  font-size: 17px;
  color: #d1d5db;
  max-width: 750px;
  margin: 0 auto 40px;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}

.premium-btn {
  padding: 14px 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.premium-btn.primary {
  /* background: #d1a954; */
  background: #D2A5AD;
  color: #000;
}

.premium-btn.primary:hover {
  /* background: #c39a45; */
  background: #D2A5AD;
}

.premium-btn.outline {
  border: 1px solid #D2A5AD;
  color: #fff;
  background: transparent;
}

.premium-btn.outline:hover {
  /* background: #d1a954; */
  background: #D2A5AD;
  color: #000;
}

.premium-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  color: #e5e7eb;
  font-size: 15px;
  margin-bottom: 12px;
}

.premium-note {
  font-size: 13px;
  color: #9ca3af;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .premium-enquiry {
    margin-top: 0;
  }

  .premium-enquiry-overlay {
    padding: 60px 20px;
  }

  .premium-title {
    font-size: 28px;
  }

  .premium-actions {
    gap: 12px;
  }

  .premium-btn {
    width: 100%;
    text-align: center;
  }

  .premium-contact {
    flex-direction: column;
    gap: 10px;
  }
}

.for-top {
  margin-bottom: 150px;
}


/* Mobile view fix */
@media (max-width: 768px) {
  .for-top {
    margin-bottom: 0 !important;
  }
}


/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  font-family: 'Playfair Display', serif;
}

.text-heading {

  font-family: 'Playfair Display', serif;
}

.carousal-p {
  font-family: 'Lato', sans-serif;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--client-color);
  /* background: #D2A5AD; */
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  /* background: var(--primary); */
  background: var(--client-color);

}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}


/*** Service ***/
.service-item {
  height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item .service-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
  transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
  color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Testimonial ***/
.testimonial {
  background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  padding-left: 65px;
  padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
  padding: 30px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 2px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--primary);
  background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
  transition: .5s;
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.background {
  background: var(--client-color);
}

.footer {
  position: relative;
  margin-top: -110px;
  padding-top: 180px;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--client-color);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.premium-stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.premium-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.premium-stat-card i {
  font-size: 34px;
}

.premium-stat-card h2 {
  font-weight: 700;
  color: var(--dark);
}

.premium-stat-card p {
  font-size: 14px;
  color: #6b7280;
}

.premium-img-small {
  width: 75%;
  margin-top: 25%;
  transition: transform 0.4s ease;
}

.premium-img-large {
  width: 100%;
  transition: transform 0.4s ease;
}

.premium-img-small:hover,
.premium-img-large:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .premium-img-small {
    width: 100%;
    margin-top: 0;
  }

  .premium-stat-card {
    padding: 22px 16px;
  }
}

/* =========================================
   ULTRA LUXURY RESORT ROOMS – TRIDHA
   Theme: #0F1E3A (Navy) | #D2A5AD (Rose Gold)
========================================= */

/* Card Base */
.room-item {
  background: linear-gradient(180deg, #ffffff 60%, #f8f9fc);
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 30, 58, 0.18);
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  /* Equal height for all cards */
  display: flex;
  flex-direction: column;
}

.room-item:hover {
  transform: translateY(-14px);
  box-shadow: 0 35px 90px rgba(15, 30, 58, 0.35);
}

/* Equal Image Height */
.room-item .position-relative {
  height: 220px;
  /* Make images same height */
  overflow: hidden;
}

.room-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Perfect equal image crop */
  transition: transform 0.7s ease;
}

.room-item:hover img {
  transform: scale(1.15);
}

/* Image Overlay */
.room-item .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 30, 58, 0.05),
      rgba(15, 30, 58, 0.55));
  opacity: 0;
  transition: 0.4s ease;
}

.room-item:hover .position-relative::after {
  opacity: 1;
}

/* Luxury Ribbon */
.luxury-ribbon {
  position: absolute;
  top: 18px;
  right: -40px;
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD);
  color: #fff;
  padding: 6px 50px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 5;
}

/* Inner Content */
.room-item .p-4 {
  flex: 1;
  /* Push content equally */
  display: flex;
  flex-direction: column;
}

/* Price Shimmer */
.room-item small.bg-primary {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD) !important;
  color: #fff !important;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 20px rgba(210, 165, 173, 0.6);
  animation: shimmer 2.5s infinite linear;
}

@keyframes shimmer {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.25);
  }

  100% {
    filter: brightness(1);
  }
}

/* Titles */
.room-item h5 {
  color: #0F1E3A;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: 20px;
}

/* Stars */
.room-item .fa-star {
  color: #D2A5AD !important;
}

/* Icons */
.room-item .fa-bed,
.room-item .fa-bath,
.room-item .fa-wifi {
  color: #D2A5AD !important;
}

/* Description */
.room-item p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  flex: 1;
  /* Keep spacing equal */
}

/* Buttons */
.room-item .btn-primary {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD) !important;
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 10px 28px rgba(15, 30, 58, 0.35);
  transition: 0.4s ease;
}

.room-item .btn-primary:hover {
  background: linear-gradient(135deg, #D2A5AD, #0F1E3A) !important;
  transform: translateY(-3px);
}

.room-item .btn-dark {
  background: transparent !important;
  border: 1.8px solid #D2A5AD;
  color: #0F1E3A !important;
  font-weight: 700;
  transition: 0.3s ease;
}

.room-item .btn-dark:hover {
  background: #D2A5AD !important;
  color: #0F1E3A !important;
  transform: translateY(-3px);
}

/* Buttons Row */
.room-item .d-flex.justify-content-between {
  margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .room-item .position-relative {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .room-item {
    border-radius: 14px;
  }

  .room-item h5 {
    font-size: 18px;
  }

  .room-item p {
    font-size: 14px;
  }

  .room-item .position-relative {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .room-item .position-relative {
    height: 160px;
  }
}

/* ==============================
   ULTRA PREMIUM VIDEO SECTION
   Theme: #0F1E3A | #D2A5AD
================================ */
.luxury-video-wrapper {
  background: linear-gradient(135deg, #0F1E3A, #111c33);
  min-height: 520px;
}

.luxury-video-content {
  background: linear-gradient(
    rgba(15, 30, 58, 0.96),
    rgba(15, 30, 58, 0.96)
  );
}

.luxury-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #D2A5AD;
  font-weight: 600;
  margin-bottom: 14px;
}

.luxury-video-box {
  position: relative;
  overflow: hidden;
}

.luxury-video-bg {
  position: relative;
  min-height: 520px;
  background: linear-gradient(
      rgba(15, 30, 58, 0.25),
      rgba(15, 30, 58, 0.6)
    ),
    url(../img/video.jpg);
  background-size: cover;
  background-position: center;
}

/* Premium Buttons */
.luxury-btn-primary {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD);
  color: #ffffff;
  padding: 14px 36px;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  border: none;
  transition: 0.4s ease;
}

.luxury-btn-primary:hover {
  background: linear-gradient(135deg, #D2A5AD, #0F1E3A);
  transform: translateY(-2px);
}

.luxury-btn-outline {
  border: 2px solid #D2A5AD;
  padding: 14px 36px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  background: transparent;
  transition: 0.4s ease;
}

.luxury-btn-outline:hover {
  background: #D2A5AD;
  color: #0F1E3A;
  transform: translateY(-2px);
}

/* Play Button – CENTERED */
.luxury-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-play-btn:before,
.luxury-play-btn:after {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD) !important;
}

.luxury-play-btn span {
  border-left: 32px solid #0F1E3A !important;
}

/* Modal */
.luxury-modal {
  background: #000000;
}

.luxury-close {
  position: absolute;
  top: -38px;
  right: 0;
  background: #D2A5AD;
  border-radius: 50%;
  opacity: 1;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .luxury-video-wrapper,
  .luxury-video-bg {
    min-height: auto;
  }

  .luxury-video-content {
    padding: 40px 20px !important;
    text-align: center;
  }

  .luxury-btn-primary,
  .luxury-btn-outline {
    width: 100%;
    text-align: center;
  }
}


/* ==============================
   ULTRA PREMIUM SERVICES – TRIDHA
   Equal Height + Responsive
================================ */

.luxury-services {
  background: linear-gradient(180deg, #f8f9fd, #ffffff);
}

/* Equal height cards */
.luxury-service-card {
  background: linear-gradient(180deg, #ffffff 60%, #f5f6fb);
  border-radius: 20px;
  padding: 45px 28px;
  text-align: center;
  box-shadow: 0 18px 55px rgba(15, 30, 58, 0.12);
  transition: all 0.45s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* Equal height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.luxury-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(210, 165, 173, 0.08), rgba(15, 30, 58, 0.08));
  opacity: 0;
  transition: 0.4s ease;
}

.luxury-service-card:hover::before {
  opacity: 1;
}

.luxury-service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 85px rgba(15, 30, 58, 0.28);
}

/* Icon Circle */
.luxury-service-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(210, 165, 173, 0.45);
}

.luxury-service-icon i {
  font-size: 32px;
  color: #ffffff;
}

/* Image icons inside the circle */
.luxury-service-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/* Title */
.luxury-service-card h5 {
  font-weight: 800;
  color: #0F1E3A;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  margin-top: auto;
}

/* Description */
.luxury-service-card p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: auto;
  /* Push bottom consistently */
}

/* Responsive */
@media (max-width: 992px) {
  .luxury-service-card {
    padding: 38px 22px;
  }
}

@media (max-width: 768px) {
  .luxury-service-card {
    padding: 32px 20px;
  }

  .luxury-service-icon {
    width: 68px;
    height: 68px;
  }

  .luxury-service-icon i,
  .luxury-service-icon img {
    width: 28px;
    height: 28px;
    font-size: 26px;
  }

  .luxury-service-card h5 {
    font-size: 18px;
  }

  .luxury-service-card p {
    font-size: 14px;
  }
}


/* ============================
   Dining & Experiences
============================= */
.dining-section {
  background: #071a33;
  padding: 80px 0;
  color: white;
  text-align: center;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.section-subtitle {
  color: #ccc;
  margin-bottom: 50px;
}

.dining-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
  min-height: 420px;
  /* BOTH CARDS SAME HEIGHT */
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.dining-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Zoom effect */
.dining-card:hover .dining-img {
  transform: scale(1.1);
}

/* Dark overlay */
.dining-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.4s ease;
}

.dining-card:hover .dining-overlay {
  background: rgba(0, 0, 0, 0.65);
}

/* Text content */
.dining-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: left;
}

.dining-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: white;
}

.dining-content p {
  font-size: 15px;
  margin: 10px 0 20px;
  color: #ddd;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .dining-card {
    min-height: 380px;
  }

  .dining-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .dining-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .dining-card {
    min-height: 350px;
  }

  .section-title {
    font-size: 32px;
  }

  .dining-content h3 {
    font-size: 20px;
  }
}

/* ==============================
   ULTRA PREMIUM TESTIMONIALS
   Theme: #0F1E3A | #D2A5AD
================================ */

.luxury-testimonial {
  background: linear-gradient(rgba(15, 30, 58, 0.92),
      rgba(15, 30, 58, 0.92)),
    url(../img/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
}

.luxury-testimonial-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  padding: 42px 32px;
  position: relative;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.25);
  transition: 0.4s ease;
}

.luxury-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.35);
}

/* Quote Icon */
.luxury-quote-icon {
  position: absolute;
  right: 26px;
  bottom: 18px;
  font-size: 42px;
  color: #D2A5AD;
  opacity: 0.25;
}

/* Text */
.luxury-testimonial-card p {
  color: #0F1E3A;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

/* Profile */
.luxury-testimonial-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #D2A5AD;
}

.luxury-testimonial-card h6 {
  color: #0F1E3A;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.luxury-testimonial-card small {
  color: #6b7280;
}

/* Owl Nav */
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD) !important;
  border-radius: 50%;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(210, 165, 173, 0.6);
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .luxury-testimonial-card {
    padding: 28px 22px;
  }

  .luxury-testimonial-card p {
    font-size: 14px;
  }

  .luxury-testimonial-img {
    width: 80px;
    height: 80px;
  }

}

/* =========================================
   ULTRA PREMIUM TEAM – TRIDHA
   Theme: #0F1E3A | #D2A5AD
========================================= */

.team-premium-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 30, 58, 0.18);
  transition: all 0.45s ease;
  position: relative;
}

.team-premium-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 90px rgba(15, 30, 58, 0.35);
}

/* Image Styling */
.team-premium-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.team-premium-card:hover img {
  transform: scale(1.08);
}

/* Dark Luxury Overlay on Hover */
.team-premium-card .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 30, 58, 0.05),
      rgba(15, 30, 58, 0.65));
  opacity: 0;
  transition: 0.4s ease;
}

.team-premium-card:hover .position-relative::after {
  opacity: 1;
}

/* Social Icons */
.team-premium-card .btn-square {
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD) !important;
  border: none;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.team-premium-card .btn-square:hover {
  background: linear-gradient(135deg, #D2A5AD, #0F1E3A) !important;
  transform: translateY(-3px) scale(1.05);
}

/* Staff Info */
.team-premium-card .text-center {
  background: #ffffff;
  padding: 22px;
}

.team-premium-card h5 {
  color: #0F1E3A;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.team-premium-card small {
  color: #D2A5AD;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Social Icon Position Fix */
.team-premium-card .position-absolute {
  transition: 0.4s ease;
}

.team-premium-card:hover .position-absolute {
  top: 85%;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .team-premium-card img {
    height: 260px;
  }
}

/* =========================================
   FULL WIDTH FIX FOR ULTRA WIDE SCREENS
========================================= */

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* Allow full width for large screens */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Ultra-wide screens (2K, 4K, 5K) */
@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1800px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-map iframe {
  filter: grayscale(10%) contrast(1.1);
  border-radius: 8px;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: var(--client-color) !important;
}

.footer h6::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--client-color);
  margin-top: 8px;
}

/* ===== PREMIUM FOOTER ===== */
.luxury-footer {
  background: linear-gradient(135deg, #0F1E3A, #111827);
  border-top: 4px solid #D2A5AD;
}

/* Titles */
.footer-title {
  color: #D2A5AD;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/* Brand */
.footer-brand {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
}

.footer-desc {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Map Wrapper */
.footer-map-wrapper {
  overflow: hidden;
  border-radius: 14px;
  border: 3px solid rgba(210, 165, 173, 0.5);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Social */
.footer-social {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D2A5AD, #0F1E3A);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.footer-social-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0F1E3A, #D2A5AD);
}

/* ===== BOTTOM BAR — FULL WIDTH FIX ===== */
.footer-bottom {
  width: 100%;
  background: #0F1E3A;
  text-align: center;
  font-size: 14px;
  color: #e5e7eb;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.6;
}

.powered-link {
  color: #D2A5AD;
  font-weight: 600;
}

.powered-link:hover {
  text-decoration: underline;
}

/* ===== MOBILE RESPONSIVE FIXES ===== */
@media (max-width: 768px) {
  .footer-map-wrapper iframe {
    height: 220px;
  }

  .footer-desc {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* ===== PREMIUM CAROUSEL LOOK (FIXED) ===== */

#header-carousel .carousel-item {
    position: relative;
    overflow: hidden;
}

/* Overlay */
#header-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.75)
    );
    z-index: 1;
    pointer-events: none; /* ✅ VERY IMPORTANT */
}

/* Image layer */
#header-carousel .carousel-item img {
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/* Caption wrapper */
#header-carousel .carousel-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Content card */
.carousel-content {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 32px 28px;
    border-radius: 14px;
    max-width: 720px;
    margin: auto;
}

/* Text polish */
.carousel-content h1 {
    letter-spacing: 1px;
}

.carousel-content .carousal-p {
    color: #f1f1f1;
    line-height: 1.6;
}

/* Buttons */
.carousel-content .btn {
    margin-top: 12px;
}

/* Controls always on top */
.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    #header-carousel .carousel-item img {
        height: 85vh;
    }

    .carousel-content {
        padding: 24px 20px;
    }
}

@media (max-width: 576px) {
    #header-carousel .carousel-item img {
        height: 75vh;
    }

    .carousel-content {
        padding: 20px 16px;
        border-radius: 10px;
    }

    .carousel-content h1 {
        font-size: 22px;
    }

    .carousel-content .carousal-p {
        font-size: 14px;
    }
}

/* ❌ Remove overlay only for Moon Lit slide */
#header-carousel .carousel-item.no-overlay::before {
    display: none;
}
/* ===== LUXURY VIDEO SECTION ===== */

.luxury-video-bg {
    position: relative;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.luxury-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play Button */
.luxury-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.luxury-play-btn span {
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Hover Effect */
.luxury-play-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .luxury-video-bg {
        min-height: 300px;
    }
}
/* ===== LUXURY IMAGE DESIGN ===== */

.luxury-image-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Subtle premium overlay */
.luxury-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.35)
    );
    pointer-events: none;
}

/* Image */
.luxury-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover (desktop only) */
@media (hover: hover) {
    .luxury-image-wrap:hover .luxury-image {
        transform: scale(1.05);
    }
}

/* Mobile optimization */
@media (max-width: 768px) {
    .luxury-image-wrap {
        margin-bottom: 20px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
}
/* ===== FLOATING BUTTON STACK (RESPONSIVE & ALIGNED) ===== */

/* Back to Top – keep it lowest */
.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9998;
}

/* WhatsApp – always above Back to Top */
.whatsapp-fab {
    position: fixed;
    bottom: 100px; /* ⬆ above arrow */
    right: 24px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
    z-index: 9999;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon */
.whatsapp-fab i {
    color: #fff;
}

/* Hover lift */
.whatsapp-fab:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.45);
}

/* Soft premium pulse */
.whatsapp-fab::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.25);
    animation: whatsappPulse 2.4s infinite;
    z-index: -1;
}

@keyframes whatsappPulse {
    0% { transform: scale(0.9); opacity: 0.6; }
    70% { transform: scale(1.15); opacity: 0; }
    100% { opacity: 0; }
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 576px) {
    .back-to-top {
        bottom: 20px;
        right: 16px;
    }

    .whatsapp-fab {
        bottom: 88px; /* keeps gap above arrow */
        right: 16px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

