* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  /* font-family: 'DM Serif Text', serif; */
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.header {
  width: 100%;
  background: #000000;
  position: relative;
  z-index: 999;
}

.container {
  width: 1200px;
  margin: auto;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  background: #000;
}

.logo img {
  height: 60px;
}

.menu {
  list-style: none;
  display: flex;
}

.menu li {
  position: relative;
}

.menu li a {
  display: block;
  padding: 15px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.menu li a:hover {
  background: #c19b76;
}

.dropdown:hover .submenu {
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  background: #222;
  top: 50px;
  left: 0;
  min-width: 220px;
  list-style: none;
  z-index: 999;
}

.submenu li a {
  padding: 12px 15px;
  border-bottom: 1px solid #333;
}

.submenu li a:hover {
  background: #c19b76;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  nav {
    display: block;
    position: absolute;
    top: 86px;
    width: 100%;
    left: 0;
  }
  .menu {
    flex-direction: column;
    display: none;
    background: #111;
    width: 100%;
  }

  .menu.active {
    display: block;
  }

  .menu li {
    width: 100%;
  }

  .submenu {
    position: relative;
    top: 0;
  }

  .menu-toggle {
    display: block;
    margin-left: auto; /* margin-left: -16px; */ /* text-align: right; */
  }
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-slider {
  height: 70vh;
}
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  color: #fff;
  max-width: 650px;
}

.slide-content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  font-family: "DM Serif Text", serif;
  text-transform: uppercase;
}
.slide-content p {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    font-family: "DM Serif Text", serif;
    text-transform: uppercase;
}
.slide-content span {
  color: #fac51e;
}

.slider-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 30px;
  background: #c19b76;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.slider-btn:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .slide-content {
    left: 30px;
    right: 30px;
  }

  .slide-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top:70px;
  }
}
@media (max-width: 415px) {
  .slide-content h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

.booking-bar {
  margin-top: -87px;
  margin-bottom: 60px;
  position: relative;
  z-index: 998;
}

.booking-bar-inner {
  display: table;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-shadow: 0 20px 30px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 20%);
  border-radius: 4px;
  background-color: #f9c41e !important;
}

.booking-bar.booking-bar-2 {
  margin-top: 0px;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.booking-bar.booking-bar-2 .booking-bar-inner {
  display: table;
  width: 100%;
  padding: 20px;
  box-shadow: none;
}

.booking-form {
  display: table-cell;
  vertical-align: middle;
}
.booking-form ul {
  list-style: none;
  display: table;
  width: calc(100% + 20px);
  margin: 0px -10px;
}
.booking-form ul li {
  display: table-cell;
  vertical-align: bottom;
  padding: 0px 10px;
}
.booking-form ul li.booking-form-btn-block {
  width: 1%;
}

.booking-form ul li .form-control {
  border-color: #fff;
  outline: none;
}

.booking-fram-name {
  display: table-cell;
  vertical-align: middle;
}

.booking-form .form-group {
  margin: 0px;
}

.booking-bar .site-button {
  display: block;
  width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .booking-form {
    padding: 0px;
  }
  .booking-bar {
    margin-top: 20px;
  }
  .booking-form .form-group {
    margin-bottom: 30px;
  }

  .booking-fram-name,
  .booking-form {
    display: block;
  }
  .booking-form {
    margin-top: 30px;
  }
  .booking-form ul li {
    display: block;
    float: left;
  }

  .booking-form ul li.date-cal-block,
  .booking-form ul li.room-type-block {
    width: 100%;
  }

  .booking-form ul li.adult-type-block {
    width: 50%;
  }
  .booking-form ul li.children-type-block {
    width: 50%;
  }
  .booking-form ul li.booking-form-btn-block {
    width: 100%;
  }
  .booking-form ul li.booking-form-btn-block button {
    width: 100%;
  }
  .booking-form ul li.booking-form-btn-block button span {
    width: 100%;
    margin: 0px;
    padding: 0px;
    transform: none;
  }
  .booking-form ul li.booking-form-btn-block button em {
    display: none;
  }
  .booking-form ul li.booking-form-btn-block.site-button {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 420px) {
  .booking-bar {
    margin-bottom: 5px;
  }
}
/*Select bar*/
.select-box {
  position: relative;
}
.select-box:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
}
.select-box select {
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.m-a0 {
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  color: #262423;
  margin-bottom: -10px;
  margin-right: 10px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background: #fff;
  width: 500px;
  margin: 8% auto;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}

.modal-logo {
  max-width: 120px;
  margin-bottom: 20px;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
}
.form-group label {
  color: #000;
}
.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}
.btn-half {
  cursor: pointer;
  background-color: #000;
  z-index: 0;
  display: inline-block;
  position: relative;
  padding: 11px 30px;
  color: #fff;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: #000;
}
.rooms-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
}

