body {
    width: 100%;
}

#client-feedback-wrapper {
    background-image: url("/wp-content/uploads/2024/04/feedback-effect.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#client-feedback-form {
    background-color: #ffffff;
    margin: 200px 0 60px;
    padding: 80px 0;
    border-radius: 10px;
    position: relative;
    border-top: 9px solid #4083de;
}

.feedback-form-container {
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
}

.feedback-navigation {
    display: none;
}

#client-feedback-wrapper .gform_wrapper {
    padding: 0 35px;
}

#client-feedback-form:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("/wp-content/uploads/2024/04/envelope.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 112px;
    height: 94px;
}

.feedback-info {
    margin-bottom: 65px;
}

.feedback-info h2 {
    text-align: center;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
    border-radius: 10px;
    box-shadow: inset 0px 1px 0.5px rgba(26,26,26,0.05);
    background-color: rgba(206,215,223,0.2);
    border: none;
    outline: none;
}

#client-feedback-form select {
    color: rgba(61,61,61,.5);
}

#client-feedback-form input, #client-feedback-form select {
    padding: 15px 8px;
}

#client-feedback-form label, #client-feedback-form legend {
    color: #3d3d3d;
    font-weight: 300;
    font-family: "Roboto";
    font-size: 16px;
}

#client-feedback-form .gfield_label {
    margin-bottom: 12px;
}



input:focus, textarea:focus, select:focus {
    border: none;
    outline: none;
}

#client-feedback-form .gform_fields {
    grid-row-gap: 0;
}

#client-feedback-form .gfield {
    margin-bottom: 35px;
}

#client-feedback-form .gsurvey-rating:not(:checked)>label {
    content: '';
    position: relative;
    display: block;
    background-image: url("/wp-content/uploads/2024/04/star-logo-1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 34px;
    margin: 0 10px;
}

#client-feedback-form .gsurvey-rating > label {
    margin: 0 10px;
    transition: 0.3s all ease-in;
}

#client-feedback-form .gsurvey-rating label:hover, #client-feedback-form .gsurvey-rating>input:checked~label  {
    content: '';
    position: relative;
    display: block;
    background-image: url("/wp-content/uploads/2024/04/star-logo-2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 34px;
}

#client-feedback-form .gsurvey-rating label:nth-of-type(5) {
    margin-left: 0;
}

#client-feedback-form textarea {
    height: 110px;
}

#client-feedback-form .gfield_radio {
    display: flex;
}

#client-feedback-form .gfield_radio:first-child .gchoice {
    margin-right: 25px;
    position: relative;
}

#client-feedback-form .gfield_radio .gchoice input {
    height: 32px;
    width: 32px;
    position: relative;
    border: none;
    outline: none;
    box-shadow: none !important;
    appearance: none;
    border-radius: 16px;
}



#client-feedback-form .gfield_radio .gchoice input:checked:before {
    background-color: #ff5166;
}

#client-feedback-form .gfield_radio .gchoice input:focus {
    border: none;
}

#client-feedback-form .gfield_radio .gchoice input:after {
    content: '';
    position: absolute;
    border-radius: 16px;
    box-shadow: inset 0px 1px 0.5px rgba(26,26,26,0.05);
    background-color: rgba(206,215,223,0.2);
    height: 32px;
    width: 32px;
    top: 0;
    left: 0;
}

#client-feedback-form .gfield_radio .gchoice input:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#client-feedback-form .gfield_radio .gchoice label {
    margin-left: 10px;
}

#client-feedback-form .ginput_recaptcha {
    display: flex;
    justify-content: center;
}

#client-feedback-form input[type=submit] {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: 'Red Hat Display', sans-serif;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ff5165;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    padding: 8px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0;
}

#client-feedback-form input[type=submit]:hover {
    background-color: #ff5165;
    color: #ffffff;
}

footer, header {
    border: none;
}

#client-feedback-form .gform_footer, #client-feedback-form .gform_page_footer {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    padding: 20px 40px;
}

#social-menu li a {
    color: #82ddff;
}

#footer-wrapper, #footer-menu li a, footer .crafted, footer .crafted a {
    color: rgba(130,221,255,.50);
}

#client-feedback-form .gfield_required_text {
    display: none;
}

#client-feedback-form .gfield_required {
    position: relative;
}

#client-feedback-form  label {
    position: relative;
}

#client-feedback-form .gfield_required:before {
    content: '*';
    display: block;
    position: absolute;
    right: -5px;
    top: -15px;
    color: red;
    width: 3px;
    height: 3px;
}

#field_4_15 label {
    display: none;
}

@media(min-width: 1280px) {
    .container {
        max-width: 1230px;
    }
}

.feedback-confirmation-wrapper {
    transition: 0.3s all ease-in;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(19,40,68,.60);
    z-index: 9999;
    opacity: 1;
}

.feedback-confirmation-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.confirmation-success {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    border-top: 42px solid #4083de;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s all ease-in;
    border-radius: 10px;
    padding: 60px 80px 65px;
    filter: drop-shadow(0px 39px 32.5px rgba(0,0,0,0.21));
    text-align: center;
}

.hidden-confirmation {
    opacity: 0;
    z-index: -5;
}

.confirmation-image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.confirmation-text h4 {
    font-size: 30px;
    line-height: 120%
    color: #000000;
    font-weight: 400;
    font-family: "Red Hat Display";
    text-align: center;
    margin-bottom: 15px;
}

.confirmation-close {
    transition: 0.3s all ease-in;
    position: absolute;
    top: -28px;
    right: 10px;
    -webkit-mask: url('/wp-content/uploads/2024/04/feedback-icon-close.svg');
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    cursor: pointer;
}

.confirmation-close:hover {
    background-color: #ff5166;
}

@media(max-width: 1200px) {
    header {
        padding: 20px 10px;
    }

    #main-menu li {
        padding: 15px 10px;
    }
}

@media(max-width: 991.9px) {
    .feedback-form-container {
        padding: 0 30px;
    }
}

@media(max-width: 768.8px) {
    #client-feedback-wrapper .gform_wrapper {
        padding: 0 25px;
    }

    #client-feedback-form {
        margin-top: 150px;
    }
}

@media(max-width: 575.9px) {
    .feedback-form-container {
        padding: 0 20px;
    }

    .confirmation-success {
        padding: 60px 40px 75px;
    }

    #client-feedback-wrapper .gform_wrapper {
        padding: 0;
    }
}

@media(max-width: 375px) {
    #client-feedback-form .gsurvey-rating:not(:checked)>label {
        margin: 0 5px;
    }

    .ginput_recaptcha iframe {
        width: 100%;
    }
}

@media(max-width: 330px) {
    #client-feedback-wrapper .gform_wrapper {
        padding: 0;
    }
}