.heading-4 {
    position: relative;
    top: 0px;
    left: 11px;
    letter-spacing: -1.44px;
    line-height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 818px;
    height: 72px;
}
.background1 {
    width: 100%;
    max-width: 829px;
    position: relative;
    border-radius: 6px;
    background-color: #beff92;
    height: 72px;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 44px;
    font-family: var(--font-inter);
}
.click-here1 {
    text-decoration: underline;
}
.click-here {
    color: inherit;
}
.heading-6-container {
    align-self: stretch;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #5a5b5e;
    display: flex;
    align-items: center;
    height: 46px;
    flex-shrink: 0;
}
.mental-health-attributes {
    position: relative;
    top: auto;
    left: 39px;
    line-height: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    height: 63px;
}
.div {
    position: relative;
    top: auto;
    left: auto;
    line-height: 36px;
    font-weight: 600;
    color: var(--color-black);
    display: flex;
    align-items: center;
    width: auto;
    height: 55px;
}
.mental-health-attributes-parent {
    align-self: stretch;
    position: relative;
    border-radius: var(--br-5xs);
    background-color: var(--color-aliceblue);
    border: 1px solid var(--color-darkslateblue);
    box-sizing: border-box;
    height: 101px;
    overflow: hidden;
    flex-shrink: 0;
}
.mental-health-outcomes {
    position: absolute;
    top: 19px;
    left: 46px;
    line-height: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 489px;
    height: 63px;
}
.background-parent {
    position: absolute;
    top: 178px;
    left: 184px;
    width: 1072px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 31px 46px;
    box-sizing: border-box;
    gap: 55px;
}
.background {
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;
    right: 0px;
    left: 0px;
    background-color: #fbfeff;
    min-height: auto;
}
.image-14-icon {
    position: absolute;
    top: 56px;
    left: 163px;
    width: 557px;
    height: 107px;
    object-fit: cover;
}
.image-15-icon {
    position: absolute;
    top: 64px;
    left: 843px;
    width: 344px;
    height: 91px;
    object-fit: cover;
}
.contact {
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: var(--color-aliceblue);
    border-top: 1px solid var(--color-darkslateblue);
    box-sizing: border-box;
    height: 219px;
    overflow: hidden;
    margin-top: 200px;
}
.image-icon {
    top: 7px;
    width: 144px;
    position: relative;
    height: 38px;
    object-fit: cover;
}
.data-contribution {
    position: relative;
}
.data-contribution-wrapper {
    width: 243px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.how-it-works {
    position: relative;
    cursor: pointer;
}
.how-it-works-parent {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-size: var(--font-size-5xl);
}
.navbar {
    position: fixed; /* Use fixed so it's always on top */
    bottom: 0px;
    top:auto;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background-color: var(--color-white);
    height: 114px;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between; /* This moves CANDOR to the left */
    padding-right: 2rem; /* Add horizontal padding */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: var(--font-size-14xl);
    font-family: var(--font-afacad);
  }
  
.research-data-usage-page {
    width: 100%;
    position: relative;
    background: linear-gradient(#f5fcff, #f5fcff), #f5fcff;
    min-height: auto;
    overflow-y: auto;
    text-align: left;
    font-size: var(--font-size-20xl);
    color: var(--color-darkslateblue);
    font-family: var(--font-archivo);
    flex-grow: 1;
}

body {
    margin: 0;
    line-height: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


:root {
    
    /* Fonts */
    --font-inter: Inter;
    --font-afacad: Afacad;
    --font-archivo: Archivo;
    
    /* font sizes */
    --font-size-sm: 14px;
    --font-size-xl: 20px;
    --font-size-3xl: 22px;
    --font-size-5xl: 24px;
    --font-size-14xl: 33px;
    --font-size-16xl: 35px;
    --font-size-20xl: 39px;
    
    /* Colors */
    --color-aliceblue: #eefaff;
    --color-black: #000;
    --color-aliceblue-100: #f5fcff;
    --color-darkolivegreen: #496e30;
    --color-darkslateblue: #1d458b;
    --color-dimgray-100: #5a5b5e;
    --color-dimgray: #5a5b5e;
    --color-honeydew: #f7fff1;
    --color-palegreen: #beff92;
    --color-white: #fff;
    
    /* Gaps */
    --gap-3xs: 10px;
    --gap-smi: 13px;
    
    /* Paddings */
    --padding-2xl: 21px;
    --padding-8xl: 27px;
    --padding-11xl: 30px;
    --padding-24xl: 43px;
    
    /* Border radiuses */
    --br-7xs: 6px;
    --br-5xs: 8px;
    
}

/*Data Usage Page*/

@media (max-width: 1024px) {
    .glossary .entry-content {
      flex-direction: column;
      align-items: center;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 1rem;
        font-size: 1.3rem;
      }
    
      .how-it-works-parent {
        flex-direction: row;
        gap: 1rem;
        font-size: 1rem;
        width: 100%;
      }
    
      .background-parent {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 1rem;
        gap: 1.5rem;
      }
    
      .heading-4 {
        font-size: 1.3rem;
        width: 100%;
        text-align: center;
      }
    
      .background1 {
        height: auto;
        font-size: 1.4rem;
        padding: 1rem;
        text-align: center;
      }
    
      .heading-6-container,
      .mental-health-attributes,
      .mental-health-outcomes,
      .div {
        font-size: 1rem;
        line-height: 1.4;
        height: auto;
        padding: 0.5rem 0;
        width: 100%;
      }
    
      .mental-health-attributes-parent {
        height: auto;
        padding: 1rem;
      }
    
      .contact {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        padding: 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
      }


    .image-14-icon,
    .image-15-icon {
      position: relative;
      top: 0;
      left: 0;
      width: 80%;
      height: auto;
      margin: 1rem auto;
      display: block;
    }
      .glossary .entry-text,
      .glossary .entry-header,
      .glossary .section-description {
        font-size: 0.9rem;
      }
    
      .glossary .entry-image {
        max-width: 100%;
      }
    
      .research-data-usage-page {
        font-size: 1.2rem;
      }
  }

  .glossary .glossary-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
  }
  .entry-text h4 {
    font-weight: bold;
    margin-top: 16px;
  }

.glossary .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
}

.glossary .section-title-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.glossary .section-title {
    margin: 0;
}

.glossary .section-description {
    margin: 0;
    font-size: 0.9em;
}

.glossary .toggle-icon {
    font-weight: bold;
    margin-left: auto;
    background: none;
    border: none;
}

.glossary .section-controls {
    margin: 10px 0;
    display: flex;
    gap: 10px;
}

.glossary .section-content {
    display: none;
}

.glossary .section-content.expanded {
    display: block;
    padding-left: 20px;
}

.glossary .glossary-entry {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.glossary .entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
}

.glossary .entry-content {
    display: none;
}

.glossary .entry-content.expanded {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.glossary .entry-text {
    flex: 1;
    padding-right: 20px;
    font-size: 14px;

}

.glossary .entry-image {
    flex: 0 0 auto;
    max-width: 400px;  /* Increased max-width for mockup images */
}

.glossary .entry-image img {
    width: 100%;
    height: auto;
}

.glossary .expand-all, .collapse-all {
    color: blue;
    background: none;
    border: none;
}

.glossary .expand-all:hover, .collapse-all:hover {
    color: #363636;
}

.glossary .loading
{
    text-align: center;
}