.elementor-1145 .elementor-element.elementor-element-da886{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1145 .elementor-element.elementor-element-c4e0dc0{--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-1145 .elementor-element.elementor-element-439fca3{--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-1145 .elementor-element.elementor-element-92c857f{--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-1145 .elementor-element.elementor-element-e74d59d{--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-1145 .elementor-element.elementor-element-af6d397{--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;}/* Start custom CSS for html, class: .elementor-element-11141d1 */.mmc-neuro-hero{
  direction: rtl;
  background: linear-gradient(135deg, #f7f3ee 0%, #fcfaf7 100%);
  border: 1px solid #e7ddd0;
  border-radius: 28px;
  padding: 56px 40px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(91, 74, 58, 0.08);
}

.mmc-neuro-hero__inner{
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.mmc-neuro-hero__text{
  text-align: right;
}

.mmc-neuro-hero__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  background: #efe5d6;
  color: #7a5a3a;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.mmc-neuro-hero__text h1{
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.3;
  color: #3d342b;
  font-weight: 800;
}

.mmc-neuro-hero__text p{
  margin: 0;
  font-size: 18px;
  line-height: 2;
  color: #6a5d50;
  max-width: 650px;
}

.mmc-neuro-hero__buttons{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
  justify-content: flex-start;
}

.mmc-neuro-hero__visual{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mmc-neuro-hero__visual img{
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

@media (max-width: 980px){
  .mmc-neuro-hero{
    padding: 40px 24px;
  }

  .mmc-neuro-hero__inner{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mmc-neuro-hero__text h1{
    font-size: 32px;
  }

  .mmc-neuro-hero__text p{
    font-size: 16px;
    line-height: 1.9;
  }

  .mmc-neuro-hero__visual img{
    max-width: 360px;
  }
}

@media (max-width: 640px){
  .mmc-neuro-hero__text h1{
    font-size: 28px;
  }

  .mmc-neuro-hero__buttons a{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c175f26 */.mmc-neuro-sections{
  direction: rtl;
  padding: 42px 0;
}

.mmc-neuro-sections__head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 36px;
}

.mmc-section-label{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  background: #efe5d6;
  color: #7a5a3a;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.mmc-neuro-sections__head h2{
  margin: 0 0 12px;
  font-size: 35px;
  line-height: 1.4;
  color: #3d342b;
  font-weight: 800;
}

.mmc-neuro-sections__head p{
  margin: 0;
  font-size: 17px;
  line-height: 1.95;
  color: #6a5d50;
}

.mmc-neuro-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mmc-neuro-card{
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 24px;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(91, 74, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.mmc-neuro-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d8c7b1 0%, #efe5d6 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mmc-neuro-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(91, 74, 58, 0.10);
  border-color: #d8c7b1;
}

.mmc-neuro-card:hover::before{
  opacity: 1;
}

.mmc-neuro-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.mmc-neuro-card__icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f3ea;
  border: 1px solid #eee1cf;
  font-size: 28px;
  flex-shrink: 0;
}

.mmc-neuro-card__badge{
  display: inline-block;
  padding: 6px 10px;
  background: #faf5ec;
  color: #8a6b47;
  border: 1px solid #eadfce;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

.mmc-neuro-card h3{
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.5;
  color: #3d342b;
  font-weight: 800;
}

.mmc-neuro-card p{
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.95;
  color: #6a5d50;
  flex-grow: 1;
}

.mmc-neuro-card__more{
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #7b5e3b;
  margin-top: auto;
}

@media (max-width: 1024px){
  .mmc-neuro-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .mmc-neuro-sections__head h2{
    font-size: 30px;
  }
}

@media (max-width: 767px){
  .mmc-neuro-grid{
    grid-template-columns: 1fr;
  }

  .mmc-neuro-sections__head p{
    font-size: 15.5px;
  }

  .mmc-neuro-card{
    padding: 22px 20px;
  }

  .mmc-neuro-card h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bcffd2 */.mmc-neuro-definition{
direction:rtl;
padding:40px 0;
}

.mmc-neuro-definition__box{
background:#fbf8f3;
border:1px solid #eadfce;
border-radius:26px;
padding:40px 34px;
max-width:900px;
margin:auto;
box-shadow:0 12px 28px rgba(91,74,58,0.06);
text-align:right;
}

.mmc-neuro-definition__icon{
font-size:32px;
margin-bottom:14px;
}

.mmc-neuro-definition h2{
font-size:30px;
margin-bottom:14px;
color:#3d342b;
}

.mmc-neuro-definition p{
font-size:17px;
line-height:2;
color:#6a5d50;
margin-bottom:16px;
}

.mmc-neuro-definition__source{
margin-top:20px;
font-size:14px;
color:#8a7b6a;
border-top:1px solid #eadfce;
padding-top:12px;
}

@media (max-width:768px){

.mmc-neuro-definition__box{
padding:30px 22px;
}

.mmc-neuro-definition h2{
font-size:26px;
}

.mmc-neuro-definition p{
font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6e6054 */.mmc-neuro-warning{
direction:rtl;
padding:40px 0;
}

.mmc-neuro-warning__head{
text-align:center;
max-width:760px;
margin:auto;
margin-bottom:32px;
}

.mmc-neuro-warning__head h2{
font-size:32px;
margin-bottom:10px;
color:#3d342b;
}

.mmc-neuro-warning__head p{
font-size:17px;
line-height:1.9;
color:#6a5d50;
}

.mmc-warning-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.mmc-warning-card{
background:#fff;
border:1px solid #eadfce;
border-radius:22px;
padding:24px;
box-shadow:0 12px 28px rgba(91,74,58,0.06);
}

.mmc-warning-icon{
font-size:28px;
margin-bottom:10px;
}

.mmc-warning-card h3{
font-size:19px;
margin-bottom:8px;
color:#3d342b;
}

.mmc-warning-card p{
font-size:15.5px;
line-height:1.9;
color:#6a5d50;
}

.mmc-neuro-warning-note{
margin-top:26px;
background:#faf5ec;
border:1px solid #eadfce;
padding:18px;
border-radius:18px;
font-size:15px;
color:#6a5d50;
text-align:center;
}

@media (max-width:1024px){

.mmc-warning-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:640px){

.mmc-warning-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */