/* CSS Variables for consistent theming */
:root {
  --primary-blue: #2a6df5;
  --accent-color: #ff6b35;
  --text-dark: #2d3748;
  --text-light: #718096;
  --background: #ffffff;
  --theme-bg: #9E0100;
  /* --theme-bg:#69BEFF; */
  --new-theme-bg-hover:#69BEFF;
  --new-theme-bg: linear-gradient(#69BEFF ,#025B9F);
  --border-radius: 8px;
  --black: #121010;
  --grey-for-font:#404040;
  --skyblue:#69BEFF;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --transition: all 0.35s ease;
  --card-radius: 12px;
  --backgroung-white2:#E5E7EB;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--background);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

/* Header Styles */
header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.logo img {
  width: 81.12px;
  height: 52px;
}

.desk-img {
  margin-right: 8px;
}

.login-btn {
  background-color: white;
  color: var(--theme-bg);
  border: 2px solid #e2d6d6;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 0 6px rgba(158, 1, 0, 0.2);
}

.nav-links a.active,
.navbar-nav .nav-link.active {
  border: 2px solid #e2d6d6;
  border-radius: 30px;
  background-color: white;
  color: var(--theme-bg) !important;
  box-shadow: 0 0 6px rgba(158, 1, 0, 0.2);
  text-decoration: underline;
}

.navbar-nav .nav-link:hover {
  border: 2px solid #e2d6d6;
  border-radius: 30px;
  color: var(--theme-bg) !important;
  text-decoration: underline;
}

.navbar-nav .nav-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.login-btn:hover {
  background-color: var(--theme-bg);
  color: white;
  transform: translateY(-1px);
}

/* Mobile Menu Button */
#mobileMenu {
  background: white;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-dark);
  cursor: pointer;
}

/* Responsive Navigation */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
    border: none;
    background: none;
    font-size: 1.8rem;
  }

  /* Offcanvas customization */
  .offcanvas {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .offcanvas .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgb(81, 78, 78);
    padding: 10px 0;
  }

  .offcanvas .nav-link img {
    width: 20px;
    height: 20px;
  }
}

/* Footer Styles */
.footer {
  font-family: 'Poppins', sans-serif;
}

.footer-section h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 6px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #ddd;
}

.approved-logos img {
  width: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}

.subscribe-input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}

.subscribe-btn {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 8px 0;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-btn:hover {
  background: #333;
}

.social-icons a {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ddd;
}

.payment-icons img {
  width: 40px;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 5px 0;
  background: #5c5555;
  border-top: 1px solid #7a7373;
  font-size: 14px;
  color: var(--background);
}

.footer-div1 {
  background-color: white;
  border: 1px outset #D9D9D9;
}

.footer-top {
  background-color: #6c6666;
  color: #fff;
}

.dest-footer {
  padding: 20px;
}

.footer-div2 {
  background-color: #6c6666;
  border-bottom: 2px outset;
}

.last-div-ptag {
  margin-bottom: 0px !important;
}

.about-us-container {
  padding: 10px;
}

.div1-h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.div1-heading {
  text-align: center;
}

.row-text-h5 {
  color: var(--background);
  margin-bottom: 15px !important;
}

.footer-active {
  background-color: var(--black);
  color: var(--background);
  box-shadow: 1px 1px 8px var(--black);
}

.div1-heading:hover {
  background-color: var(--black);
  color: var(--background);
  box-shadow: 1px 1px 8px var(--black);
}

/* hotel page header start here */

.city_hotels {
    cursor: pointer;
    padding: 12px 16px;
    background: #f1f1f1;
    color: #333;
}

.city_hotels.active {
    background: #111;
    color: #fff;
}

.div1-h6 {
    margin: 0;
    font-weight: 600;
}

.footer-text2 a,
.footer-text3 a {
    color: #fff;
    margin-right: 8px;
    white-space: nowrap;
}

.footer-text2 a::after,
.footer-text3 a::after {
    content: "•";
    margin-left: 8px;
}

.footer-text2 a:last-child::after,
.footer-text3 a:last-child::after {
    content: "";
}


/* hotel page header end here */


/* Hotel Page Styles */

.hotel-page-search-container{
  text-align: center;
}

.bg-image-hotel-search {
  background-image: url("/images/hotelsearchbg.webp") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: blur(0px) !important;
}

/* Blur effect */
.bg-image-hotel-search::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* Dark overlay */
.bg-image-hotel-search::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.search-header {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: justify;
  z-index: 2;
}

.search-section {
  background-color:var(--background);
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
  backdrop-filter: blur(5px);
}

.date-picker-mainpage{
  text-align: center;
  padding-right: 0px;
}

.form-label {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-input,
.form-select-landingpage {
  border: none;
  border-radius: 0;
  padding: 8px 0;
  width: 100%;
  transition: 0.3s;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.form-input:focus,
.form-select:focus {  
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid var(--theme-bg);
}

.search-btn {
  background:var(--new-theme-bg);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  transition: 0.30s;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

.search-btn:hover {
  background-color: #93c3e0;
  box-shadow: 0 4px 8px rgba(158, 1, 0, 0.2);
  transition: 0s;
}

.search-col {
  padding: 6px 20px;
  margin-top: 0px;
  position: relative;
}
.search-col.search-wrapper {
  border-right: 1px solid rgba(204, 198, 198, 0.5);
}
.search-col#checkin-col{
  border-right: 1px solid rgba(204, 198, 198, 0.5);
}
.search-col#checkout-col{
  border-right: 1px solid rgba(204, 198, 198, 0.5);
}



.search-wrapper {
    position: relative;
}

#suggestion_box {
    position: absolute;
    top: 288px;
    left: 119px;
    width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    z-index: 999999 !important;
    padding: 10px 0;
    display: none;
    overflow-y: auto;
    text-align: start;
}

#suggestion_box_citypage {
    position: absolute;
    top: 166px;
    left: 119px;
    width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    z-index: 999999 !important;
    padding: 10px 0;
    display: none;
    overflow-y: auto;
    text-align: start;
}

