/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* HERO_RES START */
.hero.home-search .booking_form {
  overflow: visible;
  position: relative;
  text-align: left;
  transition: max-height 0.55s ease, padding 0.3s ease, box-shadow 0.3s ease;
  z-index: 5;
}

.hero.home-search .booking_form .form-control {
  color: #4b514d;
  min-height: 50px;
  line-height: 1.3;
}

.hero.home-search .booking_form .form-control::placeholder {
  color: #8d9690;
}

.hero.home-search .booking_form .form-control:disabled,
.hero.home-search .booking_form .form-control[readonly] {
  background-color: transparent;
}

.hero.home-search .booking_form .form-control:disabled {
  color: #4b514d;
  cursor: default !important;
  opacity: 1;
}

.hero.home-search .booking_form .form-control[readonly] {
  cursor: pointer;
}

.hero.home-search .booking_form .form-group .bi-calendar2 {
  cursor: pointer;
}

.hero.home-search .hero-res-btn {
  align-items: center;
  background-color: #4b514d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 1.15;
  margin: 0;
  outline: none;
  padding: 0 14px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  width: 100%;
}

.hero.home-search .hero-res-btn:hover,
.hero.home-search .hero-res-btn:focus {
  background-color: #4b514d;
  color: #fff;
}

.hero.home-search .hero-res-btn:not(:disabled):hover,
.hero.home-search .hero-res-btn:not(:disabled):focus {
  background-color: #978667;
  color: #fff;
}

.hero.home-search .hero-res-btn:disabled,
.hero.home-search .hero-res-btn:disabled:hover,
.hero.home-search .hero-res-btn:disabled:focus {
  background-color: #7d837f;
  color: #fff;
  cursor: default;
  opacity: 0.82;
  pointer-events: none;
}

.hero.home-search .hero-res-btn.is-loading {
  background-color: #4b514d;
  opacity: 0.78;
}

.hero-res-summary {
  font-weight: 600;
}

.hero-res-summary-wrap {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-res-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.65s ease, opacity 0.45s ease, transform 0.45s ease;
}

.hero-res-panel.is-open {
  max-height: 430px;
  opacity: 1;
  transform: translateY(0);
}

.hero-res-panel-inner {
  min-height: 100px;
  padding: 16px 10px 8px;
}

.hero-res-panel-inner .form-control {
  background-color: #fff;
  border: 1px solid rgba(75, 81, 77, 0.22);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  height: 50px;
  margin: 0;
  padding-left: 15px;
}

.hero-res-panel-inner .form-control:focus {
  border-color: #978667;
  box-shadow: 0 0 0 0.15rem rgba(151, 134, 103, 0.14);
}

.hero-res-panel-inner .form-control.is-invalid {
  border-color: #b94a48;
  background-image: none;
  padding-right: 15px;
}

.hero-res-visual {
  border-radius: 3px;
  height: 96px;
  overflow: hidden;
  position: relative;
}

.hero-res-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-res-action-stack {
  display: grid;
  gap: 10px;
}

.hero-res-action-stack .hero-res-btn {
  margin: 0;
}

.hero-res-success {
  align-items: center;
  display: flex;
  min-height: 50px;
  overflow: visible;
}

.hero-res-success .icon {
  align-items: center;
  display: flex;
  flex: 0 0 72px;
  height: 72px;
  justify-content: center;
  line-height: 1;
  min-width: 72px;
  overflow: visible;
  width: 72px;
}

.hero-res-success .hero-res-success--icon {
  margin: 0 auto;
}

.hero-res-success svg {
  display: block;
  height: 72px;
  min-width: 72px;
  overflow: visible;
  width: 72px;
}

.hero-res-success h5 {
  color: #4b514d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.hero-res-success strong {
  color: #978667;
  font-weight: 800;
}

.hero-res-success h5 span {
  color: #6c757d;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 4px;
}

.hero-res-followup {
  color: #468432;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transform: translateY(-6px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
}

.hero-res-followup.is-visible {
  max-height: 60px;
  opacity: 1;
  transform: translateY(0);
}

