.general-title {
  display: block;
}

.general-title h1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #596574;
}

.full-field-3 {
  grid-area: 3 / 1 / span 1 / span 2;
}

.full-field-4 {
  grid-area: 4 / 1 / span 1 / span 2;
}

.full-field-5 {
  grid-area: 5 / 1 / span 1 / span 2;
}

/* .text-area {
    resize: vertical;
    min-height: 200px;
} */
.text-area {
  resize: none;
  min-height: 200px;
}

/* .contact {
    padding: 130px 0px 40px 0px;
} */

.contact__section {
  position: relative;
  margin-bottom: -6px;
}

.contact__section .bg__image {
  width: 100%;
  /* height: 100%; */
  /* height: 1300px; */
  height: 1100px;
  object-fit: cover;
  mix-blend-mode: Luminosity;
  background-color: black;
  opacity: 0.7;
}

.contact__content-wrapper {
  padding: 0px;
}

.contact__content-zalocta {
  background: linear-gradient(-90deg, #1c7bda 0%, #9642fe 100%);
  padding: 12px;
  width: 660px;
  display: flex;
  flex-direction: column;
}

.contact__content-zalocta .zalocta-thumb {
  flex-grow: 1;
}

.contact__content-zalocta .zalocta-thumb img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact__content-zalocta .zalocta-script {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #9c4df4, #2a6eff);
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 999px; /* bo tròn hoàn toàn */
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.contact__content-zalocta .zalocta-script img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background: white;
}
.contact__content-zalocta .zalocta-script p {
  font-size: 19px;
}

.contact__container {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.contact__content {
  margin-top: 0;
}

.text__bg {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 240px;
  line-height: 280px;
  width: 100%;
  letter-spacing: 25px;
  text-transform: uppercase;
  font-family: "Renogare";
  color: rgba(151, 154, 160, 1);
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.general-title h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}

.general-title .left > p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #596574;
}

.form__contact .submit__content {
  margin: 33px 36px 0px 36px;
}

.contact__content-tab {
  margin-bottom: 36px;
  margin-top: 24px;
}

.contact__cta h3 {
  display: none;
}

.contact__content-tab li {
  color: #596574;
}

/* pricing */
.pricing *,
.pricing-overall * {
  font-family: "Montserrat" !important;
}

.pricing .container {
  max-width: 1271px;
  padding: 0;
}

.info-package-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 700;
  color: #596574;
}

.info-package-block {
  margin: auto;
  width: 100%;
  -moz-box-pack: justify;
  justify-content: center;
}

.info-package-item {
  max-width: 470px;
  /* width: 100%; */
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
}

/* pricing - block head */
.block-head-info {
  /* display: flex; */
  border-bottom: 1px solid #c4c4c4;
}

.block-head-info-left {
  padding: 24px 0 13px 15px;
  /* width: 80%; */
  width: 100%;
}

.block-head-info-left-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}

.block-content-left {
  margin-bottom: 0;
  -moz-box-align: end;
  align-items: flex-end;
}

