@charset "UTF-8";
/* CSS Document */


/* ==================================================
   FONTS
================================================== */

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Allura";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("../fonts/Allura-Regular.ttf") format("truetype");
}


/* ==================================================
   GENERAL
================================================== */

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

img {
  max-width: 100%;
  height: auto;
}

.text-blue {
  color: #155b9d;
}

.h-blue,
.card-title {
  color: #155b9d;
  font-weight: 400;
}


/* ==================================================
   NAVIGATION
================================================== */

.navbar {
  min-height: 52px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #155b9d;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #155b9d;
}

.butterfly {
  position: relative;
  top: -8px;
  display: block;
  width: 44px;
  height: auto;
  flex-shrink: 0;
  margin-right: -4px;
}

.logo-text {
  color: #155b9d;
  font-family: "Allura", cursive;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.navbar-nav .nav-link {
  white-space: nowrap;
}


/* ==================================================
   HERO
================================================== */

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.hero picture {
  display: block;
  width: 100%;
}

.hero-img {
  display: block;
  width: 100%;
  height: auto;
}

/*
  The HTML contains a hero-overlay div, but the overlay is
  kept transparent so the photograph is not darkened.
*/

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  z-index: 2;
}

.hero-text h1 {
  margin-bottom: 0.25rem;
  text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.5),
    0 0 10px rgba(0, 0, 0, 0.3);
}

.hero-text p {
  margin-bottom: 0;
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 1),
    0 0 8px rgba(0, 0, 0, 0.4);
}


/* ---------- Contact Page Hero ---------- */

.hero-contact .hero-text {
  top: 45%;
}

.hero-contact .hero-text h1 {
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.95),
    0 0 12px rgba(0, 0, 0, 0.75);
}

.hero-contact .hero-text p {
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 1),
    0 0 8px rgba(0, 0, 0, 0.9);
}


/* ---------- Plan Your Stay Hero ---------- */

.hero-stay .hero-text {
  top: 30%;
}
/* ---------- Suite Hero ---------- */
.suite-hero {
  position: relative;
  overflow: hidden;
}

.suite-hero .hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.suite-hero-text {
  position: absolute;
  top: 16%;
  right: 0.1%;
  left: auto;
  width: auto;
  max-width: 520px;
  color: #fff;
  text-align: center;
  z-index: 2;
}


.hero-text-bg{
    display:inline-block;
    padding:5px 10px;
    border-radius:8px;
    background:rgba(0,0,0,.03);
    backdrop-filter:blur(1px);
}
/*.suite-hero-text h1,
.suite-hero-text .lead {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}*/
.suite-hero-text h1,
.suite-hero-text .lead{
    color:#fff;
    text-shadow:
        0 1px 2px rgba(0,0,0,.55),
        0 0 10px rgba(0,0,0,.20);
}
@media (max-width:767.98px){

    .suite-hero-text{
        position:absolute;
        top:8%;
        right:5%;
        left:auto;

        width:auto;
        max-width:220px;

        transform:none;
        text-align:right;
    }

    .hero-text-bg{
        padding:4px 8px;
    }

    .suite-hero-text h1{
        font-size:2.2rem;
    }

    .suite-hero-text .lead{
        font-size:1rem;
    }

}
/* ==================================================
   FOOTER
================================================== */

.bg-footer {
  color: #155b9d;
  background-color: aliceblue;
}

.bg-footer a:not(.btn) {
  text-decoration: none;
}

.bg-footer a:not(.btn):hover,
.bg-footer a:not(.btn):focus {
  text-decoration: underline;
}


/* ==================================================
   READ MORE
================================================== */

.read-more-button {
  padding: 4px 10px 0;
  border: 0;
  background: none;
  color: #155b9d;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
}

.read-more-button:hover,
.read-more-button:focus {
  color: #16485c;
  text-decoration: underline;
}

.read-more-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.read-more-button .read-more-text {
  display: inline;
}

.read-more-button .read-less-text {
  display: none;
}

.read-more-button:not(.collapsed) .read-more-text {
  display: none;
}

.read-more-button:not(.collapsed) .read-less-text {
  display: inline;
}



/* ==================================================
   CLOSING CTA
================================================== */
.closing-cta {
  overflow: hidden;
  border-radius: 16px;
}

.closing-cta .p-md-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.closing-image-wrap {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf8f4;
}

.closing-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-stars {
  color: #d4af37;
}

/* Phones only */
@media (max-width: 767.98px) {
  .closing-image-wrap {
    height: auto;
    display: block;
  }

  .closing-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .closing-cta {
    box-shadow: none !important;
  }

  .closing-cta .p-md-5 {
    padding: 2rem 1.5rem !important;
  }
}

/* ==================================================
   CONTACT FORM
================================================== */

.contact-form {
  margin-top: 2rem;
}

.contact-form .form-label {
  color: rgba(1, 39, 178, 1);
  font-weight: 400;
}

.contact-form .form-control {
  padding: 0.75rem;
  border-radius: 0;
}

