.elementor-kit-5{--e-global-color-primary:#4A90E2;--e-global-color-secondary:#343434;--e-global-color-text:#343434;--e-global-color-accent:#61CE70;--e-global-color-6e51c5c:#197497;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-146cca1-font-size:16px;--e-global-typography-146cca1-font-weight:400;--e-global-typography-146cca1-text-transform:capitalize;--e-global-typography-146cca1-font-style:normal;--e-global-typography-190eaab-font-size:16px;--e-global-typography-190eaab-font-weight:500;--e-global-typography-190eaab-letter-spacing:0.2px;--e-global-typography-190eaab-word-spacing:2px;--e-global-typography-a11f9c8-font-family:"Inter";--e-global-typography-a11f9c8-font-size:14px;--e-global-typography-a11f9c8-font-weight:600;--e-global-typography-a11f9c8-text-transform:capitalize;--e-global-typography-a11f9c8-font-style:normal;--e-global-typography-a11f9c8-text-decoration:none;color:#666666;font-family:"Open Sans", Sans-serif;font-size:14px;line-height:20px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:#79CAE3;font-family:"Lustria", Sans-serif;font-size:48px;font-weight:700;text-transform:capitalize;letter-spacing:1px;}.elementor-kit-5 h2{color:#79CAE3;font-family:"Lustria", Sans-serif;font-size:28px;font-weight:500;text-transform:capitalize;}.elementor-kit-5 h3{font-family:"Lustria", Sans-serif;font-size:20px;text-transform:capitalize;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-5 h1{font-size:38px;}.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 */h1 {
    margin-bottom: 30px !important;
}

h2 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

ul {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


/** Service Detail Page Styles  **/

#service-detail-extended ul {
  background: #ffffff;
  padding-left: 20px; /* ensures room for the custom bullet */
}

#service-detail-extended ul li {
  background: #ffffff !important;
  color: ##343434 !important; /* <-- new text color */
  margin: 5px !important;
  list-style: none !important; /* remove default bullet */
  position: relative; /* for absolute ::before */
}

#service-detail-extended ul li::before {
  content: "";
  position: absolute;
  left: -15px; /* adjust to align nicely */
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #4A90E2; /* blue square bullet */
  display: inline-block;
}


/*** Admin bar Fix ***/


#wpadminbar {
     margin-top: -50px !important;
     position: relative !important;
     top: 0px !important;
     height: 64px !important;
}/* End custom CSS */