/*
 Theme Name: Hello Child
 Theme URI: https://example.com/hello-child
 Description: A lightweight child theme for Hello Elementor with a fullscreen GoHighLevel Survey page template.
 Author: You
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-child 
*/

/* Optional brand background for the survey template */
body.template-ghl-survey { background:#000543; } /* change if needed */


.survey-wrap {
    position: relative;
    min-height: calc(var(--vh));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #000000 !important;
    background-image: url("https://rehabit.biz/wp-content/uploads/RHB-Hero-1.jpg");
    background-position: 60% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* 🔹 Full overlay layer */
.survey-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background: #00000040;
    z-index: 1;
    min-height: 112vh !important;
    height: calc(var(--vh) - var(--adminbar));
}

/* 🔹 Make sure iframe stays visible above overlay */
.survey-wrap iframe {
    position: relative;
    z-index: 2;
}




