/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;

  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.cover-container {
  background: url(/img/VHG04109.jpg);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.header-container {
  background: linear-gradient(
    54deg,
    rgba(0, 0, 0, 0.5) 47.88%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(1px);
  text-align: left;
}

.header-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.advising-web {
  width: 100%;
  flex: 1;
  padding-left: 60px;
}

.move-up {
  transform: translateY(75px);
  opacity: 0;
  transition: 1s all ease-in;
}

.move-up.active {
  transform: translateX(0);
  opacity: 1;
}

.process-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.group-1 {
  flex: 1;
  display: flex;
  gap: 20px;
}

.group-1 > div {
  flex: 1;
  display: flex;
  justify-items: center;
  text-align: center;
}

.group-2 {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

.group-2 > div {
  display: flex;
  justify-items: center;
  text-align: center;
  width: 100%;
}

.group-2 > div:first-child {
  width: 200%;
}

.advising-tablet {
  display: none;
}

.advising-mobile {
  display: none;
}

.header-content {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}

.header-button {
  padding: 12px 16px;
  gap: 10px;
  border-radius: 8px;
}

.cerf-list-wrapper {
  display: flex;
  gap: 32px;
}

.cerf-list-wrapper img {
  height: 80px;
  width: auto;
}

.value-img {
  border-radius: 32px 0px 0px 169px;
  min-width: 600px;
  height: 600px;
  object-fit: cover;
}

.submit-send-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.propose-form-wrapper {
  justify-content: flex-start;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292e;
  margin-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
  gap: 12px;
  width: calc(33.333333% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.propose-form {
  border-radius: 16px;
  background: #f9f9f9;
  width: calc(33.33333% - 16px);
}

.form-input[type='text'] {
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: #fff;
}

.left-bg {
  position: sticky;
  top: calc(50% - 328px);
  display: flex;
  height: fit-content;
}

.value-item {
  padding: 40px 56px;
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background: #f9f9f9;
}

.value-1 {
  border-radius: 0px 169px 16px 0px;
}

.value-2 {
  border-radius: 0px 8px 8px 0px;
}

.value-4 {
  border-radius: 0px 8px 32px 0px;
}

.value-left {
  width: calc(50% - 12px);
  border-radius: 32px 0px 0px 169px;
  flex: 1;
}

.value-right {
  width: calc(50% - 12px);
  flex: 1;
  margin-top: 96px;
}

.card-wrap {
  width: calc(25% - 18px);
  min-width: 288px;
  border: 0;
  border-radius: 16px;
  color: #454545;
  z-index: 0;
}

.card-img-src {
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 16px;
  padding: 12px;
  border-radius: 16px;
}

.card-wrap:nth-child(1) .card-img-src {
  background: #f4f4f4;
}

.card-wrap:nth-child(2) .card-img-src {
  background: #ffe0e7;
}

.card-wrap:nth-child(3) .card-img-src {
  background: #bdb5af;
}

.card-wrap:nth-child(4) .card-img-src {
  background: #c8e4ff;
}

.card-title {
  cursor: pointer;

  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
}

.card-title:hover {
  color: #003bba;
}

.card-content {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
}

.cerf-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.cerf-card {
  display: flex;
  padding: 32px 12px 60px 20px;
  flex-direction: column;
  justify-content: flex-start;

  border-radius: 16px;
  background: #003bba;
  width: calc(25% - 18px);
}

.cerf-description {
  margin-top: 8px;
  width: 224px;
}

.advising-process {
  background: url(/img/Group-10071.png) no-repeat;
  height: 520px;
}

.skill-wrapper {
  padding: 91px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #f9f9f9;
  width: 100%;
}

.skill-title {
  color: #000;
  min-width: 30%;
  padding: 22px 24px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: flex;
  flex: 1;
  align-items: center;
}

.skill-list {
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #dfdfdf;
  border-left: none;
  background: #fff;
  padding: 24px 20px;
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.try-it {
  padding: 12px 32px;
  border-radius: 8px;
  background: #003bba;
}

.propose-card__title {
  color: #27292e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.customer-story-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.solution-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
  /* flex:1; */
}

.solution {
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 20px;
  width: calc(33.333333% - 18px);
  height: 300px;
}

.see-more:hover {
  color: #024ae7;
}

.why-rabiloo {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .body-wrapper {
    gap: 64px;
  }

  .process-group {
    gap: 20px;
    width: fit-content;
    height: 724px;
  }

  .process-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .group-1 {
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
    height: 58%;
  }

  .value-container {
    flex-direction: column;
  }

  .group-1 > div {
    display: flex;
    justify-items: center;
    text-align: center;
    width: fit-content;
    flex: 1;
    align-items: center;
  }

  .group-2 {
    flex: none;
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 20px;
    height: 42%;
  }

  .group-2 > div {
    display: flex;
    flex: 1;
    justify-items: center;
    text-align: left;
    width: fit-content;
    align-items: center;
  }

  .group-2 > div:first-child {
    width: fit-content;
    display: flex;
    flex-direction: column;
  }

  .propose-card {
    width: calc(50% - 10px);
  }

  .propose-card__wrapper {
    gap: 20px !important;
  }

  .propose-form {
    width: 100%;
    padding: 24px;
  }

  .advising-web {
    display: none;
  }

  .advising-tablet {
    display: block;
    width: auto;
    height: 724px;
    width: 114px;
  }

  .process-container {
    flex-direction: row;
  }

  .advising-mobile {
    display: none;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;
  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 32px;
    height: 128px;
    display: flex;
  }

  .achievement {
    column-gap: 42px;
  }

  .customer-story-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
  }

  .card-wrap {
    width: calc(50% - 12px);
  }

  .fqa-wrapper {
    width: 100% !important;
  }

  .wrapper {
    gap: 64px;
  }

  .form-submit-input {
    max-width: 464px;
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }

  .cerf-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cerf-card {
    width: calc(50% - 10px);
  }

  .propose-form-wrapper {
    justify-content: flex-start;
  }

  .submit-send-button {
    width: 150px;
  }

  .solution-wrapper {
    overflow-x: scroll;
  }

  .solution {
    min-width: 392px;
  }

  .why-rabiloo {
    flex-wrap: wrap;
  }
  .cerf-list-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .value-img {
    border-radius: 32px 0px 0px 169px;
    min-width: 100%;
    height: 600px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 600px) {
  .body-wrapper {
    gap: 64px;
  }

  .block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }

  .propose-title {
    margin-bottom: 24px;
  }

  .propose-card {
    width: 100%;
  }

  .propose-form {
    border-radius: 16px;
    width: 100%;
    padding: 16px;
  }

  .propose-form-wrapper {
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .form-input {
    width: 100%;
    margin: 0 !important;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button-wrapper {
    width: 100%;
  }

  .sbf-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .advising-process {
    background: url(/img/Frame-10449.png) no-repeat center;
    height: 724px;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;
  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 16px;
    height: 128px;
    display: flex;
  }

  .propose-img {
    border-radius: 16px;
  }

  .customer-story-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
  }

  .achievement {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 24px;
  }

  .achievement-item {
    width: 100%;
  }

  .achievement-content {
    padding-bottom: 16px;
  }

  .achievement-more {
    width: 100%;
  }

  .fqa-wrapper {
    width: 100% !important;
  }

  .wrapper {
    gap: 64px;
  }

  .form-wrapper {
    width: 100%;
  }

  .cerf-list-wrapper {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cerf-list-wrapper img {
    height: 80px;
  }

  .cerf-wrapper {
    flex-wrap: wrap;
  }

  .cerf-card {
    width: 100% !important;
  }

  .value-img {
    border-radius: 16px;
    height: 339px;
  }

  .value-right {
    margin-top: 0px;
  }

  .propose-card {
    width: 100% !important;
    display: block;
  }

  .sbf-wrapper a {
    width: 100% !important;
  }

  .solution-wrapper {
    overflow-x: auto;
    flex-direction: column !important;
  }

  .solution {
    min-width: unset;
    width: 100%;
  }

  .why-rabiloo {
    flex-direction: column;
  }
}
