/* Add custom CSS styles below */ 
.footer-margin span,
.footer-margin span * {
  color: #fff !important;
}

.navbar-brand img {
    max-height: 200px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}