@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

html,
body {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    color: #000;
    background: #333;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.logo {
    font-family: 'Abril Fatface', cursive;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    outline: 0;
    gap: 2px;
    color: #a31e36;
    text-decoration: none;
    transition: all .3s ease;
}

    a.logo::after {
        content: "Rescue Restroom";
    }

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 1330px;
    z-index: 999;
    margin: 0 auto;
}

    nav::before,
    nav::after {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
    }

    nav::after {
        height: 100%;
        z-index: -1;
        background: #fff;
    }

    nav::before {
        height: 50px;
        z-index: 1;
        border-bottom: 1px solid #ccc;
    }

.menu {
    display: none;
}

.first a.logo {
    font-size: 30px;
}

.first .content:nth-child(2) {
    height: 60px;
}

.content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 666;
}

    .content:nth-child(1) {
        height: 40px;
    }

    .content:nth-child(2) {
        height: 90px;
    }

    .content a {
        outline: 0;
        color: inherit;
        white-space: nowrap;
        text-decoration: none;
    }

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 50px;
}

    .links a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
    }

        .links a:last-child {
            height: 45px;
            line-height: 45px;
            padding: 0 25px;
            color: #fff;
            border-radius: 25px;
            background: #a31e36;
        }

    .links button {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
    }



.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

    .call,
    .actions a {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        gap: 5px;
    }

        .call::after {
            content: "Call us today 1-800-216-8256";
        }

nav a.logo {
    font-family: 'Abril Fatface', cursive;
    display: flex;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    outline: 0;
    gap: 2px;
    color: #a31e36;
    text-decoration: none;
    transition: all .3s ease;
}

    nav a.logo::after {
        content: "Rescue Restroom";
    }

header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1330px;
    height: auto;
    margin-top: 130px;
}

.start {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.submit-button {
    cursor: pointer;
}

.start::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
    background: url("https://www.restroomrescue.com/Content/img/img-9.jpg");
    background-position: center center;
    background-size: cover;
}

.start::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.3);
}

.start label {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.start span {
    display: flex;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.start a, .button-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: inherit;
    border-radius: 25px;
    background: #a31e36;
    text-decoration: none;
    text-transform: uppercase;
}

div.button-container button.next {
    margin-top: 15px;
    color: #fff;
    outline: none;
    border: none;
}

.survey {
    display: flex;
    align-items: flex-start;
    width: 768px;
    height: auto;
    gap: 30px;
    padding: 20px 0;
    z-index: 1;
}

    .survey::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        z-index: -1;
        transform: translateX(-50%);
        background: #fff;
    }

.house {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
}

    .house img {
        width: 100%;
        height: auto;
    }

.answer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.progress-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    height: 30px;
}

    .progress-title label {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
    }

    .progress-title button {
        display: flex;
        align-items: center;
        gap: 5px;
        width: auto;
        height: auto;
        color: inherit;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        line-break: 1;
        cursor: pointer;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .progress-title button::after {
            font-family: "Font Awesome 6 Pro";
            font-weight: normal;
            font-size: 16px;
        }

    .progress-title .next {
        margin-left: auto;
    }

        .progress-title .next::after {
            content: "\f054";
        }

    .progress-title .back::after {
        content: "\f053";
    }

.question {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.first-question .question {
    gap: 5px;
}

.question p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.first-question .question p {
    font-size: 11px;
}

.choose {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 25%;
    height: auto;
    color: #999;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 5px;
    text-align: center;
    background: #ddd;
}

    .option:hover i,
    .option:hover {
        color: #000;
    }

    .option p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        transition: all .3s ease;
    }

    .option i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        font-size: 34px;
        color: #999;
        background: #fff;
        border-radius: 5px;
        transition: all .3s ease;
    }

    .option.selected {
        color: #fff;
        border-color: #a31e36;
        background: #a31e36;
    }

        .option.selected i {
            color: #a31e36;
        }

        .option.selected::before {
            position: absolute;
            font-family: "Font Awesome 6 Pro";
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 10px;
            content: "\f00c";
            color: #fff;
            top: 4px;
            right: 4px;
            width: 18px;
            height: 18px;
            background: #a31e36;
            border-radius: 50%;
        }

.button-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: auto;
}

.first-question .field {
    flex-direction: column;
}

.field {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: calc(50% - 5px);
    gap: 5px;
}

.first-question .field {
    width: 100%;
}

.field input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 0 15px;
    color: #a31e36;
    background: #fff;
    outline: 0;
    border-radius: 0;
    border: 1px solid #a31e36;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .field input::placeholder {
        color: #a31e36;
    }

.field label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

    .field label::after {
        content: "*";
        color: #a31e36;
    }

