/* Add custom CSS styles below */ 
.ad-close {
    display: none !important;  /* يخفي الزر نهائيًا */
    pointer-events: none !important; /* يمنع أي تفاعل */
}

button.s-button-btn.s-button-primary {
    background-color: rgb(141, 103, 94) !important;
    border-color: rgb(141, 103, 94) !important;
}

.flex-col .menu-list h3 , 
.flex-col .s-contacts-title {
  color: #9F7F73;
}

.navbar-brand img {
  mix-blend-mode: multiply;
}

.items-center img {
  mix-blend-mode: multiply;
}