/*
Theme Name: WPResidence
Theme URI: https://themeforest.net/user/wpestate
Description:WPResidence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 5.5.1
Author: wpestate
Author URI: https://www.wpestate.org
Text Domain: wpresidence
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:
License URI: 
---------------------------------------------------------------*/ 

/*
Staring with version 5.0 we swithc to Bootstrap 5.3 and Scss code. The compiled css code is /public/css/main.css
Please review this document https://help.wpresidence.net/article/wpresidence-theme-5-0-scss-css-and-bootstrap-integration-documentation/ for more details
*/
/* ============================================================
   NUCLEAR FIX: REMOVE PROPERTY SLIDER DOTS AND ARROW
   ============================================================ */

/* 1. Hide the Dots (Pagination) - Targeting every possible class */
.single-estate_property .owl-dots, 
.single-estate_property .slider-bullets, 
.single-estate_property .property_slider_wrapper .owl-dots,
.single-estate_property #property_slider_carousel .owl-dots,
.single-estate_property .wpresidence_main_wrapper_class .owl-dots {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* 2. Hide the Down Arrow Toggle */
.single-estate_property .prop_slider_toggle,
.single-estate_property .property_slider_wrapper .prop_slider_toggle,
.single-estate_property .has_header_type1 .prop_slider_toggle,
.single-estate_property #all_wrapper .prop_slider_toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 3. Extra: Removes the empty space where dots used to be */
.single-estate_property .property_slider_wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

