.elementor-762 .elementor-element.elementor-element-9185f6b:not(.elementor-motion-effects-element-type-background), .elementor-762 .elementor-element.elementor-element-9185f6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://healersnest.com/wp-content/uploads/2025/09/bgproducts-scaled.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-762 .elementor-element.elementor-element-9185f6b > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-762 .elementor-element.elementor-element-9185f6b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 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-762 .elementor-element.elementor-element-6721ca7{text-align:center;}.elementor-762 .elementor-element.elementor-element-6721ca7 .elementor-heading-title{font-family:"El Messiri", Sans-serif;font-size:45px;font-weight:600;color:#1B1B1B;}.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-762 .elementor-element.elementor-element-0c9a9e0 .elementor-icon-list-icon i{color:#000000;transition:color 0.3s;}.elementor-762 .elementor-element.elementor-element-0c9a9e0 .elementor-icon-list-icon svg{fill:#000000;transition:fill 0.3s;}.elementor-762 .elementor-element.elementor-element-0c9a9e0{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-762 .elementor-element.elementor-element-0c9a9e0 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-762 .elementor-element.elementor-element-14fd322{padding:30px 30px 30px 30px;}@media(max-width:767px){.elementor-762 .elementor-element.elementor-element-6721ca7{text-align:start;}.elementor-762 .elementor-element.elementor-element-14fd322{padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-f62dc16 */.platform-title {text-align:center; color:#5a2d82; margin-bottom:20px;}
    .platform-row {display:flex; flex-wrap:wrap; align-items:center; margin-bottom:0px;}
    .platform-text {flex:1;padding: 0px 20px 0px 35px;}
    .platform-text ul {list-style:none; padding:0; margin-left: 0px;}
    .platform-text ul li {margin-bottom:10px; font-size:16px;}
    .platform-text ul li::before {content:"✔ "; color:green; font-weight:bold;}
    .platform-image {flex:1; text-align:center;}
    .platform-image img {width:100%; box-shadow:0 4px 12px rgba(0,0,0,0.1);}
    .platform-call {
      text-align: left;
    font-size: 18px;
    margin-top: 0px;
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    border-radius: 5px;
    }
    .platform-call {
      background: #00adc4;
      color:#fff;
    }
    .platform-call strong {
      color:#fff;
    }
    @media(max-width:768px){
      .platform-row {flex-direction:column;}
      .platform-image img {width:100%;}
      .platform-text {flex:1; margin-top: 0px !important; padding: 10px 0px;}
       .platform-call {margin-top: 20px;}
       .button-container {
        margin-right: 8px;
       }
       .platform-text h2 {
        margin:10px;
       }
    }
     .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  font-family: system-ui, sans-serif;
}

.healerbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Gradient sweep shine */
.healerbtn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 40%;
  height: 200%;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0));
  transform: rotate(-25deg);
  animation: shine 3s linear infinite;
  pointer-events: none;
}

/* PRIMARY button (Join Now) */
.primary-btn {
  background: linear-gradient(90deg, #dc719f 0%, #00aec5 100%);
}
.primary-btn:hover {
  background: linear-gradient(90deg, #00aec5 0%, #dc719f 100%);
  transform: translateY(-4px);
}

/* SECONDARY button (Read More) */
.secondary-btn {
  background: linear-gradient(90deg, #6366f1 0%, #3b82f6 100%);
}
.secondary-btn:hover {
  background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
  transform: translateY(-4px);
}

/* CALL button (Call Us) */
.call-btn {
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
}
.call-btn:hover {
  background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
  transform: translateY(-4px);
}

/* Shine animation */
@keyframes shine {
  0%   { left: -40%; opacity: 0.6; }
  50%  { left: 120%; opacity: 0.3; }
  100% { left: 120%; opacity: 0; }
}

/* Small screen responsive */
@media (max-width: 520px) {
  .button-container {
    flex-direction: column;
  }
  .healerbtn {
    justify-content: center;
    width: 100%;
  }
}


@media screen and (min-width: 769px) {
  .platform-text h2 {
    font-size: 43px;
  }
}
@media screen and (max-width: 1023px) {
  .healerbtn {
    width: 100%;
    margin: 5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4bd7b6 */.healerupdated-section {
  padding: 50px 20px;
  background: #f9fafb;
  font-family: system-ui, sans-serif;
}

.healerupdated-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.healerupdated-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.healerupdated-subtext {
  font-size: 16px;
  color: #475569;
  margin-bottom: 20px;
}

.healerupdated-options {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.healerupdated-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Heal button */
.healerupdated-healbtn {
  background: linear-gradient(90deg, #dc719f, #00aec5);
}
.healerupdated-healbtn:hover {
  background: linear-gradient(90deg, #00aec5, #dc719f);
  transform: translateY(-3px);
}

/* Become button */
.healerupdated-becomebtn {
  background: linear-gradient(90deg, #6366f1, #3b82f6);
}
.healerupdated-becomebtn:hover {
  background: linear-gradient(90deg, #3b82f6, #6366f1);
  transform: translateY(-3px);
}

/* Description */
.healerupdated-description {
  margin: 30px 0;
}
.healerupdated-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 18px;
}

/* Trust List */
.healerupdated-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.healerupdated-list li {
  font-size: 16px;
  margin: 10px 0;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
}

.healerupdated-list i {
  color: #10b981; /* green check icon */
  font-size: 18px;
}

/* Responsive */
@media (max-width: 600px) {
  .healerupdated-title {
    font-size: 22px;
  }
  .healerupdated-btn {
    width: 100%;
    justify-content: center;
  }
  .healerupdated-list {
    text-align: center;
  }
}/* End custom CSS */