.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7 .elementor-element.elementor-element-94eb8de{--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:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-16px;--padding-bottom:-16px;--padding-left:-16px;--padding-right:-16px;}.elementor-7 .elementor-element.elementor-element-94eb8de.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7 .elementor-element.elementor-element-c65c35b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7 .elementor-element.elementor-element-3b601ce{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7 .elementor-element.elementor-element-72d78f1{--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;}.elementor-7 .elementor-element.elementor-element-86d612b{--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;}.elementor-7 .elementor-element.elementor-element-5999271.elementor-element{--align-self:center;}.elementor-7 .elementor-element.elementor-element-9f0c1af{--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;}.elementor-7 .elementor-element.elementor-element-9f0c1af.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-94eb8de{--width:30000px;}.elementor-7 .elementor-element.elementor-element-c65c35b{--content-width:1470px;}.elementor-7 .elementor-element.elementor-element-3b601ce{--content-width:1470px;}.elementor-7 .elementor-element.elementor-element-72d78f1{--content-width:1470px;}.elementor-7 .elementor-element.elementor-element-86d612b{--content-width:1470px;}.elementor-7 .elementor-element.elementor-element-9f0c1af{--width:99.12%;}}/* Start custom CSS for html, class: .elementor-element-17ef6de *//* Desktop layout: image on right */
.healing-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 5rem 3rem;
  background-color: #ffffff;
}

/* Text styling */
.hero-text {
  flex: 1;
  max-width: 550px;
}

.hero-text h2 {
  color: #000000;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  color: #0071a4;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-text p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Custom button styling */
.custom-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #2087c4;
  background-color: #fff;
  border: 2px solid #2087c4;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.custom-button:hover {
  background-color: #2087c4;
  color: #fff;
}

/* Image styling */
.hero-image {
  flex: 1;
  max-width: 600px;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Mobile: stack text first, then image full-width */
@media (max-width: 992px) {
  .healing-hero {
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .hero-text {
    order: 1; /* text first */
    width: 100%;
    padding: 2rem 1rem;
  }

  .hero-image {
    order: 2; /* image second */
    width: 100vw;
    max-width: 100vw;
    margin: 0;
  }

  .hero-image img {
    width: 100vw;
    border-radius: 0;
    display: block;
  }

  .hero-text h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23fc07f */.healing-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 5rem 3rem;
  background-color: #ffffffb;
}

/* Image styling */
.hero-image {
  flex: 1;
  max-width: 800px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Text styling */
.hero-text {
  flex: 1;
  max-width: 550px;
}

.hero-text h2 {
  color: #000000;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  color: #0071a4;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-text p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.btn-primary {
  background-color: #0071a4;
  color: #fff;
  padding: 0.9rem 1.6rem;
  text-decoration: none;
  border-radius: 4px;
}

/* Mobile: truly full-width image */
@media (max-width: 992px) {
  .healing-hero {
    flex-direction: column;
    text-align: center;
    padding: 0;           /* remove section padding */
    margin: 0;            /* remove section margin */
    width: 100vw;         /* force section full viewport width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .hero-image {
    width: 100vw;
    max-width: 100vw;
  }

  .hero-image img {
    width: 100vw;
    border-radius: 0;
  }

  .hero-text {
    width: 100%;
    padding: 2rem 1rem;
    background-color: #f9fafb;
  }

  .hero-text h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */