:root {
    --background: #f7e4d6;
    --grey: white;
    --darkGrey: #303030;
    --lightGrey: #444444;
    --orange_gradient: linear-gradient(45deg, #ff7d4f, #ff7d4f);
}

/* //////////////////////////////////
Global Rules
//////////////////////////////////*/

* {
    font-family: Verdana,
        sans-serif;
    line-height: 1.8;
}

body {
    margin: 0px;
    padding: 0;
    background-color: var(--background);
}

.min_height {
    min-height: calc(100vh - 78px);
}

p,
li,
h1,
h2,
h3 {
    color: white;
}

.blog_title {
    color: #181818;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}


.safe_area {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

/* //////////////////////////////////
Sections
//////////////////////////////////*/

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

section .footer {
    padding-bottom: 0px;
}



.orange {
    background-image: var(--orange_gradient);

}

.grey {
    background-color: var(--grey);
}

.grey p {
    color: #181818;
}

/* //////////////////////////////////
Nav
//////////////////////////////////*/
.navbar {
    width: 100%;
    background-color: #f7f6f4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar_container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.navbar_logo_container {
    padding: 5px;
}

.navbar_logo_container img {
    height: 49px;
}

.navbar_items {
    display: flex;
}

.navbar_items_link {
    border: #ff7d4f;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
    color: white;
    background-color: #ff7d4f;
    padding: 5px;
    margin-left: 10px;
}

/* //////////////////////////////////
Titles
//////////////////////////////////*/

h1 {
    font-size: 2.5em;
    margin: auto;
    max-width: 800px;
    text-wrap: balance
}

h2 {
    text-align: center;
    color: #ff7d4f;
    font-size: 1.8em;
    padding-bottom: 40px;
}

h3 {
    text-align: center;
    color: #ff7d4f;
    padding: 10px;
    margin: auto;
    border-radius: 20px;
}

p {
    font-size: 1.2em;
    max-width: 50ch;
    margin: auto;
}

/* //////////////////////////////////
Header
//////////////////////////////////*/
.header_nav {
    background-color: #f7f6f4;
    position: relative;
    padding: 10px;
}

.header_layout {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: fit-content;
    align-items: center;
}

.header_layout h1 {
    text-align: left;
    color: #181818;
}

.header_layout p {
    text-align: left;
    color: #181818;
    margin: 0px;
}

.header_image {
    z-index: 1;
}

.navbar_items {
    z-index: 1;
}

.header_image img {
    object-fit: scale-down;
    /* border-top-left-radius: 150px; */
}

.navbar_logo_container img {
    /* height: 41px; */
}

.how_it_works_section {
    background-color: #f7e4d6;
    max-width: 100vw;
    overflow: hidden;
}

.how_it_works_section p {
    color: #181818;
}

.call_out {
    max-width: 1080px;
}

.call_out p {
    color: white;
}

/* //////////////////////////////////
Arrows
//////////////////////////////////*/
.arrow_1_container {
    position: absolute;
    left: 500px;
    top: 100px;
}

.arrow_2_container {
    position: absolute;
    top: 100px;
    left: -500px;
}

.arrow_3_container {
    position: absolute;
    left: 500px;
    top: 100px;
}

.underline_container {
    position: absolute;
    top: -200px;
    left: 15px;
}

.test_container {
    position: absolute;
    top: 0px;
    left: 455px;
    rotate: 5deg;
}

/* //////////////////////////////////
Blog
//////////////////////////////////*/
.blog {
    display: flex;
    overflow: scroll;
    margin-left: 150px;
    transition: margin 0.5s;
    text-align: center;
}

.blog_card_title {
    color: black;
}

.blog_card_date {
    color: black;
}

.blog_card_description {
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}

.blog>div {

    height: 500px;
    min-width: 400px;
    margin: 10px;
    background-color: #f7f6f4;
    padding: 10px;
    border-radius: 25px;
}

.blog_card_end {
    height: 500px;
    min-width: 400px;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
    background-color: #ff7d4f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_card_end p {
    color: white;
}

.blog_card_label {
    background-color: #ff7d4f;
    border-radius: 25px;
    width: fit-content;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: white !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog_card_title {}

.blog_card_date {
    font-size: 0.7em;
    margin-top: -5px;
    margin-bottom: 10px;
}

.blog_card_description {
    min-height: 120px;
}

.blog_card_button {
    margin: auto;
    width: fit-content;
}

/* //////////////////////////////////
Pricing
//////////////////////////////////*/
.pricing_table {
    margin: auto;
}

.pricing_table p {
    font-size: 1em;
    margin: 0px;
}

.pricing_table th {
    padding: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.pricing_table td {
    padding: 20px;
    border-bottom: 2px solid #f7e4d6;
}

.pricing_table tr:last-child td {
    border-bottom: none;
}


.pricing_table th {
    background-color: #f7e4d6;
}

.pricing_table th:nth-child(1) {
    background-color: #f7f6f4;
}

.pricing_table td,
.pricing_table th {
    text-align: center;
    width: 15%;
}

.pricing_table td:nth-child(1),
.pricing_table th:nth-child(1) {
    text-align: left;
    width: 30%;
}

.pricing_table tr:hover {
    background-color: #f7e4d6;
}

.pricing_table tr:last-child:hover {
    background-color: inherit;
}

.price_per_month {
    font-weight: 800;
    font-size: 1.3rem !important;
    color: #ff7d4f !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #181818;
}

.tooltip .tooltiptext {
    font-size: 0.8rem;
    visibility: hidden;
    width: 150px;
    padding: 10px;
    background-color: #181818;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 30%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #181818 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.pricing_accordion {
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
    font-weight: bold;
    background-color: inherit;
    padding: 0px;
    cursor: pointer;
}

.active {
    border: 0px;
}

.pricing_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
}

.pricing_accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 1em;
    color: #ff7d4f;
    float: right;
    margin-left: 5px;

}

.pricing_active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

/* //////////////////////////////////
Button
//////////////////////////////////*/
.button_group {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0px;
}

.button_group>div {
    margin-right: 10px;
    margin-bottom: 0px;
}

.button {
    align-items: center;
    background: #ff7d4f;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ff7d4f;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-width: 145px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 800;
}

.button_white {
    align-items: center;
    background: white;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ff7d4f;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-width: 145px;
    padding: 15px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 800;
}


.button:active,
.button:hover {
    outline: 0;
}

.button_span {
    background-color: white;
    color: #ff7d4f;
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
    font-size: 1.2em;
}

.button_span_primary {
    background-color: #ff7d4f;
    color: white;
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
    font-size: 1.2em;
}

.button #primary span {
    background-color: #ff7d4f;
    color: white;
}

.button:hover .button_fill {
    background: none;
    color: white;
}

.process {
    display: flex;
    flex-direction: row;
}



.how_it_works_number {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--orange_gradient);
    border: none;
    color: white;
    border-radius: 50%;
    padding: 15px;
    width: 25px;
    height: 25px;
    margin: auto;
    font-size: 1.2em;
    font-weight: 900;
}

.process>div {
    margin: 10px;
    margin-top: 150px;
    flex: 1 1 0px;
    text-align: center;
    background-color: #f7f6f4;
    padding: 10px;
    border-radius: 25px;
    transition: margin 0.5s;
}

.process>div:hover {
    background-color: #ff7d4f;
}

.process>div:hover p {
    color: white;
}

.process>div p {
    /* text-align: left; */
    max-width: 30ch;
}

.guarantee {
    display: flex;
    flex-direction: row;
}

.guarantee>div {
    margin: 10px;
    flex: 1 1 0px;
    text-align: center;
}

.guarantee>div p {
    /* text-align: left; */
    max-width: 30ch;
}

.call_out {
    width: 90%;
    background: var(--orange_gradient);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.call_out h2 {
    color: white;
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin: 0px;
}

.call_out p {
    text-align: center;
}

.purple h2 {
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.task_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.task {
    background-color: var(--lightGrey);
    padding: 20px;
    border-radius: 20px;
    width: 350px;
    margin: 20px;

}

.task_title {
    font-size: 0.8em;
    font-weight: 800;
    background-image: var(--orange_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.app_list_contrainer {
    background: var(--orange_gradient);
    padding: 10px;
    border-radius: 20px;
    max-width: 1000px;
    margin: auto;
}

.app_list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    margin: auto;
    background-color: #f7f6f4;
    justify-content: center;
}

.app_list>div {
    position: relative;
    width: 20ch;
    padding: 20px;
    height: 60px;
}

.app_list_text p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #181818;
}

.app_list_text::before {
    content: "";
    position: absolute;
    top: 80%;
    width: 70%;
    left: 15px;
    height: 5px;
    border-radius: 2px;
    background: var(--orange_gradient);
}

.membership_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.membership {
    background-color: #f7f6f4;
    padding: 20px;
    border-radius: 20px;
    width: 350px;
    margin: 20px;
    border-style: solid;
    border-color: var(--orange);

}

.zoho_meetings {
    background-color: var(--lightGrey);
    padding: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: var(--orange);
    margin: auto;
    width: 900px;
}

.membership_title {
    font-weight: 800;
    font-size: 0.9em;

}

.membership_description {
    padding-top: 20px;
}

.membership_price {
    font-weight: 800;
    font-size: 2em;
    background-image: var(--orange_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.membership_price_description {
    font-size: 0.7em;
}

.membership_price_subtext {
    font-size: 0.7em;
    margin-top: -10px;
    padding-bottom: 20px;
}

.membership_header {
    height: 120px;
}

.membership_features {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    min-height: 320px;
}

.membership_features ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}

.membership_features li {
    padding-top: 10px;
    position: relative;
    padding-left: 1.5em;
    color: #181818;
    /* space to preserve indentation on wrap */
}

.membership_features li:before {
    content: '✓';
    color: var(--orange_gradient);
    position: absolute;
    left: 0;
    width: 2em;
    height: 2em;
    background-image: var(--orange_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.membership_features_button {
    background-image: var(--orange_gradient);
    padding: 10px;
    border: none;
    color: white;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 var(--dropShadow);
    width: 80%;
    max-width: 750px;
    cursor: pointer;
    text-align: center;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.how_it_works {
    text-align: center;
    max-width: 50ch;
    margin: auto;
}

.how_it_works_title {
    font-size: 1.2em;
    font-weight: 900;
}

.video {
    width: fit-content;
    margin: auto;
}

.video img {
    max-width: 800px;
}

/* /////////////////////////////////////////////////////////
/// Accordion
///////////////////////////////////////////////////////// */
.faqs {
    max-width: 80ch;
    margin: auto;
}

.accordion {
    background-color: white;
    color: #181818;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2em;
    transition: 0.4s;
    font-weight: bold;
    border-bottom: 5px solid #ff7d4f;
}

.accordion_sub_text {
    font-size: 0.8em;
    font-weight: normal;
}

.accordion_sub_text_bespoke {
    font-size: 0.6em;
    font-weight: normal;
    color: white;
    background-color: #ff7d4f;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-left: 10px;
}

.accordion:before {
    content: '\2192';
    /* Unicode character for "plus" sign (+) */
    font-size: 1.2em;
    color: #ff7d4f;
    float: right;
    margin-left: 5px;

}

/* //////////////////////////////////
Footer
//////////////////////////////////*/

.footer {
    width: 100%;
    background-color: var(--grey);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ff7d4f;
}

.footer_container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer_links {
    display: flex;
}

.footer_links a {
    color: white;
    border-right: 1px solid white;
    padding: 5px 10px 5px 10px;
}

.footer_links a:last-child {
    border: none;
}

.button_inline a {
    color: white;
}

.button_inline {
    background-color: #f7f6f4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-color: white;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 1em;
}

.button_inline a {
    color: #181818;
}

/* Sign In */

.sign_in_logo {
    margin: auto;
    text-align: center;
    padding: 20px;
}

.sign_in_form {
    max-width: 500px;
    margin: auto;
    background-color: #f7f6f4;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.sign_in_form input[type=email],
.sign_in_form input[type=text] {
    margin: auto;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: 0px;
    border-bottom: 2px;
    border-style: dotted;
    min-height: 24px;
    padding: 10px;
    text-transform: lowercase;
}

.sign_in_form input[type=text] {
    text-transform: capitalize;
}

.sign_in_form label {
    font-size: 1.2em;
    font-weight: 800;
}

.sign_in_form_label {
    padding-left: 15px;
    text-align: left;
}

.sign_in_form_label p {
    font-size: 0.9em;
    margin-top: 0px;
    padding-top: 5px;
    color: black;
    max-width: none;
}

.sign_in_form label a {
    font-size: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--orange);
}

.sign_in_form_field_label {
    padding-bottom: 10px;
}

.sign_in_form_field p {
    padding-bottom: 10px;
}

.sign_in_form_field {
    padding-bottom: 30px;
}

.sign_in_form_button {
    text-align: right;
}

.sign_in_form button {
    background-color: #ff7d4f;
    padding: 10px;
    border: none;
    color: white;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 80%;
    max-width: 200px;
    cursor: pointer;
    margin-top: 0px;
}


@media screen and (max-width: 800px) {
    .footer_container {
        flex-direction: column;
    }

    .footer_links {
        padding-top: 10px;
        text-align: center;
    }

    .header {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header_layout {
        flex-direction: column;
    }

    .home_navbar_logo_container {
        margin: auto;
    }

    .header_layout h1 {
        text-align: center;
    }

    .header_layout p {
        text-align: center;
        margin: auto;
    }

    .button_group {
        margin: auto;
    }

    .hide_medium {
        display: none !important;
    }

    .how_it_works {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call_out {
        padding-left: 10px;
        padding-right: 10px;
    }

    .process {
        flex-direction: column;
    }

    .pricing_table p {
        font-size: 0.9em;
    }

    .pricing_table th {
        padding: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing_table td {
        padding: 10px;
        border-bottom: 2px solid #f7e4d6;
    }

    .pricing_accordion:after {
        content: none;

    }

    .faqs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .panel {
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.3em;
        max-width: 500px;
    }

    .navbar_container {
        flex-direction: column;
    }
}

.footer_legal {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    padding-top: 0px;
    font-size: 0.8em;
}

@media screen and (max-width: 800px) {
    .footer_legal {
        text-align: center;
    }
}