.elementor-kit-8{--e-global-color-primary:#1B8346;--e-global-color-secondary:#04181C;--e-global-color-text:#4E5E5F;--e-global-color-accent:#1B8346;--e-global-color-1728545:#12592F;--e-global-color-7ba93d4:#DBE6E0;--e-global-color-5372efe:#F6F6F6;--e-global-color-6da3c51:#FFFFFF;--e-global-color-77255e7:#FFFFFFB2;--e-global-color-12b84b8:#EAB73A;--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-ad9719e-font-size:clamp(28px, calc(28px + (100vw - 390px) * 0.02353), 64px);background-color:var( --e-global-color-6da3c51 );color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:clamp(   14px,   calc(14px + (100vw - 390px) * 0.00261),   18px );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:clamp(   16px,   calc(16px + (100vw - 390px) * 0.00392),   22px );font-weight:600;text-transform:capitalize;text-decoration:none;color:var( --e-global-color-6da3c51 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:100px 100px 100px 100px;padding:16px 32px 16px 32px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#12592F00;color:var( --e-global-color-primary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-8 a:hover{color:var( --e-global-color-1728545 );}.elementor-kit-8 h1{color:var( --e-global-color-secondary );font-size:clamp(   30px,   calc(30px + (100vw - 390px) * 0.02745),   72px );font-weight:500;line-height:1.2;}.elementor-kit-8 h2{font-size:clamp(   28px,   calc(28px + (100vw - 390px) * 0.02353),   64px );font-weight:500;text-transform:capitalize;line-height:1.2;}.elementor-kit-8 h3{color:var( --e-global-color-secondary );font-family:"Roboto Slab", Sans-serif;font-size:clamp(   22px,   calc(22px + (100vw - 390px) * 0.01176),   40px );font-weight:600;}.elementor-kit-8 h4{color:var( --e-global-color-secondary );font-family:"Roboto Slab", Sans-serif;font-size:clamp(   18px,   calc(18px + (100vw - 390px) * 0.00654),   28px );font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1520px;}.e-con{--container-max-width:1520px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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:1600px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}}@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-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{padding:11px 32px 12px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

p {
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1 strong, h2 strong {
    font-weight: 600;
}

.gform-theme--framework .gform_confirmation_message {
    text-align: center;
}

@media (max-width: 1024px) {
    .elementor-location-header {
        position: sticky;
        top: 0;
        z-index: 9999;
        transition: all 0.3s ease;
    }
    
    .admin-bar .elementor-location-header {
        top: 32px;
    }
    
    .toggle-buttons-container {
        position: relative;
        width: 30px;
        height: 100%;
        margin-left; auto;
        
        .toggle-menu-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
            
            .elementor-icon-wrapper {
                display: flex;
            }
        }
        
        .toggle-menu-btn--open {
            opacity: 1;
            visibility: visible;
        }
        
        .toggle-menu-btn--close {
            opacity: 0;
            visibility: hidden;
        }
        
        .toggle-menu-btn.show {
            opacity: 1;
            visibility: visible;
        }
        
        .toggle-menu-btn.hidden {
            opacity: 0;
            visibility: hidden;
        }
        
    }
    
    .dropdown-header-menu {
        position: fixed;
        top: var(--header-height, 78px);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        transform: translateX(101%);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease !important;
    }

    .dropdown-header-menu__container {
        opacity: 0;
        transform: scale(0.95);
        transition: all 1s ease 0.2s;
    }
    
    .dropdown-header-menu.is-active {
        transform: translateX(0);
        opacity: 1;
    }
    
    .dropdown-header-menu.is-active .dropdown-header-menu__container {
        transform: scale(1);
        opacity: 1;
    }
    
    .admin-bar .dropdown-header-menu {
        top: calc(var(--header-height, 78px) + 32px);
    }
}

@media (max-width: 767px) {
      .admin-bar .dropdown-header-menu {
        top: calc(var(--header-height, 78px) + 46px);
    }  
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://lawnman.kinsta.cloud/wp-content/uploads/2026/01/RobotoSlab-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://lawnman.kinsta.cloud/wp-content/uploads/2026/01/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://lawnman.kinsta.cloud/wp-content/uploads/2026/01/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://lawnman.kinsta.cloud/wp-content/uploads/2026/01/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lawnman.kinsta.cloud/wp-content/uploads/2026/01/Poppins-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */