/*
Theme Name: Psychare Child
Theme URI: http://slashcreative.co
Author: SlashCreative 
Template: psychare
Author URI: https://themeforest.net/user/slashcreative
Description: A premium niche theme designed for businesses operating in the house cleaning and any other services related to the cleaning industry.
License: Themeforest Split Licence
License URI: - 
Text Domain: psychare
Version: 2.0.0
Domain Path: /languages
*/ 


/* Fix: Elementor's global ".elementor-kit-970 button" selector conflicts
   with Magnific Popup's close button, causing incorrect size/background.
   This restores Magnific Popup's intended close-button appearance. */
.mfp-wrap .mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 28px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #FFFF !important;
    text-align: center !important;
    cursor: pointer !important;
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
    box-shadow: none !important;
}

/* Also make sure the theme's own custom close button
   (.modal-dismiss) isn't affected by the same Elementor reset */
.privacy__popup .modal-dismiss {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}