/*
Theme Name: WebSevak Theme
Theme URI: https://websevak.in
Author: Your Name
Author URI: https://websevak.in
Description: Custom theme for WebSevak.in
Version: 1.0
Text Domain: websevak
*/

/* Logo Styling */
.custom-logo {
    max-height: 60px;
    width: auto;
}

@media (max-width: 768px) {
    .custom-logo {
        max-height: 45px;
    }
}

