.elementor-23 .elementor-element.elementor-element-7f86a7e:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-7f86a7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://healersnest.com/wp-content/uploads/2025/09/bgimageabout22.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-23 .elementor-element.elementor-element-7f86a7e > .elementor-background-overlay{background-color:#33294F;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23 .elementor-element.elementor-element-7f86a7e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-a09588d{text-align:start;}.elementor-23 .elementor-element.elementor-element-a09588d .elementor-heading-title{font-family:"El Messiri", Sans-serif;font-size:45px;font-weight:600;color:#FFFFFF;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-23 .elementor-element.elementor-element-5acd3dd .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-23 .elementor-element.elementor-element-5acd3dd .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-23 .elementor-element.elementor-element-5acd3dd{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-23 .elementor-element.elementor-element-5acd3dd .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-7f86a7e{padding:25px 25px 25px 25px;}}/* Start custom CSS for html, class: .elementor-element-1af8374 */.about-section {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #333;
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}
.about-section h1, 
.about-section h2 {
  color: #db719f;
  margin-bottom: 15px;
}
.about-section h1 {
  font-size: 38px;
}
.about-section h2 {
  font-size: 28px;
  margin-top: 40px;
}
.about-section p {
  margin-bottom: 15px;
  font-size: 16px;
}
.about-section .tagline {
  font-size: 20px;
  font-weight: bold;
  color: #00adc4;
}
.about-section .highlight {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #444;
}

/* Why Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.why-card {
  background: #f9f9f9;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-size: 15px;
}

/* Quote */
.about-quote {
  text-align: center;
  background: #eef7ff;
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
}
.about-quote blockquote {
  font-size: 22px;
  font-style: italic;
  color: #042156;
  margin-bottom: 10px;
}

/* Offer List */
.about-offer ul,
.about-values ul {
  list-style: none;
  padding: 0;
}
.about-offer li,
.about-values li {
  background: #fff;
  margin: 8px 0;
  padding: 12px 15px;
  border-left: 4px solid #00adc4;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Final CTA */
.about-final {
  text-align: center;
  margin-top: 50px;
}
.cta-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  background: #ff6ec7;
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  transition: 0.3s ease;
}
.cta-btn:hover {
  background: #d84ca1;
}/* End custom CSS */