/* ==========================================================================
   SHARED FOOTER (CONTACT SECTION) STYLES
   ========================================================================== */

.contact {
  padding: 100px 8% 40px !important;
  background: #ffffff;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.contact-bg-text {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 65px;
  letter-spacing: 12px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: 800;
  pointer-events: none;
  white-space: nowrap;
}

.contact-head {
  max-width: 100%;
  margin: 0;
  text-align: left;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.contact-head .section-label {
  margin-top: 0 !important;
  margin-bottom: 12px;
}

.contact h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 32px;
}

.contact h2 span {
  color: #a78bfa;
}

.contact-desc {
  max-width: 720px;
  margin: 20px auto 32px;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

.contact .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 35px;
  font-size: 14px;
  color: #111;
}

.contact-links a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   RESPONSIVE FOOTER STYLES
   ========================================================================== */

@media (max-width: 900px) {
  .contact {
    padding: 60px 6% 20px !important;
  }

  .contact-bg-text {
    font-size: 36px;
    letter-spacing: 5px;
    top: 10px;
  }

  .contact h2 {
    font-size: 26px;
  }

  .contact-desc {
    font-size: 15px;
  }

  .contact .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .contact .btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}
