/* Resize Logo to look elegant and fit perfectly */
.elementor-widget-theme-site-logo img,
.elementor-widget-image img[src*="logo"],
.site-logo img,
header img[class*="logo"] {
    max-height: 55px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: max-height 0.3s ease;
}

/* Deep Dark Mode Overrides */
html, 
body,
#page,
.site,
.elementor-kit-8 {
    background-color: #030303 !important;
    color: #e0e0e0 !important;
}

/* Ensure background of containers is fully dark */
.elementor-section, 
.elementor-container,
.elementor-column,
header, 
footer {
    --background-color: #030303;
}

/* Enhancing high contrast on dark elements */
p, span, h1, h2, h3, h4, h5, h6 {
    color: #f1f1f1 !important;
}

a {
    color: #e31b23 !important; /* Keep Accent Red */
}
a:hover {
    color: #ffffff !important;
}
