/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 180px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}
@media (max-width: 992px) {
    .main_banner .h-\[400px\] {
        height: unset;
    }
}