/* ~~~~~ Global ~~~~~ */
* {
    font-family: "Inter", sans-serif;
    color: #3E3E3E;
}

body {
    background-color: #F8FFFA;
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 22px;
}

h4,
p {
    font-size: 16px;
    line-height: 22px;
}

/* Spacing */
ul li {
    margin-bottom: 15px;
}

main {
    padding: 50px 0;
    background-color: #F6FEFF;
}

section {
    margin: 25px 0;
}

.container,
.header_footer_container {
    max-width: 1120px;
    margin: auto;
}


.half_page_split_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.half_page_split_container .half_page {
    max-width: 48%;
}

.half_page_split_container .half_page .text_side {
    max-width: 425px;
}

.half_page_split_container .half_page .text_side h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.half_page_split_container .half_page .text_side p {
    font-size: 20px;
    font-weight: 400;
}

.half_page_split_container .half_page img {
    width: 100%;
    margin-bottom: -5px;
}

.page_header_section {
    margin-top: 0;
    background-color: #F8FFFA;
}

.page_header_section h1 {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
}

.after_form_section {
    margin: 125px 0;
}

.download_btns_container img {
    margin-right: 15px;
}

/* Text changes */
.bold_text {
    font-weight: bold;
}

.link_click {
    text-decoration: underline;
    color: black;
}

.link_click:hover {
    color: #3E3E3E;
}

.green_text {
    color: #5D8A48;
}

.accordion {
    /* color: #5D8A48; */
    background-color: #F6FEFF;
    /* text-decoration: underline; */
    font-size: 20px;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.accordion:hover {
    color: #3E3E3E;
}

.accordion:after {
    content: 'Read More';
    text-decoration: underline;
    color: #5D8A48;
    /* font-weight: bold; */
    float: left;
    margin-left: 5px;
    margin-bottom: 1px solid black;
}

.active:after {
    content: "Read Less";
}

/* Buttons */
.green_btn,
.green_btn_outline,
.red_btn {
    border-radius: 36px;
    font-size: 16px;
}

.green_btn,
.red_btn {
    height: 50px;
    padding: 0 20px;
}

.green_btn {
    background-color: #5D8A48;
    border: 2px solid #5D8A48;
    color: white;
}

.green_btn_outline {
    background: transparent;
    border: 2px solid #5D8A48;
    color: #5D8A48;
    padding: 15px;
    text-decoration: none;
}

.red_btn {
    background-color: #E0343F;
    border: none;
    color: white;
}

/* Header */
.header_footer_container.header_container {
    margin: 25px auto 75px;
    background-color: #F8FFFA;
}

.nav-menu-mobile {
    display: none;
}

.logo {
    width: 175px;
}

.logo_a_tag {
    text-decoration: none;
    display: flex;
}

.logo img {
    height: 40px;
    width: 40px;
}

.logo h3 {
    margin: 0;
    margin-top: 12px;
}

/* Footer + Nav */
footer {
    background-color: #5D8A48;
    color: white;
    padding: 50px 0;
}

footer .footer-container {
    display: flex;
    justify-content: space-between;
}

/* footer .footer_text_side,
footer .footer_img_side {
    max-width: 48%;
} */

footer .footer_text_side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
}

footer .footer_text_side h2 {
    font-size: 40px;
    margin: 0;
    color: white;
}

footer nav ul {
    display: flex;
    padding: 0;
}

footer nav ul li {
    list-style: none;
    margin-right: 25px;
}

footer nav ul li a {
    color: white;
    justify-content: space-between;
}

footer nav ul li a:hover {
    color: #3E3E3E;
}

/* ~~~~~ Individual Pages ~~~~~ */
/* Landing Page */
#landing-page-body {
    position: relative;
}

#landing-page-body #landing-header-container {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

#landing-page-body #landing-header-container .logo_text {
    color: white;
}

#landing-page-header {
    background-image: url("/assets/images/healthy-bowl-landing-page.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin: 0;
}

#landing-page-header #landing-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#landing-page-header #landing-container #landing-page-text {
    max-width: 375px;
}

#landing-page-header #landing-container #landing-page-title {
    text-align: left;
    color: white;
}

#landing-page-header #landing-container #landing-page-subtitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: white;
}

#landing-page-main {
    padding: 0;
    padding-top: 150px;
}

#landing-page-main .landing_page_section {
    margin: 0;
}

#landing-page-main .landing_page_section .landing_section_header {
    font-size: 40px;
    color: #3E3E3E;
}

#landing-page-main .landing_page_section p {
    font-size: 20px;
    line-height: 26px;
}

.landing_page_section .half_page ul li {
    font-size: 20px;
    font-weight: 600;
}

#why-howveg img {
    margin-left: -115px;
}

#why-howveg .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#why-howveg .panel p {
    padding-bottom: 15px;
    /* font-size: 16px;
    font-weight: 400; */
}


/* Contact Page */
#contact-page-header .half_page_split_container {
    justify-content: space-around;
}

#contact-section form {
    background-color: #FCFBFF;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 0.25);
}

#contact-section form .form_split_row {
    display: flex;
    justify-content: space-between;
}

#contact-section form .form_split_row .form_half {
    width: 48%;
}

#contact-section form .form_row input,
#contact-section form .form_row textarea,
#contact-section form #contact-submit-btn {
    border-radius: 36px;
    font-size: 16px;
    width: 99%;
    box-sizing: border-box;
    /* border: none; */
}

#contact-section form .form_row input,
#contact-section form .form_row textarea {
    background-color: white;
    border: 2px solid #DFDFDF;
    color: #3E3E3E;
    margin: 10px 0;
    padding-left: 15px;
}

#contact-section form .form_row input,
#contact-section form #contact-submit-btn {
    height: 50px;
}

#contact-section form .form_row textarea {
    /* padding-left: 20px; */
    padding-top: 10px;
}

#contact-section form #contact-submit-btn {
    margin-top: 20px;   
}

/* Delete Account Page */
.page_header_section #delete-account-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_header_section #delete-account-header-container h1 {
    margin: .7em 0 .9em;
}

#delete-account-section #delete-account-form {
    background-color: #FCFBFF;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 0.25);
}

#delete-account-section form .form_row input,
#delete-account-section form #delete-account-submit-btn {
    height: 50px;
    border-radius: 36px;
    font-size: 16px;
    margin: 10px 0;
}

#delete-account-section #delete-account-form input {
    width: 450px;
    box-sizing: border-box;
    border: 2px solid #DFDFDF;
    padding-left: 20px;
    padding-right: 20px;
}

#delete-account-btn-container {
    text-align: center;
}

#permanently-delete-section {
    max-width: 790px;
    margin: auto;
}

#permanently-delete-section h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

#permanently-delete-section form {
    margin: 35px 0;
}

#permanently-delete-section form [type="submit"]:hover {
    cursor: pointer;
}

/* Privacy Policy */