/*
Theme Name: Forsa
Theme URI: http://www.Forsarealestate.com
Author: Favethemes
Author URI: http://www.Forsarealestate.com
Description: forsa is a Real Estate WordPress Theme. It is a clean and modern design that is perfect for any real estate business. The theme is fully responsive and retina ready, ensuring that your website looks great on all devices. With its powerful features and customizable options, Forsa is the perfect choice for anyone looking to create a professional real estate website.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */
/* new edits */

/* grid img */
.item-wrap-v9 .slick-track img {
   padding: 15px;
   border-radius: 25px;
}

/* title */
.item-wrap-v9 .grid-view .labels-wrap {
    top : 27px; 
}


/* old edits */
.property-cards-module-3-cols .grid-view img {
    border-radius: 20px;
    padding: 10px;

}

.grid-view .item-wrap .item-wrap-no-frame {
    border-radius: 16px;
}


.hover-effect:before {
    /* opacity: 0.5; */
    border-radius: 10px;
}

.property-cards-module-v7 .hover-effect:before {
    opacity: 0;
}


.item-wrap-v9 .item-body {
    border: none
}

.item-wrap-v9 .item-body:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 60px;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #D3D3D3;
}


.grid-view .item-footer {
    border: none;

    border-radius: 16px;
}

.item-listing-wrap-v3 .item-title {
    font-size: 22px;

}

.item-listing-wrap-v6 .item-amenities {
    display: none;
}

/* new css styling */
.elementor-kit-6 h2 {
    font-size: 18px ;
}

.item-price-wrap .item-price {
    font-size: 12px;
}


/* whatsapp floating button */
    .whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Optional: Resize for small screens */
@media (max-width: 480px) {
  .whatsapp-float img {
    width: 40px;
    height: 40px;
  }
}


