/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764746959
Updated: 2025-12-03 07:29:19

*/



/* Default: English visible, Romanian hidden */


/* =====================================================
      Adding BG to header and chnage logo for pages
======================================================== */
.site-main-header.elementor-sticky--effects {
  background-color: #fff !important;
  z-index: 999;
}
/* WHITE HEADER ON SPECIFIC PAGES — CLEAN & PROFESSIONAL */
.site-main-header.elementor-sticky--effects .site-logo img {filter: unset !important;}
/* Invert logo for those page which have banners */
/*HOME PAGE*/
body.page-id-218 .site-main-header.elementor-sticky--effects .site-logo img {filter: invert(1) !important;}
/*BUY LAND PAGE*/
body.page-id-5458 .site-main-header.elementor-sticky--effects .site-logo img { filter: invert(1) !important; }
/*BUY PROPERTY PAGE*/
body.page-id-5568 .site-main-header.elementor-sticky--effects .site-logo img { filter: invert(1) !important;}
/*BUY SELL LAND PAGE*/
body.page-id-6083 .site-main-header.elementor-sticky--effects .site-logo img { filter: invert(1) !important;}
/*BUY SELL LAND PAGE*/
body.page-id-6542 .site-main-header.elementor-sticky--effects .site-logo img {filter: invert(1) !important;}
/* THE AGENCY PAGE*/
body.page-id-7136 .site-main-header.elementor-sticky--effects .site-logo img {filter: invert(1) !important;}
/* TRANSECTION PAGE*/
body.page-id-7465 .site-main-header.elementor-sticky--effects .site-logo img {filter: invert(1) !important;}
/* Menu links + all states */
.site-main-header.elementor-sticky--effects .elementor-nav-menu>.menu-item>a {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
.site-main-header.elementor-sticky--effects .elementor-nav-menu>.menu-item>a::after{background:#000 !important;}
/* Sub-menu arrows */
.site-main-header.elementor-sticky--effects .menu-item .sub-arrow svg { fill: #000 !important;}
.site-main-header.elementor-sticky--effects .popup-icon svg { fill: #000 !important;}
/* =========================================
        Hide wishlist icon everywhere 
============================================ */
.listing-wishlist-icon { display: none !important;}
/* =============================================
   Show wishlist icon only on these pages/posts 
================================================= */
.page-id-1798 .listing-wishlist-icon,
.page-id-3005 .listing-wishlist-icon,
.post-type-archive-listing .listing-wishlist-icon,
.tax-listing-category .listing-wishlist-icon{ display: block !important;}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 6px;
  border: 4px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background: #111111;
  border: 4px solid transparent;
  background-clip: content-box;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}
/* .my-share-trigger{  cursor: Pointer;} */
.leaflet-marker-icon{
      margin-left: -14px !important;
    margin-top: -40px !important;
}
.custom-select {
    position: relative;
    width: 100%;
    font-family: inherit;
}
.custom-select-trigger {
    padding: 9px 0px;
    font-family: "Soleil semi bold", Sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}
.custom-options {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    text-transform: capitalize;
    list-style: none;
    padding: 6.3px 0;
    margin: 0;
    z-index: 9999;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-family: "Soleil semi bold", Sans-serif;
}
.custom-options li {
    padding: 0px 10.5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
font-family: "Soleil Regular", Sans-serif;
}
.custom-options li:hover,
.custom-options li.active {
    color: #d49381;
}
.custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/uploads/2025/12/svgviewer-png-output.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  pointer-events: none;
  transition: transform 0.3s ease;
  top: auto;
  transform: none;
}
.filters-listings select.jet-select__control, .filters-listings select.jet-sorting-select  {  display: none !important; }
@media(max-width:767px){
  /* .custom-select { width: 130px;} */
  .custom-select-trigger{font-size:12px}
  .custom-select-trigger::after { right: 0px;}
  .custom-options { font-size:12px;}
  #listings-map, #property-leaflet-map {height: 400px !important;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  #listings-map, #property-leaflet-map { height: 400px !important;}
  /* .custom-select {width: 140px;} */
  .custom-select-trigger{font-size:12px}
  .custom-select-trigger::after { right: 0px;}
  .custom-options {font-size:12px;}
}
/* ========================================== */
.testimonial-description {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}
.testimonial-description.expanded { -webkit-line-clamp: unset !important;}
.testimonial-description+.read-more-btn {
  display: none !important;
  margin-top: -14px !important;
  color: #000 ;
  font-weight: 700 !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-family: "Soleil semi bold" !important;
}
.read-more-btn:hover{color:#D49381;}
@media (max-width: 1024px) {
  span.read-more-btn {color: #D49381 !important; }
}
.testimonial-description.needs-read-more+.read-more-btn {display: inline-block !important;}
/* =============================================
      Remove Heart Icon From Off Markeet
===============================================*/
.listing-category-off-market .listing-wishlist-icon { display: none !important;}
.listing-card:hover .elementor-heading-title { color: #D49381 !important;}
.listing-card:hover .elementor-widget-text-editor,
.listing-card:hover .elementor-widget-text-editor p { color: #D49381 !important;}
.listing-card .elementor-widget-image a { width: 100%;}
@media(max-width:767px) {
  .elementor-nav-menu--dropdown { background: #f3f3f3 !important; }
  .elementor-nav-menu--dropdown li,
  .elementor-nav-menu--dropdown a { color: #000 !important; }
  .elementor-nav-menu--dropdown li0 svg {fill: #000 !important; }
}
/* =========================================== 
   listing image changing when hover on it
==============================================*/
.prop-hover-card {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
.prop-img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s;
  will-change: transform, opacity;
}
.prop-img-1 {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.prop-img-2 {
  z-index: 1;
  opacity: 0.4;
}
.prop-hover-card:hover .prop-img-1 { opacity: 0;}
.prop-hover-card:hover .prop-img-2 { opacity: 1;}