* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    padding-top: 100px;
    /* pushes content below nav */
}

/* This is for the Nav Bar */

.nav-bar {
    height: 100px;
    width: 100%;
    display: flex;
    background: rgba(145, 194, 199, 0.84);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav-logo {
    width: 50%;
    height: 100px;
    padding-left: 20px;
}

.nav-logo img {
    height: 100px;
    width: 45%;
    object-fit: contain;
}

.nav-pill {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
    width: 50%;
    height: 100px;
}

.nav-pill a {
    text-decoration: none;
    color: #0B0303;
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    background-color: #fffaf0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.nav-pill a:hover {
    background: rgba(230, 239, 239, 0.67);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(230, 239, 239, 0.5);
}


/* this is the footer */
footer {
    height: 150px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    background: rgba(145, 194, 199, 0.84);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-top {
    display: flex;
}

.footer-bottom p {
    color: #0B0303;
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

footer img {
    height: 100px;
    width: 250px;
    object-fit: cover;
}







/* this is the home page */

/* this is the hero banner */
.home-hero-banner {
    width: 100%;
    height: 650px;
}

.home-hero-banner img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/* this is the why we exist section */
.why-exist {
    width: 100%;
    /* height: 750px; */
    background-color: #fffaf0;
    padding-top: 15px;
}

.why-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.why-text h1 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    color: #0b0303;
}

.why-text p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    width: 1000px;
    text-align: center;
    color: #0b0303;
}

/* exist reason cards */
.exist-cards-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.exist-card {
    background-color: #e6efef;
    height: 460px;
    width: 300px;
    border-radius: 20px;
    margin-left: 30px;
}

.exist-img {
    height: 150px;
    width: 150px;
    padding-left: 70px;
    padding-top: 20px;
}

.exist-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.exist-text h2 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    padding-top: 25px;
    color: #0b0303;
}

.exist-text p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 5px;
    color: #0b0303;
}


/* this is the our story section */
.our-story {
    height: 600px;
    width: 100%;
    background-color: #fffaf0;
    display: flex;
}

.story-img {
    width: 50%;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.story-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.story-text {
    width: 50%;
    padding-right: 150px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-text h1 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #0b0303;
}

.story-text p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #0b0303;
}

/* this is the featured topics section */
.featured-topics {
    height: 650px;
    width: 100%;
    background-color: #fffaf0;
}

.featured-topics h1 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #0b0303;
    padding-left: 50px;
}

.featured-card-parent {
    width: 100%;
    height: 530px;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.featured-card-child-home {
    background-color: #e6efef;
    height: 510px;
    width: 325px;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}


.featured-card-child-home img {
    width: 325px;
    height: 510px;
    object-fit: cover;
    border-radius: 25px;
}

.featured-anxiety {
    margin-left: 50px;
}

.featured-pcos {
    margin-right: 50px;
}

.featured-card-child:hover {
    transform: translateY(-10px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.featured-card-child-home:hover {
    transform: translateY(-10px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* this is the health guides page */
.guides-mobile-wrapper {
    display: none;
}

/* this is the hero banner */

.health-guide-banner {
    width: 100%;
    height: 450px;
    position: relative;
}

.health-guide-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.health-guide-text {
    position: absolute;
    top: 200px;
    left: 50px;
}

.health-guide-text h1 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    color: #0B0303;
    line-height: 75px;
}

.health-guide-text p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #0B0303;
}


/* this is the guides section */
.guides {
    width: 100%;
    height: 2700px;
    background-color: #fffaf0;
    display: flex;
    padding-top: 20px;
}

.guide-left {
    width: 50%;
    padding-left: 30px;
    padding-right: 15px;
}

.guide-right {
    width: 50%;
    padding-left: 15px;
    padding-right: 30px;
}

.guides a {
    color: #0B0303;
}

.landscape-guide {
    width: 100%;
    height: 250px;
    background-color: #bbd7da;
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
}

.landscape-guide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.guides-text {
    padding-left: 15px;
    padding-top: 15px;
    width: 270px;
    position: absolute;
    top: 0;
    left: 10px;
}

.guides-text h2 {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: 37px;
    color: #0B0303;
}

.guides-text p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #0b0303;
}

.guide-tag {
    margin-left: 15px;
    margin-top: 25px;
}

.guide-tag p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #0B0303;
}

.conditions-tag {
    background-color: #a6ccd1;
    width: 231px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
}

.portrait-guides {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.portrait-left {
    width: 50%;
    height: 500px;
    background-color: #bbd7da;
    border-radius: 20px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.portrait-left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.mental-tag {
    background-color: #bbd7da;
    width: 205px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
}

.fertility-tag {
    background-color: #d0e2e4;
    width: 185px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
}

.menstrual-tag {
    background-color: #e6efef;
    width: 285px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
}

.hormone-tag {
    background-color: #91c2c7;
    width: 255px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
}

.double-left {
    margin-left: 0;
}

.double-right {
    margin-right: 0;
}

.hormone-text h2 {
    width: 600px;
    color: #0B0303;
}

.landscape-guide:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.portrait-left:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}



/* this is the back to top button */
#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;


    background: rgba(145, 194, 199, 0.84);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);

    width: 56px;
    height: 56px;

    border-radius: 12px;
    position: fixed;
    bottom: 30px;
    right: 30px;

    font-size: 24px;
    color: white;
    text-decoration: none;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;

    z-index: 999;
}

