/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: A child theme for Hello Elementor
Author: Ahmad
Author URI: https://exploreahmad.com
Template: hello-elementor
Version: 1.0.0
*/

/********** Template CSS **********/

/** 
 * Custom Sticky Header + Scroll Effect
 * */

/* Initial state: transparent background */
.custom-sticky-header {
  transition: background-color 0.3s ease;
  background-color: transparent;
}

/* When scrolled: apply semi-transparent purple */
.custom-sticky-header.scrolled {
  background-color: rgba(105, 48, 195, 0.25) !important; /* #6930C3A3 */
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

body[data-elementor-device-mode=mobile] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper, body[data-elementor-device-mode=mobile_extra] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper, body[data-elementor-device-mode=tablet] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper
{
	min-height: 100vh !important;
}

