.elementor-2682 .elementor-element.elementor-element-226eea3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-2682 .elementor-element.elementor-element-c0c02b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .input__checkbox_btn .toggle-button__icon {width:25px;height:25px;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .input__radio_btn .toggle-button__icon {width:25px;height:25px;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn span{color:#212121;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg *{fill:#212121;stroke:none;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{text-align:center;}.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg,.elementor-2682 .elementor-element.elementor-element-c08dd37 .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{display:center;margin:0 auto;text-align:center;}.elementor-2682 .elementor-element.elementor-element-47e8ee4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-2682 .elementor-element.elementor-element-47e8ee4:not(.elementor-motion-effects-element-type-background), .elementor-2682 .elementor-element.elementor-element-47e8ee4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-2682 .elementor-element.elementor-element-ee2ddab .input__checkbox_btn .toggle-button__icon {width:25px;height:25px;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .input__radio_btn .toggle-button__icon {width:25px;height:25px;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn span{color:#212121;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg *{fill:#212121;stroke:none;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{text-align:center;}.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file .input__file_btn svg,.elementor-2682 .elementor-element.elementor-element-ee2ddab .theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file span{display:center;margin:0 auto;text-align:center;}body.elementor-page-2682:not(.elementor-motion-effects-element-type-background), body.elementor-page-2682 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1F23;}:root{--page-title-display:none;}/* Start custom CSS for tp-contact-form-7, class: .elementor-element-c08dd37 *//* ===============================
   BiltRx Contact Form (CF7)
   Based on .biltrx-contact-form markup
================================ */

/* Outer card */
.biltrx-contact-form{
  position: relative;
  max-width: 980px;
  margin: 40px auto;
  padding: 70px 50px 45px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  background: #1b1f23;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
}

/* Title sitting on the border line */
.biltrx-contact-form .biltrx-title{
  position: absolute;
  top: -22px;
  left: 40px;
  padding: 6px 14px;
  background: #1b1f23;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Rows and columns */
.biltrx-contact-form .biltrx-row{
  margin-bottom: 18px;
}

.biltrx-contact-form .biltrx-row-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Labels */
.biltrx-contact-form label{
  display: block;
  color: #ffffff;
 text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom:-20px;
}

/* Inputs */
.biltrx-contact-form input[type="text"],
.biltrx-contact-form input[type="email"],
.biltrx-contact-form input[type="tel"],
.biltrx-contact-form textarea,
.biltrx-contact-form select{
  width: 100%;
  background: #2b3035;
  border: 1px solid rgba(255,255,255,0.06);
  color: #ffffff;
  padding: 16px 16px;
  font-size: 11px;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Placeholders */
.biltrx-contact-form input::placeholder,
.biltrx-contact-form textarea::placeholder{
  color: rgba(255,255,255,0.35);
}

/* Focus state */
.biltrx-contact-form input:focus,
.biltrx-contact-form textarea:focus,
.biltrx-contact-form select:focus{
  outline: none;
  border-color: rgba(250,195,169,0.75);
  box-shadow: 0 0 0 3px rgba(250,195,169,0.12);
}

/* Terms block */
.biltrx-contact-form .biltrx-terms label{
  margin-bottom: 10px;
}

.biltrx-contact-form .biltrx-terms-text{
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.biltrx-contact-form .biltrx-terms-text a{
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Acceptance checkbox line */
.biltrx-contact-form .biltrx-acceptance{
  margin-top: 6px;
}

.biltrx-contact-form .biltrx-acceptance .wpcf7-form-control{
  margin: 0;
}

.biltrx-contact-form .biltrx-acceptance .wpcf7-list-item{
  margin: 0;
}

.biltrx-contact-form .biltrx-acceptance label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px; /* matches screenshot */
  font-weight: 500;
  margin: 0;
}

/* Checkbox alignment */
.biltrx-contact-form input[type="checkbox"]{
  margin-top: 6px;
  transform: scale(1.05);
}

/* Submit button */
.biltrx-contact-form .biltrx-submit{
  margin-top: 26px;
}

.biltrx-contact-form .biltrx-submit input[type="submit"]{
  background: #FAC3A9 !important;
  color: #1b1f23 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 44px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.biltrx-contact-form .biltrx-submit input[type="submit"]:hover{
  opacity: 0.92;
  transform: translateY(-1px);
}

/* CF7 validation */
.biltrx-contact-form .wpcf7-not-valid-tip{
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
}

.biltrx-contact-form .wpcf7-response-output{
  margin: 18px 0 0;
  border-radius: 10px;
  padding: 12px 14px;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px){
  .biltrx-contact-form{
    padding: 58px 18px 30px;
    border-radius: 18px;
    margin: 20px auto;
  }

  .biltrx-contact-form .biltrx-title{
    left: 18px;
    top: -18px;
    font-size: 34px;
  }

  .biltrx-contact-form .biltrx-row-2{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .biltrx-contact-form label{
    font-size: 18px;
  }

  .biltrx-contact-form .biltrx-acceptance label{
    font-size: 18px;
  }
}

.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after, .theplus-contact-form .input__checkbox_btn .toggle-button__icon:before {
    
        background: white;
        color: black;
        
}

.theplus-contact-form .input__checkbox_btn .toggle-button__icon:before {
    transform: translate3d(-50%, -50%, 0);
    color: green;
 
}/* End custom CSS */
/* Start custom CSS for tp-contact-form-7, class: .elementor-element-ee2ddab *//* Newsletter wrapper */
.biltrx-newsletter {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Row layout */
.biltrx-newsletter-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Make input expand */
.biltrx-newsletter-input {
  flex: 1;
}

/* Input styling */
.biltrx-newsletter input[type="email"] {
  width: 100%;
  height: 64px;
  padding: 0 26px;
  border-radius: 999px;
  border: 2px solid #1b1f23;
  background: transparent;
  color: #1b1f23;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
}

.biltrx-newsletter input[type="email"]::placeholder {
  color: rgba(27, 31, 35, 0.7);
}

/* Button styling */
.biltrx-newsletter-btn input[type="submit"] {
  height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  border: 2px solid #1b1f23;
  background: #1b1f23;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.biltrx-newsletter-btn input[type="submit"]:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* CF7 response message spacing */
.biltrx-newsletter .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .biltrx-newsletter-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .biltrx-newsletter-btn input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */