.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ceeaa25:#191E25;--e-global-color-0b2b76d:#FF5714;--e-global-color-bae9676:#FFFFFF;--e-global-color-ed65f19:#D54912;--e-global-color-965acda:#111111;--e-global-color-c74a7da:#222222;--e-global-color-5344297:#00000000;--e-global-color-d21f684:#000000;--e-global-color-aa86d00:#F3861B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ff76778-font-size:40px;--e-global-typography-ff76778-font-weight:600;--e-global-typography-ff76778-text-transform:uppercase;--e-global-typography-c1fc552-font-size:22px;--e-global-typography-c1fc552-font-weight:600;--e-global-typography-c1fc552-text-transform:uppercase;--e-global-typography-c3ad555-font-size:24px;--e-global-typography-c3ad555-font-weight:600;--e-global-typography-eb9b4bc-font-size:50px;--e-global-typography-eb9b4bc-font-weight:600;--e-global-typography-eb9b4bc-text-transform:uppercase;--e-global-typography-f365716-font-size:18px;--e-global-typography-f365716-font-weight:600;font-family:"Spline Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.75em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-0b2b76d );font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:0.7px;color:var( --e-global-color-bae9676 );border-radius:50em 50em 50em 50em;padding:17px 25px 17px 25px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-ed65f19 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-size:15px;font-weight:400;line-height:1.75em;color:var( --e-global-color-d21f684 );border-radius:10px 10px 10px 10px;padding:10px 15px 10px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-6{--e-global-typography-ff76778-font-size:36px;--e-global-typography-eb9b4bc-font-size:36px;--e-global-typography-f365716-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-ff76778-font-size:27px;--e-global-typography-c3ad555-font-size:18px;--e-global-typography-eb9b4bc-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    -webkit-font-smoothing: antialiased;
}
/* change strong to bold */
strong{
    font-weight: bold;
}
.custom-list ul {
  list-style-type: none;
  padding-left: 0; /* Remove default padding */
}

/* change bolts to arrows */
.custom-list li {
  background-image: url('/wp-content/uploads/2025/06/check-mark.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px; /* Adjust based on image width */
  line-height: 20px; /* Adjust for vertical alignment */
  margin-bottom: 15px;
  
}

/* add seprator to icon box */
@media(min-width:768px){
.icon::after {
    display: block;
    content: ' ';
    width: 60px;
    height: 2px;
    position: absolute;
    right: -40px;
    top: 30%;
    background-color: #272727;
}
}
@media(min-width:1025px){
    .icon-hide::after {
    display: block;
    content: ' ';
    width: 60px;
    height: 2px;
    position: absolute;
    right: -40px;
    top: 30%;
    background-color: #272727;
}
}

/* tablepress style */
.tablepress th{
    background-color: #111 !important;
    color: #fff !important;
}

.tablepress tr, .tablepress td{
    background-color: transparent !important;
    color: #fff !important;
    border-bottom: 1px solid #666666 !important;
}

/* hide review badge on review page */
.elementor-page-149 .review-badge {
    display: none !important;
}

/* hide recaptcha badge 
.grecaptcha-badge {
  display: none !important;
}*/

/* remove overscroll */
body {
    overscroll-behavior: none;
}

.elementor-field-type-recaptcha_v3 {
    opacity: 0 !important
}/* End custom CSS */