.bg-moss {
  background-color: #195850;
}

.bg-jade {
  background-color: #33796a;
}

.bg-sand {
  background-color: #d0b888;
}

.bg-ivory {
  background-color: #f9f6f1;
}

.bg-shadow {
  background-color: #333333;
}

.border-moss {
  border-color: #195850 !important;
}

.border-jade {
  border-color: #33796a !important;
}

.border-sand {
  border-color: #d0b888 !important;
}

.border-ivory {
  border-color: #f9f6f1 !important;
}

.border-shadow {
  border-color: #333333 !important;
}

.text-moss {
  color: #195850 !important;
}

.text-jade {
  color: #33796a !important;
}

.text-sand {
  color: #d0b888 !important;
}

.text-ivory {
  color: #f9f6f1 !important;
}

.text-shadow {
  color: #333333 !important;
}

.text-heading {
  font-family: eixample-dip, sans-serif !important;
}

.text-body {
  font-family: elza, sans-serif !important;
}

.ctct-gdpr-text, .ctct-form-footer-link, .ctct-form-footer-privacy-link {
  font-size: 80% !important;
}

h1 {
  font-family: eixample-dip, sans-serif;
  font-weight: 700;
  color: #195850;
}

h2 {
  font-family: eixample-dip, sans-serif;
  font-weight: 700;
  color: #33796a;
  display: inline-block;
  width: 100%;
}

h3, h4, h5, h6 {
  font-family: eixample-dip, sans-serif;
  font-weight: 400;
  color: #33796a;
}

body, .ctct-form-custom, table {
  font-family: elza, sans-serif;
  font-weight: 400;
  color: #333333;
}

p, a, .alert, details, summary, .font-size-body, ul, ol, span, label, div {
  font-size: 1.1rem !important;
}

.footer-link {
  color: #ffffff;
  display: block;
  margin-bottom: 0.5rem;
}

a:hover {
  font-weight: 700;
  text-decoration: none;
}

.btn-melbury, .ctct-form-button {
  font-weight: 400 !important;
  background-color: #33796a !important;
  color: #ffffff !important;
}

.btn-melbury:hover, .ctct-form-button:hover {
  background-color: #195850 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

.nav-link {
  color: #333333;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.nav-link:hover {
  color: #195850 !important;
  border-bottom: 1px solid #195850;
}

.nav-link-active {
  color: #195850 !important;
  font-weight: 700;
  border-bottom: 1px solid #195850;
}

.alert-ivory {
  background-color: #f9f6f1;
  border-color: #d0b888;
}

.image-caption-container {
  position: relative;
  display: inline-block; /* Ensure the container only takes up as much space as the image */
}

.image-caption {
  position: absolute;
  bottom: 10px; /* Adjust the gap from the bottom as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background color */
  color: #333333; /* Text color */
  padding: 10px; /* Adjust as needed */
  font-size: 1rem; /* Adjust as needed */
  border-radius: 5px; /* Rounded corners */
}

.book-widget {
  padding: 0 !important;
}

.book-form-title {
  display: none !important;
}

/* Hero Image Styles */
.hero-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  background-size: cover;
  background-position: center center;
  height: 60vh; /* Default height for larger screens */
  width: 100%;
  position: relative;
  /* Flexbox to anchor text at the bottom */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: flex-start; /* Align content to the bottom */
  text-align: center; /* Center text inside container */
}

/* Hero text container with white background and 90% opacity */
.hero-text {
  color: black; /* Change text color for better visibility */
  background-color: rgba(255, 255, 255, 0.9); /* White background with 90% opacity */
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  max-width: 80%; /* Optional: limits the width of the text container */
  margin-bottom: 15px; /* Optional: adds space between the text and the bottom of the image */
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-image {
    height: 40vh; /* Adjust height for mobile */
  }
}
/* Very small screen adjustments */
@media (max-width: 480px) {
  .hero-image {
    height: 35vh; /* Further adjust for very small screens */
  }
}
a.pricing-ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #195850;
  color: white;
  padding: 8px 16px;
  font-size: 1em;
  font-weight: bold;
  transform: rotate(3deg);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-decoration: none;
}

a.pricing-ribbon:hover {
  background-color: #33796a;
  text-decoration: underline;
}

/* Hide scrollbar ONLY from Bootstrap's table-responsive div */
#table-scroll {
  scrollbar-width: none; /* Firefox */
}

#table-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

#top-scroll::-webkit-scrollbar,
#bottom-scroll::-webkit-scrollbar {
  height: 16px;
}

#top-scroll::-webkit-scrollbar-thumb,
#bottom-scroll::-webkit-scrollbar-thumb {
  background: #195850;
  border-radius: 4px;
}

#top-scroll::-webkit-scrollbar-thumb:hover,
#bottom-scroll::-webkit-scrollbar-thumb:hover {
  background: #33796a;
}

#top-scroll-inner,
#bottom-scroll-inner {
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.table-scroll-wrapper {
  position: relative;
}

.table-fade-left,
.table-fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  pointer-events: none;
  z-index: 2;
}

.table-fade-left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.table-fade-right {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/* Sticky first column */
.sticky-col {
  position: sticky;
  left: 0;
  z-index: 3; /* sits above non-sticky columns */
  background-color: white;
  border-right: 1px solid #dee2e6; /* optional: matches Bootstrap borders */
}

/* Raise z-index for sticky column in thead (if used) */
thead .sticky-col {
  z-index: 4;
  background-color: white;
}

/* Customize Flatpickr selected date highlight */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.inRange {
  background-color: #33796a; /* your preferred color */
  border-color: #33796a; /* matching border color */
  color: #FFFFFF; /* text color */
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #195850; /* your hover color */
  border-color: #333333; /* matching border color */
  color: #FFFFFF; /* hover text color */
}/*# sourceMappingURL=main.css.map */