.elementor-kit-11{--e-global-color-primary:#1F349F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EC2D7B;--e-global-color-42b4ea8:#FBFBFB;--e-global-color-e5274f5:#1F349F8A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:20px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:22px;font-weight:600;color:var( --e-global-color-secondary );padding:20px 30px 20px 30px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-accent );font-weight:600;}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-kit-11 h1{color:var( --e-global-color-secondary );font-size:50px;font-weight:800;font-style:italic;}.elementor-kit-11 h2{color:var( --e-global-color-primary );font-size:40px;font-weight:800;font-style:italic;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-size:25px;font-weight:600;font-style:italic;}.elementor-kit-11 h4{font-size:23px;font-weight:600;font-style:italic;}.elementor-kit-11 label{font-family:"Roboto", Sans-serif;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-11 h1{font-size:35px;}.elementor-kit-11 h2{font-size:30px;}.elementor-kit-11 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style background image for the first section of each page*/
#first-section::before{
    background-image: linear-gradient(180deg, #FFFFFF99 0%, var(--e-global-color-secondary) 50%);
}

@media screen and (max-width:767px){
    #first-section {
        background-image: url(https://casco1.wpenginepowered.com/wp-content/uploads/2025/04/casco-plumbing-and-well-pump-team.webp);
        background-position: 0px -117px;
        background-size: contain;
    }
    
    #first-section::before{
        background-image: linear-gradient(180deg, #FFFFFFcc 5%, var(--e-global-color-secondary) 25%);
    }
}

@media screen and (max-width:620px){
    #first-section::before{
        background-image: linear-gradient(180deg, #FFFFFFcc 7%, var(--e-global-color-secondary) 20%);
    }
    
    #first-section{
        background-position: 0px -100px;
    }
}

@media screen and (max-width:540px){
    #first-section::before{
        background-image: linear-gradient(180deg, #FFFFFFcc 10%, var(--e-global-color-secondary) 15%);
    }
    
    #first-section{
        background-position: 0px -70px;
    }
}

@media screen and (max-width:440px){
    #first-section::before{
        background-image: linear-gradient(180deg, #FFFFFFcc 8%, var(--e-global-color-secondary) 10%);
    }
    
    #first-section{
        background-position: 0px -40px;
    }
}

@media screen and (max-width:440px){
    #first-section::before{
        background-image: linear-gradient(180deg, #FFFFFFcc 3%, var(--e-global-color-secondary) 7%);
    }
}

/* Custom bullet points */
.elementor-widget-text-editor ul {
  list-style: none;  
  margin-left: 0;           
  padding-left: 0;   
}

.elementor-widget-text-editor ul li::before {
  content: "✔";          
  color: var(--e-global-color-accent);
  margin-right: 0.5em;
  position: absolute;
  margin-left: -25px;
}

.elementor-widget-text-editor ul li{
    margin-bottom: 10px;
    padding-left: 25px;
}

/*Change color for titles of service grdds with icons */

#service-icon-grid .elementor-icon-box-title{
    color: var(--e-global-color-primary)
}

/* Icon Box titles with link have hover effect */
.elementor-icon-box-title a{
    color: var(--e-global-color-primary) !important;
    transition: color 0.1s ease-in !important;
}

.elementor-icon-box-title a:hover{
    color: var(--e-global-color-accent) !important;
}


/* Force all text elements to use Roboto */
body, 
body * {
  font-family: 'Roboto', sans-serif !important;
}/* End custom CSS */