.block-contact-details {
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  height: 100%;
  bottom: -50px;
  margin-top: -50px !important;
}
.block-contact-details .hero-title {
  max-width: 380px;
  width: 100%;
}
.block-contact-details .two-col {
  gap: calc(var(--d-gap-50) * 4);
}

.block-contact-details .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.block-contact-details.linear-gradient:before,
.linear-gradient:before {
  background: none;
}
.card-block {
  border-radius: var(--radius-30);
  padding: 50px 40px;
  overflow: hidden;
  align-self: stretch;
}
.two-col > div {
  flex: 1;
}
.title-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title-content p {
  font-size: 15px;
  font-weight: normal;
}
.title-content h6 {
  font-weight: 500;
}
.title-content p {
  margin-top: calc(var(--d-space-30) - 10px);
}
.title-content p:first-child {
  /* margin-top: 0; */
}

/* SOCIAL LINKS  */
.custom-social-links ul {
  list-style: none;
  padding: 0;
  margin: calc(var(--d-space-60) / 2) 0 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

/* .custom-social-links ul li:last-child a {
  border: none;
  color: var(--c-dark-purple);
  font-size: 17px;
  text-decoration: none;
  width: auto;
  margin-left: 20px;
} */

.custom-social-links ul li a {
  /* border: 1px solid rgba(31, 13, 60, 0.25); */
  display: inline-block;
  /* width: 52px; */
  /* height: 52px; */
  text-align: center;
  /* line-height: 52px; */
  border-radius: 18px;
  background-color: var(--c-text-light);
  padding: 20px;
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .block-contact-details {
    padding-top: 80px !important;
  }
  .block-contact-details .flex-direction-row.two-col {
    flex-direction: column;
    gap: 30px;
  }
}
.contact-form {
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-form .gfield.gform_hidden {
  display: block !important;
  opacity: 0 !important;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