.suggestion-item {
  padding: 12px 18px;
  cursor: pointer;
  font-size: 15px;
}

.suggestion-item:hover {
  background: #f5f5f5;
}

.search-col:first-child {
  border-radius: 15px 0 0 15px;
}

.search-col:last-child {
  border-right: none;
  border-radius: 0 15px 15px 0;
}

.search-info-mainpage{
  font-size: 12px;
  color: #888;

}

/* checkin/checkout style start here */

#checkin.form-control,
#checkout.form-control {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding-left: 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.input-group-text-page1 {
    background: none !important;
    border: none !important;
    padding-left: 5px;
}

.input-group-text i {
    font-size: 22px;
    color: #666;
}

/* Remove input-group border line */
.input-group {
    border: none !important;
}
/* checkin/checkout end here */



/* Custom dropdown arrow */
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px;
  padding-right: 20px;
}

/* Date input styling */
input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.search-row-hotel {
  border: 0.5px solid #8c8383;
  border-radius: 20px;
    margin-top: 1px;
}

.search-btn-citypage-mv {
  background:var(--new-theme-bg);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  transition: 0.30s;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

.search-btn-citypage-mv:hover {
  background-color: #93c3e0;
  box-shadow: 0 4px 8px rgba(158, 1, 0, 0.2);
  transition: 0s;
}

@media (max-width: 768px) {
  .hotel-page-search-container{
    text-align: start;
  }
  #checkin{
    text-align: start;
    font-size: 13px !important;
    padding: 5px !important;
    border-right: 0.5px solid #8c8383 !important;
  }
   #checkout{
    text-align: start;
    font-size: 13px !important;
    padding: 5px !important;
  }
  .search-col {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0 !important;
    padding-block: 1px;
  }

  .search-col:last-child {
    border-bottom: none;
  }

  .search-section {
    padding: 20px;
  }

  #suggestion-box{
    top: 252px;
    left: 6px;   
  }
 
  .search-btn {
    font-size: 13px;
    margin-bottom: 6px;
    border-radius: 22px;
  }

  .search-btn-citypage-mv {
    font-size: 13px;
    margin-bottom: 6px;
    border-radius: 22px;
  }

  .form-label.search-info-label-mainpage {
    margin: 0px;
  }

  .form-input, .form-select-landingpage {
    padding:  0px;
    font-size: 13px;
  }

  .form-label {
    margin-bottom: 0px;
  }

  #rooms-guests-summary{
    font-size: 13px !important;
  }
  
  #rooms-guests-trigger {
    padding: 0px;
  }

  .hotel-page-search-btn-div{
    margin:  2px;
  }

  #suggestion_box {
    top: 227px !important;
    left: 5px !important;
  }

  .search-header {
    font-size: 13px;
  }

  #destination-citypage-mv {
    font-size: 15px;
    font-weight: bold;
  }

  /* guest & room select modal */
  .guest-modal {
    top: 37px !important;
  }

  /* search section end */


  /* header of destination  */

  .section-header h2 {
    font-size: 14px !important;
  }

  .section-header p {
    margin-bottom: 13px !important;
    font-size: 13px !important;
  }

  .destinations-section {
    padding: 5px 10px !important;
  }

  .international-row-h5 {
    font-size: 14px !important;
  }

  .hotels-section {
    padding:0px !important;
  }
  
  .international-row-h5 {
    font-size: 14px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .filter-buttons button{
    padding: 2px 3px !important;
    font-size: 11px !important;
  }

  .bookus-h5 {
    font-size: 14px !important;
    font-weight: bold;
  }

  .bookus-p {
    font-size: 13px !important;
  }

  .row.bookus-row2 {
    margin-top: 0px !important;
  }

  .bookus-heading-h6 {
    font-size: 14px !important;
    margin-top: 5px !important;
  }

  .bookus-heading-p {
    font-size: 13px !important;
  }

  .hotels-specialoffer-section {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .hotel-offer-header-h4 {
    font-size: 14px !important;
  }

  .hotel-offer-header-p {
    font-size: 13Px !important;
  }


  /* casausal start here */
  .destinations-grid.mobile-slider {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;   
    justify-content: flex-start;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px 0;
  }

  .destination-card {
    flex: 0 0 85%;
    max-width: 85%;
    margin-right: 16px;
  }
  /* casausal end here */

  /* add guest modal start here */
  .guest-modal {
    height: 80% !important;
  }

  .guest-modal-header {
    padding: 5px 10px !important;
  }

  .current-selection {
    padding: 5px 5px !important;
    margin-bottom: 10px !important;
  }

  .counter-control {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .modal-footer {
    padding: 5px 10px !important;
  }

  /* add guest modal end here */

  
}

/* Guest and Room Select Modal Styles */
.rooms-guests-trigger {
  cursor: pointer;
  border: none;
}

/* Modal Styles */
.guest-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.guest-modal.active {
  display: flex;
}

.guest-modal-content {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.guest-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

.guest-modal-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.close-modal {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

.guest-modal-body {
  padding: 20px;
}

.current-selection {
  background-color: #f8f9fa;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}

.counter-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.counter-label {
  font-weight: 500;
  color: #333;
}

.counter-description {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.counter-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.counter-btn:hover {
  border-color: var(--theme-bg);
  color: var(--theme-bg);
}

.counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.counter-value {
  font-size: 18px;
  font-weight: 500;
  min-width: 30px;
  text-align: center;
}

.pets-section {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.pets-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pets-checkbox input {
  margin-top: 3px;
}

.pets-text {
  font-size: 14px;
  color: #333;
}

.pets-link {
  color: var(--theme-bg);
  text-decoration: none;
  font-weight: 500;
}

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

.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: flex-end;
}

.done-btn {
  background: var(--new-theme-bg);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 600;
  transition: 0.30s;
  cursor: pointer;
  width: 100%;
  border-radius: 25px;
}

.done-btn:hover {
  background:var(--background);
  color: var(--black);
  border: 1px solid black;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
  }
}



.domestic-row-h5{
  font-size:32px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.domestic-row-p{
  font-size: 16px;
  text-align: center;
  color: #666666;
}
.dest-domestic-row{
  width:fill 318px;
  height: fixed 243px;
  min-width: 300px;
}
.international-row-h5{
  font-size: 23.1px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.reco-row-h{
  font-size: 35px;
  text-align: center;
}
.reco-row-p{
  font-size: 16.6px;
  text-align: center;
  color: #666666;
  margin-top:25px;
  margin-bottom: 15px;

}

/* destination start here */
.destinations-section {
  text-align: center;
  padding: 50px 20px;
  background: #f8f9fa;
}

.section-header h2 {
  font-size: 28px;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header p {
  color: #6b7280;
  margin-bottom: 30px;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  justify-content: center;
}

.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: scale(1.05);
}

.destination-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* Gradient overlay for white text readability */
.destination-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent);
}

.destination-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  text-align: left;
}

.destination-text .region {
  font-size: 13px;
  opacity: 0.9;
}

.destination-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.destination-text .properties {
  font-size: 14px;
  opacity: 0.85;
}

.citypage-mv-searchbar-hidden{
  display: none;
}

.col-sm-2.col-2.citypage-mv-bb {
  text-align: end;
}

/* faq's start here */
.faqs-container-hotel-landing h2 {
    font-size: 24px;
}

.faqs-container-hotel-landing .accordion-button {
    font-weight: 600;
}

.faqs-container-hotel-landing .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}


.faq-answer-wrapper {
    /* width: 328px; */
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.faq-answer-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0px;


    /* Line clamp */
    display: -webkit-box;
    -webkit-line-clamp: 5;   
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.faq-answer-text.expanded {
    -webkit-line-clamp: unset;
}

.faq-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
    cursor: pointer;
    margin-bottom: 10px;
}

.faq-toggle-btn:hover {
    text-decoration: underline;
}

/* faq's end here */

/* new hotel footer designstart here */
.footer-city-list a {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #e8dcdc;
    text-decoration: none;
}

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

.footer-text1.mt-2 {
  margin-bottom: 10px;
  font-weight: bold;
}


/* new hotel footer design end here */



/* media quert for citypage start here*/
@media (max-width: 768px) {
  .rooms-guests-trigger-mv{
    font-size: 13px;
    font-weight: bold;
  }
  .citypage-mv-searchbar-hidden{
    margin-top: 10px;
  }

  .btn.search-btn-citypage {
    width: 100%;       
  }

  .filters{
    display: none;
  }

  .hotels-list .header h2 {
    font-size: 14px !important;
    margin-top: 5px !important;
  }

  .hotels-list .header p {
    font-size: 13px;
    margin-bottom: 0px !important;
  }

  .col-md-6.hote-citypage-viewstyle {
    margin-bottom: 10px !important;
  }

  .city-hotels-page{
    padding: 0px !important;
  }

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

  .hotel-details {
    padding: 0px !important;
  }

  .hotel-header h3 {
    font-size: 15px !important;
    margin-top: 5px !important;
  }

  .list-price {
    font-size: 13px !important;
    margin-left: 13px !important;
    margin-top: 0px !important;
  }

  .list-view-hr {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin: 1px;
  }

  .city-page-list-price {
    align-content: space-around;
    text-align: end;
  }

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

  .citylist-list-div {
    display: none;
  }
  .rooms-guests-trigger-mv{
    cursor: pointer;
    border: none;
  }


}
/* media quert for citypage end here*/

/* destination end here */

/* hotel section start here */
.hotels-section {
    padding: 50px 80px;
    background: #f8f8f8;
    text-align: center;
    font-family: Arial, sans-serif;
}

.section-header h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.section-header p {
    color: #777;
    margin-bottom: 20px;
}

.filter-buttons {
    margin-bottom: 30px;
}

.filter-buttons button {
    border: none;
    background: var(--background);
    padding: 4px 6px;
    /* margin: 5px; */
    border-radius: 14px;
    cursor: pointer;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background:var(--theme-bg);
    color: #fff;
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.hotel-card:hover {
    transform: translateY(-5px);
}

.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.badge-citypage {
    position: absolute;
    top: 10px;
    right: 10px;
    background:var(--background);
    color:var(--black);
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 11px;
}

.hotel-info {
    padding: 15px;
    text-align: left;
}

.hotel-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.location {
    font-size: 14px;
    color: var(--grey-for-font);
}

.rating {
    color: #f39c12;
    font-size: 14px;
    margin: 5px 0;
}

.features span {
    display: inline-block;
    background:var(--background);
    padding: 3px 8px;
    margin: 3px 2px;
    border-radius: 4px;
    font-size: 12px;
}

.price {
    color: var(--black);
    margin-top: 10px;
}
.show-reco-hotel{
  font-size:13.1px;
}

.mobile-carousel {
    display: none;
}

.hotel-page-roomcount-hidden{
  display: none;
}

.hotelpage-mv-searchbar-hidden {
  background: white;
  display: none;
}

.reserve-now-mv {
  display: none;
}




/* Mobile view */
@media (max-width: 768px) {
  .desktop-gallery {
    display: none;
  }

  .mobile-carousel {
    display: block;
  }

  .carousel img {
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
  }

  .hotel-title-main {
    font-size: 15px !important;
  }

  .hotel-page-address-span{
    font-size: 13px;
  }

  .hotel-rating-star {
    font-size: 14px;
  }

  .hotel-section-title {
    font-size: 15px !important;
    margin-top: 0px !important;
  }

  .hotel-rating-box {
    margin-bottom: 10px !important;
  }

  .hotel-about-text {
    font-size: 13px;
  }

  .hotel-amenity-item {
    font-size: 13px !important;
  }

  .hotel-room-title {
    font-size: 14px !important;
  }

  #toggleAmenities {
    font-size: 13px !important;
  }

  .hotel-page-span-refund{
    font-size: 13px !important;
  }

  .hotel-page-span-meal{
    font-size: 13px !important;
  }
  .hotel-room-features {
    font-size: 13px !important;
  }

  .hotel-room-icons span {
    font-size: 8px !important;
  }

  .hotel-room-price {
    font-size: 15px !important;
  }

  .hotel-btn-select {
    font-size: 13px !important;
  }

  .hotel-btn-details {
    font-size: 13px !important;
  }

  .hotel-btn-reserve {
    padding: 8px !important;   
    font-size: 13px !important;
  }

  .h5-hotelpage-policy {
    font-size: 15px !important;
  }

  .hotel-page-price-div{
    text-align:start !important;
  }

  /* for reserve now */
  .hotel-right-section {
    position: fixed;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    padding: 0px !important;
    /* z-index: 1050; */
  }

  .hotel-booking-box {
    border-radius: 16px !important;
    background: #fff !important;
    padding: 6px !important;
    margin-bottom: 5px !important;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.15) !important;
  }

  body.hotel-datepicker-active #ui-datepicker-div{
    top: 310.7px !important;
  }

  
  /* Make reserve button full width */
  .hotel-btn-reserve {
    width: 100%;
    font-size: 14px !important;
    padding: 5px !important;
    border-radius: 14px;
  }

  .hotel-page-reserve-label{
    font-size: 13px;
  }

  .hotel-booking-input {
    padding: 5px !important;
    margin-bottom: 5px !important;    
    font-size: 13px !important;
  }

  .hotel-page-roomcount-hidden{
    display: block;
  }

  .hotel-page-room-rate-div{
    display: none;
  }

  .hotel-reserve-now-row{
    font-size: 14px !important;
  }

   .booking-page-right {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    /* z-index: 1050 !important; */
  }

  .booking-page-free-cancel {
    margin-bottom: 5px !important;
  }

  .booking-page-free-cancel{
    padding: 5px !important;
  }

  .reserve-now-dv{
    display: none;
    border-radius: 25px;
    background: whitesmoke;
    padding: 10px;
  }

  .show-text-reservenow-mv {
    font-size: 13px;
    font-weight: bold;
  }


  .reserve-now-mv{
    display: block;
    /* padding: 10px !important; */
    border-radius: 25px;
    background: var(--background);
    box-shadow: 2px 2px 2px 2px var(--backgroung-white2);
    border: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .reserve-now-mv-btn {
    border: 1px solid gray;
    text-align: center;
    border-radius: 35px;
    font-size: 14px;
    background: var(--new-theme-bg);
    box-sizing: 1px 1px 1px 1px black;
    box-shadow: 1px 1px 1px 1px var(--backgroung-white2);
    margin: auto;
  }

  .hotel-btn-reserve-mv{
    background: none ;
    border: none !important;
    color:var(--background) !important;
  }

  .hotel-btn-select-mv{
    background: none !important;
    border: none !important;
    color:var(--background) !important;
  }


  #checkin-mv-hp {
    border: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
  }

  #checkout-mv-hp {
    border: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
  }



}