#back-to-top::after {
    content: "↑";
    font-weight: 600;
}

#back-to-top:hover {
    background-color: #7daad1;
    cursor: pointer;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}




/* this is the endometriosis page */
.issue-banner {
    width: 100%;
    height: 350px;
    position: relative;
}

.issue-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.issue-text {
    position: absolute;
    top: 220px;
    left: 50px;
    width: 400px;
}

.issue-text h1 {
    font-family: "warbler-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    color: #0B0303;
    line-height: 75px;
    color: #0B0303;
    /* text-align: center; */
}



/* endo info */
.endo-banner-mobile {
    display: none;
}


.info-wrapper {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    height: 5000px;
    background-color: #fffaf0;
    position: relative;
}

.left-column {
    width: 50%;
}

.right-column {
    width: 50%;
    position: sticky;
    top: 120px;
    height: fit-content;
    padding-bottom: 20px;
}

.left-column h2 {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 37px;
    color: #0B0303;
    padding-bottom: 5px;
}

.left-column p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 500px;
    color: #0B0303;
}

.right-column h2 {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 37px;
    color: #0B0303;
    padding-left: 20px;
}

.right-column li {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 500px;
    color: #0B0303;
}

.right-column ul {
    padding-left: 70px;
}

.right-column p {
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 500px;
    color: #0B0303;
}

.right-column h3 {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 37px;
    color: #0B0303;
    padding-left: 50px;
    padding-top: 5px;
}

.left-column h3 {
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 37px;
    color: #0B0303;
}


/* info blurb */
.info-blurb {
    padding-left: 50px;
    padding-bottom: 20px;
}


/* nutritional info */
.nutritional-information {
    background-color: #f1f6f6;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
}

.nutritional-blurb {
    width: 100%;
}

.nutrition-ibs {
    padding-top: 20px;
    width: 100%;
}

.eat-food {
    padding-top: 20px;
    width: 100%;
}

.avoid-food {
    padding-top: 20px;
    width: 100%;
}


/* cycle phase info */
.menstrual-cycle-wrapper {
    padding-top: 5px;
}

.cycle-diagram {
    padding-left: 50px;
    position: sticky;
    top: 100px;
    transition: transform 0.2s ease;
    background-color: #fffaf0;

}

.cycle-diagram img {
    width: 100%;
    object-fit: cover;
    display: block;
    padding-left: 70px;
    max-width: 400px;
}

span {
    font-family: "area-inktrap", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #0B0303;
}

