body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

/* Maintenance */
.maintenance {
  position: relative;
  /* width: 1440px; */
  height: 805px;
  background: #ffffff;
  margin: 0 auto;
}

/* image 1 */
.bg-image-top {
  position: absolute;
  /* width: 1440px; */
  height: 343px;
  left: 0;
  top: -200px;
}

/* Wrap */
.wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  position: absolute;
  /* width: 1440px; */
  height: 568px;
  left: 50%;
  transform: translateX(-50%);
  top: 183px;
}

/* DCP-Section */
.dcp-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0px;
  gap: 16px;
  /* width: 1300px; */
  /* height: 284px; */
  background: rgba(251, 238, 255, 0.8);
  box-sizing: border-box;
}

/* Info (DCP) */
.info-dcp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  /* width: 832px; */
  /* height: 198px; */
  isolation: isolate;
}

/* Labels (DCP) */
.labels-dcp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  /* width: 832px; */
  /* height: 124px; */
}

.label-zh-hk {
  /* width: 832px; */
  /* height: 36px; */
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.2em;
  color: #222222;
}

.label-en {
  /* width: 832px; */
  /* height: 36px; */
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #222222;
}

.label-zh-cn {
  /* width: 832px; */
  /* height: 36px; */
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.2em;
  color: #222222;
}

/* Date text */
.date-text {
  /* width: 832px; */
  /* height: 58px; */
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #582a8c;
}

/* Calendar Frame */
.calendar-frame {
  position: relative;
  width: 244px;
  height: 204px;
}

.calendar-outer {
  position: absolute;
  width: 240px;
  height: 200px;
  left: 0;
  top: 0;
  background: #582a8c;
  border: 1px solid #d4a0c8;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8.26291px;
}

.calendar-inner-bg {
  position: absolute;
  width: 240px;
  height: 200px;
  left: 8px;
  top: 8px;
  background: #d4a0c8;
  border-radius: 8px;
}

.calendar-icon {
  position: relative;
  width: 140px;
  height: 140px;
}

.year-text {
  position: absolute;
  width: 78px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: 22.08px;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 30.1345px;
  line-height: 36px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.month-text {
  font-weight: 700;
  font-size: 43.3803px;
  line-height: 53px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 10px;
}

/* OQ-Section */
.oq-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0px;
  gap: 16px;
  /* width: 1440px; */
  /* height: 284px; */
  background: #ffffff;
  box-sizing: border-box;
}

/* Info (OQ) - aligned right */
.info-oq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  gap: 16px;
  /* width: 832px; */
  /* height: 198px; */
}

/* Labels (OQ) */
.labels-oq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  /* width: 832px; */
  /* height: 124px; */
}

/* Clock Frame */
.clock-frame {
  position: relative;
  width: 244px;
  height: 204px;
}

.clock-outer {
  position: absolute;
  width: 240px;
  height: 200px;
  left: 0;
  top: 0;
  background: #582a8c;
  border: 1px solid #d4a0c8;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.36402px;
}

.clock-inner-bg {
  position: absolute;
  width: 240px;
  height: 200px;
  left: 8px;
  top: 8px;
  background: #d4a0c8;
  border-radius: 8px;
}

.clock-icon {
  position: relative;
  width: 120px;
  height: 120px;
}

.time-text {
  font-weight: 700;
  font-size: 43.48px;
  line-height: 53px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 10px;
}

/* Bottom image */
.bg-image-bottom {
  position: absolute;
  width: 1439px;
  height: 453px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -453px;
}
.oq-inline-wrapper {
  display: flex;
  align-items: center; /* Vertically center the image and text */
  justify-content: center; /* Horizontally center the whole line */
  gap: 20px; /* Space between the image and the text */
  margin: 40px 0; /* Optional: some vertical spacing around the line */
  font-family: "Inter", sans-serif;
}

@media (max-width: 820px) {
  .dcp-section {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
  }

  .oq-section {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
  }
}
