/* Custom Logo Size - Make header logo larger */
.logo_img img,
.logo_img img.p-2 {
    max-width: 200px !important;
    width: 200px !important;
    height: 110px !important;
    margin-top: -20px !important;
    object-fit: contain !important;
}

.heading-logo img,
.heading-logo img.home {
    max-width: 200px !important;
    width: 200px !important;
    height: 110px !important;
    margin-top: -20px !important;
    object-fit: contain !important;
}

/* Backend logo */
.large_logo img,
.header_logo_area img {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo_img img,
    .logo_img img.p-2 {
        width: 180px !important;
        max-width: 180px !important;
        height: 90px !important;
        margin-top: -15px !important;
    }
    
    .heading-logo img,
    .heading-logo img.home {
        max-width: 180px !important;
        width: 180px !important;
        height: 90px !important;
        margin-top: -15px !important;
    }
    
    .large_logo img,
    .header_logo_area img {
        max-width: 140px !important;
    }
}
