/*
Theme Name: HashOne Child
Theme URI: https://example.com/hashone-child/
Description: Child theme for the HashOne theme.
Author: Tvůj Respekt Gym
Author URI: https://respektgym.cz
Template: hashone
Version: 1.0.0
*/

/* HLAVIČKA – TRANSPARENTNÍ A STICKY */
.hs-site-header {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 9999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.hs-site-header.sticky {
  background-color: rgba(43, 43, 43, 0.85);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* POSUN OBSAHU POD FIXNÍ HLAVIČKU (KROMĚ SLIDERU) */
main,
.site-content {
  margin-top: 90px;
}

/* SLIDER BEZ POSUNU – zůstane pod hlavičkou */
.header-slider-wrapper {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}

/* ÚPRAVY PRO ADMIN BAR */
body.admin-bar .hs-site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .hs-site-header {
    top: 46px;
  }
}

/* SLIDER: OKRAJE A VZHLED */
#hs-home-slider-section {
  border: 10px solid transparent;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 50px;
}

/* Posune slider nahoru pod hlavičku */
.header-slider-wrapper {
  margin-top: 0 !important;
}

/* Obsah stránky se nesmí zalézt pod hlavičku */
body.home .site-content,
body.home main,
body.home .elementor-section-wrap {
  margin-top: 0 !important;
}

/* Mobilní menu a logo správně zobrazené */
.hs-main-navigation .hs-menu,
.hs-site-header .logo {
  z-index: 99999;
  position: relative;
}