/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2026 | 20:17:07 */
.anarkali-hero-header .art-hero-header-beauty {
    position: relative;
}

.anarkali-hero-header .art-hero-header-beauty::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(25, 18, 14, 0.38);
    z-index: 1;
    pointer-events: none;
}

.anarkali-hero-header .art-hero-header-beauty > .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .anarkali-hero-header .art-hero-header-beauty::before {
        background: rgba(25, 18, 14, 0.50);
    }
}

/* Mobile: Override white links to black inside anarkali-hero-header */
@media screen and (max-width: 768px) {
    .anarkali-hero-header a[href="tel:+12505800486"],
    .anarkali-hero-header a[href="mailto:Anarkalimakeupsalon@gmail.com"] {
        color: #000000 !important;
    }
}

/* Remove bottom margin from h1 inside anarkali-hero-header */
.anarkali-hero-header h1.art-h2.art-page-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}