//* Add custom CSS styles below */ 
.banners-builder-single-content-informations-button-icon-wrapper {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #414042;
    background-color: var(--color-primary);
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
    display: none;
}

.banners-builder-overlay-center {
    background: none;
}

.banner-overlay,
.banner-overlay::before,
.banner-overlay::after {
  background: transparent !important;
  opacity: 1 !important;
}

/* إخفاء زر "ابدأ الآن" في البانر */
.hero-slider-btn,
.hero-slider-btn a {
  display: none !important;
}

/* جعل خلفية الهيدر شفافة */
header,
.flex.items-stretch.justify-between.relative {
  background-color: transparent !important;
  box-shadow: none !important; /* يلغي أي ظل */
}

/* وأيضاً لو فيه نفس الخلفية في الـ container الرئيسي للهيدر */
.app-inner {
  background-color: transparent !important;
}