/*!
Theme Name: Hello Elementor Child
Copyright: © 2023 Killgerm Chemicals limited. All rights reserved.
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Requires PHP: 7.0
Tested up to: 5.8
*/


/* Force Montserrat sitewide */
body,
html,
input,
textarea,
select,
button,
p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
blockquote,
table,
.entry-content,
.woocommerce,
.elementor,
.wp-block {
  font-family: 'Montserrat', sans-serif !important;
}


/* Force Montserrat on all custom accordion elements */
.custom-accordion,
.custom-accordion *,
.ca-title-row,
.ca-title-text,
.ca-icon,
.accordion-content {
  font-family: 'Montserrat', sans-serif !important;
}

/* Popup Styles */
.popmake-32571 {
    display: block; /* Default display */
    position: fixed; /* Fix it to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fffae6; /* Light yellow background */
    color: #333; /* Text color */
    z-index: 9999; /* Make sure it appears above other content */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for the popup */
    text-align: center;
    font-size: 16px;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #cf2e2e; /* Match your brand's secondary color */
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}