/* Hero Style */
#hero {
  background-color: var(--background-primary);
  text-align: center;
  margin-top: 50px;
  padding-top: 80px;
}

#hero h1 span {
  color: var(--main-primary);
}

#hero .btn {
  color: var(--neutral-background);
  margin-top: 24px;
}

#hero .img-section {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  z-index: 100;
}

#hero .img-section .person {
  position: absolute;
  left: 40%;
}

#hero .img-section .available {
  background-color: white;
  position: absolute;
  left: 31%;
  top: 40px;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0px 464px 130px 0px rgba(0, 0, 0, 0),
    0px 296px 118px 0px rgba(0, 0, 0, 0.01),
    0px 166px 100px 0px rgba(0, 0, 0, 0.05),
    0px 74px 74px 0px rgba(0, 0, 0, 0.09), 0px 18px 40px 0px rgba(0, 0, 0, 0.1);
}

#hero .img-section .available p {
  display: inline-block;
}

#hero .img-section .rating {
  position: absolute;
  left: 57%;
  top: 70px;
  background-color: white;
  padding: 8px 10px;
  border-radius: 8px;
}

/* End Hero Style */

/* Supported-by Style */
#supported-by {
  padding: 42px 0px;
}
#supported-by .row {
  padding: 0px 70px;
}
/* End Supported-by Style */

/* Value Style */
#value {
  background-color: var(--main-primary);
  padding: 80px 0px;
  position: relative;
}

#value .web-title {
  color: var(--neutral-background);
  padding-right: 200px;
  padding-left: 100px;
}

#value .value-dropdown {
  margin-bottom: 10px;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  color: var(--neutral-background);
}

#value .dropdown-body {
  max-height: 0;
  display: none;
  margin-top: 10px;
  transition: max-height 0.3s ease;
  white-space: normal;
}

#value .show {
  max-height: 1000px; /* Adjust to a sufficiently large value */
  display: block;
}

#value .toggle-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#value .value-dropdown .line {
  height: 1px;
  width: 100%;
  background-color: var(--neutral-line);
  margin-top: 24px;
}

/* End Value Style */

/* Service Style */
#service {
  padding-top: 100px;
}
#service .title-area {
  text-align: center;
  margin-bottom: 60px;
}
#service .title-area .web-title {
  color: var(--main-primary);
}

#service .card {
  width: 360px !important;
  border-radius: 8px;
  transition: 0.2s;
  margin-top: 40px;
  border: 4px solid transparent;
}

#service .card:hover {
  border-radius: 8px;
  border: 4px solid var(--main-primary);
  box-shadow: none !important;
}

#service .card-body {
  padding: 20px 8px 20px 8px;
}

#service .supplementary-btn,
#service .primary-btn {
  margin-top: 25px;
}

#service .tertiary-btn {
  display: block;
  margin-button: 20px;
}

#service .coming-soon {
  margin-top: 20px;
  color: var(--main-secondary);
}

/* End Service Style */

/* Testimonial Style */
#testimoni {
  background-color: var(--main-primary);
  padding: 80px 140px;
  margin-top: 100px;
}

#testimoni h1 {
  color: var(--Neutral-Background, #fff);
  font-family: Paytone One;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 50px;
}

#testimoni .testimonial-card-wrapper {
  display: flex;
  justify-content: center;
}

#testimoni .testimonial-card-slide {
  background-color: var(--neutral-background);
  display: flex;
  width: 440px !important;
  /* height: 510px; */
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 8px;
}

#testimoni .swiper-slide {
  display: flex;
  justify-content: center;
  background: transparent;
}

#testimoni .testimonial-card-slide .image-area {
  /* height: 280px; */
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px 8px 0px 0px;
  border: none;
  background-size: cover;
  background-position: center;
}

#testimoni .testimonial-card-slide .text-area {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#testimoni .testimonial-card-slide .text-area h3 {
  color: var(--neutral-primary);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

