.ctc-section-1 {
  background-color: #fafafa;
  min-height: 75vh;
}
.ctc-section-1 h1 {
  font-family: Primary-font;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
}
.ctc-section-1 p {
  font-weight: 500;
  font-size: 16px;
}
.ctc-section-1-wpr {
  padding: 60px 140px;
}

/* ctc-section-2 */
.ctc-section-2 {
  padding: 0 140px;
}

.ctc-section-2-wpr {
  width: 100%;
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin-top: -230px;
  background-color: #fff;
  margin-bottom: 70px !important;
}

.ctc-section-2-wpr-lft,
.ctc-section-2-wpr-rht {
  flex: 1;
}

.ctc-section-2-wpr-lft {
  background-color: #ebf5ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ctc-section-2-wpr-lft-crd {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  padding-top: 45px;
}

.ctc-section-2-wpr-lft-crd-img {
  position: absolute;
  top: -45px;
}

.ctc-section-2-wpr-lft-crd span {
  color: #808080;
  font-size: 18px;
}

.ctc-section-2-wpr-lft-crd a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.ctc-section-2-wpr-lft-crd p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.input-group input,
.input-group textarea {
  padding: 10px 14px;
  outline: none;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  border-radius: 10px !important;
}
.input-group label {
  font-size: 14px;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: black;
}
