.contact-banner {
  background-image: url(../../images/contact/contact-banner.webp);
}

.common-banner-text {
  padding: 150px 0;
}

.common-banner-text {
  text-align: center;
  position: relative;
  z-index: 1;
}

.common-banner-text h2 {
  color: #ffff;
  font-size: 60px;
}

/* contact-info css */
.contact-info {
  margin: 50px 0;
}

.contact-info .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.contact-info .col {
  display: flex;
  align-items: center;
  justify-self: center;
  box-shadow: 0 0 60px #0000000d;
  padding: 30px 60px;
}

.contact-info .icon-box {
  /* width: 16%; */
  margin-right: 40px;
}

.contact-info .icon-box i {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-color: #ffc000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

/* .contact-info .col {} */
/* contact-form css */
.contact-form {
  width: 100%;
  padding: 70px 0;
}

.contact-form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form .col {
  width: 56%;
}

.contact-form .col:nth-last-of-type(1) {
  width: 40%;
}

.contact-form .img-box {
  margin-left: -220px;
}

.contact-form .img-box img {
  border-radius: 20px;
}

.form-wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4.4px 20px -1px #1310220d;
  margin-top: 74px;
  padding: 60px;
  position: relative;
  z-index: 2;
}

.form-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}

.form-wrapper .btn {
  padding: 20px 30px;
}