       /* --- CSS Variables --- */
        :root {
            --color-primary-teal: #4fc3f7;
            --color-secondary-green: #a5d6a7;
            --color-light: #ffffff;
            --color-dark: #333;
            --color-accent-glow: rgba(0, 229, 255, 0.9); /* Cyan Glow */
            --color-accent-cyan: #00e5ff; /* Bright cyan */
            --color-accent-border: rgba(0, 229, 255, 0.7);
            --font-primary: 'Poppins', sans-serif;
            /* --- Base size for the avatar --- */
            --avatar-base-size: 750px;
        }
        h1,h2,h3,h4,h5,h6,p,a,li,div{
            font-family:  'Poppins', sans-serif;;
        }
        /* About US page */
     .about-hero-section {
      background: linear-gradient(93.3deg, #A5D8B4 0%, #69CAEA 70.03%);

      color: white;
      text-align: center;
      padding: 100px 20px;
      position: relative;
    }

    .back-btn {
      position: absolute;
      top: 30px;
      left: 30px;
      background-color:#35C5CE;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-size: 18px;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .back-btn:hover {
      background-color: #35C5CE;
    }

    .logo {
      width: 60px;
      margin-bottom: 10px;
    }

    .title {
      font-size: 56px;
      font-weight: 600;
    }

    .subtitle {
      font-size: 20px;
      margin-top: 15px;
    }

    .logo-text {
      font-size: 16px;
      font-weight: 300;
    }
    .mission-section {
  padding: 80px 0;
  background: linear-gradient(to right, #ffffff, #e0f7fa); /* soft blue gradient */
}

.mission-title {
  font-size: 48px;
  font-weight: 700;
  color: #000; /* black for "Our" */
}

.mission-title .highlight {
  color: #35C5CE; /* teal blue */
}
.mission-text{
    width: 75%;
}


.mission-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.overwhelm-section {
  padding: 80px 0;
  background: linear-gradient(to right, #ffffff, #e0f7fa);
}

.overwhelm-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}

.overwhelm-title span {
  color: #35C5CE;
}

.overwhelm-text {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.checklist p {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #222;
}

.check-icon {
 position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-weight: bold;
    background: #35C5CE;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closing-text {
  font-size: 15px;
  margin-top: 20px;
  color: #444;
}



.grouped-image img {
  width: 100%;
  border-radius: 15px;
}
.mental-wellness-section {
  background-color: #EEF8FF;
  padding: 80px 0;
}

.top-heading h2 {
  font-size: 48px;
  font-weight: 600;
}

.top-heading span {
  color: #35C5CE;
}

.top-heading p {
  font-size: 16px;
  color: #4F4F4F;
  margin-top: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-block {
  margin-top: 60px;
}

.content-block h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #4F4F4F;
}

.content-block p {
  font-size: 15px;
  color: #4F4F4F;
  line-height: 1.7;
}

.final-text p {
  font-size: 20px;
  font-weight: 400;
  color: #4F4F4F;
}
.mental-wellness-content{
    width: 75%;
}
.our-story {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.our-story h2 {
  font-weight: 700;
  font-size: 48px;
}
.our-story h2 span {
  color: #35C5CE;
}
.our-story h6 {
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
  font-size: 18px;
}

.our-story p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.story-images {
  margin: 40px 0;
}

.story-images img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.story-images img:hover {
  transform: translateY(-5px);
}
.footer-section {
    background: linear-gradient(90.21deg, #35C5CE -6.72%, rgba(53, 197, 206, 0.5) 44.8%, rgba(53, 197, 206, 0.25) 78.16%, #35C5CE 110.35%);
    /* background-image: url('../images/gr-bg.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 90px 20px 60px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    margin: 50px 20px 0;
    box-shadow: inset 0px -20px 16px 0px white;
  }

  .footer-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
  }

  .footer-form {
    max-width: 500px;
    margin: 0 auto 40px;
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  .footer-form input {
    border: none;
    padding: 10px 15px;
    flex: 1;
    outline: none;
  }

  .footer-form button {
    background-color: #21B9C6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 10px;
  }

  .footer-form button:hover {
    background-color: #089aad;
  }

  .footer-links {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #24252F;
   padding-bottom: 40px;
  }

  .footer-links a {
    color: #24252F;
    text-decoration: none;
    margin: 0 10px;
    font-size: 18px;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }
/* Subscription Page */
.early-access {
  padding:60px 20px 0px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.early-access h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.early-access h2 span,
.early-access h3 span,
.early-access h4 span {
  color: #35C5CE;
}

.access-top h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.access-top p {
  font-size: 18px;
  line-height: 1.6;
}

.image-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-box img {
  width: 100%;
}

.image-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 74%);
    color: #000;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 79%;
    font-family: 'Poppins', sans-serif;
}

.why-join {
  margin-top: 60px;
}

.why-join h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.point-box {
  text-align: left;
  padding-left: 30px;
  position: relative;
}

.point-box .dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #35C5CE;
  border-radius: 50%;
}

.point-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.point-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #4f4f4f;
}

.email-note {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}
.subscription-form{
    background-color: #EEF8FF;
     padding: 90px 20px 60px;
    text-align: center;
    margin: 50px 0;
}

  .subscription-form h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
  }

  .subscription-form .footer-form {
    max-width: 500px;
    margin: 0 auto 40px;
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  .subscription-form .footer-form input {
    border: none;
    padding: 10px 15px;
    flex: 1;
    outline: none;
  }

  .subscription-form .footer-form button {
    background-color: #21B9C6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 10px;
  }

 .subscription-form  .footer-form button:hover {
    background-color: #089aad;
  }
  .connect-community {
  padding: 60px 20px;
  color: #333;
}

.connect-community .section-heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.connect-community .section-heading span {
  color: #35C5CE;
}

.connect-community .sub-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.connect-community .sub-heading span {
  color: #35C5CE;
}

.connect-community .description {
  font-size: 18px;
  line-height: 1.7;
  color: #4F4F4F;
  margin-bottom: 30px;
}

.connect-community .engage-title {
  color: #35C5CE;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}

.engage-points {
  margin-bottom: 25px;
  display: flex;
}

.engage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.engage-item .dot {
  width: 12px;
  height: 12px;
  background-color: #35C5CE;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 6px;
  flex-shrink: 0;
}

.engage-item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.engage-item p {
  font-size: 18px;
  color:#000;
  margin: 0;
}

.closing-note {
  font-size: 18px;
  color: #4F4F4F;
  margin-top: 20px;
}

.connect-community img {
  max-width: 100%;
}
.contact-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-left {
  flex: 1;
  min-width: 280px;
}

.contact-left h2 {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-box i {
  font-size: 22px;
  background: #35C5CE;
  color: white;
  padding: 14px;
  border-radius: 10px;
  margin-right: 15px;
}

.contact-box h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.contact-box p {
  margin: 3px 0 0;
  font-size: 16px;
  color: #555;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.social-media p {
  margin-bottom: 10px;
  font-weight: 500;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  
}
.social-icons a i{  
    font-size: 16px;
    background: #35C5CE;
    color: white;
    padding: 7px;
    border-radius: 8px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.contact-right {
  background: #f8fafd;
  padding: 30px;
  border-radius: 12px;
  flex: 1;
  min-width: 300px;
}

.contact-right h3 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 600;
}

.contact-form .form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 14px;
}

.contact-form select {
  margin-bottom: 15px;
}

.contact-form textarea {
  resize: none;
}

.captcha {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}
.captcha input{
  width: auto;
}
.contact-form button {
  background: #35C5CE;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background: #2bb4c0;
}
/* Your Voice Page */

/* Section 1 */
.experience-section {
  padding: 60px 0;
}

.experience-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.text-content h2 {
  font-size: 36px;
    font-weight: 700;
  margin-bottom: 20px;
}

.text-content span {
  color: #35C5CE;
}

.text-content p {
  font-size: 16px;
  color: #444;
}

.image-content {
  flex: 1;
  min-width: 300px;
}

.image-content img {
  width: 100%;
}

/* Section 2 */
.think-section {
  background-color: #EEF8FF;
  padding: 60px 0;
  text-align: center;
}

.think-section h2 {
  font-size: 36px;
    font-weight: 700;
  margin-bottom: 40px;
}

.think-section span {
  color: #35C5CE;
}

/* Cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.info-card {
  background: none;
  max-width: 300px;
  text-align: center;
  color: #4F4F4F;
}

.info-card .icon {
  background-color: #35C5CE;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.info-card p {
  font-size: 16px;
  color: #444;
}

/* Form */
.share-form {
  max-width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.share-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  resize: none;
  font-size: 14px;
}

.share-form button {
  background-color: #35C5CE;
  border: none;
  padding: 12px 45px;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  align-self: flex-end;
}

.share-form button:hover {
  background-color: #2bb3bc;
}

/* === Section: User Ideas === */
.user-ideas-section {
  padding: 60px 20px;
  background-color: #fff;
}

.user-ideas-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.ideas-text {
  flex: 1 1 300px;
}

.ideas-image {
  flex: 1;
}

.ideas-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* === Section: Consider Prompts === */
.consider-prompts-section {
  padding: 60px 20px;
  background-color: #EEF8FF;
  text-align: center;
}

.consider-title {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #0f4c81;
  font-weight: 600;
}

.consider-prompts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.prompt-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
}

.prompt-box i {
  font-size: 24px;
  color: #50b3c9;
  margin-bottom: 12px;
  display: inline-block;
}

/* Textarea & Submit */
.ideas-textarea {
  width: 100%;
  max-width: 800px;
  height: 120px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  font-size: 1rem;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ideas-submit-btn {
  background-color: #50b3c9;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ideas-submit-btn:hover {
  background-color: #3aa2b2;
}

/* === Section: Wishlist === */
.wishlist-features-section {
  padding: 60px 20px;
  background-color: #fff;
}

.wishlist-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.wishlist-image {
  flex: 1;
}

.wishlist-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.wishlist-text {
  flex: 1;
}
  @media (max-width:768px) {
     .subscription-form, .footer-section{
        margin:50px 0px 0px !important;
      }
     .subscription-form  h2,  .footer-section h2{
        font-size: 1.2rem !important;
      }
     .subscription-form input,  .footer-form input{
        font-size: 14px !important;
      }
     .subscription-form  button,  .footer-form button{
        font-size: 14px !important;
        margin-left: -35px !important;
        padding: 3px 6px !important;
      }
      .footer-links a{
        font-size: 12px !important;
      }
  }
   h2 {
      font-size: 36px;
      margin-bottom: 10px;
      font-weight: bold;
    }

    h2 span {
      color: #35C5CE;
    }

    .wishlist-section {
      padding: 60px 8%;
    }

    /* === Top Row: Content and Image === */
    .wishlist-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
    }

    .wishlist-text {
      flex: 1 1 500px;
    }

    .wishlist-image {
      flex: 1 1 400px;
    }

    .wishlist-image img {
      width: 100%;
      border: 2px solid #35C5CE;
      border-radius: 8px;
    }

    /* === Bottom Row: Icons and Form === */
    .wishlist-bottom {
      display: flex;
      flex-wrap: wrap;
      margin-top: 60px;
      gap: 40px;
    }

    .wishlist-list {
      flex: 1 1 450px;
    }

    .wishlist-list h4 {
      color: #35C5CE;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .wishlist-list ul {
      list-style: none;
      padding: 0;
    }

    .wishlist-list ul li {
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
 .wishlist-list .list-item-box{
  flex: 1 1 200px;
  margin-bottom: 2rem;
  padding-right: 1rem;
  display: flex;
 }
    .wishlist-list .list-item-box i {
      background-color: #35C5CE;
      color: #fff;
      border-radius: 50%;
      padding: 11px;
      font-size: 14px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 3px;
      margin-right: 0.375rem;
    }

    .wishlist-form {
      flex: 1 1 450px;
    }
.wishlist-form-primary textarea{
  height: 250px;
}
    .wishlist-form textarea {
      width: 100%;
      height: 300px;
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      resize: vertical;
      font-size: 15px;
      margin-bottom: 15px;
    }

    .wishlist-form button {
      background-color: #35C5CE;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      float: right;
    }

    .wishlist-form button:hover {
      background-color: #2bb3bc;
    }

    /* Footer note */
    .wishlist-footer {
      margin-top: 30px;
      text-align: center;
      font-size: 14px;
    }

    .wishlist-footer strong {
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .wishlist-top,
      .wishlist-bottom {
        flex-direction: column;
      }
      h1{
        font-size: 30px !important;
      }
      h2 {
        font-size: 36px !important;
      }
      p{
        font-size: 14px !important;
      }
      .mission-text{
        width: 100%;
      }
      .overwhelm-section{
        padding-top: 0px;
      }
      .overwhelm-title{
        margin-top: 1.5rem;
      }
      .terms-and-condition-content h1,  .privacy-policy-content h1{
        font-size: 30px !important;
      }
      .terms-and-condition-content h2 ,  .privacy-policy-content h2{
        font-size: 26px !important;
      }
        .terms-and-condition-content h3 ,  .privacy-policy-content h3{
        font-size: 22px !important;
      }
        .terms-and-condition-content h4 ,  .privacy-policy-content h4{
        font-size: 20px !important;
      }
        .terms-and-condition-content h5 ,  .privacy-policy-content h5{
        font-size: 18px !important;
      }
    }
    .spinner {
    border: 4px solid #21b9c685;
    border-top: 4px solid #089aad;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-right: 1rem;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
input:-internal-autofill-selected{
  background-color: #fff !important;
}
.terms-and-condition-content h3 ,  .privacy-policy-content h3{
  font-weight: 600;
}
.terms-and-condition-content h4 ,  .privacy-policy-content h4{
  font-weight: 600;
}
.fw-bold{
  font-weight: 700;
}

.terms-and-condition-content a ,  .privacy-policy-content a{
  color: #35C5CE;
}
.terms-and-condition-content a:hover , .privacy-policy-content a:hover{
  color: #35C5CE;
}