
.contact-us {
background: var(--Gradients-Grey-White-01, linear-gradient(0deg, #FFF 0%, #F0F3F7 100%));
  position: relative; /* Positioning context for the pseudo-element */
  overflow: hidden; /* Hides any overflow from the pseudo-element */
}
.contact-us:before {
    background-image: url(https://mindflick.co.uk/hubfs/Mindflick%2025/Backgrounds/Wave%201%20Double%20White.svg);
    background-position: 0;
    background-repeat: repeat-x;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
      background-position-y: 20%;
      background-size: contain;
}
.contact-us > * {
  position: relative; /* Positioning context for the pseudo-element */
}

.contact-us h4 {background: var(--Gradients-Mindflick-Headline-01, linear-gradient(90deg, #000 6.4%, #711BDE 47.8%, #DD1BD4 77.53%, #FF4B00 106.73%));
background-clip: text;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.contact-buttons-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 12px;
}
form {
  background-color: transparent !important;}
.form-title{display:none;}
a.contact-buttons {
    color: var(--Black, #000);
    font-family: "F37 Zagma Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid var(--Grey, #D5DCE4);
    background: var(--Light-Grey, #F0F3F7);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.contact-button-icon {
    border-radius: 5px;
    border: 1px solid var(--Grey, #D5DCE4);
    background: var(--Gradients-White-Grey-01, linear-gradient(180deg, #FFF 0%, #F0F3F7 100%));
    box-shadow: 0px 7px 13px -3px rgba(200, 245, 24, 0.20);
    padding: 6px;
}

.contact-us .row {
  display: flex;
  gap: 30px; /* Adjust the gap between columns */
  align-items: flex-start; /* Align items to the top */
  position: relative; /* Ensure the pseudo-element stays within the row */
}

.contact-us .row > .col-md-8::before {
  content: "";
  display: block;
  width: 1px; /* Divider width */
  background-color: #D5DCE4; /* Divider color */
  height: auto; /* Full height of the row */
  margin-right: 60px; /* Space between the divider and the second column */
}

.contact-us .row > .col-md-8 {
  display: flex; /* Ensures column stays inline */
}

.contact-us .row > .col-md-4 {
  flex: 1; /* Optional: ensure proper column width */
}

@media (max-width: 767.98px) {
  .contact-us .row {
    flex-direction: column; /* Stack columns on smaller screens */
    gap: 15px; /* Adjust the gap for mobile */
  }

  .contact-us .row > .col-md-8::before {
    display: none; /* Hide the divider on smaller screens */
  }
}
  .hs_submit.hs-submit {
    margin-top: 20px;

}

.contact-buttons-wrap a:nth-child(1) .contact-button-icon {
box-shadow: 0px 7px 13px -3px rgba(113, 27, 222, 0.20);
}

.contact-buttons-wrap a:nth-child(2) .contact-button-icon {
box-shadow: 0px 7px 13px -3px rgba(200, 245, 24, 0.20);

}

.contact-buttons-wrap a:nth-child(3) .contact-button-icon {
box-shadow: 0px 7px 13px -3px rgba(255, 75, 0, 0.20);
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}
/*--------------------------------------------------------------
## iPad Pro
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 834px) {
  .form-columns-2 .hs-form-field .hs-input{ width: 100% !important;}
  .contact-us .row>.col-md-8 {
    display: flex;
    flex-direction: column;
}
  .hs_submit.hs-submit {
    margin-top: 20px;

}
 .contact-us h3 {
    font-size: 32px;
}
}
/*--------------------------------------------------------------
## iPad sm
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .form-columns-2 .hs-form-field .hs-input{ width: 100% !important;}
  .contact-us .row>.col-md-8 {
    display: flex;
    flex-direction: column;
}
  .hs_submit.hs-submit {
    margin-top: 20px;

}
 .contact-us h3 {
    font-size: 32px;
}
  .contact-us:before {display:none:}
}

/*--------------------------------------------------------------
## iPhone sm
--------------------------------------------------------------*/
@media only screen and (max-width: 375px) {

}