

/* الهيدر الشفاف */
.bg-white.sticky{
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  border:none!important;
  backdrop-filter:none!important;
}

.default_header{
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
}

.default_header_container{
  background:transparent!important;
  background-color:transparent!important;
}

.default_header .bg-white,
.default_header_container.bg-white,
.default_header_logo,
.default_header nav{
  background:transparent!important;
  background-color:transparent!important;
}

.default_header button{
  background:transparent!important;
}

/* هيرو Deutsch Go — ديسكتوب فقط */
@media (min-width:769px){

  .deutschgo-hero{
    transform:none!important;
    margin-top:-20vh!important;
    margin-bottom:0!important;
  }

  .deutschgo-hero__sticky{
    top:0!important;
    height:100vh!important;
    min-height:100vh!important;
  }

  .deutschgo-hero__frame{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

}

