/******************************************************************
  Template Name: Sona
  Description: Sona Hotel Html Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Cabin", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Semibold";
  src: url("/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --wander-orange: #ff6600;
  --wander-orange-hover: #ff5900;
  --header-height: 0px;
  --footer-height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000000;
  font-family: "Poppins Semibold", sans-serif;
}

p {
  font-size: 16px;
  font-family: "Poppins Regular", sans-serif;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  text-align: center;
  margin-bottom: 22px;
}
.section-title span {
  font-size: 14px;
  color: var(--wander-orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title h2 {
  font-size: 44px;
  color: #19191a;
  line-height: 58px;
  margin-top: 10px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}
.spad-2 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}
/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
}
.primary-btn:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: var(--wander-orange);
  content: "";
}
.btn-outline-primary {
  color: var(--wander-orange) !important;
  border: 1px solid var(--wander-orange) !important;
}
.btn-outline-primary:hover {
  color: white !important;
  background-color: var(--wander-orange) !important;
}
.btn-outline-primary:focus,
.btn-outline-primary:active,
.show > .btn-outline-primary {
  background-color: var(--wander-orange) !important;
  color: white !important;
  border-color: var(--wander-orange) !important;
  box-shadow: none !important;
}
.card-hover {
  /* smooth transition for both transform & shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* make sure this plays nicely with surrounding layout */
  will-change: transform, box-shadow;
}

.card-hover:hover {
  /* lift it up */
  transform: translateY(-8px);
  /* add a gentle shadow */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
/*---------------------
  Header
-----------------------*/
/* Header Base */
/* Header base */
.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  padding: 10px 0;
  box-sizing: border-box; /* Ensures padding is included in the 60px height */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}
.sticky-map-container {
  height: 100%;
}
.header-section.sticky-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#related-products-container::-webkit-scrollbar {
  display: none;
}

#related-products-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hover effect for related product cards */
#related-products-container .card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}

.related-slider-wrapper {
  position: relative;
  overflow: visible; /* arrows won’t get clipped */
  margin: 0 -12px; /* neutralize slide padding for flush edges */
  padding: 0 12px; /* breathing room at ends */
}

.related-slider-wrapper .slick-slide > div {
  padding: 0 8px; /* consistent gutter between cards */
}

/* Custom arrow tweaks */
.related-slider-wrapper .slick-prev,
.related-slider-wrapper .slick-next {
  width: 32px;
  height: 32px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  top: 50% !important;
  transform: translateY(-50%);
}

.related-slider-wrapper .slick-prev {
  left: -16px;
}

.related-slider-wrapper .slick-next {
  right: -16px;
}

.related-slider-wrapper .slick-prev:before,
.related-slider-wrapper .slick-next:before {
  content: none !important;
}
.related-products-container .slick-dots {
  bottom: -40px;
}

.related-products-container .slick-dots li button:before {
  color: #007bff;
  font-size: 8px;
  opacity: 0.5;
}

.related-products-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #007bff;
}

.related-products-container .slick-prev,
.related-products-container .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.related-products-container .slick-prev:before,
.related-products-container .slick-next:before {
  color: #007bff;
  font-size: 18px;
}

.related-products-container .slick-prev {
  left: -20px;
}

.related-products-container .slick-next {
  right: -20px;
}
/* Container for header content */
.menu-item {
  padding: 0 15px;
}

/* Logo */
.logo-img {
  max-width: 150px;
  display: block;
}
/* Profile Card Header Enhancement */
.card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 2px solid #e9ecef;
}

.card-header h4 {
  color: #2c3e50;
  font-weight: 700;
}