@media (max-width: 900px) {
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 600px) {
  .hotel-grid {
    grid-template-columns: 1fr;
  }
}

/* hotel section end here */

/* bookus start here */
.bookus-h5{
  font-size: 35.3px;
  text-align: center;
  margin-top: 40px;
}
.bookus-p{
  font-size: 16.7px;
  text-align: center;
  color: var(--grey-for-font);
}
.row.bookus-img-div {
  justify-content: center;
  text-align: center;
}

.bookus-img{
  width: 32px;
  height: 32px;
}
.img-div-bookus{
  width: 64px;
  height: 64px;
  background:var(--skyblue);
  border-radius: 40px;
  align-content: center;
}
.bookus-heading-p {
  font-size: 14.9px;
  color:var(--grey-for-font);
}
.bookus-heading-h6 {
  font-size: 19.2px;
  margin-top: 20px;
}
.row.bookus-row2 {
  margin-top: 40px;
}
.hotel-offer-header-h4{
  font-weight: bold;
  font-size: 28px;
}

.hotel-offer-header-p{
  font-size: 16.6px;
  color: var(--grey-for-font);
}

.hotels-specialoffer-section {
  margin-top: 60px;
  /* margin-bottom: 100px; */
}


/* mobile page start here */
@media (max-width: 786px) {

  .booking-page-container {
    padding: 0px !important;
  }

  .booking-page-title {
    margin: 5px !important;
    font-size: 15px !important;
  }

  .booking-page-hotel-name {
    margin-top: 0px !important;
    font-size: 14px !important;
  }

  .booking-page-hotel-address {
    font-size: 13px;
  }
  .booking-page-card {
    padding:  10px !important;
  }

  .sign-info {
    font-size: 14px !important;
  }

  .booking-page-section-title {
    font-size: 15px !important;
    margin-bottom: 5px !important;
  }

  .booking-page-atag {
    font-size: 13px !important;
  }

  .book-now-form-label {
    font-size: 13px;
    font-weight: bold;
  }

  #guest-total-count {
    padding: 2px !important;
  }

  .booking-page.book-now-page-select-time {
    padding: 2px;
  }

  .booking-page textarea {
    height: 48px !important;
  }

  .section-title {
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .booking-page input{
    padding: 5px !important;
    font-size: 13px !important;
  }

  .booking-page-select-country {
    padding: 5px !important;
  }

  .booknow-li-tag{
    font-size: 13px !important;
  }

  .booking-page-room-title {
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .booking-page-confirm-row {
    font-size: 14px;
    margin: 3px;
  }

  .booking-page-price-row { 
    margin: 0px !important;
  }

  .booking-page-total-box {
    margin: 1px 0 !important;
    font-size: 14px !important;
  }

  .booking-page-btn-confirm {
    padding: 7px !important;
    font-size: 14px !important;
  }

  .booking-page-small-text {
    margin-bottom: 0px !important;
  }




}
/* bookus end here */

/* hotel city page list start here */
.city-page-search-span {
  border-radius: 10px;
  background: white;
}



.hotels-page {
  display: flex;
  gap: 2rem;
  padding: 20px;
}

.filters {
  flex: 1;
  max-width: 260px;
  background: var(--background);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.map-box {
  height: 150px;
  background: var(--background);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--grey-for-font);
  margin-bottom: 20px;
  font-weight: bold;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.filter-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color:var(--grey-for-font);
}

.slider {
  width: 100%;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--grey-for-font);
}

