#contact-banner {
  height: 25em;
  background: linear-gradient(to right, oklch(43.2% 0.232 292.759), #1e1a4d);
  padding-top: 9rem;
  position: relative;
  margin-top: -180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.down-curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 15em;
}

.down-curve .shape-fill {
  fill: #ffffff;
}

#contact-banner .cs-container span {
  font-weight: 700;
  font-size: clamp(2em, calc(1.5em + 2.5vw), 4em);
  width: 60%;
  text-wrap: balance;
  min-width: 600px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: white;
}
#contact {
  display: flex;
  width: 94%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
.cs-text {
  width: 50%;
}
#contact .cs-text h3 {
  color: oklch(37.3% 0.034 259.733);
  text-transform: capitalize;
  font-size: clamp(1.5em, calc(1.375em + 0.625vw), 2em);
  padding: 0px 0 12px 0;
}
#contact .cs-text h1,
.form-container h1 {
  color: oklch(27.5% 0.011 216.9);
  text-transform: uppercase;
  font-size: clamp(1.75em, calc(1.438em + 1.563vw), 3em);
  letter-spacing: -0.02em;
}
#contact .cs-text h1 {
  padding-bottom: 15px;
}
#contact .cs-text p {
  color: oklch(37.3% 0.034 259.733);
  padding-bottom: 1em;
  font-size: 1.2em;
  width: 90%;
  line-height: 1.4;
}
#contact .cs-text .cs-p {
  text-wrap: pretty;
}

#contact .cs-ul svg {
  width: 25px;
  z-index: 2;
}
#contact .cs-ul {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 1em 0;
}
#contact .cs-li {
  display: flex;
  gap: 1.6em;
  align-items: center;
}
#contact .svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid oklch(37.3% 0.034 259.733);
}
#contact .cs-ul span {
  display: flex;
  align-items: center;
  gap: 1em;
}
#contact .cs-ul ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#contact .col-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact .col-flex h2,
#contact .col-flex p {
  margin: 0;
  padding: 0;
  width: max-content;
}
#contact .col-flex h2 {
  font-size: clamp(1.25em, calc(1.125em + 0.625vw), 1.75em);
}
#contact .col-flex p {
  font-size: 1.2em;
}

.form-container {
  width: 50%;
  background-color: oklch(93% 0.034 272.788);
  border-radius: 2em;
  padding: 2.6em 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: oklch(27.5% 0.011 216.9);
  text-transform: capitalize;
  font-size: clamp(1.5em, calc(1.375em + 0.625vw), 2em);
  padding-bottom: 5px;
}
.form-group input {
  font-size: 1rem;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  padding-left: 1.5rem;
  color: oklch(37.3% 0.034 259.733);
  background-color: #fff;
  border-radius: 0.5rem;
  border: none;
}

.form-group textarea {
  font-size: 1rem;
  width: 100%;
  min-height: 7.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: inherit;
  color: oklch(37.3% 0.034 259.733);
  background-color: #fff;
  border-radius: 0.5rem;
  border: none;
}

#contact .floating-circle {
  left: 20%;
  top: 55%;
}

@media only screen and (max-width: 1080px) {
  #contact-banner {
    height: 20em;
  }
  .down-curve svg {
    height: 10em;
  }
  #contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%;
    margin: 0 auto;
    gap: 1em;
    overflow: clip;
  }
  .cs-text {
    width: 80%;
  }
  .form-container {
    width: 80%;
  }
  #contact {
    padding: 70px 0;
  }
  #contact .floating-circle {
    left: 60%;
    top: 12%;
  }
}
@media only screen and (max-width: 800px) {
  #contact-banner {
    height: 18em;
  }
  .down-curve svg {
    height: 9em;
  }
  .cs-text {
    width: 94%;
  }
  .form-container {
    width: 94%;
    padding: 2.6em 1em;
  }
  #contact {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  #contact-banner {
    height: 17em;
  }
  .down-curve svg {
    height: 8em;
  }
}
