.elementor-kit-7{--e-global-color-primary:#FF6709;--e-global-color-secondary:#111928;--e-global-color-text:#375281;--e-global-color-accent:#FF6709;--e-global-color-1d75a34:#FFFFFF;--e-global-color-4cb2587:#F3F4F6;--e-global-color-0c00213:#F7F7FA;--e-global-color-37f8e2e:#F7E5DB;--e-global-color-4b4a6f9:#21005D;--e-global-color-240ad8a:#6750A4;--e-global-color-2df5ccf:#F4F0FA;--e-global-color-729a0c5:#1F2A37;--e-global-color-84f905f:#212121;--e-global-color-8cf38dc:#458AFF;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Verdana";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:600;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-7 h2{line-height:1.2em;}.elementor-kit-7 h3{line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul, ol, li {
    margin-bottom: 1em;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}


/* Custom CSS for Tooltip with White Background and 10px Font */
.tooltip-icon {
    position: relative;
}

.tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Position the tooltip above the icon */
    left: 50%;
    transform: translateX(-50%);
    
    /* Styling for the tooltip box */
    background-color: #fff; /* White background */
    color: #333; /* Dark text for contrast */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px; /* 10px font size */
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: subtle shadow */
    
    /* Transition for a smooth effect */
    transition: opacity 0.3s ease-in-out;
}

/* Optional: Add a small arrow to the tooltip */
.tooltip-icon:hover::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(5px); /* Adjust the vertical position */
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; /* White arrow to match background */
    z-index: 1000;
}/* End custom CSS */