.elementor-kit-14{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#004133;--e-global-color-text:#000000;--e-global-color-accent:#F26924;--e-global-color-5be1143:#FFF45F;--e-global-color-4ec97d2:#FDF3CB;--e-global-color-3373544:#B54D19;--e-global-color-7817ba0:#F79241;--e-global-color-1f53b27:#005833;--e-global-color-583e743:#006539;--e-global-color-9ce3818:#A39802;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;color:var( --e-global-color-text );font-family:"Noto Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.5em;}.elementor-kit-14 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-14 a{color:var( --e-global-color-accent );font-family:"Noto Sans", Sans-serif;font-size:18px;font-weight:600;line-height:1.5em;}.elementor-kit-14 a:hover{color:var( --e-global-color-7817ba0 );}.elementor-kit-14 h1{color:var( --e-global-color-primary );font-family:"FTY Strategycide Remedian", Sans-serif;font-size:60px;text-transform:uppercase;line-height:1em;letter-spacing:-0.02em;}.elementor-kit-14 h2{color:var( --e-global-color-secondary );font-family:"FTY Strategycide Remedian", Sans-serif;font-size:52px;text-transform:uppercase;line-height:1em;letter-spacing:-0.02em;}.elementor-kit-14 h3{color:var( --e-global-color-text );font-family:"Noto Sans", Sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;line-height:1em;letter-spacing:-0.02em;}.elementor-kit-14 h4{font-family:"Noto Sans", Sans-serif;font-weight:600;}.elementor-kit-14 h5{font-family:"Noto Sans", Sans-serif;}.elementor-kit-14 h6{font-family:"Noto Sans", Sans-serif;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{border-style:none;border-radius:12px 12px 12px 12px;}.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:1200px){.elementor-kit-14{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;font-size:16px;}.elementor-kit-14 a{font-size:16px;}.elementor-kit-14 h1{font-size:42px;}.elementor-kit-14 h2{font-size:36px;}.elementor-kit-14 h3{font-size:20px;}}@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 *//* Section Checkboxes */

.special-section .elementor-widget-text-editor ul, .regular-section .elementor-widget-text-editor ul,.hero-section .elementor-widget-text-editor ul, .lightblue-section .elementor-widget-text-editor ul{
  list-style: none;
  padding-inline-start: 1.1em;
  margin-bottom: 10px;
}

.special-section .elementor-widget-text-editor ul li, .regular-section .elementor-widget-text-editor ul li, .hero-section .elementor-widget-text-editor ul li, .lightblue-section .elementor-widget-text-editor ul li {
    position: relative;
}

.special-section .elementor-widget-text-editor ul li:before, .regular-section .elementor-widget-text-editor ul li:before, .hero-section .elementor-widget-text-editor ul li:before , .lightblue-section .elementor-widget-text-editor ul li:before{
 content: '\2713'; 
 font-weight: bold;
 position: absolute;
 left: -1.1em;
}

.special-section .elementor-widget-text-editor ul li:before, .hero-section .elementor-widget-text-editor ul li:before {
    color: var(--e-global-color-accent);
}

/* Service Buttons */

.service-btn .elementor-button {
    transition: 0.2s ease-in-out !important;
    min-height: 75px;
}

.service-btn .elementor-button-wrapper {
  height: 100%;
}

.service-btn .elementor-button-wrapper .elementor-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-btn .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
    flex: 1 !important;
    justify-content: space-between;
}

.service-btn .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper .elementor-button-text {
    flex-grow: 1;
    text-align: left;
}

/* Double Border in images */

.double-border-image img {
  border-radius:  160px 20px 160px 20px ; /* top-left and bottom-right corners */
  background-color: #004133; /* Green inner */
  padding: 10px;
  box-sizing: border-box;
  border: 6px solid #F26924; /* Orange outer */
}


/* MEDIA QUERIES */

@media (max-width: 1024px) {
    .double-border-image img {
  border-radius:  100px 12px 100px 12px ; 
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FTY Strategycide Remedian';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pinegroveplumbing.ca/wp-content/uploads/2025/06/FTYSTRATEGYCIDEREMEDIAN.woff2') format('woff2');
}
/* End Custom Fonts CSS */