.elementor-kit-4210{--e-global-color-primary:#64906E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-4210 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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);}@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 *//* Style the accordion content for price list */
.elementor-accordion .elementor-tab-content {
  padding: 15px 20px;
  background: #f9f9f9;
  border-left: 3px solid #0073e6; /* accent colour */
  font-size: 15px;
  line-height: 1.6;
}

.elementor-accordion .elementor-tab-title {
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 12px 20px;
  cursor: pointer;
}

/* Service list items inside accordion */
.elementor-accordion .elementor-tab-content strong {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

/* Optional: price colour highlight */
.elementor-accordion .elementor-tab-content strong::after {
  content: attr(data-price);
  font-weight: 700;
  color: #0073e6; /* blue accent for prices */
}

/* Remove bottom border on last item */
.elementor-accordion .elementor-tab-content strong:last-of-type {
  border-bottom: none;
}/* End custom CSS */