.flex {
    display: flex;
}

.items-start {
    align-items: flex-start;
}

.roboto-light {
    font-family: "Roboto Light";
}

.roboto-regular  {
    font-family: "Roboto Regular";
}

.roboto-bold {
    font-family: "Roboto Bold";
}

.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}


.consultation-button {
    border-radius: 30px;
    border: 1px solid #4A0D66;
    background: #4A0D66;
    padding: 12px;
    color: white;
    text-align: center;
    font-family: "Roboto Light";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 184.615% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.purple-text {
    color: #4A0D66;
}

.purple-box {
    border-radius: 10px;
    background: #FDF8FF;
    padding:15px;
}


.hero-section {
    background-color: #FEF9F4;
    border-radius: 0px 0px 150px 150px;
    min-height: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
    margin-bottom: 40px;
}

.hero-title-container {
    max-width: 700px;
    padding: 0 20px;
    text-align: center;
}

#hero-title {
    font-size: 46px;
    line-height: 60px;
}

.hero-image-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    border-radius: 0px 0px 0px 150px;

    filter: grayscale(90%);
}

.hero-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
    border-radius: 0px 0px 150px 0px;
    filter: grayscale(90%);
}

.add-to-cart-box {
    padding: 25px;
    border-radius: 100px;
    background-color: white;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    width:90%;
    max-width:900px;
    align-items:flex-end;
}

.signup-form {
    padding: 25px;
    border-radius: 100px;
    background-color: white;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    width:90%;
    max-width:900px;
    align-items:flex-end;
}

.add-to-cart-field {
    border-radius: 30px;
    border: 1px solid #4A0D66;
    color: #4A0D66;
    background: #FFF;
    width:100%;
    height:45px;
    padding: 0 15px;
    margin-top: 5px;
    display:flex;
    align-items: center;
    font-size: 18px;
    font-family: "Roboto Light";
    padding-left:15px;

}

.add-to-cart-button {
    border-radius: 30px;
    border: 1px solid #4A0D66;
    background: #4A0D66;
    width: 100%;
    color: white;
    font-family: "Roboto Regular";    
    font-size: 16px;
    cursor: pointer;
    height:45px;
}

.add-to-cart-error-msg {
    color: red;
    font-size: 14px;
    font-family: "Roboto Regular";
    margin-bottom: 5px;
    text-align:center;
    grid-column: span 3 / span 3;
    
}
.add-to-cart-success-msg {
    color: green;
    font-size: 14px;
    font-family: "Roboto Regular";
    margin-bottom: 5px;
    text-align:center;
    grid-column: span 3 / span 3;
    
}

.pricing-section {
    border-radius: 0px 0px 30px 30px;
    background: rgba(253, 248, 255, 0.70);
    max-width: 630px;
    margin: 0 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pricing-section-title {
    font-size: 40px;
    color: #4A0D66;
    margin-bottom: 0;
}

.what-youll-get {
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding: 20px 30px;
    max-width: 1280px;
    margin: auto;
    margin-top: 30px;


}

.what-youll-get-title {
    color: #35363C;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;

}

.benefit-title-container {
    display: flex;
    align-items: baseline;
}

.benefit-title {
    color: #4A0D66;
    font-family: "Luxia Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    /* 170% */
    margin-right: 20px;
}

.benefit-icon {
    height: 90% !important;
    width: auto !important;
    object-fit: contain;
}

.benefit-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;

}

.benefit {
    margin-bottom: 30px;
}


