.elementor-kit-5{--e-global-color-primary:#DAAF2F;--e-global-color-secondary:#F78DA7;--e-global-color-text:#222222;--e-global-color-accent:#F78DA7;--e-global-color-b0b5cf3:#FFFFFF;--e-global-color-0d56b0e:#000000;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 *//* FAQ base */
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 18px 0;
}

/* Question row */
.faq-question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
}

/* Chevron icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease, content 0.25s ease;
}

/* Answer */
.faq-answer {
  margin-top: 10px;
  line-height: 1.6;
  color: #555;
  display: none;
}

/* OPEN STATE — controlled by Elementor */
.faq-item.elementor-active .faq-answer {
  display: block;
}

.faq-item.elementor-active .faq-question::after {
  content: "–";
}
/* 1) Make each card a flex column so we can push the button down */
.services-grid .jet-listing-grid__item .elementor-element.elementor-widget-wrap,
.services-grid .jet-listing-grid__item .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 2) Clamp the TITLE (adjust lines as needed) */
.services-grid .elementor-heading-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* show 2 lines max */
  overflow: hidden;
}

/* 3) Clamp the EXCERPT/TEXT (adjust lines as needed) */
.services-grid .elementor-widget-text-editor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* show 4 lines max */
  overflow: hidden;
}

/* 4) Push the button to the bottom of the card */
.services-grid .elementor-widget-button {
  margin-top: auto;
}
/* Stop truncating the bullet list output inside the Text Editor */
.services-grid .elementor-widget-text-editor{
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
/* 1) Stop clipping anywhere around the booking calendar */
.booking-calendar-wrap,
.booking-calendar-wrap * {
  overflow: visible !important;
  max-height: none !important;
}

/* 2) Force a dependable iframe height (most shortcode calendars are iframes) */
.booking-calendar-wrap iframe {
  width: 100% !important;
  height: 1100px !important;
  border: 0 !important;
  display: block !important;
}

/* 3) Mobile needs more vertical room */
@media (max-width: 767px) {
  .booking-calendar-wrap iframe {
    height: 1450px !important;
  }
}/* End custom CSS */
