.elementor-2 .elementor-element.elementor-element-500c7840{--display:flex;}.elementor-2 .elementor-element.elementor-element-8c404cc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2 .elementor-element.elementor-element-f75fb2f .aux-modern-heading-primary{font-size:45px;font-weight:600;line-height:1.2em;color:var( --e-global-color-text );margin:0px 0px 25px 30px;max-width:600px;}.elementor-2 .elementor-element.elementor-element-f75fb2f .aux-modern-heading-secondary{margin:0px 0px 5px 30px;}.elementor-2 .elementor-element.elementor-element-f75fb2f .aux-modern-heading-divider{height:4px;width:70px;margin:0px 0px 0px 30px;background-color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-f75fb2f .aux-modern-heading-description{color:#727272;font-weight:300;line-height:1.5em;margin:032px 0px 0px 30px;}.elementor-2 .elementor-element.elementor-element-f75fb2f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-f75fb2f{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-2 .elementor-element.elementor-element-eb53250 input:not([type="submit"]){padding:0px 0px 0px 0px;margin:-1px 0px 0px 0px;transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 input[type="text"]{transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 input[type="email"]{transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 select{transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 textarea{transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 input[type="submit"]{transition:all ease-out 0.3s;}.elementor-2 .elementor-element.elementor-element-eb53250 > .elementor-widget-container{margin:20px 0px 0px 0px;}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-f75fb2f .aux-modern-heading-primary{font-size:31px;line-height:36px;margin:0px 0px 18px 0px;}.elementor-2 .elementor-element.elementor-element-f75fb2f > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-f75fb2f > .elementor-widget-container{margin:25px 0px 0px 0px;}}/* Start custom CSS for aux_contact_form, class: .elementor-element-eb53250 *//* Contact Form 7 Styles - Form ID: wpcf7-f13-p45-o1 */

/* Form Container */
#wpcf7-f13-p45-o1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* All Input Fields and Textarea */
#wpcf7-f13-p45-o1 input[type="text"],
#wpcf7-f13-p45-o1 input[type="email"],
#wpcf7-f13-p45-o1 input[type="tel"],
#wpcf7-f13-p45-o1 select,
#wpcf7-f13-p45-o1 textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: inherit;
}

/* Focus State */
#wpcf7-f13-p45-o1 input[type="text"]:focus,
#wpcf7-f13-p45-o1 input[type="email"]:focus,
#wpcf7-f13-p45-o1 input[type="tel"]:focus,
#wpcf7-f13-p45-o1 select:focus,
#wpcf7-f13-p45-o1 textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Placeholder */
#wpcf7-f13-p45-o1 input::placeholder,
#wpcf7-f13-p45-o1 textarea::placeholder {
  color: #999;
  opacity: 1;
}

/* Select Dropdown */
#wpcf7-f13-p45-o1 select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

/* Textarea */
#wpcf7-f13-p45-o1 textarea {
  min-height: 150px;
  resize: vertical;
}

/* Labels */
#wpcf7-f13-p45-o1 label {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

/* Form Paragraphs */
#wpcf7-f13-p45-o1 p {
  margin-bottom: 0;
}

/* Submit Button - Exact Copy of DOWNLOAD Button */
#wpcf7-f13-p45-o1 input[type="submit"],
#wpcf7-f13-p45-o1 button[type="submit"],
#wpcf7-f13-p45-o1 .wpcf7-submit {
  position: relative;
  display: inline-block;
  background-color: var(--e-global-color-primary);
  color: #ffffff !important;
  padding: 18px 60px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: auto;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  font-family: inherit;
  box-shadow: 0 10px 30px rgba(255, 45, 85, 0.3);
}

#wpcf7-f13-p45-o1 input[type="submit"]:before,
#wpcf7-f13-p45-o1 button[type="submit"]:before,
#wpcf7-f13-p45-o1 .wpcf7-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--e-global-color-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

#wpcf7-f13-p45-o1 input[type="submit"]:hover:before,
#wpcf7-f13-p45-o1 button[type="submit"]:hover:before,
#wpcf7-f13-p45-o1 .wpcf7-submit:hover:before {
  opacity: 0.2;
}

#wpcf7-f13-p45-o1 input[type="submit"]:hover,
#wpcf7-f13-p45-o1 button[type="submit"]:hover,
#wpcf7-f13-p45-o1 .wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 45, 85, 0.4);
}

#wpcf7-f13-p45-o1 input[type="submit"]:active,
#wpcf7-f13-p45-o1 button[type="submit"]:active,
#wpcf7-f13-p45-o1 .wpcf7-submit:active {
  transform: translateY(-1px);
}

/* Validation Errors */
#wpcf7-f13-p45-o1 .wpcf7-not-valid {
  border-color: #f5576c !important;
}

#wpcf7-f13-p45-o1 .wpcf7-not-valid-tip {
  color: #f5576c;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Success/Error Messages */
#wpcf7-f13-p45-o1 .wpcf7-response-output {
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  border-width: 2px;
}

#wpcf7-f13-p45-o1 .wpcf7-mail-sent-ok {
  border-color: #46b450;
  background: #f0f9f1;
  color: #46b450;
}

#wpcf7-f13-p45-o1 .wpcf7-validation-errors,
#wpcf7-f13-p45-o1 .wpcf7-mail-sent-ng {
  border-color: #f5576c;
  background: #fef5f6;
  color: #f5576c;
}

/* Loading Spinner */
#wpcf7-f13-p45-o1 .wpcf7-spinner {
  margin-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  #wpcf7-f13-p45-o1 {
    padding: 30px 15px;
  }
  
  #wpcf7-f13-p45-o1 input[type="text"],
  #wpcf7-f13-p45-o1 input[type="email"],
  #wpcf7-f13-p45-o1 input[type="tel"],
  #wpcf7-f13-p45-o1 select,
  #wpcf7-f13-p45-o1 textarea {
    padding: 12px 15px;
  }
  
  #wpcf7-f13-p45-o1 input[type="submit"],
  #wpcf7-f13-p45-o1 button[type="submit"],
  #wpcf7-f13-p45-o1 .wpcf7-submit {
    width: 100%;
    padding: 16px 40px;
  }
}/* End custom CSS */