.elementor-15765 .elementor-element.elementor-element-9a3ab42{--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;--padding-top:30px;--padding-bottom:20px;--padding-left:100px;--padding-right:100px;}.elementor-15765 .elementor-element.elementor-element-9a3ab42:not(.elementor-motion-effects-element-type-background), .elementor-15765 .elementor-element.elementor-element-9a3ab42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#292929;}.elementor-15765 .elementor-element.elementor-element-b46028e{--display:flex;--gap:5px 0px;--row-gap:5px;--column-gap:0px;}.elementor-15765 .elementor-element.elementor-element-535526f{text-align:center;}.elementor-15765 .elementor-element.elementor-element-535526f .elementor-heading-title{font-family:"Lynkco Type", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-15765 .elementor-element.elementor-element-217b5b8{text-align:center;font-family:"Lynkco Type", Sans-serif;font-size:18px;font-weight:400;line-height:25px;color:#FFFFFF;}.elementor-15765 .elementor-element.elementor-element-f1549f8{--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;--padding-top:50px;--padding-bottom:20px;--padding-left:50px;--padding-right:50px;}.elementor-15765 .elementor-element.elementor-element-493ad35{--display:flex;}#elementor-popup-modal-15765 .dialog-widget-content{animation-duration:0.5s;background-color:#3B3B3B;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-15765{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-15765 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-15765 .dialog-close-button{display:flex;font-size:30px;}#elementor-popup-modal-15765 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-15765 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-15765 .elementor-element.elementor-element-535526f{text-align:left;}.elementor-15765 .elementor-element.elementor-element-535526f .elementor-heading-title{font-size:25px;line-height:30px;}.elementor-15765 .elementor-element.elementor-element-217b5b8{text-align:left;font-size:18px;line-height:25px;}}/* Start custom CSS for container, class: .elementor-element-f1549f8 */.lynk-form-broc a {
    color: #00EFC0;
    text-decoration: underline !important;
}

.lynk-form-broc .wpforms-field-label {
    font-weight: 400 !important;
}

.lynk-form-broc .wpforms-container {
    margin-top: -20px !important;
}

.lynk-form-broc .wpforms-field {
    margin-bottom: -5px !important;
}

.lynk-form-broc .iti__dropdown-content li span {
    color: #000000 !important;
}

.lynk-form-broc .wpforms-submit {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: center !important; /* Centers the text */
    display: block !important; /* Makes the button a block-level element */
    margin: 0 auto !important; /* Centers the button horizontally */
    margin-top: 30px !important;
        position: relative; /* Required for positioning the pseudo-element */
    padding-left: 50px !important; /* Adjust padding to make space for the SVG */
}

.lynk-form-broc .wpforms-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px; /* Adjust distance from the text */
    transform: translateY(-50%);
    width: 20px; /* Adjust size of SVG */
    height: 20px; /* Adjust size of SVG */
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 19V32M18.5 32L14.375 27.6667M18.5 32L22.625 27.6667M8.6 29.8333C4.95493 29.8333 2 26.7846 2 23.0239C2 19.9249 4.00636 17.3094 6.75196 16.4849C6.86864 16.4498 6.95 16.3396 6.95 16.2143C6.95 10.5731 11.3824 6 16.85 6C22.3176 6 26.75 10.5731 26.75 16.2143C26.75 16.3224 26.8483 16.4026 26.9506 16.379C27.417 16.2711 27.9021 16.2143 28.4 16.2143C32.045 16.2143 35 19.263 35 23.0239C35 26.7846 32.045 29.8333 28.4 29.8333' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Styling for the unchecked state (empty box) */
.lynk-form-broc .wpforms-field input[type="checkbox"]::before {
    content: '';
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    width: 15px; /* Adjust size of box */
    height: 15px; /* Adjust size of box */
    border: 1px solid white; /* White border for unchecked state */
    transform: translate(-50%, -50%); /* Center the box */
}

/* Styling for the checked state (filled box) */
.lynk-form-broc .wpforms-field input[type="checkbox"]:checked::before {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    width: 15px; /* Adjust size of box */
    height: 15px; /* Adjust size of box */
    border: none; /* Remove border in checked state */
    transform: translate(-50%, -50%); /* Center the box */
}

/* Change background color and text color */
.lynk-form-broc .wpforms-confirmation-container-full {
    background-color: transparent !important;
    border: 1px solid #00EFC0 !important;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
}

.lynk-form-broc .wpforms-confirmation-container-full p {
    color: #FFFFFF !important; /* Dark green text */
}/* End custom CSS */
/* Start custom CSS */.e-font-icon-svg.e-eicon-close.eicon-close {
    -webkit-mask-image: url('https://lynkco.ph/wp-content/uploads/2025/02/white-close-1.svg');
    mask-image: url('https://lynkco.ph/wp-content/uploads/2025/02/white-close-1.svg');           
    
    mask-repeat: no-repeat;
    mask-size: contain; 
    
    -webkit-mask-position: center;
    mask-position: center;
    content: '';
    
    -webkit-mask-origin: content-box;
    mask-origin: content-box;
    background-origin: content-box;
}

.e-font-icon-svg.e-eicon-close.eicon-close svg {
    display: none;
}/* End custom CSS */