#layoutMoreRealEstate {
  background: #fff;
  padding-top: 0px;
}
.layout-more-main {
  padding: 40px 0 22px;
}
.layout-more-main .row {
  margin-bottom: 30px;
}
.footer-logo {
  width: 700px;
  height: 90px;
  background: #fff;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.layout-menu-listBDS .title-desktop,
.layout-menu-listBDS .title-mobile {
  color: #c00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.layout-menu-listBDS .tf-collapse-content {
  color: #333;
  line-height: 25px;
}
.netabout {
  color: #ffa300;
  font-size: 16px;
  padding-bottom: 18px;
  line-height: 23px;
}
.contactus {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactus p,
.contactus p a {
  color: #fff;
}
.contactus p a:hover {
  color: #f1913d;
}
.layout-menu-listBDS ul li:not(:last-child) {
  margin-bottom: 15px;
}
.layout-menu-listBDS ul li a {
  font-size: 16px;
  line-height: 22.4px;
  color: #000;
}
.layout-menu-listBDS ul li:hover a {
  color: var(--Primary);
}
.layout-menu-listBDS.style-2 ul li a {
  padding-left: 20px;
  position: relative;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.layout-menu-listBDS.style-2 ul li a::after {
  content: "\e908";
  position: absolute;
  font-family: "icomoon";
  font-size: 16px;
  color: var(--Primary);
  font-size: 12px;
  margin-right: 11px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.layout-menu-listBDS.style-2 ul li:hover a {
  padding-left: 0;
}
.layout-menu-listBDS.style-2 ul li:hover a::after {
  opacity: 0;
}
.header-right .box-user .user {
  font-size: 30px;
  color: #444;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.header-right .box-user .user.ting {
  box-shadow: 0 0 25px 6px rgba(241, 145, 61, 0.7);
  transform: scale(1.2);
}

.heart {
  position: fixed;
  font-size: 26px;
  color: #f1913d;
  pointer-events: none;
  z-index: 9999;
  transform-origin: center;
}
.item-action-detail.actionAddToWishList.wishlist {
  background-color: #f1913d;
  color: #fff;
}
.item-action-detail.actionAddToWishList.remove {
  animation: removeHeart 0.4s ease-out forwards;
  position: relative;
}
@keyframes removeHeart {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 80, 80, 0));
    opacity: 1;
  }
  30% {
    transform: scale(1.3);
    filter: drop-shadow(0 0 6px rgba(255, 100, 100, 0.6));
  }
  70% {
    transform: scale(0.9) rotate(-10deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.2) rotate(15deg);
    opacity: 0;
    filter: drop-shadow(0 0 0px rgba(255, 0, 0, 0));
  }
}
.list-action,
.action-button-list,
.action {
  overflow: visible !important;
}
.item-action-detail {
  position: relative;
  cursor: pointer;
}

.item-action-detail::after {
  content: attr(title);
  position: absolute;
  bottom: 135%;
  left: 50%;
  transform: translate(-50%, 4px);
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.item-action-detail::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translate(-50%, 4px);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.item-action-detail:hover::after,
.item-action-detail:hover::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
