:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-03c6a07 */.new-hero {
    background: url("https://staging.preimeaesthetics.com/wp-content/uploads/2026/07/hero.png") center / 100% 100% no-repeat !important;
}

.new-hero-heading {
    display: block !important;
    position: absolute;
    left: 39.6%;
    top: 15.5%;
}

.new-hero-text {
    display: block !important;
    position: absolute;
    left: 39.6%;
    top: 31.5%;
}

.figma-pale-band::before {
    opacity: 1 !important;
}

.science::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background: url("https://staging.preimeaesthetics.com/wp-content/uploads/2026/07/dots.png") center top / contain no-repeat !important;
    opacity: 1 !important;
}

@media (max-width: 760px) {
    .new-hero {
        min-height: 100vh !important;
        background: url("https://staging.preimeaesthetics.com/wp-content/uploads/2026/07/hero-mobile.png") center / 100% 100% no-repeat !important;
    }
    
    .hero .hero-content {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        background: none;
        overflow: visible;
    }
    
    .hero-actions {
        display: none !important;
    }
    
    .new-hero-heading {
        left: 2.6%;
    }
    
    .new-hero-text {
        left: 2.6%;
        top: 120%;
    }
}/* End custom CSS */