.elementor-kit-9{--e-global-color-primary:#5E6F66;--e-global-color-secondary:#4F5F56;--e-global-color-text:#2E2E2E;--e-global-color-accent:#C89B5C;--e-global-color-5041fc7:#F3F2EE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-9 h1{font-family:"Playfair Display SC", Sans-serif;font-weight:600;}.elementor-kit-9 h2{font-family:"Playfair Display SC", Sans-serif;font-weight:400;}.elementor-kit-9 h4{font-family:"Playfair Display SC", Sans-serif;font-weight:400;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Inter", Sans-serif;font-weight:400;box-shadow:0px 0px 20px -3px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Abideora – button micro-interactions */
#abideora-btn-gold .elementor-button,
#abideora-btn-green .elementor-button,
#abideora-btn-login .elementor-button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

/* Gold booking button */
#abideora-btn-gold .elementor-button,
#abideora-btn-gold .elementor-button:visited {
  background-color: #C8A36F !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
}

#abideora-btn-gold .elementor-button:hover,
#abideora-btn-gold .elementor-button:focus {
  background-color: #4F6F52 !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

/* Green buttons */
#abideora-btn-green .elementor-button:hover {
  background-color: #4F5F56 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* Login button */
#abideora-btn-login .elementor-button:hover {
  background-color: rgba(79,95,86,0.85) !important;
}

html {
  scroll-behavior: smooth;
}
.modal-close {
  backdrop-filter: blur(6px);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;

  width: 40px;
  height: 40px;

  border-radius: 50%;
  border: none;

  background: rgba(0,0,0,0.05);
  color: #5a5a5a;

  font-size: 22px;
  line-height: 40px;
  text-align: center;

  cursor: pointer;

  transition: all 0.25s ease;
}

/* Hover = soft green feedback */
.modal-close:hover {
  background: #4F6F52;
  color: #fff;
  transform: scale(1.08);
}

/* Click feedback */
.modal-close:active {
  transform: scale(0.95);
}/* End custom CSS */