:root {
  --hdcolor: #ba9c68;
  --lightPink: #fbf7f2;
  --lightgray: #4d4b4b;
  --white: #ffffff;
  --black: #000000;
  --btn-primary: #ba9c68;
}

.main-hd h1 {
  color: var(--hdcolor);
  text-transform: uppercase;
}
.mt-10{ padding-top:2em !important;}
h4 {
  font-size: 1.2rem;
}
.lightPink {
  background: var(--lightPink);
}
body {
  font-size: 0.8rem;
}
.ml8{ margin-left:8em;}
.bgfadedhdr{ background:linear-gradient(179deg, rgb(18 18 18) 0%, rgb(0 0 0 / 0%) 83%);}
.btn-primary {
  background: var(--black);
  border: 1px solid var(--black);
}
.btn-primary:hover {
  background: var(--white);
  border: 1px solid var(--black);
  color: black;
}
.flatpickr-input {
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
}
#back-to-up {
  padding: 5px 10px;
  z-index: 1;
}
.yellow_txt {
  color: var(--hdcolor);
}

/* Calendar Icon Positioning */
.calendar-icon {
  position: absolute;
  top: 33px;
  right: 21px;
  color: #7a7a7a;
  pointer-events: none;
  font-size: 16px;
}

/* Style altInput (flatpickr creates this input) */
input.flatpickr-input[readonly] {
  font-weight: bold;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
}
.flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 1);
}
.flatpickr-day.selected {
  background: #ba9c68;
  border: 1px solid #ba9c68;
}

.thumb-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.thumb-video {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  /* z-index: 1; */
}

.thumb-wrapper video {
  width: 100%;
  border: 2px solid #ffffff;
      height: 152px;
    object-fit: cover;
}

.thumb-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  overflow: hidden;
}

.thumb-video {
  width: 100%;
  border-radius: 0px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  color: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* .owl-carousel.owl-hidden {
    opacity: 1;
} */

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  opacity: 0.8;
  pointer-events: none;
}

.event_list {
  list-style: none; 
  margin: 20px 10px; margin-bottom:35px;
}
.event_list li {
  list-style: none;
  font-weight: bold;
  display: inline-flex;
  font-size: 1.2em;
  border-right: 2px solid #000;
  padding: 0px 30px;
  text-align: left;
}
.event_list li:last-child {
  border-right: none;
}

.header-info .yellow-btn {
  background: var(--white);
  color: var(--black);
}

#weddingTabsContent h3 {
  color: var(--hdcolor);
  padding-top: 10px;
  font-size: 1.2rem;
}

