@charset "utf-8";

/* insert hero text style */

.hero .hero-text.voice-index.l-wrap {
  padding: 0 335px;
}

.hero .hero-text.voice-index p {
  font-size: 18px;
  margin-top: 40px;
}
.hero .hero-text.voice-index h3 br {
  display: none;
}

/* voice-index styles */
.voice.voice-index {
  background-color: transparent;
}
.voice .l-wrap.voice-index {
  padding: 0 335px;
}
.breadcrumb.voice-index {
  background-color: #fff;
}
.voice-content.voice-index {
  padding-top: 0;
}
.voice.voice-index .gradient-background {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(208, 247, 235, 1) 0%,
    rgba(255, 233, 195, 1) 100%
  );
  height: 150%;
  left: 90px;
  z-index: -2;
  margin-top: -666px;
  right: 0;
}
@media (max-width: 1690px) {
  .hero .hero-text.voice-index.l-wrap {
    padding: 0px 180px;
  }
  .voice .l-wrap.voice-index {
    padding: 0 180px;
  }
}
@media (max-width: 1440px) {
  .hero .hero-text.voice-index.l-wrap {
    padding: 0px 120px;
  }
  .voice .l-wrap.voice-index {
    padding: 0 120px;
  }
  .voice.voice-index .gradient-background {
    left: 50px;
  }
}

@media (max-width: 1024px) {
  .hero .hero-text.voice-index.l-wrap {
    padding: 0px 60px;
  }
  .voice .l-wrap.voice-index {
    padding: 0 60px;
  }
  .voice.voice-index .gradient-background {
    left: 0;
    margin-top: -500px;
    height: 150%;
  }
}

@media (max-width: 768px) {
 
  .hero .hero-text.voice-index.l-wrap {
    padding: 0 15px;
  }
  .hero .hero-text.voice-index h3 br {
    display: block;
  }
  .voice .l-wrap.voice-index {
    padding: 0 20px;
  }
  .voice.voice-index .gradient-background {
    left: 0;
    margin-top: -500px;
    height: 300%;
  }
  .hero .hero-text.voice-index p {
    font-size: 15px;
  }
}
@media (max-width: 600px){
 .voice.voice-index .gradient-background {
    left: 0;
    margin-top: -500px;
    height: 250%;
  }
}

@media (max-width: 480px) {
  .voice.voice-index .gradient-background {
    left: 0;
    margin-top: -500px;
    height: 230%;
  }
   .hero .hero-text.voice-index.l-wrap {
    padding: 35px 15px;
  }
}
@media (max-width: 428px) {
  .voice.voice-index .gradient-background {
    margin-top: -600px;
    height: 180%;
  }
}



