.elementor-27 .elementor-element.elementor-element-155db47{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-27 .elementor-element.elementor-element-adc6084{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-27 .elementor-element.elementor-element-8a41e4d{--display:flex;}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-155db47{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-adc6084{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-8a41e4d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-155db47{--content-width:1300px;}.elementor-27 .elementor-element.elementor-element-adc6084{--width:50%;}.elementor-27 .elementor-element.elementor-element-8a41e4d{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-27 .elementor-element.elementor-element-adc6084{--width:100%;}.elementor-27 .elementor-element.elementor-element-8a41e4d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-305b7d6 */<style>
/* ================================
   HighRock Fluent Form Styling
   Target Form: #fluentform_1
================================ */

#fluentform_1,
#fluentform_1 * {
  box-sizing: border-box;
}

/* Main form card */
#fluentform_1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #F7F9FC 100%) !important;
  padding: clamp(24px, 3vw, 36px) !important;
  border-radius: 24px !important;
  border: 1px solid #DDE5EF !important;
  box-shadow:
    0 18px 45px rgba(14, 30, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  max-width: 720px !important;
  width: 100% !important;
  font-family: "Inter", Arial, sans-serif !important;
  isolation: isolate;
  transition: all 0.35s ease;
}

/* Card hover */
#fluentform_1:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 143, 216, 0.55) !important;
  box-shadow:
    0 24px 60px rgba(31, 143, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

/* Glow circle top right */
#fluentform_1::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 200, 255, 0.26), rgba(85, 200, 255, 0) 68%);
  z-index: -1;
}

/* Glow circle bottom left */
#fluentform_1::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 143, 216, 0.14), rgba(31, 143, 216, 0) 70%);
  z-index: -1;
}

/* Reset fieldset */
#fluentform_1 fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Hide default Fluent Form screen reader title */
#fluentform_1 .ff_screen_reader_title {
  display: none !important;
}

/* Hide all field labels */
#fluentform_1 .ff-el-input--label,
#fluentform_1 .ff-el-input--label label {
  display: none !important;
}

/* GET IN TOUCH badge */
#fluentform_1 fieldset::before {
  content: "GET IN TOUCH" !important;
  order: 1 !important;
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(31, 143, 216, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(31, 143, 216, 0.08) !important;
  color: #1F8FD8 !important;
  font-family: "Montserrat", "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

/* Remove old fieldset after content */
#fluentform_1 fieldset::after {
  content: none !important;
  display: none !important;
}

/* Put first field after custom header */
#fluentform_1 .ff-name-field-wrapper {
  order: 3 !important;
}

/* Main title before first field */
#fluentform_1 .ff-name-field-wrapper::before {
  content: "Send Us a Message";
  display: block !important;
  margin: 0 !important;
  font-family: "Montserrat", "Inter", sans-serif !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: #0B1220 !important;
}

/* Subtitle + blue underline */
/*#fluentform_1 .ff-name-field-wrapper::after {*/
/*  content: "Have a question about HighRock Research Compounds products, COAs, shipping, or your order? Send us a message and our team will assist you.";*/
/*  display: block !important;*/
/*  max-width: 600px !important;*/
/*  margin: 16px 0 26px !important;*/
/*  padding-top: 17px !important;*/
/*  background:*/
/*    linear-gradient(90deg, #1F8FD8, #55C8FF) top left / 70px 3px no-repeat !important;*/
/*  color: #5D6878 !important;*/
/*  font-family: "Inter", Arial, sans-serif !important;*/
/*  font-size: 15px !important;*/
/*  line-height: 1.7 !important;*/
/*}*/

/* Field spacing */
/*#fluentform_1 .ff-field_container,*/
/*#fluentform_1 .ff-el-group {*/
/*  margin: 0 0 16px !important;*/
/*  padding: 0 !important;*/
/*}*/

/* Name field container */
#fluentform_1 .ff-field_container {
  order: 4 !important;
}

/* Normal fields */
#fluentform_1 .ff-el-group {
  order: 4 !important;
}

/* Submit last */
#fluentform_1 .ff_submit_btn_wrapper {
  order: 5 !important;
}

/* Remove Fluent Forms grid spacing */
#fluentform_1 .ff-t-container,
#fluentform_1 .ff-t-cell {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Input wrapper */
#fluentform_1 .ff-el-input--content {
  margin: 0 !important;
  padding: 0 !important;
}

