.page_content__content {

    z-index: 1;
}

.forms__wrapper {

    padding: 35px 50px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
    margin: 60px auto 80px;
    z-index: 5;
}
.forms__wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.forms {
    background-image: url(/wp-content/themes/anglo/assets/img/contacts-2.png);
    background-repeat: no-repeat;
    background-position: 90% 15%;
    background-size: 430px;
    z-index: -2;
}

.forms:before {

    width: 470px;
    height: 380px;
    background-image: url(/wp-content/themes/anglo/assets/img/contacts-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -5%;
    right: 0;
    z-index: -1;
}

.forms:after {

    width: 500px;
    height: 450px;
    background-image: url(/wp-content/themes/anglo/assets/img/contacts-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -20%;
    left: 0;
    z-index: -1;
}

.forms__wrapper_title {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: var(--accent-color);
    margin-bottom: 40px;
}

.forms__wrapper_subtitle {
    text-align: center;
    margin: 0 0 30px;
}

/*
* MAKE A BOOKING PAGE
*/

#make_booking {
    padding: 0 0 75px;
    background-position: 82% 36%;
}

#make_booking::before {
    left: 35%;
    bottom: 5%;
    transform: rotate(375deg);
}

#make_booking::after {
    left: 17%;
    bottom: 8%;
}

#booking_simple_content .simple_content__inner {
    box-shadow: none;
    max-width: 860px;
    margin: 0 auto;
}

#booking_simple_content {
    position: relative;
    padding: 0 0 50px;
}

#booking_simple_content .simple_content__inner_image1 {
    left: -15px;
}

#booking_simple_content .simple_content__inner_image2 {
    right: 5%;
    bottom: 45%;
}

#booking_simple_info {
    background: url(/wp-content/uploads/2022/10/Green-2-11.png);
    padding: 50px 0 10px;
}

#booking_simple_info .info_block__title {
    display: none;
}

#booking_simple_info .fullwidth_content__inner {
    display: block;
    padding: 25px 80px 25px;
}

#booking_simple_info .fullwidth_content__inner_image {
    max-width: 100%;
    margin: 0 auto 25px;
    text-align: center;
}

#booking_simple_info .fullwidth_content__inner_info {
    max-width: 100%;
}

#booking_simple_info .fullwidth_content__inner_info .inner_info__button {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

/*
* FORMS STYLES
*/

.wpcf7-form label {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    gap: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.wpcf7-form input {
    background: #F5F5F5;
    border: 0;
    border-radius: 10px;
    height: 55px;
    padding: 15px;
    width: 100%;
}

.wpcf7-form textarea {
    background: #F5F5F5;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
}

.contact_form__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.form__columns {
    flex: 1 380px;
}

.center_form {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
}

.contact_form__submit {
    display: block;
    margin-top: 30px;
}

.wpcf7-submit {
    background: var(--secondary-color) !important;
    color: #ffffff;
    width: fit-content !important;
    height: auto !important;
    padding: 10px 20px !important;
    margin: 0 auto;
    font-weight: 500;
}

.contact_form__submit p {
    text-align: center;
    margin: 0;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}

/*
*
*/

#cancel_collection {
    position: relative;
    padding: 0 0 30px;
    margin-bottom: 60px;
}

.btn {
    background: var(--accent-color);
    border: 0;
    padding: 7px 25px;
    font-size: 16px;
    line-height: 28px;
}

.btn:hover {
	background: var(--secondary-color);
}

form {
	font-family: 'Montserrat' !important;
	font-size: 16px;
}

.text-success {
    color: var(--accent-color) !important;
}

.forms__wrapper .rounded p {
    margin: 0;
}

.card h1 {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    color: var(--accent-color) !important;
    font-size: 28px;
    text-transform: inherit !important;
	margin-bottom: 30px;
}

.card h4 {
    font-size: 16px;
    font-weight: 400;
}

.row.mt-3.justify-content-center {
    margin: 20px 0 30px;
}

.row.mt-3.justify-content-center > .col-10.text-center.mt-2.rounded.p-2 {
    padding: 25px 0 !important;
}

.row.mt-3.justify-content-center form button {
    margin-top: 25px;
}