.elementor-kit-31{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#E61C2B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E61C2B;--e-global-color-edf9c52:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-family:"Noto Sans Hanunoo";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;background-color:#000000;}.elementor-kit-31 button,.elementor-kit-31 input[type="button"],.elementor-kit-31 input[type="submit"],.elementor-kit-31 .elementor-button{background-color:#000000;font-family:"Montserrat", Sans-serif;font-size:18px;text-transform:none;color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:100px 100px 100px 100px;padding:20px 50px 20px 50px;}.elementor-kit-31 button:hover,.elementor-kit-31 button:focus,.elementor-kit-31 input[type="button"]:hover,.elementor-kit-31 input[type="button"]:focus,.elementor-kit-31 input[type="submit"]:hover,.elementor-kit-31 input[type="submit"]:focus,.elementor-kit-31 .elementor-button:hover,.elementor-kit-31 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:100px 100px 100px 100px;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.elementor-kit-31 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-31 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:32px;line-height:78px;}.elementor-kit-31 h2{font-family:"Inter", Sans-serif;font-size:48px;line-height:58px;}.elementor-kit-31 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-31 label{color:#FFFFFF;}.elementor-kit-31 input:not([type="button"]):not([type="submit"]),.elementor-kit-31 textarea,.elementor-kit-31 .elementor-field-textual{color:#000000;accent-color:#FF7777;background-color:#E0E0E0;box-shadow:2px 2px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:0px 0px 0px 0px;border-color:#616161;border-radius:10px 10px 10px 10px;}.elementor-kit-31 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-31 textarea:focus,.elementor-kit-31 .elementor-field-textual:focus{background-color:#FDAAAA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-31{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:24px;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:30px;}.elementor-kit-31 h1{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-31{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-size:24px;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:30px;}.elementor-kit-31 h1{line-height:60px;}.elementor-kit-31 h2{font-size:30px;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Full Width for Text Fields and Dropdowns with 3px Padding */ 
div#leap-form .wpforms-field input[type="text"],
div#leap-form .wpforms-field input[type="email"],
div#leap-form .wpforms-field input[type="url"],
div#leap-form .wpforms-field input[type="tel"],
div#leap-form .wpforms-field select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #b0b0b0 !important; /* 1px default bottom border with updated gray */
    padding: 3px !important; /* 3px padding all around */
    height: auto !important;
    min-height: 24px !important; /* Ensures minimal height */
    font-size: 20px !important; /* Updated font size */
    line-height: 1.2 !important;
    border-radius: 0 !important;
    transition: background-color 0.3s ease, border-bottom-color 0.3s ease, border-bottom-width 0.3s ease;
}

/* Dynamic Bottom Border on Hover and Focus */
div#leap-form .wpforms-field input[type="text"]:hover,
div#leap-form .wpforms-field input[type="email"]:hover,
div#leap-form .wpforms-field input[type="url"]:hover,
div#leap-form .wpforms-field input[type="tel"]:hover,
div#leap-form .wpforms-field select:hover,
div#leap-form .wpforms-field input[type="text"]:focus,
div#leap-form .wpforms-field input[type="email"]:focus,
div#leap-form .wpforms-field input[type="url"]:focus,
div#leap-form .wpforms-field input[type="tel"]:focus,
div#leap-form .wpforms-field select:focus {
    border-bottom-width: 2px !important; /* 2px border on hover and focus */
    border-bottom-color: #fff !important; /* White color on focus */
    background-color: #333 !important; /* Slightly darker background on focus */
    outline: none !important;
}

/* Required Field Styling - Brand Red Bottom Border */
div#leap-form .wpforms-field.wpforms-field-required input[type="text"],
div#leap-form .wpforms-field.wpforms-field-required input[type="email"],
div#leap-form .wpforms-field.wpforms-field-required input[type="url"],
div#leap-form .wpforms-field.wpforms-field-required input[type="tel"],
div#leap-form .wpforms-field.wpforms-field-required select {
    border-bottom: 1px solid #E61C2B !important; /* Brand red border for required fields */
}

/* Label Styling - Updated Gray Color */
div#leap-form .wpforms-field .wpforms-field-label {
    margin-bottom: 2px !important;
    color: #b0b0b0 !important; /* Lighter gray color for labels */
    font-size: 20px !important; /* Updated font size */
}