.follicular-phase {
    width: 100%;
    background-color: #d0e2e4;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.ovulation-phase {
    width: 100%;
    background-color: #e6efef;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.luteal-phase {
    width: 100%;
    background-color: #a6ccd1;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}

/* this is the myths section */
.myths {
    width: 100%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.myths h2 {
    padding-top: 10px;
}

/* accordion */
.accordion {
    width: 650px;
}

.accordion-item {
    background: #91c2c7;
    color: #0B0303;
    margin: 16px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.accordion-item.open {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.accordion-header {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: none;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #0B0303;
    font-family: "area-inktrap", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

.icon {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.35s ease;
}

.accordion-item.open .icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s ease,
        padding 0.35s ease;
    padding: 0 24px;
}

.accordion-item.open .accordion-content {
    padding: 0px 24px 20px 24px;
}

.accordion-content p {
    margin: 0 0 8px 0;
    font-family: "area-inktrap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}



/* resource section */
.resource-links-wrapper {
    width: 100%;
    margin-left: 50px;
}

.resource-links-wrapper h2 {
    padding-top: 20px;
}

.resource-links-wrapper p {
    margin-bottom: 15px;
}

.links-resource a {
    text-decoration: none;
    color: #0B0303;
    font-family: "area-inktrap", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-color: #d0e2e4;
    border-radius: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-left: 3px;
    margin-right: 3px;

}








/* responsiveness */
@media only screen and (max-width: 600px) {
    body {
        background-color: #fffaf0;
    }

    /*  nav-bar */

    .nav-logo img {
        height: 100px;
        width: 90%;
        object-fit: contain;
    }

    /* footer */
    .mobile-footer {
        margin-top: 20px;
    }

    footer img {
        height: 100px;
        width: 90%;
        object-fit: cover;
    }

    /* back to top button */


    /* home page */

    /* home-hero-banner */
    .home-hero-banner {
        width: 100%;
        height: 350px;
    }

    .home-hero-banner img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }



    /* why we exist section */
    .why-exist {
        width: 100%;
        background-color: #fffaf0;
        padding-top: 15px;
    }

    .why-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .why-text h1 {
        font-family: "warbler-text", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 43px;
        color: #0b0303;
        text-align: center;
    }

    .why-text p {
        font-family: "area-inktrap", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        color: #0b0303;
        width: auto;
    }


    /* exist reason cards */
    .exist-cards-wrapper {
        display: flex;
        overflow: auto;
        scrollbar-width: none;
        gap: 20px;
        padding: 0px;
        padding-left: 30px;
        padding-right: 30px;
        justify-content: flex-start;
    }

    .exist-card {
        flex: 0 0 300px;
        height: 460px;
        margin: 0;
    }



    /* this is the our story section */

    /* this is the our story section */
    .our-story {
        height: auto;
        width: 100%;
        background-color: #fffaf0;
        display: block;
    }

    .story-img {
        width: 100%;
        padding: 0;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        justify-content: center;
    }

    .story-img img {
        width: 100%;
        height: auto;
        object-fit: cover;

    }

    .story-text {
        width: 100%;
        padding: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* featured topics section */
    .featured-topics h1 {
        padding-left: 30px;
        padding-top: 10px;
    }

    .featured-card-parent {
        margin-top: 0px;
    }


    /* health guides page */
    .guides {
        display: none;
    }

    /* health guides banner */
    .health-guide-banner {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .health-guide-banner img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .health-guide-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }

    .health-guide-text h1 {
        font-family: "warbler-text", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 55px;
        color: #0B0303;
        line-height: 75px;
    }

    .health-guide-text p {
        font-family: "area-inktrap", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 25px;
        color: #0B0303;
    }

    /* this is the guides link section */
    .guides-mobile-wrapper {
        width: 100%;
        height: auto;
        background-color: #fffaf0;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .featured-card-child {
        margin-left: 20px;
        margin-right: 15px;
        /* margin-top: 20px; */
    }

    .featured-card-child {
    background-color: #e6efef;
    height: 510px;
    width: 325px;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}


.featured-card-child img {
    width: 325px;
    height: 510px;
    object-fit: cover;
    border-radius: 25px;
}


    .mobile-card {
        margin-top: 20px;
        width: 385px;
    }

    .featured-card-child img {
    width: 385px;
    }






    /* information page */
    /* information page banner */

    .endo-banner-web {
        display: none;
    }

    .endo-banner-mobile {
        display: block;
    }

    .issue-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .issue-text h1 {
        font-family: "warbler-text", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 48px;
        color: #0B0303;
        line-height: 75px;
        color: #0B0303;
    }


    /* this is the what is it and symptoms section */

    .info-wrapper {
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        height: auto;
        background-color: #fffaf0;
        position: relative;
    }

    .left-column {
        width: 100%;
    }

    .right-column {
        width: 100%;
        position: relative;
        top: 0px;
        height: fit-content;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .left-column p {
        width: 100%;
    }

    .right-column p {
        width: 100%;
    }


    .right-column li {
        font-family: "area-inktrap", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        width: 100%;
        color: #0B0303;
    }

    .right-column ul {
        padding-left: 70px;
    }




    /* info blurb */
    .info-blurb {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }


    /* nutritional info */
    .nutritional-information {
        background-color: #f1f6f6;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 20px;
        width: 100%;
    }

    .nutritional-blurb {
        width: 100%;
    }

    .nutrition-ibs {
        padding-top: 20px;
        width: 100%;
    }

    .eat-food {
        padding-top: 20px;
        width: 100%;
    }

    .avoid-food {
        padding-top: 20px;
        width: 100%;
    }


    /* cycle phase info */
    .menstrual-cycle-wrapper {
        padding-top: 15px;
    }

    .cycle-diagram {
        padding-left: 20px;
        padding-right: 20px;
        position: sticky;
        top: 100px;
        transition: transform 0.2s ease;
        background-color: #fffaf0;

    }

    .cycle-diagram img {
        width: 80%;
        object-fit: cover;
        display: block;
        padding: 0;
        max-width: 400px;
    }

    span {
        font-family: "area-inktrap", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #0B0303;
    }

    .follicular-phase {
        width: 100%;
        background-color: #d0e2e4;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .ovulation-phase {
        width: 100%;
        background-color: #e6efef;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .luteal-phase {
        width: 100%;
        background-color: #a6ccd1;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    /* this is the myths section */
    .myths {
        width: 100%;
        padding-left: 15px;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }

    .myths h2 {
        padding-top: 15px;
        padding-left: 15px;
    }

    /* accordion */
    .accordion {
        width: 100%;
    }

    .accordion-item {
        background: #91c2c7;
        color: #0B0303;
        margin: 16px;
        margin-left: 0px;
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }

    .accordion-item.open {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
    }

    .accordion-header {
        width: 100%;
        padding: 20px 24px;
        background: transparent;
        border: none;
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: #0B0303;
        font-family: "area-inktrap", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        text-align: left;
    }

    .icon {
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        transition: transform 0.35s ease;
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.55s ease,
            padding 0.35s ease;
        padding: 0 24px;
    }

    .accordion-item.open .accordion-content {
        padding: 0px 24px 20px 24px;
    }

    .accordion-content p {
        margin: 0 0 8px 0;
        font-family: "area-inktrap", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }

    .accordion-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }



    /* resource section */
    .resource-links-wrapper {
        width: 100%;
        margin-left: 0px;
        padding-left: 30px;
    }

    .resource-links-wrapper h2 {
        padding-top: 15px;
    }

    .resource-links-wrapper p {
        margin-bottom: 15px;
    }

    .links-resource {
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    .breaks {
        display: none;
    }

    .links-resource a {
        text-decoration: none;
        color: #0B0303;
        font-family: "area-inktrap", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        background-color: #d0e2e4;
        border-radius: 20px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 5px;
        padding-bottom: 7px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .endo-nz-link {
        width: 285px;
    }

    .endo-zone-link {
        width: 220px;
    }

    .endo-au-link {
        width: 249px;
    }

    .period-place-link {
        width: 209px;
    }



/* fixes the home mobile cards so they're not as wide */
    .featured-card-child-home {
    background-color: #e6efef;
    height: 510px;
    width: 325px;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}


.featured-card-child-home img {
    width: 325px;
    height: 510px;
    object-fit: cover;
    border-radius: 25px;
}

}
