/**
 * 雲嘉南頁面樣式
 *
 * @package mytheme
 */
/* cost */
.cost-section {
  padding: 48px 0 56px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 18.4%,
    rgba(83, 191, 111, 0.2) 119.6%
  );
}
.cost-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  text-align: center;
  font-family: Inter;
  margin: 54px auto 0;
  width: 100%;
  max-width: 1000px;
}
.cost-head-green {
  height: 65px;
  width: 200px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cost-title {
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  line-height: 40px;
}
.cost-inner-wrap {
  max-width: 876px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: #000;
}
.cost-inner {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 40px;
  gap: 19px;
  width: 100%;
}
.cost-center-text {
  height: 28px;
  max-width: 504px;
  width: 100%;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.cost-pay-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cost-money-bag-icon {
  height: 30px;
  width: 28px;
  position: relative;
}
.cost-line {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.cost-head-orange {
  height: 65px;
  width: 200px;
  background-color: #ff942b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cost-text {
  height: 28px;
  max-width: 504px;
  width: 100%;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cost-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cost-highlight-container {
  display: flex;
  background: #fff;
  box-shadow: 0 6px 9.4px 0 rgba(90, 129, 100, 0.3) inset;
  height: 60px;
  width: 100%;
  max-width: 876px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 48px auto;
}

.cost-highlight-text {
  text-align: center;
  color: #b10000;
}

/* flow */
.flow-section {
  padding: 115px 0 75px;
}
.flow-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
  text-align: center;
  margin: 36px auto 0;
  color: #fff;
  font-family: Inter;
}
.flow-box {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.flow-head {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
}
.flow-title-bg-icon {
  width: 126px;
  height: 90px;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 0px;
  z-index: 0;
  flex-shrink: 0;
}
.flow-step {
  align-self: stretch;
  height: 54px;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
  flex-shrink: 0;
}
.flow-step-number {
  position: relative;
  font-size: 1.25rem;
  line-height: 40px;
  font-weight: 600;
}
.flow-inner-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.flow-title {
  font-size: 1.25rem;
  color: #53bf6f;
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
}
.flow-text {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  color: #000;
}

/* box */
.box-section {
  padding: 75px 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2),
    rgba(83, 191, 111, 0.2)
  );
}

.box-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  text-align: center;
  color: #000;
  font-family: Inter;
  margin: 36px auto;
}

.box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 264px;
  width: 100%;
  max-width: 330px;
  margin: 36px auto;
  position: relative;
}
.box-inne-wrap {
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 46px 33px 30px;
  box-sizing: border-box;
}
.box-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.box-inner-text {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  height: 80px;
  align-content: center;
}
.box-line {
  width: 239px;
  height: 1px;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.box-money-inner {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
.box-money-icon {
  height: 36px;
  width: 30px;
  position: relative;
}
.box-pay-text {
  position: relative;
  line-height: 40px;
}
.box-head {
  border-radius: 20px 20px 0px 0px;
  background-color: #53bf6f;
  width: 196px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}
.box-title {
  font-size: 1.25rem;
  position: relative;
  line-height: 40px;
  font-weight: 500;
  flex-shrink: 0;
}

.box-warm-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: center;
  color: #000;
  font-family: Inter;
}
.box-wram-box {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 13px;
}
.box-wram-icon {
  width: 30px;
  position: relative;
  max-height: 100%;
}
.box-wram-text {
  position: relative;
  line-height: 40px;
}

/* premium */
.premium-section {
  position: relative;
}

.premium-section > picture {
  position: absolute;
  top: -20.5rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.premium-bg {
  width: 100%;
}
.premium-wrap {
  position: relative;
  margin: 30px auto 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5a8164;
  font-family: Inter;
}
.premium-box {
  height: 455px;
  width: 455px;
  box-shadow: 0px 4px 38.8px #53bf6f;
  border-radius: 237.5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: -26px;
}
.premium-inner {
  width: 346px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 39px;
}
.premium-head {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.premium-title {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 600;
}
.premium-head-text {
  align-self: stretch;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.premium-note {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  color: #fff;
}
.premium-note-head {
  max-width: 248px;
  width: 100%;
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.premium-note-head-text {
  font-size: 1.25rem;
  position: relative;
  flex-shrink: 0;
  color: #fff;
}
.premium-note-text {
  align-self: stretch;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.orange-header-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ff942b;
}

.premium-highlight-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
  text-align: center;
  margin: 22px auto 36px;
  color: #000;
  font-family: Inter;
}
.premium-highlight-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.premium-highlight-icon {
  height: 32px;
  width: 32px;
  position: relative;
}
.premium-highlight-text {
  position: relative;
  line-height: 32px;
}
.premium-highlight-box3 {
  width: 504px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* special service */
.special-section {
  position: relative;
  padding: 157px 0 160px;
}

.special-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 30px auto 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  text-align: center;
  color: #fff;
  font-family: Inter;
}
.special-box {
  align-self: stretch;
  height: 120px;
  box-shadow: 0px 4px 28.5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.special-inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.special-head {
  max-width: 492px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.special-title-wrap {
  background-color: #53bf6f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 22px;
  box-sizing: border-box;
}
.special-title {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
}
.special-head-text {
  position: relative;
  color: #000;
}
.special-pay {
  display: flex;
  align-items: center;
  gap: 24px;
}
.special-pay-head {
  height: 48px;
  width: 148px;
  background-color: #ffac27;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 22px;
  box-sizing: border-box;
}

/* special highlight */
.special-hl-wrap {
  width: 100%;
  max-width: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  text-align: center;
  color: #ff942b;
  font-family: Inter;
}
.special-hl-head {
  width: 206px;
  font-size: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  bottom: -25px;
}
.special-hl-title {
  position: relative;
  line-height: 32px;
}
.special-hl-wrap-child {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 202px;
  max-width: 700px;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff942b;
  box-sizing: border-box;
  z-index: 0;
}
.special-hl-inner {
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  z-index: 2;
  color: #000;
}
.special-hl-box {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 12px;
}
.special-hl-icon {
  height: 24px;
  width: 24px;
  position: relative;
}

/* vas */
.vas-section {
  padding-bottom: 157px;
}
.vas-wrap {
  width: 100%;
  max-width: 1320px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  align-content: flex-start;
  gap: 35px;
  text-align: center;
  color: #000;
  font-family: Inter;
  margin: 30px auto 36px;
  justify-items: center;
}
.vas-box {
  height: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.vas-box:nth-child(1) {
  background-image: url("../../images/waste-removal.webp"); /* 廢棄物清運 */
}

.vas-box:nth-child(2) {
  background-image: url("../../images/short-storage.webp"); /* 短期倉儲 */
}

.vas-box:nth-child(3) {
  background-image: url("../../images/furniture-pos.webp"); /* 家具定位 */
}

.vas-box:nth-child(4) {
  background-image: url("../../images/backhaul-move.webp"); /* 回頭車搬家 */
}

.vas-box:nth-child(5) {
  background-image: url("../../images/moving-insure.webp"); /* 搬家物品保險 */
}

.vas-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 100%;
}
.vas-title {
  font-size: 1.25rem;
  align-self: stretch;
  position: relative;
  line-height: 40px;
  font-weight: 500;
}
.vas-inner {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}
.vas-text {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vas-cost-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vas-note-head {
  width: 115px;
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vas-note-title {
  position: relative;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.vas-note-text {
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  /* cost */
  .cost-section {
    padding: 0 0 28px;
  }

  .cost-wrap {
    margin: 20px auto 28px;
    gap: 24px;
    align-items: center;
  }

  .cost-item {
    flex-direction: column;
    gap: 10px;
    max-width: 250px;
    width: 100%;
  }

  .cost-inner-wrap {
    flex-direction: row;
    gap: 16px;
  }

  .cost-inner {
    padding: 0;
    gap: 8px;
    flex-direction: column;
  }

  .mobile-row {
    flex-direction: row;
  }

  .cost-center-text {
    flex: 1;
    flex-direction: column;
  }

  .cost-line {
    width: 1px;
    background: #000;
    height: auto;
  }

  .cost-head-green,
  .cost-head-orange {
    width: 100%;
    height: 28px;
  }

  .cost-text {
    width: auto;
  }

  .small-text {
    font-size: 10px !important;
    line-height: 14.4px !important;
    letter-spacing: -0.6px;
  }

  .cost-money-bag-icon {
    width: 19px;
    height: auto;
  }

  .cost-pay-wrap {
    gap: 8px;
  }
  .left-text {
    text-align: left;
  }

  .cost-highlight-container {
    margin: 0 auto 20px;
    max-width: 250px;
  }

  .cost-highlight-text {
    max-width: 184px;
  }

  /* flow */
  .flow-section {
    padding: 36px 0 28px;
  }

  .flow-wrap {
    margin: 20px auto 0;
    gap: 24px;
  }

  .flow-box {
    gap: 34px;
    flex-direction: column;
    align-items: center;
  }

  .flow-head {
    gap: 0;
  }
  .flow-title {
    line-height: normal;
  }

  .flow-title-bg-icon {
    width: 100%;
    height: 54px;
  }

  .flow-step {
    height: 32px;
  }

  /* box */
  .box-section {
    padding: 36px 0 64px;
  }

  .box-wrap {
    margin: 24px auto;
    gap: 24px;
    flex-direction: column;
  }

  .box-item {
    margin: 0;
    height: auto;
  }

  .box-inne-wrap {
    width: auto;
    height: auto;
    padding: 18.5px 10.5px;
  }

  .box-head {
    height: 18px;
    padding: 0;
    margin-bottom: -4.67px;
    position: inherit;
  }

  .box-icon {
    width: 16px;
    height: auto;
  }

  .box-wram-icon {
    width: 16px;
    height: auto;
  }

  .box-inner {
    gap: 12px;
  }
  .box-inner-text {
    height: auto;
  }

  .box-money-inner {
  }

  .box-warm-wrap {
    margin: auto 24px;
  }

  .box-wram-text {
    text-align: left;
  }

  /* premium */
  .premium-section {
    padding: 0 0 64px;
  }

  .premium-section > picture {
    top: -11.1rem;
  }

  .premium-wrap {
    margin: 24px auto 28px;
    gap: 24px;
    flex-direction: column;
  }

  .premium-box {
    width: 214px;
    height: 214px;
    box-shadow: 0 1.821px 17.666px 0 #53bf6f;
    margin-left: 0;
  }

  .premium-title {
    line-height: normal;
    font-weight: 500;
  }

  .premium-inner {
    width: 100%;
    gap: 12px;
  }

  .premium-note {
    gap: 12.69px;
  }

  .premium-note-head {
    width: 112.4px;
    height: 16.32px;
  }
  .premium-head-text,
  .premium-note-text {
    max-width: 156px;
    align-self: center;
  }

  .orange-header-title {
    font-size: 1rem;
  }

  /* premium */
  .premium-highlight-wrap {
    gap: 16px;
    flex-direction: column;
    margin: 20px auto 28px;
    align-items: flex-start;
  }

  .premium-highlight-box {
    gap: 12px;
  }

  .premium-highlight-icon {
    width: 20px;
    height: auto;
  }

  /* special */
  .special-section {
    padding: 0 0 64px;
  }

  .special-wrap {
    margin: 28px auto 32px;
  }

  .special-inner {
    flex-direction: column;
    gap: 20px;
  }

  .special-head,
  .special-pay {
    flex-direction: column;
    gap: 12px;
  }

  .special-box {
    height: auto;
    padding: 21px 0;
  }

  .special-title-wrap {
    width: 100%;
    max-width: 148px;
  }

  .special-pay-head {
    height: 28px;
  }

  .special-pat-title {
    font-size: 14px !important;
  }

  .special-hl-head {
    width: 100%;
    font-size: 16px;
    max-width: 115px;
    bottom: -20px;
  }

  .special-hl-wrap-child {
    height: auto;
    padding: 32px 0 24px;
  }

  .special-hl-icon {
    width: 15.45px;
  }

  .special-hl-inner {
    max-width: 270px;
  }

  .special-hl-title {
    text-align: left;
  }

  /* vas */
  .vas-section {
    padding: 0 0 52px;
  }
  .vas-wrap {
    margin: 20px auto 28px;
    gap: 28px;
    grid-template-columns: repeat(1, 1fr);
  }

  .vas-inner-wrap {
    gap: 20px;
    max-width: 200px;
  }

  .vas-box {
    max-width: 280px;
    width: 100%;
    height: 176px;
  }

  .vas-box:nth-child(1) {
    background-image: url("../../images/waste-removal-rwd.webp");
  }
  .vas-box:nth-child(2) {
    background-image: url("../../images/short-storage-rwd.webp");
  }
  .vas-box:nth-child(3) {
    background-image: url("../../images/furniture-pos-rwd.webp");
  }
  .vas-box:nth-child(4) {
    background-image: url("../../images/backhaul-move-rwd.webp");
  }
  .vas-box:nth-child(5) {
    background-image: url("../../images/moving-insure-rwd.webp");
  }

  .vas-inner {
    gap: 12px;
  }

  .vas-title {
    line-height: normal;
  }

  .vas-note-head {
    height: 24px;
  }
}
