/*
Theme Name:   Astra Child - Home Massage Dubai
Theme URI:    https://homemassageservicedubai.com
Description:  Custom Astra child theme for Home Massage Dubai.
Author:       Sabir - Home Massage Dubai
Author URI:   https://homemassageservicedubai.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

:root {
    --hmd-primary: #C66A2E;
    --hmd-primary-hover: #A85622;
    --hmd-white: #FFFFFF;
    --hmd-text-light: #FFFFFF;
    --hmd-text-dark: #2C2C2C;
    --hmd-overlay: rgba(0, 0, 0, 0.25);
}
.hmd-hero {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
}
.hmd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hmd-overlay);
    z-index: 1;
}
.hmd-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    color: var(--hmd-text-light);
}
.hmd-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: var(--hmd-white);
}
.hmd-hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--hmd-white);
}
.hmd-hero-description {
    font-size: 1rem;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: var(--hmd-white);
}
.hmd-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.hmd-btn {
    display: inline-block;
    padding: 16px 38px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.hmd-btn-white {
    background: var(--hmd-white);
    color: var(--hmd-primary);
}
.hmd-btn-white:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    color: var(--hmd-primary-hover);
}
.hmd-btn-primary {
    background: var(--hmd-primary);
    color: var(--hmd-white);
}
.hmd-btn-primary:hover {
    background: var(--hmd-primary-hover);
    transform: translateY(-2px);
    color: var(--hmd-white);
}
@media (max-width: 992px) {
    .hmd-hero-title { font-size: 2.5rem; }
    .hmd-hero { min-height: 75vh; }
}
@media (max-width: 600px) {
    .hmd-hero-title { font-size: 1.8rem; }
    .hmd-hero-subtitle { font-size: 0.95rem; }
    .hmd-hero-description { font-size: 0.9rem; }
    .hmd-btn { padding: 14px 28px; font-size: 0.85rem; }
    .hmd-hero-buttons { gap: 12px; }
    .hmd-hero { min-height: 70vh; padding: 60px 15px; }
}

/* ===== ASTRA MOBILE MENU HIDE ===== */
@media (max-width: 1200px) {
    .ast-mobile-menu-buttons,
    .ast-button-wrap,
    .menu-toggle,
    #ast-mobile-header,
    .ast-header-break-point .main-header-bar-navigation,
    .ast-header-break-point .ast-mobile-menu-buttons {
        display: none !important;
        visibility: hidden !important;
    }
}