/* Selection colors for a clean and readable experience on both dark and light sections */
::selection {
    background-color: #467FF7; /* Brand Accent Blue */
    color: #FFFFFF;
}

::-moz-selection {
    background-color: #467FF7;
    color: #FFFFFF;
}

/* Ensure selected text inside elements with white background stands out beautifully */
.elementor-bg-white ::selection,
.elementor-inner-section ::selection {
    background-color: #1C244B; /* Brand Dark Blue */
    color: #FFFFFF;
}
