
/* Navigation fix */
.vc_do_custom_heading {
    text-transform: none;
}

 .vc_do_custom_heading{
  text-transform: none;
}

@media (max-width: 780px) {
    .sub-menu {
        background-color: white !important;
    }

    #menu-header_4-4533 > ul.sub-menu {
        background-color: white !important;
    }

    #menu-header_4-4533 > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
        background-color: #fef6e5 !important;
    }
}


/*  Services */
.beauty-bar-services-section{
    padding-top:5rem;
}
.beauty-bar-services{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:3rem;

}

.beauty-bar-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.beauty-bar-service{

    height:auto;
    display:flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding:0rem;
    position:relative;
    z-index:22;
    padding:2rem;
    padding-top:0;
    border-radius:2rem;
    overflow: hidden;
    transition:transform .2s ease-out;
    box-shadow: 0 20px 50px rgba(216, 198, 182, 1);
}

.beauty-bar-service:hover{
    transform:scale(1.01);
}

.beauty-bar-service p{
    color:white;
    z-index:22;
    text-align: center;
    font-size:1.5rem;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
  line-height: 1.3;
}



.beauty-bar-service-container{
    border:2px solid #a69384;
    border-radius:2rem;
    overflow: hidden;
    
}

.beauty-bar-service h3 {
   
    font-weight: 400;
    color: white !important;
    font-size: 2.2rem;
    z-index: 22;
        display:flex;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    padding-top:1rem;
    padding-bottom:2rem;
}

.beauty-top{

    z-index:22;
    padding-top:1rem;
    width:100%;
    display:flex;
    justify-content: center;
    flex-direction: column;

}

.aesthetics-hertfordshire {
    background: var(--wpr-bg-ba43df93-c413-4ff8-8673-da445a7c4e2d) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
}



.beauty-bar-service-url{
    color:white;
    font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index:20;
    position: relative;
    text-decoration: none;

    
    padding:0;
    margin:0;
    padding:1.5rem;
    padding-left:2rem;
    padding-right:2rem;
    margin-right:1rem;
font-size:1.2rem;
transition:transform .1s ease-in;
border:1px solid white;
margin:.3rem;
border-radius:4rem;

}

.beauty-bar-service-url h4{
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: relative;
    text-decoration: none;
    font-size: 1.2rem;
    height: 100%;
    width: 100%;
    line-height: 1;
    margin:0;
    padding:0;
}

.beauty-bar-service-url:hover{
    transform:scale(1.08);
}

.beauty-bar-sub-service{

    width:100%;
    z-index:22;
    display:flex;
    justify-content: start;
    align-items: start;
    flex-wrap:wrap;
    padding-top:1rem;

}

       .form-control::placeholder {
            color: black !important;
        }

.wpcf7-form-control:not(button) {
    outline: 1px solid black;
}

@media (max-width: 780px) {

.beauty-bar-services{
    display:grid;
    grid-template-columns: 1fr;
    gap:1rem;
}


.beauty-bar-service-url{
    color:white;
    font-weight:bold;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:20;
    position: relative;
    text-decoration: none;

    
    padding:0;
    margin:0;
    padding:1rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
    margin-right:1rem;
font-size:1.2rem;
transition:transform .1s ease-in;
border:1px solid white;
margin:.3rem;
border-radius:4rem;

}


.beauty-bar-service p{
    color:white;
    z-index:22;
    text-align: center;
    font-size:1.2rem;
}
}