.elementor-68615 .elementor-element.elementor-element-6536270{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:40px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-68615 .elementor-element.elementor-element-17ee634{text-align:center;}.elementor-68615 .elementor-element.elementor-element-c8bc254 > .elementor-widget-container{padding:0px 16px 0px 16px;}.elementor-68615 .elementor-element.elementor-element-95f995f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68615 .elementor-element.elementor-element-95f995f:not(.elementor-motion-effects-element-type-background), .elementor-68615 .elementor-element.elementor-element-95f995f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3844691 );}.elementor-68615 .elementor-element.elementor-element-4d30cff > .elementor-widget-container{padding:0px 16px 0px 16px;}.elementor-68615 .elementor-element.elementor-element-dec1f31{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-68615 .elementor-element.elementor-element-dec1f31:not(.elementor-motion-effects-element-type-background), .elementor-68615 .elementor-element.elementor-element-dec1f31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3844691 );}.elementor-68615 .elementor-element.elementor-element-ef13e6f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 16px 0px 16px;}@media(min-width:768px){.elementor-68615 .elementor-element.elementor-element-6536270{--content-width:640px;}.elementor-68615 .elementor-element.elementor-element-95f995f{--content-width:832px;}}@media(max-width:1024px){.elementor-68615 .elementor-element.elementor-element-95f995f{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-68615 .elementor-element.elementor-element-95f995f{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-c8bc254 */p:last-child {
    margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d30cff *//* =========================
   FORM / TYPOGRAPHY
========================= */

.jy-booking-form-label {
  font-weight: 700;
  margin-bottom: 8px;
}

.jy-form-group {
  margin-bottom: 24px;
}

.jy-booking-.elementor-68615 .elementor-element.elementor-element-4d30cff-container {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  background: green;
}

.jy-booking-title {
  margin-bottom: 8px;
}

.jy-booking-subtitle {
  margin-bottom: 28px;
  color: #555;
}

.jy-booking-.elementor-68615 .elementor-element.elementor-element-4d30cff .jy-.elementor-68615 .elementor-element.elementor-element-4d30cff-group {
  margin-bottom: 28px;
}

.jy-.elementor-68615 .elementor-element.elementor-element-4d30cff-label {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}


/* =========================
   BUTTON GRID
========================= */

.jy-button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 16px;
}

.jy-button-row--four {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.jy-select-btn {
  appearance: none;
  background: #fff;
  border: 1px solid #bdb5a8;
  border-radius: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  transition: all 0.2s ease;
  min-height: 72px;
}

.jy-select-btn:hover {
  border-color: #222;
}

.jy-select-btn.is-active {
  background: #222;
  color: #fff;
  border-color: #222;
}


/* =========================
   SUMMARY
========================= */

.jy-selected-summary {
  margin: 40px 0 0;
}

.jy-selected-summary h3 {
  margin-bottom: 10px;
}

.jy-selected-summary p {
  margin: 0;
  color: #444;
}


/* =========================
   CALENDLY WRAPPER
========================= */

#jy-calendly-wrapper {
  display: none;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

#jy-calendly-wrapper.is-visible {
  display: block;
}

#jy-calendly-embed {
  width: 100%;
  position: relative;
}

#jy-calendly-embed iframe {
  width: 100% !important;
  display: block;
  border: 0;
  background: transparent;
  min-height: 1100px;
  margin-top: -40px;
}
/* Tablet */
@media (max-width: 1024px) {
  #jy-calendly-embed iframe {
    min-height: 1500px;
    margin-top: -70px;
  }
}

/* Mobile */
@media (max-width: 682px) {
  #jy-calendly-embed iframe {
    min-height: 1500px;
    margin-top: 0;
  }
}


/* =========================
   LOADING STATE
========================= */

#jy-calendly-loading {
  display: none;
  padding: 40px 20px;
  text-align: center;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .jy-button-row,
  .jy-button-row--four {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 767px) {
  .jy-button-row,
  .jy-button-row--four {
    grid-template-columns: 1fr;
  }

  .jy-select-btn {
    min-height: 64px;
    font-size: 17px;
  }
}/* End custom CSS */