/* Custom CSS to change the About Us section background to white */
#about-us {
    background: #ffffff !important;
    background-image: none !important;
}

#about-us .elementor-background-overlay {
    background: transparent !important;
}

/* Ensure text remains readable on white background */
#about-us .elementor-widget-container,
#about-us h2,
#about-us p {
    color: #333333 !important;
}

/* Reduce logo image size */
img[src*="Renoda Logo w Tel.png"] {
    width: 150px !important;
    height: auto !important;
    max-width: 100% !important;
}