.rooms-section {
  padding: 40px 0;
  background: #f5f5f5;
}

.container {
  width: 1200px;
  margin: auto;
}

.slider-wrapper {
  overflow: hidden;
}

.room-slider {
  display: flex;
  transition: 0.5s;
}

.room-card {
  min-width: 33.33%;
  padding: 3px;
  box-sizing: border-box;
}

.room-card-inner {
  background: #fff;
}

.room-image {
  position: relative;
}

.room-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.room-image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

.room-info {
  padding: 20px;
  border: 2px solid black;
}

.price {
  color: #c19b76;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.room-info ul {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.view-btn {
  color: #c19b76;
  text-decoration: none;
  font-weight: bold;
}

.book-btn {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* slider dots */

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots span.active {
  background: #c19b76;
}
.view-btn {
  display: inline-block;
  color: #c19b76;
  font-weight: bold;
  text-decoration: none;
}
.book-btn {
     width: auto; 
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px 40px;
}
.room-card {
  flex: 0 0 33.33%;
}

@media (max-width: 992px) {
  .room-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 600px) {
  .room-card {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.about-section {
  padding: 25px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
  font-family: "DM Serif Text", serif;
}

/*.top-title {*/
/*  font-size: 58px;*/
/*}*/

.top-title span {
  color: #d8a01a;
}

.about-content p {
  /* text-align: justify; */
  line-height: 28px;
  margin-top: 3px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.feature-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
}

.feature-box .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.about-buttons {
  margin-top: 30px;
}

.btn {
  padding: 12px 25px;
  background: #d8a01a;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn.dark {
  background: #000;
}

h2 {
  font-weight: normal;
  font-size: 35px;
  line-height: 46px;
  color: #262423;
  padding: 10px 0px;
}
h3 {
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #262423;
  margin-bottom: 20px;
}
h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .top-title {
    font-size: 36px;
  }

  .features {
    grid-template-columns: 1fr;
  }
}
.services-section {
  padding: 40px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  border: 1px solid #ddd;
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  transition: 0.4s;
  font-family: "DM Serif Text", serif;
}

.service-card img {
  width: 50px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.service-card h4 {
  font-size: 14px;
  z-index: 2;
  position: relative;
}

/* hover background image */

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/background/bg-5.png");
  opacity: 0;
  background-repeat: repeat;
  transition: 0.4s;
  z-index: 1;
}
.service-card:hover {
  background-color: #bf9975;
}
.service-card:hover::before {
  opacity: 0.85;
}

.service-card:hover {
  color: #fff;
}

.view-more {
  margin-top: 20px;
}

.view-more a {
  color: #d8a01a;
  font-weight: bold;
  text-decoration: none;
}
.blogs-section {
  padding: 10px 0;
  background: #fff;
}

.section-head {
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: 32px;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.blog-card {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-content {
  padding: 25px;
}

.blog-author {
  position: absolute;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  background: #d8a01a;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-title a {
  text-decoration: none;
  color: #000;
}

.blog-content p {
  margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  font-weight: 700;
  color: #d8a01a;
}
@media (max-width: 768px) {
  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blog-image img {
    height: 220px;
  }
}
.banquet-section {
  padding: 30px 0;
  background: #f5f5f5;
}

.banquet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.banquet-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.banquet-text h4 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #c19b76;
}

.banquet-text p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.booking-btn {
  display: inline-block;
  background: #c19b76;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
}

.banquet-slider {
  position: relative;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  border-radius: 5px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.thumbs img {
  width: 80px;
  cursor: pointer;
  opacity: 0.6;
}

.thumbs img.active {
  opacity: 1;
  border: 2px solid #c19b76;
}
.banquet-slider {
  position: relative;
}

.banquet-slide {
  display: none;
}

.banquet-slide.active {
  display: block;
}

.banquet-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.banquet-prev,
.banquet-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.banquet-prev {
  left: 10px;
}

.banquet-next {
  right: 10px;
}

.banquet-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.banquet-thumbs img {
  width: 80px;
  cursor: pointer;
  opacity: 0.6;
}

.banquet-thumbs img.active {
  opacity: 1;
  border: 2px solid #c19b76;
}
@media (max-width: 768px) {
  .banquet-grid {
    grid-template-columns: 1fr;
  }

  .thumbs img {
    width: 60px;
  }
}
.specialization-section {
  position: relative;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.special-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/background/room.webp") center/cover;
  transition: 0.5s;
  z-index: 1;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.specialization-section .container {
  position: relative;
  z-index: 3;
}

.section-head {
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: 32px;
}

.special-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-family: "DM Serif Text", serif;
}

.special-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "DM Serif Text", serif;
}

.special-text p {
  line-height: 1.7;
  font-family: "DM Serif Text", serif;
}

.stats {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.stats h3 {
  color: #fac51e;
  font-size: 30px;
  font-family: "DM Serif Text", serif;
}

.special-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.special-card {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;

   display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;
}

.special-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.special-card h4 {
  color: #fff;
  font-family: "DM Serif Text", serif;
}
@media (max-width: 768px) {
  .special-grid {
    grid-template-columns: 1fr;
  }

  .special-cards {
    grid-template-columns: 1fr;
  }

  .stats {
    flex-direction: column;
    gap: 10px;
  }
}
.couple-section {
  padding: 30px 0;
  background: #f5f5f5;
}

.couple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.couple-text h4 {
  color: #c19b76;
  margin-bottom: 10px;
}

.couple-text h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.couple-text p {
  line-height: 1.7;
  text-align: justify;
}

.couple-image {
  overflow: hidden;
  border-radius: 5px;
}

.couple-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: 0.5s;
}

.couple-image:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .couple-grid {
    grid-template-columns: 1fr;
  }

  .couple-image img {
    height: 300px;
  }
}
.ability-section {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}

.section-head {
  margin-bottom: 50px;
}

.section-head h2 {
  font-size: 32px;
  text-align: left;
}

.ability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ability-card {
  background: #f5f5f5;
  padding: 40px 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.ability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ability-card h3 {
  font-size: 38px;
  color: #c19b76;
  margin-bottom: 10px;
}

.ability-card p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .ability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ability-grid {
    grid-template-columns: 1fr;
  }
}
.lux-testimonial {
  position: relative;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
}

.lux-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/background/bg-2.jpg") center/cover;
  z-index: 1;
}

.lux-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.lux-testimonial .container {
  position: relative;
  z-index: 3;
}

.lux-head {
  margin-bottom: 50px;
}

.lux-head h2 {
  font-size: 38px;
}

.line {
  width: 60px;
  height: 3px;
  background: #c19b76;
  margin-top: 10px;
}

.lux-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.lux-slider {
  display: flex;
  transition: 0.5s;
}

.lux-item {
  flex: 0 0 50%;
  padding: 20px;
}

.lux-card {
  display: flex;
  gap: 30px;
  align-items: center;
}

.lux-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.lux-text h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.lux-text p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.lux-text span {
  letter-spacing: 2px;
  font-size: 12px;
  color: #c19b76;
}

/* arrows */

.lux-prev,
.lux-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  /* background: #f9c41e; */
  width: 30px;
}