.info-left-title-sub-1,
.info-left-title-sub-2 {
  font-style: normal;
  color: #00b8ac;
  background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  background: -webkit-linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.info-left-title-sub-1 {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

.info-left-title-sub-2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 55px;
}

.info-left-title-sub-3 {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #000;
  margin-bottom: 8px;
}

.block-head-info-right {
  background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
  padding: 20px 18px;
  /* width: 25%; */
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  justify-content: center;
  align-items: center;
}

.block-head-info-right-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/* pricing - block body */
.block-body-info {
  padding: 22px 44px;
}

.content-container {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
}

.content-left {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.content-left > div {
  min-height: 25px;
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.content-left > div > p,
.content-right > div > p {
  margin-bottom: 0;
}

.content-right {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
}

.content-right > div {
  min-height: 25px;
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.style-bold {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

/* pricing - overall */
.markdown-render-contain {
  padding: 45px 0;
  font-size: 16px;
  line-height: 24px;
}

.markdown-render-contain p {
  margin-bottom: 16px;
  font-size: 16px;
}

.markdown-render-contain h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}

.markdown-render-contain h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

.markdown-render-contain h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 21px;
}

.markdown-render-contain ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 16px;
  font-size: 16px;
}

@media screen and (max-width: 1450px) {
  .text__bg {
    font-size: 140px;
    line-height: 180px;
  }

  .text-area {
    resize: none;
    min-height: 150px;
  }

  .contact__address {
    margin-top: 20px;
  }

  .contact__content {
    padding: 20px 85px;
  }

  /* .form__contact button {
        padding: 12px 46px 12px 28px;
        margin-top: 16px;
    } */
  .general-title h1,
  .general-title .left > p,
  .general-title h2 {
    text-align: left;
  }

  .general-title {
    margin-bottom: 12px;
    text-align: left;
  }

  .contact__content-wrapper {
    overflow-y: auto;
    /* max-height: 70vh; */
  }

  .form__contact .submit__content {
    margin: 18px 0px 0px 0px;
  }

  .contact__section .bg__image {
    height: 1100px;
  }

  .contact {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .general-title h1 {
    font-size: 32px;
  }

  .general-title .left > p {
    font-size: 18px;
    color: #596574;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 577px) {
  .contact .general-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .general-title:after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .markdown-render-contain {
    padding: 45px 35px;
  }
}

@media screen and (max-width: 976px) {
  .contact__section .bg__image {
    /* mix-blend-mode: plus-darker; */
    opacity: 1;
  }

  .text__bg {
    font-size: 80px;
    line-height: 120px;
  }

  /* .contact__container {
        z-index: 100;
    } */

  .contact .container {
    padding: 0px 50px 40px;
  }

  .contact {
    padding: 0px;
    margin-top: 0px !important;
  }

  .form__contact .user-select-none .submit__content {
    /* margin: 20px 0px; */
    padding: 0px;
  }

  .contact__content-wrapper {
    background-color: white;
  }

  .contact__content {
    padding: 30px 20px;
  }

  .general-title {
    padding-bottom: 10px;
  }

  .general-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 10%;
    background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
    height: 4px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact__address,
  .contact__cta {
    display: block;
  }
}

@media screen and (max-width: 940px) {
  .info-package-item {
    max-width: 100%;
  }

  .info-package-block {
    padding: 0 15px;
  }

  .info-package-block .info-package-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 576px) {
  input[type="text"],
  select.select-custom {
    display: block;
    width: 100%;
  }

  .contact__cta h3 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #858e95;
    font-family: "Poppins";
    font-weight: 600;
  }

  .contact .container {
    padding: 30px 14px;
  }

  .contact__content {
    padding: 16px 12px;
  }

  .form__contact .submit__content {
    padding: 0;
  }

  .contact__content-tab li {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 6px;
    width: 100%;
  }

  .form__contact-content {
    display: flex;
    flex-direction: column;
    padding: 0px;
    row-gap: 15px;
  }

  .form__contact .submit__content p {
    font-size: 12px;
    line-height: 18px;
    color: #858e95;
  }

  .contact__address-col .item h3 {
    color: #858e95;
  }

  .contact__address-col .item li {
    color: #858e95;
  }

  .general-title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .general-title h1 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--Base-Black);
    font-weight: 500;
  }

  .general-title .left > p, .general-title > p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .general-title {
    margin-bottom: 16px;
  }

  /* .contact__section .bg__image {
        height: 1500px;
    } */

  .contact__section .bg__image {
    height: 1300px;
  }

  .text__bg {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 16px;
    top: 2%;
  }

  .contact__container {
    top: 3%;
  }

  .contact__content-tab {
    margin-bottom: 24px;
    padding: 0;
  }

  .contact__cta a {
    color: var(--primary);
    margin-top: 12px;
    display: block;
  }

  .text-area {
    order: 5;
  }

  .form__contact-content > input,
  .form__contact-content > input:nth-child(1),
  .form__contact-content > input:nth-child(4) {
    order: -1;
  }

  .contact {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .form__contact form label:has(input[type="checkbox"]) {
    padding: 0px;
  }

  .markdown-render-contain {
    padding: 45px 0px;
  }

  .contact__container {
    flex-direction: column;
  }

  .contact__content-zalocta {
    width: 100%;
  }

  .contact__content-zalocta .zalocta-thumb {
    height: 320px;
    overflow: hidden;
  }

  .contact__content-zalocta .zalocta-thumb img {
    height: auto;
    width: 100%;
  }

  .contact__content-zalocta .zalocta-script {
    font-size: 22px;
    text-align: left;
    gap: 16px;
    padding-bottom: 0;
    line-height: 1.2;
  }
  .contact__section .bg__image {
    height: 1400px;
  }
}

@media screen and (max-width: 400px) {
  .text__bg {
    font-size: 28px;
  }

  .contact__section .bg__image {
    height: 1400px;
  }
}

@media screen and (max-width: 359px) {
  .contact__section .bg__image {
    height: 1460px;
  }
}

.wpcf7-acceptance .checkbox__box{
  display: none !important;
}