/* Inputs and textarea */
#fluentform_1 input.ff-el-form-control,
#fluentform_1 textarea.ff-el-form-control {
  width: 100% !important;
  padding: 17px 18px !important;
  border: 1.5px solid #DDE5EF !important;
  border-radius: 15px !important;
  font-size: 15px !important;
  font-family: "Inter", Arial, sans-serif !important;
  outline: none !important;
  transition: all 0.25s ease !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #1F2430 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* Placeholder */
#fluentform_1 input.ff-el-form-control::placeholder,
#fluentform_1 textarea.ff-el-form-control::placeholder {
  color: #6F7888 !important;
  opacity: 1 !important;
}

/* Focus effect */
#fluentform_1 input.ff-el-form-control:focus,
#fluentform_1 textarea.ff-el-form-control:focus {
  border-color: #1F8FD8 !important;
  background: #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(31, 143, 216, 0.11),
    0 10px 24px rgba(31, 143, 216, 0.08) !important;
}

/* Message textarea */
#fluentform_1 textarea.ff-el-form-control {
  min-height: 180px !important;
  resize: vertical !important;
}

/* Submit wrapper */
#fluentform_1 .ff_submit_btn_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Submit button */
#fluentform_1 .ff-btn-submit,
#fluentform_1 button[type="submit"] {
  width: 100% !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  background: #1F8FD8 !important;
  color: #ffffff !important;
  padding: 16px 26px !important;
  border-radius: 999px !important;
  font-family: "Montserrat", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 14px 30px rgba(31, 143, 216, 0.24) !important;
}

/* Submit hover */
#fluentform_1 .ff-btn-submit:hover,
#fluentform_1 button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  background: #1F8FD8 !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(31, 143, 216, 0.34) !important;
}

/* Submit active */
#fluentform_1 .ff-btn-submit:active,
#fluentform_1 button[type="submit"]:active {
  transform: translateY(0) !important;
}

/* Required asterisk hidden because labels are hidden */
#fluentform_1 .ff-el-is-required.asterisk-right label::after,
#fluentform_1 .asterisk-right label::after {
  display: none !important;
}

/* Error states */
#fluentform_1 .ff-el-is-error input.ff-el-form-control,
#fluentform_1 .ff-el-is-error textarea.ff-el-form-control {
  border-color: #D93025 !important;
  box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.10) !important;
}

/* Error text */
#fluentform_1 .error,
#fluentform_1 .text-danger,
#fluentform_1 .ff-el-help-message {
  color: #D93025 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
  font-family: "Inter", Arial, sans-serif !important;
}

/* Success message */
#fluentform_1 .ff-message-success {
  border: 1px solid rgba(31, 143, 216, 0.25) !important;
  background: rgba(31, 143, 216, 0.08) !important;
  color: #0B1220 !important;
  border-radius: 15px !important;
  padding: 16px 18px !important;
  font-family: "Inter", Arial, sans-serif !important;
}

/* Remove browser/autofill yellow background */
#fluentform_1 input:-webkit-autofill,
#fluentform_1 input:-webkit-autofill:hover,
#fluentform_1 input:-webkit-autofill:focus,
#fluentform_1 textarea:-webkit-autofill,
#fluentform_1 textarea:-webkit-autofill:hover,
#fluentform_1 textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #1F2430 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  border-color: #DDE5EF !important;
}

/* Mobile */
@media (max-width: 768px) {
  #fluentform_1 {
    padding: 22px !important;
    border-radius: 18px !important;
  }

  #fluentform_1 fieldset::before {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  #fluentform_1 .ff-name-field-wrapper::before {
    font-size: 25px !important;
  }

  #fluentform_1 .ff-name-field-wrapper::after {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  #fluentform_1 input.ff-el-form-control,
  #fluentform_1 textarea.ff-el-form-control {
    padding: 15px 16px !important;
    font-size: 14.5px !important;
  }

  #fluentform_1 textarea.ff-el-form-control {
    min-height: 160px !important;
  }

  #fluentform_1 .ff-btn-submit,
  #fluentform_1 button[type="submit"] {
    width: 100% !important;
  }
}
</style>/* End custom CSS */