/*
Theme Name: Hello Elementor Child
Theme URI: https://takecarecleaners.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://takecarecleaners.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
.elementor-element.elementor-element-3c726fb1.elementor-sticky {
    z-index: 99;
}
.custom-post-hero {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom:50px;
    padding: 0 8vw;
}

.custom-post-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.custom-post-her .custom-post-title,
.single.single-post h1{
    position: relative;
    color: #ffffff !important;
    font-size: 56px;
    text-align: center  !important;
}

/*body.single .site-header {*/
/*    display: none !important;*/
/*}*/

.single.single-post .page-header{
    display: none !important;
}

.hero-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.hero-cta,
.FreeQuote.hero-cta.pum-trigger,
a.FreeQuote.hero-cta.pum-trigger{
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    background-color: #121f5a;
    background:#121f5a !important;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

/* Hover effect */
.hero-cta:hover,
.FreeQuote.hero-cta.pum-trigger:hover,
a.FreeQuote.hero-cta.pum-trigger:hover{
    background-color: #121f5a !important;
    background: #121f5a !important;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
    .hero-cta {
        padding: 10px 22px;
        font-size: 14px;
    }
}