/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
.index .banner--fixed img {
    background-color: unset;
}
.GR_Interactive_banner .s-slider-wrapper .s-slider-block__title .s-slider-block__title-right p:after {
    content: " من السكرابات الطـــــبية إلى اللابكوت والجـــــاكيت الطبي، وفرنا لك قطع عملية بتصاميم مرتبة وخامات مريحة. ";
}


.gr-main-banner .left.w-full.h-full,
.gr-main-banner .down.flex{
    display: none;
}
.gr-main-banner-0 .title-sub_title-links {
    align-items: center;
    text-align: center !important;
}
.gr-main-banner-0 p.font-light.text-text-secondary{
    text-align: center !important;
    margin: auto;
}
@media (min-width: 768px){
.gr-main-banner  .data-content{
    justify-content: flex-end;
}
section.gr-main-banner {
    height: 85vh;
}}


@media (max-width: 768px){
.main-nav-container img.max-w-\[120px\] {
    max-width: 60px;
    height: fit-content;
}
.gr-main-banner {
   .data-content {
    width: 50%;
    justify-self: flex-end;
  }
  .btn-slider.bg-secondary {
      padding: 10px;
  }
    .btn_link {
      gap: 10px;
  }
  .link p , .text-text-primary{
      font-size: 14px;
  }
}
  .faq-section  img.w-full.h-full.object-fill {
    object-fit: contain !important;
    max-height: 260px;
}
}