/*
Theme Name: Didis Flower Box
Theme URI: 
Author: Didis Flower Box
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: didis-flower-box
Tags: 
*/


/* Sticky Header for site-header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -8px 27px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.site-header.hide {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Full-width hero video – scoped only to .hero-video */
.hero-video {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  display: block;
  height: 475px;       /* adjust as needed */
  object-fit: cover;   
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
