.contact-us-wrapper {
  padding: 102px 0;
  background-image: url(../images/contact-us/contact-us.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .contact-us-wrapper {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .contact-us-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contact-us-wrapper {
    padding: 50px 0;
    background-position: 50%;
  }
}
@media (max-width: 575px) {
  .contact-us-wrapper {
    padding: 30px 0;
  }
}
.contact-us-wrapper .contact-us-heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .contact-us-wrapper .contact-us-heading h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.contact-us-wrapper .contact-us-heading h2 {
  font-family: var(--font-secondary);
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
  color: #FFD900;
}
@media (max-width: 768px) {
  .contact-us-wrapper .contact-us-heading h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .contact-us-wrapper .contact-us-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-us-wrapper .social-icons a {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
}
@media (max-width: 576px) {
  .contact-us-wrapper .social-icons a {
    width: 35px;
    height: 35px;
  }
}
.contact-us-wrapper .social-icons a i {
  color: var(--white-color);
}
.contact-us-wrapper .services-list {
  margin: 88px 0 20px;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 768px) {
  .contact-us-wrapper .services-list {
    margin: 30px 0 18px;
    font-size: 20px;
    line-height: 25px;
  }
}
.contact-us-wrapper .services-selection {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .contact-us-wrapper .services-selection {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .contact-us-wrapper .services-selection {
    margin-bottom: 25px;
  }
}
.contact-us-wrapper .services-selection .service-btn {
  flex: 1;
}
@media (max-width: 768px) {
  .contact-us-wrapper .services-selection .service-btn {
    flex: 0 calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .contact-us-wrapper .services-selection .service-btn {
    flex: 100%;
  }
}
.contact-us-wrapper .services-selection .service-btn input[type=checkbox] {
  display: none;
}
.contact-us-wrapper .services-selection .service-btn span {
  padding: 14px;
  border: 1px solid var(--white-color);
  border-radius: 8px;
  background: transparent;
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.contact-us-wrapper .services-selection .service-btn input[type=checkbox]:checked + span {
  background: var(--white-color);
  color: var(--primary-color);
}
.contact-us-wrapper .services-selection .service-btn:hover span {
  background: rgba(255, 255, 255, 0.2);
}
.contact-us-wrapper .form-input input,
.contact-us-wrapper .form-input textarea,
.contact-us-wrapper .form-input select {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px solid var(--white-color);
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 15px;
  height: 55px;
  text-transform: capitalize;
  background-color: transparent;
  border-radius: 0;
  color: var(--white-color);
  margin-bottom: 30px;
}
.contact-us-wrapper .form-input input option,
.contact-us-wrapper .form-input textarea option,
.contact-us-wrapper .form-input select option {
  color: #333333;
}
.contact-us-wrapper .form-input input:focus,
.contact-us-wrapper .form-input textarea:focus,
.contact-us-wrapper .form-input select:focus {
  box-shadow: none;
}
.contact-us-wrapper .form-input input::placeholder,
.contact-us-wrapper .form-input textarea::placeholder,
.contact-us-wrapper .form-input select::placeholder {
  color: var(--white-color) !important;
}
.contact-us-wrapper .form-input select {
  color: var(--white-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-us-wrapper .form-input select option {
  background: #0d1b2a;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.contact-us-wrapper .form-input .dropdown-icon {
  position: absolute;
  right: 15px;
  top: 23px;
  pointer-events: none;
  color: var(--white-color);
  font-size: 12px;
  transition: transform 0.3s ease;
}
.contact-us-wrapper .form-input select:focus + .dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}
.contact-us-wrapper .form-input.phoneNumber {
  position: relative;
}
.contact-us-wrapper .form-input.phoneNumber span {
  position: absolute;
  bottom: 21px;
  left: 0;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.contact-us-wrapper .form-input.phoneNumber input {
  padding-left: 55px;
}

/*# sourceMappingURL=contact-us.css.map */
