.elementor-1120 .elementor-element.elementor-element-9048a9d{--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;}@media(min-width:768px){.elementor-1120 .elementor-element.elementor-element-9048a9d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c57adda */.besa-wellness {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #7768E5;
}

/* EMERGENCY BANNER */
.emergency-banner {
  background: #fee2e2;
  color: #991b1b;
  padding: 18px 24px;
  border-radius: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

/* HEADER */
.wellness-header {
  text-align: center;
  margin-bottom: 70px;
}

.wellness-header h1 {
  font-size: 42px;
  font-weight: 800;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.wellness-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #7768E5;
  margin-bottom: 22px;
}

.wellness-header p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 14px;
  line-height: 1.8;
  color: #475569;
}

/* ACCORDION */
.accordion {
  margin-bottom: 80px;
}

.accordion-item {
  background: #ffffff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.accordion-item summary {
  padding: 26px 30px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  color: #0f172a;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: "+";
  float: right;
  font-size: 22px;
  color: #7768E5;
}

.accordion-item[open] summary::after {
  content: "–";
}

.accordion-content {
  padding: 0 30px 30px;
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

.accordion-content ul {
  padding-left: 18px;
  margin-bottom: 18px;
}

.accordion-content li {
  margin-bottom: 8px;
}

.accordion-content a {
  color: #7768E5;
  font-weight: 600;
  text-decoration: none;
}

.accordion-content a:hover {
  text-decoration: underline;
}

.accordion-content h5 {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #1e40af;
}

.note {
  font-size: 14.5px;
  color: #64748b;
}

/* FOOTER */
.wellness-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 50px;
}

.wellness-footer h4 {
  font-size: 22px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 12px;
}

.wellness-footer p {
  font-size: 16.5px;
  line-height: 1.8;
  max-width: 800px;
  color: #475569;
  margin-bottom: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .wellness-header h1 {
    font-size: 34px;
  }

  .accordion-item summary {
    font-size: 17px;
  }
}/* End custom CSS */