.elementor-kit-6{--e-global-color-primary:#EA3A00;--e-global-color-secondary:#000000;--e-global-color-text:#676967;--e-global-color-accent:#000000;--e-global-color-f29bca3:#EA3A00;--e-global-color-af6c358:#EA3A00;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Set body text color */
body {
    color: #4A4A4A; /* Dark Gray */
    background-color: #F5F5F5; /* Light Gray */
}

/* Set link colors */
a {
    color: #D52B1E; /* Verizon Red */
}

a:hover, a:focus {
    color: #A62317; /* Darker Red for hover */
}

/* Button styling */
button, input[type="submit"], .elementor-button {
    background-color: #D52B1E; /* Verizon Red */
    color: #FFFFFF; /* White Text */
    border: none;
}

button:hover, input[type="submit"]:hover, .elementor-button:hover {
    background-color: #A62317; /* Darker Red */
    color: #FFFFFF;
}

/* Header and footer background */
header, footer {
    background-color: #000000; /* Black */
    color: #FFFFFF; /* White Text */
}

/* H1-H6 heading colors */
h1, h2, h3, h4, h5, h6 {
    color: #000000; /* Black */
}/* End custom CSS */