.elementor-274 .elementor-element.elementor-element-35e0c80{width:var( --container-widget-width, 100.178% );max-width:100.178%;padding:0px 0px 0px 0px;--container-widget-width:100.178%;--container-widget-flex-grow:0;}.elementor-274 .elementor-element.elementor-element-35e0c80.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-35e0c80 */<style>
/* Right Side Contact Form - Dark Premium Style */
.mono-contact-form-right,
.mono-contact-form-right * {
  box-sizing: border-box;
}

.mono-contact-form-right {
  width: 100%;
  height: 100%;
  background: #303036;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 30px;
  padding: 20px!important;
  box-shadow: 0 24px 70px rgba(30, 30, 34, 0.16);
  font-family: Inter, Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.mono-contact-form-right::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -185px;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(233, 22, 99, 0.20);
  pointer-events: none;
}

.mono-contact-form-right::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -160px;
  top: -170px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}

.mono-contact-form-right .wpcf7,
.mono-contact-form-right .wpcf7 form,
.mono-contact-form-right .mono-cf7-form {
  width: 100%;
  position: relative;
  z-index: 2;
}

.mono-contact-form-right .wpcf7 p {
  margin: 0;
}

.mono-contact-form-right .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Form Layout */
.mono-contact-form-right .mono-cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 0;
}

.mono-contact-form-right .mono-cf7-field {
  margin-bottom: 18px;
}

.mono-contact-form-right .mono-cf7-field label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.1px;
}

/* Inputs */
.mono-contact-form-right .mono-cf7-field input,
.mono-contact-form-right .mono-cf7-field select,
.mono-contact-form-right .mono-cf7-field textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  outline: none !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  padding: 14px 16px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.mono-contact-form-right .mono-cf7-field input::placeholder,
.mono-contact-form-right .mono-cf7-field textarea::placeholder {
  color: rgba(255,255,255,0.52);
  opacity: 1;
}

.mono-contact-form-right .mono-cf7-field select {
  cursor: pointer;
  color: #ffffff !important;
}

.mono-contact-form-right .mono-cf7-field select option {
  background: #303036;
  color: #ffffff;
}

.mono-contact-form-right .mono-cf7-field textarea {
  min-height: 10px!important;
  resize: vertical;
  display: block;
}

/* Focus Effect */
.mono-contact-form-right .mono-cf7-field input:focus,
.mono-contact-form-right .mono-cf7-field select:focus,
.mono-contact-form-right .mono-cf7-field textarea:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #e91663 !important;
  box-shadow: 0 0 0 4px rgba(233, 22, 99, 0.14);
}

/* Submit Button */
.mono-contact-form-right .mono-cf7-submit-wrap {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mono-contact-form-right .mono-cf7-submit-wrap input[type="submit"],
.mono-contact-form-right input.wpcf7-submit {
  width: auto;
  min-width: 180px;
  min-height: 56px;
  border: 0 !important;
  outline: none !important;
  border-radius: 6px;
  background: #e91663 !important;
  color: #ffffff !important;
  padding: 16px 34px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(233, 22, 99, 0.28);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mono-contact-form-right .mono-cf7-submit-wrap input[type="submit"]:hover,
.mono-contact-form-right input.wpcf7-submit:hover {
  background: #c90f50 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(233, 22, 99, 0.35);
}

.mono-contact-form-right .mono-cf7-submit-wrap input[type="submit"]:disabled,
.mono-contact-form-right input.wpcf7-submit:disabled {
  opacity: 1;
  background: #e91663 !important;
  color: #ffffff !important;
}

/* Validation */
.mono-contact-form-right .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #ff6fa5;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.mono-contact-form-right .wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.mono-contact-form-right .wpcf7 form.invalid .wpcf7-response-output,
.mono-contact-form-right .wpcf7 form.unaccepted .wpcf7-response-output,
.mono-contact-form-right .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(233, 22, 99, 0.40);
  background: rgba(233, 22, 99, 0.12);
  color: #ffffff;
}

.mono-contact-form-right .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(42, 157, 94, 0.40);
  background: rgba(42, 157, 94, 0.12);
  color: #ffffff;
}

/* Spinner */
.mono-contact-form-right .wpcf7-spinner {
  margin: 0 0 0 10px;
}

/* Tablet */
@media (max-width: 1024px) {
  .mono-contact-form-right {
    padding: 34px;
    border-radius: 26px;
  }

  .mono-contact-form-right .mono-cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mono-contact-form-right .mono-cf7-field textarea {
    min-height: 155px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mono-contact-form-right {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .mono-contact-form-right .mono-cf7-field {
    margin-bottom: 16px;
  }

  .mono-contact-form-right .mono-cf7-field input,
  .mono-contact-form-right .mono-cf7-field select,
  .mono-contact-form-right .mono-cf7-field textarea {
    min-height: 54px;
    border-radius: 13px;
    font-size: 15px;
  }

  .mono-contact-form-right .mono-cf7-field textarea {
    min-height: 135px;
  }

  .mono-contact-form-right .mono-cf7-submit-wrap {
    display: block;
  }

  .mono-contact-form-right .mono-cf7-submit-wrap input[type="submit"],
  .mono-contact-form-right input.wpcf7-submit {
    width: 100%;
  }
}
</style>/* End custom CSS */