/* login dan register css */
.container {
  display: flex;
  height: 90vh;
  /* Set tinggi penuh */
}

.left,
.right {
  flex: 1;
  /* Masing-masing ambil 50% */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  height: 100%;
  margin: auto;
  /* Posisikan ke tengah */
  margin-top: 50px;
  /* Jarak dari atas */
  color: white;
}

.login-container a {
  text-align: right;
  float: right;
  text-decoration: none;
}

.login-title {
  width: 143px;
  color: white;
  font-size: 40px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  /* Pastikan teks rata kiri */
  align-self: flex-start;
  /* Agar tetap rata kiri dalam flexbox */
}

.background {
  background-image: url('../images/background.png');
  /* Ganti dengan path gambar */
  background-size: cover;
  /* Menyesuaikan gambar agar penuh */
  background-position: center 35%;
  /* Posisi gambar di tengah */
  background-repeat: no-repeat;
  /* Tidak mengulang gambar */
}

.logo {
  position: absolute;
  top: 50px;
  /* Geser ke bawah 50px dari atas */
  left: 160px;
  /* Geser ke kanan 160px dari kiri */
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-title {
  width: 205px;
  height: 32px;
  color: #37715B;
  font-size: 22px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
}

.btn-login {
  padding-left: 225px;
  padding-right: 225px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FFE3B8;
  border-radius: 15px;
  text-align: center;
  gap: 10px;
  display: block;
  color: #37715B;
  font-size: 22px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  margin: 70px auto;
}

.user-name {
  color: #326652;
  font-weight: 600;
  margin-right: 10px;
}

.logout-button {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #125b50;
}

.auth-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #326652;
  font-weight: 600;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  font-family: "DM Sans", sans-serif;
}

.dropdown-menu {
  font-family: "DM Sans", Helvetica;
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 150px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 8px;
  margin-top: 8px;
}

.dropdown-menu a {
  color: #2d5a3d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #f4f4f4;
}

form {
  margin-top: 50px;
}

.form-input {
  width: 518px;
  height: 60px;
  background: rgba(108, 128, 121, 0.55);
  border-radius: 15px;
  border: 1px rgba(0, 0, 0, 0.20) solid;
}

.error-placeholder::placeholder {
    color: #FFA0A0;
}

.form-label {
  display: block;
  width: 171px;
  color: white;
  font-size: 22px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 38px;
  margin-top: 30px;
}

.register-container {
  display: flex;
  justify-content: center;
  /* Tengah secara horizontal */
  align-items: center;
  /* Tengah secara vertikal */
  gap: 10px;
  /* Jarak antara teks */
  margin-top: 20px;
  /* Beri jarak dengan tombol */
}

/* home page css  */

.homepage-new {
  background-color: #fdfff5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: relative;
  /* penting! supaya anak2 absolute mengacu ke sini */
  z-index: 1;
}

.homepage-new .div {
  background-color: #fdfff5;
  overflow: visible;
  /* penting agar gambar tidak terpotong */
  width: 1440px;
  height: 6364px;
  position: relative;
}

.homepage-new .overlap {
  position: relative;
  width: 1440px;
  height: auto;
}

.relative-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  /* ini bikin dia di belakang semua konten lain */
  pointer-events: none;
  /* biar gak ganggu klik */
  z-index: 0;
  height: 200vh;
}

.background-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.homepage-new .vektor-BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.homepage-new .prancheta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 700px;
}

.homepage-new .img {
  position: absolute;
  width: 1440px;
  height: 809px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.homepage-new .ruang-untukmu {
  position: absolute;
  width: 851px;
  top: 268px;
  left: 122px;
  font-family: "DM Sans", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 75px;
}

.homepage-new .text-wrapper {
  color: #4f4f4f;
}

.homepage-new .span {
  color: #37715b;
}

.homepage-new .text-wrapper-2 {
  color: #326652;
}

.homepage-new .text-wrapper-3 {
  color: #f8b400;
}

.homepage-new .ruang-aman-untuk {
  position: absolute;
  width: 659px;
  top: 524px;
  left: 122px;
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  color: #4f4f4f;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 36px;
}

.homepage-new .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 50px;
  position: absolute;
  top: 640px;
  left: 120px;
  background-color: #37715b;
  border-radius: 15px;
}