.hotels-list {
  flex: 3;
}

.hotel-img-listview {
  width: 320px;
  height: 249px;
}

.hotels-list .header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.hotels-list .header p {
  color:var(--grey-for-font);
  margin-bottom: 20px;
}

.hotel-card {
  background:var(--background);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.hotel-details {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hotel-header {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
}

.hotel-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.location {
  color:var(--grey-for-font);
  font-size: 14px;
  margin: 3px 0;
}

.reviews {
  color:var(--grey-for-font);
  font-size: 13px;
}

.features span {
  background:var(--background);
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 12px;
  margin-right: 6px;
}

.list-price {
  margin-top: 8px;
  font-size: 14px;
  margin-left: 71px;

}

.rating {
  font-size: 15px;
  color: #f39c12;
  align-self: flex-start;
}

.details-btn {
  align-self: flex-end;
  background: var(--new-theme-bg);
  color:var(--background);
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}

.details-btn:hover {
  background:var(--new-theme-bg-hover);
}

.star-rating-text{
  color: var(--black);
}

.btn.search-btn-citypage {
  background:var(--new-theme-bg);
  color: var(--background);
  border-radius: 19px;
  font-size: 13.3px;
}
.btn.search-btn-citypage:hover{
  /* background: var(--background); */
transition: background-color 0.3s ease, color 0.3s ease;
  color: var(--black);
}

.search-bar-citypage{
  font-size:13.3px;
  border-radius: 10px;
}

#checkin-citypage,#checkout-citypage {
  background: white;
}

.select-room-citylist{
  font-size:13.3px;
  border-radius: 10px;
}

.searchbar-citypage-select{
  font-size:13.3px;
}

.citylist-list-div{
  border-radius: 14px;
  padding: 1px 4px;
  padding-top: 3px;
  background: var(--backgroung-white2);
}

.citylist-list-div.active{
  background:var(--new-theme-bg);
  color:var(--background);
}

.list-view-hr{
  max-width: 92%;
  margin-left: 40px;

}

/* .load-more-class{
  background-color: #000;
} */

.row.hotel-citylist-loadmore {
  justify-content: center;
}

.load-more-class:hover{
  box-shadow: 1px 1px 1px #0f0e0e;
  background: #b9b4b41f;
  cursor: pointer;
}


.load-more-class {
  border-radius: 10px;
  border: 0.5px solid gray;
  max-width: fit-content;
}

.sold-out-citypage {
    color: #e53935;
    font-weight: 600;
}

/* grid view style start here */

.hotel-citylist-gridview-show{
  display: none;
}

.mv-search-container{
    display: none;
  }

.bg-image-hotel-search-citypage {
  background-image: url("/images/hotelsearchbg.webp") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: blur(0px) !important;
}

/* Blur effect */
.bg-image-hotel-search-citypage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* Dark overlay */
.bg-image-hotel-search-citypage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}


