.elementor-23607 .elementor-element.elementor-element-9604a8e{--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-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-23607 .elementor-element.elementor-element-3aa9635 img{width:100%;max-width:100%;height:700px;}.elementor-23607 .elementor-element.elementor-element-c74cf15{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-23607 .elementor-element.elementor-element-6b535c1{--display:flex;}.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-23607 .elementor-element.elementor-element-9224e46{text-align:center;}.elementor-23607 .elementor-element.elementor-element-9224e46 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:#000000;}.elementor-23607 .elementor-element.elementor-element-b90ed3e{--display:flex;}.elementor-23607 .elementor-element.elementor-element-9964e92 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:600;color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-4d0ffef */body {
    font-family: 'Poppins', sans-serif;
  }
  h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  ul {
    padding-left: 20px;
    list-style: disc;
  }
  p {
    margin-bottom: 16px;
  }
  strong {
    font-weight: bold;
  }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d928855 *//* Contact Form Wrapper */
.wpcf7 {
  background: #E9E9E9;
  padding: 40px;
  border-radius: 12px;
  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%;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 16px;
  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;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}

/* 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 */