/* 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/VHG03450.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.50) 47.88%, rgba(255, 255, 255, 0.00) 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;
}

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

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

.submit-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;
}

.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;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background: #F9F9F9;
}

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

.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;
}

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

.quality {
  padding: 16px;
  width: calc(25% - 18px);
  min-width: 288px;
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  background: #FFF;
}

.suggestion-left {
  width: calc(50% - 12px);
  max-width: 429px;

}

.suggestion-right {
  width: calc(50% - 12px);
  border-radius: 16px;
  background: #F9F9F9;


}

.advising {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advising-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px;
}

.advising-button {
  padding: 12px 32px;
  border-radius: 8px;
}

.human-img {
  border-radius: 16px;
  width: calc(25% - 18px);
}

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


.advising-web {
  width: 100%;

}

.advising-tablet {
  width: 100%;
  display: none;

}

.advising-mobile {
  display: none;

}

.form-input {
  /* width: 50%; */
  border-radius: 24px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px !important;
  width: 464px;
  background: #fff;
  height: 100%;
  padding: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.form-submit-input {
  /* width: 50%; */
  border-radius: 24px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px !important;
  width: 464px;
  background: #fff;
  height: 100%;
  padding: 40px;
}

.dropdown-form {}

.form-block {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: unset !important;
  background: rgba(255, 255, 255, 0.9);
}

.form-title {
  text-transform: capitalize;
}

.form-wrapper {
  width: calc(50% - 8px);
}

label.block {
  gap: 2px;
  font-weight: 400;
  
  font-size: 15px;
  line-height: 24px;
  color: #454545;
}

input.input {
  height: 40px;
  padding: 8px 12px;
  font-weight: 400;
  
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
}

input.input::before {
  color: #A8ABB2;
  border-radius: 8px;
}

input.input::after {
  color: #2C2C2C;
  border-radius: 8px;
}

.input:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.input:focus {
  border: 1px solid #003BBA;
}

textarea:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

textarea:focus {
  border: 1px solid #003BBA;
}

.invalid-feedback {
  font-weight: 400;
  
  font-size: 12px;
  line-height: 18px;

  color: #F42500;
}

.textarea {
  padding: 8px 12px;
  font-weight: 400;
  
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  resize: none;

}

.fqa-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #27292E;
  width: 100%;
}

.textarea::before {
  color: #A8ABB2;
}

.textarea::after {
  color: #2C2C2C
}

.input-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A8ABB2;
}

button.submit-button {
  background: #003BBA;
  border-radius: 8px;
  padding: 12px 16px;
  color: #FFFFFF;
}

button.submit-button:hover {
  background: #024AE7;
}

.propose-text{
  max-width: 185px;
}


.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;
}


.image-container {
  position: relative;
  width: 100%;
}

.image-container::before {
  content: "";
  display: block;
  padding-bottom: 75%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures the image fills the container without distortion */
}

.process-container {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.advising-web {
  width: 100%;
  padding: 0 60px;
}

.process {
  display: flex;
  align-self: center;
  justify-content: center;
}

.advising-tablet {
  width: 100%;
}

.quality-wrapper {
  gap: 20px
}

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

.move-up.active {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .body-wrapper {
    gap: 64px;
  }

.value-img {
  border-radius: 32px 0px 0px 169px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    gap: 20px
  }

  .skill div {
    border: none;
    padding: 0;
  }

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

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

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

  .advising-web {
    display: block;
      width: 100%;
      padding: 0;
    }
        .process-wrapper {
          gap: 20px
  }


  .advising-mobile {
    width: 100%;
    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;
    margin-top: 0px;
  }

  .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 {
    row-gap: 32px;

  }

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

  .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);
  }


  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    gap: 20px
  }

  .skill div {
    border: none;
    padding: 0;
  }

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

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


  .propose-card {
    width: 100%
  }

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

  .quality-wrapper {
    gap: 20px
  }

  .suggestion-wrapper {
    flex-wrap: wrap;
    gap: 30px;

  }

  .suggestion-left {
    width: 100%;
    max-width: none;
  }

  .suggestion-right {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .advising-wrapper {
    padding: 0 90px 40px 90px;
    margin-bottom: 40px;
  }

  .human-img {
    border-radius: 16px;
    width: calc(50% - 12px);
  }
}


@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;
    margin-top: 0;

  }

  .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;
  }

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

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

  .cerf-card {

    width: 100%;
  }

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


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

 

  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    gap: 20px
  }

  .skill div {
    border: none;
    padding: 0;
  }

  .advising-tablet {
    display: none !important;
  }



  .advising-mobile {
    height: 388px;
      width: auto !important;
    display: block !important;
    padding: 30px 0;
    
    }
    
    
    .process-container {
      display: flex;
      flex-direction: row;
      flex-direction: row;
    
    }
    
    .process-wrapper {
      flex-direction: column;
    }
    
    .process {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
  }

  .advising-web {
    display: none !important;
  }


  .quality-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    gap: 16px;
  }

  .suggestion-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }

  .quality {
    width: 100%;
  }

  .suggestion-left {
    width: 100%;
  }

  .advising {
    width: 100%;
  }

  .human-img {
    width: 100%;
  }

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

  .suggestion-right {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 32px;

  }


  .advising-wrapper {
    flex-direction: column !important;
    gap: 46px;
    padding: 0 56px 32px 56px;
    margin-bottom: 32px;

  }
}