#weddingTabs {
  border-bottom: 1px solid var(--black);
}
#weddingTabs li {
  font-size: 1em;
  font-weight: 500;
  width: 20%;
  text-transform: uppercase;
  text-align: center;
  display: inline-grid;
  width: 12%;
}
#weddingTabs li button {
  border: none;
  background: transparent;
  margin-top: 10px;
  text-transform: uppercase;
  color: #212529;
  padding: 5px;
  font-weight:600;
}
#weddingTabs li button.active {
  color: var(--hdcolor);
}
 @keyframes slideInFromBottom {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* content-box baseline */
  .content-box {
    opacity: 0;
  }

  /* apply the animation when visible */
  .content-box.visible {
    animation: slideInFromBottom 0.6s ease forwards;
  }

  
.event-info {
  background-color: #f5f1e8;
  min-height: 600px;
  max-height: 100%;
}
.data-table thead tr th {
  background-color: #b49459;
  color: #fff;
  font-size: 12px;
}
.data-table h4 {
  color: #b49459;
  font-weight: 600;
  font-size: 21px;
}

.new-title-heading {
  font-size: 29px;
  color: #b49459;
  font-weight: 600;
}
.data-table tr td {
  font-size: 12px;
}
.data-table tbody tr th {
  font-size: 12px;
  font-weight: 500;
}

/* .event-img1 {
  width: 450px;
  height: 300px;
  left: 60px;
  top: 160px;
  position: relative;
  border: 5px solid #fff;
} */


.event-img1 {
  width: 540px;
  height: 400px;
  left: 0px;
  top: 10px;
  position: relative;
  border: 5px solid #fff;
}

.event-img2 {
  width: 300px;
  height: 350px;
  z-index: 1;
  position: absolute;
  border: 5px solid #fff;
}
.know-more {
  padding: 10px 20px;
  background-color: var(--hdcolor);
  border: 1px solid var(--hdcolor);
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
}
.download-with-enq .download-br-btn {
  background-color: transparent;
  color: var(--hdcolor);
  margin-right: 1rem;
}

.feedback-sec {
  overflow: hidden; /* Prevent content from jumping out */
}

.about-carousel .item {
  text-align: left;
}
.weddingnav-carousel .item {
  text-align: left;
}

.about-carousel .item h1 {
  font-size: 22px;
  margin-top: 15px;
}
.weddingnav-carousel .item h1 {
  font-size: 22px;
  margin-top: 15px;
}
.about-carousel .item p {
  font-size: 14px;
  color: #555;
}
.weddingnav-carousel .item p {
  font-size: 14px;
  color: #555;
}
.about-btn1,
.about-btn2 {
  margin: 5px;
}
.about-carousel img {
  min-height: 350px;
}
.weddingnav-carousel img {
  min-height: unset;
}

/* dining page css */
/* h1.section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
}

.dining-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dining-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.dining-card img {
  height: 250px;
  object-fit: cover;
}

.dining-card .card-body {
  background-color: #fff;
  padding: 20px;
} */



.cta a {
  background-color: #b48850;
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.cta a:hover {
  background-color: #926a38;
  color: #fff;
}

/* .modal-header {
      background-color: #b48850;
      color: white;
    } */



.form-control,
.form-select {
  border-radius: 10px;
  box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #b48850;
}

.modal-body i {
  color: #b48850;
  margin-right: 0px;
}

#restaurantDesc.collapse {
  height: 80px;
  overflow: hidden;
  transition: height 0.4s ease;
  position: relative;
}

#restaurantDesc.collapse.expanded {
  height: auto;
}
#restaurantDesc.collapse:not(.show) {
  display: block;
}
.collapse-text {
  max-height: 68px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease-in-out;
}

.collapse-text.expanded {
  max-height: 1000px; /* Adjust as needed */
}

.gallary .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.gallary .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.gallary .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.gallary .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Container tweaks */
.glry-tabs {
  justify-content: center;
  margin: 10px;
  border-bottom: none; /* remove default border */
}

/* Style the tab buttons */
.glry-tabs .nav-link {
  border: none;
  background-color: #fafafa; /* soft light blue */
  color: #444444; /* dark slate */
  font-weight: 600;
  margin-right: 8px;
  border: 1px solid #ba9c68;
  border-radius: 50px; /* pill shape */
  padding: 8px 22px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.glry-tabs .nav-link:hover {
  background-color: #eaeaea; /* slightly darker blue */
  color: var(--hdcolor);
}

/* Active tab styling */
.glry-tabs .nav-link.active {
  background-color: var(--hdcolor); /* strong blue */
  color: #ffffff; /* white text */
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.4);
}

/* Remove focus outline but keep accessibility */
.glry-tabs .nav-link:focus-visible {
  outline: 2px solid var(--hdcolor);
  outline-offset: 2px;
}
/* Image card with label overlay */
.img-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem; /* rounded */
}
.img-card img {
  display: block;
      min-height: 235px;
    object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.img-card:hover img {
  transform: scale(1.05);
}
.img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(15 15 15 / 60%);
  color: white;
  padding: 6px 10px;
  font-weight: normal;
  font-size: 0.9rem;
  text-align: center;
  user-select: none;
}

/* room css */
.room-container {
  background: #fff;
  border-radius: 0px;
  padding: px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.room-container .room-header{ margin-top:2em;}
.room-container p{ line-height:24px;     font-size: .9rem;}
#amenitiesModal .amenity-icon, .amenity-item i{ margin-right:5px !important;}
.main-image {
  border-radius: 0px;
  min-height: 400px;
  transition: opacity 0.4s ease-in-out;
}
.thumbnail-img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  margin-top: 5px;
  border-radius: 0px;
  cursor: pointer;
  border: 2px solid #a4a4a4;
  transition: all 0.3s ease;
}
.thumbnail-img:hover,
.thumbnail-img.active {
  border-color: #ffffff;
  transform: scale(1.05);
}
.room-header h2 {
  font-weight: 600;
  color: #444;
  font-size: 1.5rem;
}

