.contact-hero {
  position: relative;
  height: 98vh;
  width: 100%;
  background: url("../images/about.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8%;
}

/* Directional dark gradient overlay */
.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(17, 17, 17, 0.6) 30%,
    rgba(17, 17, 17, 0.35) 60%,
    rgba(17, 17, 17, 0) 100%
  );
}

/* CONTENT */
.contact-content {
  position: relative;
  max-width: 700px;
  color: #ffffff;
  text-align: left;
  margin-top: 110px;
  z-index: 2;
}

/* HELLO TEXT */
.contact-content h1 .small {
  display: block;
  font-family: "Ysabeau SC", sans-serif;
  font-size: 30px;
  letter-spacing: 0%;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}

/* NAME */
.contact-content h1 {
  font-family: "Gallient";
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

/* PARAGRAPH */
.contact-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 100%;
}

.contact-info-box {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* Social Icons */
.contact-social {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.contact-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-social a:hover {
  transform: translateY(-3px);
}

/* Contact Details */
.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 16px;
}

.contact-details i {
  font-size: 18px;
  width: 22px;
}
