.rhea_property_card_ele_stylish {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 33.3333%;
    min-width: 310px;
    border-radius: 24px !important;
   
}
.myanimationup{
     opacity: 0; /* Set initial opacity to 0 */
    transform: translateY(30px); /* Set initial position below */
    transition: opacity 0.8s ease-in-out, transform 0.4s ease-in-out;
}
.myanimation-left{
     opacity: 0; /* Set initial opacity to 0 */
    transform: translateX(-30px); /* Set initial position below */
    transition: opacity 0.8s ease-in-out, transform 0.4s ease-in-out;
}
.myanimationup-right{
     opacity: 0; /* Set initial opacity to 0 */
    transform: translateX(30px); /* Set initial position below */
    transition: opacity 0.8s ease-in-out, transform 0.4s ease-in-out;
}

.fade-up {
    animation: fadeUp 1.5s forwards; /* Start the fade-up animation */
  }
  
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.fade-left {
    animation: fadeLeft 1.5s forwards; /* Start the fade-up animation */
  }
  
  @keyframes fadeLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
.fade-right {
    animation: fadeRight 1.5s forwards; /* Start the fade-up animation */
  }
  
  @keyframes fadeRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

.rhea_property_card_ele_stylish {
    width: 33.333%;
}

.rhea_property_card_ele_stylish_inner {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    border-radius: 24px !important;
}

.rhea_thumbnail_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.rhea_top_tags_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 9;
}

.rhea_media_count {
    padding-left: 6px;
    padding-right: 6px;
}

.rhea_media {
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    padding: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px 5px;
    vertical-align: middle;
    margin: 10px 4px;
}

.rhea_media {
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.rhea_media svg {
    fill: #fff;
    width: 16px;
}

.rhea_media svg {
    transition: .2s all ease-in-out;
}

.rhea_media span {
    vertical-align: middle;
}

.rhea_tags_wrapper {
    position: absolute;
    right: 14px;
    top: 0;
}

.rhea_tags_wrapper {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;

}

.rhea_bottom_tags_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), #025f988a);
    display: flex;
    z-index: 9;
}

.rhea_soi_prop_status_sty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.rhea_agent_expand_wrapper .rhea_agent_list {
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

.rhea_agent_expand_wrapper .rhea_agent_list .agent-image {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s all;
}

.rhea_thumbnail_wrapper img {
    width: 100%;
    max-width: none;
}

.rhea_agent_expand_wrapper .rhea_agent_list .agent-image img {
    width: 50px;
    display: inline;
    border: 3px solid #fff;
    border-radius: 50%;
}

.rhea_agent_expand_wrapper .rhea_agent_list .rh_property_agent__title {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.rhea_soi_prop_status_sty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.rhea_prop_status_sty {
    margin: 15px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
}

.rhea_permalink {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.rhea_scale_animation img {
    transition: .5s all;
    transform: scale(1.1);
}

.rhea_thumbnail_wrapper img {
    width: 100%;
    max-width: none;
}

.rh_detail_wrapper_2 {
    padding: 30px;
}

h3.rhea_heading_stylish {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.rhea_address_sty {
    margin-bottom: 10px;
    line-height: 1.5;
}

.rhea_address_sty .rhea_address_pin {
    display: inline-block;
    vertical-align: text-top;
}

.rhea_address_sty a {
    display: inline-block;
    color: #073f54;
    text-decoration: underline;
    font-size: 14px;
}

.rhea_address_sty .rhea_address_pin svg {
    fill: #073f54;
    width: 15px;
    margin-left: -2px;
}

.rhea_added_sty {
    margin-bottom: 10px;
    font-size: 13px;
    color: gray;
    display: flex;
    align-items: baseline;
    line-height: 18px;
    margin-left: -5px;
    margin-right: -5px;
}

.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta {
    padding: 0 7px 14px 7px;
}

.rhea_price_fav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rh_prop_card__priceLabel_sty span.rh_prop_card__status_sty {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.2;
    display: block;
}

.rh_prop_card__priceLabel_sty .rh_prop_card__price_sty {
    font-size: 18px;
    color: #073f54;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}

.rhea_price_fav_box .rhea_fav_icon_box {
    margin-left: -5px;
    margin-right: -5px;
    display: flex !important;
    align-items: center;
}

.rhea_parent_fav_button a,
.rhea_parent_fav_button span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.rhea_price_fav_box .rhea_fav_icon_box .rhea_svg_fav_icons {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

.rh_prop_card_meta_wrap_stylish {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-left: -7px;
    margin-right: -7px;
}

.favorite-btn-wrap {
    position: relative;
}

.add-to-compare-span {
    position: relative;
}

.favorite-btn-wrap:hover::before,
.add-to-compare-span:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #073f54;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.favorite-btn-wrap:hover::after,
.add-to-compare-span:hover::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.add-to-compare-span:hover .rh_trigger_compare svg,
.favorite-btn-wrap:hover svg {
    fill: #073f54;
    /* Change the color of the SVG when hovering */
}

.add-to-compare-span:hover::before,
.add-to-compare-span:hover::after,
.add-to-compare-span:hover .rh_trigger_compare svg,
.favorite-btn-wrap:hover::before,
.favorite-btn-wrap:hover::after,
.favorite-btn-wrap:hover .rh_trigger_compare svg {
    opacity: 1;
}

.rhea_featured {
    background-color: #073f54;
}

.rhea_featured:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #073f54;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.rhea_featured:hover::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.rhea_tags_wrapper .rhea-tags svg {
    fill: #fff;
    display: inline-block;
    width: 20px;
    position: relative;
    z-index: 10;
    padding-top: 5px;
    transition: .2s all;
}

.rhea_thumbnail_wrapper img {
    width: 100%;
    max-width: none;
}

.rhea_scale_animation img {
    transition: .5s all;
    transform: scale(1.1);
}

.rhea_thumbnail_wrapper:hover .rhea_scale_animation img {
    transform: scale(1);
}


@media (max-width: 1024px) {
    .rhea_property_card_ele_stylish {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .rhea_property_card_ele_stylish {
        width: 100%;
    }
    .rh_fixed_side_bar_compare {
        position: fixed;
        top: auto;
        bottom: 42px;
        width: 100%;
        left: 0;
        right: auto;
    }
}