.elementor-63075 .elementor-element.elementor-element-61614b94{--display:flex;--min-height:480px;}.elementor-63075 .elementor-element.elementor-element-d7e6019{--display:flex;--min-height:480px;}.elementor-63075 .elementor-element.elementor-element-d7e6019:not(.elementor-motion-effects-element-type-background), .elementor-63075 .elementor-element.elementor-element-d7e6019 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://homes.sunsmile-vn.com/wp-content/uploads/2026/08/IPH-Hanoi.jpg");background-position:center center;background-size:cover;}.elementor-63075 .elementor-element.elementor-element-3de5e6d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-63075 .elementor-element.elementor-element-888e07f{--display:flex;}.elementor-63075 .elementor-element.elementor-element-9880cec{--display:flex;}@media(max-width:767px){.elementor-63075 .elementor-element.elementor-element-888e07f{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-63075 .elementor-element.elementor-element-9880cec{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-63075 .elementor-element.elementor-element-888e07f{--width:70%;}.elementor-63075 .elementor-element.elementor-element-9880cec{--width:30%;}}/* Start custom CSS */.iph-facilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 45px;
}

.iph-facility-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.iph-facility-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(11,47,91,0.10);
}

.iph-facility-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
}

.iph-facility-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.iph-facility-card:hover .iph-facility-image img {
  transform: scale(1.035);
}

.iph-facility-content {
  flex: 1;
  padding: 10px 10px 10px;
  border-top: 3px solid #0b4a8b;
}

.iph-facility-content h3 {
  margin: 0 0 10px;
  color: #0b4a8b;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.iph-facility-content p {
  margin: 0;
  color: #444444;
  font-size: 15px;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 900px) {
  .iph-facilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Smartphone */
@media (max-width: 767px) {
  .iph-facilities {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 24px 0 35px;
  }

  .iph-facility-content {
    padding: 18px;
  }

  .iph-facility-content h3 {
    font-size: 18px;
  }
}/* End custom CSS */