/* Custom CSS for Hari Om Agro Industries */

/* Resize Header Logo */
.rs-header-logo img {
    max-height: 70px; /* Fits within the 90px header height */
    max-width: 180px; /* Prevents logo from being too wide */
    width: auto;      /* Maintains aspect ratio */
}