/* grid view style end here */


/* media query for hotel city page start here*/
@media (max-width: 900px) {
  .hotels-page {
    flex-direction: column;
  }
  .filters {
    max-width: 100%;
  }
  .hotel-card {
    flex-direction: column;
  }
  .hotel-card img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .bg-image-hotel-search-citypage{
    display: none;
  }
  .mv-search-container{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .citypage-mv-fb {
    padding-left: 2px;
  }

  .citypage-mv-bb {
    padding-right: 2px;
  }

  .citypage-mv-sd {
    border: 0.5px solid var(--backgroung-white2);
    border-radius: 40px;
    box-shadow: 1px 1px 1px 1px var(--backgroung-white2);
   }

  .hotel-searchpage-sn.fw-bold {
    font-size: 14px;
  }

  .citypage-mv-search-data {
    text-align: center;
    font-size: 10px;
  }

  .suggestion_box_citypage{
    top: 161px !important;
    left: 8px !important;
  }

  #checkin-col-mv {
    border-right: 0.5px solid gray;
  }

  .search-col.search-wrapper {
    border:none;
  }


}

/* media query for hotel city page end here*/



/* hotel city page list end here */


/* hotel property page start here */
.property-gallery img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 98%;
    cursor: pointer;
    transition: transform .3s ease;
}

