.flow-section {
  padding: 120px 70px 0;
  background-color: #00a79d;
  color: #fff;
  text-align: center;
  margin: 0 49px;
}

.flow-section-scrollable-wrap {
  padding-bottom: 120px;
}

.flow-section-max-wrap {
  max-width: 1220px;
  margin: auto;
}

.flow-title {
  color: #fff;
  margin-bottom: 10px;
}

.flow-subtitle {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.flow-mb-30 {
  margin-bottom: 30px;
}

.flow-description {
  max-width: 506px;
  text-align: left;
  line-height: 2.25;
}

.flow-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.flow-step {
  flex: 1;
  position: relative;
}

.step-number {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: var(--font-f12);
  color: #00a79d;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
}

@supports not (mix-blend-mode: multiply) {
  .step-number {
    color: #1d6d68;
  }
}

.step-content {
  width: 100%;
  color: #fff;
  position: relative;
}

.step-content-round {
  width: 320px;
  height: 320px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.step-icon {
  max-width: 60%;
}

.flow-step:first-child .step-icon {
  max-width: 46%;
}

.step-title {
  font-weight: 500;
  font-size: var(--font-f4);
  margin-bottom: 10px;
}

.step-description {
  line-height: 1.6;
  text-align: left;
}

.flow-step::after {
  content: "";
  position: absolute;
  top: 35%;
  right: -12%;
  width: 52px;
  height: 28px;
  background: url("../assets/images/flow/arrow.png") no-repeat center;
  background-size: cover;
  flex-shrink: 0;
}

.flow-step:nth-child(3)::after {
  display: none;
}

.commitment {
  padding: 200px 0;
  color: #fff;
  position: relative;
  object-fit: cover;
}

.commitment-container {
  max-width: 1300px;
  margin: auto;
}

.commitment-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.commitment-title-ml-106 {
  margin-left: 106px;
}

.commitment-title {
  color: #fff;
  margin-bottom: 10px;
}

.commitment-subtitle {
  color: #fff;
  margin-bottom: 60px;
}

.commitment-items {
  max-width: 1200px;
  margin: 0 auto;
}

.commitment-item {
  margin-bottom: 120px;
}

.commitment-line-left {
  position: relative;
  padding-left: 40px;
}

.commitment-line-left::before {
  content: "";
  display: block;
  width: 133px;
  height: 2px;
  background: #fff;
  left: -111px;
  position: absolute;
}

.commitment-line-right {
  position: relative;
  padding-right: 40px;
}

.commitment-line-right::after {
  content: "";
  display: block;
  width: 133px;
  height: 2px;
  background: #fff;
  right: -111px;
  position: absolute;
}

.item-number {
  font-family: "Josefin Sans";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 40px;
  text-transform: uppercase;
}

.item-number-num {
  font-size: var(--font-f8);
  margin-left: 16px;
}

.item-content {
  display: flex;
  gap: 60px;
  flex: 1;
  max-width: 100%;
  overflow: hidden;
}

.item-image-wrap {
  width: 50%;
  height: 389px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  flex: 1;
}

.item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-image-text {
  font-family: "Josefin Sans";
  font-size: var(--font-f12);
  position: absolute;
  bottom: -25px;
  height: 46px;
  font-weight: 600;
}

.item-image-text-left {
  left: 40px;
}

.item-image-text-right {
  right: 49px;
}

.item-text {
  max-width: 510px;
}

.item-text-wrap {
  flex: 1;
}

.item-title {
  font-weight: 500;
  font-size: var(--font-f8);
  margin-bottom: 20px;
}

.item-description {
  line-height: 2.25;
  letter-spacing: 0.55px;
  font-weight: 300;
}

.commitment-item:nth-child(even) .item-content {
  flex-direction: row-reverse;
}

.commitment-item:nth-child(even) .item-content .item-text-wrap {
  justify-content: flex-end;
  display: flex;
}

.floor-plan {
  position: relative;
}

.floor-plan-header-2,
.floor-plan-header {
  position: relative;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../assets/images/flow/kitchen-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100%;
}

.floor-plan-header-2 {
  background-image: url("../assets/images/IMG_8601.JPG");
}

.kitchen-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-text p {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: var(--font-f7);
  line-height: 1.8;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 8px;
  height: 39px;
  line-height: 36px;
  font-feature-settings: "halt";
}

.header-text-occupy {
  opacity: 0;
}

.floor-plan-content {
  gap: 60px;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding-top: 199px;
}

.floor-plan-bg {
  position: absolute;
  top: 60px;
  right: -111px;
}

.floor-subtitle {
  margin-bottom: 70px;
}

.floor-concept {
  font-weight: 500;
  font-size: var(--font-f8);
  margin-bottom: 70px;
  letter-spacing: 10px;
}

.floor-description {
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 300;
  max-width: 80%;
}

.floor-plan-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 83px;
}

.floor-plan-image {
  margin-top: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.property-details {
  margin-top: 73px;
}

.price {
  font-weight: 700;
  font-size: var(--font-f4);
  margin-bottom: 30px;
  color: #00a79d;
  display: flex;
  align-items: flex-end;
}

.sale-label {
  display: inline-block;
  background: #00a79d;
  color: #fff;
  font-weight: 500;
  font-size: var(--font-f3);
  padding: 0 9px;
  margin-right: 13px;
}

.sale-price {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: var(--font-f13);
  height: 37px;
}

.details-list {
  list-style: none;
  padding: 0;
}

.details-list li {
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.details-list-bold {
  font-weight: 500;
  flex-shrink: 0;
}

.floor-plan-image-label {
  position: absolute;
  top: 101px;
  padding-bottom: 2px;
}

.floor-plan-image-label-2 {
  left: 30%;
  padding: 0 20px 2px;
}

.floor-plan-image-3 {
  margin-top: 83px;
  max-width: 100%;
}

.floor-label {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: var(--font-f4);
  height: 32px;
  line-height: 35px;
  margin-bottom: 29px;
  width: 62px;
  text-align: center;
}

.floor-detail-wrap {
  background-color: #fff;
  padding-bottom: 100px;
}

.floor-plan-image-wrapper:first-child {
  margin-right: 60px;
}

.floor-plan-image-wrapper img {
  width: 511px;
}

.faq {
  padding: 201px 40px 320px;
  background-color: #dcf5f0;
}

.faq-content {
  max-width: 1080px;
  margin: auto;
}

.faq-subtitle {
  margin-bottom: 60px;
}

.faq-list {
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 19px 31px;
}

.faq-question {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: var(--font-f3);
  color: #00a79d;
  padding-right: 30px;
}

.faq-answer {
  display: flex;
  height: 0;
  box-sizing: border-box;
  align-items: flex-start;
  font-weight: 500;
  padding-top: 10px;
}

.q-mark,
.a-mark {
  font-family: "Poppins";
  font-size: var(--font-f4);
  margin-right: 20px;
  width: 37px;
  height: 37px;
  color: #fff;
  background: #00a79d;
  border-radius: 50%;
}

.a-mark {
  background: #19baff;
  position: relative;
  top: 8px;
}

.faq-question p,
.faq-answer p {
  flex: 1;
  margin: 0;
  line-height: 1.8;
}

.faq-answer p {
  padding-top: 10px;
  border-top: 2px dashed #8f8f8f;
}

.faq-arrow {
  font-weight: bold;
  cursor: pointer;
}

.faq-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 4px;
  margin-top: -2px;
  background-color: #00a79d;
}

.faq-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  background-color: #00a79d;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.faq-item-open .faq-arrow::after {
  opacity: 0;
}

.access {
  padding: 199px 40px;
  background-color: #00a79d;
  color: #fff;
  margin: -120px 40px 0;
}

.access-bg {
  position: absolute;
  top: 240px;
  right: 0;
  width: 125px;
}

.access-container {
  max-width: 1080px;
  margin: 0 auto;
}

.access-title {
  color: #fff;
}

.access-subtitle {
  margin-bottom: 40px;
  color: #fff;
}

.map-container {
  margin-bottom: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-container iframe {
  display: block;
}

.access-info {
  line-height: 1.93;
  text-align: left;
}

.access-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.access-list li {
  position: relative;
  padding-right: 20px;
}

.access-list li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}

.floor-plan-bg-wrap {
  max-width: 1080px;
  margin: auto;
}

.floor-plan-image-3 {
  width: 100%;
}

@media screen and (max-width: 1291px) {
  .commitment-items {
    padding: 0 20px;
  }

  .flow-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .floor-plan-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  :root {
    --font-f12: 40px;
  }

  .concept-content {
    padding: 0 15px;
  }

  .step-content-round {
    width: 180px;
    height: 180px;
  }

  .step-number {
    top: 8px;
    left: 15px;
  }

  .flow-step::after {
    top: 86px;
    right: -35px;
  }

  .flow-step:nth-child(3)::after {
    display: none;
  }

  .flow-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flow-step::after {
    width: 32px;
    height: 18px;
  }

  .flow-step:nth-child(3)::after {
    display: none;
  }

  .floor-plan-image-wrapper {
    padding: 0 15px;
  }

  .floor-plan-image-wrapper:first-child {
    margin-right: 0;
  }

  .floor-plan-image-wrapper img {
    max-width: 100%;
  }

  .floor-plan-image-label {
    left: 15px;
  }

  .floor-plan-image-label-2 {
    left: 30%;
  }

  .floor-plan-image {
    max-width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .commitment {
    padding: 100px 0;
  }

  .commitment-title-ml-106 {
    margin-left: 0;
    text-align: center;
  }

  .commitment-subtitle {
    text-align: center;
  }

  .floor-plan-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .floor-maps {
    flex-direction: column;
  }

  .floor-level {
    margin-bottom: 40px;
  }

  .floor-concept-2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .step-number {
    font-size: 60px;
    color: #006d61;
    mix-blend-mode: initial;
    -webkit-mix-blend-mode: initial;
    -moz-mix-blend-mode: initial;
  }

  .flow-section-max-wrap {
    max-width: initial;
  }

  .floor-plan-image-label-2 {
    left: 15px;
  }

  .flow-section-scrollable-wrap {
    width: 1200px;
  }

  .flow-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .flow-title,
  .step-description,
  .flow-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flow-description:last-child {
    margin-bottom: 30px;
  }

  .flow-subtitle {
    padding-left: 20px;
  }

  .flow-title-content {
    flex-direction: column;
  }

  .floor-subtitle {
    margin-bottom: 40px;
  }

  .floor-concept {
    margin-bottom: 40px;
  }

  .flow-steps {
    justify-content: flex-start;
  }

  .commitment-items {
    padding: 0;
  }

  .commitment-item:last-child {
    margin-bottom: 0;
  }

  .item-content {
    display: block;
  }

  .commitment-item:nth-child(even) .item-content .item-image-wrap {
    position: relative;
    right: -3%;
  }

  .item-image-wrap {
    width: 97%;
    height: 238px;
  }

  .item-image-text {
    bottom: -32px;
  }

  .item-image-text-left {
    left: 16px;
  }

  .item-image-text-right {
    right: 16px;
  }

  .item-number {
    font-size: 12px;
  }

  .commitment-line-left {
    position: absolute;
    right: 20px;
    margin: 0;
    top: -35px;
  }

  .commitment-line-left::before {
    height: 36px;
    width: 1px;
    right: 70px;
    top: -34px;
    left: initial;
  }

  .item-title {
    margin-top: 53px;
    font-size: 24px;
  }

  .item-text {
    max-width: initial;
    padding: 0 20px;
  }

  .commitment-line-right {
    position: absolute;
    left: 20px;
    margin: 0;
    top: 15px;
  }

  .commitment-line-right::after {
    height: 36px;
    width: 1px;
    right: initial;
    top: -34px;
    left: 30px;
  }

  .property-details {
    /* margin-top: 60px;
    padding-bottom: 200px; */
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .floor-description {
    max-width: initial;
  }

  .floor-plan-image {
    max-width: 100%;
    min-width: 300px;
    margin: auto;
    margin-bottom: 83px;
    display: block;
  }

  .floor-plan-content {
    padding-top: 100px;
  }

  .floor-plan-header {
    height: 210px;
  }

  .floor-plan-header {
    background-attachment: initial;
  }

  .floor-plan-header-2 {
    background-attachment: initial;
    background-image: url("../assets/images/IMG_8601-sp.JPG");
  }

  .header-text {
    padding-left: 20px;
    padding-right: 10px;
  }

  .header-text p {
    height: initial;
    line-height: initial;
    padding-bottom: 2px;
  }

  .sale-price {
    font-size: 35px;
    margin-bottom: -8px;
    height: initial;
  }

  .floor-plan-wrap {
    flex-wrap: wrap;
    padding-bottom: 83px;
  }

  .floor-plan-wrap img {
    max-width: 70%;
    display: block;
    margin: auto;
  }

  .floor-plan-bg {
    width: 90px;
    z-index: 1;
  }

  .floor-plan-image-wrapper {
    padding: 0 15px;
  }

  .floor-plan-image-wrapper:first-child {
    margin-right: 0;
  }

  .floor-plan-image-wrapper img {
    max-width: 100%;
  }

  .floor-concept {
    font-size: 24px;
  }

  .sale-label {
    font-size: 14px;
    padding-left: 5px;
    z-index: 1;
  }

  .floor-plan-image-3 {
    position: relative;
    top: 20px;
  }

  .faq {
    padding: 150px 20px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 16px;
  }

  .access {
    padding: 100px 20px;
    background-color: #00a79d;
    color: #fff;
    margin: 0;
  }

  .access-bg {
    top: 120px;
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .floor-plan-image-label-2 {
    top: 90px;
  }
}

@media screen and (max-width: 390px) {
  .map-iframe {
    height: 260px;
  }

  .sale-price {
    font-size: 30px;
    margin-bottom: -4px;
    height: initial;
  }

  .price {
    font-size: 12px;
  }

  .feature-item-img3 {
    width: 90px;
    height: 90px;
  }
}
