.elementor-86 .elementor-element.elementor-element-1c548d9d{margin-top:100px;margin-bottom:100px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-86 .elementor-element.elementor-element-36a3dbb9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-86 .elementor-element.elementor-element-36a3dbb9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-86 .elementor-element.elementor-element-36a3dbb9.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-86 .elementor-element.elementor-element-36a3dbb9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:60px;}.elementor-86 .elementor-element.elementor-element-29993ab{text-align:center;}.elementor-86 .elementor-element.elementor-element-2c487f2 > .elementor-widget-container{padding:0% 20% 0% 20%;}body:not(.rtl) .elementor-86 .elementor-element.elementor-element-2c487f2.ee-search-form-icon-position--left .ee-search-form__submit--has-label .ee-search-form__icon,
						 body.rtl .elementor-86 .elementor-element.elementor-element-2c487f2:not(.ee-search-form-icon-position--left) .ee-search-form__submit--has-label .ee-search-form__icon{margin-right:15px;}body:not(.rtl) .elementor-86 .elementor-element.elementor-element-2c487f2:not(.ee-search-form-icon-position--left) .ee-search-form__submit--has-label .ee-search-form__icon,
						 body.rtl .elementor-86 .elementor-element.elementor-element-2c487f2.ee-search-form-icon-position--left .ee-search-form__submit--has-label .ee-search-form__icon{margin-left:15px;}.elementor-86 .elementor-element.elementor-element-2c487f2 .ee-search-form__filters{margin-right:-24px;margin-bottom:-24px;}.elementor-86 .elementor-element.elementor-element-2c487f2 .ee-search-form__filters__category{padding-right:24px;margin-bottom:24px;}.elementor-86 .elementor-element.elementor-element-2c487f2 .ee-search-form__submit{background-color:var( --e-global-color-accent );}.elementor-86 .elementor-element.elementor-element-4a6b74b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;text-align:center;font-family:var( --e-global-typography-c05b693-font-family ), Sans-serif;font-size:var( --e-global-typography-c05b693-font-size );font-weight:var( --e-global-typography-c05b693-font-weight );text-transform:var( --e-global-typography-c05b693-text-transform );font-style:var( --e-global-typography-c05b693-font-style );text-decoration:var( --e-global-typography-c05b693-text-decoration );line-height:var( --e-global-typography-c05b693-line-height );letter-spacing:var( --e-global-typography-c05b693-letter-spacing );}.elementor-86 .elementor-element.elementor-element-2a9ea7c{margin-top:0px;margin-bottom:200px;}@media(max-width:1024px){.elementor-86 .elementor-element.elementor-element-4a6b74b4{font-size:var( --e-global-typography-c05b693-font-size );line-height:var( --e-global-typography-c05b693-line-height );letter-spacing:var( --e-global-typography-c05b693-letter-spacing );}.elementor-86 .elementor-element.elementor-element-2a9ea7c{margin-top:0px;margin-bottom:100px;padding:0% 2% 0% 2%;}}@media(max-width:767px){.elementor-86 .elementor-element.elementor-element-1c548d9d > .elementor-container{min-height:280px;}.elementor-86 .elementor-element.elementor-element-1c548d9d{margin-top:0px;margin-bottom:0px;padding:70px 10px 70px 10px;}.elementor-86 .elementor-element.elementor-element-36a3dbb9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:20px;}.elementor-86 .elementor-element.elementor-element-2c487f2 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-86 .elementor-element.elementor-element-4a6b74b4{font-size:var( --e-global-typography-c05b693-font-size );line-height:var( --e-global-typography-c05b693-line-height );letter-spacing:var( --e-global-typography-c05b693-letter-spacing );}}/* Start custom CSS for heading, class: .elementor-element-29993ab */.elementor-86 .elementor-element.elementor-element-29993ab .elementor-headline-animation-type-slide{
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4791adc *//* Responsive inline list with modern design */
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  justify-content: flex-start;
}

.inline-list li {
  display: flex;
  align-items: center;
  background-color: #f8f9f8;
  border: 1px solid #d6e0d3;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 15px;
  color: #355e3b;
  font-weight: 500;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.inline-list li::before {
  content: "📍";
  margin-right: 8px;
  font-size: 16px;
}

.inline-list li:hover {
  background-color: #e7efe6;
  box-shadow: 0 2px 5px rgba(53, 94, 59, 0.15);
  cursor: pointer;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .inline-list {
    gap: 10px 12px;
  }

  .inline-list li {
    font-size: 14px;
    padding: 6px 12px;
  }
}/* End custom CSS */