/* Custom styles for hero image - rounded corners only */
.hero-image {
    border: none !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    outline: none !important;
}

/* Also target any potential theme styling */
.hero-body img,
.hero-body .hero-image {
    border: none !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    outline: none !important;
} 