.reserve_section {
/*     background: var(--section-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    padding-top: 5%;
    padding-bottom: 5%;
}

.form_container {
    background: var(--form-bg);
    background-repeat: repeat;
    background-size: 10%;
	background-position: top;
    width: 60%;
    justify-self: center;
    /* height: 819px; */
    padding: 60px;
    border-radius: 10px;
	border: 1px solid #D99C00;
}

.reserved_containt {
    border: 1px solid #D99C00;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
}

.reserved_containt h1 {
    font-family: var(--Aboreto-Regular);
    font-size: 50px;
    text-align: center;
    font-weight: 400;
    color: #1c1c1c;
}

.reserved_containt p {
    font-family: var(--lato-Regular);
    font-size: 21px;
    text-align: center;
    color: #1c1c1c;
    font-weight: 600;
}
.reserved_containt a {
    font-family: var(--lato-Regular);
    font-size: 21px;
    text-align: center;
    color: #9b1c1c;
    font-weight: 600;
}
.ask-mami a:hover{
	text-decoration: underline;
}

.reserved_containt p span a {
    text-decoration: none;
    color: #D99C00;
}
/* Form Css Start */
.reserve_form input,
.reserve_form textarea,
.reserve_form select {
    color: #ffffff !important; /* value text */
}

.reserve_form .wpforms-field-container .wpforms-layout-column .wpforms-field-medium{
    background: #ffffff91;
    border: 0.2px solid #B2B2B2;
	color: #1c1c1c !important;
}
.reserve_form .wpforms-field-container .wpforms-layout-column .wpforms-field-medium::placeholder {
    color: #1c1c1c !important;
	opacity: 1;
}
.reserve_form .wpforms-submit {
background-color: #D99C00 !important;
    height: 60px !important;
    padding: 0px 60px !important;
    min-width: fit-content;
    border-radius: 30px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 28px;
    display: flex;
    justify-self: center;
    align-items: center;
}
/* Form Css End */

/* Tablet Landscape (iPad landscape, 992px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .form_container {
        width: 90%;
        padding: 30px;
    }

}
/* Responsive for Iphone */
@media (min-width: 375px) and (max-width: 667px){
	.reserve_section {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }
	.form_container {
        margin: auto;
    }
	.reserved_containt  .wpforms-container{
		margin: 0px !important;
	}
}
/* Responsive for mobile */

@media (max-width: 767px) {
    .reserve_section {
        padding-top: 30px;
    }

    .form_container {
        width: 90%;
        padding: 16px;
    }

    .reserved_containt h1 {
        font-size: 30px;
    }
	.reserved_containt p span a{
		font-size: 16px;
	}
	.reserved_containt a{
		font-size: 14px;
	}
    .reserved_containt p {
        font-size: 16px;
    }
	.reserved_containt  .wpforms-container{
		margin: 0px !important;
	}
}
