@import "../template.css";
.navbar-custom {
  background-image: radial-gradient(circle at 1px 1px, #0000001a 1.5px, transparent 0);
  background-size: 24px 20px;
  background-position-y: 1px;
}
.page-contact {
  padding: 4rem 0 7rem;
  overflow: hidden;
  background-image: radial-gradient(circle at 1px 1px, #0000001a 1.5px, transparent 0);
  background-size: 24px 20px;
}
.page-contact .page-content p {
  margin-bottom: 0.7rem;
}
.page-contact .page-content strong {
  font-weight: 500;
}
.page-contact .page-content .contact-list {
  line-height: 1.8;
}
.page-contact .page-content li.phone {
  background-image: url('../img/icon_phone.svg');
}
.page-contact .page-content li.mail {
  background-image: url('../img/icon_mail.svg');
}
.page-contact .page-content .contact-img {
  max-width: 100px;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.page-contact .page-content .contact-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.page-contact .page-content .contact-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact .contact-box {
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: 15px;
  background-color: #D8E0FF;
}
.page-contact .contact-box::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  bottom: -60px;
  right: -70px;
  background-image: url('../img/bg_blue.png');
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(90deg);
}
.page-contact .contact-form label {
  margin-bottom: 0;
  font-size: 0.8333rem;
  font-weight: 500;
}
.page-contact .contact-form .form-control {
  border-radius: 10px;
  border: none;
  font-size: 0.8889rem;
}
