* {
    --primary: #604430;
    --secondary: #EE7211;
    --subdued: #FAF3E1;
}


body {
    font-family: 'Poppins', sans-serif;
    color: var(--primary);

}

main {
    background-color: #FFEFDE25;
    padding: 0px 22px;
    overflow-x: hidden;
}

.mobile-show {
    display: none;
}

button {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-family: 'Poppins', sans-serif;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

li {
    list-style: none;
}

section {
    max-width: 1040px;
    margin: 0 auto;
}

.handwritten {
    font-family: 'Danforth', cursive;
    color: var(--secondary);
}

.button-primary {
    background-color: var(--secondary);
    color: white;
    border-radius: 12px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.button-primary.big {
    padding: 10px 64px;
}

.header-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.hero {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 60px;
}

.hero-links {
    display: flex;
    gap: 25px;
    align-items: center;
}

.hero-image {
    max-width: 45%;
}

.hero-container {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-bottom: 22px;
    gap: 12px;
}

.hero-heading {
    font-size: 42px;
    font-weight: 700;
}

.hero-heading .handwritten {
    font-size: 56px;
}

.hero-description {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 20px;
}

.nav-logo {
    width: 130px;
}

.link-text {
    text-decoration: underline;
    color: var(--primary);
    letter-spacing: 1.4px;
    font-size: 16px;
    cursor: pointer;
}

@font-face {
    font-family: Danforth;
    src: url('/fonts/danforth.woff2');
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 64px;
    height: 64px;
    display: block;
}

.how-it-works {
    margin-bottom: 80px;
}

.how-it-works-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.how-it-works-heading .handwritten {
    font-size: 54px;
}

.how-it-works-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

.how-it-works-item-heading {
    font-size: 28px;
    font-weight: 700;
}

.how-it-works-item-description {
    font-size: 18px;
    font-weight: 400;
}

.how-it-works-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cyl-section {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cyl-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.cyl-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.cyl-paragraph {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.cyl-heading .handwritten {
    font-size: 54px;
}

.cyl-paragraph .handwritten {
    font-size: 26px;
}

.who-am-i-section {
    margin-bottom: 80px;
}

.who-am-i-heading {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.who-am-i-paragraph {
    font-size: 18px;
    margin-bottom: 14px;
}

.who-am-i-paragraph.last-child {
    margin-bottom: 32px;
}

.who-am-i-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-is-it-for {
    margin-bottom: 80px;
}

.who-is-it-for-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.who-is-it-for-heading .handwritten {
    font-size: 54px;
}

.who-is-it-for-description {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.who-is-it-for-button_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.modalities {
    margin-bottom: 80px;
}

.modalities-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.modalities-heading .handwritten {
    font-size: 54px;
}

.modalities-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modalities-item.last-child {
    margin: 20px 0px;
}

.modalities-item-heading {
    font-size: 28px;
    font-weight: 700;
}

.modalities-item-description {
    font-size: 16px;
    font-weight: 400;
}

.modalities-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cta-section-image {
    max-width: 45%;
}

.cta-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.cta-section-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta-section-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.cta-section-heading .handwritten {
    font-size: 54px;
    margin-left: .5rem;
    margin-right: .5rem;
}

.footer {
    background-color: var(--primary);
    color: var(--subdued);
    padding: 80px 0px;
    width: 100%;
}

.footer-link {
    color: var(--subdued);
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-logo {
    width: 130px;
}

.footer-disclaimer {
    font-size: 9px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    color: #FFEFDE75;
}

.footer-social {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.footer-social-icons {
    display: flex;
    gap: 12px
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews {
    margin-bottom: 80px;
}

.reviews-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center; 
}

.reviews-heading .handwritten {
    font-size: 54px;
    margin-left: .5rem;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--primary);
    position: relative;
}

.review-card-quote {
    position: absolute;
    top: -30px;
    right: 2%;
    background: #FFFCFB;
}

.review-card__review {
    font-size: 16px;
    font-weight: 400;
}

.review-card__info {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.review-card__info h3 {
    font-size: 16px;
    font-weight: 500;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (max-width: 768px) {
    .mobile-show {
        display: block;
    }

    .hero-image {
        max-width: 95%;
    }

    .cta-section-image {
        max-width: 95%;
    }

    .hero {
        margin-top: 5px;
        display: block;
        margin-bottom: 45px;
    }

    .hero-container {
        gap: 0px;
    }

    .hero-description {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .hero-heading {
        font-size: 32px;
    }

    .hero-heading .handwritten {
        font-size: 42px;
    }

    .how-it-works-heading {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 12px;
    }

    .how-it-works-heading .handwritten {
        font-size: 42px;
    }

    .how-it-works {
        margin-bottom: 45px;
    }

    .cyl-section {
        margin-bottom: 45px;
    }

    .cyl-content {
        display: block;
    }

    .cyl-heading {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .cyl-paragraph {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
        text-align: start;
    }

    .cyl-heading .handwritten {
        font-size: 42px;
    }

    .cyl-paragraph .handwritten {
        font-size: 26px;
    }

    .who-am-i-section {
        margin-bottom: 45px;
    }

    .who-am-i-heading {
        font-size: 32px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .who-am-i-paragraph {
        font-size: 18px;
        margin-bottom: 12px
    }

    .who-am-i-paragraph.last-child {
        margin-bottom: 20px;
    }

    .who-is-it-for {
        margin-bottom: 45px;
    }

    .who-is-it-for-heading {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center;
    }

    .who-is-it-for-heading .handwritten {
        font-size: 42px;
    }

    .who-is-it-for-description {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: start;
    }

    .modalities {
        margin-bottom: 45px;
    }

    .modalities-heading {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .modalities-heading .handwritten {
        font-size: 42px;
    }

    .cta-section-heading {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    .cta-section-heading .handwritten {
        font-size: 38px;
        margin-left: 4px;
    }

    .footer {
        padding: 60px 0px;
    }

    .footer-container {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .footer-social {
        align-items: center;
        font-size: 16px;
    }

    .footer-link {
        font-size: 16px;
        text-align: center;
    }

    .footer-disclaimer {
        align-items: center;
    }

    .reviews {
        margin-bottom: 30px;
    }
    
    .reviews-heading {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center; 
    }
    
    .reviews-heading .handwritten {
        font-size: 40px;
        margin-left: .5rem;
    }
    
    .review-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid var(--primary);
        position: relative;
    }
    
    .review-card-quote {
        position: absolute;
        width: 42px;
        height: 42px;
        top: -24px;
        right: 3%;
        background: #FFFCFB;
        
    }
    
    .review-card__review {
        font-size: 13px;
        font-weight: 400;
    }
    
    .review-card__info {
        display: flex;
        flex-direction: column;
        font-weight: 400;
    }
    
    .review-card__info h3 {
        font-size: 14px;
        font-weight: 500;
    }
    
    .reviews-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}