/*
 * 3E Yazılım — düz ve kurumsal hero arka planları
 * Radial ışık, parlama, büyük dekoratif daire ve noise yoktur.
 */

/* Genel alt sayfalar */
body.site-pro .pro-hero{
  background:#07152d!important;
  background-color:#07152d!important;
  background-image:none!important;
  background-blend-mode:normal!important;
}

body.site-pro .pro-hero::before,
body.site-pro .pro-hero::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:0!important;
}

/* Google hizmet sayfaları */
body.g-site .g-hero{
  background:#07162c!important;
  background-color:#07162c!important;
  background-image:none!important;
  background-blend-mode:normal!important;
}

body.g-site .g-hero::before,
body.g-site .g-hero::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:0!important;
}

body.g-site .g-hero-noise{
  display:none!important;
  background:none!important;
  background-image:none!important;
  mask-image:none!important;
  opacity:0!important;
}

/* Restoran Yazılımı sayfası */
body.restaurant-site .r-hero{
  background:#07162c!important;
  background-color:#07162c!important;
  background-image:none!important;
  background-blend-mode:normal!important;
}

body.restaurant-site .r-hero::before,
body.restaurant-site .r-hero::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:0!important;
}

/* Eski tip açık renkli iç sayfa hero dekorasyonu */
body.page-inner .page-hero::before,
body.page-inner .page-hero::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:0!important;
}

/* 3E NO TEXT GLOW START */

/* Bütün sayfa başlıklarındaki mavi/beyaz ışık ve gölgeyi kaldır */
html body h1,
html body h2,
html body h3,
html body h4,
html body .pro-hero h1,
html body .g-hero h1,
html body .r-hero h1,
html body .page-hero h1,
html body .home-executive-title{
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
}

/* Hero içindeki metinlerin arkasında hiçbir parlama kalmasın */
html body .pro-hero *,
html body .g-hero *,
html body .r-hero *,
html body .page-hero *{
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
}

/* 3E NO TEXT GLOW END */

/* 3E DECORATIVE LABELS OFF START */
.pro-eyebrow,
.g-eyebrow,
.g-kicker,
.r-kicker,
.three-home-invoice-gif-eyebrow {
    display: none !important;
}
/* 3E DECORATIVE LABELS OFF END */
