/* Kapinda Hizmet v3.2.17 - mobile hero visual removal
   Mobile only: hide the right-side expert/media card and keep the copy/search hero compact. */
@media (max-width:600px){
  .kh-home-hero-v3212 .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{
    display:none!important;
  }

  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"copy"!important;
    gap:0!important;
  }

  .kh-home-hero-v3212 .kh-home-hero-copy{
    grid-area:copy!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
}
