.contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 100px 24px;
  position: relative;
  background: white;
}

.contact__background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1280px;
  position: relative;
  background-color: #0a0a0a;
  border-radius: 32px;
}

.contact__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding: 64px;
  border-radius: 32px;
  overflow: hidden;
  min-height: 827px;
  position: relative;
}

.contact__gradient-top {
  position: absolute;
  width: 51.36%;
  height: 61.79%;
  top: 0;
  left: 48.64%;
  background-size: cover;
  background-position: center;
}

.contact__gradient-bottom {
  position: absolute;
  width: 21.96%;
  height: 32.65%;
  top: 67.35%;
  left: 0;
  background-size: cover;
  background-position: center;
}

.contact__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}

.contact__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #12693d;
  border-radius: 24px;
  width: fit-content;
}

.contact__badge-text {
  font-family: "Outfit-Regular", Helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #1fb268;
}

.contact__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact__title {
  font-family: "Red Hat Display-Bold", Helvetica;
  font-size: 48px;
  line-height: 57.6px;
  color: #fafafa;
}

.contact__title-highlight {
  font-family: "Playfair Display-BoldItalic", Helvetica;
  font-style: italic;
}

.contact__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.contact__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact__feature-text {
  font-family: "Outfit-Regular", Helvetica;
  font-size: 18px;
  line-height: 27px;
  color: #d4d4d4;
}

.contact__profile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact__profile-image {
  width: 240px;
  height: 220px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.contact__profile-image img {
    height: 100%;
}
.contact__profile-name {
  font-family: "Red Hat Display-Bold", Helvetica;
  font-size: 24px;
  line-height: 28.8px;
  color: #fafafa;
}

.contact__profile-role {
  font-family: "Outfit-Regular", Helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
}

.contact__profile-links {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}
.contact__link span { 
 color: #D4D4D4

}
.contact__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a87fff;
  font-family: "Outfit-Bold", Helvetica;
  font-size: 18px;
  line-height: 21.6px;
}

.contact__form-wrapper {
  position: relative;
  z-index: 2;
}

.contact__form {
  display: grid;
  gap: 36px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__label {
  font-family: "Outfit-Bold", Helvetica;
  font-size: 20px;
  line-height: 24px;
  color: #fafafa;
}

.contact__input,
.contact__textarea {
  width: 100%;
  border: 1px solid #525252;
  border-radius: 8px;
  background-color: #ffffff1a;
  color: #a3a3a3;
  padding: 14px 16px;
  font-family: "Outfit-Regular", Helvetica;
  font-size: 17px;
  outline: none;
}

.contact__input:focus,
.contact__textarea:focus {
  border-color: #7d40ff;
}

.contact__textarea {
  min-height: 120px;
  resize: none;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact__budget-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact__budget-option {
  position: relative;
}

.contact__budget-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact__budget-label {
  display: inline-flex;
  padding: 12px 20px;
  border: 1px solid #525252;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}

.contact__budget-input:checked + .contact__budget-label {
  border-color: #7d40ff;
  background-color: rgba(125, 64, 255, 0.12);
}

.contact__budget-text {
  font-family: "Outfit-Regular", Helvetica;
  font-size: 17px;
  line-height: 25.5px;
  color: #a3a3a3;
}

.contact__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 32px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(89, 45, 181, 1) 25%,
    rgba(125, 64, 255, 1) 100%
  );
  box-shadow: inset 0 1.6px 3px #ffffffb8;
}

.contact__button-text {
  position: relative;
  z-index: 2;
  font-family: "Outfit-Bold", Helvetica;
  font-size: 16px;
  line-height: 19.2px;
  color: #fafafa;
}

.contact__button-icon {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
}

.contact__button-gradient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(89, 45, 181, 1) 25%,
    rgba(125, 64, 255, 1) 100%
  );
}

.contact__marquee {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 70px;
  box-shadow: 0 20px 48px -12px #0f172a1a;
  overflow: hidden;
}

.contact__marquee-content {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.contact__marquee-text {
  font-family: "Outfit-Regular", Helvetica;
  font-size: 24px;
  line-height: 36px;
  color: #0a0a0a;
}

.contact__marquee-highlight {
  font-family: "Playfair Display-SemiBoldItalic", Helvetica;
  font-style: italic;
}

@media (max-width: 1024px) {
  .contact {
    padding: 48px 24px;
  }

  .contact__container {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .contact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact {
    width:100%;
    padding: 24px 24px;
  }

  .contact__container {
    padding: 24px;
    gap: 24px;
  }

  .contact__title {
    font-size: 36px;
    line-height: 44px;
  }

  .contact__marquee {
    border-radius: 32px;
    padding: 16px 20px;
  }
}