.callingAgentFormWrap {
  padding: 7.5rem 20px;
  background: url("../../images/callingAgentForm/formSectionBg.webp"), #050111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.callingAgentForm {
  padding: 1.875rem;
  gap: 2.25rem;
  max-width: 990px;
  width: 100%;
  border-radius: 10.915px;
  border: 1.092px solid #202133;
  background: linear-gradient(145deg, #0c0325 0%, #09021d 100%);
}

.callingAgentFormLeft,
.callingAgentFormRight {
  width: 50%;
}

.callingAgentFormLeft {
  z-index: 0;
}

.callingAgentFormImg {
  width: 100%;
  height: auto;
}

.callingAgentFormRight {
  position: relative;
}

.callingAgentFormHeading {
  color: #fff;
  font-family: "Red Hat Text";
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: -0.8px;
  margin-bottom: 4px;
}

.callingAgentFormDesc {
  color: #B3A7D6;
  margin-bottom: 3rem;
}

.callingAgentFormInputList {
  gap: 1.25rem;
  margin-bottom: 2.188rem;
}

.callingAgentFormInputLabel {
  color: #FFF;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.callingAgentFormInput {
  border-radius: 8px;
  border: 0.5px solid #382A65;
  background: #18112F;
  padding: 0.875rem;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
}

.callingAgentFormInput::placeholder {
  color: #9B8BC9;
}

.iti {
  width: 100%;
}

.iti button {
  color: #9B8BC9;
}

.callingAgentFormInputError {
  color: red;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.callingAgentFormBtn {
  padding: 12px 32px;
  border-radius: 8.013px;
  background: #504EE4;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.327px;
  text-transform: uppercase;
  cursor: pointer;
}

.callingAgentFormStep2 {
  position: absolute;
  width: fit-content;
  bottom: 5%;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 9.129px;
  border: 0.495px solid #383349;
  background: #18112F;
  padding: 1.125rem 1.75rem;
}

.callingAgentFormThankyou {
  color: #D8D1ED;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0rem;
}

.callingAgentFormThankyou span {
  color: #5957FF;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .callingAgentForm {
    flex-direction: column;
    padding: 1rem;
  }

  .callingAgentFormRight,
  .callingAgentFormLeft {
    width: 100%;
  }
}