.lux-prev {
  left: -9px;
}
.lux-next {
  right: -9px;
}
@media (max-width: 768px) {
  .lux-item {
    flex: 0 0 100%;
  }

  .lux-card {
    flex-direction: column;
    text-align: center;
  }
}
.gallery-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.view-btn {
  background: #c19b76;
  border: none;
  color: #fff;
  padding: 10px 18px;
  cursor: pointer;
}

/* lightbox */

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.contact-section {
  padding: 30px 0;
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}

.contact-info h2,
.contact-form h2 {
  margin-bottom: 25px;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-item .icon {
  font-size: 22px;
  color: #c19b76;
}

.contact-item h5 {
  margin-bottom: 5px;
}

.contact-item a {
  text-decoration: none;
  color: #333;
}

.contact-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  outline: none;
}

.form-btn {
  text-align: right;
}

.form-btn button {
  background: #c19b76;
  border: none;
  color: #fff;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
}

.form-btn button:hover {
  background: #000;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-btn {
    text-align: left;
  }
}
.footer {
  background: #111;
  color: #ccc;
  padding-top: 60px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  color: #c19b76;
}
.footer p {
  margin-top: 10px;
}
.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.newsletter-right form {
  display: flex;
}

.newsletter-right input {
  padding: 12px;
  border: none;
  width: 250px;
}

.newsletter-right button {
  background: #c19b76;
  border: none;
  padding: 12px 20px;
  color: #fff;
  cursor: pointer;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}
