/* Contact page — original contact.css was never archived */

.an-contact-section {
  position: relative;
  padding: 180px 0 80px;
  background: #fffee5;
  overflow: hidden;
}

.an-contact-section .an-priamry-heading {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 30px;
  color: #101522;
}

.an-contact-section .an-priamry-heading span {
  display: block;
  width: max-content;
  font-size: 18px;
  font-weight: 700;
  background: #fff100;
  padding: 6px 22px;
  border-radius: 40px;
  margin-bottom: 18px;
}

.an-contact-section > .container {
  position: relative;
  z-index: 2;
}

.an-contact-section ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.an-contact-section ul li {
  margin-bottom: 18px;
}

.an-contact-section ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101522;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.an-contact-section ul li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.an-contact-section ul > p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #101522;
  max-width: 320px;
}

.an-contact-page-form {
  background: #fff100;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 20px 50px rgba(16, 21, 34, 0.08);
}

.an-contact-page-form .form-control,
.an-contact-page-form .c_field {
  border: 0;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  font-size: 15px;
  background: #fff;
  color: #101522;
}

.an-contact-page-form textarea.form-control,
.an-contact-page-form textarea.c_field {
  min-height: 140px;
  resize: vertical;
}

.an-contact-page-form .firm_para {
  font-size: 12px;
  line-height: 1.5;
  color: #101522;
  margin-bottom: 16px;
}

.an-contact-page-form .an-primary-btn.dark {
  background: #101522;
  color: #fff;
}

.an-contact-page-form .an-primary-btn.dark img {
  filter: brightness(0) invert(1);
  margin-left: 8px;
}

.an-contact-section svg {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .an-contact-section {
    padding: 140px 0 50px;
    text-align: center;
  }
  .an-contact-section .an-priamry-heading {
    font-size: 36px;
  }
  .an-contact-section ul li a {
    justify-content: center;
  }
  .an-contact-section ul > p {
    margin-left: auto;
    margin-right: auto;
  }
  .an-contact-page-form {
    margin-top: 30px;
  }
  .an-contact-section svg {
    display: none;
  }
}
