.elementor-13992 .elementor-element.elementor-element-e0f3648{--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-13992 .elementor-element.elementor-element-e0f3648:not(.elementor-motion-effects-element-type-background), .elementor-13992 .elementor-element.elementor-element-e0f3648 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F9;}.elementor-13992 .elementor-element.elementor-element-d78c80c{--display:flex;}.elementor-13992 .elementor-element.elementor-element-d7602e3{--display:flex;--border-radius:8px 8px 8px 8px;box-shadow:0px 0px 26px 1px rgba(242.25, 242.25, 255, 0.42);--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-13992 .elementor-element.elementor-element-d7602e3:not(.elementor-motion-effects-element-type-background), .elementor-13992 .elementor-element.elementor-element-d7602e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__label{text-align:left;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__desc{text-align:left;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__fields-group{gap:0.7em 0.7em;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__field-wrap.checkradio-wrap span{gap:8px;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder input{color-scheme:normal;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder-repeater__row-remove{align-self:flex-start;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__action-button{transition:all 0.3s;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__next-page-wrap{text-align:left;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__next-page{padding:10px 25px 10px 25px;border-style:none;border-radius:8px 8px 8px 8px;color:#FFFFFF;background-color:#003C52;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder-row .jet-form-builder__action-button-wrapper[data-type="next"]{justify-content:center;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__next-page:hover{color:#FFFFFF;background-color:#FF0202;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder__prev-page{padding:10px 20px 10px 20px;border-radius:8px 8px 8px 8px;color:#FFFFFF;background-color:#003C52;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder-message--success{text-align:center;}.elementor-13992 .elementor-element.elementor-element-8442872 .jet-form-builder-message--error{text-align:center;}.elementor-13992 .elementor-element.elementor-element-6bd67ac{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-13992 .elementor-element.elementor-element-a81476b{--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-13992 .elementor-element.elementor-element-9ba5358{--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-13992 .elementor-element.elementor-element-30aaf46{font-size:15px;}@media(max-width:767px){.elementor-13992 .elementor-element.elementor-element-566f4bd img{width:50%;}.elementor-13992 .elementor-element.elementor-element-d7602e3{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-13992 .elementor-element.elementor-element-e0f3648{--content-width:800px;}.elementor-13992 .elementor-element.elementor-element-6bd67ac{--content-width:950px;}.elementor-13992 .elementor-element.elementor-element-a81476b{--width:33.3333%;}.elementor-13992 .elementor-element.elementor-element-9ba5358{--width:66.6666%;}}/* Start custom CSS for jet-form-builder-form, class: .elementor-element-8442872 *//* Style for Select Fields */
.jet-form-builder__field select {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #003C52; /* Brand color */
    border: 1px solid #ccc; /* Add a border similar to other fields */
    border-radius: 4px; /* Optional: add border radius */
    background-color: #ffffff; /* White background for consistency */
    width: 100%;
    appearance: none; /* Removes default arrow icon in some browsers */
}

/* Optional: Custom arrow for select fields */
.jet-form-builder__field select::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #003C52; /* Custom color for the arrow */
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}



/* Headings Styling (Customer/Traveller Information) */
.jet-form-builder__heading {
    margin-bottom: 10px;
}

/* Descriptions Styling */
.jet-form-builder__heading-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px; /* Smaller than heading */
    font-weight: 400; /* Regular weight */
    color: #666666;
    margin-bottom: 15px;
}

/* Label Styling */
.jet-form-builder__label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px; /* Smaller than headings */
    font-weight: 400; /* Regular weight */
    color: #003C52;
}


/* Add Traveller Button Styling */
.jet-form-builder-repeater__new {
    padding: 10px 20px; /* Padding around the button */
    background-color: #003C52;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.jet-form-builder-repeater__new:hover {
    background-color: red;
}




/* Submit Button Styling */
.jet-form-builder__submit {
    background-color: #003C52;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600; /* Bold text */
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto; /* No full-width button */
}

.jet-form-builder__submit:hover {
    background-color:red; /* Lighter shade on hover */
}





/* Ensure the upload field container is properly styled */
.jet-form-builder-file-upload__fields {
    position: relative;
    width: 100%;
    min-height: 60px; /* Ensure the container has sufficient height */
    padding: 20px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex; /* Use flexbox to center content */
    align-items: center;
    justify-content: center;
}

/* Hide the default file input and make it cover the entire container */
.jet-form-builder-file-upload__fields input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2; /* Ensure it's above the 'Click to Upload' text */
}

/* Adding the 'Click to Upload' text */
.jet-form-builder-file-upload__fields::before {
    content: 'Click to Upload';
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 1; /* Ensure it's below the input but above the background */
}

/* Hover effect */
.jet-form-builder-file-upload__fields:hover {
    border-color: #007BFF;
    background-color: #eaf4ff;
}

.jet-form-builder-file-upload__fields:hover::before {
    color: #007BFF;
}

/* Style for the uploaded files list */
.jet-form-builder-file-upload__files {
    margin-top: 15px;
}

/* Style for each uploaded file item */
.jet-form-builder-file-upload__file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eaf4ff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Style for the file name */
.jet-form-builder-file-upload__file-name {
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Style for the remove button */
.jet-form-builder-file-upload__file-remove {
    background: none;
    border: none;
    color: #ff4d4f;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.3s ease;
}

.jet-form-builder-file-upload__file-remove:hover {
    color: #d9363e;
}

/* Style for the loader */
.jet-form-builder-file-upload__loader {
    display: none; /* Adjust as needed */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Style for the file upload message */
.jet-form-builder-file-upload__message {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    font-family: 'Poppins', sans-serif;
}

/* Style for error messages */
.jet-form-builder-file-upload__errors {
    margin-top: 10px;
    color: #ff4d4f;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .jet-form-builder-file-upload__fields {
        padding: 15px;
    }
    .jet-form-builder-file-upload__fields::before {
        font-size: 14px;
    }
}









/* Style for the summary inside the targeted block */
.jet-sm-gb-wrapper[data-block-id="jet-sm-gb-f6a17c9a-8f60-4393-83e2-cb1f7d85f9a8"] summary {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #333;
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/* Style for the question labels within the targeted section */
.jet-sm-gb-wrapper[data-block-id="jet-sm-gb-f6a17c9a-8f60-4393-83e2-cb1f7d85f9a8"] .jet-form-builder__label-text {
    font-weight: 400;
    font-size: 15px;
    color: #003C52;
    margin-bottom: 10px;
    margin-top:15px;
    font-family: 'Poppins', sans-serif;
}

/* Remove gap and background for radio buttons */
.jet-form-builder__fields-group.checkradio-wrap input[type="radio"] {
    display: flex;
    flex-direction: column;
    gap: 0; /* Remove the gap */
}

/* Remove background and border for individual radio button wrappers */
.jet-form-builder__field-wrap.radio-wrap input[type="radio"] {
    background-color: transparent; /* Remove grey background */
    border: none; /* Remove the border */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}


/* Style for Repeater Row Fields */
.jet-form-builder-repeater__row-fields {
    background-color: #F4F4F9; /* Apply the specified background color */
    padding: 20px; /* Add padding for spacing inside the field */
    border-radius: 8px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for a clean modern look */
    margin-bottom: 20px; /* Add margin to create spacing between rows */
    border: 1px solid #e0e0e0; /* Light border to define the area */
    font-family: 'Poppins', sans-serif; /* Ensure font consistency */
}

/* Optional: Hover effect for modern interaction */
.jet-form-builder-repeater__row-fields:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly increase shadow on hover */
    background-color: #f0f0f7; /* A slightly darker shade on hover */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Optional: Remove margin and padding from any inner elements */
.jet-form-builder-repeater__row-fields * {
    margin: 0;
    padding: 0;
}






/* Align radio button options in a row */
.jet-form-builder__fields-group.checkradio-wrap {
    display: flex; /* Use flexbox to align items in a row */
    flex-direction: row; /* Align radio buttons horizontally */
    gap: 20px; /* Add some space between the radio buttons */
}

/* Ensure the radio button containers have no background or border */
.jet-form-builder__field-wrap.radio-wrap {
    background-color: transparent; /* Remove grey background */
    border: none; /* Remove border */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

/* Align the radio button and label in a row */
.jet-form-builder__field-label {
    display: flex; /* Align radio button and label in a row */
    align-items: center; /* Vertically align the radio button with its label */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #003C52; /* Use the appropriate brand color */
}

/* Add some space between the radio button and its label */
input[type="radio"] {
    margin-right: 8px; /* Space between radio button and label */
}




/* Style for the remove button */
.jet-form-builder-repeater__remove {
    background-color: transparent; /* Transparent background */
    border: none; /* Remove any default borders */
    color: #003C52; /* Use the brand color for the button text */
    font-size: 30px; /* Size of the '×' symbol */
    cursor: pointer; /* Make the cursor a pointer when hovering */
    transition: color 0.3s ease, background-color 0.3s ease; /* Smooth transition for color change */
}

/* Hover effect */
.jet-form-builder-repeater__remove:hover {
    color: #FF4D4F; /* Change to a warning red on hover */
    background-color: transparent;
}








/* General Separator Styling */
.wp-block-separator, 
.wp-block-separator.has-alpha-channel-opacity, 
.is-style-default {
    background-color: rgba(204, 204, 204, 0.5); /* Lighter gray with 50% opacity */
    border-color: rgba(204, 204, 204, 0.5); /* Lighter border color */
}

/* If there are other specific styles like wide or fullwidth separators */
.wp-block-separator.is-style-wide, 
.wp-block-separator.is-style-fullwidth {
    background-color: rgba(204, 204, 204, 0.5); /* Lighter color */
    border-color: rgba(204, 204, 204, 0.5); /* Lighter border */
}

/* For thicker or double border separators */
.wp-block-separator.has-double-border {
    background-color: rgba(204, 204, 204, 0.5); 
    border-width: 2px; /* Adjust thickness */
}


#customer_name[readonly] {
    background-color: #f0f0f0; /* Light grey background */
    color: #666; /* Slightly faded text */
    cursor: not-allowed; /* Change cursor to indicate it's not editable */
    border: 1px solid #ccc; /* Optional: light border to match the design */
}




/* Specific styling for the 'Relationship' dropdown in the repeater */
.jet-form-builder-repeater__row-fields .jet-form-builder__field.select-field {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #003C52; /* Brand color */
    border: 1px solid Black; /* Consistent border */
    border-radius: 3px; /* Rounded corners like other fields */
    background-color: #ffffff; /* Consistent white background */
    width: 100%; /* Ensures width consistency with the form fields */
    max-width: 350px; /* Increased width to accommodate longer text */
    padding: 10px 15px; /* Padding for better text spacing */
    appearance: none; /* Removes default browser styling */
    box-sizing: border-box; /* Ensures padding is included in the width */
}

/* Optional: Custom arrow for 'Relationship' select field */
.jet-form-builder-repeater__row-fields .jet-form-builder__field.select-field::after {
    content: '▼'; /* Simple arrow */
    font-family: 'Segoe UI Symbol', sans-serif;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.4em);
    pointer-events: none;
    color: #003C52;
}






.jet-form-builder-repeater__new:active, /* For when the button is clicked */
.jet-form-builder-repeater__new:focus { /* For when the button is focused */
    background-color: #003C52; /* Change background to red */
    outline: none; /* Remove any focus outline, optional */
}




.reminder-box {
  background-color: #f8f9fa;
  border: 2px solid #003C52; /* Your brand color */
  border-radius: 8px;
  padding: 15px;
  font-family: 'Poppins', sans-serif; /* Using your preferred font */
  color: #333;
  font-size: 13px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.reminder-box p {
  margin: 0;
  font-weight: normal;
  color: red;
  text-align: center;
}



/* Scrollable Consent Statement Styling */
.agreement-details.has-small-font-size {
    max-height: 150px; /* Sets the maximum height of the scrollable area */
    overflow-y: auto; /* Enables vertical scrolling when content exceeds max-height */
    padding: 15px; /* Adds padding inside the box for better readability */
    border: 1px solid #e0e0e0; /* Light gray border for subtle definition */
    border-radius: 8px; /* Rounded corners for a modern look */
    background-color: #f9f9f9; /* Light background color to distinguish the area */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); /* Subtle inset shadow for depth */
    font-size: 0.875rem; /* Small font size for readability */
    line-height: 1.5; /* Comfortable line spacing */
    position: relative; /* Establishes a positioning context for pseudo-elements */
    scroll-behavior: smooth; /* Enables smooth scrolling */
}

/* Optional: Add a subtle gradient at the bottom to indicate more content */
.agreement-details.has-small-font-size::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, #f9f9f9, rgba(249, 249, 249, 0));
    pointer-events: none; /* Allows clicks to pass through to underlying elements */
}

/* Scrollbar Styling for WebKit Browsers (Chrome, Safari, Edge) */
.agreement-details.has-small-font-size::-webkit-scrollbar {
    width: 8px;
}

.agreement-details.has-small-font-size::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.agreement-details.has-small-font-size::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

.agreement-details.has-small-font-size::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

/* Scrollbar Styling for Firefox */
.agreement-details.has-small-font-size {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #c1c1c1 #f1f1f1; /* Sets thumb and track colors */
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .agreement-details.has-small-font-size {
        max-height: 100px; /* Reduces max-height on smaller screens */
        padding: 10px; /* Adjusts padding for smaller viewports */
        font-size: 0.8rem; /* Slightly smaller font for mobile devices */
    }

    .agreement-details.has-small-font-size::after {
        height: 20px; /* Adjusts gradient height for smaller screens */
    }
}










/* Hide the native checkbox */
.checkbox-agreement {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

/* Style the label container */
.jet-form-builder__field-label.for-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Custom checkbox background */
.jet-form-builder__field-label.for-checkbox span {
    position: relative;
    padding-left: 35px; /* Space for the custom checkbox */
}

/* Custom checkbox styling */
.jet-form-builder__field-label.for-checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #d1d6ee;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* SVG Checkmark as background */
.checkbox-agreement:checked + span::before {
    background-color: #1e2235;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 22 22%22%3E%3Cpath fill=%22none%22 stroke=%22%23fff%22 d=%22M5.5%2C11.3L9%2C14.8L20.2%2C3.3c-0.5-1-1.5-1.8-2.7-1.8H4.5C2.8%2C1.5%2C1.5%2C2.8%2C1.5%2C4.5v13c0%2C1.7%2C1.3%2C3%2C3%2C3h13c1.7%2C0%2C3-1.3%2C3-3v-13c0-0.4-0.1-0.8-0.3-1.2%22/%3E%3C/svg%3E');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #1e2235;
}

/* Hover effect */
.jet-form-builder__field-label.for-checkbox span::before:hover {
    border-color: #bbc1e1;
}

/* Focus state */
.checkbox-agreement:focus + span::before {
    box-shadow: 0 0 0 3px rgba(30, 34, 53, 0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d023181 *//* General Air Datepicker container styling */
.air-datepicker {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border: 1px solid #e0e0e0;
    width: 280px;
    overflow: hidden;
}

/* Header (month and year navigation) styling */
.air-datepicker-nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #003c52;
    text-align: center;
    padding: 6px 0;
    white-space: nowrap;
}

/* Navigation arrows (previous and next buttons) */
.air-datepicker-nav-action {
    color: #003c52;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.air-datepicker-nav-action:hover {
    background-color: #003c52 !important; /* Brand color on hover */
    color: #ffffff !important; /* White text */
    border-radius: 0; /* Remove circle on hover */
}

/* Month and Year cells */
.air-datepicker-cell.-month-, .air-datepicker-cell.-year- {
    color: #003c52;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* Hover effect for months and years: Use brand color and white text */
.air-datepicker-cell.-month-:hover, .air-datepicker-cell.-year-:hover {
    background-color: #003c52 !important; /* Brand color */
    color: #ffffff !important; /* White text */
}

/* Day cells */
.air-datepicker-cell.-day- {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #003c52 !important; /* Brand color for regular days */
    text-align: center;
    padding: 8px;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

/* Hover effect for day cells: Use brand color background, white text */
.air-datepicker-cell.-day-:hover {
    background-color: #003c52 !important;
    color: #ffffff !important;
    transform: scale(1.05); /* Slight scale effect for modern UX */
}

/* Active (selected) day styling */
.air-datepicker-cell.-selected- {
    background-color: #003c52 !important;
    color: #ffffff !important;
    border-radius: 6px;
    font-weight: 600;
}

/* Fix current day styling */
.air-datepicker-cell.-current- {
    background-color: #007a8c;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 600;
}

/* Disabled days */
.air-datepicker-cell.-disabled- {
    color: #cccccc !important;
    background-color: #f7f7f7 !important;
    cursor: not-allowed;
}

/* Month/year picker content height adjustment */
.air-datepicker-body {
    height: auto !important;
    max-height: 400px;
    overflow-y: auto;
}

/* Optional: Animation for calendar appearance */
.air-datepicker {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5b7886 *//* Hide the original checkbox */
.jet-form-builder__field-label.for-checkbox input.select-age {
  display: none;
}

/* Style the label for the toggle switch container */
.jet-form-builder__field-label.for-checkbox input.select-age + span {
  position: relative;
  display: inline-block;
  width: 40px; /* Toggle width */
  height: 20px; /* Toggle height */
  background-color: #ccc; /* Default background when unchecked */
  border-radius: 20px; /* Rounded toggle switch */
  transition: background-color 0.4s;
  cursor: pointer;
  vertical-align: middle;
}

/* The toggle slider (the small circle inside the switch) */
.jet-form-builder__field-label.for-checkbox input.select-age + span::before {
  content: "";
  position: absolute;
  left: 2px; /* Position of the slider */
  top: 2px;
  width: 16px; /* Slider size */
  height: 16px;
  background-color: white; /* White color for the toggle slider */
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Background color when checked (keep the toggle slider white) */
.jet-form-builder__field-label.for-checkbox input.select-age:checked + span {
  background-color: #003C52; /* Brand color for the background when checked */
}

/* Move the white toggle slider when checked */
.jet-form-builder__field-label.for-checkbox input.select-age:checked + span::before {
  transform: translateX(20px); /* Move the white slider to the right */
}

/* REMOVE the checkmark or any default icon in checked state */
.jet-form-builder__field-label.for-checkbox input.select-age + span::after {
  content: none !important; /* Ensure no checkmark or default icon appears */
  display: none !important; /* Forcefully hide any possible checkmark */
}

/* Ensure alignment of the toggle and labels */
.jet-form-builder__field-label.for-checkbox {
  display: flex;
  align-items: center; /* Vertically align toggle and labels */
  gap: 10px; /* Space between the label text and the toggle */
  padding-right: 10px; /* Add padding for consistency */
}



.jet-form-builder-progress-pages {
    display: none;
}/* End custom CSS */