.homepage-new .see-detail {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--txt);
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .group {
  position: absolute;
  width: 1239px;
  height: 1168px;
  top: 911px;
  left: 103px;
}

.homepage-new .group-2 {
  position: absolute;
  width: 1235px;
  height: 962px;
  top: 206px;
  left: 0;
}

.homepage-new .overlap-group-wrapper {
  position: absolute;
  width: 382px;
  height: 442px;
  top: 0;
  left: 430px;
}

.homepage-new .overlap-group {
  position: relative;
  width: 378px;
  height: 442px;
}

.homepage-new .rectangle {
  position: absolute;
  width: 378px;
  height: 400px;
  top: 42px;
  left: 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 60px #262c7514, 0px 4px 4px #00000040;
}

.homepage-new .text-wrapper-4 {
  position: absolute;
  width: 290px;
  top: 165px;
  left: 44px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationyellownormal-hover);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
}

.homepage-new .p {
  position: absolute;
  width: 317px;
  top: 257px;
  left: 31px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .notebook-wrapper {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  left: 147px;
  background-color: var(--foundationgreennormal);
  border-radius: 42.04px;
  box-shadow: 0px 16px 40px #252b701a;
}

.homepage-new .notebook {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 17px;
  left: 17px;
  object-fit: cover;
}

.homepage-new .overlap-wrapper {
  position: absolute;
  width: 382px;
  height: 442px;
  top: 520px;
  left: 140px;
}

.homepage-new .text-wrapper-5 {
  position: absolute;
  width: 290px;
  top: 171px;
  left: 44px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationyellownormal-hover);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
  white-space: nowrap;
}

