@import "../new-global.css";

.contact-form-section {
  background-image: url("../../assets/svg/contact-page-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form-section .list-style {
  list-style: none;
  padding: 0;
}
.primary-btn > .btn-icon {
  color: var(--color-white);
  transition: all 350ms ease-in-out;
}
.primary-btn:has(> .btn-icon):hover .btn-icon {
  color: var(--primary-color);
  margin-left: 6px;
}
.contact-location-section .location-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}
.contact-form-section .form-wrapper {
  width: 100%;
  margin-inline: auto;
  background: #fff;
  padding: 0px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.contact-form-section .btn-custom {
  background: #1e56a0;
  color: #fff;
  padding: 14px;
  border-radius: 40px;
  font-weight: 600;
}
.contact-form-section .btn-custom:hover {
  background: #174785;
}
