.heading-4 {
    position: absolute;
    top: 0px;
    left: 8px;
    letter-spacing: -1.44px;
    line-height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 593px;
    height: 72px;
}
.background2 {
    position: absolute;
    top: 10rem;
    left: 194px;
    border-radius: 6px;
    background-color: #beff92;
    width: 518px;
    height: 72px;
    overflow: hidden;
}
.heading-6 {
    position: absolute;
    top: 16rem;
    left: 194px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: var(--font-archivo);
    color: #5a5b5e;
    display: flex;
    align-items: center;
    width: 80%;
}
.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: absolute;
    width: 100%;
    top: 1257px;
    right: 0px;
    left: 0px;
    background-color: #eefaff;
    border-top: 1px solid var(--color-darkslateblue);
    box-sizing: border-box;
    height: 219px;
    overflow: hidden;
}
.background1 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0px;
    left: 0px;
    background-color: var(--color-white);
    height: 1476px;
    overflow: hidden;
}
.background {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: var(--color-white);
    height: 1500px;
}
.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);
}

.export-data-page {
    width: 100%;
    position: relative;
    background: linear-gradient(var(--color-white), var(--color-white)), var(--color-white);
    height: 1450px;
    overflow-y: hidden;
    overflow-x: hidden;

    font-size: 44px;
    color: var(--color-darkslateblue);
    font-family: var(--font-inter);
}


/* Listbox Component */
.listbox-component {
    margin-top: 350px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 0;
    width: 100%; /* Ensure it takes full width */
    justify-content: center; 
    text-align: center; /* Align content to the right */
}

/* Select Platform */
#platform-select {
    width: 300px;
    padding: 8px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center; /* Center text in the select box */
    font-family: var(--font-inter);

}

/* Label for Select Platform */
.listbox-component label {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 20px; /* Add space between label and select box */
    display: inline-block;
    text-align: right; /* Ensure the label is right aligned */
    font-family: var(--font-inter);

}

/* Instructions Box */
.instructions-box {
    margin-top: 20px;
    padding: 50px;
    background-color: #f4f4f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(214, 231, 244, 0.1);
    width: 50%; /* Adjust width as necessary */
    left: 50%; /* This ensures the box is centered */
    transform: translateX(-50%); /* Center the box relative to its container */
    position: absolute;
}

/* Instructions Container */
#instructions-container p {
    font-size: 20px;
}

#instructions-container ol {
    font-size: 20px;
}

.instructions-box h3 {
    margin-top: -25px;
    margin-bottom: 10px;
}

/* iFrame */
iframe {
    display: block;  /* Ensures it behaves like a block element */
    border: none;
    width: 80%;
}

/* For consistent body styles */
body {
    margin: 0;
    line-height: normal;
}

body, html {
    overflow-x: hidden;
    overflow-y: auto;
  }

/* Ensure root font size settings */
:root {
    --font-afacad: Afacad;
    --font-archivo: Archivo;
    --font-inter: Inter;
    --font-size-3xl: 22px;
     /* 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;
    
    --color-darkslateblue: #1d458b;
    --color-white: #fff;
}

  
@media (max-width: 1024px) {
    .navbar {
      flex-direction: column;
      height: auto;
      padding: 1rem;
      font-size: 1.3rem;
      justify-content: center;
      align-items: center;
    }
  
    .how-it-works-parent {
        flex-direction: row;
        gap: 1rem;
        font-size: 1rem;
        width: 100%;
      }
  
    .heading-4 {
      position: relative;
      left: 0;
      top:0;
      font-size: 1.3rem;
      width: auto;
      margin: 0rem auto 0;
      text-align: center;
    }
    .background2 {
      position: relative;
      top: 2rem;
      left: 0;
      width: 15rem;
      height: auto;
      margin: 0 auto; 
      padding-left: 0.5rem;
      font-size: 1.2rem;
      text-align: center;
    }
  
    .heading-6 {
      position: relative;
      top: 5rem;
      left: 0;
      width: 90%;
      margin: 0.5rem auto 1rem auto;
      font-size: 1rem;
      line-height: 1.5;
      text-align: center;
    }
  
    .instructions-box {
      position: relative;
      width: 90%;
      padding: 1.5rem;
      left: 0;
      transform: none;
      margin: 1rem auto;
    }

    .instructions-box h3 {
        font-size: 1.2rem;
        margin-top: 0;
      }

      #instructions-container p,
  #instructions-container ol {
    font-size: 1rem;
    line-height: 1.5;
  }
  
    .listbox-component {
      margin-top: 8rem;
      text-align: center;
      padding: 0 1rem;
    }

    .listbox-component label {
        font-size: 1rem;
        display: block;
        margin-bottom: 0.5rem;
        text-align: center;
      }
  
    #platform-select,
    .listbox-component label {
      font-size: 1rem;
      width: 70%;
      margin: 0.5rem auto;
      display: block;
      text-align: center;
    }
  
    iframe {
      width: 100%;
      height: auto;
    }
  

    .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;
    }
  
    .export-data-page {
      height: auto;
      font-size: 1.2rem;
    overflow-y: hidden;
    min-height: 100vh;
    }
  
    .background1,
    .background {
      height: auto;
      position: relative;
    }
  }
  
