
/* V39 - Hizmet alt kategori sayfaları kapak görselli kart düzeni */
body[data-page-type="service-category"] .cg-v39-service-cover-grid{
  align-items:stretch!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-card{
  overflow:hidden!important;
  padding:0!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  text-decoration:none!important;
  color:#fff!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(254,237,1,.42)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.28)!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover{
  width:100%!important;
  aspect-ratio:16/9!important;
  margin:0!important;
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(254,237,1,.16),rgba(0,0,0,.44))!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.24) 100%)!important;
  pointer-events:none!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transform:scale(1.01)!important;
  transition:transform .35s ease,filter .35s ease!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-card:hover .cg-v39-service-cover img{
  transform:scale(1.06)!important;
  filter:saturate(1.05) contrast(1.04)!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover.is-empty{
  display:none!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-body{
  padding:26px 26px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-body h3{
  margin:0 0 14px!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-body p{
  margin:0!important;
  flex:1!important;
}

body[data-page-type="service-category"] .cg-v39-service-cover-body span{
  margin-top:18px!important;
}

html.light body[data-page-type="service-category"] .cg-v39-service-cover-card{
  color:#111!important;
  background:#fff!important;
  border-color:rgba(17,24,39,.12)!important;
  box-shadow:0 18px 42px rgba(17,24,39,.06)!important;
}

html.light body[data-page-type="service-category"] .cg-v39-service-cover{
  background:#f3f0e5!important;
  border-bottom-color:rgba(17,24,39,.08)!important;
}

html.light body[data-page-type="service-category"] .cg-v39-service-cover-card h3{
  color:#111!important;
}

html.light body[data-page-type="service-category"] .cg-v39-service-cover-card p{
  color:rgba(17,17,17,.72)!important;
}

@media (max-width:767px){
  body[data-page-type="service-category"] .cg-v39-service-cover-body{
    padding:22px 20px 24px!important;
  }
}