#testimoni .testimonial-card-slide .text-area h4 {
  color: var(--main-primary);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

#testimoni .testimonial-card-slide .text-area p {
  color: var(--Neutral-Secondary, #504f4d);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

#testimoni .text-box {
  background: var(--neutral-background);
  border-radius: 8px;
  padding: 20px;
  width: 236px;
  text-align: center;
  position: absolute;
  z-index: 99;
  right: -40px;
  top: -60px;
}

#testimoni .swiper-button-prev,
#testimoni .swiper-button-next {
  /* background-color: var(--neutral-background); */
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

#testimoni .swiper-button-prev svg,
#testimoni .swiper-button-next svg {
  color: var(--neutral-dark);
}

#testimoni .swiper-button-prev::after,
#testimoni .swiper-button-next::after {
  content: "";
}

/* End Testimonial Style */

/* Contact Style */
#contact {
  text-align: center;
  padding: 100px 0px;
}

#contact .web-title {
  color: var(--main-primary);
}

#contact .supplementary-btn {
  margin-top: 20px;
}

/* End Contact Style */

/* RESPONSIVE */
/* MOBILE */
@media (max-width: 767.98px) {
  #hero h1 span {
    display: block;
  }

  #hero .img-section .house {
    width: 519px;
    margin-top: 200px;
    overflow: hidden;
  }

  #hero .img-section .person {
    width: 239.666px;
    height: 360px;
    bottom: -35px;
    left: auto;
  }

  #hero .img-section .available {
    top: 80px;
    left: 10%;
  }

  #hero .img-section .rating {
    top: 60%;
    left: 50%;
  }

  #supported-by .wrapper {
    flex-direction: column;
  }

  #value .web-title {
    padding: 0px 80px 0px 13px;
    margin-bottom: 15px;
  }

  #service {
    padding-top: 50px;
  }

  #service .title-area {
    margin-bottom: 30px;
  }

  #testimoni {
    padding: 40px 10px;
    margin-top: 100px;
    position: relative;
  }

  #testimoni h1 {
    text-align: center;
    padding: 20px 40px 0px 40px;
  }

  #testimoni .text-box {
    position: static;
    margin: 35px auto;
  }

  #testimoni .swiper {
    position: static;
  }

  #testimoni .testimonial-card-slide {
    width: 300px !important;
    /* height: 500px; */
  }

  #testimoni .testimonial-card-slide .image-area {
    /* height: 200px; */
    background-size: cover;
  }

  #testimoni .testimonial-card-slide .text-area {
    padding: 10px;
  }

  #testimoni .testimonial-card-slide .text-area h3 {
    font-size: 22px;
  }

  #testimoni .testimonial-card-slide .text-area h4 {
    font-size: 18px;
  }

  #testimoni .testimonial-card-slide .text-area p {
    font-size: 16px;
    padding: 20px 10px;
  }

  #testimoni .swiper-button-prev,
  #testimoni .swiper-button-next {
    /* background-color: var(--neutral-background); */
    width: 33px;
    height: 33px;
  }

  #service .card {
    width: 280px !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {

  #hero .img-section .person {
    left: auto;
  }

  #hero .img-section .available {
    top: 80px;
    left: 17%;
  }

  #hero .img-section .rating {
    top: 50%;
    left: 60%;
  }

  #supported-by .wrapper {
    justify-content: center !important;
  }

  #supported-by .wrapper img {
    width: 120px;
  }

  #testimoni {
    position: relative;
  }

  #testimoni h1 {
    text-align: center;
    padding: 0 40px 60px 40px;
  }

  #testimoni .swiper {
    position: static;
  }

  #testimoni .text-box {
    top: -60px;
    right: -120px;
  }

  #testimoni .swiper-button-prev,
  #testimoni .swiper-button-next {
    width: 55px;
    height: 55px;
  }

  #testimoni .swiper-button-prev {
    left: -60px;
  }

  #testimoni .swiper-button-next {
    right: -60px;
  }
}