.contact-form .form-control:focus {
  border-color: rgba(1, 39, 178, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(1, 39, 178, 0.12);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}


/* ==================================================
   LOCATION MAP
================================================== */

.location-card-map {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: center;
}


/* ==================================================
   FOOTER LOGO
================================================== */

.footer-logo {
  transform: scale(0.88);
  transform-origin: center;
}

.footer-logo .butterfly {
  margin-right: -4px;
}


/* ==================================================
   LAKE & GARDEN GALLERY
================================================== */

.lake-gallery {
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-category {
  margin-top: 3rem;
  scroll-margin-top: 80px;
}

.gallery-category:first-child {
  margin-top: 0;
}

.gallery-category-title {
  margin: 0 0 1rem;
  color: #155b9d;
  font-size: 1.3rem;
  font-weight: 400;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.gallery-item:hover img,
.gallery-item:focus img {
  transform: scale(1.04);
  opacity: 0.9;
}

.gallery-item:focus-visible {
  outline: 3px solid #155b9d;
  outline-offset: 3px;
}


/* ==================================================
   GLIGHTBOX CAPTIONS
================================================== */

.glightbox-container .gslide-description,
.glightbox-clean .gslide-description {
  background-color: rgba(0, 0, 0, 0.82) !important;
  color: #fff !important;
}

.glightbox-container .gdesc-inner,
.glightbox-clean .gdesc-inner {
  padding: 12px 16px !important;
}

.glightbox-container .gslide-title,
.glightbox-clean .gslide-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.glightbox-container .gslide-desc,
.glightbox-clean .gslide-desc {
  color: #fff !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991.98px) {

  .closing-image {
    height: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item:last-child {
    margin-bottom: 8px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767.98px) {

  .navbar {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
	

  .butterfly {
    top: -8px;
    width: 34px;
    margin-right: -4px;
  }

  .logo-text {
    font-size: 1.45rem;
    line-height: 1;
  }

  .navbar-toggler {
    padding: 0.2rem;
  }

  .hero-img,
  .hero-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .hero-text {
    width: 92%;
    padding: 0 1rem;
  }

  .hero-text h1 {
    font-size: 2.3rem;
  }

  .hero-text .lead {
    font-size: 1.15rem;
  }

  /*
    Lake & Garden page only.
    This places its title higher on the mobile hero image.
  */

  .hero-garden .hero-text {
    top: 34%;
  }

  .location-card-map {
    height: 180px;
  }
}


/* ==================================================
   SMALL MOBILE GALLERY
================================================== */

@media (max-width: 575.98px) {

  .gallery-category {
    margin-top: 2.25rem;
    scroll-margin-top: 65px;
  }

  .gallery-category-title {
    font-size: 1.15rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }
}
/* ==========================================================
   Booking Page
   ========================================================== */

/* Calendar layout */

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

.booking-calendar-day {
  min-height: 2.5rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: inherit;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

/* Calendar interaction */

.booking-calendar-day:not(:disabled):hover,
.booking-calendar-day:not(:disabled):focus {
  background-color: #e7f1fb;
  outline: 2px solid #155b9d;
  outline-offset: 1px;
}

.booking-calendar-day[disabled] {
  cursor: not-allowed;
}

.booking-calendar-day.is-unavailable,
.booking-calendar-legend-label.is-unavailable {
  color: #8b8b8b;
  text-decoration: line-through;
}

.booking-calendar-day.is-departure-allowed,
.booking-calendar-legend-label.is-departure-allowed {
  color: #56758a;
  text-decoration: underline double #6f9db8;
  text-underline-offset: 0.16rem;
}

.booking-calendar-day.is-arrival-restricted {
  color: #56758a;
  text-decoration: underline dashed #6f9db8;
  text-underline-offset: 0.16rem;
}

.booking-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-size: 0.8rem;
}

.booking-calendar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.booking-calendar-legend-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2rem;
  padding: 0 0.3rem;
  background-color: #e7f1fb;
  cursor: default;
}

.booking-calendar-day.is-departure-eligible {
  background-color: #f0f7fb;
  cursor: pointer;
}

.booking-calendar-day.is-loading,
.booking-calendar-day.is-calendar-disabled {
  color: #6c757d;
  opacity: 0.65;
}

.booking-calendar-day.is-selected {
  background-color: #155b9d;
  color: #fff;
  text-decoration: none;
}

.booking-calendar-day.is-in-range {
  background-color: #e7f1fb;
  text-decoration: none;
}

.booking-calendar-day.is-hover-preview {
  background-color: #f0f7fd;
}

.booking-calendar-weekday {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  color: #155b9d;
}

/* Policy links */

.policy-modal-link {
  color: #155b9d;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-modal-link:hover,
.policy-modal-link:focus {
  color: #104b82;
}

/* Booking summary */

#quote-result {
  border-color: rgba(21, 91, 157, 0.25) !important;
}

/* Booking information section */

.booking-information-section {
  margin-bottom: 20px;
}
.booking-label {
    color: #155b9d;
    font-weight: 400;
}
#quote-result dt {
    font-weight: 400;
    color: inherit;
}

#quote-result[data-grouped-nightly-charges="true"] .booking-quote-night-group {
  line-height: 1.35;
}

#quote-result[data-grouped-nightly-charges="true"] .booking-quote-night-price {
  white-space: nowrap;
}

#quote-result[data-grouped-nightly-charges="true"] .booking-quote-charge-line {
  align-items: baseline;
}
/* Keep browser autofill consistent with the booking form */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #212529;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 9999s ease-out 0s;
}

/* ==========================================================
   Booking Calendar (Desktop)
   ========================================================== */
/* Desktop calendar month separation */

@media (min-width: 992px) {
  #calendar-months > [class*="col"] {
    position: relative;
    padding: 1rem 1.5rem;
    background-color: transparent;
  }

  #calendar-months > [class*="col"]::before {
    content: "";
    position: absolute;
    inset: 0 0.75rem;
    z-index: -1;
    background-color: #f7fbff;/*aliceblue;*/
    border-radius: 0.5rem;
  }

  #calendar-months > [class*="col"] {
    z-index: 0;
  }
}
