@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');


body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}


/* Old Standard font  */
.old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}

.old-standard-tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}

.old-standard-tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}


p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu>li.active>a {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: url('../images/menu-bg-1.jpg');
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  /* overflow: hidden; */
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  color: #fcfcfc;
  float: right;
  margin-top: 30px;
  margin-right: 50px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #fcfcfc;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  /* padding-bottom: 150px; */
  /* overflow: hidden; */

}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;

  width: 100%;
  margin: 0 auto;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #EFCB84;
}

/* .site-mobile-menu .site-nav-wrap a:hover {
  color: red;
} */

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #EFCB84;
}

/* .site-mobile-menu .site-nav-wrap li.active>a {
  color: red;
} */

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}



/* Background Image */
.hero {
  position: relative;
  height: 100vh;
  background: url('image.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Dark Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Logo */
.logo {
  width: 150px;
  margin-bottom: 20px;
  position: relative;
}

/* Grid Menu */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 800px;
  margin: 20px auto;
  position: relative;
}

.menu-item {
  background: transparent;
  border: 1px solid #d4af37;
  padding: 15px;
  font-size: 18px;
  color: #d4af37;
  transition: 0.3s;
}

.menu-item i {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

.menu-item:hover {
  background: rgba(255, 215, 0, 0.2);
}

/* Footer Buttons */
.footer-buttons {
  margin-top: 20px;
  position: relative;
}

.footer-buttons .btn {
  border: 1px solid #d4af37;
  color: #d4af37;
  background: transparent;
  margin: 5px;
  padding: 8px 15px;
  transition: 0.3s;
}

.footer-buttons .btn:hover {
  background: #d4af37;
  color: black;
}


.menu-sec:hover {
  background-color: rgba(133, 119, 91, 0.2);
  transition: all 0.3s ease-in-out;
}

.specialofferfixed {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 1000;
  animation: pulse 2s infinite;
}

.specialofferfixedmob {
  position: fixed;
  bottom: 0;
  rotate: -90deg;
  bottom: -72px;
  left: 70px;
  z-index: 1000;
  animation: pulse 2s infinite;
}

.hero-bg {
  background-color: rgba(0, 0, 0, 0.31);
  font-family: 'Taviraj', sans-serif;
  padding: 40px 80px;
}

.btn-custom {
  background-color: rgb(248, 165, 41);
  padding: 10px 24px;
  border: none;
  color: white;
}

.btn-custom:hover {
  background-color: black;
  color: white;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.c-font-700 {
  font-weight: 500;
  font-size: 80px;
}

.c-font-600 {
  font-weight: 600;
  font-size: 50px;
}

.about-us {
  background-color: #F3F3F0;
}

.hotel-header {
  font-size: 2.5rem;
  font-weight: bold;
}

.hotel-description {
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  color: #555;
}

.hotel-logo {
  width: 50px;
  margin-bottom: 15px;
}

.item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

}

.owl-carousel .owl-nav button:focus {
  outline: none;
}


.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  background: #fff;
  height: 50px;
  width: 50px;
  color: black;
  border-radius: 50%;
  font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff;
  color: black;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  background: #fff;
  height: 50px;
  width: 50px;
  color: black;
  border-radius: 50%;
  font-size: 30px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.over-hide {
  overflow-x: hidden;
}


.video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background: url('../images/IMG_9916-scaled.jpg') center/cover no-repeat;
}



.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  /* Slight transparent */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.youtube-icon {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  /* Play icon */
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.custom-modal-size {
  max-width: 80vw;
  height: 80vh;
}

.book-card-text {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Archivo';
}

.book-card-title {
  font-size: 25px;
}

.custom-modal-size .modal-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-contnt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.close {
  right: -39px;
  top: -30px;
  color: white;
  font-size: 35px;
  z-index: 10;
}

.room-btn {
  background: #0066b3;
  border: none;
  color: white;
  padding: 10px 30px;
}

.accom-image {
  position: relative;
  display: inline-block;
}

.accom-level {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  color: black;
  padding: 5px 10px;
  font-size: 16px;
}

.bg-icon {
  background: white;
  padding: 20px 31px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.room-card-desc {
  background-color: white;
  padding: 0px 20px 30px;
  margin-top: -35px;
}

.room-card img {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.room-card img:hover {
  transform: scale(1.1);
}


.display-5 {
  font-size: 50px;
}

.display-6 {
  font-size: 40px;
}

.room-card {}

.book-room-button {
  border: 2px solid #bead8e;
  color: #777;
  padding: 5px 10px;
}

.book-room-button a:hover {
  color: #000;
}

.total-card {
  margin-top: 80px;
}

.luxury-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 223, 186, 0.9);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

.reservation-details {
  background-color: #c0a886;
  padding: 15px;
  color: #fff;
}

.reservation-details h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.total-price {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

/* Hide default checkbox */
.custom-checkbox input {
  display: none;
}

/* Custom checkbox container */
.custom-checkbox label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  position: relative;
}

/* Checkbox box */
.custom-checkbox label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #a08c65;
  /* Light brown border */
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s;
}

/* Custom SVG checkmark (hidden by default) */
.custom-checkbox svg {
  position: absolute;
  left: 2px;
  top: 5px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #a08c65;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Show checkmark when checked */
.custom-checkbox input:checked+label::before {
  background-color: #f8f1e5;
  border-color: #a08c65;
}

.custom-checkbox input:checked+label svg {
  opacity: 1;
}

/* Styling for price */
.custom-checkbox label i {
  font-style: italic;
  color: #777;
  margin-left: 5px;
}

.checkout-form {
  background: white;
  margin-top: 80px;
  padding: 50px;
}

 /* Unique Identifier for Checkout Form */
 .custom-checkout-form {
  max-width: 900px;
  margin: 40px auto;
}

.custom-checkout-form h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.custom-checkout-form label {
  font-weight: 600;
  color: #777;
}

.custom-checkout-form .form-control {
  background: #f9f9f9;
  border: 1px solid #f3eded;
  padding: 10px;
  transition: 0.3s;
  border-radius: 0;
}

.custom-checkout-form .form-control:focus {
  background: #fff;
  /* border-color: #a08c65; */
  box-shadow: 0 0 5px rgba(160, 140, 101, 0.5);
  border: none;
}

.checkout-summary {
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
}

.checkout-summary h5 {
  font-weight: bold;
}

.checkout-summary .total {
  font-size: 20px;
  font-weight: bold;
  color: #a08c65;
}

.btn-checkout {
  background: #a08c65;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  transition: 0.3s;
  border: none;
}

.btn-checkout:hover {
  background: #8a7553;
  color: #fff;
}



/* Unique Identifier */
.custom-payment-method {
  max-width: 600px;
  margin: 40px auto;
}

.payment-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.3s;
}

.payment-box:hover {
  border-color: #a08c65;
  box-shadow: 0 2px 10px rgba(160, 140, 101, 0.2);
}

.payment-box input[type="radio"] {
  display: none;
}

.payment-box .radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #a08c65;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}

.payment-box input[type="radio"]:checked + .radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a08c65;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.payment-box label {
  font-weight: 600;
  cursor: pointer;
  flex-grow: 1;
}

.payment-box p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.footer {
  background-color: #111111;
  padding: 30px 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

div.hr-container {
  position: relative;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  margin: 20px 0;
}

.hr-container::before,
.hr-container::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #3c3c3c;
  top: -3px;
}

.hr-container::before {
  left: 0;
}

.hr-container::after {
  right: 0;
}

.services-section {
  padding: 50px 0;
}

.services-list i {
  color: #b8860b;
  margin-right: 10px;
}

.hero-section img,
.pool-section img {
  width: 100%;
  height: 100%;
}

.w-90 {
  width: 90%;
}

.mt-100 {
  margin-top: 100px;
}

.h-600 {
  height: 600px;
}


/* Booking Cover Section */
.booking-cover {
  position: relative;
  height: 300px;
  background: url('../images/superiorDelux_header-780x317.jpg') no-repeat center center/cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
}

.booking-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumb-container {
  position: absolute;
  bottom: 0;
  right: 85px;
  background: white;
  padding: 17px 23px;
  /* border-radius: 0; */
  z-index: 1;
}

.main-container {
  background-color: #F8F8F8;
}

.room-container {
  /* padding: 20px; */
}

.room-image {
  width: 100%;
}

.thumbnail-images img {
  width: 108px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}

.booking-single-text {
  color: #9CA29C;
  font-weight: 400;
  padding-top: 20px;
  font-family: serif;
}

.booking-form {
  background: white;
  padding: 30px;
  margin-top: 76px;
}

.book-title {
  background: white;
  position: relative;
  top: 80px;
  padding: 34px;
  width: 90%;
}

.booking-form input {
  border: 1px solid #b48b5c;
  border-radius: 5px;
  padding: 8px;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b48b5c;
  border-radius: 5px;
  padding: 5px;
}

.counter button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #b48b5c;
}

.book-now {
  background-color: #b48b5c;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.fs-20 {
  font-size: 30px;
}

.amenities {
  padding: 40px;
  background-color: #F8F8F8;
}

.amenity-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.amenity-item i,
.fa-check {
  font-size: 20px;
  margin-right: 10px;
  color: #bead8e;
}

@media (max-width: 991.98px) {
  .book-title {
    background: white;
    position: static;
    top: 0px;
    padding: 30px 20px 10px;
    width: 100%;
  }

  .thumbnail-images img {
    width: 62px;
    height: 40px;
    object-fit: cover;
    cursor: pointer;
  }

  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .hero-bg {
    padding: 20px 40px;
  }

  .c-font-700 {
    font-weight: 500;
    font-size: 50px;
  }

  .c-font-600 {
    font-weight: 600;
    font-size: 25px;
  }

  .item img {
    height: 300px;
  }

  .custom-modal-size {
    max-width: 90vw;
    height: 80vh;
  }

  .display-5 {
    font-size: 30px;
  }

  .w-90 {
    width: 100%;
  }

  .display-6 {
    font-size: 30px;
  }
}