/* Body Background Light */
body {
    background-color: #ffffff !important;
    color: #0e3f86 !important;
}

/* Sections Background */
section,
.elementor-section {
    background-color: #f5f8fc !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #0e3f86 !important;
}

/* Paragraph Text */
p {
    color: #2347a1 !important;
}

/* Navigation Bar */
header,
.elementor-location-header {
    background-color: #ffffff !important;
}

/* Buttons */
button,
.elementor-button {
    background-color: #2f60bb !important;
    color: #ffffff !important;
    border: none !important;
}

/* Buttons Hover */
button:hover,
.elementor-button:hover {
    background-color: #182f89 !important;
}

/* Dark overlays remove */
[class*="overlay"],
[class*="dark"] {
    background: transparent !important;
}