/* Theme Name: Muzze Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: Muzze is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Muzze will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: muzze
Version: 1.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  muzze-child
*/

body, h1, h2, h3, h4, h5, h6, p, footer, header, nav { font-family: Montserrat, Arial, sans-serif !important; }

.elementor-slide-subtitle, .elementor-slide-title {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 5px;
	color: #4B4B4B !important; 
}

 a.elementor-slide-button, .search-submit, .read-more, .go_back {
	background-color: #1f1f1f !important;
	color: white !important;
	border: #1f1f1f thin solid !important;
	transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block; /* Needed for transform to work */ 
}
a.elementor-slide-button:hover, .search-submit:hover, .read-more:hover, .go_back:hover {
    background-color: #a8a8a8 !important;
	color: #1f1f1f !important;
    transform: scale(1.05);
}

.read-more {
	padding: 10px;
}
.col_heading {
  color: #4b4b4b !important;
  transition: color 0.3s ease !important;
}

.col_heading:hover {
  color: #1f1f1f !important; /* Example hover color */
  font-weight: bold !important;	
}
a[href^="mailto:"], a[href^="tel:"]{
	color: #7d7d7d !important;
}

a[href^="mailto:"]:hover, a[href^="tel:"]:hover {
	color: #1f1f1f !important;
	text-decoration: underline;
}
.linkfooter {
	color: white !important;
	text-decoration: underline !important;
}
.linkfooter:hover {
	color: #a8a8a8 !important;
	text-decoration: none !important;
}
.whitetext {
	color: white !important;
}

p a {
	color: #592C82 !important;
	text-decoration: underline !important;
	
}
p a:hover {
	color: #1f1f1f !important;
	font-weight: bold;
	text-decoration: none !important;
	
}

.wp-price .separator {
  display: none;
}

.heading-page{
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* optional for better contrast */
    z-index: 1;
}

.heading-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Adjust opacity & color */
    z-index: -1; /* Keeps the overlay behind the text */
}

/* Remove overlay on the homepage */
body.home .elementor-background-overlay {
    background: none !important;
    opacity: 0 !important;
    display: none !important;
}

.wp-title .icon-accor i:hover {
    color: #592c82 !important;
}

/* Hover style for the .button-text link */
a.button-text {
    color: #592c82 !important;
	text-decoration: underline !important;
}

a.button-text:hover, a.button-text:hover::after {
    color: #1f1f1f !important;
	font-weight: bold;
	text-decoration: none !important;
}

.ova_nav_canvas,
.ova_nav_canvas a,
.ova_nav_canvas .col_heading,
.ova_nav_canvas li,
.ova_nav_canvas span,
.ova_nav_canvas i {
  color: white !important;
}

.search-count {
	font-size: .5em;	
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