.benefit-free-consultation {
    grid-column: span 2 / span 2;
    background: rgba(253, 248, 255, 0.70);
    border-radius: 30px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.benefit-free-consultation-title {
    font-size: 30px;
    color: #4A0D66;
    margin-bottom: 0;
}

.side-by-side {
    display: flex;
    padding: 0 50px;
    max-width: 1280px;
    margin: auto;
    margin-top: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.side-by-side-block {
    width: 50%;
    padding: 0 15px;
}

.side-by-side-title {
    color: #35363C;
    font-family: "Luxia Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
    text-transform: capitalize;
    margin-bottom:30px;
}



.side-by-side p {
    color: #35363C;
    margin-top: 15px;
    margin-bottom: 15px;
}


.your-story-purple-circle {
    width:420px;
    height:420px;
    border-radius: 420px;
    background: #FDF8FF;
}


.calculator-block {
    padding: 50px;
    background: #FEF9F4;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calculator-title {
    font-size: 40px;
    color: #4A0D66;
    margin-bottom: 25px;
}

.calculator-input-groups {
    width:100%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items:end;
}

.calculator-label {
    display: block;
    color: #35363C;
font-family: "Luxia Display";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 170% */
}

.calculator-field {
    border-radius: 30px;
    border: 1px solid #4A0D66;
    background: #FFF;
    width:100%;
    height:45px;
    padding: 0 15px;
    margin-top: 5px;
    display:flex;
    align-items: center;
}

.calculator-font {
    color: #4A0D66;
    text-align: center;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}

.calculator-unselected {
    border-radius: 20px;
    opacity: 0.8;
    background: rgba(74, 13, 102, 0.10);
    padding:5px 15px;
    border: 0;
    margin-right: 10px;
    cursor:pointer;
    color: #4A0D66;
}

.calculator-selected {
    border-radius: 20px;
    opacity: 0.8;
    background: rgba(74, 13, 102, 0.10);
    border: 1px solid #4A0D66;
    padding:5px 15px;
    margin-right: 10px;
    cursor:pointer;
    color: #4A0D66;

}

.calculator-button {
    border-radius: 30px;
    border: 1px solid var(--www_eatologyasia_com__1440x810_default-Jagger, #4A0D66);
    background: #4A0D66;
    height: 45px;
    width: 100%;
    color: white;
    font-family: "Roboto Regular";    
    font-size: 16px;
    cursor: pointer;
}

.calculator-results {
    max-width:700px;
    text-align:center;
}

.calculator-results-msg {
    color: #35363C;
    font-family: "Roboto Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-top: 25px;
    text-align:center;

}

.calculator-disclaimer {
    color: #35363C;
    font-family: "Roboto Light";
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-top: 25px;
    text-align:center;

}

.calculator-error-msg {
    color: red;
    font-size: 14px;
    font-family: "Roboto Regular";
    margin-bottom: 5px;
    
}

.change-now {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-top: 50px;
}

.change-now-title {
    font-size: 40px;
    color: #35363C;
    margin-bottom: 25px;
}

.change-now-things {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    max-width: 1280px;
}

.change-now-thing {
    width: 20%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.change-now-icon {
    width: 70%;
}

.change-now-thing-title {
    margin-top: 20px;
    color: #4A0D66;
    font-family: Luxia;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}


.how-we-can-help-question {
    border-radius: 20px;
    border: 1px solid rgba(74, 13, 102, 0.10);
    background: #FDF8FF;
    padding: 10px;
    margin: 10px 0;
}

.how-we-can-help-question-title {
    color: #4A0D66;
    font-family: "Roboto Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
}

.free-consultation {
    border-radius: 20px;
    background: #4A0D66;
    padding: 100px 20px;
    max-width: 1280px;
    margin: auto;
    margin-top: 300px;
    margin-bottom: 100px;
    position: relative;
}

.free-consultation-image {
    position: absolute;
    width:45%;
    bottom: 0;
    left:5%;
}

.free-consultation-text {
    color:white !important;width:50%;margin-top:15px;
}

#free-consultation-title {
    color: white;
}

@media (max-width:1279px) {
    .hero-section {
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        padding-top: 50px;
    }

    .hero-image-left {
        
        width:30%;
    }

    .hero-image-right {
        
        width:30%;
    }

    #hero-title {
        font-size: 40px;
        line-height: 40px;
        z-index: 20;
        max-width:600px;
    }
    .pricing-section {
        max-width:500px;
    }
    .pricing-section-title {
        font-size: 32px;
        line-height: 130%;
    }
    .pricing-section-small-title {
        font-size: 24px;
        line-height:32px;
    }

    .what-youll-get {
        grid-template-columns: 1fr;
        padding: 0;
        max-width:900px;
        margin-top:80px;
    }
    .what-youll-get-title {
        text-align:center;
    }

    .benefit {
        padding: 0 20px;
        max-width:500px;
        margin:auto;
    }

    .benefit-free-consultation {
        max-width: 600px;
        margin: auto;
        flex-direction: column;
        margin-top:25px;
        padding: 20px;
    }
    .benefit-free-consultation-title {
        text-align:center;
        font-size: 28px;
        margin-bottom:15px;
        padding: 20px;
    }
    .side-by-side {
        padding: 0 15px;
        max-width:700px;
    }
    .side-by-side-block {
        width:100%;
    }

    .side-by-side-title {
        font-size: 32px;
    }
    #your-story {
        flex-direction: column-reverse;
    }

    .calculator-input-groups {
        grid-template-columns: 1fr 1fr;
    }
    .change-now-things {
        max-width:500px;
    }

    .change-now-title {
        font-size:32px;
    }

    .change-now-thing {
        width: 33%;
    }

    #how-we-can-help {
        flex-direction: column-reverse;
    }
    #free-consultation {
        flex-direction: column-reverse;
        padding: 25px 15px 0 15px;
        margin-top:50px;
    }

    .free-consultation-image {
        position: relative;
        width:100%;
    }

    .free-consultation-title {
        text-align:center;
    }

    .free-consultation-text {
        width:100%;
        color:white;
    }
}