.hero-res-spinner {
  animation: heroResSpin 0.75s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  border-top-color: #fff;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

@keyframes heroResSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .hero.home-search .hero-res-success {
    justify-content: center;
    text-align: center;
  }

  .hero.home-search .hero-res-success h5 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .hero.home-search .booking_form .form-control,
  .hero.home-search .booking_form .form-control:disabled,
  .hero.home-search .booking_form .form-control[readonly] {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .hero-res-summary-wrap {
    display: none;
    opacity: 0;
    transform: translateY(-6px);
  }

  .hero-res-summary-wrap.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .hero.home-search .hero-res-btn {
    border-radius: 5px;
    margin: 0 0 10px;
  }

  .hero-res-panel.is-open {
    max-height: 820px;
  }

  .hero-res-panel-inner {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    padding: 15px;
  }

  .hero-res-panel-inner .form-control {
    border: 1px solid rgba(75, 81, 77, 0.22);
  }

  .hero-res-visual {
    height: 96px;
    margin-top: 2px;
  }

  .hero-res-success {
    justify-content: center;
    text-align: center;
  }

  .hero-res-success h5 {
    width: 100%;
  }

  .hero-res-action-stack {
    gap: 0;
  }

  .hero-res-followup {
    margin-bottom: 8px;
  }

  .hero.home-search.hero-res-expanded {
    height: auto !important;
    margin-bottom: var(--hero-res-flow-space, 0);
    min-height: 100svh;
    overflow: visible !important;
  }

  .hero.home-search.hero-res-expanded .wrapper {
    align-items: flex-start !important;
    height: auto;
    justify-content: flex-start !important;
    min-height: 100svh;
    overflow: visible !important;
    padding-bottom: 48px;
    padding-top: clamp(96px, 15vh, 132px);
  }

  .hero.home-search.hero-res-expanded .container {
    width: 100%;
  }

  .hero.home-search.hero-res-expanded .slide-animated.two {
    position: relative;
    z-index: 2;
  }

  .hero.home-search.hero-res-expanded .booking_form {
    margin-top: 18px;
    overflow: visible;
    position: relative;
    z-index: 3;
  }

  .hero.home-search.hero-res-expanded .hero-res-panel {
    transform: none;
  }

  .hero.home-search.hero-res-expanded .hero-res-panel.is-open {
    max-height: none;
    overflow: visible;
  }

  .hero.home-search.hero-res-expanded .hero-res-panel-inner {
    overflow: visible;
  }
}
/* HERO_RES END */

/* MCANGEL_REZ_V1 START */
.mcangel_rez_v1 .booking_wrapper {
  overflow: visible;
  position: relative;
}

.mcangel_rez_v1 .form-control {
  color: #4b514d;
  min-height: 50px;
}

.mcangel_rez_v1 .form-control[readonly] {
  cursor: pointer;
}

.mcangel_rez_v1 .form-control:disabled {
  background-color: #f8f6f1;
  color: #4b514d;
  cursor: default !important;
  opacity: 1;
}

.mcangel_rez_v1 .hero-res-btn {
  align-items: center;
  background-color: #4b514d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 1.15;
  margin: 0;
  padding: 0 14px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.mcangel_rez_v1 .hero-res-btn:not(:disabled):hover,
.mcangel_rez_v1 .hero-res-btn:not(:disabled):focus {
  background-color: #978667;
  color: #fff;
}

.mcangel_rez_v1 .hero-res-btn:disabled {
  background-color: #7d837f;
  cursor: default;
  opacity: 0.82;
  pointer-events: none;
}

.mcangel_rez_v1 .hero-res-btn.is-loading {
  background-color: #4b514d;
  opacity: 0.78;
}

.mcangel_rez_v1 .mcangel-rez-check-btn.is-hidden {
  display: none;
}

.mcangel_rez_v1 .mcangel-rez-summary {
  font-weight: 600;
}

.mcangel_rez_v1 .mcangel-rez-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.65s ease, opacity 0.45s ease, transform 0.45s ease;
}

.mcangel_rez_v1 .mcangel-rez-panel.is-open {
  max-height: 620px;
  opacity: 1;
  transform: translateY(0);
}

.mcangel_rez_v1 .mcangel-rez-panel-inner {
  background-color: #f8f6f1;
  border-radius: 3px;
  margin-top: 14px;
  padding: 18px;
}

.mcangel_rez_v1 .mcangel-rez-panel-inner .form-control {
  background-color: #fff;
  border: 1px solid rgba(75, 81, 77, 0.22);
  border-radius: 3px;
}

.mcangel_rez_v1 .form-control:focus {
  border-color: #978667;
  box-shadow: 0 0 0 0.15rem rgba(151, 134, 103, 0.14);
}

.mcangel_rez_v1 .form-control.is-invalid {
  border-color: #b94a48;
  background-image: none;
  padding-right: 15px;
}

.mcangel_rez_v1 .mcangel-rez-success-icon {
  justify-content: center;
}

.mcangel_rez_v1 .mcangel-rez-success-copy {
  justify-content: center;
  text-align: center;
}

.mcangel_rez_v1 .mcangel-rez-success-copy h5 {
  width: 100%;
}

.mcangel_rez_v1 .mcangel-rez-submit-wrap {
  order: 6;
}

.mcangel_rez_v1 .mcangel-rez-submit-btn {
  display: inline-flex;
  margin-top: 8px;
  position: static;
  width: 100%;
}

.mcangel_rez_v1 .mcangel-rez-followup.is-error {
  color: #b94a48;
}

.mcangel-hp {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}

.contact-submit-row {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mcangel-contact-submit {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  min-width: 128px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.mcangel-contact-submit:disabled {
  cursor: default;
  opacity: 1;
}

.mcangel-contact-submit-spinner {
  border-color: rgba(75, 81, 77, 0.2);
  border-top-color: #4b514d;
  display: none;
}

.mcangel-contact-submit-spinner.is-visible {
  display: inline-block;
}

.mcangel-contact-submit.is-loading {
  color: transparent;
  min-width: 128px;
}

.mcangel-contact-alert {
  border-radius: 3px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .mcangel_rez_v1 .mcangel-rez-panel.is-open {
    max-height: 960px;
  }

  .mcangel_rez_v1 .mcangel-rez-panel-inner {
    padding: 15px;
  }

  .mcangel_rez_v1 .mcangel-rez-success-icon,
  .mcangel_rez_v1 .mcangel-rez-success-copy {
    justify-content: center;
    text-align: center;
  }

  .mcangel_rez_v1 .mcangel-rez-success-copy h5 {
    width: 100%;
  }

  .mcangel_rez_v1 .mcangel-rez-submit-wrap {
    order: 6;
  }

  .mcangel_rez_v1 .mcangel-rez-submit-btn {
    margin-top: 6px;
  }
}
/* MCANGEL_REZ_V1 END */

/* HEADER_RESPONSIVE_FIX START */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .menu_v4 .hamburger_2,
  .menu_v4 .closebt,
  .menu_v4 .layer {
    display: block;
  }

  .menu_v4 .logo_panel {
    display: flex;
  }

  .main-menu {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(102%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 350px;
    z-index: 99999;
  }

  .main-menu #mainNav {
    padding: 30px;
  }

  .main-menu #mainNav ul {
    text-align: left;
  }

  .main-menu #mainNav ul li {
    display: block;
    margin: 0;
  }

  .main-menu #mainNav ul li a {
    color: #333 !important;
    display: block;
    margin: 0 0 10px;
    padding: 0.35rem 0.65rem !important;
    text-transform: uppercase;
  }

  .main-menu #mainNav ul li a:before {
    display: none !important;
  }

  .main-menu #mainNav ul li a:hover,
  .main-menu #mainNav ul li a.active {
    color: #978667 !important;
  }

  .main-menu #mainNav ul li a.btn_1 {
    background-color: transparent;
  }

  .main-menu.show {
    transform: translateX(0);
  }

  .submenu_version .main-menu .show-submenu + ul {
    border-left: 1px solid #ededed;
    box-shadow: none;
    display: none;
    margin: 0 0 15px 25px;
    opacity: 0;
    position: static;
    transform: none;
    visibility: visible;
  }

  .submenu_version .main-menu a.show-submenu.show_normal + ul {
    display: block;
    opacity: 1;
  }

  .submenu_version .main-menu ul ul:before {
    display: none;
  }

  .submenu_version .main-menu #mainNav ul li ul li a {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none !important;
  }
}
/* HEADER_RESPONSIVE_FIX END */
