.elementor-15 .elementor-element.elementor-element-3fb0461{--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-cec8e5f *//* ===== ANGEL HOSPITAL ABOUT US ===== */
.angel-about-section {
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  padding: 80px 20px;
  font-family: Arial, sans-serif;
  color: #1e1e1e;
  transition: background 0.3s ease;
}

/* Wrapper */
.angel-about-wrap {
  max-width: 1200px;
  margin: auto;
}

/* Section headers */
.about-overview h5,
.about-services h3,
.about-facilities h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #d97706;
  margin-bottom: 6px;
}

.about-overview h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #b45309;
}

/* Paragraphs */
.about-overview p,
.about-services p,
.about-facilities p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #78350f;
  background-color: rgba(255,255,255,0.15);
  padding: 14px 18px;
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover effect on paragraphs */
.about-overview p:hover,
.about-services p:hover,
.about-facilities p:hover {
  background-color: rgba(255,255,255,0.3);
  transform: translateX(6px);
}

/* Service & Facility lists */
.about-services ul,
.about-facilities ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.about-services li,
.about-facilities li {
  font-size: 15px;
  line-height: 1.6;
  color: #78350f;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 900px) {
  .about-overview h2 {
    font-size: 28px;
  }

  .about-overview p,
  .about-services p,
  .about-facilities p {
    font-size: 15px;
  }
}/* End custom CSS */