.modal-content {
  background:#f1f1f1;
  border-radius: 4px;
}
.amenity-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 10px;
}
.amenity-item {
  background: #f8f9fa;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.thumb {
  position: absolute;
  left: 0;
  bottom: 0em;
  /* background: rgb(0 0 0 / 20%); */
  width: 100%;
  padding: 10px;
  text-align: center;
  justify-content: center;
  height: 100px;
  /* padding: 10px; */
  margin-top: 10px;
}

.bg_room {
  background: #fffdfa;
}

/* meeting event css */
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.amenity {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.amenity i {
  font-size: 1.4rem;
  color: #0d6efd;
  margin-right: 10px;
}

.event-cta-section {
  background-image: url("../images/event-form-bg.jpg"); /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position:100% 94%;
  position: relative;
  z-index: 1;
}

.event-cta-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 0;
}

.what-we-offer-section {
  background: #f3f5f9;
}

.offer-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef1f7;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.offer-box:hover .icon-wrapper {
  background: #dee2e6;
}


/* another offer css */
.offer-luxury-section {
  background: #fbf7f2;
}

.offer-glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 30px;
  color: white;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  min-height:275px;
}

.offer-glass-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
}

.bg-gradient1 {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.bg-gradient2 {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
}
.bg-gradient3 {
  background: linear-gradient(135deg, #ff6a00, #ee0979);
}
.bg-gradient4 {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.offer-glass-card h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--black);
}

.offer-glass-card p {
  font-size: 0.85rem;
  color: var(--black);
}
input{ border-radius:4px;}
.floating-input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem 0.75rem 0.5rem;
  margin-bottom: 4px;
  font-size: 0.8rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.floating-input:focus {
  border-color: #6c63ff;
  box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.1);
  outline: none;
}

.modal-header .btn-close {
  font-size: 18px;
}
.floating-label {
  position: absolute;
  top: 45%;
  left: 1.5rem;
  transform: translateY(-50%);
  color: #777;
  pointer-events: none;
  transition: 0.2s ease all;
  /* background: white; */
  padding: 0 5px;
  font-size: 0.8rem;
  margin-bottom: 7px;
}
.floating-input:focus {
  border-color: var(--hdcolor);
  color: #2c2c2c;
  box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.1);
  outline: none;
}
.floating-input:focus + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
  top: -10px;
  font-size: 0.75rem;
  color: var(--hdcolor);
}

.gradient-btn {
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  color: white;
  border: none;
  transition: all 0.3s ease-in-out;
}

