.elementor-5993 .elementor-element.elementor-element-eec843d{padding:110px 0px 0px 0px;z-index:0;}.elementor-5993 .elementor-element.elementor-element-ad4865e{--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-5993 .elementor-element.elementor-element-4fc9c31{--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-5993 .elementor-element.elementor-element-3c5daf1 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for shortcode, class: .elementor-element-f7168c4 *//* Blog Submission Form Container */
.submission-form {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
}

/* Heading */
.submission-form h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 32px;
  color: #2c3e50;
}

/* Labels */
.submission-form label {
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
}


.wpcf7-response-output {
    color: #7bf3fb !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 15px !important;
      border-radius: 5px !important;
}


/* Inputs, Selects, and Textareas */
.submission-form input[type="text"],
.submission-form input[type="email"],
.submission-form input[type="file"],
.submission-form textarea,
.submission-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 16px;
  box-sizing: border-box;
}

/* Textarea Customization */
.submission-form textarea {
  min-height: 150px;
  resize: vertical;
}


/* Small text note */
.submission-form small {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  display: block;
}

/* Submit Button */
.submission-form input[type="submit"] {
  display: inline-block;
  background-color: #0073e6;
  color: white;
  padding: 16px 30px;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.submission-form input[type="submit"]:hover {
  background-color: #005bb5;
}

.elementor-5993 .elementor-element.elementor-element-f7168c4 .wpcf7-mail-sent-ok {
    background-color: white !important;
    color: #333333 !important;
    border: 2px solid #28a745 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.elementor-5993 .elementor-element.elementor-element-f7168c4 .wpcf7-mail-sent-ng {
    background-color: white !important;
    color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    padding: 15px !important;
    border-radius: 8px !important;
}

.elementor-5993 .elementor-element.elementor-element-f7168c4 .wpcf7-not-valid-tip {
    background-color: white !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .submission-form {
    padding: 30px 20px;
  }

  .submission-form h3 {
    font-size: 24px;
  }

  .submission-form input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .submission-form h3 {
    font-size: 20px;
  }

  .submission-form label {
    font-size: 15px;
  }
}/* End custom CSS */