/* Placeholder Styling */
div#leap-form .wpforms-field input[type="text"]::placeholder,
div#leap-form .wpforms-field input[type="email"]::placeholder,
div#leap-form .wpforms-field input[type="url"]::placeholder,
div#leap-form .wpforms-field input[type="tel"]::placeholder {
    color: #b0b0b0 !important; /* Updated gray for placeholders */
    opacity: 0.7 !important;
}

/* Required Asterisk Styling */
div#leap-form .wpforms-field .wpforms-required-label {
    color: #E61C2B !important; /* Brand red for required asterisk */
}

/* Checkbox Styling */
div#leap-form .wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#leap-form .wpforms-field-checkbox li {
    display: flex;
    align-items: center;
}

div#leap-form .wpforms-field-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    appearance: none !important;
    background-color: #000 !important;
    border: 1px solid #444 !important;
    border-radius: 0 !important;
    margin-right: 10px !important;
    transition: background-color 0.3s ease;
}

div#leap-form .wpforms-field-checkbox input[type="checkbox"]:hover {
    background-color: #333 !important;
}

div#leap-form .wpforms-field-checkbox input[type="checkbox"]:checked {
    background-color: #E61C2B !important; /* Brand red for checked state */
}

div#leap-form .wpforms-field-checkbox label.wpforms-field-label-inline {
    color: #b0b0b0 !important; /* Match font color for labels */
    font-size: 20px !important; /* Updated font size */
    margin: 0 !important;
    line-height: 1.5 !important;
    white-space: normal !important;
}

/* Set Button Width to 100% */
div#leap-form .wpforms-submit {
    width: 100% !important; /* Full width for submit button */
    font-size: 20px !important; /* Updated font size */
    text-transform: none !important; /* Remove all caps */
}

/* Dropdown Styling */
div#leap-form .wpforms-field select {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #b0b0b0 !important; /* Updated gray bottom border */
    width: 100% !important;
    max-width: 100% !important;
    padding: 3px !important; /* 3px padding all around */
    min-height: 24px !important;
    font-size: 20px !important; /* Updated font size */
    line-height: 1.2 !important;
    transition: background-color 0.3s ease, border-bottom-color 0.3s ease, border-bottom-width 0.3s ease;
}

.red {
  color: #E61C2B;
}


/* Change the underline color for all links and underlined text site-wide */
a, a:visited, a:hover, a:focus, a:active, 
u, ins, .text-decoration-underline {
    text-decoration-color: #E61C2B !important;
}

/* Optional: If you want to target only links that are specifically underlined */
a {
    text-decoration-color: #E61C2B !important;
}

/* Change font color to white for WPForms title and description */
.wpforms-title, .wpforms-description {
    color: #FFFFFF !important;
}

/* Normal background color for the select element */
select.wpforms-field-medium, select.wpforms-payment-price {
    background-color: #E0E0E0; /* Normal background color */
    color: #000000; /* Text color (adjust as needed) */
    border: 1px solid #616161; /* Border color (adjust as needed) */
    padding: 10px; /* Padding for better appearance */
    border-radius: 4px; /* Optional: Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition when focused */
}

/* Focused background color when the select element is clicked or in focus */
select.wpforms-payment-price:focus {
    background-color: #FDAAAA; /* Focused background color */
    border-color: #F00; /* Optional: Change border color when focused */
    outline: none; /* Remove the default browser outline */
}

/* Optionally, you can target hover effects as well */
select.wpforms-payment-price:hover {
    background-color: #F0F0F0; /* Slight hover effect */
}

.margin-important {
    width: auto !important;
    max-width: 100% !important;
    margin-right: 20px !important;
    box-sizing: border-box !important; /* Ensures margins and padding are calculated correctly */
}

@media (min-width: 1025px) {
    .margin-important {
        margin-right: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .margin-important {
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .margin-important {
        margin-right: 5px !important;
    }
}


/* Custom Scrollbar for WebKit browsers */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color for the scrollbar track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E61C2B; /* Scrollbar handle color */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C21824; /* Darker red for hover effect */
}

/* Firefox scrollbar customization */
scrollbar-color: #E61C2B #f1f1f1;
scrollbar-width: thin;/* End custom CSS */