/* Header Logo Size Fix */

/* Top header logo - make it bigger */
.header-top-section .top-logo img {
    width: 160px !important;
    height: auto !important;
}

/* Main header logo - make it bigger */
.header-1 .header-logo img {
    width: 160px !important;
    height: auto !important;
}

/* Responsive adjustments for larger logo */
@media (max-width: 1199px) {
    .header-top-section .top-logo img {
        width: 140px !important;
    }
    
    .header-1 .header-logo img {
        width: 140px !important;
    }
}

@media (max-width: 991px) {
    .header-top-section .top-logo img {
        width: 130px !important;
    }
    
    .header-1 .header-logo img {
        width: 130px !important;
    }
}

@media (max-width: 768px) {
    .header-top-section .top-logo img {
        width: 120px !important;
    }
    
    .header-1 .header-logo img {
        width: 120px !important;
    }
}

@media (max-width: 576px) {
    .header-top-section .top-logo img {
        width: 110px !important;
    }
    
    .header-1 .header-logo img {
        width: 110px !important;
    }
}

@media (max-width: 480px) {
    .header-top-section .top-logo img {
        width: 100px !important;
    }
    
    .header-1 .header-logo img {
        width: 100px !important;
    }
}