.gradient-btn:hover {
  background: linear-gradient(135deg, #3a3fcb, #7c82f8);
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Smooth transition styles */
.dropdown-menu {
  opacity: 1;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.3s ease;
  display: block; /* override Bootstrap default */
  z-index: 1050;
}

.dropdown-menu li{ margin-bottom:10px; }
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.custom-dropdown-menu {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  border: none;
  z-index: 1050;
}

/* .nav-item.dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(10);
  top: 3em;
  border-radius: 7px;
} */

.custom-dropdown-item {
  font-weight: 500;
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 12px;
  color: #333;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

/* .custom-dropdown-item:hover {
  background-color: var(--hdcolor);
  color: #fff;
  transform: translateX(4px);
} */

.custom-dropdown-item i {
  font-size: 1.2rem;
  color: inherit;
}

/* 
corporate event page css */
.shape-1 {
  background-color: #fff;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.shape-2 {
  background-color: var(--hdcolor);
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 9;
  right: 150px;
  bottom: 150px;
}

span.sm-dot {
  width: 8px;
  height: 8px;
  background-color: var(--hdcolor);
  margin-right: 10px;
  display: inline-block;
}
.card-style3 {
  margin-bottom: 1em;
  margin-top: 1em;
}
.card-style3 .shape-1 {
  width: 40px;
  height: 40px;
  /* background: rgb(0 0 0 / 60%); */
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-style3 .shape-2 {
  width: 40px;
  height: 40px;
  left: 40px;
  bottom: 40px;
  transition: 0.3s;
}

.card-style3:hover .shape-2 {
  opacity: 0;
}

.card-style3:hover .shape-1 {
  width: 100%;
  height: 100%;

  background: hsl(205, 28.6%, 16.5%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.card-style3:hover .card-body .hover-content {
  opacity: 1;
}

.card-style3 .card-body .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  z-index: 9;
  transition: 0.8s;
  width: 100%;
  padding: 0 35px;
  max-height:20px;
}

.card-style3 h3 {
  padding: 10px;
  font-size: 1rem;
  color: #000 !important;
}

.card-style3 p {
  opacity: 0;
}
.card-style3 a {
  background: #000;
  color: #fff !important;
  text-align: center;
  width: 120px;
  padding: 10px;
  position: fixed;
  bottom: -100px;
  right: 0px;
}
.card-style3:hover p {
  opacity: 1;
}

.hover-card {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  overflow: visible;
  transition: transform 0.4s ease;
}

.hover-card-inner {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

.hover-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 0px;
}

.hover-card:hover img {
  transform: scale(1.05) translateY(-5px);
}

.hover-card-content {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 1.2rem;
  border-radius: 0 0 15px 15px;
  z-index: 3;
  color: #fff;
}

.animated-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}

.hover-card:hover .animated-border {
  border-color: var(--hdcolor);
  animation: drawBorder 0.7s ease forwards;
}

@keyframes drawBorder {
  0% {
    clip-path: inset(50% 50% 50% 50%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/* .venue-card {
  border-radius: 20px;
  overflow: visible;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
  transition: box-shadow 0.4s ease;
  position: relative;
}

.venue-card:hover {
  box-shadow:
    0 12px 40px rgb(255 193 7 / 0.6),
    0 4px 20px rgb(0 0 0 / 0.25);
}

.venue-image {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  will-change: transform;
}

.venue-card:hover .venue-image img {
  transform: scale(1.15) rotate(2deg);
}


.venue-image .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.5s ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  pointer-events: none;
}

.venue-card:hover .venue-image .overlay {
  background: rgba(0, 0, 0, 0.4);
}


.animated-border {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 3px solid #ffc107; 
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-sizing: border-box;
}

.venue-card:hover .animated-border {
  opacity: 1;
}

.venue-content {
  width: 50%;
  position: relative;
  padding-left: 4rem;
  background: linear-gradient(to right, rgba(255 255 255 / 0.95), rgba(255 255 255 / 0.85));
  margin-left: -6rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 10;
  color: #222;
  transform: translateX(20px);
  transition: transform 0.5s ease;
}

.venue-card:hover .venue-content {
  transform: translateX(0);
}

.venue-content h3 {
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: default;
}

.venue-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 4px;
  background: #ffc107;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.venue-card:hover .venue-content h3::after {
  width: 60px;
}

.venue-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #555;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #222;
  font-weight: 600;
  padding: 0.6rem 1.8rem;
  border-radius: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255 193 7, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-warning:hover {
  background-color: #e0a800;
  color: #111;
  box-shadow: 0 8px 30px rgba(224, 168, 0, 0.7);
  transform: translateY(-3px);
} */


/* contact page css */
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #313840;
  padding: 30px 0px;
  min-height:200px;
}
.contact-info-item .contact-info-text a{ color: #fff;
    font-size: .8rem;}
.contact-page-sec .contact-page-form h2 {
  color: #313840;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: var(--white);
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #f2f2f2;
  font-size: .8rem;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: var(--hdcolor) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}


/* career page css */
 .job-box {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease-in-out;
      border-left: 5px solid var(--hdcolor);
    }

    .job-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .form-section {
      background: rgba(255, 255, 255, 0.85);
      padding: 35px;
      border-radius: 15px;
      backdrop-filter: blur(8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

    }
    .cr_sec{           margin: 30px 0px;
    margin-left: -100px;
    height: 80% !important;
    margin-top: 64px;}

    .form-control:focus, .form-select:focus {
      border-color: var(--hdcolor);
      box-shadow: none;
    }

  

    .btn-primary:hover {
      background-color: var(--hdcolor);
    }
    .object-fit-cover {
  object-fit: cover;
}

.rounded-start {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}




/* term & conditions */

    .tncpage .accordion .accordion-item {
      border: none;
      margin-bottom: 15px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      background: #fff;
    }

    .tncpage .accordion-button {
      font-weight: 500;
      font-size: .9rem;
      color: #333;
      background: rgba(186 156 104 / 30%);
      transition: all 0.3s ease-in-out;
    }

    .tncpage .accordion-button:not(.collapsed) {
      background: linear-gradient(to right, #ba9c68, #e2c696);
      color: #fff;
      box-shadow: 0 4px 10px rgba(16, 17, 18, 0.3);
    }

    .tncpage.accordion-body {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.7;
      padding: 1.25rem 1.5rem;
    }

    .tncpage .accordion-button:focus {
      box-shadow: none;
    }

  .triangle-animated-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.triangle-animated-bg .triangle {
  position: absolute;
  background: rgba(45, 45, 45, 0.06);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation: floatDiagonal 18s infinite ease-in-out;
}

.triangle.triangle-sm {
  width: 60px;
  height: 60px;
  top: -30px;
  left: 10%;
  animation-duration: 12s;
  animation-delay: 2s;
  background: rgba(186 156 104, .8);
}

.triangle.triangle-md {
  width: 100px;
  height: 100px;
  bottom: -50px;
  left: 30%;
  animation-duration: 16s;
  animation-delay: 0s;
}

.triangle.triangle-lg {
  width: 140px;
  height: 140px;
  top: 20%;
  right: -70px;
  animation-duration: 20s;
  animation-delay: 5s;
  background: rgba(0, 195, 255, 0.06);
}

@keyframes floatDiagonal {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-30px, 30px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* rules css */

    .rules-box {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .rules-box h5 {
      font-weight: bold;
      margin-bottom: 15px;
    }

    .rules-box ul {
      padding-left: 18px;
    }

    .rules-box ul li {
      margin-bottom: 10px;
    }

    /* reservation & cancellation css */


  .policy-section {
      background: #fff;
      padding: 60px 0;
    }

    .policy-box {
      background: #ffffff;
      border-radius: 10px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .policy-box h4 {
      font-weight: bold;
      margin-bottom: 15px;
    }

    .policy-box ul {
      padding-left: 18px;
    }

    .policy-box ul li {
      margin-bottom: 10px;
    }


    /* blog page css */
    .blog-image {
    width: 350px;
    height: 220px !important;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .blog-content h3 {
      font-size: 1.1rem;
      font-weight: 500;
      color: #212529;
    }

    .blog-content p {
      color: #6c757d;
    }

    .blog-content a {
    font-weight: 600;
    color: var(--hdcolor);
    text-decoration: none;
    border: 1px solid var(--hdcolor);
    padding: 5px 10px;
    border-radius: 2px;
    }

    .blog-content a:hover {
      text-decoration: underline;
    }


/* dining css */

  .dining-section {
  /* background: linear-gradient(180deg, #fff 0%, #f7f5f1 100%); */
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
}

.dining-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #222;
}

.dining-subheading {
  font-size: 1.2rem;
  color: #b88c4a;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dining-intro {
  max-width: 750px;
  margin: 0 auto;
  color: #555;
  font-size: 1rem;
}

.dining-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.dining-details p {
  color: #666;
  font-size: 1rem;
}

.dining-menu {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.dining-menu li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.dining-menu li i {
  color: #b88c4a;
  margin-right: 10px;
  font-size: 1rem;
}

.dining-time {
  margin-top: 10px;
  color: #888;
  font-size: 0.9rem;
}

.dining-img-wrapper {
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dining-img {
  height:380px;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.dining-img-wrapper:hover .dining-img {
  transform: scale(1.05);
}

.btn-dining {
  background: #b88c4a;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out;
}

.btn-dining:hover {
  background: #a37634;
  color: #fff;
}


#mainVideo {
  width: 100%;
  height: 500px;
  object-fit: cover; /* optional: crop to fill container */
  object-position:100% 18%;
}


 /* feedback */

.about-carousel .video-wrapper {
  position: relative;
  display: inline-block;
  width:100%;
}
.weddingnav-carousel .video-wrapper {
  position: relative;
  display: inline-block;
  width:100%;
}


.about-carousel .video-wrapper video {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 0rem;
  display: block;
  cursor: pointer;
}
.weddingnav-carousel .video-wrapper video {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 0rem;
  display: block;
  cursor: pointer;
}

.about-carousel .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.weddingnav-carousel .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.about-carousel .play-icon.hidden {
  opacity: 0;
  pointer-events: none;
}
.weddingnav-carousel .play-icon.hidden {
  opacity: 0;
  pointer-events: none;
}

.about-carousel .play-icon i {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.weddingnav-carousel .play-icon i {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}


/* feedback */
 .feedback-sec .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 0rem;
    overflow: hidden;
  }

 .feedback-sec .video-wrapper video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0rem;
    display: block;
    cursor: pointer;
  }

  .feedback-sec .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.3s ease;
  }

  .feedback-sec .play-icon.hidden {
    opacity: 0;
    pointer-events: none;
  }

.testimonial-with-icon {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 10px;
}

.testimonial-icon {
  font-size: 26px;
  color: #f1f4f7;
  float:right;
  margin-bottom: 10px;
}
.testimonial-with-icon p{ font-size:11px;}
/* Rotated version */
.rotated-icon {
  transform: rotate(180deg);
  display: inline-block;
}


.outspace img{ min-height:275px;}

.google-rating {
  font-size: 16px; margin-bottom:0.8em;
}
.google-rating .fa-star {
  color: #fbbc04; /* Google yellow */
}



/* Preloader wrapper */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Semi-transparent dark overlay */
#preloader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

/* Logo with bottom-to-top entrance and spin */
.preloader-logo {
  position: absolute;
  bottom: 40%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  /* animation: slideUpSpin 1.2s ease-out forwards, spin 1.5s linear infinite; */
  opacity: 1;
}


/* call now and wts app  */
.floating-buttons {
  position: fixed;
  bottom: 19%;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-buttons a {
 display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  font-size: 26px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-buttons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.35); /* Hover shadow */
}
.call-now {
  background-color: #28a745;
}
.whatsapp {
  background-color: #25D366;
}

/* Slide up + fade in */
@keyframes slideUpSpin {
  0% {
    transform: translate(-50%, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 1;
  }
}

/* Continuous spin */
@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}


#back-to-up{ background:#f4f4f4; border:1px solid #f4f4f4;}
#back-to-up i{ color:#444444;}

 .custom-modal-width {
    max-width: 700px;
  }

  .data-table tr:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.data-table tr.active {
  background-color: #e2e6ea;
}

.full-submenu {
  position: relative;
  top: -71px; /* height of navbar */
  left: 0;
  width: 100%;
  height: 250px; /* full height minus navbar */
  background: rgb(255 255 255 / 90%);
  z-index: 999;
  overflow: hidden;
  display: none;
}
.spacetoprght{ padding-top:9em;}
.spacetoprght li a{     text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #ba9c68;}
.full-submenu .sec-left a, .full-submenu .sec-left h4, .full-submenu .sec-left p{ color:#fff;}
.full-submenu.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.full-submenu ul li{ list-style:none; font-size:.9rem; margin-bottom:10px;}
.bgfadedhdr{
  z-index: 9999;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 36px;
      background: none;
      border: none;
      color: #000;
      z-index: 10000;
    }

    /* .submenu-inner {
      padding: 80px 20px 20px;
    } */

    .submenu-inner h2 {
      margin-bottom: 20px;
    }

    .submenu-inner ul {
      list-style: none;
      padding-left: 0;
    }

    .submenu-inner ul li {
      margin-bottom: 10px;
    }

    .submenu-inner ul li a {
      text-decoration: none;
      font-size: 1.2rem;
      color: #333;
    }

    .arrow {
  margin-left: 5px;
  font-size: 0.9em;
}

.sec-left{    
  background: #ba9c68; text-align:center; height: 100vh; padding-top:9em;
}