@media (max-width: 767px) {
    .hero-section {
        border-radius: 0px 0px 0px 0px;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 0 0 0;        
        margin-bottom: 100px;
    }

    .hero-images{
        z-index:0;
        display:flex;
        justify-content: space-between;
        width:100%;
        margin-top: -50px;
        
    }
    .hero-image-left {
        border-radius: 0px;
        width:45%;
        position: relative;
    }

    .hero-image-right {
        border-radius: 0px;
        width:45%;
        position: relative;
    }

    #hero-title {
        font-size: 30px;
        line-height: 40px;
        z-index: 20;
        max-width:360px;
    }
    .add-to-cart-box {
        display:block;
        transform: translateY(35%);
        border-radius: 40px;
    }
    .add-to-cart-field {
        margin-top: 15px;
    }
    .add-to-cart-button {
        margin-top: 15px;
    }
    .pricing-section {
        max-width:500px;
    }
    .pricing-section-title {
        font-size: 32px;
        line-height: 130%;
    }
    .pricing-section-small-title {
        font-size: 24px;
        line-height:32px;
    }

    .what-youll-get {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .what-youll-get-title {
        text-align:center;
    }

    .benefits {
        display:block;
    }
    .benefit {
        padding: 0 20px;
        max-width:500px;
        margin:auto;
    }
    .benefit-title-container {
        flex-direction: column-reverse;
    }
    .benefit-free-consultation {
        max-width: 500px;
        margin: auto;
        flex-direction: column;
        margin-top:25px;
        padding: 20px;
    }
    .benefit-free-consultation-title {
        text-align:center;
        font-size: 28px;
        margin-bottom:15px;
    }
    .side-by-side {
        padding: 0 15px;
        max-width:500px;
    }
    .side-by-side-block {
        width:100%;
    }

    .side-by-side-title {
        font-size: 32px;
    }
    #your-story {
        flex-direction: column-reverse;
    }
    .calculator-input-groups {
        grid-template-columns: 1fr;
    }

    .change-now-things {
        max-width:500px;
    }

    .change-now-title {
        font-size:32px;
    }

    .change-now-thing {
        width: 50%;
    }

    #how-we-can-help {
        flex-direction: column-reverse;
    }
    #free-consultation {
        flex-direction: column-reverse;
        padding: 25px 15px 0 15px;
    }

    .free-consultation-image {
        position: relative;
        width:100%;
    }

    .free-consultation-text {
        width:100%;
        color:white;
    }
}

.qanda-item {
    margin: 10px 0;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    max-width:600px;
    width:100%;
    cursor:pointer;
}

.qanda-item:hover {
    border-right: 6px solid #4A0D66;
}

.open-qanda-item {
    border-right: 6px solid #4A0D66;

}

.question {
    background-color: white;
    border: 0;
    display:flex;
    justify-content: space-between;
    font-size:16px;
    padding:10px 0;
    margin-top:3px;
    width:100%;
    cursor:pointer;
}

.answer {
    font-size:12px;
    margin-top:10px;
}