/* Global Body Base styles */
body {
    background-color: #fff8e7 !important; /* Cream beige primary background */
    color: #000000 !important; /* Primary text */
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/* Red Accent Highlights & Links */
a, .apex-accent-text {
    color: #e42823;
    transition: color 0.3s ease;
}

/* Custom Reusable Book/Primary Button Style */
.apex-btn-book,
.elementor-button.apex-btn-book {
    background-color: #000000 !important;
    color: #fff8e7 !important;
    border-radius: 0px !important; /* Square corners */
    padding: 14px 28px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    display: inline-block;
    text-align: center;
    border: none !important;
    text-decoration: none;
}

.apex-btn-book:hover,
.elementor-button.apex-btn-book:hover {
    background-color: #e42823 !important;
    color: #fff8e7 !important;
}
