.page-id-269 .main-wrap {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow: hidden;

}


.page-id-269 .contact-container {
    flex: 1;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}

.page-id-269 footer {
    flex-shrink: 0;
}

.contact__social {
    padding-bottom: 4px;
}

.contact__social h1 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 3px;
    color: white;
}


.btn-radio {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px;
}

.btn-radio>p {
    margin: 0px;
    width: 45%;
}

.contat__form {
    display: flex;
    flex-direction: column;
}


.container-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

#wpcf7-f702-o1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/**wpcf7 Elements**/

.wpcf7-form-control,
.wpcf7-radio,
.togglebuttons {
    width: 100%;
}

.wpcf7-list-item,
.first,
.last {
    width: 100%;
}


.wpcf7-list-item>label {
    width: 100%;
}

.area {
    height: 174px !important;
}

/**Email send**/

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: white !important;
}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: white;
    color: white !important;
}

.wpcf7-not-valid-tip {
    color: white !important;
}

.submit>p {
    margin-bottom: 0px;
    color: white;
}

/**input**/
.form-control input[type="radio"] {
    visibility: hidden;
    display: none;
}

input[type="radio"].radio-744+label {
    padding: 0.3rem 0.5rem;
    border: 1px dashed #ccc;
}

input[type="radio"].radio-744:checked+label {
    border: 1px solid #000;
}

input[type="email"]::placeholder {
    color: #ccd4d5;
}

input[type="text"]::placeholder {
    color: #ccd4d5;
}

input[type="password"]::placeholder {
    color: #ccd4d5;
}

.checkbox-contact.ver-2:not(:checked)+label {
    background-color: var(--white);
    box-shadow: 0px 20px 40px -5px rgba(149, 164, 175, 0.2);
}

textarea::placeholder {
    color: #ccd4d5 !important;
}

.wpcf7-response-output {
    margin: 0px !important;
}


/**togglebuttons**/

.wpcf7-list-item-label {
    text-transform: uppercase;
}


.togglebuttons .wpcf7-list-item {
    margin: 0 2px 0 0;
    display: inline-block;
}

.togglebuttons>span input {
    opacity: 0;
    position: absolute;
}

.togglebuttons>span .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 10px 10px;
    font-size: 11px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    color: gray;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0px 10px 30px -5px rgba(149, 164, 175, 0.3);
}

.togglebuttons>span .wpcf7-list-item-label:hover {
    background: #bcaed5;
    border: 1px solid #bcaed5;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0px 10px 30px -5px rgba(149, 164, 175, 0.3);
}

.togglebuttons>span input:checked+.wpcf7-list-item-label {
    background: #bcaed5;
    border: 1px solid #bcaed5;
    color: #ffffff;
    font-weight: bold;

}

/**btn**/


.btn-form {
    padding: 15px 15px !important;
    border-radius: 4px;
    height: 48px;
    font-weight: 500;
    background-color: #ffffff;
    border-color: transparent;
    color: gray;
}

.btn-form:hover {
    color: var(--bs-btn-hover-color);
    background-color: #bcaed5 !important;
    border-color: transparent;
    color: white;
}

.btn-s {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0.3rem;
    height: 100%;
    text-transform: capitalize;
}

input[type=submit],
button,
input[type=reset] input[type=button],
.ts-button {
    height: initial !important;
    line-height: initial !important;
}




/**div form**/
.form-group>p {
    margin: 0px;
}

.form-style.big.form-style-with-icon {
    padding-left: 50px;
}

.form-style-with-icon::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

.form-style-with-icon:-moz-placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

.form-style-with-icon::-moz-placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

.form-style-with-icon:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

.form-style-with-icon::placeholder {
    font-family: 'Montserrat', sans-serif !important;
}

.form-style-with-icon::placeholder {
    font-family: 'Montserrat', sans-serif !important;
}


.form-style.big {
    padding: 18px 20px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    box-shadow: 0px 10px 30px -5px rgba(149, 164, 175, 0.3);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.form-style-with-icon {
    padding-left: 50px;
}

input[type=submit],
button,
input[type=reset] input[type=button],
.ts-button {
    font-family: 'Montserrat', sans-serif !important;
}


/**Icon**/

.fa-user {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 28px;
}

.fa-at,
.fa-message {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 24.5px;
}

.div_img {
    display: none;
}

.wpcf7-form .togglebuttons {
    display: flex;
    gap: 1rem;
}




.wpcf7-form .togglebuttons input[type="radio"] {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .page-id-269 main {
        font-size: 14px;
        padding: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
    .page-id-269 .main-wrap {
        background-image: url('../images/moekko_is_love_background_5.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
    .page-id-269 .main-wrap {
        background-image: url('../images/moekko_is_love_background_5.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .div_img {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .page-id-269 .main-wrap {
        background-image: url('../images/moekko_is_love_background_5.webp');
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: auto;
    }
}

@media screen and (min-width: 1200px) {
    .page-id-269 .main-wrap {
        background-image: url('../images/moekkoprojectBG3.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: auto;
    }



    .contat__form {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .div_img {
        display: block;
    }




    .html,
    body.page-id-269 h1 {
        font-size: 3.5rem !important;
        color: white;
    }



    .page-id-269 .contact-container {
        width: 920px;
    }


    #wpcf7-f702-o1 {
        width: 510px;
        margin-left: 0;
        margin-right: 0;
    }

    .div_img {
        width: 380px;
    }
}