.elementor-kit-6{--e-global-color-primary:#201211;--e-global-color-secondary:#B48853;--e-global-color-text:#000000;--e-global-color-accent:#640C0C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 img{border-style:none;border-radius:0px 0px 0px 0px;opacity:1;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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:12px){.elementor-kit-6{background-image:url("https://mlabexcx6kyy.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.ofstalwart.com/wp-content/uploads/2024/10/website-cover-temp-copy-1.png");background-position:-91px -298px;background-size:300px auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.menu-item a:hover {
    color: #B48853 !important;
}
/* Fixed background color for the sub-menu container */
.sub-menu {
    background-color: #201211 !important; /* Dark elegant background fixed */
    padding: 10px 0; /* Adds space around the sub-menu */
    border-radius: 8px; /* Soft rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow for depth */
}

/* Style for individual sub-menu items */
.sub-menu li a {
    color: #f5f5f5 !important; /* Initial white text color */
    font-size: 16px; /* Elegant font size */
    padding: 10px 20px; /* Adds space around the text */
    font-weight: 600; /* Bolder text for readability */
    display: block; /* Ensures the entire area is clickable */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Subtle bottom border */
    transition: color 0.3s ease, background-color 0.3s ease; /* Smooth hover effects */
}

/* Hover effect for sub-menu items */
.sub-menu li a:hover {
    color: #B48853 !important; /* Gold-like color on hover */
    background-color: #2e1b16; /* Slightly lighter background on hover */
}

/* Removes border from the last sub-menu item */
.sub-menu li:last-child a {
    border-bottom: none;
}/* End custom CSS */