body.elementor-page-213:not(.elementor-motion-effects-element-type-background), body.elementor-page-213 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF6EF;}:root{--page-title-display:none;}/* Start custom CSS */.other-room-card img {
  transition: transform var(--ease-fast);
}

.other-room-card:hover img {
  transform: scale(1.08);
}

.arrow-container-signle-card {
  transition: background-color var(--ease-fast);
}

.other-room-card:hover .arrow-container-signle-card {
  background-color: var(--primary);
}


.other-room-card:hover .arrow-signle-card svg {
  fill: var(--text-on-dark);
}/* End custom CSS */