/*
Theme Name:		 Transland Child
Theme URI:       https://codexpeed.com/transland/
Author:          Modina Theme
Author URI:      https://themeforest.net/user/modinatheme/
Description:     Charity & Foundries WordPress Theme
Template:		 transland
Version:		 1.5.0
Text Domain:	 transland-child
*/


/*
    Add your custom styles here
*/
/* Top Bar Sticky */
.top-bar-wrapper.d-none.d-sm-block{
  position: sticky;
  top: 0;
  z-index: 10000;
  background:#ffffff;
}

/* Header Sticky */
.header-wrap.header-3 {
  position: sticky;
  top: 40px; /* top bar height */
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Hero section spacing */
.hero-section,
.elementor-section.elementor-top-section:first-child {
  padding-top: 170px; /* header + top bar */
}