.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C5C5C5;--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:transparent;background-image:linear-gradient(180deg, #545454 0%, #6F6F6F 100%);}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.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);}@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 *//* Change all pink elements to grey */
* {
    --wp--preset--color-pink: #808080; /* or your chosen grey */
}

/* Manual backup if variables not work */
a,
button,
input[type="submit"],
.wp-block-button__link {
    background-color: #808080 !important;
    color: #fff !important;
}

a:hover,
button:hover {
    background-color: #666666 !important;
}
/* Remove pink borders and replace with grey */
* {
    border-color: #808080 !important; /* Light grey or your preferred grey */
}

/* Specifically fix input fields, buttons, and other form elements */
input,
textarea,
select,
button {
    border: 1px solid #808080 !important;
}

/* Fix hover and focus states */
input:focus,
textarea:focus,
select:focus,
button:hover {
    border-color: #666666 !important; /* Slightly darker grey on hover */
}/* End custom CSS */