.white-box.more {
  background-color: #fff;
  padding: 35px 40px;
  width: 710px;
  border-radius: 0 30px 5px 30px;
  margin-top: 42px;
}
.white-box.more .text {
  font-size: 18px;
  background-color: #fff;
  color: #000;
}
.white-box.more .divider {
  width: 100%;
  background-color: #1db687;
  height: 1px;
  margin: 22px 0;
}
.white-box.more .driver {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.reason-info.more .text h2 {
  font-size: 32px;
}
.more-question {
  position: relative;
  padding-bottom: 150px;
}
.more-question .question-bg img {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  background-color: #fff;
  z-index: -1;
}

.more-question .l-wrap {
  padding: 0 480px;
}

.more-question .question-list {
  display: flex;
  flex-direction: column;
}
.more-question .question-list .list .number {
  font-family: var(--font-hand);
  font-size: 60px;
  font-style: normal !important;
  color: #1db687;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -30px;
}
.reasons .gradient-background.question {
  height: 144%;
  margin-top: -430px;
}
.more-question .question-list {
  display: flex;
  flex-direction: column;
}
.more-question .question-list .list {
  margin-top: 90px;
}
.more-question .question-list .list .number::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  background-image: url("/images/line.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  margin-left: 10px;
}
.more-question .reason-info.more {
  display: flex;
  flex-direction: column;
}
.more-question .reason-info.more img {
  border-radius: 0 50px 5px 50px;
  width: 100%;
}
.more-question .button {
  margin-top: 70px;
  width: 470px;
  height: 90px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1db687;
  color: white;
  position: relative;
  transition: background-color 0.3s ease, transform 0.2s ease,
    box-shadow 0.3s ease;
  justify-self: center;
}
.more-question .button:hover {
  background-color: #189b73;
  box-shadow: 0 4px 8px rgba(29, 182, 135, 0.3);
}
.more-question .button::before {
  content: "→";
  position: absolute;
  left: 30px;
  font-size: 20px;
  transform: rotate(180deg);
}

.hero .hero-container.l-wrap.more {
  padding: 170px 140px 80px;
}

@media (max-width: 1600px) {
  .more-question .l-wrap {
    padding: 0 350px;
  }
}
@media (max-width: 1440px) {
  .more-question .l-wrap {
    padding: 0 250px;
  }
  .reason-info.more .text {
    width: 100%;
  }
  .more-question .question-list .list .number {
    font-size: 50px;
  }
  .more-question .question-list .list {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .more-question .l-wrap {
    padding: 0 150px;
  }
  .white-box.more {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .hero-container.l-wrap.more {
    padding: 170px 35px 45px;
  }
  .white-box.more .text {
    font-size: 14px;
    padding: 0;
  }
  .white-box.more .driver {
    font-size: 14px;
    padding: 0;
  }
  .white-box.more .divider {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .reason-info.more .text h2 {
    font-size: 24px;
  }
  .more-question .l-wrap {
    padding: 0 15px;
  }
  .more-question .question-list .list .number {
    margin-left: -10px;
  }
  .more-question .button {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
  }
  .more-question .button::before {
    font-size: 15px;
  }
  .more-question {
    padding-bottom: 90px;
  }
  .white-box.more {
    padding: 20px;
  } .reasons .gradient-background.question {
    margin-top: -500px;
  }
}
@media (max-width: 425px) {
  .reasons .gradient-background.question {
    margin-top: -550px;
  }
}

.voice {
  background-color: #fff;
}
.voice .l-wrap {
  padding: 0 65px 0 100px;
}
.voice .voice-content {
  display: flex;
  gap: 37px;
  padding: 150px 0;
}
.voice .voice-content .voice-title {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.voice .voice-content .voice-title h2 {
  font-size: 200px;
  line-height: 150px;
  font-weight: 400;
  font-family: var(--font-en);
  background: linear-gradient(to right, #b5f1de 0%, #fedc9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice .voice-content .voice-title .title-desc {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.voice .voice-content .voice-title .title-desc p {
  background-color: #22203c;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.voice .voice-content .voice-title .title-desc h3 {
  font-size: 44px;
  font-weight: 700;
}
.voice .voice-content .voice-items {
  display: flex;
  gap: 5px;
}
.voice .voice-content .voice-items .item {
  width: 411px;
  position: relative;
}
.voice .voice-content .voice-items .item-content {
  display: flex;
  flex-direction: column;
  width: 368px;
}
.voice .voice-content .voice-items .item-content .read-more {
  width: 164px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  color: #1db687;
  bottom: -30px;
  right: 0;
}
.voice .voice-content .voice-items .item-content img {
  width: 350px;
  height: auto;
}
.voice .voice-content .voice-items .item-content .title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin: 15px 0;
  margin-left: 10px;
}
.voice .voice-content .voice-items .item-content .desc {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  line-height: 30px;
}
.voice .voice-content .voice-items .item-content .read-more .text {
  position: relative;
  font-size: 16px;
}
.voice .voice-content .voice-items .item-content .read-more .text::after {
  position: absolute;
  bottom: -33px;
  left: 0;
  content: "";
  background-image: url("/images/line.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
}

/* Base grid layout */
.voice .voice-content .voice-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.voice .voice-content .voice-items .item {
  width: 100%;
  position: relative;
}

.voice .voice-content .voice-items .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voice .voice-content .voice-items .item-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 1700px) {
  .voice .l-wrap {
    padding: 0 40px 0 60px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 160px;
    line-height: 120px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 20px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 36px;
  }
  .voice .voice-content {
    gap: 30px;
    padding: 120px 0;
  }
  .voice .voice-content .voice-items .item-content .read-more {
    width: 115px;
  }
}

/* Laptop (1024px to 1440px) */
/* @media (max-width: 1440px) {
  .voice .voice-content .voice-title h2 {
    font-size: 140px;
    line-height: 120px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 18px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 30px;
  }
  .voice .voice-content .voice-items {
    gap: 20px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 18px;
    line-height: 35px;
  }
} */

/* Tablet (768px to 1024px) */
@media (max-width: 1440px) {
  .voice .l-wrap {
    padding: 0 30px 0 40px;
  }
  .voice .voice-content {
    flex-direction: column;
    gap: 50px;
    padding: 100px 0;
  }
  .voice .voice-content .voice-title {
    align-items: center;
    gap: 30px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 120px;
    line-height: 90px;
    text-align: center;
  }
  .voice .voice-content .voice-title .title-desc {
    text-align: center;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 18px;
    padding: 8px 16px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 32px;
  }
  .voice .voice-content .voice-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .voice .voice-content .voice-items .item-content .read-more {
    width: 140px;
  }
}

/* Mobile (480px to 768px) */
@media (max-width: 1024px) {
  .voice .l-wrap {
    padding: 0 20px;
  }
  .voice .voice-content {
    padding: 80px 0;
    gap: 40px;
  }
  .voice .voice-content .voice-title {
    align-items: flex-start;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 80px;
    line-height: 60px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 16px;
    padding: 6px 12px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 28px;
  }
  .voice .voice-content .voice-items {
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 16px;
    line-height: 32px;
  }
  .voice .voice-content .voice-items .item-content .desc {
    font-size: 14px;
    line-height: 26px;
  }
}

/* Smaller than mobile (320px to 480px) */
@media (max-width: 768px) {
  .voice .l-wrap {
    padding: 0 15px;
  }
  .voice .voice-content .voice-title {
    gap: 10px;
  }
  .voice .voice-content .voice-title .title-desc {
    gap: 5px;
  }
  .voice .voice-content {
    padding: 60px 0;
    gap: 40px;
  }
  .voice .voice-content .voice-title h2 {
    font-size: 88px;
    line-height: 100px;
  }
  .voice .voice-content .voice-title .title-desc p {
    font-size: 17px;
    padding: 5px 10px;
  }
  .voice .voice-content .voice-title .title-desc h3 {
    font-size: 26px;
  }
  .voice .voice-content .voice-items {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .voice .voice-content .voice-items .item-content .title {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0;
  }
  .voice .voice-content .voice-items .item-content .desc {
    font-size: 14px;
    line-height: 22px;
    margin-left: 0;
  }

  .voice .voice-content .voice-items .item-content .read-more {
    width: 120px;
    align-items: center;
  }
  .voice .voice-content .voice-items .item-content .read-more .text {
    font-size: 14px;
  }
  .voice .voice-content .voice-items .item-content .read-more .arrow {
    font-size: 10px;
  }
  .voice .voice-content .voice-items .item-content .read-more .text::after {
    display: none;
  }
  .voice .voice-content .voice-items .item-content .read-more::after {
    position: absolute;
    bottom: -33px;
    left: 0;
    content: "";
    background-image: url("/images/line.svg");
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 32px;
  }
}

@media (max-width: 425px) {
     .voice .voice-content .voice-items .item-content .read-more {
    width: 90px;
    align-items: center;
  }
  .voice .voice-content .voice-items .item-content img {
    height: 280px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 15px 2.5px 15px;
  }
}
.white-box.more {
  background-color: #fff;
  padding: 35px 40px;
  width: 710px;
  border-radius: 0 30px 5px 30px;
  margin-top: 42px;
}
.white-box.more .text {
  font-size: 18px;
  background-color: #fff;
  color: #000;
}
.white-box.more .divider {
  width: 100%;
  background-color: #1db687;
  height: 1px;
  margin: 22px 0;
}
.white-box.more .driver {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.reason-info.more .text h2 {
  font-size: 32px;
}
.more-question {
  position: relative;
  padding-bottom: 150px;
}
.more-question .question-bg img {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  background-color: #fff;
  z-index: -1;
}

.more-question .l-wrap {
  padding: 0 480px;
}

.more-question .question-list {
  display: flex;
  flex-direction: column;
}
.more-question .question-list .list .number {
  font-family: var(--font-hand);
  font-size: 60px;
  font-style: normal !important;
  color: #1db687;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -30px;
}
.reasons .gradient-background.question {
  height: 144%;
  margin-top: -430px;
}
.more-question .question-list {
  display: flex;
  flex-direction: column;
}
.more-question .question-list .list {
  margin-top: 90px;
}
.more-question .question-list .list .number::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  background-image: url("/images/line.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  margin-left: 10px;
}
.more-question .reason-info.more {
  display: flex;
  flex-direction: column;
}
.more-question .reason-info.more img {
  border-radius: 0 50px 5px 50px;
  width: 100%;
}
.more-question .button {
  margin-top: 70px;
  width: 470px;
  height: 90px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1db687;
  color: white;
  position: relative;
  transition: background-color 0.3s ease, transform 0.2s ease,
    box-shadow 0.3s ease;
  justify-self: center;
}
.more-question .button:hover {
  background-color: #189b73;
  box-shadow: 0 4px 8px rgba(29, 182, 135, 0.3);
}
.more-question .button::before {
  content: "→";
  position: absolute;
  left: 30px;
  font-size: 20px;
  transform: rotate(180deg);
}

.hero .hero-container.l-wrap.more {
  padding: 170px 140px 80px;
}

@media (max-width: 1600px) {
  .more-question .l-wrap {
    padding: 0 350px;
  }
}
@media (max-width: 1440px) {
  .more-question .l-wrap {
    padding: 0 250px;
  }
  .reason-info.more .text {
    width: 100%;
  }
  .more-question .question-list .list .number {
    font-size: 50px;
  }
  .more-question .question-list .list {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .more-question .l-wrap {
    padding: 0 150px;
  }
  .white-box.more {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .hero-container.l-wrap.more {
    padding: 170px 35px 45px;
  }
  .white-box.more .text {
    font-size: 14px;
    padding: 0;
  }
  .white-box.more .driver {
    font-size: 14px;
    padding: 0;
  }
  .white-box.more .divider {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .reason-info.more .text h2 {
    font-size: 24px;
  }
  .more-question .l-wrap {
    padding: 0 15px;
  }
  .more-question .question-list .list .number {
    margin-left: -10px;
  }
  .more-question .button {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
  }
  .more-question .button::before {
    font-size: 15px;
  }
  .more-question {
    padding-bottom: 90px;
  }
  .white-box.more {
    padding: 20px;
  } .reasons .gradient-background.question {
    margin-top: -500px;
  }
}
@media (max-width: 425px) {
  .reasons .gradient-background.question {
    margin-top: -550px;
  }
}