.text-white {
  color: #fff !important;
}
.text-dark {
  color: #000;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links h4 {
  color: #fff;
}
.footer-links li {
  margin-bottom: 8px;
  padding-top: 8px;
}

.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icons a {
  background: #222;
  padding: 6px 12px;
  font-size: 13px;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #333;
  background: #0c0c0c;
}
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-right form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-right input {
    width: 100%;
    margin-bottom: 10px;
  }
}


.margin-form-data{
  margin-top: 6px;
}

















/* update */
.premium-trust-section{
    padding: 45px 0;
    background: #faf7f1;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.premium-trust-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.premium-trust-card{
    display: flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    min-width: 180px;
    position: relative;
}

.premium-trust-card::after{
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background: rgba(0,0,0,0.08);
}

.premium-trust-card:last-child::after{
    display: none;
}

.premium-trust-icon{
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.premium-trust-card .trust__label{
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 4px;
}

.premium-trust-card .trust__sub{
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

@media (max-width: 992px){

    .premium-trust-grid{
        gap: 30px 20px;
    }

    .premium-trust-card{
        flex: 0 0 calc(50% - 10px);
    }

    .premium-trust-card:nth-child(2)::after{
        display: none;
    }
}

@media (max-width: 576px){

    .premium-trust-card{
        flex: 0 0 100%;
    }

    .premium-trust-card::after{
        display: none;
    }

    .premium-trust-section{
        padding: 35px 0;
    }
}








.hotel-about-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgba(201, 169, 107, 0.12);
    border: 1px solid rgba(201, 169, 107, 0.25);
    border-radius: 50px;
    color: #b88932;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.hotel-about-badge span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9a96b;
    box-shadow: 0 0 10px rgba(201, 169, 107, 0.6);
}





.premium-stats-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
    padding: 15px 15px;
    background: linear-gradient(135deg, #ffffff, #faf7f1);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.premium-stat-box{
    flex: 1;
    text-align: center;
}

.premium-stat-box strong{
    display: block;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    color: #c29a5f;
}

.premium-stat-box span{
    font-size: 15px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.3px;
}

.stat-divider{
    width: 1px;
    height: 60px;
    background: rgba(0,0,0,0.08);
}

@media (max-width: 768px){

    .premium-stats-row{
        flex-direction: column;
        gap: 22px;
        padding: 25px;
    }

    .stat-divider{
        width: 60px;
        height: 1px;
    }

    .premium-stat-box strong{
        font-size: 30px;
    }
}






.slidess{
    position: relative;
}

.hotel-exp-badge{
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #C8962A;
    backdrop-filter: blur(10px);
    padding: 18px 22px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
    z-index: 2;
}



.hotel-exp-badge strong{
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.hotel-exp-badge span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.4px;
}

@media (max-width: 576px){

    .hotel-exp-badge{
        left: 15px;
        bottom: 15px;
        padding: 14px 18px;
    }

    .hotel-exp-badge strong{
        font-size: 28px;
    }

    .hotel-exp-badge span{
        font-size: 12px;
    }
}











/* =========================
   Compact Premium Location
========================= */

.hbt-location-premium{
    padding: 60px 0;
    background: #faf7f2;
}

/* Header */

.hbt-location-premium .section-label{
    display: table;
    margin: 0 auto 14px;
    padding: 7px 15px;
    border-radius: 50px;
    background: rgba(201,169,107,0.12);
    color: #b88932;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.hbt-location-premium .section-title{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
    max-width: 760px;
    margin: 0 auto 14px;
    text-align: center;
}

.hbt-location-premium .divider{
    width: 60px;
    height: 4px;
    border: none;
    border-radius: 20px;
    background: #c9a96b;
    margin: 0 auto 18px;
}

.hbt-location-premium .section-body{
    max-width: 720px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0 auto 34px;
    text-align: center;
}

/* Grid */

.hbt-location-premium .location-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Card */

.hbt-location-premium .location-card{
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.hbt-location-premium .location-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* Top */

.hbt-location-premium .location-card__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

/* Icon */

.hbt-location-premium .location-card__icon{
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f2e7;
    font-size: 20px;
}

/* Distance */

.hbt-location-premium .location-card__dist{
    font-size: 10px;
    font-weight: 700;
    color: #a77727;
    background: rgba(201,169,107,0.12);
    padding: 5px 10px;
    border-radius: 50px;
}

/* Heading */

.hbt-location-premium .location-card h3{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

/* Text */

.hbt-location-premium .location-card p{
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 12px;
}

/* Link */

.hbt-location-premium .location-card a{
    color: #b88932;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hbt-location-premium .location-card a:hover{
    color: #8f6727;
}

/* Responsive */

@media (max-width: 992px){

    .hbt-location-premium .location-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){

    .hbt-location-premium .location-grid{
        grid-template-columns: 1fr;
    }

    .hbt-location-premium .section-title{
        font-size: 24px;
    }

    .hbt-location-premium .section-body{
        font-size: 12px;
    }
}










/* =========================
   Compact Premium Services start
========================= */

.services-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

/* Card */

.service-item{
    position: relative;
    background: linear-gradient(180deg,#ffffff,#faf7f2);
    border-radius: 16px;
    padding: 16px 10px;
    text-align: center;
    border: 2px solid rgba(124, 84, 5, 0.12);
    transition: all 0.35s ease;
    overflow: hidden;
}

/* Glow Effect */

.service-item::before{
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 90px;
    height: 90px;
    background: rgba(201,169,107,0.10);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.service-item:hover::before{
    transform: scale(1.2);
}

/* Hover */

.service-item:hover{
    transform: translateY(-4px);
    border-color: rgba(201,169,107,0.28);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

/* Icon */

.service-item__icon{
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid rgba(201,169,107,0.18);
    font-size: 20px;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
}

.service-item:hover .service-item__icon{
    transform: rotateY(180deg);
    background: #c9a96b;
}

/* Title */

.service-item h3{
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #111;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Responsive */

@media (max-width: 992px){

    .services-grid{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px){

    .services-grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px){

    .services-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .service-item{
        padding: 14px 8px;
    }

    .service-item h3{
        font-size: 11px;
    }
}

/* =========================
   Compact Premium Services end
========================= */




/* =========================
   HBT Premium Events Section
========================= */

.hbt-events-section{
    padding: 90px 0;
    background: linear-gradient(180deg,#faf8f3,#f5efe4);
    position: relative;
    overflow: hidden;
}

.hbt-events-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(201,169,107,0.10);
}

/* Grid */

.hbt-events-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
    align-items: start;
    position: relative;
    z-index: 2;
}

/* Card */

.hbt-event-card{
    position: relative;
    background: rgba(255,255,255,0.80);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    padding: 38px;
    border: 1px solid rgba(201,169,107,0.14);
    box-shadow: 0 14px 40px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    overflow: hidden;
}

.hbt-event-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#c9a96b,#efd39b);
}

.hbt-event-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.10);
}

/* Label */

.hbt-events-label{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(201,169,107,0.12);
    color: #b88932;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Title */

.hbt-events-title{
    font-size: 34px;
    line-height: 1.35;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
}

/* Divider */

.hbt-events-divider{
    width: 70px;
    height: 4px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(90deg,#c9a96b,#efd39b);
    margin: 0 0 22px;
}

/* Description */

.hbt-events-body{
    font-size: 15px;
    line-height: 1.95;
    color: #666;
    margin-bottom: 28px;
}

/* Lists */

.hbt-event-list,
.hbt-conf-features{
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.hbt-event-list li,
.hbt-conf-features li{
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.hbt-event-list li::before,
.hbt-conf-features li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(201,169,107,0.14);
    color: #b88932;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */

.hbt-events-btn{
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hbt-events-btn--gold{
    background: linear-gradient(90deg,#c9a96b,#e7c989);
    color: #111;
    border: none;
}

.hbt-events-btn--gold:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(201,169,107,0.25);
}

.hbt-events-btn--outline{
    border: 1px solid rgba(0,0,0,0.12);
    background: #fff;
    color: #111;
}

.hbt-events-btn--outline:hover{
    background: #111;
    color: #fff;
}

/* Responsive */

@media (max-width: 992px){

    .hbt-events-grid{
        grid-template-columns: 1fr;
    }

    .hbt-events-title{
        font-size: 30px;
    }
}

@media (max-width: 768px){

    .hbt-events-section{
        padding: 70px 0;
    }

    .hbt-event-card{
        padding: 28px 24px;
        border-radius: 22px;
    }

    .hbt-event-list,
    .hbt-conf-features{
        grid-template-columns: 1fr;
    }

    .hbt-events-title{
        font-size: 25px;
    }

    .hbt-events-body{
        font-size: 14px;
    }

    .hbt-events-btn{
        width: 100%;
        margin: 8px 0 0 !important;
    }
}


/* =========================
   HBT Premium Attractions
========================= */

.hbt-attractions-section{
    padding: 60px 0;
    background: linear-gradient(180deg,#f8f5ef,#efe7d7);
    position: relative;
    overflow: hidden;
}

.hbt-attractions-section::before{
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(201,169,107,0.10);
}

.hbt-attractions-section::after{
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(201,169,107,0.07);
}

/* Container */

.hbt-attractions-section .container{
    position: relative;
    z-index: 2;
}

/* Label */

.hbt-attractions-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(201,169,107,0.12);
    color: #b88932;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Title */

.hbt-attractions-title{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
    max-width: 950px;
    margin-bottom: 18px;
}

/* Divider */

.hbt-attractions-divider{
    width: 80px;
    height: 4px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg,#c9a96b,#efd39b);
    margin: 0 0 24px;
}

/* Description */

.hbt-attractions-body{
    max-width: 950px;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 40px;
}

/* Table */

.hbt-attractions-table-wrap{
    overflow-x: auto;
}

.hbt-attractions-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(201,169,107,0.12);
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

/* Head */

.hbt-attractions-table thead{
    background: linear-gradient(90deg,#c9a96b,#e7c989);
}

.hbt-attractions-table th{
    padding: 22px 24px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #111;
}

/* Body */

.hbt-attractions-table tbody tr{
    transition: all 0.3s ease;
}

.hbt-attractions-table tbody tr:nth-child(even){
    background: rgba(201,169,107,0.03);
}

.hbt-attractions-table tbody tr:hover{
    background: rgba(201,169,107,0.10);
}

.hbt-attractions-table td{
    padding: 20px 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.hbt-attractions-table td strong{
    color: #111;
}

/* Bottom Note */

.hbt-attractions-note{
    margin-top: 28px;
    padding: 18px 22px;
    background: rgba(255,255,255,0.75);
    border-radius: 18px;
    border: 1px solid rgba(201,169,107,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.hbt-attractions-note p{
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.hbt-attractions-note a{
    color: #b88932;
    font-weight: 700;
    text-decoration: none;
}

/* Responsive */

@media (max-width: 992px){

    .hbt-attractions-section{
        padding: 80px 0;
    }
}

@media (max-width: 768px){

    .hbt-attractions-label{
        display: flex;
        width: fit-content;
        margin: 0 auto 16px;
    }

    .hbt-attractions-title{
        text-align: center;
        font-size: 26px;
    }

    .hbt-attractions-divider{
        margin: 0 auto 22px;
    }

    .hbt-attractions-body{
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .hbt-attractions-table{
        border-radius: 20px;
    }

    .hbt-attractions-table th,
    .hbt-attractions-table td{
        padding: 16px 18px;
        font-size: 13px;
    }

    .hbt-attractions-note{
        padding: 16px 18px;
    }

    .hbt-attractions-note p{
        font-size: 13px;
    }
}


/* faq */

/* =========================
   HBT Premium FAQ Section
========================= */

.hbt-faq-section{
    padding: 50px 0;
    background: linear-gradient(180deg,#f8f6f1,#efe5d4);
    position: relative;
    overflow: hidden;
}

.hbt-faq-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(201,169,107,0.10);
}

.hbt-faq-section::after{
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(201,169,107,0.08);
}

/* Container */

.hbt-faq-wrapper{
    max-width: 860px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Label */

.hbt-faq-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(201,169,107,0.12);
    color: #b88932;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Title */


.hbt-faq-title{
    font-size: 34;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
}

/* Divider */

.hbt-faq-divider{
    width: 80px;
    height: 4px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg,#c9a96b,#efd39b);
    margin: 0 0 24px;
}

/* Description */

.hbt-faq-body{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 40px;
}

/* FAQ List */

.hbt-faq-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* FAQ Item */

.hbt-faq-item{
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    border: 1px solid rgba(201,169,107,0.12);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.hbt-faq-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Question */

.hbt-faq-question{
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    color: #111;
    text-align: left;
}

/* Toggle */

.hbt-faq-toggle{
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(201,169,107,0.14);
    color: #b88932;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hbt-faq-question[aria-expanded="true"] .hbt-faq-toggle{
    transform: rotate(45deg);
    background: #c9a96b;
    color: #fff;
}

/* Answer */

.hbt-faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 28px;
}

.hbt-faq-answer p{
    padding-bottom: 26px;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* Active */

.hbt-faq-item.active .hbt-faq-answer{
    max-height: 500px;
}

/* Responsive */

@media (max-width: 768px){

    .hbt-faq-section{
        padding: 75px 0;
    }

    .hbt-faq-label{
        display: flex;
        width: fit-content;
        margin: 0 auto 16px;
    }

    .hbt-faq-title{
        text-align: center;
        font-size: 26px;
    }

    .hbt-faq-divider{
        margin: 0 auto 22px;
    }

    .hbt-faq-body{
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .hbt-faq-question{
        padding: 20px;
        font-size: 15px;
    }

    .hbt-faq-answer{
        padding: 0 20px;
    }

    .hbt-faq-answer p{
        font-size: 14px;
        padding-bottom: 22px;
    }

    .hbt-faq-toggle{
        min-width: 34px;
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}


/* =========================
   HBT PREMIUM CTA
========================= */

.hbt-premium-cta{
    padding:70px 0;
    background:#f8f5ef;
}

.hbt-premium-cta__wrapper{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    padding:65px 40px;
    text-align:center;
    background:linear-gradient(135deg,#111111 0%, #1d1d1d 45%, #2a241d 100%);
    box-shadow:0 25px 60px rgba(0,0,0,0.18);
}

.hbt-premium-cta__glow{
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(193,154,107,0.18);
    border-radius:50%;
    top:-120px;
    right:-100px;
    filter:blur(20px);
}

.hbt-premium-cta__content{
    position:relative;
    z-index:2;
}

.hbt-premium-cta__badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    color:#d4b07a;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
    backdrop-filter:blur(8px);
}

.hbt-premium-cta h2{
    color:#fff;
    font-size:34px;
    font-weight:600;
    line-height:1.2;
    margin-bottom:18px;
}

.hbt-premium-cta p{
    color:rgba(255,255,255,0.78);
    font-size:15px;
    line-height:1.8;
    max-width:820px;
    margin:0 auto 34px;
}

.hbt-premium-cta__buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
}

/* Buttons */

.hbt-premium-btn{
    text-decoration:none;
    padding:14px 28px;
    border-radius:14px;
    font-size:14px;
    font-weight:600;
    transition:0.35s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.hbt-premium-btn:hover{
    transform:translateY(-3px);
}

/* Gold */

.hbt-premium-btn--gold{
    background:linear-gradient(135deg,#d4a35f,#b88646);
    color:#fff;
    box-shadow:0 10px 25px rgba(193,154,107,0.35);
}

.hbt-premium-btn--gold:hover{
    color:#fff;
}

/* White */

.hbt-premium-btn--white{
    background:#fff;
    color:#111;
}

.hbt-premium-btn--white:hover{
    color:#111;
}

/* Outline */

.hbt-premium-btn--outline{
    border:1px solid rgba(255,255,255,0.28);
    color:#fff;
    background:rgba(255,255,255,0.03);
    backdrop-filter:blur(8px);
}

.hbt-premium-btn--outline:hover{
    color:#fff;
    background:rgba(255,255,255,0.08);
}

/* Responsive */

@media(max-width:768px){

    .hbt-premium-cta{
        padding:50px 0;
    }

    .hbt-premium-cta__wrapper{
        padding:45px 22px;
        border-radius:22px;
    }

    .hbt-premium-cta h2{
        font-size:30px;
    }

    .hbt-premium-cta p{
        font-size:14px;
    }

    .hbt-premium-btn{
        width:100%;
    }

}










/* =========================
   HBT MODERN HERO
========================= */

.hbt-modern-hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:
        linear-gradient(135deg,#0f0f0f 0%, #1b1b1b 45%, #2c241b 100%);
}

.hbt-modern-hero__shape{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(193,154,107,0.08);
    top:-180px;
    right:-120px;
    filter:blur(10px);
}

.hbt-modern-hero__wrapper{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:60px;
    align-items:center;
}

/* LEFT */

.hbt-modern-hero__badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
    color:#d8b07b;
    font-size:13px;
    font-weight:600;
    margin-bottom:24px;
    backdrop-filter:blur(8px);
}

.hbt-modern-hero__title{
    font-size:34px;
    line-height:1.12;
    font-weight:600;
    color:#fff;
    margin-bottom:22px;
}

.hbt-modern-hero__title span{
    color:#d4a15d;
}

.hbt-modern-hero__desc{
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,0.78);
    max-width:700px;
    margin-bottom:32px;
}

/* Pills */

.hbt-modern-hero__pills{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:38px;
}

.hbt-modern-hero__pill{
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-size:14px;
    font-weight:500;
    backdrop-filter:blur(10px);
}

/* Buttons */

.hbt-modern-hero__cta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.hbt-modern-btn{
    text-decoration:none;
    padding:15px 30px;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    transition:0.35s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.hbt-modern-btn:hover{
    transform:translateY(-3px);
}

.hbt-modern-btn--gold{
    background:linear-gradient(135deg,#d4a35f,#b88646);
    color:#fff;
    box-shadow:0 12px 30px rgba(193,154,107,0.30);
}

.hbt-modern-btn--gold:hover{
    color:#fff;
}

.hbt-modern-btn--outline{
    border:1px solid rgba(255,255,255,0.25);
    background:rgba(255,255,255,0.04);
    color:#fff;
    backdrop-filter:blur(8px);
}

.hbt-modern-btn--outline:hover{
    color:#fff;
    background:rgba(255,255,255,0.08);
}

/* RIGHT IMAGE */

.hbt-modern-hero__imagebox{
    position:relative;
}

.hbt-modern-hero__imgwrap{
    position:relative;
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(0,0,0,0.35);
}

.hbt-modern-hero__image{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    transition:0.5s ease;
}

@media(max-width:768px){
    .hbt-modern-hero__image{
    height:400px;
}
}


.hbt-modern-hero__imgwrap:hover .hbt-modern-hero__image{
    transform:scale(1.05);
}

/* Floating Badge */

.hbt-modern-hero__floating{
    position:absolute;
    left:30px;
    bottom:30px;
    padding:18px 22px;
    border-radius:22px;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,0.18);
    box-shadow:0 10px 35px rgba(0,0,0,0.18);
}

.hbt-modern-hero__floating h3{
    margin:0;
    color:#fff;
    font-size:34px;
    font-weight:800;
    line-height:1;
}

.hbt-modern-hero__floating p{
    margin:6px 0 0;
    color:#f1e0c8;
    font-size:13px;
    letter-spacing:0.5px;
}

/* Responsive */

@media(max-width:991px){

    .hbt-modern-hero{
        padding:70px 0;
    }

    .hbt-modern-hero__wrapper{
        grid-template-columns:1fr;
        gap:45px;
    }

    .hbt-modern-hero__content{
        text-align:center;
    }

    .hbt-modern-hero__pills{
        justify-content:center;
    }

    .hbt-modern-hero__cta{
        justify-content:center;
    }

}

@media(max-width:768px){

    .hbt-modern-hero{
        padding:55px 0;
    }

    .hbt-modern-hero__title{
        font-size:38px;
    }

    .hbt-modern-hero__desc{
        font-size:14px;
    }

    .hbt-modern-btn{
        width:100%;
    }

    .hbt-modern-hero__floating{
        left:18px;
        bottom:18px;
        padding:14px 18px;
    }

    .hbt-modern-hero__floating h3{
        font-size:26px;
    }

}








/* ============================= */
/* ABOUT SECTION REVERSE LAYOUT  */
/* ============================= */

.about-grid{
    display:grid;
    grid-template-columns:0.95fr 1.05fr;
    gap:70px;
    align-items:center;
}

/* Image Left */

.about-slider{
    order:1;
    position:relative;
}

.about-slider .slidess{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.about-slider img{
    width:100%;
    height:620px;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.about-slider:hover img{
    transform:scale(1.04);
}

/* Content Right */

.about-content{
    order:2;
}

/* Premium Floating Badge */

.hotel-exp-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:16px 22px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.14);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    z-index:5;
}

.hotel-exp-badge strong{
    font-size:34px;
    line-height:1;
    font-weight:800;
    color:#b88646;
}

.hotel-exp-badge span{
    margin-top:5px;
    font-size:13px;
    font-weight:600;
    color:#444;
    letter-spacing:0.3px;
}

/* Responsive */

@media(max-width:991px){

    .about-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .about-slider{
        order:1;
    }

    .about-content{
        order:2;
    }

}

@media(max-width:768px){

    .about-slider img{
        height:420px;
    }

    .hotel-exp-badge{
        left:18px;
        bottom:18px;
        padding:14px 18px;
    }

    .hotel-exp-badge strong{
        font-size:26px;
    }

}


.jhgfds{
  padding: 80px 0px;
}




.hbt-modern-hero__wrapper{
    display:flex;
    align-items:center;
}

@media (max-width:991px){

    .hbt-modern-hero__wrapper{
        flex-direction:column;
    }

    .hbt-modern-hero__imagebox{
        order:1;
    }

    .hbt-modern-hero__content{
        order:2;
    }
}

