.elementor-35114 .elementor-element.elementor-element-39268504{--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-35114 .elementor-element.elementor-element-8911dae{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-97b26f8 */.overview-box {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 24px;
  margin: 24px 0;
  background: #f4f7df;
  border-left: 5px solid #A8BC1C;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.overview-title {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: #A8BC1C;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 6px;
}

.overview-box p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .overview-box {
    padding: 18px;
    margin: 18px 0;
    border-left-width: 4px;
  }

  .overview-title {
    font-size: 16px;
    padding: 5px 12px;
  }

  .overview-box p {
    font-size: 15px;
    line-height: 1.6;
  }
}


.bed-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}

.bed-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #ffffff;
}

.bed-table th,
.bed-table td {
  padding: 14px 16px;
  border: 1px solid #dddddd;
  text-align: left;
  vertical-align: middle;
}

/* Header row background */
.bed-table thead tr {
  background: #A8BC1C;
}

.bed-table th {
  color: #ffffff;
  font-weight: 700;
}

.bed-table tbody tr {
  background: #ffffff;
}

.bed-table tbody tr:hover {
  background: #f4f7df;
}

@media (max-width: 768px) {
  .bed-table {
    font-size: 14px;
    min-width: 520px;
  }

  .bed-table th,
  .bed-table td {
    padding: 11px 12px;
  }
}



.facility-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}

.facility-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: #ffffff;
}

.facility-table th,
.facility-table td {
  padding: 14px 16px;
  border: 1px solid #dddddd;
  text-align: left;
  vertical-align: middle;
}

/* Header row background */
.facility-table thead tr {
  background: #A8BC1C;
}

.facility-table th {
  color: #ffffff;
  font-weight: 700;
}

.facility-table tbody tr {
  background: #ffffff;
}

.facility-table tbody tr:hover {
  background: #f4f7df;
}

@media (max-width: 768px) {
  .facility-table {
    font-size: 14px;
    min-width: 520px;
  }

  .facility-table th,
  .facility-table td {
    padding: 11px 12px;
  }
}/* End custom CSS */