.contactSec {
  padding:102px 0 100px ;
  min-height: calc(100vh - 391px);
}
 

.contactTitle h1 {
  font-size: 26px;
  line-height: 39px;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
}
.contactTitle p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28.5px;
  color: var(--text-color);
  padding-top: 2px;
  padding-bottom: 40px;
  text-align: center;
}
.contactWrapper {
  max-width: 856px;
  width: 100%;
  margin: auto;
}
.contact__wrapper {
  display: flex;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 60px rgb(140 140 140 / 15%);
  border-radius: 15px;
}

.infoLeft {
  max-width: 368px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  padding: 40px 35px;
  background: radial-gradient(100% 100% at 50% 18%, #812be3 20%, #4c01e0 100%);
}

.infoList {
  list-style: none;
}

.infoListDiv {
  display: flex;
  gap: 24px;
  padding-bottom: 25px;
}
.infoLeft p {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 24.2px;
  padding-bottom: 32px;
}

.infoListDiv p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27.5px;
  color: #ffffff;
  padding-bottom: 0px;
}
.bold {
  font-weight: 700;
}

.svgIcon {
  position: relative;
  top: 4px;
}
.form-group {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.form-group input {
  width: 100%;
  padding: 18px 30px 19px 17px;
  max-height: 46px;
  height: 100%;
  outline: none;
  background: #ffffff;
  border: 1px solid #e0e7f3;
  border-radius: 4px;
}
.form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #9b9b9b;
  position: absolute;
  left: 17px;
  top: 14px;
  transition: 0.3s ease all;
}
.anchor {
  color: #ffffff;
  text-decoration: underline;
}

.anchor:hover {
  text-decoration: none;
}

.formRight {
  padding: 30px 25px 12px;
  width: 100%;
}
.form-group textarea {
  height: 125px !important;
  resize: none;
  width: 100%;
  padding: 18px 30px 19px 22px;
  outline: none;
  background: #ffffff;
  border: 1px solid #e7e9eb;
  border-radius: 4px;
}
.contactDots {
  position: absolute;
  bottom: -34px;
  left: -38px;
}

.contactDots img {
  width: 100%;
  max-width: 90px;
  height: 90px;
}

.formRight p {
  font-size: var(--headDesc-font);
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  padding-bottom: 20px;
}
.orderBtn {
  color: #ffffff;
  font-size: 13px;
  line-height: 15.73px;
  font-weight: 500;
  padding: 9.3px 22.3px;
  border: none;
  border-radius: 4px;
  background: var(--bg-cta);
}
.btn {
  text-align: end;
}

.error {
  color: red;
  font-size: 0.8rem;
}
.form-group label.forIn.focused {
  left: 15px;
  top: -8px;
  padding: 0 5px;
  background: #fff;
  font-size: 12px;
  color: #233f8c;
}

@media screen and (max-width: 768px) {
  .contact__wrapper {
    flex-direction: column-reverse;
  }
  .contactTitle h1 {
    font-size: 22px;
    line-height: 39px;
    color: var(--secondary-color);
    font-weight: 600;
    text-align: center;
  }
  .contactTitle p {
    font-weight: 400;
    font-size: 13px;
    line-height: 21.5px;
    color: var(--text-color);
    padding-top: 2px;
    padding-bottom: 40px;
    text-align: center;
  }
  .contactDots {
    position: absolute;
    bottom: -20px;
    left: -11px;
  }
  .contactDots img {
    width: 100%;
    max-width: 63px;
    height: 63px;
  }
  .form-group label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15.73px;
    color: #9b9b9b;
    position: absolute;
    left: 17px;
    top: 14px;
    transition: 0.3s ease all;
  }
  .formRight p {
    font-size: var(--headDesc-font-mob);
    font-weight: 400;
    line-height: 20px;
    color: var(--text-color);
    padding-bottom: 20px;
  }
  .infoLeft p {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 21.7px;
    padding-bottom: 32px;
  }
  .infoListDiv p {
    font-weight: 400;
    font-size: 13px;
    line-height: 27.5px;
    color: #ffffff;
    padding-bottom: 0px;
  }
  .formRight {
    padding: 30px 25px 40px;
    width: 100%;
  }
}
