/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://straforduvar.webajansiniz.com.tr
 Description:  Hello Elementor Child Theme - Strafor Duvar Panelleri
 Author:       Web Ajansınız
 Author URI:   https://webajansiniz.com.tr
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ============================================================
   SITE TITLE (BAŞLIK) GİZLE
   Sadece "Strafor Duvar Panelleri" site adı alanını gizler.
   Menüler ve navigasyon görünür kalır!
   ============================================================ */
.site-header .site-branding,
.site-header .site-title,
.site-header .site-description {
    display: none !important;
}

/* Header görünür kalır ama boş görünüyorsa padding/margin kaldır */
header.site-header:not(:has(.site-navigation)) {
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ============================================================
   FOOTER TELİF HAKKI GİZLE
   "Tüm hakları saklıdır" metnini gizler
   ============================================================ */
.site-footer,
footer.site-footer,
#site-footer {
    display: none !important;
}