/* -------------- */
.section-body {
  flex: 1;
  background: #fff;
  overflow-y: auto;
}

.fist-section {
  height: 14.02rem;
  padding-left: 1.3rem;
  padding-top: 2.1rem;
  background: url('../images/index/Hero-Section.png') no-repeat center;
  background-size: 100%;
}

.masa {
  font-weight: bold;
  font-size: 1.1rem;
  color: #FFFFFF;
  line-height: 1.51rem;
  margin-bottom: .64rem;
  width: 13.6rem;
}

.masa-sub {
  font-size: 0.6rem;
  color: #FFFFFF;
  line-height: 0.72rem;
  margin-bottom: .58rem;
  width: 13.6rem;
}

.hubungl-btn {
  width: 4.68rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  cursor: pointer;
}

.second-section {
  padding: 1.8rem 3.4rem;

}

.second-title {
  font-weight: 900;
  font-size: 0.8rem;
  color: #0C2F58;
  text-align: center;
  margin-bottom: 1.38rem;
}

.second-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.second-section ul img {
  width: 4.3rem;
  height: 7.82rem;
}

.second-section ul li {
  flex: 1;
  text-align: center
}

.second-section ul li:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.third-section {
  height: 13.26rem;
  background: url('../images/index/Group 10.png') no-repeat center;
  background-size: 100%;
  padding: 1.8rem 3.7rem;
  display: flex;
  flex-direction: column;
}

.third-section img {
  height: 7.3rem;
  margin-bottom: 1.4rem;
}

.lihat-btn {
  width: 4.68rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin: 0 auto;
  cursor: pointer;
}

.fouth-section {
  display: flex;
  gap: 0 2rem;
  padding: 1.8rem 1.32rem;
  flex-wrap: wrap;
}

.fouth-section .text-box {
  flex: 1;
}

.fouth-section .title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #0C2F58;
  line-height: 0.96rem;
  margin-bottom: .6rem;
}

.fouth-section .sub-title {
  font-weight: 400;
  font-size: 0.46rem;
  color: #6D7680;
  line-height: 0.55rem;
  margin-bottom: 1.4rem;
}

.fouth-section .bergabunglah-btn {
  width: 5.46rem;
  height: 0.96rem;
  background: #14C58F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  cursor: pointer;
}

.fouth-section img {
  max-width: 100%;
}
.product-section{
  padding: 1.8rem 1.32rem ;
  position: relative;
  
}

.product-section .downbtn{
  position: absolute;
  height: 8%;
  width: 16.5%;
  left: 35.5%;
  top: 21%;
}
.product-section img {
  width: 100%;
  height: auto;
 
}

/* Delete account section */
.delete-account-section {
  background: #F5F7FA;
  padding: 1.8rem 1.32rem;
  display: flex;
  gap: 0 2rem;
  flex-wrap: wrap;
}

.delete-account-section .text-box {
  flex: 1;
  min-width: 13rem;
}

.delete-account-section .title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #0C2F58;
  line-height: 0.96rem;
  margin-bottom: 0.6rem;
}

.delete-account-section .sub-title {
  font-weight: 400;
  font-size: 0.46rem;
  color: #6D7680;
  line-height: 0.69rem;
  margin-bottom: 0.8rem;
}

.delete-account-section .warning-text {
  font-weight: 500;
  font-size: 0.42rem;
  color: #E74C3C;
  line-height: 0.6rem;
  margin-top: 0.6rem;
  padding: 0.4rem;
  background: #FEE;
  border-left: 3px solid #E74C3C;
}

.delete-account-section .form-box {
  flex: 1;
  min-width: 13rem;
  display: flex;
  flex-direction: column;
}

.delete-account-section .form-box input {
  width: 100%;
  height: 1.18rem;
  background: #FFFFFF;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  text-indent: 0.5rem;
  font-size: 0.5rem;
  margin-bottom: 0.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
}

.delete-account-section .form-box input:focus {
  outline: none;
  border-color: #14C58F;
}

.submit-btn-box {
  width: 100%;
  margin-top: 0.4rem;
}

.delete-account-section .submit-btn {
  width: 100%;
  height: 1.14rem;
  background: #14C58F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  cursor: pointer;
  border-radius: 0.2rem;
  transition: background 0.3s ease;
}

.delete-account-section .submit-btn:hover {
  background: #12B882;
}

.delete-account-section .submit-btn:active {
  background: #0FA570;
}

.success-message {
  margin-top: 0.6rem;
  padding: 0.5rem;
  background: #D4EDDA;
  border: 1px solid #C3E6CB;
  border-radius: 0.2rem;
  font-size: 0.42rem;
  color: #155724;
  line-height: 0.6rem;
}