.elementor-23004 .elementor-element.elementor-element-a4d02a3{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23004 .elementor-element.elementor-element-0fde430 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23004 .elementor-element.elementor-element-995a50f img{max-width:70%;height:700px;}.elementor-23004 .elementor-element.elementor-element-83dc3cc{--display:flex;}.elementor-23004 .elementor-element.elementor-element-492358c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e3db8f9 *//* Contact Form Wrapper */
.wpcf7 {
  background: #E9E9E9;
  padding: 40px;
  border-radius: 12px;
  max-width: px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #fff;
}

/* Form Labels */
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #fff;
}

/* Input Fields & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Focus States */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #EB0D0D;
  box-shadow: 0 0 0 3px rgba(235, 13, 13, 0.2);
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #EB0D0D;
  color: #fff;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #c00b0b;
  transform: translateY(-2px);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

/* Response Messages */
.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 6px;
  font-size: 15px;
  border: none !important;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}

.wpcf7-spinner {
  display: none !important;
}

/* Error Indicators */
.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 15px;
  display: block;
}

/* Accessibility Improvements */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .wpcf7 {
    padding: 30px 20px;
  }
  
  .wpcf7 input[type="submit"] {
    padding: 14px 24px;
  }
}/* End custom CSS */