.card-header p {
  font-size: 0.9rem;
}.profile-dropdown-menu {
    transform-origin: top right !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    opacity: 0 !important;
    transform: translateY(-10px) scale(0.95) !important;
    visibility: hidden !important;
    display: block !important;
    
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    max-width: 250px !important;
    min-width: 220px !important;
    
    max-height: 80vh !important;
    overflow-y: auto !important;
  }

  .profile-dropdown-menu.show {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
  }

  .profile-dropdown-menu .dropdown-item-animated {
    opacity: 0 !important;
    transform: translateX(20px) !important;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    transition-delay: 0s !important;
  }

  .profile-dropdown-menu .dropdown-item-animated.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  .profile-dropdown-menu .dropdown-item-animated:nth-child(1) { 
    transition-delay: 0.1s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(2) { 
    transition-delay: 0.15s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(3) { 
    transition-delay: 0.2s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(4) { 
    transition-delay: 0.25s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(5) { 
    transition-delay: 0.3s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(6) { 
    transition-delay: 0.35s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(7) { 
    transition-delay: 0.4s !important; 
  }
  .profile-dropdown-menu .dropdown-item-animated:nth-child(8) { 
    transition-delay: 0.45s !important; 
  }

  .profile-dropdown-menu .dropdown-divider {
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    transition-delay: 0.1s !important;
  }

  .profile-dropdown-menu .dropdown-divider.show {
    opacity: 1 !important;
  }

  @media (max-width: 768px) {
    .profile-dropdown-menu {
      right: -10px !important;
      min-width: 200px !important;
      max-width: 90vw !important;
    }
  }

  .profile-dropdown-container {
    position: relative !important;
  }

  
  .social-links-container {
  margin-top: 8px;
}

.social-link-item {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.social-link-item:hover {
  transform: translateY(-2px) scale(1.1) !important;
}

.dzr-thumbnail-wrapper {
  position: relative;
  cursor: grab;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin: 0.25rem;
}

.dzr-thumbnail-wrapper:active {
  cursor: grabbing;
}

.dzr-thumbnail-wrapper.dragging {
  opacity: 0.5;
  transform: scale(0.95);
}

.dzr-thumbnail-wrapper.drag-over {
  transform: scale(1.05);
  border: 2px dashed #007bff;
  border-radius: 8px;
}

.dzr-drag-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.dzr-thumbnail-wrapper:hover .dzr-drag-handle {
  opacity: 1;
}

.form-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
}

.ql-editor {
  height: 120px !important; /* Fixed height for editor content area */
  overflow-y: auto !important; /* Enable vertical scrolling */
  line-height: 1.4 !important; /* Adjust line height as needed */
}

.ql-container {
  height: 150px !important; /* Match the ReactQuill height */
}

.form-section-title {
  color: #495057;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.5rem;
}

.form-group label {
  font-weight: 500;
  color: #495057;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Profile Info Styles */
.profile-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.profile-info-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  border: 1px solid #e3e6ea;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.profile-info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #d1ecf1;
}

.profile-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  margin-right: 1.25rem;
  flex-shrink: 0;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.profile-info-icon i.text-primary {
  color: #007bff !important;
}

.profile-info-icon i.text-success {
  color: #28a745 !important;
}

.profile-info-icon i.text-info {
  color: #17a2b8 !important;
}

.profile-info-icon i.text-warning {
  color: #ffc107 !important;
}

.profile-info-icon i.text-secondary {
  color: #6c757d !important;
}

.profile-info-content {
  flex-grow: 1;
  min-width: 0;
}

.profile-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.profile-value {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1rem;
  line-height: 1.4;
}

.profile-value a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.profile-value a:hover {
  text-decoration: underline;
  color: #0056b3 !important;
}

.profile-visibility {
  margin-left: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.profile-security-section {
  border-top: 2px solid #dee2e6;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.address-block div:not(:last-child) {
  margin-bottom: 0.25rem;
}

.address-block .text-muted {
  font-size: 0.9rem;
  color: #6c757d !important;
}

/* Enhanced Button Styles */
.btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2);
}

/* Form Section Styles */
.form-section {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.form-section-title {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #e9ecef;
  font-size: 1.1rem;
}

.form-section-title i {
  width: 20px;
  text-align: center;
}

.modal-footer-custom {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
  border-top: 2px solid #dee2e6;
  margin-top: 2rem;
  gap: 0.75rem;
}

/* Form Control Enhancements */
.form-control {
  border-radius: 8px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}

.form-control[disabled] {
  background-color: #f8f9fa;
  border-color: #e9ecef;
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.form-text {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

/* Modal Enhancements */
.modal-header {
  border-bottom: 2px solid #e9ecef;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.modal-title {
  font-weight: 700;
  color: #2c3e50;
}

.modal-title i {
  color: #007bff;
}

.modal-body {
  padding: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .profile-info-item {
    padding: 1rem;
  }

  .profile-info-icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    font-size: 16px;
  }

  .profile-value {
    font-size: 0.9rem;
  }

  .card-header {
    padding: 1rem;
  }

  .card-header h4 {
    font-size: 1.1rem;
  }

  .profile-security-section {
    padding: 1rem;
  }

  .modal-body {
    padding: 1rem;
  }
}

/* Animation for smooth transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile-info-item {
  animation: fadeIn 0.3s ease-out;
}

/* Loading and hover states */
.profile-info-item:hover .profile-info-icon {
  transform: scale(1.05);
}

.profile-info-icon {
  transition: transform 0.2s ease;
}
/* Remove the mistaken selector */
.Error-401 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .Error-401 {
    object-fit: cover;
    height: 100vh;
  }
}

/* Main Menu */
.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu ul li {
  position: relative;
}

.mainmenu ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 2px solid transparent;
}

.mainmenu ul li a:hover,
.mainmenu ul li.active a {
  color: #333;
  border-bottom: 2px solid var(--wander-orange);
}

/* Dropdown Menu */
.dropdown-menu {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu .dropdown-item:hover {
  background: #f0f0f0;
}

/* Profile Image */
.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.profile-image-container:hover .profile-image-overlay {
  opacity: 1 !important;
}

.profile-image-overlay {
  position: absolute;
  top: 4px; /* Account for border */
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
  pointer-events: none; /* Prevent blocking hover events */
}
.camera-icon {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
  
  .camera-icon {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
.btn-primary {
  background-color: var(--wander-orange) !important;
  border: 0px !important;
}
.btn-primary:hover {
  background-color: var(--wander-orange-hover) !important;
  border: 0px !important;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(253, 209, 127) !important;
  border: none;
}
/* CTA & Sign In Buttons */
.bk-btn {
  background: var(--wander-orange);
  color: #ffffff;
  border: 0px;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  min-width: 150px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  transition: background 0.3s ease;
}
.btn-orange,
.btn.btn-orange {
  background: rgba(255, 166, 0, 0);
  color: #000000;
  border: 1px solid var(--wander-orange);
  outline: none;
  padding: 10px 20px;
  min-width: 150px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;

  transition: background 0.3s ease;
}
.bk-btn.btn-orange:hover,
.btn.btn-orange:hover {
  background: var(--wander-orange-hover);
}

/* A container class to manage the transition */
.review-text-container {
  overflow: hidden; /* hides text beyond max-height */
  transition: max-height 0.8s ease; /* smooth transition of max-height */
}

/* Collapsed state: enough for ~3 lines of text */
.review-text-container.collapsed {
  max-height: 3.6em; /* or ~60px if you prefer px-based */
}

/* Expanded state: large enough to show all text */
.review-text-container.expanded {
  max-height: 1000px; /* or any sufficiently large value */
}

.dzr-container {
  /* Keep your container styles as is */
}

/* The main dropzone container */
.dzr-review {
  position: relative; /* needed so we can absolutely position the <img> */
  border: 2px dashed #ccc;
  border-radius: 6px;
  min-height: 200px; /* ensures there's room for the bigger placeholder */
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s ease;
}

/* Make the placeholder image bigger & behind the thumbnails */
.dzr-placeholder-image {
  position: absolute; /* let it float behind */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center it in the container */
  width: 80%; /* or 100%, or a fixed px if you prefer */
  height: auto; /* maintain aspect ratio */
  z-index: 1; /* behind the thumbnails, which have z-index: 2 */
  pointer-events: none; /* so clicks pass through to the dropzone */
}

/* Show highlight border if there's an error or max error */
.dzr-error-border {
  border-color: red !important;
}
.dzr-max-error-border {
  border-color: orange !important;
}

/* Thumbnails container */
.dzr-thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 6.5rem;
  margin-bottom: 0.5em;
  position: relative; /* ensures z-index can be set */
  z-index: 2; /* above the placeholder image */
}

/* Individual thumbnail wrapper */
.dzr-thumbnail-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #f9f9f9;
}

/* The thumbnail image itself */
.dzr-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* Remove button overlay */
.dzr-remove-button {
  position: absolute;
  top: 0px;
  right: 4px;
  border: none;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1rem;
  text-align: center;
}

/* Error message styling */
.dzr-error-image-message {
  color: red;
  margin-top: 8px;
  text-align: center;
}
.modern-bookings {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.category-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #007bff;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  margin-bottom: 1rem;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.booking-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 1rem;
}

.booking-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.booking-card-header {
  margin-bottom: 0.5rem;
}

.booking-title {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}

.booking-dates {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.overlay-img {
  max-width: 150px;
}
button {
  width: auto; /* allow the width to expand automatically */
  min-width: fit-content;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  white-space: normal; /* allow wrapping if needed */
  overflow: visible; /* ensure the content is fully visible */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000 !important;
}

.overlay-content {
  display: flex;
  gap: 20px;
  flex-direction: column; /* mobile-first */
  background: transparent;
  border: 0;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .overlay-content {
    flex-direction: row;
  }
}

.overlay-btn {
  background: transparent;
  border: none;
  border-radius: 1.25rem; /* 20px */
  cursor: pointer;

  /* size constraints */
  max-height: 30rem; /* cap height */
  min-height: 30rem; /* optional floor */

  /* let the button size to its content */
  width: auto;
  height: auto;

  /* keep it square if desired */
  aspect-ratio: 1 / 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* maintain a bit of visual hierarchy */
  font-size: 1.125rem; /* 18px equivalent */
}

.overlay-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.overlay-btn:hover {
  transform: scale(1.05);
}

.flow {
  height: 600px;
}

.yt-logo {
  width: 19px;
  margin-bottom: 3px;
}
.header-section.header-normal .menu-item {
  -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
  box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.top-nav .tn-left li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #19191a;
  font-weight: 500;
  padding: 14px 0 12px;
  margin-right: 64px;
  position: relative;
}
.top-nav .tn-left li:after {
  position: absolute;
  right: -32px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  content: "";
}
.top-nav .tn-left li:last-child {
  margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
  display: none;
}
.top-nav .tn-left li i {
  color: var(--wander-orange);
  margin-right: 4px;
}
.top-nav .tn-right {
  text-align: right;
}
.top-nav .tn-right .top-social {
  display: inline-block;
  margin-right: 35px;
  padding: 13px 0;
}
.top-nav .tn-right .top-social a {
  display: inline-block;
  font-size: 16px;
  color: #19191a;
  margin-left: 15px;
}
.top-nav .tn-right .bk-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 28px 15px;
  background: var(--wander-orange);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
}
.bk-btn:focus {
  outline: none;
}
.top-nav .tn-right .language-option {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  padding: 13px 0px 11px;
  position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.top-nav .tn-right .language-option img {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  margin-right: 10px;
}
.top-nav .tn-right .language-option span {
  font-size: 16px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100px;
  background: #ffffff;
  display: block;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
  box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
  list-style: none;
  text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #19191a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item {
  position: relative;
  z-index: 9000 !important;
}
.menu-item .logo {
  padding: 25px 0;
}
.menu-item .logo a {
  display: inline-block;
}
.menu-item .nav-menu {
  text-align: right;
}
.menu-item .nav-menu .mainmenu {
  display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
  opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover > a:after {
  opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
  top: 77px;
  opacity: 1;
  visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
  font-size: 16px;
  color: #19191a;
  margin-right: 42px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 27px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  height: 2px;
  background: var(--wander-orange);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
  position: absolute;
  left: 0;
  top: 97px;
  width: 180px;
  background: #ffffff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
  box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
  list-style: none;
  display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
  font-size: 16px;
  color: #19191a;
  display: block;
  text-align: left;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
  color: var(--wander-orange);
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
  display: none;
}
.menu-item .nav-menu .nav-right {
  display: inline-block;
  margin-left: 43px;
  padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
  font-size: 16px;
  color: #19191a;
  cursor: pointer;
}
.canvas-open {
  display: none;
}
.offcanvas-menu-wrapper {
  display: none;
}

.map {
  width: 900;
  height: 400;
  border-radius: 20px;
}
/*---------------------
  Shop
-----------------------*/

/* .info and its nested selectors */
.info {
  height: 180px;
}
@media (max-width: 768px) {
  .info {
    height: 100%;
  }
  .info__item section {
    height: 97px !important;
  }
}

/* .filterTitle and its nested span */
.filterTitle {
  display: flex;
  justify-content: space-between;
}
.filterTitle span {
  font-weight: bold;
  color: var(--primary);
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .filterTitle span {
    display: block;
  }
}

/* .filterColumn with media query */
@media (max-width: 768px) {
  .filterColumn {
    display: none;
    position: absolute;
    z-index: 11;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px -14px;
    padding: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
  .filterColumn.showFilter {
    display: block;
  }
}

/* .reviewImg */
@media (max-width: 992px) {
  .reviewImg {
    display: none;
  }
}

/* .reviewMargin */
@media (max-width: 992px) {
  .reviewMargin {
    margin-bottom: 5px;
  }
}

/* .reviewMarginImg */
@media (max-width: 992px) {
  .reviewMarginImg {
    margin-bottom: 10px;
  }
}

/* .dMdNone */
@media (max-width: 992px) {
  .dMdNone {
    display: none !important;
  }
}

/* .detailCategory */
@media (max-width: 992px) {
  .detailCategory {
    margin-top: 20px;
  }
}

/* .detailRating */
@media (max-width: 992px) {
  .detailRating {
    margin: 2px 0 9px 0;
  }
}

/* .product and its nested selectors */
@media (max-width: 576px) {
  .product .product__actions {
    opacity: 1 !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(35%);
  }
}
.product:hover h6:first-child {
  color: theme-color("primary");
}
.product:hover .product__actions {
  opacity: 1 !important;
}
.product h6:first-child {
  color: #232323;
}

/* .product__actions and its modifiers */
.product__actions {
  transition: all 0.65s ease;
  opacity: 0 !important;
}
.product__actions__heart {
  background: url("../../public/images/e-commerce/shop/heart.svg");
  width: 24px;
  height: 24px;
}
.product__actions__heart:hover {
  background: url("../../public/images/e-commerce/shop/heart-hover.svg");
}
.product__actions__max {
  background: url("../../public/images/e-commerce/shop/maximize.svg");
  width: 24px;
  height: 24px;
}
.product__actions__max:hover {
  background: url("../../public/images/e-commerce/shop/maximize-hover.svg");
}
.product__actions__cart {
  background: url("../../public/images/e-commerce/shop/shopping-cart.svg");
  width: 24px;
  height: 24px;
}
.product__actions__cart:hover {
  background: url("../../public/images/e-commerce/shop/shopping-cart-hover.svg");
}

/* .productInfo */
@media (max-width: 576px) {
  .productInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 245px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}

/* .productImage */
.productImage {
  transition: all 0.65s ease;
  max-width: 100%;
  width: 100%;
  height: 264px;
  max-height: 264px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.productImage:hover {
  transform: scale(1.03) translate(-0px, -0px);
}

/* .quantityBtn */
.quantityBtn:hover,
.quantityBtn:focus {
  color: theme-color("primary") !important;
}

/* .modalWidndow and its nested selectors */
.modalWidndow {
  display: flex;
}
.modalWidndow div.image,
.modalWidndow div.content {
  width: 50%;
}
@media (max-width: 900px) {
  .modalWidndow div.image,
  .modalWidndow div.content {
    width: auto;
  }
  .modalWidndow div.image button,
  .modalWidndow div.content button {
    padding: 10px;
  }
  .modalWidndow > div > img {
    max-width: 500px;
  }
  .modalWidndow {
    flex-direction: column;
    align-items: center;
  }
}
/* Product Gallery Styles */
.product-gallery-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* Single image container */
.single-image-container {
  width: 100%;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}

/* Carousel container */
.main-carousel-container {
  width: 100%;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  margin-bottom: 15px;
}

/* --- Product Image Carousel & Single Image Containers --- */

/* --- Main Gallery Carousel Items (Main Gallery: no arrows) --- */
.product-carousel.main-gallery .carousel-item {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust as needed */
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* Add this CSS to improve carousel appearance */
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  background: linear-gradient(90deg, rgba(0,0,0,0.3), transparent);
}

.carousel-control-next {
  background: linear-gradient(270deg, rgba(0,0,0,0.3), transparent);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 20px 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.carousel-indicators {
  bottom: 15px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #007bff;
  border-color: #fff;
  transform: scale(1.2);
}

/* Smooth transitions for carousel items */
.carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* Better caption styling */
.carousel-caption {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
/* Hide controls in main gallery */
.product-carousel.main-gallery .carousel-control-prev,
.product-carousel.main-gallery .carousel-control-next {
  display: none !important;
}

/* --- Modal Carousel Items --- */
.product-carousel.modal-carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 80vh; /* Modal carousel uses 80% of viewport height */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Modal carousel controls styling */
.product-carousel.modal-carousel .carousel-control-prev,
.product-carousel.modal-carousel .carousel-control-next {
  width: auto !important;
  pointer-events: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.product-carousel.modal-carousel .carousel-control-prev {
  left: 15px;
}
.product-carousel.modal-carousel .carousel-control-next {
  right: 15px;
}
.product-carousel.modal-carousel .carousel-control-prev-icon,
.product-carousel.modal-carousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 20px !important;
  border-radius: 50%;
}

/* --- Carousel Zoom Wrapper & Image Overrides --- */
.product-carousel .carousel-zoom-wrapper,
.single-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.product-carousel .inner-image-zoom__zoomed-img,
.product-carousel .inner-image-zoom__zoomed-img img,
.single-image-container .inner-image-zoom__zoomed-img,
.single-image-container .inner-image-zoom__zoomed-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* --- Override InnerImageZoom (iiz) for consistency --- */
.iiz {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.product-carousel .iiz__img,
.single-image-container .iiz__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.product-carousel .iiz__zoom-img,
.single-image-container .iiz__zoom-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin-left: 40px; /* if needed for offset */
}

/* --- Thumbnail Gallery Styling --- */
.thumbnail-gallery {
  margin-top: 10px;
}

/* --- Zoom Hint Styling (Optional) --- */
.iiz__hint {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Thumbnail gallery styles */
.thumbnail-gallery {
  display: flex;
  overflow-x: auto;
  padding: 10px 0;
  gap: 10px;
}

.thumbnail {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
  opacity: 0.7;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail:hover {
  opacity: 0.9;
  border-color: #007bff;
}

.thumbnail.selected {
  border: 2px solid #007bff;
  opacity: 1;
}

/* Media queries for responsive design */
@media (min-width: 992px) {
  .product-gallery-container {
    flex-direction: row;
  }

  .main-carousel-container,
  .single-image-container {
    width: 80%;
    order: 2;
  }

  .thumbnail-gallery {
    width: 20%;
    flex-direction: column;
    order: 1;
    margin-right: 15px;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
  }

  .thumbnail {
    margin-bottom: 10px;
  }
}

/* For smaller screens, keep thumbnails horizontal */
@media (max-width: 991px) {
  .thumbnail-gallery {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* For the Amazon-like lens zoom effect */
.iiz__zoom-portal {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/*---------------------
  Hero
-----------------------*/

.hero-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.hero-section .container {
  position: relative;
  z-index: 5;
}
.hero-text {
  padding-top: 350px;
}
.hero-text h1 {
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 16px;
}
.hero-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 35px;
}
.booking-form {
  background: #ffffff;
  padding: 44px 40px 50px 40px;
  border-radius: 4px;
}
.booking-form h3 {
  color: #19191a;
  margin-bottom: 36px;
}
.booking-form form .check-date {
  position: relative;
  margin-bottom: 15px;
}
.booking-form form .check-date label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}
.booking-form form .check-date input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
}
.booking-form form .check-date i {
  color: var(--wander-orange);
  position: absolute;
  right: 18px;
  bottom: 17px;
}
.booking-form form .select-option {
  margin-bottom: 15px;
}
.booking-form form .select-option label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  width: 100%;
  float: none;
}
.booking-form form .select-option .nice-select:after {
  border-bottom: 2px solid var(--wander-orange);
  border-right: 2px solid var(--wander-orange);
  height: 10px;
  margin-top: 0;
  right: 20px;
  width: 10px;
  top: 36%;
}
.booking-form form .select-option .nice-select span {
  font-size: 16px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
  margin-top: 0;
  width: 100%;
}
.booking-form form button {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--wander-orange);
  border-radius: 2px;
  color: var(--wander-orange);
  font-weight: 500;
  background: transparent;
  width: 100%;
  height: 46px;
  margin-top: 30px;
}
.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
  height: 100%;
}
.hs-item {
  position: relative; /* Keep it positioned inside the slider */
  height: 100%; /* Ensure it takes up the full height */
  display: flex; /* Align the content flexibly */
  align-items: center; /* Vertically align the image */
  justify-content: center; /* Horizontally align the image */
}

.hs-item img {
  max-width: 100%; /* Ensure the image doesn’t overflow */
  max-height: 100%; /* Ensure the image respects height */
}

/*---------------------
  About US
-----------------------*/

.about-text {
  text-align: center;
  padding: 0 35px;
}
.about-text p {
  color: #595960;
  font-weight: 500;
}
.about-text p.f-para {
  margin-bottom: 10px;
}
.about-text p.s-para {
  margin-bottom: 35px;
}
.about-text .about-btn {
  color: #19191a;
}
.about-pic img {
  min-width: 100%;
}
/*---------------------
  Service Section
-----------------------*/

.services-section {
  padding-bottom: 60px;
}
.services-section .section-title {
  margin-bottom: 36px;
}
.service-item {
  text-align: center;
  padding: 30px 35px 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item:hover {
  background: #f66c1a;
}
.service-item:hover i {
  color: #ffffff;
}
.service-item:hover h4 {
  color: #ffffff;
}
.service-item:hover p {
  color: #ffffff;
}
.service-item i {
  display: inline-block;
  color: var(--wander-orange);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item h4 {
  color: #19191a;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item p {
  color: #707079;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------------
  Home Page Room Section 
-------------------------*/
/* Add this to your main CSS file */

.custom-dialog .modal-content {
  padding: 10px;
  width: fit-content;
  margin: auto;
}

.finder {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.917);
  border-radius: 30px;
  height: 65px;
}
.dates-btn {
  background-color: white;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
/* Add this CSS to override default DatePicker styles and ensure proper integration */

/* Add this CSS to override default DatePicker styles and ensure proper integration */

/* Home DatePicker Button Override - Clean text only */
.home-dates-btn {
  width: 100% !important;
  height: 56px !important;
  padding: 0 16px 0 48px !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  background-color: transparent !important;
  text-align: left !important;
  color: #374151 !important;
  transition: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  font-family: inherit !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 1 !important;
}

.home-dates-btn:hover {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
  color: #374151 !important;
}

.home-dates-btn:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: #374151 !important;
}

.home-dates-btn:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: #374151 !important;
}

/* Remove any browser default button styling */
.home-dates-btn::-moz-focus-inner {
  border: 0 !important;
  outline: none !important;
}

/* Ensure proper vertical alignment with other form elements */
.finder .col-md-3,
.finder .col-md-2 {
  display: flex !important;
  align-items: end !important;
}

.search-field {
  width: 100% !important;
}

/* Reset any existing DatePicker dropdown styling when used in home */
.date-picker-modal .modal-content {
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* Ensure the calendar icon positioning */
.position-relative .fa-calendar-regular {
  position: absolute !important;
  top: 50% !important;
  left: 16px !important;
  transform: translateY(-50%) !important;
  color: #FF6600 !important;
  z-index: 2 !important;
  font-size: 18px !important;
}

/* Remove any default button styling that might interfere */
.home-dates-btn:not(:disabled):not(.disabled):active,
.home-dates-btn:not(:disabled):not(.disabled).active {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Override any Bootstrap or other framework button styles */
.btn.home-dates-btn {
  padding: 0 16px 0 48px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  border: none !important;
  height: 56px !important;
  background-color: transparent !important;
}

.btn.home-dates-btn:hover {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.btn.home-dates-btn:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .home-dates-btn {
    margin-bottom: 16px !important;
  }
}
.home-drop {
  background-color: rgba(255, 255, 255, 0) !important;
  padding-top: 10px !important;
  border: 0px !important;
}
.home-drop:focus {
  box-shadow: none !important;
}
.home-search-bar {
  background: transparent !important;
  padding-top: 10px;
  border: 0;
  width: 100%;
}
.rank-color-1 .progress-bar {
  background-color: #969cb2;
}
.rank-color-2 .progress-bar {
  background-color: #547fb3;
}
.rank-color-3 .progress-bar {
  background-color: #567de8;
}
.rank-color-4 .progress-bar {
  background-color: #65c12d;
}
.rank-color-5 .progress-bar {
  background-color: #32c15e;
}
.rank-color-6 .progress-bar {
  background-color: #e88b21;
}
.border-warning {
  outline: 0.3px solid var(--wander-orange) !important;
}
.btn-warning {
  color: white !important;
  background-color: var(--wander-orange) !important;
}
.btn-warning:hover {
  color: white !important;
  background-color: var(--wander-orange-hover) !important;
}
.btn-outline-warning {
  border: 1px solid var(--wander-orange) !important;
  color: var(--wander-orange) !important;
}
.btn-outline-warning:hover {
  color: white !important;
  background-color: var(--wander-orange) !important;
}
.search {
  float: right;
  margin-top: 3px;
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background-color: var(--wander-orange);
  color: white;
}
.search:hover {
  background-color: var(--wander-orange-hover);
  color: white;
}
.search:focus {
  outline: none;
}
.hp-room-items {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.hp-room-items .hp-room-item {
  height: 600px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
  bottom: 135px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
  margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
  position: absolute;
  left: 45px;
  right: 25px;
  bottom: -250px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
  color: var(--wander-orange);
  font-weight: 700;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
  font-family: "Poppins Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
  margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
  width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
  background: #ffffff;
}
/*---------------------
  Testimonial Slider
-----------------------*/

.testimonial-section {
  background: #f9f9f9;
}
.testimonial-section .section-title {
  margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
  height: 44px;
  width: 44px;
  border: 1px solid #ebebeb;
  font-size: 24px;
  color: #707079;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -190px;
  top: 50%;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
  border-color: #19191a;
  color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -190px;
}
.testimonial-slider .ts-item {
  text-align: center;
}
.testimonial-slider .ts-item p {
  font-size: 20px;
  color: #707079;
  line-height: 30px;
  margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
  margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
  display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
  color: var(--wander-orange);
  font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
  font-size: 20px;
  color: #19191a;
  display: inline-block;
}
/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
  padding-bottom: 70px;
}
.blog-section .section-title {
  margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/

.footer-section {
  background: #222736;
}
.footer-section .footer-text {
  padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
  display: inline-block;
}
.footer-section .footer-text .ft-about p {
  color: #aaaab3;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #5a4d48;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}
.footer-section .footer-text .ft-contact {
  margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
  font-size: 14px;
  color: var(--wander-orange);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Poppins Regular", sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
  font-size: 16px;
  color: #aaaab3;
  line-height: 32px;
  list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
  font-size: 14px;
  color: var(--wander-orange);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Poppins Regular", sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
  color: #aaaab3;
  margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
  position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: #393d4a;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: var(--wander-orange);
  color: #ffffff;
  padding: 0 16px;
  height: 50px;
  border: none;
  border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
  background: rgba(16, 20, 31, 0.2);
  padding: 20px 0;
}
.footer-section .copyright-option ul li {
  list-style: none;
  display: inline-block;
  margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
  margin-right: 0;
}
.footer-section .copyright-option ul li a {
  font-size: 16px;
  color: #aaaab3;
}
.footer-section .copyright-option .co-text {
  font-size: 16px;
  color: #707079;
  text-align: right;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
  padding-top: 70px;
  padding-bottom: 80px;
}
.breadcrumb-text {
  text-align: center;
}
.breadcrumb-text h2 {
  font-size: 44px;
  color: #19191a;
  margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
  display: inline-block;
  font-size: 18px;
  color: #19191a;
  margin-right: 20px;
  position: relative;
  font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
  position: absolute;
  right: -13px;
  top: 1px;
  content: "";
  font-size: 18px;
  font-family: "Poppins Regular", sans-serif;
  color: #aaaab3;
}
.breadcrumb-text .bt-option span {
  display: inline-block;
  font-size: 18px;
  color: #aaaab3;
}
/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
  padding-top: 0;
  padding-bottom: 70px;
}
.about-page-text {
  margin-bottom: 65px;
}
.about-page-text .ap-title {
  margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
  font-size: 44px;
  color: #19191a;
  margin-bottom: 18px;
}
.about-page-text .ap-title p {
  font-size: 18px;
  color: #707079;
  line-height: 28px;
}
.about-page-text .ap-services li {
  list-style: none;
  font-size: 20px;
  color: #707079;
  line-height: 42px;
}
.about-page-text .ap-services li i {
  color: var(--wander-orange);
  margin-right: 5px;
}
.about-page-services .ap-service-item {
  position: relative;
  height: 420px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
  color: #ffffff;
}
/*---------------------
  Video Section
-----------------------*/

.video-section {
  height: 500px;
  padding-top: 140px;
}
.video-section .video-text {
  text-align: center;
}
.video-section .video-text h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 16px;
}
.video-section .video-text p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}
.video-section .video-text .play-btn {
  display: inline-block;
}
/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
  padding-bottom: 80px;
}
.gallery-section .section-title {
  margin-bottom: 38px;
}
.gallery-item {
  position: relative;
  height: 279px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.gallery-item:hover:after {
  opacity: 1;
}
.gallery-item:hover .gi-text {
  opacity: 1;
}
.gallery-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 26, 0.3);
  content: "";
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.gallery-item.large-item {
  height: 576px;
}
.gallery-item .gi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.gallery-item .gi-text h3 {
  color: #ffffff;
}
/*---------------------
  Room Section
-----------------------*/

.rooms-section {
  padding-top: 0;
  padding-bottom: 80px;
}
.room-item {
  margin-bottom: 30px;
}
.room-item img {
  min-width: 100%;
}
.room-item .ri-text {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
  color: #19191a;
  margin-bottom: 17px;
}
.room-item .ri-text h3 {
  color: var(--wander-orange);
  font-weight: 700;
  margin-bottom: 14px;
}
.room-item .ri-text h3 span {
  font-family: "Poppins Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #19191a;
}
.room-item .ri-text table {
  margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
  font-size: 16px;
  color: #707079;
  line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
  width: 125px;
}
.room-item .ri-text .primary-btn {
  color: #19191a;
}
.room-pagination {
  text-align: center;
  padding-top: 20px;
}
.room-pagination a {
  font-size: 16px;
  color: #707079;
  border: 1px solid #efd4b9;
  border-radius: 2px;
  padding: 7px 13px 5px;
  margin-right: 7px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room-pagination a:last-child {
  margin-right: 0;
}
.room-pagination a:hover {
  background: var(--wander-orange);
  color: #ffffff;
}

/*----------------------------
  Free Registration Page
----------------------------*/

.dropzone {
  border: 0px solid black;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
  padding: 20px;
}
.dropzone-review {
  border: 0px solid black;
  border-radius: 10px;
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
  padding: 20px;
}

.dropzone:hover {
  background-color: #f0f0f0;
}

.placeholder-image,
.main-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.thumbnail-gallery {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
/* src/components/Rules.css */
.custom-rule-tag {
  display: inline-flex;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 4px 10px;
  margin: 4px 6px 4px 0;
  font-size: 0.9rem;
}
.custom-rule-tag .close-icon {
  margin-left: 8px;
  cursor: pointer;
  color: #aaa;
  font-weight: bold;
  user-select: none;
}

.accommodation-button {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;

  display: inline-block;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  will-change: transform, filter;
  transform: translateZ(0);

  font-size: 14px;
  color: #000;
}

.accommodation-button:hover {
  transform: translate3d(0, -6px, 0) scale3d(1.05, 1.05, 1);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.accommodation-button.selected {
  background-color: var(--wander-orange);
  border-color: var(--wander-orange);
}

.accommodation-button.selected span {
  color: #fff;
}

.apply-btn {
  padding: 8px 16px;
  font-size: 14px;
  background-color: var(--accent-color);
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.apply-btn:hover {
  background-color: darken(var(--accent-color), 10%);
}

.thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.thumbnail-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.remove-button {
  position: absolute;
  top: -6px;
  right: -5px;
  background-color: rgb(255, 0, 0);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  display: inline-block !important;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.mobile-button-container {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px; /* Ensures the container is tall enough */
  background-color: white;
  padding: 0.5rem;
  text-align: center;
  z-index: 5;
}

.remove-button:hover {
  background-color: darkred;
}

.error-border {
  border-width: 2px;
  border-color: red !important;
}
.invalid-border {
  border: 2px solid red !important;
}
.error-image-message {
  color: red !important;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.error-message {
  color: red !important;
  margin-top: 8px;
  font-size: 14px;
}
.toast {
  float: right;
  margin-right: 20px;
}
.btn-close {
  background-color: #ffffff00;
  border: none;
}
/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*----------------------------
  Paid Registration Page
----------------------------*/
.cross-facilities:focus {
  outline: none;
}
.price-box {
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.original-price {
  font-size: 24px;
  font-weight: bold;
  text-decoration: line-through;
  color: #dc3545;
}
.commission {
  font-size: 20px;
  color: #ffc107;
  font-weight: bold;
}
.final-price {
  font-size: 30px;
  font-weight: bold;
  color: #28a745;
}
.otp {
  background-color: orange;
  border: 0px solid black;
  border-radius: 10px;
  width: 100%;
  height: 40px;
}
.campsite-reg-title {
  margin-left: 0px;
}
.pagination > li > a,
.pagination > li > span {
  color: black !important;
}
.pager li .active {
  background-color: rgb(181, 181, 214);
  color: rgb(9, 9, 80);
}
.cust-btn {
  background-color: orange;
  border: none;
  float: right;
  margin-right: 50px;
  width: 100px;
}
.cust-btn-dashboard {
  background-color: orange;
  border: 0px solid black;
  border-radius: 10px;
  width: 90%;
  height: 40px;
}
.cust-btn-dashboard:hover {
  background-color: #ff9900;
}
.submit-campsite {
  font-size: 20px;
  border-radius: 10px;
  height: 60px;
  border-width: 0px;
  background-color: #ff7b00;
  color: white;
}
.submit-campsite:hover {
  background-color: rgb(255, 132, 0);
}
.submit-campsite:focus {
  outline: none;
}
.submit-campsite:disabled {
  background-color: #cccccc !important; /* Light gray */
  cursor: not-allowed !important; /* Prevent clicking */
  opacity: 0.6;
}
.cust-btn:hover {
  background-color: rgb(255, 153, 0);
  border: none;
}
.cust-btn:active {
  background-color: rgb(255, 153, 0);
  border: none;
}
/* Base selected card styling - removed default color to prevent black outline */
.selected-card {
  border: 3px solid !important;
  box-shadow: 0 8px 20px !important;
  transform: translateY(-3px) !important;
  transition: all 0.3s ease !important;
  border-radius: 12px !important;
  position: relative !important;
  z-index: 10 !important;
}

/* For free/green mode */
.selected-card.free-mode {
  border-color: #53f250 !important;
  box-shadow: 0 8px 20px rgba(83, 242, 80, 0.4) !important;
}

/* For paid/orange mode */
.selected-card.paid-mode {
  border-color: #FF6600 !important;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4) !important;
}

/* Fallback for when mode class is not applied (shouldn't happen but safety) */
.selected-card:not(.free-mode):not(.paid-mode) {
  border-color: #FF6600 !important;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4) !important;
}

/* Smooth transition for all cards */
.camp-card, 
[class*="card"],
.card {
  transition: all 0.3s ease !important;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
  .selected-card {
    transform: translateY(-2px) !important;
    border-width: 2px !important; /* Slightly thinner border on mobile */
  }
  
  .selected-card.free-mode {
    box-shadow: 0 6px 15px rgba(83, 242, 80, 0.3) !important;
  }
  
  .selected-card.paid-mode {
    box-shadow: 0 6px 15px rgba(255, 102, 0, 0.3) !important;
  }
}

/* Ensure the selected card is visible above other elements with proper colors */
.selected-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 12px;
  z-index: -1;
  animation: pulse 2s infinite;
  pointer-events: none; /* Ensure this doesn't interfere with clicks */
}

.selected-card.paid-mode::before {
  background: linear-gradient(45deg, transparent, rgba(255, 102, 0, 0.1), transparent);
}

.selected-card.free-mode::before {
  background: linear-gradient(45deg, transparent, rgba(83, 242, 80, 0.1), transparent);
}

/* Default fallback */
.selected-card:not(.free-mode):not(.paid-mode)::before {
  background: linear-gradient(45deg, transparent, rgba(255, 102, 0, 0.1), transparent);
}

@keyframes pulse {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}

/* Remove any conflicting border styles from card children */
.selected-card .card-body,
.selected-card .card-header,
.selected-card .list-group,
.selected-card .list-group-item {
  border: none !important;
}

/* Ensure cards are properly positioned for mobile scrolling */
@media (max-width: 768px) {
  .card-panel {
    position: relative;
  }
  
  .card-panel .col-12 {
    scroll-margin-top: 140px; /* Account for sticky header */
  }
}

/* Desktop scroll margin */
@media (min-width: 769px) {
  .scroll .col-md-4 {
    scroll-margin-top: 100px;
  }
}
.popup-content {
  position: absolute;
  top: 35vh;
  left: 11.2vw;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0px 3px 29px -3px rgba(166, 166, 166, 1);
}
.popup-content-campsites {
  position: absolute;
  top: 20vh;
  left: 40vw;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0px 3px 29px -3px rgba(166, 166, 166, 1);
}
.popup-content-event {
  margin-top: 90px;
  position: absolute;
  left: 21vw;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0px 3px 29px -3px rgba(166, 166, 166, 1);
}
/* booking-component.css */

/* Container for the booking component */
.booking-container {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Layout */
.booking-row {
  display: flex;
  flex-wrap: wrap;
}
.booking-left {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
}
.booking-right {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Titles */
.booking-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #343a40;
}

/* Carousel */
.booking-carousel-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

/* Description */
.booking-description {
  margin-top: 1.5rem;
}
.booking-description h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
.booking-description p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.5;
}

/* Facilities & Amenities */
.booking-facilities,
.booking-amenities {
  margin-top: 1.5rem;
}
.booking-facilities h4,
.booking-amenities h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
.booking-facilities-row,
.booking-amenities-row {
  display: flex;
  flex-wrap: wrap;
}
.booking-facility-item,
.booking-amenity-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0.5rem;
}
.booking-facility-content,
.booking-amenity-content {
  display: flex;
  align-items: center;
}
.booking-check-icon {
  color: #28a745;
  margin-right: 8px;
}
.booking-cross-icon {
  color: #dc3545;
  margin-right: 8px;
}

/* Rules & Cancellation */
.booking-rules-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.booking-rules,
.booking-cancellation {
  flex: 0 0 50%;
  max-width: 50%;
}
.booking-rules h4,
.booking-cancellation h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
.booking-rules-list {
  padding-left: 1.25rem;
  color: #495057;
}
.booking-rules-list li {
  margin-bottom: 0.5rem;
}

/* Booking Card */
.booking-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Price Section */
.booking-price {
  text-align: center;
  margin-bottom: 1.25rem;
}
.booking-adult-price {
  font-size: 1.75rem;
  color: #000; /* Price in black */
  margin: 0;
  font-weight: 600;
}
.booking-child-price {
  font-size: 1.25rem;
  color: #000; /* Price in black */
  margin: 0;
}

/* Datepicker */
.booking-datepicker {
  margin-bottom: 1.25rem;
  text-align: center;
}
.booking-duration {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: #6c757d;
}

/* Guest Selectors */
.booking-guest-selectors {
  margin-bottom: 1.25rem;
}
.booking-selector-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.booking-selector-controls button {
  border: 1px solid #ced4da;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.booking-selector-controls span {
  min-width: 25px;
  text-align: center;
  font-weight: 500;
}

/* Food Section */
.booking-food-section {
  margin-bottom: 1.25rem;
}
.booking-food-section h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
.booking-food-included {
  text-align: center;
}
.booking-food-note {
  color: #fd7e14;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.booking-food-input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.booking-food-input {
  width: 60px;
  padding: 4px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
/* Food Tabs (orange themed) */
.booking-food-tabs .nav-link {
  padding: 8px 12px;
  font-weight: 600;
  color: #fd7e14;
  border: none;
  background-color: transparent;
}
.booking-food-tabs .nav-link.active {
  border-bottom: 2px solid #fd7e14;
  color: #fd7e14;
}
.booking-food-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.booking-food-btn {
  border: 1px solid #fd7e14;
  background: transparent;
  color: #fd7e14;
  padding: 8px 10px;
  margin: 4px;
  border-radius: 6px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
}
.booking-food-btn.active-veg,
.booking-food-btn.active-nonveg {
  background-color: #fd7e14;
  color: #ffffff;
}

/* Billing Table */
.booking-table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
}
.booking-table th,
.booking-table td {
  border: 1px solid #dee2e6;
  padding: 8px;
  text-align: center;
}
.booking-table th {
  background-color: #e9ecef;
  color: #495057;
}
.booking-total-row {
  font-weight: bold;
  background-color: #f1f3f5;
}

/* Book Now Button (Orange) */
.booking-book-btn {
  width: 100%;
  padding: 12px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #fd7e14;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.booking-book-btn:hover {
  background-color: #e67e22;
}
.booking-book-btn:active {
  background-color: #e67e22 !important;
}
/* Responsive */
@media (max-width: 768px) {
  .booking-left,
  .booking-right {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .booking-right {
    margin-top: 20px;
  }
}

.close-button {
  position: relative;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.campsite {
  min-width: 90%;
}
.box1 input {
  width: 300px;
}
.box2 {
  width: 600px;
}
.box3 {
  width: 170px;
}
.custom-select {
  margin-top: 2%;
  width: 300px;
}
.description {
  width: 687px;
}
.cabin {
  width: 130px;
}
.adult {
  height: 50px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
}
.child {
  height: 50px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
}
.tent {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
}
.calendar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0.5px solid rgb(217, 217, 217);
  border-radius: 10px;
  height: 340px;
}
.booking-calendar {
  width: 100% !important; /* Force the calendar to take full width */
  height: 100%;
  border-radius: 10px;
}

.campsites-page {
  /* allow it to expand if you have more cards or pagination */
  height: 100%;

  /* make sure you don’t get unexpected bottom margins */
  margin-bottom: 0;
  padding-bottom: 0;
}
.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
  width: 70px !important;
  height: 70px !important;
  top: 50%; /* vertically center */
  transform: translateY(-50%);
  z-index: 20;
}

.slick-prev:before {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -110% !important;
}

.slick-next:before {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 90%;
}
.shop-slider {
  position: relative;
  overflow: hidden;
}
.shop-slider .slick-prev,
.shop-slider .slick-next {
  /* pull ’em back in: */
  left: 8px !important;
  right: 8px !important;
  margin-left: 0 !important;
}

/* Add this to your main CSS file (e.g., style.css) */

/* Hide the SSR content during hydration */
html.loading #app {
  visibility: hidden;
}

/* Show a loading spinner during hydration */
html.loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Optional: Add a simple spinner animation during hydration */
html.loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Ensure the app is visible when not loading */
html:not(.loading) #app {
  visibility: visible;
}
.per-drop {
  width: 120px;
  height: 37px;
  border-color: #cbc9c9;
  border-radius: 3px;
}
.veg-logo {
  width: 20px;
  height: auto;
  float: right;
}
.nonveg-logo {
  margin-top: 5px;
  float: right;
  width: 20px;
  height: auto;
}
.box {
  background-color: white;
  border-color: #d8d8d8 !important;
  border-radius: 20px;
  border-width: 0.5px !important;
  width: 190px;
  height: 38px;
}
.scroll {
  overflow-y: auto;
  max-height: 100%
}
::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.card-panel {
  margin-top: 20px;
  min-height: 100vh;
}
.card-img {
  object-fit: cover;
  height: 220px;
}
.site-img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 450px;
}
.cust-btn-form {
  width: 100px;
  height: 100px;
}
.site-btn-corners {
  border-radius: 50%;
}
.location-title {
  margin-left: -90px;
}
.homestay-img {
  width: 50px;
  height: auto;
}
.cabin-img {
  width: 50px;
  height: auto;
}
.swiss-img {
  width: 100px;
  height: auto;
}
.site-rules {
  width: 300px;
}
.font-cust {
  color: #000;
  border-width: 2px;
  border-color: #000;
}
.font-cust:hover {
  color: white;
}
.pyot-img {
  width: 60px;
  height: auto;
}
.campsite-head {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: white;
}
.cust-search {
  border: 0px solid rgb(205, 205, 205);
  width: 230px;
  height: 40px;
  border-radius: 20px;
  padding-left: 8px;
}
.cust-drop {
  border: 0px solid rgb(189, 189, 189);
  border-radius: 20px;
  padding-left: 10px;
  width: 210px;
  height: 40px;
}
.dates-cust {
  border: 0px solid black;
  border-radius: 20px;
  background-color: white;
  width: 100%;
  height: 40px;
}
.sort-drop {
  border: 0px solid rgb(189, 189, 189);
  border-radius: 20px !important;
  padding-left: 10px;
  width: 100px;
  height: 38px;
}
.sort-drop-free {
  border: 0px solid rgb(189, 189, 189);
  border-radius: 20px !important;
  padding-left: 2ch;
  width: 150px;
  height: 38px;
}
.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
}

.autocomplete-list li {
  padding: 8px 12px;
  cursor: pointer;
}

.autocomplete-list li:hover {
  background-color: #f0f0f0;
}
.quill-fixed .ql-editor {
  max-height: 200px; /* same as the wrapper height */
  overflow-y: auto;
}
.quill-fixed .ql-container {
  height: 200px; /* lock the container height */
}
.cust-guests {
  background-color: white;

  border: 0px solid rgb(189, 189, 189);
  border-radius: 20px;
  padding-left: 10px;
  width: 100px;
  height: 38px;
}

.cust-overflow {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines before ellipsis */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 5.4em; /* Adjust based on font size and line height */
  line-height: 1.8em; /* Adjust line height to match your design */
}

.read-more {
  color: blue;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

/* Shared hover effect for all cards */
.card-hover {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.card-hover:hover {
  box-shadow: 6px 10px 20px -1px rgba(171, 162, 171, 1);
  transform: scale(1.01); /* Increase the size by 5% on hover */
}

/* Your existing camping card styling */
.card-camp {
  height: 550px;
  border: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.location {
  border: 0px solid black !important;
  border-radius: 20px !important;
}
.location-details {
  background-color: #f2f1f1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.location-button {
  color: rgb(0, 0, 0);
  width: 250px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid rgb(255, 145, 0);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.location-button:hover {
  color: rgb(255, 255, 255);
  background-color: #ff9c00;
  transform: scale(1.05);
}

.location-button:focus {
  outline: none;
}
.google-location {
  width: 20px;
  height: auto;
  filter: drop-shadow(1px 2px 2px #222);
}
.heart:focus {
  outline: none;
}
.image-overlay {
  width: 98%;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  margin-left: -14px;
  background-color: #eeeeee;
}
.free-card-camp {
  height: 450px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.free-card-camp:hover {
  box-shadow: 6px 10px 20px -1px rgba(171, 162, 171, 1);
}
/* Main Button */
/* Share Button */
.heart {
  background: white;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.heart:hover {
  transform: scale(1.1);
}

/* Main container */
.share-container {
  position: relative;
  display: inline-block;
}

/* Popup box */
.share-popup {
  position: absolute;
  width: 280px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  z-index: 100;
  border: 1px solid #ddd;
}
/* Ensuring popup doesn't get clipped in parent containers */
.share-popup {
  position: absolute !important;
  top: 50px; /* Adjust based on navbar height */
  transform: translateX(-50%);
}

/* Link Copy Box */
.copy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #ffffff;
}

.copy-box input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
}

.copy-icon {
  border: none;
  cursor: pointer;
  color: #555;
  background-color: white;
  transition: color 0.2s;
}

.copy-icon:hover {
  color: #000;
}

/* Social Media Icons */
.share-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.share-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}

/* Hover Effect */
.share-icons a:hover {
  transform: scale(1.1);
}

/* WhatsApp */
.share-icons a:nth-child(1) {
  background: #25d366;
}

/* Facebook */
.share-icons a:nth-child(2) {
  background: #1877f2;
}

/* Instagram */
.share-icons a:nth-child(3) {
  background: #e4405f;
}

.star {
  margin-bottom: 5px;
  width: 30px;
  height: auto;
}
.drop-camp {
  border-width: 0px;
  border-radius: 20px;
  width: 100px;
  height: auto;
  color: white;
  padding: 10px;
  background-color: orange;
}
.site-description {
  width: 90% !important;
}

/* Style for the container that holds the added items (Amenities, Facilities, and Rules) */
.added-items-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Space between items */
  margin-top: 10px;
}

/* Style for each added item box */
.added-item {
  background-color: #f0ad4e;
  color: white;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

/* Style for the cross (remove item) */
.remove-item {
  margin-left: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

/* Hover effect on the cross */
.remove-item:hover {
  color: #d9534f; /* Red color for the hover effect */
}

/*----------------------------
  WcDashboard Section
----------------------------*/

/*----------------------------
  Booking Detail Section
----------------------------*/
.book-now {
  background-color: rgb(255, 123, 0) !important;
  color: white !important;
  width: 210% !important;
}
.price-sec {
  height: 50px;
}
.acc-head {
  width: 450px;
  font-size: 20px;
}
/* For general styling */
.billing-summary {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.billing-summary .total-price {
  font-weight: bold;
  font-size: 1.25rem;
}

.billing-summary .input-field {
  width: 4rem;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Scoped styles for the GuestSelector component */
.guest-selector {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 700px;
  border-radius: 10px;
  box-shadow: 0px 3px 29px -3px rgba(166, 166, 166, 1);
  position: sticky;
}

.per {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.guest-input-adult {
  width: 130%;
  margin-left: 13%;
}

.dates-event-btn {
  width: 100%;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 5px;
  height: 40px;
}
.guest-input-children {
  width: 130%;
  margin-left: 18%;
}
.increment-adult {
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-radius: 4px;
  padding-bottom: 6px;
  background-color: rgb(255, 255, 255);
}
.increment-adult:focus {
  outline: none;
}
.increment-children {
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-radius: 4px;
  padding-bottom: 6px;
  background-color: rgb(255, 255, 255);
}
.increment-children:focus {
  outline: none;
}
.decrement-children {
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-radius: 4px;
  padding-bottom: 6px;
  background-color: rgb(255, 255, 255);
}
.decrement-children:focus {
  outline: none;
}
.decrement-adult {
  width: 30px;
  height: 30px;
  border-width: 0px;
  border-radius: 4px;
  padding-bottom: 6px;
  background-color: rgb(255, 255, 255);
}
.decrement-adult:focus {
  outline: none;
}
.guest-input-adult {
  background-color: rgb(255, 255, 255);
  text-align: center;
  border: none;
}
.guest-input-children {
  background-color: rgb(255, 255, 255);
  text-align: center;
  border: none;
}
/*----------------------------
  Campsite Detail Section
----------------------------*/
.type-icon {
  width: 40px;
  height: auto;
}
.facilities input[type="checkbox"] {
  accent-color: rgb(255, 82, 2);
  width: 2em;
  height: 2em;
}
/* Updated Guest Selector Controls */
.booking-selector-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-selector-controls button {
  background-color: #f8f9fa; /* Same as the card background */
  border: 1px solid #ced4da;
  padding: 4px 12px; /* Increased horizontal padding for uniformity */
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
}

.booking-selector-controls span {
  flex: 1;
  text-align: center;
  font-weight: 500;
  margin: 0 10px; /* Gap between the buttons and the number */
}

.amenities input[type="checkbox"] {
  accent-color: rgb(255, 82, 2);

  width: 2em;
  height: 2em;
}
.rules input[type="checkbox"] {
  accent-color: rgb(255, 82, 2);
  width: 1em;
  height: 1em;
}
.facilities {
  height: 200px;
}
.campsite-img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}
.cust-btn {
  background-color: #e61041;
  border: none;
  float: right;
  margin-top: 10px;
}
.super {
  padding-top: 100px;
}
.star-rating {
  button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .on {
    color: #ff9529;
  }
  .off {
    color: #fdcc0d;
  }
}
.star {
  font-size: 40px;
}

.main-section {
  background: #ffffff;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 7px 1px #aa9191;
}
.hedding-title h1 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 25px;
}
.average-rating {
  float: left;
  text-align: center;
  width: 30%;
}
.average-rating h2 {
  margin: 0px;
  font-size: 80px;
}
.average-rating p {
  margin: 0px;
  font-size: 20px;
}
/* This will apply to all stars */
.fa-star,
.fa-star-o,
.fa-star-half {
  color: #fdc91b;
}

/* Small size for stars */
.star-rating-small {
  font-size: 15px !important; /* Adjust to smaller size */
}

/* Normal size for stars (this is the default size, so it's optional to define) */
.star-rating-normal {
  font-size: 25px !important; /* Your original font size */
}

.progress {
  background: #f5f5f5;
  border-radius: 13px;
  height: 18px;
  width: 100%;
  padding: 3px;
  margin: 5px 0px 15px 0px;
}
.progress-inner {
  display: block;
  background: #e61041;
  height: 100%;
  border-radius: 9px;
}
.write-review {
  margin-top: 20px;
  margin-left: 50px;
  background-color: #f5f5f5;
  width: 90%;
  height: fit-content;
  padding: 30px;

  border-radius: 10px;

  h4 {
    margin-left: 110px;
    margin-top: 20px;
    font-size: 40px;
  }
  h3 {
    margin-left: 35px;
  }
}

.loder-ratimg {
  display: inline-block;
  width: 40%;
}
.start-part {
  float: right;
  width: 30%;
  text-align: center;
  margin-top: -10px;
}
.start-part span {
  color: #337ab7;
  font-size: 23px;
}
.reviews h1 {
  margin: 10px 0px 20px 30px;
}
.user-img img {
  height: 80px;
  width: 80px;
  border: 1px solid blue;
  border-radius: 50%;
}
.user-img-part {
  width: 30%;
  float: left;
}
.user-img {
  width: 48%;
  float: left;
  text-align: center;
}
.user-text {
  float: left;
}
.user-text h5,
.user-text p {
  margin: 0px 0px 5px 0px;
}
.user-text p {
  font-size: 20px;
  font-weight: bold;
}
.user-text h5,
.user-text span {
  color: #b3b5b4;
}
.comment {
  width: 68%;
  float: right;
}
.calendar-container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.month {
  width: 100px;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 columns for 7 days of the week */
  gap: 2px;
}
.day {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.available {
  background-color: orange;
}

.unavailable {
  background-color: grey;
}
.cust-acc {
  min-width: 700px !important;
  border-radius: 15px !important;
}
.book-btn {
  margin-left: 10px;
  width: 200px;
}
.sticky-navbar {
  position: sticky;
  top: 65px; /* Sticks to the top of the page */
  left: 0;
  width: 100%;
  background-color: rgb(248, 249, 251);
  z-index: 100;
  padding: 10px; /* Optional: Adds padding to the navbar */
}

.sticky-navbar .nav-link {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: rgb(248, 249, 251);
  font-size: 16px;
}
/* Main Content Wrapper */
.main-content {
  /* Extra bottom padding so that the sticky map stops before the global footer.
     Adjust 200px to match your footer’s height. */
  height: 100%;
  padding-left: 0;

}

/* Invisible Spacer to Extend the Content’s Bottom Boundary */

.points-wcoins-popover {
  min-width: 400px;
}

@media (max-width: 768px) {
  .points-wcoins-popover {
    min-width: 250px;
  }
}
/* This is your “map‐slot” inside the Bootstrap column */
.map‐wrapper {
  position: sticky;
  top: 100px; /* exactly your header’s height */
  bottom: 120px; /* exactly your footer’s height */
  width: 100%;
  max-width: 600px; /* cap on big screens */
  margin: 0 auto;
  /* *no* height: the browser infers it from top+bottom */
}

/* Now force the map itself to fill that slot */
.map‐wrapper > .maplibregl‐map {
  position: absolute; /* Maplibre already uses `position: relative` on its top node */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* keep overflow hidden so map tiles don’t leak out */
  overflow: hidden;
}

/* General Container Styles */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.tabs-scroll-container {
  overflow-x: auto; /* enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.tabs-scroll-container .nav-tabs {
  white-space: nowrap; /* prevent tabs from wrapping */
  flex-wrap: nowrap; /* if using flexbox nav-tabs */
}

.tabs-scroll-container .nav-item {
  display: inline-block; /* ensure each tab is inline */
}

/* Optional: hide the scrollbar in WebKit browsers */
.tabs-scroll-container::-webkit-scrollbar {
  height: 4px;
}
.tabs-scroll-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.tabs-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

/* Cards Column Scroll */
.scroll {
  max-height: 100%;
  overflow-y: auto;
}
.mobile-scroll {
  max-height: 90vh;
  overflow-y: auto;
}
/* Card Styling */
.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hover-animate {
  transition: transform 0.3s, box-shadow 0.3s;
}
.hover-animate:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Your existing .img-acc class, updated to ensure object-fit: cover */
.img-acc {
  width: 200px;
  height: 100% !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  object-fit: cover; /* to avoid stretching, nicely crop */
}

/*----------------------------
  Blog Details Hero Section
----------------------------*/

.blog-details-hero {
  height: 530px;
  padding-top: 165px;
}
.bd-hero-text {
  text-align: center;
}
.heart-button:hover {
  transform: scale(1.1);
}
.bd-hero-text span {
  font-size: 12px;
  color: #ffffff;
  background: #f66c1a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 2px;
}
.bd-hero-text h2 {
  font-size: 44px;
  color: #ffffff;
  line-height: 54px;
  margin-top: 30px;
  margin-bottom: 12px;
}
.bd-hero-text ul li {
  list-style: none;
  font-size: 14px;
  color: #f66c1a;
  margin-right: 35px;
  display: inline-block;
}
.bd-hero-text ul li:last-child {
  margin-right: 0;
}
.bd-hero-text ul li.b-time {
  text-transform: uppercase;
}
/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
  padding-top: 55px;
}
.blog-details-text .bd-title {
  margin-bottom: 52px;
}
.blog-details-text .bd-title p {
  font-size: 18px;
  color: #707079;
  line-height: 30px;
}
.blog-details-text .bd-pic {
  overflow: hidden;
  margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
  width: calc(33.33% - 10px);
  float: left;
  margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
  margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
  min-width: 100%;
}
.blog-details-text .bd-more-text {
  margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
  margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
  color: #19191a;
  margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
  font-size: 18px;
  color: #707079;
  line-height: 30px;
}
.blog-details-text .tag-share {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
  float: left;
}
.blog-details-text .tag-share .tags a {
  font-size: 12px;
  color: #707079;
  background: #ebebeb;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
  color: #ffffff;
  background: #f66c1a;
}
.blog-details-text .tag-share .social-share {
  float: right;
}
.blog-details-text .tag-share .social-share span {
  display: inline-block;
  font-size: 18px;
  color: #707079;
}
.blog-details-text .tag-share .social-share a {
  display: inline-block;
  font-size: 16px;
  color: #707079;
  margin-left: 30px;
}
.blog-details-text .comment-option {
  margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
  color: #19191a;
  margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
  margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
  padding-left: 22px;
}
.blog-details-text
  .comment-option
  .single-comment-item.first-comment
  .sc-text:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 255px;
  background: #ebebeb;
  content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
  padding-left: 120px;
  margin-bottom: 52px;
}
.blog-details-text
  .comment-option
  .single-comment-item.second-comment
  .sc-text {
  padding-left: 22px;
}
.blog-details-text
  .comment-option
  .single-comment-item.second-comment
  .sc-text:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100px;
  background: #ebebeb;
  content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
  float: left;
  margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
  display: table;
  position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
  font-size: 12px;
  color: #f66c1a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
  font-size: 20px;
  color: #19191a;
  margin-top: 4px;
  margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
  color: #707079;
  margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
  display: inline-block;
  color: #19191a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 24px;
  border: 1px solid #f9eee3;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
  background: #f66c1a;
  color: #ffffff;
  border-color: #f66c1a;
}
.blog-details-text .leave-comment h4 {
  color: #19191a;
  margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
  width: 100%;
  height: 50px;
  color: #707079;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
  border-color: #f66c1a;
}
.blog-details-text .leave-comment .comment-form textarea {
  width: 100%;
  height: 116px;
  color: #707079;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 42px;
  resize: none;
  padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
  border-color: #f66c1a;
}
.blog-details-text .leave-comment .comment-form button {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #f66c1a;
  border: none;
  padding: 14px 42px 13px;
  display: inline-block;
  border-radius: 2px;
}
/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
  padding-top: 65px;
  padding-bottom: 50px;
}
.recommend-blog-section .section-title {
  margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
  margin-top: 0;
}
/*---------------------
  Contact Section
-----------------------*/

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-text h2 {
  font-size: 44px;
  color: #19191a;
  margin-bottom: 24px;
}
.contact-text p {
  color: #707079;
}
.foot-logo {
  margin-bottom: 5px;
  width: 200px;
  height: auto;
}
.contact-text table tbody tr td {
  font-size: 16px;
  color: #19191a;
  line-height: 36px;
  font-weight: 500;
}
.contact-text table tbody tr td.c-o {
  color: #707079;
  width: 75px;
}
.contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #aaaab3;
  padding-left: 25px;
  margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
  color: #aaaab3;
}
.contact-form input::-moz-placeholder {
  color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
  color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
  color: #aaaab3;
}
.contact-form input::placeholder {
  color: #aaaab3;
}
.contact-form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #aaaab3;
  padding-left: 25px;
  padding-top: 12px;
  margin-bottom: 33px;
  resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
  color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
  color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
  color: #aaaab3;
}
.contact-form textarea::placeholder {
  color: #aaaab3;
}
.contact-form button {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #f66c1a;
  border: none;
  padding: 14px 34px 13px;
  display: inline-block;
}
.map {
  height: 470px;
  -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
  margin-top: 75px;
}
.map iframe {
  width: 100%;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
  .hp-room-items .hp-room-item .hr-text {
    bottom: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .hp-room-items .hp-room-item .hr-text {
    bottom: -288px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider.owl-carousel .owl-nav button {
    left: -150px;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    right: -150px;
  }
  .hp-room-items .hp-room-item .hr-text {
    bottom: -322px;
  }
  .hp-room-items .hp-room-item:hover .hr-text {
    bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .top-nav {
    display: none;
  }
  .menu-item .nav-menu {
    display: none;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .canvas-open {
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    color: #19191a;
    border: 1px solid #19191a;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    z-index: 100;
    display: block;
    cursor: pointer;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    z-index: 999;
    background: #ffffff;
    text-align: center;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 30px 30px 30px;
    display: block;
  }
  .offcanvas-menu-wrapper .canvas-close {
    height: 30px;
    width: 30px;
    border: 1px solid #19191a;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    padding-right: 1px;
  }
  .offcanvas-menu-wrapper .search-icon {
    color: #19191a;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .offcanvas-menu-wrapper .header-configure-area {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option {
    display: inline-block;
    cursor: pointer;
    padding: 13px 0;
    position: relative;
    margin-bottom: 10px;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option:hover
    .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .header-configure-area .language-option span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li {
    list-style: none;
    text-align: left;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper
    .header-configure-area
    .language-option
    .flag-dropdown
    ul
    li
    a:hover {
    color: #f66c1a;
  }
  .offcanvas-menu-wrapper .header-configure-area .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #f66c1a;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .offcanvas-menu-wrapper .mainmenu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
    float: none;
    margin: 0 0 10px 0;
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
    margin: 0;
    text-align: left;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
    padding-left: 20px;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #19191a;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
    border-radius: 0;
    background: transparent;
    color: #f66c1a;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
    border-bottom: 0;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
    color: #f66c1a;
  }
  .offcanvas-menu-wrapper
    .slicknav_menu
    .slicknav_nav
    .slicknav_row:hover
    span {
    color: #f66c1a;
  }
  .offcanvas-menu-wrapper .top-social {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    margin-right: 20px;
  }
  .offcanvas-menu-wrapper .top-social a:last-child {
    margin-right: 0;
  }
  .offcanvas-menu-wrapper .top-widget li {
    list-style: none;
    font-size: 16px;
    color: #6363af;
    font-weight: 500;
    line-height: 28px;
  }
  .offcanvas-menu-wrapper .top-widget li i {
    color: #f66c1a;
    margin-right: 4px;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .about-text {
    margin-bottom: 30px;
  }
  .footer-section .copyright-option ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-section .copyright-option .co-text {
    text-align: center;
  }
  .about-pic img {
    margin-bottom: 20px;
  }
  .room-booking {
    padding: 0;
    margin-top: 40px;
  }
  .contact-form {
    padding-top: 30px;
  }
  .hero-text {
    margin-bottom: 40px;
  }
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider.owl-carousel .owl-nav button {
    left: -30px;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
  .hp-room-items {
    margin: 0;
  }
  .hp-room-item {
    margin-bottom: 15px;
  }
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
  .testimonial-slider.owl-carousel .owl-nav {
    display: none;
  }
  .room-details-item .rd-text .rd-title {
    margin-bottom: 25px;
  }
  .room-details-item .rd-text .rd-title h3 {
    float: none;
    margin-bottom: 30px;
  }
  .room-details-item .rd-text .rd-title .rdt-right {
    float: none;
    text-align: left;
  }
  .footer-section .copyright-option ul li {
    margin-right: 25px;
  }
  .blog-details-text .tag-share .tags {
    float: none;
    margin-bottom: 20px;
  }
  .blog-details-text .tag-share .social-share {
    float: none;
  }
  .about-text .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hp-room-items {
    margin: 0 -5px;
  }
  .hp-room-item {
    margin-bottom: 10px;
  }
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
  .footer-section .copyright-option ul li {
    margin-bottom: 5px;
  }
  .video-section {
    padding-top: 80px;
  }
  .rd-reviews .review-item .ri-pic,
  .blog-details-text .comment-option .single-comment-item .sc-author {
    float: none;
    margin-bottom: 30px;
  }
  .rd-reviews .review-item .ri-text .rating {
    position: relative;
  }
  .rd-reviews .review-item .ri-text,
  .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text,
  .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text {
    padding-left: 0;
  }
  .blog-details-text .comment-option .single-comment-item.reply-comment {
    padding-left: 30px;
  }
  .rd-reviews .review-item .ri-text:before,
  .blog-details-text
    .comment-option
    .single-comment-item.first-comment
    .sc-text:before,
  .blog-details-text
    .comment-option
    .single-comment-item.second-comment
    .sc-text:before {
    display: none;
  }
  .blog-details-hero {
    padding-top: 70px;
  }
  .blog-details-text .bd-pic .bp-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-details-text .tag-share .tags a {
    margin-bottom: 6px;
  }
  .blog-details-text .comment-option .single-comment-item .sc-text a {
    margin-bottom: 10px;
  }
}
@import "../../../../../css.css";
@font-face {
  font-family: material icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),
    url(../fonts/MaterialIcons-Regular.woff) format("woff"),
    url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
html {
  height: 100%;
}
body {
  background-color: #f8f9fa;
  color: #2a2a2a;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.form-control {
  color: #333;
  font-size: 15px;
  height: 40px;
}
.form-control:focus {
  border-color: #6675e9;
  box-shadow: none;
  outline: 0;
}
.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
a {
  color: #009ce7;
}
input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
input,
input:focus,
button,
button:focus {
  outline: none;
}
input[type="file"] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.form-control {
  resize: vertical;
}
.navbar-nav > li {
  float: left;
}
.form-group {
  margin-bottom: 1.25rem;
}
.input-group .form-control {
  height: 40px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.font-weight-600 {
  font-weight: 600;
}
.table {
  color: #555;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  font-size: 15px;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f8f9fa;
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}
.table.dataTable {
  border-collapse: collapse !important;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
table.table td h2 a {
  color: #333;
}
table.table td h2 a:hover {
  color: #2962ff;
}
table.table td h2 span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.table thead {
  background-color: #f9fbfd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.table thead tr th {
  font-weight: 700;
  border: 0;
}
.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table tbody tr:last-child {
  border-color: transparent;
}
.table.table-center td,
.table.table-center th {
  vertical-align: middle;
}
.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
  color: #474648;
}
.table-striped thead tr {
  border-color: transparent;
}
.table-striped tbody tr {
  border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered th,
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
  padding-right: 1.5rem;
}
.card-table .table td,
.card-table .table th {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}
.p-20 {
  padding: 20px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.block {
  display: block !important;
}
.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Poppins Regular", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}
.btn.focus,
.btn:focus {
  box-shadow: unset;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.bg-primary,
.badge-primary {
  background-color: #2962ff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #04f !important;
}
.bg-success,
.badge-success {
  background-color: #6376e9 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #699834 !important;
}
.bg-info,
.badge-info {
  background-color: #009efb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
  background-color: #e84646 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e63333 !important;
}
.bg-white {
  background-color: #fff;
}
.bg-purple,
.badge-purple {
  background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #2962ff !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
  color: #699834 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
  color: #e84646 !important;
}
.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb !important;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
  color: #ffbc34 !important;
}
.text-purple,
.dropdown-menu > li > a.text-purple {
  color: #7460ee !important;
}
.text-muted {
  color: #333 !important;
  line-height: 0.5;
  font-weight: 200;
  font-size: 0.875rem;
}
.card_widget_header {
  font-size: 1.875rem;
}
.page-item.active .page-link {
  background-color: var(--wander-orange) !important;
  border-color: var(--wander-orange) !important;
}
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transform-origin: left top 0;
  box-shadow: inherit;
  background-color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #2962ff;
}
.navbar-nav .open .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.dropdown-menu {
  font-size: 14px;
}
.tabs-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
  
  .tab-content {
    margin-top: 1rem;
  }
}
.card {
  border: 0;
  border-radius: 0;
  margin-bottom: 1.875rem;
}
.first_widget {
  padding: 14px;
}
.card.board1.fill {
  border-radius: 15px;
  -webkit-text-fill-color: black;
  text-shadow: 0px 2px 8px rgba(141, 141, 141, 0.6);
}
.card-body {
  border-radius: 15px;

  padding: 1.5rem;
}
.card-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
}
.card-footer {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  padding: 1rem 1.5rem;
}
.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.card .card-header .card-title {
  margin-bottom: 0;
  font-size: 18px;
}
.modal-footer.text-left {
  text-align: left;
}
.modal-footer.text-center {
  text-align: center;
}
.btn-light {
  border-color: var(--wander-orange);
  color: #fff;
  background-color: var(--wander-orange);
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #2962ff;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #2962ff;
}
.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}
.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #ddd;
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  right: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ddd;
  border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2962ff;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 40px;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.card-header-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #333;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #333;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: #2962ff;
  border-color: #2962ff;
  color: #fff;
}
.tab-content {
  padding-top: 20px;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
  color: #333;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
  color: #333;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: var(--wander-orange);
  border-color: var(--wander-orange);
  color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.nav-tabs.nav-tabs-top > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: #2962ff;
}
.nav-tabs.nav-tabs-bottom > li {
  margin-bottom: -1px;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #2962ff;
  background-color: transparent;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #f5f5f5;
  border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0;
}
.section-header {
  margin-bottom: 1.875rem;
}
.section-header .section-title {
  color: #333;
}
.line {
  background-color: #2962ff;
  height: 2px;
  margin: 0;
  width: 60px;
}
.comp-buttons .btn {
  margin-bottom: 5px;
}
.pagination-box .pagination {
  margin-top: 0;
}
.comp-dropdowns .btn-group {
  margin-bottom: 5px;
}
.progress-example .progress {
  margin-bottom: 1.5rem;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 15px;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}
.row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
}
.row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}
.roles_class {
  margin-top: 10px;
}
.roles-menu {
  margin-top: 20px;
}
.roles-menu > ul {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.roles-menu > ul > li > a {
  border-left: 3px solid transparent;
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.roles-menu > ul > li.active > a {
  border-color: var(--wander-orange);
  color: var(--wander-orange);
}
.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  height: 80px;
  background-color: #f9fbfd;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #edf2f9;
}
.header .header-left {
  float: left;
  height: 80px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 260px;
  background-color: #fff;
}
.header .header-left .logo {
  display: inline-block;
  line-height: 75px;
}
.header .header-left .logo img {
  max-height: 50px;
  width: auto;
  margin-top: -8px;
}
.header-left .logo.logo-small {
  display: none;
}
.header .dropdown-menu > li > a {
  position: relative;
}
.home-title {
  font-size: 40px;
  color: white;
  text-align: center;
  text-shadow: 0px 2px 8px rgba(141, 141, 141, 0.6);
}
.header .dropdown-toggle:after {
  display: none;
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.user-menu {
  float: right;
  margin: 10px;
  position: relative;
  z-index: 99;
}
.user-menu.nav > li > a {
  color: #000;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
  color: #000;
}
.user-img {
  display: inline-block;
  margin-right: 3px;
  position: relative;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.breadcrumb-item.active {
  color: #333;
}
.user-menu .dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.user-menu .dropdown-menu .dropdown-item {
  padding: 7px 15px;
}
.user-menu .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: var(--wander-orange);
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
  background-color: var(--wander-orange);
  color: #fff;
}
.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
  color: #fff;
}
.header .dropdown-menu > li > a {
  padding: 10px 18px;
}
.header .dropdown-menu > li > a i {
  color: var(--wander-orange);
  margin-right: 10px;
  text-align: center;
  width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
  color: var(--wander-orange);
  font-size: 16px;
  margin-right: 10px;
  min-width: 18px;
  text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
  color: #fff;
}
.mobile_btn {
  display: none;
  float: left;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.app-dropdown .dropdown-menu {
  padding: 0;
  width: 300px;
}
.app-dropdown-menu .app-list {
  padding: 15px;
}
.app-dropdown-menu .app-item {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #737373;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.app-dropdown-menu .app-item i {
  font-size: 20px;
  height: 24px;
}
.app-dropdown-menu .app-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
  background-color: #f9f9f9;
  border-color: #e3e3e3;
}
.app-list > div + div {
  margin-top: 5px;
}
.app-list > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.app-list > .row > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.user-header {
  background-color: #f9f9f9;
  display: flex;
  padding: 10px 15px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  margin-bottom: 2px;
}
.menu-title {
  color: #a3a3a3;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 25px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 60px;
  width: 120%;
  z-index: 100;
}
.sidebar-overlay.opened {
  display: block;
}
html.menu-opened {
  overflow: hidden;
}
html.menu-opened body {
  overflow: hidden;
}
.top-nav-search {
  float: right;
  margin-left: 15px;
  margin-top: 10px;
}
.top-nav-search form {
  margin-top: 10px;
  position: relative;
  width: 230px;
}
.top-nav-search .form-control {
  background-color: var(--wander-orange);
  border-color: var(--wander-orange);
  border-radius: 50px;
  color: #fff;
  height: 40px;
  padding: 10px 50px 10px 15px;
}
.top-nav-search .btn {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  min-height: 40px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.top-nav-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::-moz-placeholder {
  color: #fff;
}
.top-nav-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::-ms-input-placeholder {
  color: #fff;
}
.top-nav-search .form-control::placeholder {
  color: #fff;
}
.top-nav-search.active form {
  display: block;
  left: 0;
  position: absolute;
}
.sidebar {
  background-color: #fff;
  bottom: 0;
  height: 0px;
  margin-top: 0;
  position: sticky;
  transition: all 0.2s ease-in-out;
  width: 260px;
  z-index: 100;
}
.slots {
  background-color: #a6e6ff;
}
.checkin {
  background-color: #58fc63;
}
.checkout {
  background-color: #ff5252;
}
.occu {
  background-color: #ffe25e;
}
.pie-chart {
  height: 100%;
}
.line-chart {
  height: 100%;
}
.sidebar.opened {
  transition: all 0.4s ease;
}
.sidebar-inner {
  height: 100%;
  min-height: 100%;
  transition: all 0.2s ease-in-out;
}
.verify-img {
  height: 600px;
}
.sidebar-menu {
  padding: 30px 0 0 15px;
}
.list-divider {
  border-bottom: 1px solid #edf2f9;
  height: 13px;
}

.sidebar-menu ul {
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-right: 15px;
}
.sidebar-menu li a {
  color: #333;
  display: block;
  font-size: 16px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: var(--wander-orange);
}
.sidebar-menu > ul > li > a:hover {
  color: #fff !important;
  background-color: var(--wander-orange);
}
.sidebar-menu > ul > li.active > a:hover {
  border-color: var(--wander-orange);
  color: #fff;
}
.sidebar-menu li.active a {
  border-radius: 8px;
  color: #fff !important;
  box-shadow: 0 7px 12px 0 rgba(95, 118, 232, 0.21);
  opacity: 1;
  background: var(--wander-orange);
}
.sidebar-menu li.menu-title a {
  color: var(--wander-orange);
  display: inline-block;
  margin-left: auto;
  padding: 0;
}
.sidebar-menu li.menu-title a.btn {
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.sidebar-menu ul ul a {
  font-size: 15px;
  position: relative;
}
.sidebar-menu ul ul a.active {
  color: var(--wander-orange);
  text-decoration: none;
}
.sidebar-menu ul ul a:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 20px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50px;
}
.sidebar-menu ul ul a.active:before {
  border-color: var(--wander-orange);
}
.menu-title {
  color: #000;
  display: flex;
  font-size: 14px;
  opacity: 1;
  padding: 5px 15px;
  white-space: nowrap;
  font-weight: 600;
}
.menu-title > i {
  float: right;
  line-height: 40px;
}

.mobile_btn {
  display: none;
  float: left;
}
.sidebar .sidebar-menu > ul > li > a span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
  margin-left: auto;
}

/* Modified submenu animation: instead of display: none, use max-height and opacity */
.sidebar-menu ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
}
/* When expanded, add the .open class */
.sidebar-menu ul ul.open {
  max-height: 600px; /* adjust based on content */
  overflow: auto;
  opacity: 1;
  transform: translateY(0);
}

/* For deeper nested menus */
.sidebar-menu ul ul ul a {
  padding-left: 25px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 85px;
}

/* List items spacing */
.sidebar-menu > ul > li {
  margin-bottom: 10px;
  position: relative;
}
.sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
}

/* Arrow styling */
.sidebar-menu .menu-arrow {
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "Poppins Regular", sans-serif;
  font-weight: 600;
  line-height: 40px;
  font-size: 16px;
  transform: translate(0, 0);
  line-height: 18px;
  top: 16px;
}
.sidebar-menu .menu-arrow:before {
  content: "\f105";
}
.sidebar-menu li a.subdrop .menu-arrow {
  transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
  top: 10px;
}

/* Link styles for top-level menu items */
.sidebar-menu > ul > li > a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  padding: 12px 18px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.sidebar-menu ul li a i {
  display: inline-block;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  width: 20px;
  transition: all 0.4s ease-in-out;
}
.sidebar-menu ul li.menu-title a i {
  font-size: 16px !important;
  margin-right: 0;
  text-align: right;
  width: auto;
}
.sidebar-menu li a > .badge {
  color: #fff;
}

/* Modified submenu container if using .submenu_class */
.submenu_class {
  border-left: 1px solid #dfdfdf;
  position: relative;
  margin-left: 38px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
}
.submenu_class.open {
  max-height: 500px; /* adjust accordingly */
  opacity: 1;
  transform: translateY(0);
}
.blog-figure {
  text-align: center;
  margin: 20px 0;
}

.blog-image {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.blog-caption {
  text-align: center;
  font-style: italic;
  color: #555;
  margin-top: 8px;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 90vh;
}
.page-wrapper {
  position: relative;
  transition: all 0.4s ease;
  background-color: #f2f5fa;
  height: 100%;
  overflow: auto;
}
.page-header {
  margin-bottom: 1.875rem;
}
.page-header .breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}
.page-header .breadcrumb a {
  color: #333;
}
.page-title {
  color: #333;
  margin-bottom: 5px;
  font-size: 28px;
}
.author-widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e7e7e7;
}
.login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.login_class {
  margin-top: 40px;
}
.login-wrapper .loginbox {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  margin: 1.875rem auto;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
}
.login_pswd {
  max-width: 385px !important;
  max-height: 460px !important;
}
.delete_class {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 0;
}
.booking_card {
  padding: 1.75rem !important;
  height: 500px;
  overflow: auto;
}
.bg-dark-light {
  background-color: rgba(255, 231, 107, 0.3);
  color: var(--wander-orange);
}
.bg-dark-light:hover {
  color: var(--wander-orange);
}

.profile-image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}

.profile-image-container img {
  display: block;
  border-radius: 50%;
}

.profile-image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.profile-image-container:hover .overlay {
  opacity: 1;
}

.total-invoice {
  position: fixed;
  bottom: 0;
}
.booking_card table tfoot {
  position: sticky;
  bottom: 0;
  background-color: #fff; /* Adjust based on your design */
  z-index: 1;
}

.title_menu {
  font-weight: 700;
  font-size: 18px;
}
.inform_css {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  background-color: #fff;
  padding: 10px;
}
.ellipse_color {
  color: var(--wander-orange);
}

.login-or {
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}
.logoclass {
  color: var(--wander-orange);
  font-size: 23px;
  font-weight: 600;
  margin-left: 4px;
}
.lock-user {
  margin-bottom: 20px;
  text-align: center;
}
.lock-user img {
  margin-bottom: 15px;
  width: 100px;
}
.notifications {
  padding: 0;
}
.notifications .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #bdbdbd;
}
.notifications .media {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
  border-bottom: none;
}
.notifications .media a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
}
.notifications .media a:hover {
  background-color: #fafafa;
}
.notifications .media > .avatar {
  margin-right: 10px;
}
.notifications .media-list .media-left {
  padding-right: 8px;
}
.topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.topnav-dropdown-header,
.topnav-dropdown-footer {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.topnav-dropdown-footer {
  border-top: 1px solid #eee;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #333;
}
.user-menu.nav > li > a .badge {
  background-color: #ff9900;
  display: block;
  font-size: 10px;
  font-weight: 700;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
  color: #fff;
}
.user-menu.nav > li > a > i {
  font-size: 1.5rem;
  line-height: 60px;
}
.noti-details {
  color: #989c9e;
  margin-bottom: 0;
}
.noti-title {
  color: #333;
}
.notifications .noti-content {
  height: 290px;
  width: 350px;
  overflow-y: auto;
  position: relative;
}
.notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notifications ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
  border-bottom: none;
}
.notifications ul.notification-list > li a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
  background-color: #fafafa;
}
.notifications ul.notification-list > li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.topnav-dropdown-header .notification-title {
  color: #333;
  display: block;
  float: left;
  font-size: 14px;
}
.topnav-dropdown-header .clear-noti {
  color: #f83f37;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.noti-time {
  margin: 0;
}
.user-menu.nav > li > a > i.fe.fe-bell {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.dash-widget-icon {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 1.875rem;
  height: 50px;
  justify-content: center;
  line-height: 48px;
  text-align: center;
  width: 50px;
}
.dash-count {
  font-size: 18px;
  margin-left: auto;
}
.dash-widget-info h3 {
  margin-bottom: 10px;
}
.dash-widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.card-chart .card-body {
  padding: 8px;
}
#morrisArea > svg,
#morrisLine > svg {
  width: 100%;
}
.activity-feed {
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
}
.activity-feed .feed-item {
  border-left: 2px solid #e4e8eb;
  padding-bottom: 19px;
  padding-left: 20px;
  position: relative;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
  padding-bottom: 0;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #177dff;
}
.activity-feed .feed-item .feed-date {
  display: block;
  position: relative;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}
.activity-feed .feed-item .feed-text {
  color: #777;
  position: relative;
}
.activity-feed .feed-item .feed-text a {
  color: #333;
  font-weight: 600;
}
.add-btn {
  border: 1px solid transparent;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.add-btn:hover,
.add-btn:active,
.add-btn:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #666;
}
.add-btn span {
  align-items: center;
  background-color: var(--wander-orange);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 22px;
  justify-content: center;
  margin-right: 3px;
  width: 22px;
}
.invoice-details h4 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
.inv-badge {
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  min-width: 70px;
  min-height: 28px;
  line-height: 2;
  background-color: var(--wander-orange) !important;
}
.inv-logo {
  max-height: 80px;
}
.invoice-container {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto 1.875rem;
  max-width: 900px;
  padding: 1.5rem;
}
.invoice-details,
.invoice-payment-details > li span {
  float: right;
  text-align: right;
}
.inv-logo {
  height: auto;
  max-height: 100px;
  width: auto;
}
.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #fff;
}
.calendar-events i {
  margin-right: 8px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins Regular", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-family: "Poppins Regular", sans-serif;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #eee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-text-arrow {
  font-family: "Poppins Regular", sans-serif;
  font-size: 16px;
}
.fc-state-hover {
  background: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #2962ff !important;
  color: #fff !important;
  text-shadow: none !important;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  color: #fff !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px;
  text-align: center;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Poppins Regular", sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Poppins Regular", sans-serif;
}
.event-form .input-group .form-control {
  height: 40px;
}
.submit-section {
  text-align: center;
  margin-top: 40px;
}
.submit-btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
}
.dropdown-action {
  margin-bottom: 5px;
}
.dropdown-action .dropdown-toggle:after {
  display: none;
}
.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
  cursor: pointer;
}
.mail-list {
  list-style: none;
  padding: 0;
}
.mail-list > li > a {
  color: #333;
  display: block;
  padding: 10px;
}
.mail-list > li.active > a {
  color: #2962ff;
  font-weight: 700;
}
.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 600;
}
.table-inbox .fa-star {
  color: var(--wander-orange);
}
.table-inbox .starred.fa-star {
  color: var(--wander-orange);
}
.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
}
.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}
.table.table-inbox thead {
  background-color: #fff;
}
.note-editor.note-frame {
  border: 1px solid #ddd;
  box-shadow: inherit;
}
.note-editor.note-frame .note-statusbar {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen {
  top: 60px;
}
.note-editor.note-frame .btn-light {
  background-color: #f9f9f9;
  box-shadow: unset;
  color: #333;
}
.mail-title {
  font-weight: 700;
  text-transform: uppercase;
}
.form-control.search-message {
  border-color: #ccc;
  border-radius: 4px;
  height: 38px;
  width: 180px;
}
.table-inbox tr {
  cursor: pointer;
}
table.table-inbox tbody tr.checked {
  background-color: #ffc;
}
.mail-label {
  font-size: 16px !important;
  margin-right: 5px;
}
.attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attachments li {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 180px;
}
.attach-info {
  background-color: #f4f4f4;
  padding: 10px;
}
.attach-file {
  color: #777;
  font-size: 70px;
  padding: 10px;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attach-file img {
  height: auto;
  max-width: 100%;
}
.mailview-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.mailview-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 15px;
}
.mailview-footer .btn-white {
  margin-top: 10px;
  min-width: 102px;
}
.sender-img {
  float: left;
  margin-right: 10px;
  width: 40px;
}
.sender-name {
  display: block;
}
.receiver-name {
  color: #777;
}
.right-action {
  text-align: right;
}
.mail-view-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.mail-view-action {
  float: right;
}
.mail-sent-time {
  float: right;
}
.inbox-menu {
  display: inline-block;
  margin: 0 0 1.875rem;
  padding: 0;
  width: 100%;
}
.inbox-menu li {
  display: inline-block;
  width: 100%;
}
.inbox-menu li + li {
  margin-top: 2px;
}
.inbox-menu li a {
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inbox-menu li a i {
  font-size: 16px;
  padding-right: 10px;
  color: #878787;
}
.inbox-menu li a:hover,
.inbox-menu li.active a,
.inbox-menu li a:focus {
  background: rgba(33, 33, 33, 0.05);
}
.compose-btn {
  margin-bottom: 1.875rem;
}
.compose-btn a {
  font-weight: 600;
  padding: 8px 15px;
}
.error-page {
  align-items: center;
  color: #1f1f1f;
  display: flex;
}
.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  min-height: unset;
}
.error-box {
  margin: 0 auto;
  max-width: 480px;
  padding: 1.875rem 0;
  text-align: center;
  width: 100%;
}
.error-box h1 {
  color: var(--wander-orange);
  font-size: 10em;
}
.error-box p {
  margin-bottom: 1.875rem;
}
.error-box .btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
  background-color: var(--wander-orange);
}

.btn-file {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  vertical-align: middle;
}
.btn-file input {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 1.875rem;
}
.product-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-inner img {
  width: 100%;
  height: auto;
}
.product-inner .cart-btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cart-btns .btn {
  width: 120px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cart-btns .btn + .btn {
  margin-top: 10px;
}
.product .pro-desc {
  margin-top: 10px;
}
.pro-desc .price {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
}
.product:hover .cart-btns {
  opacity: 1;
}
.pro-desc h5 {
  font-size: 1rem;
}
.pro-desc h5 a {
  color: #333;
}
.product-det {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 40px;
}
.product-desc {
  padding: 0 0 0 70px;
}
.product-det > img {
  top: 0;
  width: 60px;
  position: absolute;
  left: 0;
}
.product-desc span,
.product-desc a {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.product-content {
  position: relative;
}
.product-content p {
  color: #333;
  margin: 0 0 20px;
}
.product-content p:last-child {
  margin-bottom: 0;
}
.proimage-thumb {
  float: left;
  list-style: none;
  padding: 0;
}
.proimage-thumb li {
  float: left;
  height: 60px;
  width: 80px;
  text-align: center;
  margin: 13px 12px 0 0;
}
.proimage-thumb li img {
  display: block;
  height: 62px;
  width: 81px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}
.rated {
  color: #fc0;
}
.product_price {
  font-size: 30px;
  font-weight: 700;
}
.review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-list li {
  clear: both;
  padding-left: 80px;
}
.review-list li .review {
  margin-bottom: 1.875rem;
}
.review-list li .review-author {
  margin-left: -80px;
  position: absolute;
}
.review-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}
.review-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}
.review-list .review-block p {
  line-height: 20px;
  margin: 0;
  text-align: justify;
}
.new-review label {
  font-size: 14px;
  font-weight: 500;
}
.new-review input.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
  height: 40px;
}
.new-review textarea.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
}
.new-review .form-group {
  margin-bottom: 20px;
}
.review-submit .btn {
  background-color: #00bf6f;
  border-color: #00bf6f;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}
.review-date {
  color: #999;
}
.review-author-name {
  font-size: 18px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.product-reviews {
  margin-bottom: 1.875rem;
}
.rating {
  display: flex;
}
.rating i + i {
  margin-left: 2px;
}
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
.thumb figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.image_title {
  font-size: 30px;
  font-weight: 400;
}
.Status_title {
  font-size: 15px;
}
card-title {
  font-size: 1.125rem;
}
.booking-menu {
  margin-left: 20px !important;
}
.action-icon {
  border: none;
  background-color: transparent;
}
.formtype {
  padding: 5px;
}
.buttonedit {
  float: right;
  border-color: var(--wander-orange);
  height: 45px;
  background: var(--wander-orange);
}
.buttonedit1 {
  border-color: transparent;
  height: 40px;
  width: 40%;
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}
.buttonedit1:focus {
  border-color: transparent;
  height: 40px;
  width: 40%;
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}
.buttonedit2 {
  border-color: transparent;
  height: 40px;
  width: 40%;
  background: var(--wander-orange);
  border-color: var(--wander-orange);
  float: right;
}
.invoice-box {
  width: 45px !important;
}
.veiwbutton {
  font-size: 0.9rem;
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}
.search_button {
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}
section.pricing {
  background: var(--wander-orange);
  height: 150px;
  border-radius: 15px;
}
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.pricing .card-price {
  margin: 0;
  font-size: 27px;
}
.pricing .card-price .period {
  font-size: 0.8rem;
}
.pricing ul li {
  margin-bottom: 1rem;
}
.pricing .text-muted {
  opacity: 0.7;
  color: #009587 !important;
  font-size: 16px;
}
.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 1rem;
  transition: all 0.2s;
  background: var(--wander-orange);
  border-color: var(--wander-orange);
}

.blank_title {
  font-size: 25px;
  font-weight: 400;
}
.emp-profile {
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img {
  text-align: center;
}
.profile-img img {
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5 {
  color: #333;
}
.profile-head h6 {
  color: #0062cc;
}
.profile-edit-btn {
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.proile-rating {
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}
.proile-rating span {
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs {
  margin-bottom: 5%;
}
.profile-head .nav-tabs .nav-link {
  font-weight: 600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #0062cc;
}
.profile-work {
  padding: 14%;
  margin-top: -15%;
}
.profile-work p {
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a {
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul {
  list-style: none;
}
.profile-tab label {
  font-weight: 600;
}
.profile-tab p {
  font-weight: 600;
  color: #0062cc;
}
.activites_details {
  width: 50px;
  height: 50px;
  margin-left: 30px;
}
h3.page-sub-title {
  font-size: 20px;
}
.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.activity-list_li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  display: flex;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
.activity-content {
  background-color: #fff;
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
}
.time {
  color: #bdbdbd;
  display: block;
  font-size: 14px;
}
.timeline-content {
  background-color: #fff;
  padding: 0;
  position: relative;
}
.blog-view .blog-title {
  font-size: 28px;
  color: var(--wander-orange);
}
.blog-view .blog-info {
  border: 0;
  margin-bottom: 20px;
  padding: 0;
}
.social-share {
  float: left;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.social-share > li:first-child {
  margin-left: 0;
}
.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #6576e9;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.social-share > li > a:hover {
  background-color: #6375e8;
  color: #fff;
  border-color: #6e75ea;
}
.widget h3 {
  color: var(--wander-orange);
  font-size: 21px;
  margin: 0 0 20px;
}
.blog-reply > a {
  color: #6176e8;
  font-size: 12px;
  font-weight: 500;
}
.blog-date {
  color: #999;
  font-size: 12px;
}
.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-list li {
  clear: both;
  padding: 10px 0 0 88px;
}
.comments-list li .comment {
  margin-bottom: 30px;
}
.comments-list li .comment-author {
  margin-left: -88px;
  position: absolute;
}
.comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}
.blog-author-name {
  color: #6675e9;
  font-size: 18px;
  font-weight: 500;
}
.text-red {
  color: red;
}
.new-comment label {
  font-size: 14px;
  font-weight: 500;
}
.new-comment input.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
  height: 40px;
}
.new-comment textarea.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
}
.new-comment .form-group {
  margin-bottom: 20px;
}
.comment-submit .btn {
  background-color: #6776e9;
  border-color: #6d75e9;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}
.about-author-img {
  background-color: #fff;
  height: 120px;
  overflow: hidden;
  position: absolute;
  width: 120px;
}
.author-details {
  margin-left: 145px;
}
.about-author {
  min-height: 120px;
}
.author-details .blog-author-name {
  display: inline-block;
  margin-bottom: 10px;
}
.blog-navigation {
  text-align: right;
}
.blog-single-post {
  position: relative;
  margin: 0 0 50px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 20px;
}
.card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-title {
  margin-bottom: 0.3rem;
}
.cat {
  display: inline-block;
  margin-bottom: 1rem;
}
.fa-users {
  margin-left: 1rem;
}
.card-footer {
  font-size: 0.8rem;
}
.custom-progress {
  background-color: #d9d9d9;
  border-radius: 20px; /* Adjust the radius as needed */
  overflow: hidden; /* Ensures the inner bar respects the border radius */
  padding: 0;
}
.custom-progress .progress-bar {
  border-radius: 20px; /* Match the container's radius */
  padding: 0; /* Remove any inner padding */
}

.profile-header {
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border: 1px solid #efefef;
  padding: 1.5rem;
}
.profile-menu {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem;
}
.profile-menu .nav-tabs.nav-tabs-solid {
  background-color: transparent;
}
.profile-header img {
  height: auto;
  max-width: 120px;
  width: 120px;
}
.profile-tab-cont {
  padding-top: 1.875rem;
}
.about-text {
  max-width: 500px;
}
.skill-tags span {
  background-color: #f4f4f5;
  border-radius: 4px;
  color: #66676b;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  margin: 2px 0;
  padding: 5px 10px;
}
.edit-link {
  color: #66676b;
  font-size: 16px;
  margin-top: 4px;
}
.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #555;
  content: "\f073";
  display: block;
  font-family: "Poppins Regular", sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}
.form-title {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: inherit;
  color: #333;
  white-space: normal;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.form-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.form-title span {
  padding: 0 0.5rem 0 0;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.skin-settings {
  z-index: 999;
  position: fixed;
  top: 50%;
  width: 190px;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-bottom-left-radius: 2px;
  right: -190px;
  background: #fff;
  transition: all 0.4s ease;
}
.skin-settings.active {
  right: 0;
  transition: all 0.4s ease;
}
.skin-settings .skin-sett-icon {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-color: #e0e0e0;
  border-style: solid;
  border-top-left-radius: 2px;
  border-width: 1px 0 1px 1px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 48px;
  left: -47px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.skin-settings .skin-sett-body {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #616161;
  padding: 14px 10px;
}
.skin-sett-body h4 {
  color: #666;
  font-size: 1.125rem;
}
.skin-settings .skin-colors {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.skin-settings .skin-colors > li {
  display: inline-block;
}
.skin-settings .skin-colors li a {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 36px;
  margin: 0 3px;
  position: relative;
  width: 36px;
}
.skin-settings .skin-colors .skin-red {
  background-color: #c12942;
}
.skin-settings .skin-colors .skin-orange {
  background-color: var(--wander-orange);
}
.skin-settings .skin-colors .skin-teal {
  background: linear-gradient(to right, #00a0b0 0%, #00d2e6 100%);
}
.skin-settings .skin-colors .skin-purple {
  background-color: #2962ff;
}
.skin-settings .skin-colors li a.active:after {
  color: #fff;
  content: "\f00c";
  display: block;
  font-family: "Poppins Regular", sans-serif;
  font-size: 15px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.donut-chart {
  font-size: 12px;
}

.fixed-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
}
.fixed-header .navbar {
  border: 0;
  margin: 0;
  min-height: auto;
  padding: 0;
}
.fixed-header .user-info a {
  color: #555;
  text-transform: uppercase;
}
.typing-text {
  color: #00c5fb;
  font-size: 12px;
  text-transform: lowercase;
}
.last-seen {
  color: #888;
  display: block;
  font-size: 12px;
}
.custom-menu {
  margin-top: 6px;
}
.fixed-header .custom-menu {
  margin: 0 0 1px;
}
.custom-menu.nav > li > a {
  color: #bbb;
  font-size: 26px;
  line-height: 32px;
  margin-left: 15px;
  padding: 0;
}
.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
  background-color: transparent;
}
.custom-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.search-box {
  margin-top: 5px;
}
.search-box .input-group {
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
}
.search-box .input-group .form-control {
  background: 0 0;
  border: none;
}
.search-box .btn {
  background-color: transparent;
}
.search-input {
  border-radius: 5px;
}

.avatar {
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 10px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
}
.avatar:hover {
  color: #fff;
}
.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar > img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
}

.profile-right {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
}
.display-table {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
/* Put this BELOW your global “hide-scrollbar” rules */
.force-scroll-x {
  overflow-x: scroll !important;
  overflow-y: auto !important;
  max-height: 60vh !important; /* adjust as needed */
  scrollbar-width: auto !important; /* Firefox */
  -ms-overflow-style: auto !important; /* IE10+ */
}

/* WebKit browsers */
.force-scroll-x::-webkit-scrollbar {
  display: block !important; /* force it visible */
  height: 8px !important;
}

.force-scroll-x::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}

.force-scroll-x::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05) !important;
}

/* src/components/FloatingActionButton.css */

/* 1) Container & shared button setup */
.fab-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  z-index: 1000;
}
.fab-container button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transform-origin: center;
}
/* hide any old spans entirely */
.fab-label {
  display: none !important;
}

/* tooltip above the button */
.fab-child::after {
  content: attr(aria-label);
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  font-size: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 10;
}
.fab-child,
.fab-main {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  padding: 0;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Allow the tooltip bubble to overflow its parent */
.fab-child {
  overflow: visible;
}

/* Keep the main button itself clipped if needed */
.fab-main {
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}

/* reveal on hover */
.fab-child:hover::after {
  opacity: 1;
  visibility: visible;
}

/* hover shadow */
.fab-child:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* 2) Main “?” button */
.fab-main {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ff7f00;
  color: #fff;
  font-size: 1.75rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.fab-main:active {
  transform: scale(0.9);
}

/* 3) Child buttons (start hidden) */
.fab-child {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  color: #ff7f00;
  font-size: 1.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate(0, 0) scale(0);
  pointer-events: none;
  animation-fill-mode: forwards;
}

/* 4) POP-IN on “.open” */
.fab-container.open .child-1 {
  animation: pop1 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s forwards;
}
.fab-container.open .child-2 {
  animation: pop2 0.55s cubic-bezier(0.25, 0.8, 0.25, 1) 0.1s forwards;
}
.fab-container.open .child-3 {
  animation: pop3 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s forwards;
}
/* only after they’ve popped in do they become clickable */
.fab-container.open:not(.closing) .fab-child {
  pointer-events: auto;
}

/* 5) POP-OUT on “.open.closing” */
.fab-container.open.closing .child-1 {
  animation: pop1 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s reverse forwards;
}
.fab-container.open.closing .child-2 {
  animation: pop2 0.55s cubic-bezier(0.25, 0.8, 0.25, 1) 0.1s reverse forwards;
}
.fab-container.open.closing .child-3 {
  animation: pop3 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s reverse forwards;
}
/* keep them non-clickable during the pop-out */
.fab-container.open.closing .fab-child {
  pointer-events: none;
}
/* give every child a base stacking context */
.fab-child {
  z-index: 0;
}

/* when you hover, bump the button up, and bump its tooltip even higher */
.fab-child:hover {
  z-index: 2; /* sits above the other buttons */
}

.fab-child::after {
  /* your existing tooltip styles… */
  z-index: 1; /* default, under hovered button */
}

.fab-child:hover::after {
  z-index: 3; /* on top of everything */
}

/* 6) Keyframes (shared for in & out) */
@keyframes pop1 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  70% {
    transform: translate(0, -80px) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(0, -70px) scale(1);
    opacity: 1;
  }
}
@keyframes pop2 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  70% {
    transform: translate(-56px, -56px) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50px, -50px) scale(1);
    opacity: 1;
  }
}
@keyframes pop3 {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  70% {
    transform: translate(-80px, 0) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-70px, 0) scale(1);
    opacity: 1;
  }
}

.table-row {
  display: table-row;
  height: 100%;
}
.table-body {
  position: relative;
  height: 100%;
  width: 100%;
}
.table-content {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.change-img {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  line-height: 120px;
  position: absolute;
  top: 0;
  width: 100%;
}
.edit-profile-img:hover .change-img {
  display: block;
}
.edit-profile-img img {
  height: auto;
  margin: 0;
  width: 120px;
  border-radius: 50%;
}
.user-name {
  color: #333;
}
.edit-btn {
  border-radius: 40px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
}
.edit-btn-review:hover {
  background-color: var(--wander-orange) !important;
  color: #fff !important;
}
.chat-profile-info {
  padding: 15px;
}
.user-det-list {
  list-style: none;
  padding: 0;
}
.user-det-list > li {
  padding: 6px 15px;
}
.user-det-list .text-muted {
  color: #888;
}
.transfer-files .tab-content {
  padding-top: 0;
}
.files-list {
  list-style: none;
  padding-left: 0;
}
.files-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  margin: 2px 0 0;
  padding: 10px;
}
.files-cont {
  position: relative;
}
.file-type {
  height: 48px;
  position: absolute;
  width: 48px;
}
.files-icon {
  background-color: #f3f7f9;
  border: 1px solid #e4eaec;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.files-icon i {
  color: #76838f;
  font-size: 20px;
}
.files-info {
  padding: 0 30px 0 50px;
}
.file-name a {
  color: #333;
}
.files-action {
  display: none;
  height: 30px;
  list-style: none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 30px;
}
.files-list > li:hover .files-action {
  display: block;
}
.file-date {
  color: #888;
  font-size: 12px;
}
.file-author a {
  color: #00c5fb;
  font-size: 12px;
  text-decoration: underline;
}
.files-action .dropdown-menu {
  left: auto;
  right: 0;
}
.files-action > li > a {
  color: #777;
}

.designation {
  color: #9e9e9e;
  font-size: 12px;
}
.online-date {
  color: #9e9e9e;
  font-size: 12px;
}
.drop-zone {
  width: 100%;
  height: 205px;
  border: 2px dashed #adb7be;
  text-align: center;
  padding: 25px 0 0;
  margin-bottom: 20px;
}
.drop-zone .drop-zone-caption {
  font-weight: 600;
}
.upload-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.upload-list .file-list {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}
.upload-list .file-list:first-child {
  border-top: none;
}
.upload-list .upload-wrap {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 5px;
}
.upload-list .file-name,
.upload-list .file-size {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.upload-list .file-name {
  padding-right: 15px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.upload-list .file-size {
  color: #888;
}
.upload-list .file-close {
  border: none;
  background: 0 0;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 2px;
}
.upload-list .file-close:hover {
  color: #f62d51;
}
.upload-list .upload-process {
  font-size: 10px;
  color: #888;
}
.upload-list .progress {
  margin-bottom: 5px;
}
.upload-list .file-name i {
  color: #888;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.upload-drop-zone {
  background-color: #fff;
  border: 2px dashed #e3e3e3;
  color: #ccc;
  height: 200px;
  line-height: 200px;
  margin-bottom: 20px;
  text-align: center;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.upload-text {
  font-size: 24px;
  margin-left: 10px;
}
.files-share-list {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.alphapets-inner a {
  display: block;
  text-align: center;
  padding: 2px;
  color: #333;
}
