.elementor-1079 .elementor-element.elementor-element-bc698d5{--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;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-48dcf1a */.main-header-navigation {
    display: none;
}

.form-wrapper,
.thank-you-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding-top: 48px;
}

/* Header */
.header {
    margin-bottom: 48px;
}

h1 {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: bold;
    color: #036;
    margin-bottom: 24px;
    text-align: center;
}

.intro-text {
    font-size: 18px;
    line-height: 28px;
    color: #4a5565;
    margin-bottom: 24px;
}

.alert-box {
    background-color: #f4f4f4;
    border-left: 4px solid #c8102e;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 16px;
}

.alert-box p {
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.length-note {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

/* Form Sections */
.form-section {
    margin-bottom: 30px;
}

.section-title {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: bold;
    color: #036;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #015eae;
}

.form-group {
    margin-bottom: 24px;
}

.label {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.helper-text {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 8px;
}

.required {
    color: #c8102e;
}

.input-field,
.textarea-field {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    transition: border-color 0.3s;
}

.input-field:focus,
.textarea-field:focus {
    outline: none;
    border-color: #015eae;
}

.textarea-field {
    resize: vertical;
}

.error-message {
    font-size: 14px;
    color: #c8102e;
    margin-top: 4px;
    min-height: 20px;
}

/* Radio Buttons */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.radio-label input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Highlighted Box */
.highlighted-box {
    background-color: #f4f4f4;
    border-left: 4px solid #015eae;
    border-radius: 8px;
    padding: 24px;
}

/* Video Entry */
.video-entry {
    background-color: white;
    border: 2px solid #015eae;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
}

.video-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.video-entry-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #015eae;
}

.btn-remove {
    background-color: transparent;
    border: none;
    color: #c8102e;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-remove:hover {
    background-color: #ffebee;
}

.btn-remove svg {
    width: 20px;
    height: 20px;
    display: block;
}

.file-input-wrapper {
    position: relative;
}

.file-input-wrapper input[type="file"] {
    width: 100%;
    padding: 12px 16px;
    padding-right: 48px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.file-input-wrapper input[type="file"]:focus {
    outline: none;
    border-color: #015eae;
}

.file-input-wrapper input[type="file"]::file-.elementor-1079 .elementor-element.elementor-element-48dcf1a-button {
    margin-right: 16px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background-color: #015eae;
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.file-input-wrapper input[type="file"]::file-.elementor-1079 .elementor-element.elementor-element-48dcf1a-button:hover {
    background-color: #014a8a;
}

.upload-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #666;
    pointer-events: none;
}

/* Add Video Button */
.btn-add-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    background-color: white;
    border: 2px solid #015eae;
    color: #015eae;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-add-video:hover {
    background-color: #015eae;
    color: white;
}

/* Checkbox */
.checkbox-box {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 24px;
}

.checkbox-label {
    display: flex;
    align-items: start;
    gap: 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Submit Button */
.submit-container {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.btn-submit {
    background-color: #c8102e;
    color: white;
    padding: 16px 48px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #a30d25;
}

/* Thank You Screen */
.thank-you-wrapper {
    text-align: center;
}

.thank-you-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.thank-you-icon svg {
    background-color: #015eae;
    border-radius: 50%;
    padding: 16px;
}

.thank-you-title {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: bold;
    color: #036;
    margin-bottom: 24px;
}

.thank-you-text {
    font-size: 18px;
    line-height: 28px;
    color: #4a5565;
    margin-bottom: 32px;
}

.next-steps-box {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 32px;
    text-align: left;
    margin-bottom: 32px;
}

.next-steps-title {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: bold;
    color: #036;
    margin-bottom: 16px;
}

.next-steps-list {
    list-style: none;
}

.next-steps-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
}

.next-steps-list li:last-child {
    margin-bottom: 0;
}

.next-steps-list svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.next-steps-list p {
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.contact-box {
    padding-top: 32px;
    border-top: 1px solid #ddd;
}

.contact-box p {
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.contact-box a {
    color: #015eae;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .form-wrapper,
    .thank-you-wrapper {
        padding: 32px 24px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .section-title {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Reset CF7 checkbox structure */
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

/* Remove unwanted inline spacing */
.wpcf7-list-item-label {
  display: inline-block;
  margin-left: 10px;
  line-height: 26px;
}

/* Fix wrapper */
.wpcf7 form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

/* Fix checkbox alignment */
.wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Remove extra line breaks added by CF7 */
.checkbox-label br {
  display: none;
}

/* Fix full box spacing */
.checkbox-box {
  display: block;
}

/* Make radio group clean */
.wpcf7-radio {
  display: flex;
  gap: 24px; /* space between Yes / No */
}

/* Each option */
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

/* Fix label layout */
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Fix radio button */
.wpcf7 input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

/* Remove CF7 junk spacing */
.wpcf7-radio br {
  display: none;
}

/* Fix text */
.wpcf7-list-item-label {
  line-height: 26px;
}

.hidden {
  display: none;
}


/* Hide default small styling */
.wpcf7-response-output {
    margin: 20px auto !important;
    padding: 25px !important;
    max-width: 1140px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

/* Success style */
.wpcf7 form.sent .wpcf7-response-output {
    background: #e6f7ee;
    color: #1e7e34;
    border: 2px solid #28a745;
    font-size: 22px;
}


/* FIX CF7 CHECKBOX (CONSENT) */
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  flex-shrink: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}

/* Remove CF7 weird spacing */
.wpcf7-checkbox br {
  display: none;
}/* End custom CSS */