.homepage-new .text-wrapper-6 {
  position: absolute;
  width: 303px;
  top: 257px;
  left: 38px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .dashboard-wrapper {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  left: 147px;
  background-color: var(--foundationyellowlight-active);
  border-radius: 42.04px;
  box-shadow: 0px 16px 40px #252b701a;
}

.homepage-new .img-2 {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 18px;
  left: 18px;
  object-fit: cover;
}

.homepage-new .div-wrapper {
  position: absolute;
  width: 382px;
  height: 442px;
  top: 0;
  left: 857px;
}

.homepage-new .rectangle-2 {
  position: absolute;
  width: 378px;
  height: 402px;
  top: 40px;
  left: 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 60px #262c7514, 0px 4px 4px #00000040;
}

.homepage-new .text-wrapper-7 {
  position: absolute;
  width: 244px;
  top: 165px;
  left: 67px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
  white-space: nowrap;
}

.homepage-new .text-wrapper-8 {
  position: absolute;
  width: 268px;
  top: 257px;
  left: 55px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .mining-wrapper {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  left: 147px;
  background-color: var(--foundationyellownormal);
  border-radius: 42.04px;
  box-shadow: 0px 10px 40px #363c880f;
}

.homepage-new .group-3 {
  position: absolute;
  width: 382px;
  height: 442px;
  top: 520px;
  left: 729px;
}

.homepage-new .text-wrapper-9 {
  position: absolute;
  width: 244px;
  top: 169px;
  left: 67px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--foundationgreennormal);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
  white-space: nowrap;
}

.homepage-new .inner-wrapper {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  left: 147px;
  background-color: var(--foundationgreenlight-active);
  border-radius: 42.04px;
  box-shadow: 0px 10px 40px #363c880f;
}

.homepage-new .group-4 {
  position: absolute;
  width: 382px;
  height: 442px;
  top: 0;
  left: 0;
}

.homepage-new .text-wrapper-10 {
  position: absolute;
  width: 288px;
  top: 165px;
  left: 45px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
}

.homepage-new .text-wrapper-11 {
  position: absolute;
  width: 287px;
  top: 257px;
  left: 46px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .self-control-wrapper {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  left: 147px;
  background-color: var(--foundationlight-yellownormal);
  border-radius: 42.04px;
  box-shadow: 0px 10px 40px #363c880f;
}

.homepage-new .self-control {
  position: absolute;
  width: 51px;
  height: 51px;
  top: 16px;
  left: 16px;
  object-fit: cover;
}

.homepage-new .ruang-perjalananmu {
  position: absolute;
  width: 481px;
  top: 0;
  left: 404px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 86.4px;
  white-space: nowrap;
}

.homepage-new .text-wrapper-12 {
  font-weight: 700;
  color: #37715b;
}

.homepage-new .text-wrapper-13 {
  font-weight: 700;
  color: #2f327d;
}

.homepage-new .text-wrapper-14 {
  font-weight: 700;
  color: #f8b400;
}

.homepage-new .text-wrapper-15 {
  position: absolute;
  width: 704px;
  top: 107px;
  left: 292px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.homepage-new .rectangle-3 {
  position: absolute;
  width: 56px;
  height: 2px;
  top: 88px;
  left: 530px;
  background-color: #4f4f4f;
  border-radius: 5px;
}

.homepage-new .header {
  display: flex;
  flex-direction: column;
  width: 1440px;
  height: 145px;
  align-items: flex-start;
  gap: 10px;
  padding: 32px 101px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fdfff580;
}

.homepage-new .frame {
  position: relative;
  width: 1237.21px;
  flex: 0 0 auto;
  margin-bottom: -0.46px;
}

.homepage-new .frame-2 {
  display: flex;
  width: 1237px;
  align-items: center;
  gap: 57px;
  position: relative;
}

.homepage-new .teman-sejiwa-terbaru {
  width: 94px;
  height: 82px;
  position: relative;
  object-fit: cover;
}

.homepage-new .text-wrapper-16 {
  position: relative;
  width: 205px;
  height: 32px;
  font-family: "Urbanist", Helvetica;
  font-weight: 700;
  color: #37715b;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .group-5 {
  position: relative;
  width: 496px;
  height: 22px;
}

.homepage-new .text-wrapper-17 {
  position: absolute;
  width: 76px;
  top: 0;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-new .text-wrapper-18 {
  position: absolute;
  width: 119px;
  top: 0;
  left: 111px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #303030;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-new .text-wrapper-19 {
  position: absolute;
  width: 77px;
  top: 0;
  left: 265px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #303030;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .text-wrapper-20 {
  position: absolute;
  width: 111px;
  top: 0;
  left: 377px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-new .group-6 {
  position: relative;
  width: 117.21px;
  height: 51px;
}

.homepage-new .overlap-group-2 {
  position: relative;
  width: 115px;
  height: 51px;
  border-radius: 15px;
  border: 2px solid;
  border-color: #125b50;
}

.homepage-new .text-wrapper-21 {
  position: absolute;
  width: 65px;
  top: 11px;
  left: 23px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #125b50;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.homepage-new .frame-3 {
  display: flex;
  width: 111px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  position: relative;
  margin-right: -4.00px;
  background-color: var(--primary);
  border-radius: 15px;
}

.homepage-new .text-wrapper-22 {
  position: relative;
  width: fit-content;
  margin-top: -8.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--background);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .overlap-2 {
  position: absolute;
  width: 1205px;
  height: 746px;
  top: 4780px;
  left: 120px;
}

.homepage-new .rectangle-4 {
  position: absolute;
  width: 56px;
  height: 2px;
  top: 73px;
  left: 574px;
  background-color: #4f4f4f;
  border-radius: 5px;
}

.homepage-new .group-7 {
  position: absolute;
  width: 1205px;
  height: 746px;
  top: 0;
  left: 0;
}

.homepage-new .artikel-kami {
  top: 0;
  left: 461px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 48px;
  line-height: 56px;
  white-space: nowrap;
  position: absolute;
  letter-spacing: 0;
}

.homepage-new .dapatkan-informasi {
  position: absolute;
  top: 91px;
  left: 350px;
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.homepage-new .article {
  left: 0;
  position: absolute;
  width: 354px;
  height: 512px;
  top: 234px;
  box-shadow: 0px 4px 4px #00000040;
}

.homepage-new .overlap-3 {
  position: relative;
  width: 350px;
  height: 512px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: var(--drop-shadow);
}

.homepage-new .mask-group-wrapper {
  position: absolute;
  width: 350px;
  height: 240px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
}

.homepage-new .mask-group {
  position: absolute;
  width: 350px;
  height: 240px;
  top: 0;
  left: 0;
}

.homepage-new .overlap-4 {
  position: absolute;
  width: 266px;
  height: 161px;
  top: 265px;
  left: 42px;
}

.homepage-new .element-tips-menjaga {
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .text-wrapper-23 {
  position: absolute;
  width: 266px;
  top: 77px;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 300;
  color: #7c7987;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage-new .group-8 {
  position: absolute;
  width: 266px;
  height: 28px;
  top: 449px;
  left: 42px;
}

.homepage-new .overlap-group-3 {
  position: relative;
  width: 268px;
  height: 28px;
}

.homepage-new .group-9 {
  position: absolute;
  width: 268px;
  height: 28px;
  top: 0;
  left: 0;
}

.homepage-new .text-wrapper-24 {
  position: absolute;
  width: 266px;
  top: 0;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal-hover);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage-new .vector {
  position: absolute;
  width: 14px;
  height: 9px;
  top: 11px;
  left: 172px;
}

.homepage-new .article-2 {
  left: 851px;
  position: absolute;
  width: 354px;
  height: 512px;
  top: 234px;
  box-shadow: 0px 4px 4px #00000040;
}

.homepage-new .overlap-5 {
  position: absolute;
  width: 266px;
  height: 161px;
  top: 264px;
  left: 42px;
}

.homepage-new .manfaat-jalan-kaki {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .article-3 {
  left: 444px;
  position: absolute;
  width: 354px;
  height: 512px;
  top: 234px;
  box-shadow: 0px 4px 4px #00000040;
}

.homepage-new .overlap-6 {
  position: absolute;
  width: 266px;
  height: 161px;
  top: 266px;
  left: 42px;
}

.homepage-new .meditasi-cara-sehat {
  position: absolute;
  top: 0;
  left: 1px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .keunggulan-teman-wrapper {
  display: flex;
  width: 1200px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 3039px;
  left: 126px;
}

.homepage-new .keunggulan-teman {
  position: relative;
  width: 693px;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--primary-1);
  font-size: 48px;
  text-align: center;
  letter-spacing: -1.44px;
  line-height: 86.4px;
}

.homepage-new .text-wrapper-25 {
  color: #f8b400;
  letter-spacing: -0.69px;
}

.homepage-new .text-wrapper-26 {
  color: #000000d9;
  letter-spacing: -0.69px;
}

.homepage-new .text-wrapper-27 {
  color: #37715b;
  letter-spacing: -0.69px;
}

.homepage-new .frame-4 {
  display: flex;
  flex-direction: column;
  width: 592px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 3161px;
  left: 666px;
}

.homepage-new .div-2 {
  display: flex;
  width: 592px;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundationgreenlight-hover);
  border-radius: 22px;
}

.homepage-new .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-new .frame-6 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--foundationgreennormal-hover);
  border-radius: 999px;
}

.homepage-new .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.72px;
  line-height: 28px;
  white-space: nowrap;
}

.homepage-new .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-new .book-a-call {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--primary-1);
  font-size: 24px;
  letter-spacing: -0.72px;
  line-height: 40px;
}

.homepage-new .book-a-call-with-our {
  position: relative;
  align-self: stretch;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 20px;
  letter-spacing: -0.60px;
  line-height: 27px;
}

.homepage-new .overlap-7 {
  position: absolute;
  width: 1451px;
  height: 755px;
  top: 3924px;
  left: 0;
}

.homepage-new .group-10 {
  position: absolute;
  width: 1451px;
  height: 755px;
  top: 0;
  left: 0;
}

.homepage-new .overlap-8 {
  position: relative;
  width: 1449px;
  height: 755px;
  background-color: var(--foundationlight-yellownormal);
}

.homepage-new .about-img {
  position: absolute;
  width: 563px;
  height: 450px;
  top: 136px;
  left: 115px;
}

.homepage-new .group-wrapper {
  position: absolute;
  width: 593px;
  height: 284px;
  top: 279px;
  left: 730px;
}

.homepage-new .group-11 {
  position: relative;
  width: 597px;
  height: 284px;
}

.homepage-new .text-wrapper-29 {
  position: absolute;
  width: 590px;
  top: 0;
  left: 3px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .text-wrapper-30 {
  position: absolute;
  width: 590px;
  top: 154px;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

.homepage-new .group-12 {
  position: absolute;
  width: 334px;
  height: 62px;
  top: 607px;
  left: 730px;
}

.homepage-new .overlap-group-4 {
  position: relative;
  width: 332px;
  height: 62px;
  border-radius: 15px;
  border: 1px solid;
  border-color: #37715b;
}

.homepage-new .text-wrapper-31 {
  position: absolute;
  width: 242px;
  top: 15px;
  left: 44px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--foundationgreennormal);
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .text-wrapper-32 {
  position: absolute;
  width: 522px;
  top: 86px;
  left: 733px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal-active);
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .rectangle-5 {
  position: absolute;
  width: 471px;
  height: 567px;
  top: 94px;
  left: 119px;
  background-color: var(--foundationyellowlight-hover);
  border-radius: 20px;
}

.homepage-new .shadow {
  position: absolute;
  width: 403px;
  height: 33px;
  top: 551px;
  left: 162px;
}

.homepage-new .terbaru-fix {
  position: absolute;
  width: 435px;
  height: 381px;
  top: 188px;
  left: 137px;
  object-fit: cover;
}

.homepage-new .overlap-9 {
  position: absolute;
  width: 1460px;
  height: 782px;
  top: 2181px;
  left: -10px;
}

.homepage-new .group-13 {
  position: absolute;
  width: 1460px;
  height: 782px;
  top: 0;
  left: 0;
}

.homepage-new .overlap-10 {
  position: relative;
  height: 782px;
}

.homepage-new .rectangle-wrapper {
  display: flex;
  flex-direction: column;
  width: 1460px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-new .rectangle-6 {
  position: relative;
  width: 1439px;
  height: 762px;
  background-color: var(--foundationlight-yellownormal);
}

.homepage-new .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 1219px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 67px;
  left: 120px;
}

.homepage-new .frame-8 {
  display: flex;
  width: 1199px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.homepage-new .frame-9 {
  display: flex;
  flex-direction: column;
  width: 701px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.homepage-new .group-14 {
  position: relative;
  width: 701px;
  height: 628.93px;
}

.homepage-new .group-15 {
  position: relative;
  height: 629px;
}

.homepage-new .frame-10 {
  display: flex;
  flex-direction: column;
  width: 701px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-new .kenali-dirimu-kapan-wrapper {
  display: flex;
  flex-direction: column;
  width: 668px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.homepage-new .kenali-dirimu-kapan {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
}

.homepage-new .text-wrapper-33 {
  font-weight: 700;
  color: #333333;
  line-height: 0.1px;
}

.homepage-new .text-wrapper-34 {
  font-weight: 700;
  color: #326652;
  line-height: 70px;
}

.homepage-new .text-wrapper-35 {
  font-weight: 700;
  color: #f8b400;
  line-height: 70px;
}

.homepage-new .text-wrapper-36 {
  position: relative;
  align-self: stretch;
  height: 116px;
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  color: var(--textdim);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .frame-11 {
  display: flex;
  width: 701px;
  align-items: center;
  gap: 100px;
  position: absolute;
  top: 332px;
  left: 0;
}

.homepage-new .frame-12 {
  display: flex;
  flex-direction: column;
  width: 286px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.homepage-new .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-new .text-wrapper-37 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal-hover);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .text-wrapper-38 {
  position: relative;
  align-self: stretch;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: var(--textdim);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
}

.homepage-new .component {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-new .text-wrapper-39 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationgreennormal-hover);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-new .arrow-right-alt {
  position: relative;
  width: 24px;
  height: 24px;
}

.homepage-new .text-wrapper-40 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: var(--foundationyellownormal);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

.homepage-new .group-16 {
  position: relative;
  width: 471px;
  height: 561px;
}

.homepage-new .group-17 {
  height: 561px;
  background-color: var(--foundationgreenlight-active);
  border-radius: 20px;
}

.homepage-new .group-18 {
  position: relative;
  width: 416px;
  height: 438px;
  top: 89px;
  left: 28px;
}

.homepage-new .overlap-group-5 {
  position: relative;
  height: 438px;
}

.homepage-new .meditation-pana {
  position: absolute;
  width: 358px;
  height: 97px;
  top: 341px;
  left: 29px;
  background-image: url(https://c.animaapp.com/m9d21ie2K84ybi/img/carpet.png);
  background-size: 100% 100%;
}

.homepage-new .aset-homepg {
  position: absolute;
  width: 416px;
  height: 417px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.homepage-new .text-wrapper-41 {
  font-weight: 700;
  color: #4f4f4f;
  line-height: 0.1px;
}

.homepage-new .meditation-pana-2 {
  position: absolute;
  width: 358px;
  height: 97px;
  top: 341px;
  left: 29px;
  background-image: url(https://c.animaapp.com/m9d21ie2K84ybi/img/carpet-1.png);
  background-size: 100% 100%;
}

.homepage-new .group-19 {
  position: absolute;
  width: 234px;
  height: 62px;
  top: 5609px;
  left: 623px;
}

.homepage-new .overlap-11 {
  position: relative;
  width: 232px;
  height: 62px;
  border-radius: 15px;
  border: 1px solid;
  border-color: #37715b;
}

.homepage-new .text-wrapper-42 {
  position: absolute;
  top: 15px;
  left: 49px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  color: var(--foundationgreennormal);
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .aset {
  position: absolute;
  width: 481px;
  height: 518px;
  top: 3245px;
  left: 110px;
  object-fit: cover;
}

.homepage-new .footer {
  position: absolute;
  width: 1453px;
  height: 594px;
  top: 5770px;
  left: -6px;
  background-color: transparent;
}

.homepage-new .overlap-12 {
  position: relative;
  width: 1453px;
  height: 594px;
}

.homepage-new .frame-14 {
  position: absolute;
  width: 1453px;
  height: 594px;
  top: 0;
  left: 0;
  background-color: var(--foundationgreendark-active);
}

.homepage-new .frame-15 {
  display: flex;
  flex-direction: column;
  width: 140px;
  height: 121px;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 63px;
  left: 123px;
}

.homepage-new .teman-sejiwa-terbaru-2 {
  width: 96px;
  height: 84px;
  position: relative;
  object-fit: cover;
}

.homepage-new .text-wrapper-43 {
  position: relative;
  align-self: stretch;
  height: 32px;
  margin-bottom: -9.00px;
  font-family: "Urbanist", Helvetica;
  font-weight: 700;
  color: #37715b;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .group-20 {
  position: absolute;
  width: 612px;
  height: 212px;
  top: 255px;
  left: 122px;
}

.homepage-new .group-21 {
  position: absolute;
  width: 137px;
  height: 118px;
  top: 0;
  left: 0;
}

.homepage-new .text-wrapper-44 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.homepage-new .text-wrapper-45 {
  position: absolute;
  top: 46px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .text-wrapper-46 {
  position: absolute;
  top: 94px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .group-22 {
  position: absolute;
  width: 128px;
  height: 210px;
  top: 2px;
  left: 231px;
}

.homepage-new .text-wrapper-47 {
  position: absolute;
  top: 46px;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .text-wrapper-48 {
  position: absolute;
  top: 142px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .text-wrapper-49 {
  top: 186px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.homepage-new .group-23 {
  position: absolute;
  width: 151px;
  height: 115px;
  top: 1px;
  left: 467px;
}

.homepage-new .syarat-ketentuan {
  position: absolute;
  top: 94px;
  left: 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .line {
  width: 1203px;
  top: 500px;
  left: 122px;
  position: absolute;
  height: 2px;
}

.homepage-new .text-wrapper-50 {
  position: absolute;
  top: 536px;
  left: 123px;
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.homepage-new .group-24 {
  position: absolute;
  width: 269px;
  height: 116px;
  top: 257px;
  left: 867px;
}

.homepage-new .group-25 {
  position: relative;
  width: 271px;
  height: 116px;
}

.homepage-new .group-26 {
  position: absolute;
  width: 185px;
  height: 24px;
  top: 46px;
  left: 0;
}

.homepage-new .img-3 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.homepage-new .text-wrapper-51 {
  position: absolute;
  top: 0;
  left: 49px;
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.homepage-new .group-27 {
  position: absolute;
  width: 271px;
  height: 24px;
  top: 92px;
  left: 0;
}

.homepage-new .line-2 {
  width: 1195px;
  top: 231px;
  left: 123px;
  position: absolute;
  height: 2px;
}

.homepage-new .group-28 {
  position: absolute;
  width: 161px;
  height: 28px;
  top: 532px;
  left: 1164px;
}

.homepage-new .mdi-instagram {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
}

.homepage-new .mdi-twitter {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 45px;
}

.homepage-new .ic-baseline-facebook {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 90px;
}

.homepage-new .group-29 {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 1px;
  left: 135px;
}

.homepage-new .vector-wrapper {
  position: relative;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
}

.homepage-new .vector-2 {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 8px;
  left: 6px;
}

/* Original CSS code */

/* Add the following new styles */

.homepage-new {
  background-color: #fdfff5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.main-content {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 120px;
  z-index: 1;
  margin-top: 100px;
  margin-left: 50px;
}

.hero-title {
  font-family: "DM Sans", Helvetica;
  font-weight: 800;
  font-size: 70px;
  line-height: 75px;
  color: #4f4f4f;
  margin-bottom: 30px;
}

.hero-description {
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #4f4f4f;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 50px;
  background-color: #37715b;
  border-radius: 15px;
  text-decoration: none;
}

.cta-text {
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}

.features {
  margin-top: 50px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.section-title {
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 48px;
  line-height: 86.4px;
  text-align: center;
  margin-bottom: 20px;
}

.section-title-explore {
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 48px;
  line-height: 86.4px;
  margin-bottom: 20px;
}

.section-description {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #4f4f4f;
  margin-bottom: 50px;
}

.feature-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  z-index: 2;
}

.feature-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  width: 378px;
  height: 402px;
  background: white;
  box-shadow: 0px 10px 60px rgba(38.03, 44.84, 117.94, 0.08);
  margin-top: 100px;
  margin: 40px;
}

.feature-card-div {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.feature-card-div2 {
  display: flex;
  gap: 150px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: #ffe3b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-icon img {
  width: 40px;
  height: 40px;
}

.feature-title {
  margin-top: 70px;
  text-align: center;
  color: #37715B;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 51.20px;
}

.feature-title2 {
  margin-top: 70px;
  text-align: center;
  color: #DFA200;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 51.20px;
}

.feature-description {
  font-family: "DM Sans", Helvetica;
  text-align: center;
  color: #4F4F4F;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 50px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(253, 255, 245, 0.8);
  z-index: 1000;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
}

.navigation-logo {
  margin-left: 50px;
  width: 94px;
  height: 82px;
}

.navigation-title {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Pusatkan secara horizontal */
  gap: 10px;
  /* Jarak antara logo dan teks */
  text-align: center;
}

.brand-name {
  font-family: "Urbanist", Helvetica;
  font-weight: 700;
  font-size: 22px;
  color: #37715b;
  margin-left: 70px;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-link {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #2c2c2c;
  text-decoration: none;
  margin-right: 30px;
}

.nav-link.active {
  color: #37715b;
}

.auth-buttons {
  display: flex;
  align-items: center;
}

.login-button,
.signup-button {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
}

.login-button {
  color: #125b50;
  border: 2px solid #125b50;
  margin-right: 10px;
}

.signup-button {
  color: #ffffff;
  background-color: #125b50;
  border: 2px solid #125b50;
}

.articles {
  padding: 100px 0;
  background-color: #fdfff5;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  padding: 0 200px;
}

.article-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.article-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.article-content {
  padding: 20px;
}

.article-title {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
}

.article-excerpt {
  font-family: "DM Sans", Helvetica;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #7c7987;
  margin-bottom: 20px;
}

.read-more {
  display: flex;
  align-items: center;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 17px;
  color: #326652;
  text-decoration: none;
  margin-top: 30px;
}

.arrow-icon {
  margin-left: 10px;
}

.view-all-button {
  display: block;
  width: 200px;
  margin: 50px auto 0;
  padding: 15px 0;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 22px;
  color: #37715b;
  text-align: center;
  text-decoration: none;
  border: 1px solid #37715b;
  border-radius: 15px;
}

.advantages {
  justify-content: space-between;
  align-items: center;
  padding: 100px 120px;
  background-color: #fdfff5;
}

.advantage-container {
  display: flex;
}

.advantages-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 120px;
}

.advantage-item {
  width: 592px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #E1EAE6;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex
}

.advantage-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #326652;
  border-radius: 50%;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}

.advantage-content {
  flex: 1;
}

.advantage-title {
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.advantage-description {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #4f4f4f;
}

.advantage-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantage-image {
  max-width: 100%;
  height: auto;
}

.about-us {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 100px 120px;
  background-color: #ffe3b8;
}

.about-content {
  flex: 1;
  max-width: 600px;
}

.about-title {
  color: #2C5A49;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-description {
  font-family: "DM Sans", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #4f4f4f;
  margin-bottom: 20px;
}

.learn-more-button {
  display: inline-block;
  padding: 15px 30px;
  font-family: "DM Sans", Helvetica;
  font-weight: 700;
  font-size: 22px;
  color: #37715b;
  text-decoration: none;
  border: 1px solid #37715b;
  border-radius: 15px;
}

.about-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image {
  max-width: 100%;
  height: auto;
}

.explore-yourself {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 100px;
  background-color: #ffe3b8;
}

.explore-content {
  flex: 1;
  max-width: 600px;
}

.explore-description {
  font-family: "DM Sans", Helvetica;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #4f4f4f;
  margin-bottom: 40px;
}

.explore-title {
  margin-top: 20px;
  text-align: left;
  color: #37715B;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 51.20px;
}

.explore-content-description {
  font-family: "DM Sans", Helvetica;
  text-align: left;
  color: #4F4F4F;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 20px;
}

.explore-title2 {
  margin-top: 20px;
  text-align: center;
  color: #DFA200;
  font-size: 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 51.20px;
}

.explore-features {
  display: flex;
  gap: 30px;
}

.explore-feature {
  flex: 1;
}

.explore-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore-image {
  max-width: 100%;
  height: auto;
}

/* Footer Styles */
footer {
  background-color: #193329;
  color: white;
  padding: 50px 10% 20px;
}

.footer-top {
  display: flex;
  justify-content: left;
  margin-bottom: 50px;
}

.footer-logo {
  text-align: center;
  align-self: stretch;
  color: #37715B;
  font-size: 20px;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.footer-logo img {
  height: 80px;
  margin-bottom: 10px;
}

.footer-divider {
  height: 2px;
  background-color: #FAF5E4;
  margin: 20px 0;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-section {
  flex: 1;
}

.footer-section h3 {
  margin-bottom: 20px;
  color: white;
  font-size: 20px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 15px;
}

.footer-section a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.footer-section span {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-info svg {
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  color: white;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 22.40px;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  color: white;
}
