/* Hero Section */
.section-btb {
  position: relative;
  width: 100vw;
  height: 60vh;
  background: url('/assets/images/btb/career/hero.png') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-btb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* dark overlay to match screenshot */
  z-index: 1;
}

.content-btb {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

.title-btb {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.subtitle-btb {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.cta-btn-btb {
  font-size: 1rem;
  padding: 0.8em 2em;
  background: linear-gradient(90deg, #ee4367 0%, #fd944b 100%);
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(22, 31, 45, 0.1);
  transition: background 0.2s;
}

.cta-btn-btb:hover {
  background: #e95a4f;
}
@media (max-width: 760px){
  .section-btb{
    padding: 0px 20px;
  }
}


/* Why Join Us Section */
.why-join-section-btb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 6vw 60px 6vw;
  width: 100vw;
  box-sizing: border-box;
}

.why-join-content-btb {
  width: 50%;
  max-width: 600px;
}

.why-join-title-btb {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #191919;
  letter-spacing: -1px;
}

.why-join-desc-btb {
  font-size: 1.1rem;
  color: #757575;
  margin-bottom: 2.3rem;
}

.why-join-features-btb {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.why-join-feature-btb {
  display: flex;
  align-items: flex-start;
}

.feature-number-btb {
  font-size: 3rem;
  font-weight: 600;
  color: #e5e5e5;
  min-width: 80px;
  text-align: center;
  margin-right: 20px;
}

.feature-content-btb {
  flex: 1;
}

.feature-title-btb {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.feature-desc-btb {
  font-size: 1rem;
  color: #666;
}

.why-join-image-btb {
  width: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.team-image-btb {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 28px rgba(0,0,0,0.13));
  background: transparent;
}
@media (max-width: 700px) {
  .why-join-section-btb {
    flex-direction:column-reverse !important;
    align-items: flex-start !important;
    padding: 36px 0 36px 0;
    width: 100vw;
  }
  .why-join-image-btb {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .team-image-btb {
    width: 80vw;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(0 4px 28px rgba(0,0,0,0.13));
  }
  .why-join-content-btb {
    width: 100vw;
    max-width: unset;
    padding: 0 7vw;
    margin: 0 auto;
    text-align: center;
  }
  .why-join-title-btb {
    font-size: 1.54rem;
    margin-bottom: 1.15rem;
  }
  .why-join-desc-btb {
    font-size: 1.09rem;
    margin-bottom: 1.75rem;
    color: #656d7c;
    text-align: center;
  }
  .why-join-features-btb {
    gap: 1.7rem;
    margin-top: 10px;
  }
  .why-join-feature-btb {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
  }
  .feature-number-btb {
    font-size: 2.6rem;
    margin-bottom: 7px;
    min-width: unset;
    margin-right: 0;
    color: #e5e5ec;
  }
  .feature-content-btb {
    flex: unset;
  }
  .feature-title-btb {
    font-size: 1.13rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
  }
  .feature-desc-btb {
    font-size: 0.97rem;
    color: #757575;
    margin-bottom: 0;
  }
}



/* career section */
.career-section-btb {
  width: 100vw;
  background-color: #F7FAFF;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.career-container-btb {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
}

.career-header-btb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.career-title-btb {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.career-carousel-arrows-btb {
  display: flex;
  align-items: center;
  gap: 12px;
}

.career-prev-btb,
.career-next-btb {
  background: #fff;
  border: 1.5px solid #eee;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.15s, border 0.15s;
  box-shadow: 0 3px 12px rgba(200,200,200,0.12);
}
.career-prev-btb:hover,
.career-next-btb:hover {
  background: black;
  border-color: black;
  color: #fff;
}

.career-desc-btb {
  margin-top: 1.3rem;
  font-size: 1.08rem;
  color: #656565;
  margin-bottom: 1.1rem;
}

.career-separator-btb {
  display: flex;
  align-items: center;
  margin: 16px 0 30px 0;
  width: 100%;
}
.separator-plus-btb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.48rem;
  font-weight: bold;
  color: #ed5f74;
  margin-right: 12px;
  height: 32px;
  width: 32px;
  background: none;
}
.separator-plus-btb img {
  height: 23px;
  width: 23px;
  display: block;
}
.separator-line-btb {
  flex: 1;
  height: 2px;
  background: #ececec;
  border-radius: 2px;
  margin-right: 0;
}
.slick-slide {
  margin: 0 12px;
  box-sizing: border-box;
  height: 400px!important;
}
.slick-list {
  margin: 0 -12px;
}

.career-cards-btb {
  display: flex;
  gap: 24px;
  margin-top: 0;
}

.career-card-btb {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px 24px rgba(220, 220, 220, 0.15);
  width: 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s;
  border-bottom: 3px solid #E85C5C;
}
.career-card-btb:hover {
  box-shadow: 0 12px 36px rgba(220, 220, 220, 0.23);
}

.card-image-btb {
  width: 100%;
  background: #eaeffa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}
.card-img-btb {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.card-content-btb {
  padding: 22px 18px 16px 18px;
  display: flex;
  height: 150px;
  flex-direction: column;
  flex: 1;
}
.card-title-btb {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
}
.card-text-btb {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 1.1rem;
}
.card-link-btb {
  color: #E85C5C;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-top: auto;
  transition: text-decoration 0.15s;
  cursor: pointer;
}
.card-link-btb:hover {
  text-decoration: underline;
}




/* career growth section */
.career-growth-section-btb {
  width: 100vw;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 64px 0;
  box-sizing: border-box;
}

.career-growth-container-btb {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
}

.career-growth-heading-row-btb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.career-growth-heading-btb {
  flex: 1;
}

.career-growth-title-btb {
  font-size: 2.6rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.15;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.career-growth-desc-btb {
  flex: 1;
  max-width: 470px;
  font-size: 1.09rem;
  color: #64697c;
  margin-top: 1.1rem;
  margin-left: 54px;
}

.career-growth-cards-btb {
  display: flex;
  gap: 26px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.career-growth-card-btb {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 370px;
  background: #F9F9F9;
  border-radius: 18px;
  padding: 38px 32px 34px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  transition: box-shadow 0.15s, background 0.15s;
}
.career-growth-card-btb:hover {
  background: #f2f4fa;
  box-shadow: 0 4px 18px rgba(80,85,100,0.05);
}

.mentorship-btb {
  background: #F7FAFF;
}

.career-growth-cardicon-btb {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 1px 6px rgba(160,180,200,0.07);
}

.career-growth-cardicon-btb img {
  width: 28px;
  height: 28px;
  display: block;
}

.career-growth-cardtitle-btb {
  font-size: 1.33rem;
  font-weight: 600;
  color: #191919;
  margin-bottom: 1.3rem;
}

.career-growth-carddesc-btb {
  font-size: 1rem;
  color: #8589a0;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .career-growth-section-btb {
    padding: 34px 0 24px 0;
    width: 100vw;
  }
  .career-growth-container-btb {
    padding: 0 5vw;
  }
  .career-growth-heading-row-btb {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
    text-align: center;
  }
  .career-growth-heading-btb {
    width: 100%;
    margin-bottom: 14px;
  }
  .career-growth-title-btb {
    font-size: 1.28rem;
    line-height: 1.22;
  }
  .career-growth-desc-btb {
    max-width: 100%;
    font-size: 1.03rem;
    color: #7a7a8c;
    margin-top: 0.7rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .career-growth-cards-btb {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
  }
  .career-growth-card-btb {
    min-width: 0;
    max-width: 425px;
    width: 100%;
    border-radius: 18px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    padding: 34px 8vw 34px 8vw;
    box-shadow: none;
  }
  .career-growth-cardicon-btb {
    margin: 0 auto 22px auto;
  }
  .career-growth-cardtitle-btb {
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
  }
  .career-growth-carddesc-btb {
    font-size: 0.96rem;
    color: #8589a0;
  }
}



/* Leadership Section */
.leadership-section-btb {
  width: 100vw;
  background: #f7faff;
  padding: 70px 0 80px 0;
  display: flex;
  justify-content: center;
}

.leadership-container-btb {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
}

.leadership-title-btb {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #161616;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.leadership-desc-btb {
  text-align: center;
  color: #757575;
  font-size: 1.09rem;
  max-width: 860px;
  margin: 0 auto 48px auto;
}

.leadership-cards-btb {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
}

.leadership-card-btb {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 24px rgba(220, 220, 220, 0.12);
  flex: 1 1 0;
  max-width: 280px;
  min-width: 240px;
  padding: 20px 26px 48px 26px;
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leadership-quote-btb {
  color: #fd6d5a;
  font-size: 2rem;
  margin-bottom: 12px;
  margin-top: -8px;
  font-family: serif;
  line-height: 1;
}

.leadership-cardtext-btb {
  color: #61717D;
  font-size: 12px;
  margin-bottom: 24px;
  min-height: 95px;
  line-height: 1.45;
}

.leadership-profile-btb {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.leadership-avatar-btb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 2px solid #f2d4d4;
}

.leadership-info-btb {
  text-align: center;
}

.leadership-name-btb {
  font-size: 1.01rem;
  font-weight: 700;
  color: #16274a;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.leadership-role-btb {
  font-size: 0.93rem;
  color: #888ea7;
}

.leadership-btn-btb {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ed5f74 0%, #ef7c44 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 7px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.11s;
  z-index: 10;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(237,95,116,0.5);
}
.leadership-btn-btb:hover {
  opacity: 0.85;
}
@media (max-width: 700px) {
  .leadership-section-btb {
    padding: 30px 0 26px 0;
    width: 100vw;
  }
  .leadership-container-btb {
    padding: 0 4vw;
    max-width: unset;
  }
  .leadership-title-btb {
    font-size: 1.35rem;
    margin-bottom: 16px;
    text-align: center;
  }
  .leadership-desc-btb {
    font-size: 1rem;
    max-width: 98vw;
    margin: 0 auto 18px auto;
    line-height: 1.32;
  }
  .leadership-cards-btb {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
  }
  .leadership-card-btb {
    max-width: 98vw;
    min-width: 0;
    margin: 0 auto 26px auto;
    padding: 32px 4vw 30px 4vw;
    position: relative;
    border-radius: 14px;
  }
  .leadership-quote-btb {
    margin-bottom: 6px;
  }
  .leadership-cardtext-btb {
    font-size: 0.97rem;
    margin-bottom: 22px;
    line-height: 1.46;
    min-height: unset;
  }
  .leadership-profile-btb {
    margin-bottom: 12px;
  }
  .leadership-avatar-btb {
    width: 54px;
    height: 54px;
    margin-bottom: 9px;
  }
  .leadership-name-btb {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .leadership-role-btb {
    font-size: 0.91rem;
  }
}


/* Platform Section */
.platform-section-btb {
  width: 100vw;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 50px 0 60px 0;
  box-sizing: border-box;
}

.platform-container-btb {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 7vw;
  box-sizing: border-box;
}

.platform-title-btb {
  text-align: center;
  font-size: 1.65rem;
  font-weight: 700;
  color: #161616;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.platform-desc-btb {
  text-align: center;
  color: #868686;
  font-size: 1.06rem;
  margin-bottom: 30px;
}

.platform-cards-btb {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
}

.platform-card-btb {
  background: #fff;
  border: 1.6px solid #ededed;
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: none;
  min-width: 300px;
  max-width: 370px;
  flex: 1 1 0;
  padding: 36px 30px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.13s, border 0.13s;
}
.platform-card-btb:hover {
  box-shadow: 0 4px 24px rgba(80,85,100,0.09);
  border: 1.6px solid #e5e5f7;
}

.platform-cardicon-btb {
  background: #f7f8fd;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

.platform-cardicon-btb img {
  width: 38px;
  height: 38px;
  display: block;
}

.platform-cardtitle-btb {
  font-size: 1.16rem;
  font-weight: 600;
  color: #151722;
  margin-bottom: 1.09rem;
  line-height: 1.32;
}

.platform-carddesc-btb {
  font-size: 0.96rem;
  color: #8c8c8c;
  margin-bottom: 0;
  line-height: 1.57;
}

@media (max-width: 700px) {
  .platform-section-btb {
    padding: 33px 0 27px 0;
    width: 100vw;
  }
  .platform-container-btb {
    padding: 0 4vw;
  }
  .platform-title-btb {
    font-size: 1.13rem;
    margin-bottom: 6px;
  }
  .platform-desc-btb {
    font-size: 0.98rem;
    margin-bottom: 23px;
    max-width: 98vw;
    text-align: center;
  }
  .platform-cards-btb {
    flex-direction: column;
    gap: 27px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 11px;
  }
  .platform-card-btb {
    min-width: 0;
    max-width: 99vw;
    width: 100%;
    margin: 0 auto;
    padding: 32px 7vw 28px 7vw;
    align-items: center;
    text-align: center;
    border-radius: 14px;
  }
  .platform-cardicon-btb {
    margin: 0 auto 17px auto;
  }
  .platform-cardicon-btb img {
    width: 35px;
    height: 35px;
  }
  .platform-cardtitle-btb {
    font-size: 1.08rem;
    margin-bottom: 1.07rem;
    font-weight: 600;
  }
  .platform-carddesc-btb {
    font-size: 0.94rem;
    color: #8c8c8c;
    margin-bottom: 0;
    line-height: 1.48;
  }
}



/* Future Form Section */
.future-section-btb {
  position: relative;
  width: 100vw;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 60px 0 70px 0;
  box-sizing: border-box;
}
.future-blue-btb{
  position: absolute;
  background-color: #F7FAFF;
  height: 650px;
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
}

.future-container-btb {
  position: relative;
  max-width: 1250px;
  width: 100%;
  display: flex;
  gap: 38px;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
  z-index: 10;
}

.future-left-btb {
  flex: 1.1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  min-width: 370px;
}

.future-title-btb {
  font-size: 2rem;
  font-weight: 600;
  color: #161616;
  margin-bottom: 1.1rem;
}

.future-desc-btb {
  font-size: 1.08rem;
  color: #757575;
  margin-bottom: 1.7rem;
  line-height: 1.5;
}

.future-benefits-btb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.future-benefit-btb {
  display: flex;
  align-items: center;
  font-size: 1.09rem;
  color: #191919;
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.future-benefiticon-btb {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: none;
  margin-right: 10px;
}

.future-benefiticon-btb img {
  width: 24px;
  height: 24px;
}

.future-formwrap-btb {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.future-form-btb {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px 32px rgba(220,220,220,0.19);
  padding: 38px 34px 30px 34px;
  min-width: 500px;
  max-width: 550px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #fa7070!important;
  border: 2px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.future-formfield-btb {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.future-formfield-btb label {
  font-size: 1rem;
  color: #1c2340;
  margin-bottom: 7px;
  font-weight: 500;
}

.future-input-btb {
  font-size: 1rem;
  padding: 12px 14px;
  border: 1.5px solid #eaeaea;
  border-radius: 8px;
  outline: none;
  background: #fcfcfc;
  color: #32323c;
  transition: border 0.15s;
}

.future-input-btb:focus {
  border-color: #ed5f74;
}

.future-uploadbox-btb {
  border: 1.8px dashed #eaeaea;
  background: #fcfcfc;
  border-radius: 10px;
  padding: 34px 10px 22px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  margin-bottom: 6px;
}

.future-uploadicon-btb {
  margin-bottom: 14px;
}

.future-uploadicon-btb img {
  width: 32px;
  height: 32px;
  opacity: 0.6;
}

.future-uploaddesc-btb {
  font-size: 1rem;
  color: #757575;
}

.future-uploadlink-btb {
  color: #1aa4cd;
  text-decoration: underline;
  margin-left: 2px;
}

.future-submitbtn-btb {
  font-size: 1.08rem;
  padding: 13px 0;
  background: linear-gradient(90deg,#ed5f74 0%,#ef7c44 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 6px;
  box-shadow: 0 1px 8px rgba(237,95,116,0.12);
  transition: opacity 0.13s;
}
.future-submitbtn-btb:hover {
  opacity: 0.88;
}

@media (max-width: 700px) {
  .future-section-btb {
    flex-direction: column;
    padding: 18px 0 32px 0;
    min-height: unset;
    width: 100vw;
    overflow: visible;
    display: block;
  }

  .future-blue-btb {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100vw;
    height: 585px;
    min-height: unset;
    z-index: 0;
    background: #F7FAFF;
  }

  .future-container-btb {
    flex-direction: column;
    gap: 0;
    display: block;
    padding: 0 3vw;
    position: relative;
    max-width: 99vw;
    width: 100vw;
    z-index: 10;
  }

  .future-left-btb {
    min-width: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto 18px auto;
    display: block;
  }

  .future-title-btb {
    font-size: 1.07rem;
    font-weight: 600;
    margin-bottom: 0.67rem;
    margin-top: 22px;
    color: #161616;
    text-align: left;
    padding: 0;
  }

  .future-desc-btb {
    font-size: 0.94rem;
    margin-bottom: 1.25rem;
    color: #6a6d7c;
    text-align: left;
    line-height: 1.48;
    padding-right: 2vw;
  }

  .future-benefits-btb {
    margin-bottom: 18px;
    margin-top: 5px;
  }
  .future-benefit-btb {
    font-size: 1.01rem;
    margin-bottom: 12px;
  }
  .future-formwrap-btb {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    min-width: 0;
    max-width: unset;
    display: block;
    justify-content: unset;
    align-items: unset;
  }
  .future-form-btb {
    min-width: unset;
    max-width: unset;
    border-radius: 13px;
    padding: 16px 3vw 17px 3vw;
    box-shadow: 0 2px 8px rgba(220,220,220,0.13);
    margin: 20px auto 0 auto;
    width: 100%;
    border-bottom: 2.5px solid #fa7070;
    gap: 12px;
  }
  .future-formfield-btb label {
    font-size: 0.97rem;
    margin-bottom: 4px;
  }
  .future-input-btb, .future-form-btb select {
    font-size: 0.99rem;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 7px;
  }
  .future-uploadbox-btb {
    min-height: 70px;
    border-radius: 8px;
    padding: 20px 3px 12px 3px;
    margin-bottom: 7px;
    font-size: 0.95rem;
  }
  .future-submitbtn-btb {
    padding: 12px 0;
    border-radius: 6px;
    font-size: 1rem;
    margin-top: 9px;
    width: 100%;
  }
}

