@import "../vendor/bootstrap/dist/css/bootstrap.min-FxLwN4-.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.15.2/css/selectize.bootstrap5.min.css");
@import url("https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import 'https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css';
.container {
  max-width: 1800px;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}

.logo {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo img {
  object-fit: contain;
  height: 85%;
}

.bg-dark {
  background: #123C32 !important;
}

.color-dark-green {
  color: #123C32;
}

.color-green {
  color: #83B13B;
}

.color-beige {
  color: #ECE9C0;
}

h2 {
  font-size: 3rem;
  color: #123C32;
  margin-bottom: 30px;
}

h1 {
  font-size: 4.5rem;
  color: #123C32;
  margin-bottom: 30px;
}

label {
  color: #123C32;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.form-control {
  border: 0;
  padding: 8px;
}

.navbar {
  padding: 10px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .navbar {
    padding: 4px;
  }
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.bg-light {
  background-color: #ECE9C0 !important;
  padding-left: 10px;
  padding-right: 10px;
  color: #123C32 !important;
}
.bg-light .nav-link {
  color: #123C32 !important;
}

.highlight:hover {
  background: #83B13B !important;
}
.highlight:hover .nav-link {
  color: white !important;
}

.btn-default {
  background-color: #ECE9C0;
}
.btn-default:hover {
  background: #83B13B !important;
  color: white !important;
}

.navbar-dark .nav-item {
  color: #ECE9C0;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  text-align: center;
  font-size: 7rem;
  line-height: 7rem;
}
.hero.home {
  height: 75vh;
}
@media (max-width: 992px) {
  .hero {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.cta-btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-section .contact-card {
  background: #ffffff;
}
.contact-section .contact-aside {
  background: linear-gradient(160deg, #123C32 0%, #0d2c25 100%);
  position: relative;
  overflow: hidden;
}
.contact-section .contact-aside::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(131, 177, 59, 0.18);
}
.contact-section .contact-aside h2 {
  line-height: 1.1;
}
.contact-section .contact-aside .contact-ico {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(236, 233, 192, 0.12);
  color: #83B13B;
  font-size: 1.1rem;
}
.contact-section .contact-aside .contact-link {
  color: #ECE9C0 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-section .contact-aside .contact-link:hover {
  color: #83B13B !important;
}
.contact-section .contact-aside .social-ico {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(236, 233, 192, 0.12);
  color: #fff !important;
  font-size: 1.15rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.contact-section .contact-aside .social-ico:hover {
  background: #83B13B;
  transform: translateY(-3px);
}

.styled-form label {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}
.styled-form .input-icon {
  position: relative;
}
.styled-form .input-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #83B13B;
  font-size: 1.05rem;
  pointer-events: none;
}
.styled-form .input-icon .form-control {
  padding-left: 44px;
}
.styled-form .form-control,
.styled-form .form-select {
  background-color: #f6f6f2;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 12px 16px;
  color: #123C32;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.styled-form .form-control::placeholder,
.styled-form .form-select::placeholder {
  color: #9aa39b;
  font-weight: 300;
}
.styled-form .form-control:focus,
.styled-form .form-select:focus {
  background-color: #fff;
  border-color: #83B13B;
  box-shadow: 0 0 0 0.2rem rgba(131, 177, 59, 0.18);
  outline: none;
}
.styled-form textarea.form-control {
  resize: vertical;
}
.styled-form .btn-submit {
  background: #83B13B;
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px rgba(131, 177, 59, 0.35);
}
.styled-form .btn-submit:hover {
  background: #123C32;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(18, 60, 50, 0.3);
  color: #fff;
}
.styled-form .btn-submit i {
  transition: transform 0.2s ease;
}
.styled-form .btn-submit:hover i {
  transform: translateX(3px);
}

.booking-section .booking-card {
  background: #fff;
}
.booking-section .booking-form-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #123C32;
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 1.25rem;
}
.booking-section .booking-form-heading:not(:first-child) {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(18, 60, 50, 0.1);
}
.booking-section .booking-form-heading .step-num {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ECE9C0;
  color: #123C32;
  font-size: 0.95rem;
}
.booking-section .date-field .form-control {
  cursor: pointer;
}
.booking-section .booking-alert {
  border: 0;
  border-radius: 16px;
  padding: 1rem 1.25rem;
}
.booking-section .booking-alert.alert-success {
  background: #ECE9C0;
  color: #123C32;
}
.booking-section .booking-alert.alert-danger {
  background: #f6dede;
  color: #8a1f1f;
}

.content-block {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .content-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-highlight {
  background: #ECE9C0;
  color: #123C32;
}

.accent-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 auto 1.75rem;
  border-radius: 4px;
  background: #83B13B;
}

@media (min-width: 992px) {
  .accent-line-lg-start {
    margin-left: 0;
  }
}
.page-intro h1 {
  margin-bottom: 1rem;
}
.page-intro .page-intro-lead {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #123C32;
  opacity: 0.85;
}
.page-intro .page-intro-lead p:last-child {
  margin-bottom: 0;
}
.page-intro .page-intro-lead a {
  color: #83B13B;
}

.text-block h2 {
  margin-bottom: 1rem;
}
.text-block .text-block-media {
  position: relative;
  z-index: 0;
}
.text-block .text-block-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  box-shadow: 0 24px 48px rgba(18, 60, 50, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.text-block .text-block-media::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -16px;
  bottom: -16px;
  width: 60%;
  height: 65%;
  border-radius: 2rem;
  background: rgba(131, 177, 59, 0.16);
}
.text-block .text-block-media:hover img {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(18, 60, 50, 0.22);
}
.text-block .rte-content {
  line-height: 1.7;
}
.text-block .rte-content p:last-child {
  margin-bottom: 0;
}
.text-block .rte-content a {
  color: #83B13B;
}

.photogallery h2 {
  margin-bottom: 1rem;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  background: linear-gradient(160deg, rgba(18, 60, 50, 0.55) 0%, rgba(18, 60, 50, 0.35) 100%);
  transition: opacity 0.3s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/*# sourceMappingURL=app.output.css.map */
