/*------------------------------------------------------------------
* Project:        Hotux
* Author:         CN-InfoTech
* URL:            hthttps://themeforest.net/user/cn-infotech
* Created:        01/08/2020
-------------------------------------------------------------------
*/

/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url('https://fonts.googleapis.com/css?family=Lato|Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

ol, ul {list-style: none; }

:focus {outline: 0; }

.clear {clear: both; line-height: 0; font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix:after .test {color: red; }

.clearfix {display: inline-block; }

* html .clearfix {height: 1%; }

.clearfix {display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

/* Preloader */
.preloader {
  background-color: #F9B522;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #242C33;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
#status {
  position: fixed;
  display: block;
  top: 25%;
  left: 0;
  right: 0;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background: url('../images/loader.gif') no-repeat center center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 9999999999;
}

/* End Preloader */

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  color: #343a40;
  font-family: 'Poppins', sans-serif;
  margin:0 0 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

@media(max-width: 991px){
  h2{font-size: 28px;}
}

@media(max-width: 735px){
  h2{font-size: 24px;}

  h3{font-size: 18px;}
}

@media(max-width: 360px){
  h2{font-size: 21px;}
}

hr {border: 0.5px solid #444444; }

p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}

ul {margin: 0; padding: 0;}

ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #343a40;
  position: relative;
  padding: 0;
}

.footer-payment ul{
  width:210px;
}

.footer-payment li {
    height: 45px;
    margin: 10px 10px 10px 0;
    width: 62px;
}

.footer-paymen li:nth-child(even){
    margin-right:0;
}


ol {margin: 0; counter-reset: i; position: relative; }

ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #181d31;
  padding-left: 0;
  position: relative;
}

a {
  color: #343a40;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

a:hover,
a:focus{
  text-decoration: none!important;
  color: var(--main-color);
  transition: all 0.4s ease;
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
input[type=time],
textarea,
select {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius:0px;
  padding: 10px 20px;
  width: 100%;
  color: #444444;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  height: 42px;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #ffac00;
  transition: all 0.5s ease;
}

.input-group .form-control{border-radius: 0;}

select {padding: 10px 20px; border-radius:0; width: 100%;}

select option{color: #444;}

textarea {border-radius: 0px; resize: vertical; height: 120px;}

label {
    display: inline-block;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

img {max-width: 100%; }

.room-item img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 900 / 600;
}

.rooms {
  background: linear-gradient(135deg, #faf7f769 30%, #d1d3d3a6 70%);
  padding: 60px 0; /* Control the spacing inside the section */
  position: relative;
}

.details {
  background: linear-gradient(90deg, #faf7f769 30%, #d1d3d3a6 70%);
}

blockquote {
  font-size: 14px;
  font-weight: 300;
  background-color: var(--main-color);
  margin-bottom: 15px;
  border: none;
  padding: 30px 70px 30px 70px;
  line-height: 24px;
  color: #fff;
  margin: 20px 0;
  font-style: italic;
  position: relative;
}
blockquote:after{
  content: '';
  position: absolute;
  height: 60%;
  width: 2px;
  background: #fff;
  top: 20%;
  left: 35px;
}
blockquote p{
  color: #fff;
  margin: 0;
}
blockquote:before {
  content: '\f10d';
  font-family: fontawesome;
  font-size: 45px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  color: #fff;
  transform: rotate(180deg);
}

blockquote span {position: relative; padding-left: 20px; }

blockquote span:before {
  content: '';
  width: 12px;
  height: 1px;
  background: #ffac00;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

i{padding-right: 3px;}

span{
  color: var(--main-color);
}

.btn-default, .btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
  background: transparent;
  border: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li{padding: 0; width: 100%;}

 .dropdown.bootstrap-select.bs3{
    font-size: 16px;
    width: auto;
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
}

.dropdown.bootstrap-select.bs3:focus{border: transparent;}

/*margin none*/

.mar-0{margin:0 !important}

/*margin top*/

.mar-top-0{margin-top:0px!important;}

.mar-top-5{margin-top:5px!important;}

.mar-top-10{margin-top:10px!important}

.mar-top-15{margin-top:15px!important;}

.mar-top-20{margin-top:20px!important;}

.mar-top-25{margin-top:25px!important;}

.mar-top-30{margin-top:30px!important;}

.mar-top-35{margin-top:35px!important;}

.mar-top-40{margin-top:40px!important;}

.mar-top-50{margin-top:50px!important;}

.mar-top-60{margin-top:60px!important;}

.mar-top-70{margin-top:70px!important;}

/*margin bottom*/

.mar-bottom-0{margin-bottom:0px!important;}

.mar-bottom-5{margin-bottom:5px!important;}

.mar-bottom-10{margin-bottom:10px!important}

.mar-bottom-15{margin-bottom:15px!important;}

.mar-bottom-20{margin-bottom:20px!important;}

.mar-bottom-25{margin-bottom:25px!important;}

.mar-bottom-30{margin-bottom:30px!important;}

.mar-bottom-35{margin-bottom:35px!important;}

.mar-bottom-40{margin-bottom:40px!important;}

.mar-bottom-50{margin-bottom:50px!important;}

.mar-bottom-60{margin-bottom:60px!important;}

.mar-bottom-70{margin-bottom:70px!important;}

.mar-bottom-80{margin-bottom:80px!important;}

/*margin left*/

.mar-left-0{margin-left:0px!important;}

.mar-left-10{margin-left:10px!important;}

.mar-left-15{margin-left:15px!important;}

.mar-left-20{margin-left:20px!important;}

.mar-left-25{margin-left:25px!important;}

.mar-left-30{margin-left:30px!important;}

.mar-left-40{margin-left:40px!important;}

.mar-left-50{margin-left:50px!important;}


/*margin right*/

.mar-right-0{margin-right:0px!important;}

.mar-right-10{margin-right:10px!important;}

.mar-right-15{margin-right:15px!important;}

.mar-right-20{margin-right:20px!important;}

.mar-right-25{margin-right:25px!important;}

.mar-right-30{margin-right:30px!important;}

.mar-right-40{margin-right:40px!important;}

.mar-right-50{margin-right:50px!important;}


/*padding*/

.pad-0{padding: 0!important;}

.pad-top-0{padding-top:0px!important;}

.pad-top-5{padding-top:5px!important;}

.pad-top-10{padding-top:10px!important;}

.pad-top-15{padding-top:15px!important;}

.pad-top-20{padding-top:20px!important;}

.pad-top-25{padding-top:25px!important;}

.pad-top-30{padding-top:30px!important;}

.pad-top-40{padding-top:40px!important;}

.pad-top-50{padding-top:50px!important;}

.pad-top-60{padding-top:60px!important;}

.pad-top-70{padding-top:70px!important;}

.pad-bottom-0{padding-bottom: 0!important;}

.pad-bottom-5{padding-bottom:5px!important;}

.pad-bottom-10{padding-bottom:10px!important;}

.pad-bottom-15{padding-bottom:15px!important;}

.pad-bottom-20{padding-bottom:20px!important;}

.pad-bottom-25{padding-bottom:25px!important;}

.pad-bottom-30{padding-bottom:30px!important;}

.pad-bottom-40{padding-bottom:40px!important;}

.pad-bottom-50{padding-bottom:50px!important;}

.pad-bottom-60{padding-bottom:60px!important;}

.pad-bottom-70{padding-bottom:70px!important;}

.pad-bottom-80{padding-bottom:80px!important;}


/*margin left*/

.pad-left-0{padding-left:0px!important;}

.pad-left-10{padding-left:10px!important;}

.pad-left-15{padding-left:15px!important;}

.pad-left-20{padding-left:20px!important;}

.pad-left-25{padding-left:25px!important;}

.pad-left-30{padding-left:30px!important;}

.pad-left-40{padding-left:40px!important;}

.pad-left-50{padding-left:50px!important;}


/*margin right*/

.pad-right-0{padding-right:0px!important;}

.pad-right-10{padding-right:10px!important;}

.pad-right-15{padding-right:15px!important;}

.pad-right-20{padding-right:20px!important;}

.pad-right-25{padding-right:25px!important;}

.pad-right-30{padding-right:30px!important;}

.pad-right-40{padding-right:40px!important;}

.pad-right-50{padding-right:50px!important;}

/*placeholder*/
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
}
input::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
}
input:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 10px;
}


/*color*/
.white{color: #fff!important;}

.line-height{line-height: 1.5;}

.text-uppercase{text-transform: uppercase;}

.text-capitalize{text-transform: capitalize;}

.bold{font-weight: bold;}

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

.container{position: relative; z-index: 1;}

section{padding: 89px 0 100px; position: relative; background: #f8f9fa;}



section.icon-left:after{
  position: absolute;
  height: 500px;
  width: 100%;
  content: '';
  background: url('../images/bg-icon-1.png') no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: -45%;
  opacity: 0.7;
  animation:heartbeat 5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
section.icon-right:after{
  position: absolute;
  height: 400px;
  width: 80%;
  content: '';
  background: url('../images/bg-icon-2.png') no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: -40%;
  opacity: 0.4;
  animation:heartbeat 5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
}
.color-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #1DB9A0 0%, #4d94c4
    100%);
  opacity: 0.4;
  transition: all ease-in-out 0.5s;
}
/*heading title*/

.section-title{
  text-align: center;
  width: 60%;
  margin: 0 auto 68px;
  position: relative;
  z-index: 1;
}
.title-white h2,
.title-white p{
  color: #fff;
}
.section-title span{
  color: var(--main-color);
}
.section-btn{
  text-align: center;
  padding-top: 80px;
}

.background-title {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw; /* Font size scales with viewport width */
  color: rgba(0, 0, 0, 0.075);
  z-index: -1;
  font-weight: bold;
  white-space: nowrap;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .background-title {
    font-size: 10vw; /* Adjust font size for smaller screens */
    top: 30%; /* Adjust positioning if needed */
  }
}

/* Media query for larger screens */
@media (min-width: 1200px) {
  .background-title {
    font-size: 6vw; /* Adjust font size for larger screens */
    top: 20%; /* Adjust positioning for larger screens */
  }
}


.section-title h2 {
  position: relative;
  z-index: 1; /* Keep the main title above the background title */
}

@media(max-width: 991px){
  .section-title{width: 90%;}
}

@media(max-width: 480px){
  .section-title{width: 100%;}
}

/*pagination*/

.pagination-main{line-height:0.8;}

.pagination {margin-top: 0px;margin-bottom: 0; text-align: center; display: inline-block; }

.pagination li {padding-left: 0; padding-bottom: 0; margin-bottom: 0;  float: left;}

.pagination li:before, .pagination li:after {display: none !important; }

.pagination li a {
  margin-right: 9px;
  padding: 5px 10px;
  text-align: center;
  color: #444444;
  border-color: #bfbfbf;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{border-radius: 0 !important;}

.pagination li a:hover, .pagination li a:focus {
  background-color: var(--main-color);
  color: #FFFFFF!important;
  border-color: var(--main-color);
}

.pagination .prev a,
.pagination .next a { border-radius: 0px;}

.pagination li.active a {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #FFFFFF;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{margin: 0;}

@media(max-width: 567px){
  .pagination li a {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
}

@media (max-width: 359px){
  .pagination li a {
      height: 28px;
      width: 28px;
      line-height: 28px;
  }
}

/*breadcrumb*/

section.breadcrumb-outer{
  background: url(/images/breadcrumb.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 160px 0 60px;
}
.breadcrumb-outer:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.breadcrumb-content{
  position: relative;
  z-index: 1;
}
.breadcrumb-content h2{
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb{
  background: transparent;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.breadcrumb li,
.breadcrumb li.active{
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb li a, .breadcrumb li.active a{
  color: var(--main-color);
}

.breadcrumb>li+li:before{content: '|'; padding: 0 8px 0 5px;}

@media(max-width: 991px){
  .breadcrumb{display: inline-block; text-align: center;}

  .breadcrumb li{display: inline-block;}
}

.logo-outer{
  background: url(/images/logo.png) no-repeat;
  background-position: center;
  position: relative;
  padding: 60px 98px 55px;
  max-width: 100%;
  background-size: contain;
}
.footer-logo .logo-outer{
  background: url(/images/logo.png) no-repeat;
  background-position: center;
  position: relative;
  padding: 60px 98px 70px;
  max-width: 17%;
  background-size: contain;
  margin:auto;
}
/*Buttons*/

#bounce-button {
  background-color: var(--primary-button-color);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  animation: bounce 2s infinite; /* Continuous bounce animation */
  box-sizing: border-box; /* Include padding and border in the element's dimensions */
  text-align: center; /* Center the text horizontally */
  line-height: 1.5; /* Adjust line height if necessary for vertical alignment */
  display: inline-block; /* Ensure the button doesn't stretch */
  cursor: pointer; /* Show pointer cursor */
  overflow: hidden; /* Prevent clipping if necessary */
}

#bounce-button:hover {
  /* Optional: Add hover effects */
  background-color: #fff; /* Darker shade for hover effect */
  color: var(--primary-button-hover-color) !important; /* Darker shade for hover effect */
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Stay at normal position */
  }
  40% {
    transform: translateY(-15px); /* Move up slightly */
  }
  60% {
    transform: translateY(-10px); /* Move up a bit less */
  }
}




a.btn, .btn#submit{
  padding: 12px 30px 12px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  font-size: 12px;
}
a.btn-orange{
  background: var(--primary-button-color);
  color: #fff!important;
  border-color: var(--primary-button-color);
  font-weight: 600;
}
a.btn-orange:hover{
  color: var(--primary-button-hover-color)!important;
  background: #fff;
  border-color: var(--primary-button-hover-color);
}
a.btn-black{
  background: var(--secondary-button-color);
  border-color: var(--secondary-button-color);
  color: #fff!important;
  font-weight: 600;
  
}
a.btn-black:hover{
  color: var(--secondary-button-hover-color) !important;
  background: #fff;
  border: solid var(--secondary-button-hover-color);
  border-width: thin;
}

.btn:focus, .btn:visited{outline: none; box-shadow: none;}

@media (max-width: 1100px){

  a.btn{padding: 12px 18px 12px;}
}


#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#back-to-top a:after{
  position: absolute;
  content: '\f35b';
  font-family:"Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 500;
  transform: translate(-50%,-50%);
}

label.error {
    color: #fbfbfb;
    margin: 5px 0 0;
    font-size: 14px;
}

.alert-success {
    background: #343a40;
    border: none;
    color: #fff;
    padding: 15px;
}

.contact-form .alert-success h3{margin-bottom: 5px; color: #fff; font-size: 21px;}

.alert-success p{color: #fff;}


/*Other*/
.btn-orange {
    background: var(--primary-button-color);
    color: #fff!important;
    border-color: var(--primary-button-color);
    font-weight: 600;
}
[type="submit"].btn-orange {
  background: var(--primary-button-color);
  color: #fff!important;
  border-color: var(--primary-button-color);
  font-weight: 600;
  /* animation: skew-y-shake 1.3s infinite; */
}

[type="submit"].btn-orange:hover {
  color: var(--primary-button-hover-color)!important;
  background: #fff;
  border-color: var(--primary-button-hover-color);
  /* animation: skew-y-shake 0s infinite; */
}

/* @keyframes skew-y-shake {
  0% { transform: skewY(-15deg); }
  5% { transform: skewY(15deg); }
  10% { transform: skewY(-15deg); }
  15% { transform: skewY(15deg); }
  20% { transform: skewY(0deg); }
  100% { transform: skewY(0deg); }
} */

.btn-orange:hover{
  color: var(--primary-button-hover-color)!important;
  background: #fff;
  border-color: var(--primary-button-hover-color);
}

.btn-booked{
    background: #198754;
    color: #fff!important;
    border-color: #198754;
}

.btn-booked:hover{
  background: #198754 !important;
  color: #fff!important;
  border-color: #198754;
}

section.choose {
    background: url(../images/comingsoonbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 19px 0 0 40px;
}

.choose-title {
    margin: 0px 40px 0px 0px;
}

.choose-title h2 {
    color: #fff;
}

.header_menu{
  position: relative;
  z-index: 1;
  background-color: transparent;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0s;
  padding-top: 40px;
  padding-bottom: 0px;
}

.choose footer {
    background: none;
    position: relative;
}

.hotel-row{
  padding-top: 200px;
  padding-bottom: 100px;
}

.hotel-select{
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    line-height: 1.4;
    text-transform: uppercase;
    color:#fff;
}


.home-enquiry {
    background-color: #fff;
    padding: 20px;
}

.enquiry-title{
  margin: 0 40px;
}

.enquiry-form{
    width: 100%;
    padding: 0px 30px;
    background: #fff
}
.enquiry-input{
  padding-bottom: 10px;
}
.enquiry-input input, .enquiry-input textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
}


.coming-link-1 .link-box {
    border-radius: 50%;
}

.link-box span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1.3;
}

.link-box {
    text-align: center;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: var(--main-color);
    padding: 7px;
}

.coming-link{
  padding-left:20px;
}

/*.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}*/

section .member {
    background: #f8f9fa;
}


.member .inner-content{
    box-shadow: 0 8px 10px 0 rgb(183 192 206 / 20%);
}

.member .list-group-item.active {
  color: var(--main-color);
  background-color: #fff;
}

.member .list-group-item {
    border: 0px;
    border-bottom: 1px dashed #f1f1f1;
    font-size: 16px;
    padding-left: 30px;
}

.member .card{
    border: none;
    box-shadow: 0 8px 10px 0 rgb(183 192 206 / 20%);
}

.member .nice-select {
    width: 100%;
}

.member .nice-select .list{
    width: 100%;
}

.member .btn {
    padding: 12px 30px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-size: 12px;
}

/* RoomReservationPlugin - Room Types Page */

.customCheckbox {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  float: left;
  background-color: rgb(123, 129, 123);
  position: relative;
}
.customCheckbox::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.customCheckbox.active {
  background-color: rgb(21, 146, 21);
}
.customCheckbox.active::after {
  left: calc(100% - 28px);
}
/* RoomReservation - Room Types Page */

.panel-remark{
  border-left: 4px solid #de0a0a;
  background-color: #ffffff78;
  margin-bottom: 10px;
}

.panel-remark li{
  font-size:14px ;
}

.personal-info{
  padding-top:60px;
  padding-bottom:60px;
}

.personal-info input, .personal-info textarea, .personal-info select{
  border-radius: 0px;
  background: #f8f9fb;
}

.personal-info input{
  margin-bottom: 15px;
}

.personal-info .nice-select{
  width: 100%;
  line-height: 30px;
}


.reservation-main {
    padding: 50px 0 20px !important;
}


.reserve-now-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0; /* Adjust padding as needed */
}

.reserve-now-section .cta-content {
  display: flex;
  justify-content: space-between; /* Distribute space between text and button */
  align-items: center; /* Center items vertically */
}


.reserve-now-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.reserve-now-section p {
  font-size: 20px;
  margin-bottom: 30px;
}

/* General Button Styles */
.reserve-now-section .button-container a {
  display: flex;
  justify-content: center;
  align-items: center; /* Center button vertically */
  background-color: var(--primary-button-color);
  color: white;
  padding: 22px 35px; /* Original padding */
  font-size: 1.5rem; /* Original font size */
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Responsive Styles for Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .reserve-now-section .cta-content {
    flex-direction: column; /* Stack text and button vertically */
    align-items: center;
  }

  .reserve-now-section h2 {
    font-size: 1.0rem; /* Reduce font size for mobile */
    margin-bottom: 20px;
    text-align: center;
  }

  /* Adjust button size on mobile */
  .reserve-now-section .button-container a {
    padding: 8px 18px;    /* Adjust button padding for mobile */
    font-size: 0.8rem;       /* Adjust button font size for mobile */
  }

  /* Add more space around the section on mobile */
  .reserve-now-section {
    padding: 30px 0;
  }
}


/* Responsive Styles for Tablets (Medium Devices, min-width: 768px and max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .reserve-now-section .cta-content {
    flex-direction: column; /* Stack vertically on tablets as well */
    align-items: center;
  }

  .reserve-now-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .reserve-now-section .button-container a {
    padding: 12px 25px;
    font-size: 1.1rem;
  }

  /* Adjust padding for tablets */
  .reserve-now-section {
    padding: 40px 0;
  }
}

/* Responsive Styles for Tablets */
@media (min-width: 992px) and (max-width: 1024px) {
  .reserve-now-section .cta-content {
    flex-direction: column; /* Stack vertically on tablets as well */
    align-items: center;
  }

  .reserve-now-section h2 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .reserve-now-section .button-container a {
    padding: 15px 30px;
    font-size: 1.2rem;
  }

  /* Adjust padding for tablets */
  .reserve-now-section {
    padding: 40px 0;
  }
}

.highlight .btn {
  background-color: #f8f7f7;
  color: #050505;
  padding: 1em 1.75em; /* padding adjusted to scale with text size */
  font-size: 1.15rem; /* rem unit allows scaling based on root font-size */
  text-transform: uppercase;
  border-radius: 0.5rem; /* relative unit to ensure scaling */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Media query for smaller screens */
@media (max-width: 425px) {
  .highlight .btn {
    padding: 0.5em 1.5em; /* smaller padding for mobile devices */
    font-size: 0.5rem; /* reduce font size for smaller screens */
  }
}

@media (min-width: 430px), (max-width: 768px) {
  .highlight .btn {
    padding: 1.0em 2.0em; /* smaller padding for mobile devices */
    font-size: 1.0rem; /* reduce font size for smaller screens */
  }
}

/* Media query for larger screens */
@media (min-width: 1200px) {
  .highlight .btn {
    padding: 1.15em 1.5em; /* larger padding for large screens */
    font-size: 1.1rem; /* increase font size for larger screens */
  }
}


.highlight .btn:hover {
  background-color: #000;
  color: #fff;
}

.reserve-now-section .btn {
  padding: 20px 40px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.reserve-now-section .btn:hover {
  background-color: #ffffff;
  color: #fff;
}

.diagonal-sections {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.diagonal-sections .section {
  position: relative;
  flex: 1;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

/* General styles for desktop and larger screens */
.diagonal-sections {
  display: flex;
  justify-content: space-between;
}

.section {
  width: 48%; /* Each section takes up nearly half the width */
}

.section-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .diagonal-sections {
    flex-direction: column; /* Stack sections vertically */
    align-items: center;    /* Center the stacked items */
  }

  .section {
    width: 100%;  /* Take up the full width on small screens */
    transform: skewY(0);  /* Remove the diagonal skew */
  }

  .service-item {
    transform: skewY(0); /* Remove the skew on the child elements */
  }

  .section-content {
    position: static; /* Remove the absolute positioning */
    transform: none;  /* Remove the transformation */
  }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .diagonal-sections {
    flex-direction: column;
    align-items: center;
  }

  .section {
    width: 100%;
    transform: skewY(0);
  }

  .service-item {
    transform: skewY(0);
  }

  .section-content {
    position: static;
    transform: none;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .diagonal-sections {
    flex-direction: row; /* Maintain horizontal layout on tablets */
    justify-content: space-between;
  }

  .section {
    width: 48%;
    transform: skewY(-5deg); /* Keep the diagonal layout */
  }

  .section-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .diagonal-sections {
    flex-direction: row;
    justify-content: space-between;
  }

  .section {
    width: 48%;
    transform: skewY(-5deg);
  }

  

  .section-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


.section-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the box without distortion */
}

.section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the content */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-box {
  position: absolute;
  display: inline-block; /* Make it more button-like */
  top: 50%;
  left: 50%;
  background-color: #E2725B; /* Change to a button-like color */
  color: #fff; /* Text color */
  padding: 10px 20px; /* Adjust padding for a button shape */
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 5px; /* Rounded corners for button */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow for depth */
  cursor: pointer; /* Show pointer cursor for button-like feel */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition for hover effects */
  z-index: 99;
}

.text-box:hover {
  background-color: #D15A42; /* Slightly darker color on hover */
  transform: translate(-50%, -50%) scale(1.05); /* Slightly enlarge on hover */
}


@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-auto {
  animation: fadeBottom 3s ease-out forwards;

}


[data-behavior~=show]:hover>.show {
    display: block;
}

.show {
    display: none;
}

.roomtype-desc .nice-select,
.member .nice-select{
  line-height: 30px;
}
.edit-profile .nice-select{
  line-height: 42px;
}

.nav-top li a{
  font-size: 14px !important;
  font-weight: 600 !important;
}

.customCheckbox{
  margin-right: 10px;
}

.rsvn-member{
  margin-left:70px;
}

.rsvn-member .point{
  color:var(--main-color);
}
.autofill{
  margin-right: 10px;
}

.member a,
.modal-dialog a{
  color:var(--main-color);
}

.member small li{
 font-size: .975em;
}

.member .list-group a{
   color:#333;
}

.member .list-group a.active {
    color: var(--main-color) !important;
}

.cls{
  color:#ef4532;
}

#summarySubTotal #bkgTtl{
  padding-left:45px;
}

.smr-table{
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 30px;
}

.smr-table i{
  padding-right: 10px;
  color:gray;
}

.date-picker-wrapper {
  z-index: 3 !important;
}

/* Responsive Design for the Highlight Section */
/* Card Container */
.highlight-card {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Content Layout */
.highlight-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  color: #fff;
}

/* Text Container */
.highlight-text {
  position: relative;
  z-index: 2;
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

/* Text Elements */
.highlight-text .title {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  transform: translateY(0);
  opacity: 1;
}

.highlight-text .description {
  font-size: 1.1rem;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.6em * 6);
}

/* Button */
.highlight-button {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* Hover Effects */
.highlight-card:hover .title {
  font-size: 2.5rem;
  transform: translateY(-8rem);
}

.highlight-card:hover .description,
.highlight-card:hover .highlight-button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.highlight-card:hover .description {
  transition: all 0.4s ease 0.2s;
}

/* Image and Overlay */
.highlight-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}

.highlight-card:hover .highlight-image {
  transform: scale(1.1);
}

.highlight-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
}

/* Banner */
.banner-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* This creates a semi-transparent overlay */
  z-index: 1;
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-section .cta-content {
  position: relative;
  z-index: 2;
}

/* tab-failicty room details */
.tab-facilities {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem;
  scroll-behavior: smooth;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab-facilities::-webkit-scrollbar {
  display: none;
}

.tab-facilities .card {
  max-width: 180px;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  flex-shrink: 0;
}