.elementor-1807 .elementor-element.elementor-element-ffeb9f6{--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;--padding-top:3%;--padding-bottom:3%;--padding-left:0%;--padding-right:0%;}.elementor-1807 .elementor-element.elementor-element-ffeb9f6:not(.elementor-motion-effects-element-type-background), .elementor-1807 .elementor-element.elementor-element-ffeb9f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#18533C;}.elementor-1807 .elementor-element.elementor-element-0a23c69{text-align:center;}.elementor-1807 .elementor-element.elementor-element-0a23c69 .elementor-heading-title{font-size:43px;font-weight:500;color:#FFFFFF;}.elementor-1807 .elementor-element.elementor-element-6df03fa{--display:flex;}.elementor-1807 .elementor-element.elementor-element-f772688{--display:flex;}.elementor-1807 .elementor-element.elementor-element-2f8c72b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1807 .elementor-element.elementor-element-117ab24{--display:flex;}.elementor-1807 .elementor-element.elementor-element-33face1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1807 .elementor-element.elementor-element-c2d1d0e{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;padding:16px 0px 0px 0px;--n-tabs-title-border-radius:14px 14px 14px 14px;--n-tabs-title-color:#25594A;--n-tabs-title-color-active:#FFFEFE;}.elementor-1807 .elementor-element.elementor-element-c2d1d0e.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-1807 .elementor-element.elementor-element-c2d1d0e.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#25594A;}/* Start custom CSS for container, class: .elementor-element-6df03fa */.meetings-page{
  direction: rtl;
  font-family: 'neosanlight' !important;
  padding:2px 20px;
 
}

.meeting-card{
  display:flex;
  gap:30px;
  background: linear-gradient(135deg, #0b3d3a, #0f6b63);
  border-radius:20px;
  padding:30px;
  margin-bottom:30px;
      background: linear-gradient(135deg, #02ab43, #18533b);
}

.meeting-info{
  flex:1;
  color:#fff;
}

.badge{
  background:#9bc65b;
  padding:6px 15px;
  color: #000;
  border-radius:20px;
  font-size:15px;
  display:inline-block;
  margin-bottom:15px;
}

.meeting-info h2{
  font-size:26px;
  font-weight:900;
}

.sub{
  color:#9bc65b;
  font-weight: 900;
}

.year{
  opacity:.7;
  margin-bottom:15px;
  color:#fff;
}

/* meta */
.meta-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.meta-item svg{
  width:18px;
  height:18px;
  stroke:#9bc65b;
  fill:none;
  stroke-width:2;
}

/* القرارات */
.meeting-decisions{
  flex:1;
  color:#fff;
}

.meeting-decisions h3{
  display:flex;
  align-items:center;
  gap:10px;
  color:#9bc65b;
  margin-bottom:15px;
  font-weight:900;
}

.meeting-decisions h3 svg{
  width:18px;
  height:18px;
  stroke:#9bc65b;
  fill:none;
  stroke-width:2;
  
}

.meeting-decisions ul{
  list-style:none;
  padding:0;
}

.meeting-decisions li{
background: #00000029;
  padding:10px;
  border-radius:10px;
  margin-bottom:10px;
}

.section-title{
  margin-bottom:10px;
  color:#9bc65b;
  font-weight:900;
}

.final{
  margin-top:10px;
  font-weight:700;
}

/* responsive */
@media(max-width:900px){
  .meeting-card{
    flex-direction:column;
  }
}/* End custom CSS */