/* 
 Theme Name:   Hoge Druk Pro
 Theme URI:    
 Description:  Voor Uw Hogedrukreiniging
 Author:       Anux
 Author URI:   
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

--------------------------------------------*/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #0FC6E5;
}

/* Globale ruimte randen */
.elementor-container, .elementor-section {
	padding: 0 20px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    min-width: 300px;
	height: 400px !important;
    max-width: 400px;
}
@media screen and (max-width: 768px) {
	.swiper-slide {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 100%; 
    height: auto;
    max-width: 100%; 
    box-sizing: border-box; 
}
}

.swiper-pagination {
    position: relative;
    margin-top: 15px;
	bottom: -10px !important;
}

/* Premium Reiniging uit Menu goud kleuren */
.menu-pr {
	background: #D4AF37;
	color: white !important;
	font-weight: bold;
}
.menu-pr .elementor-sub-item {
	color: white !important;
}

/* Sticky WhatsApp styling */
.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background-color: #25D366;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .whatsapp-button:hover {
            transform: scale(1.1);
        }
        .whatsapp-button img {
            width: 35px;
            height: 35px;
        }

/* Reviews: Datum & Tijd verbergen */
article .comment-meta > .comment-metadata { 
	display: none; 
}

/* Offerte pagina: Extra optie 'impregneren' verbergen */
.elementor-field-group-impregneren {
	display: none;
}

/* Voorpagina: Prijs verbergen uit prijslijst */
.elementor-price-table__price { 
	display: none !important;
}