/* Add custom CSS styles below */ 
.image-logo {

    display: none;
}

.sicon-menu:before {
    content: "\ed7f";
    color: var(--color-primary);
}

.title-sub_title p:nth-child(1):after {
    content:'لكــــــل زاوية في حياتك';
    color:#D4B584;
    
}

.item-text h1:before {
   content:'تصاميم استثنائية';
    color:#D4B584;  
}


.GR_departments .category {
   
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}
@media (max-width: 768px) {
.top-navbar {

    display: none;
}
.faq-section .image {
    max-height: 440px;
}
 footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  } 

  .landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 16px !important;

}