.accept {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #a31e36;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

    .accept input {
        height: 18px;
    }

.disclosure {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    text-align: justify;
    font-size: 10px;
}

    .disclosure p {
        font-size: 10px;
        font-weight: 300;
        line-height: 1.7;
    }

    .disclosure a {
        color: #a31e36;
        text-decoration: underline;
    }

footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    width: 768px;
    z-index: 1;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

    footer::after {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        z-index: -1;
        transform: translateX(-50%);
        background: #333;
    }

    footer a.logo {
        color: #fff;
    }

.copyright {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.disclaimer {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

    .disclaimer a {
        color: #fff;
        text-decoration: underline;
    }

.contact {
    color: inherit;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    outline: 0;
    margin: 30px 0;
    text-decoration: none;
}

.legal {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .legal a {
        color: inherit;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
    }

    .legal button {
        color: inherit;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        background-color: transparent;
        outline: none;
        border: none;
    }


form {
    margin-bottom: 10%;
}

footer {
    padding: 0px 0px 60px;
    flex-wrap: wrap;
}

.contact-us {
    width: 100%;
    min-width: 350px;
    transform: translate(0px, -40%);
}

    .contact-us .title {
        color: #000;
        font-size: 24px;
        font-weight: 800;
        /*margin-bottom: 5px;*/
        letter-spacing: -0.021em;
    }

    .contact-us .content {
        background-color: rgb(163, 30, 54);
        height: auto;
        padding: 10px 0px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .contact-us .content .info {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0px 10px;
            align-items: center;
        }

            .contact-us .content .info .attributes {
                display: flex;
                flex-direction: row;
                margin: 3px 0px;
            }

                .contact-us .content .info .attributes i.fa-solid {
                    display: none;
                }

                .contact-us .content .info .attributes p {
                    display: flex;
                    flex-direction: row;
                    margin-left: 5px;
                }

.usefull-links {
    min-width: 350px
}

.output-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    /* padding: 20px; */
    z-index: 1000;
}

    .output-modal .header {
        display: flex;
        flex-direction: row;
    }

        .output-modal .header .title {
            border-bottom: 1px solid;
            margin: 0 20px;
            display: flex;
            width: calc(100% - 40px);
            justify-content: center;
            padding: 5px;
        }

        .output-modal .header .close-button {
            outline: none;
            border: none;
            background-color: #ff4848;
            color: white;
            background: #FF4742;
            /* background: #000; */
            width: 30px;
        }

    .output-modal .body {
        display: flex;
        flex-direction: column;
    }

        .output-modal .body form {
            display: flex;
            flex-direction: column;
            padding: 20px;
            margin: 0 !important;
        }

            .output-modal .body form .alert {
                display: block;
                color: #ff8686;
                font-size: 12px;
                background-color: transparent;
            }

            .output-modal .body form .btn-send {
                padding: 20px 0px 0px;
                display: flex;
                justify-content: center;
            }

                .output-modal .body form .btn-send button {
                    width: 30%;
                    background-color: #fff;
                    outline: none;
                    border: 0;
                    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    height: 32px;
                    border-radius: 20px;
                    font-size: 15px;
                }

                    .output-modal .body form .btn-send button:hover,
                    .output-modal .body form .btn-send button:active {
                        background-color: #eee;
                    }



.input-container {
    position: relative;
    margin: 12px 0px;
}

.input-field {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background-color: transparent;
}

.input-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: rgba(204, 204, 204, 0);
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #007bff;
    transition: all 0.3s ease;
}

.input-field:focus + .input-label {
    top: -20px;
    font-size: 12px;
    color: #007bff;
}

    .input-field:focus + .input-label + .input-highlight {
        width: 100%;
    }





@media only screen and (max-width: 1330px) {
    header {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .house {
        display: none;
    }

    .first-question div.house {
        display: flex;
    }

    nav {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media only screen and (max-width: 768px) {

    header {
        flex-direction: column-reverse;
        margin-top: 80px;
    }

    .content:nth-child(1) {
        display: none;
    }

    .house {
        min-width: 100%;
        height: 180px;
    }

    .start label {
        font-size: 30px;
    }

    .first-question .question {
        height: auto;
    }

    .question {
        height: calc(100% -35px);
    }

    .survey {
        flex-direction: column;
        width: 100%;
        height: 540px;
        justify-content: space-between;
    }

    .disclosure {
        line-height: 10px;
    }

    .survey img {
        width: 100%;
        height: auto;
    }

    footer {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        align-items: flex-start;
        text-align: left;
    }

    footer {
        display: flex;
        flex-direction: row;
        margin-top: 30px;
    }

        footer .contact-us {
            transform: none !important
        }

            footer .contact-us .title {
                color: white;
            }

            footer .contact-us .content {
                background-color: transparent !important;
                box-shadow: none !important;
                height: auto;
            }

                footer .contact-us .content .info {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    padding: 0px 10px;
                    align-items: start;
                    font-size: 12px;
                }

                    footer .contact-us .content .info strong {
                        display: none;
                    }

                    footer .contact-us .content .info i.fa-solid {
                        display: block !important;
                        align-content: center;
                    }

                    footer .contact-us .content .info .attributes {
                        font-size: 12px;
                    }

        footer .usefull-links {
        }

    .contact {
        font-size: 20px;
    }

    .disclaimer {
        margin-bottom: 30px;
    }

    .legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .content:nth-child(2) {
        height: 60px;
    }

    nav {
        overflow: hidden;
    }

        nav::before {
            height: 40px;
            border: none;
        }

    .call {
        font-size: 10px;
    }

    nav.open .menu::after {
        content: "\f00d";
    }

    nav.open .links {
        transform: translateX(0);
    }

    .actions {
        gap: 15px;
    }

        .actions a {
            font-size: 10px;
        }

    .links {
        position: fixed;
        top: 60px;
        left: 0;
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 0;
        z-index: 2;
        transform: translateX(100%);
        background: #fff;
        transition: all .3s ease;
    }

        .links button,
        .links a,
        .links a:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #ddd;
            padding: 10px 15px;
            height: auto;
            line-height: 1;
            color: inherit;
            border-radius: 0;
            background: transparent;
        }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-weight: normal;
        line-height: 1;
        color: #a31e36;
        cursor: pointer;
    }

        .menu::after {
            font-family: "Font Awesome 6 Pro";
            content: "\f0c9";
        }

    nav a.logo {
        font-size: 26px !important;
    }

    .call::after {
        content: "1-800-216-8256";
    }
}

@media only screen and (max-width: 425px) {

    .fill .field {
        width: 100%;
    }

    footer .contact-us {
        margin-bottom: 20px;
    }
}
