* {
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
  padding: 0;
  margin: 0;
}
p {
  margin: 0 !important;
}
section {
  position: relative;
  overflow: hidden;
}
.content {
  position: relative;
  z-index: 1; /* Bring content above the background */
}

/* Text */
.green-headings-small {
  font-family: M PLUS 1p;
  font-weight: 800;
  font-size: 25px;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  color: #107c48;
}

.green-headings-big {
  font-family: M PLUS 1p;
  font-weight: 800;
  font-size: 80px;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  color: #107c48;
  margin-bottom: 20px !important;
}

.green-headings-span {
  font-family: M PLUS 1p;
  font-weight: 800;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  color: #107c48;
}

.black-headings {
  font-family: M PLUS 1p;
  font-weight: 700;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
  color: #000000;
  margin-bottom: 20px !important;
}

.white-headings {
  font-family: M PLUS 1p;
  font-weight: 700;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
  color: white;
  margin-bottom: 20px !important;
}

.black-text {
  font-family: Mplus 1p;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
}

.gray-text {
  font-family: Mplus 1p;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0px;
  color: #656c7b;
}

.white-text {
  font-family: Mplus 1p;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0px;
  color: white;
}
.white-text-strong {
  font-family: M PLUS 1p;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: white;
  padding-bottom: 13px;
}
.white-text-faq {
  font-family: Mplus 1p;
  font-weight: 500;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0px;
  color: white;
  opacity: 0.8;
}
.white-headings-faq {
  font-family: M PLUS 1p;
  font-weight: 700;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: -1px;
  margin-bottom: 46px;
  color: white;
}
.faq-item {
  margin-bottom: 33px;
}
/* Text */

/* Home */
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Send to back */
}

.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-btn {
  background-color: white !important;
  width: 187px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 128, 0, 0.2); /* subtle green shadow */
  border-color: #28a745; /* change border on hover */
}

.store-label {
  font-size: 8px;
  font-weight: 700;
  color: #656c7b;
}

.home-content-img {
  width: 669px;
  height: 831px;
}
/* Home */

/* Feature Section */
.features-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1400px;
  z-index: 0; /* Send to back */
}

.features {
  height: 1400px;
}

.features-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.features-img1-container {
  z-index: 0;
  top: -90px;
  right: 50px;
}

.features-content1-container {
  z-index: 1;
  margin-top: 90px;
}

.feature-img2 {
  width: 1032px;
}
/* Feature Section */

/* Bonus content Section */
.icon-bg {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #107c48;
  border-radius: 16px;
}
.icon-bg img {
  width: 40px;
}
.bonus-icon-title {
  font-family: Mplus 1p;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;

  color: #656c7b;
}
/* Bonus content Section */

/* FAQ Section */
.faqs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Send to back */
}

.faqs-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.takokase-faq-icon {
  width: 282px !important;
}

.tako-container {
  top: -120px;
  left: 40px;
}

.readmore-btn {
  width: 270px;
  height: 38px;
  border-radius: 100px;
  color: #107c48 !important;
  font-weight: 800;
  background-color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 42px;
}

.readmore-btn:hover {
  border: 1px solid white !important;
  background-color: #107c48 !important;
  color: white !important;
}

.faq-pc-container {
  height: 700px;
}
/* FAQ Section */