.big-image-wrapper {
    height: 420px;
}

.big-image {
    height: 100%;
    object-fit: cover;
}

.small-image {
    height: 190px;
}

.property-gallery img:hover {
    transform: scale(1.03);
}

.image-more-wrapper {
    position: relative;
}

.more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}


.hotel-page-container {
    font-family: 'Inter', sans-serif;
}

.hotel-left-section {
    padding-right: 25px;
}

.hotel-title-main {
    font-size: 32px;
    font-weight: 700;
}

.hotel-location-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #555;
    margin-bottom: 10px;
}

.hotel-rating-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.hotel-rating-star {
    font-weight: 600;
    color: #e6a800;
}

.hotel-rating-badge {
    background: #e8f5ff;
    color: #1976d2;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.hotel-section-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}

.hotel-amenities-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.hotel-amenity-item {
    background: #f7fafe;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.hotel-room-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.08);
}

.hotel-room-img {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

.hotel-room-title {
    font-size: 18px;
    font-weight: 600;
}

.hotel-room-features {
    padding-left: 18px;
    margin: 10px 0;
}

.hotel-room-icons span {
    background: #f2f4f5;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.hotel-room-freecancel {
    font-size: 12px;
    color: #22ab55;
    font-weight: 600;
}

.hotel-room-pricebox {
    text-align: right;
}

.hotel-room-price {
    font-size: 22px;
    font-weight: 700;
}

.hotel-room-night {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.hotel-btn-select {
    width: 100%;
    padding: 4px 0;
    background:var(--background);
    color:var(--new-theme-bg);
    border:0.5px solid gray;
    border-radius: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* .hotel-btn-select-active{   
  background:var(--new-theme-bg) !important;
  color: #fff !important; 
} */

.disabled-input {
    pointer-events: none;
    background-color: #f2f2f2;
    cursor: not-allowed;
}



.hotel-btn-select:hover{
  background:var(--new-theme-bg);
  color: var(--background);
  border-radius: 24px;
  border:2px solid gray;
  transition: var(--transition);

}

.hotel-btn-details {
    width: 100%;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-weight: 600;

}
.hotel-btn-details:hover {
  background:var(--new-theme-bg);
  color: white;
}

.hotel-right-section {
  padding-left: 25px;
}

.hotel-booking-box {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
    position: sticky;
    top: 91px;
}
/* new style for reserve now start */
/* .booking-label {
    display: block;
    font-size: 15px;
    color: #444;
    margin-bottom: 6px;
}

.booking-input-wrapper {
    position: relative;
}

.booking-input {
    width: 100%;
    padding: 14px 48px 14px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
}

.booking-input:focus {
    border-color: #c00;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
} */

/* new style for reserve now end */


.hotel-booking-price {
    font-size: 26px;
    font-weight: 700;
}

.hotel-booking-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
}

.hotel-booking-label {
    font-size: 14px;
    font-weight: 600;
}

.hotel-price-summary {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 10px;
}

.hotel-total-box {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.hotel-btn-reserve {
    width: 100%;
    padding: 12px 0;
    background: var(--new-theme-bg);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

.hotel-btn-reserve:hover {
  background-color: #93c3e0;
  box-shadow: 0 4px 8px rgba(158, 1, 0, 0.2);
  transition: 0s;
}





.hotel-freecancel-text {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}

/* guest review section start here */
.h5-guest-review {
  font-size: 23.5px;
  font-weight: bold;
}
.hotelpage-reviews {
    padding: 40px 0;
    background: #fff;
}

.hotelpage-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotelpage-rating-badge {
    font-size: 18px;
}

.hotelpage-rating-badge span {
    margin-left: 5px;
    color: #888;
}

.hotelpage-rating-label {
    display: inline-block;
    padding: 3px 10px;
    background: #e8f3ff;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
}

.hotelpage-review-cards {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.review-card .review-date {
    font-size: 13px;
    color: #777;
}

.review-card .review-text {
    margin: 15px 0;
    color: #444;
    font-size: 14px;
}

.review-star {
    font-weight: bold;
    color: #ffb400;
}

.hotelpage-review-btn {
    margin-top: 20px;
    padding: 4px 10px;
    background: #E5E7EB;
    color: #665c5c;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    max-width: fit-content;
}

.hotelpage-review-btn:hover {
  background: var(--theme-bg);
  color: white;
  transition: 0.3s;
  box-shadow: 2px 2px 2px black;
}

.row.readall-review-btn-div {
  justify-content: center;
}
/* guest review section end here */

/* Amenities Section start here */
.hotelpage-amenities {
    padding: 50px 0;
}

.amenities-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.amenities-block h4 {
    margin-bottom: 10px;
}

.amenities-block ul {
    list-style: none;
    padding: 0;
}

.amenities-block ul li {
    margin-bottom: 6px;
    color: #555;
}
.amenities-heading-h4 {
  font-size: 23.6px;
  font-weight: bold;
}
.amenities-types-h4 {
  font-weight: bold;
  font-size: 17.6px;
}
.amenities-icon-hotelpage{
  color: #0DA2E7;
}

#toggleAmenities {
  font-size: 15px;
  font-weight: bold;
}


.amenity-hidden {
    display: none;
}

.show-more-amenities-btn {
    position: relative;
}

.show-more-amenities-btn::after {
    content: "Click to see more amenities";
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.show-more-amenities-btn:hover::after {
    opacity: 1;
}


.show-more-amenities-btn {
    background: none;
    border: none;
    color: #0d6efd;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 8px;
}


/* Amenities Section end here */

/* hotel-policy start here */
.h5-hotelpage-policy.mb-2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 99px;
}

.policy-types-h4 {
  font-size: 17.7px;
  font-weight: bold;
}

.hotel-policy-list-style{
  list-style: disc;
}

.hotel-policy-row-start{
    margin-top: 30px;
}

.hotel-policy-icon{
  color: #0DA2E7;
}
/* hotel-policy end here */


/* map section start here */
.hotelpage-map {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}

/* map section end here */

/* hotel property page end here */


/* booking-page start here */
.booking-page-container {
    width: 95%;
    max-width: 1280px;
    margin: auto;
    padding: 20px 0;
}

.back-link-booking-page {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.booking-page-title {
    margin: 10px 0 5px;
    font-size: 26px;
}

.booking-page-hotel-name {
    font-size: 20px;
    margin-bottom: 5px;
}

.booking-page-hotel-address {
    color: #555;
    font-size: 14px;
    margin-bottom: 0px;
}

.booking-page-content-wrapper {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.booking-page-left {
    flex: 2;
}

.booking-page-right {
    flex: 1;
}

.booking-page-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.booking-page-section-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.booking-page-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.booking-page-form-group {
    margin-bottom: 15px;
}

.booking-page-form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.booking-page input, select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
}

.booking-page textarea {
    height: 80px;
    resize: none;
}

.booking-page-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 10px;
}

.booking-page-summary-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

.booking-page-summary-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.booking-page-atag {
  color: blue;
  font-size: 17px;
  font-size: 15px;
  font-weight: bold;
  font-style: revert-layer;
}

.booking-page-room-title {
    margin: 0;
}

.booking-page-price-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.booking-page-total-box {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-weight: bold;
}

.booking-page-total-amount {
    font-size: 20px;
}

.booking-page-free-cancel {
    background: #e6f9ec;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border-left: 4px solid #00b657;
}

.booking-page-btn-confirm {
    background: var(--new-theme-bg);
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.booking-page-btn-confirm:hover {
  background: var(--background);
  color: var(--new-theme-bg);
  border: 0.5px solid #111010;
  box-shadow: 2px 2px 2px black;
}

.booking-page-small-text {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.booking-page-hotel-name {
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 900px) {
    .booking-page-content-wrapper {
        flex-direction: column;
    }
}
/* booking-page end here */

/* confirmation page start here */
.conf-hotel-container {
    width: 95%;
    max-width: 1280px;
    margin: auto;
    padding: 20px 0;
}

.conf-hotel-back-btn {
    text-decoration: none;
    color: #555;
    font-size: 14px;
}

.conf-hotel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.conf-hotel-title {
    font-size: 26px;
}

.conf-hotel-icon {
    color: #00c853;
}

.conf-hotel-confirm-id {
    color: #007bff;
    text-decoration: none;
}

.conf-hotel-section-wrapper {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.conf-hotel-left {
    flex: 2;
}

.conf-hotel-right {
    flex: 1;
}

.conf-hotel-card,
.conf-hotel-summary-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.conf-hotel-subtitle {
    margin: 0 0 15px;
}

.conf-hotel-details-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.conf-hotel-details-label {
    color: #777;
}

.conf-hotel-details-value {
    font-weight: 600;
}

.conf-hotel-btn {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border: none;
    border-radius: 12px;
    background: #f4f4f4;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
}

.conf-hotel-help-text {
    color: #666;
}

.conf-hotel-help-box {
    padding: 12px;
    border-radius: 10px;
    background: #f8f8f8;
    margin-top: 10px;
}

.conf-hotel-list {
    padding-left: 20px;
}

.conf-hotel-list li {
    margin-bottom: 8px;
}

.conf-hotel-hotelname {
    margin-bottom: 5px;
}

.conf-hotel-address {
    color: #666;
    margin-bottom: 12px;
}

.conf-hotel-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.conf-hotel-room {
    margin-bottom: 5px;
}

.conf-hotel-room-info {
    color: #666;
    font-size: 14px;
}

.conf-hotel-dates {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.conf-hotel-small {
    font-size: 13px;
    color: #777;
}

.conf-hotel-divider {
    width: 1px;
    background: #ddd;
    margin: 0 10px;
}

.conf-hotel-price-row,
.conf-hotel-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.conf-hotel-total-amount {
    font-size: 20px;
    font-weight: bold;
}

.conf-hotel-free-cancel {
    background: #e6f9ec;
    padding: 12px;
    border-radius: 10px;
    margin-top: 15px;
    border-left: 4px solid #00b657;
}

/* Responsive */
@media (max-width: 900px) {
    .conf-hotel-section-wrapper {
        flex-direction: column;
    }
}
/* confirmation page end here */


/* booking history start here */


/* Welcome Card */
.welcome-card {
  background: linear-gradient(90deg,#4f7cff,#7cc7ff);
  padding: 28px;
  border-radius: 16px;
  color: #fff;
}

/* Stats Cards */
.stat-card {
  height: 120px;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}

.stat-card h3 {
  font-size: 32px;
  font-weight: 700;
}

.bg-flight { background-image: url('/images/flight-visited.jpg'); }
.bg-holiday { background-image: url('/images/holiday-visited.jpg'); }
.bg-country { background-image: url('/images/countries-visited.jpg'); }
.bg-hotel { background-image: url('/images/hotel-visited.jpg'); }

/* Profile Card */
.profile-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 12px;
}

/* Booking Section */
.booking-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

/* Tabs */
.booking-tabs {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.booking-tabs li {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f1f5f9;
  cursor: pointer;
  font-size: 14px;
}

.booking-tabs li.active {
  background: #3b82f6;
  color: #fff;
}

/* Booking List */
.booking-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Single Booking Card */
.booking-item {
  display: flex;
  gap: 16px;
  background: #f9fbfd;
  border-radius: 16px;
  padding: 16px;
  align-items: center;
}

/* Hotel Image */
.show-bookings-img {
  width: 120px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}

/* Details */
.booking-details {
  flex: 1;
}

.booking-details h6 {
  margin: 0;
  font-weight: 600;
}

.location {
  font-size: 13px;
  color: #6b7280;
  margin: 4px 0;
}

/* Meta Info */
.booking-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #6b7280;
  flex-wrap: wrap;
}

/* Price & Button */
.booking-price {
  text-align: right;
}

.booking-price strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

/* Status Badges */
.status {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-left: 8px;
}

.status.initiated {
  background: #dcfce7;
  color: red;
}

.status.Confirmed {
  background: #dcfce7;
  color: #166534;
  
}

.status.Completed {
  background: #e0e7ff;
  color: #1e40af;
}

.status.cancelled{
 background-color: #eadada;
  color: #df6e6e;
}

.showbooking-view-details-btn{
  border-radius:  20px;

}

.view-details-hotel-img {
  width: 325px;
  height: 180px;
  border-radius: 20px;
}

.view-bookings-hotel-text {
  margin-left: 98px;
}

.back-to-booking-history{
  cursor: pointer;
}

/* booking history end here */

/* manage hotels start here */
/* .col-md-4.manage-hotels {
  border: 2px solid gainsboro;
  box-shadow: 3px 3px 3px 1px darkgray;
}
.col-md-4.manage-cities {
  border: 2px solid gainsboro;
  box-shadow: 3px 3px 3px 1px darkgray;
}
.col-md-4.manage-countries {
  border: 2px solid gainsboro;
  box-shadow: 3px 3px 3px 1px darkgray;
} */


.stat-card {
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 2px 2px 2px 2px black;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    cursor: pointer;

}

.stat-icon {
    font-size: 40px;
    opacity: 0.85;
    margin-right: 20px;
}

.stat-content h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.stat-content p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

