/*
Theme Name: Translo child
Theme URI: https://wp.uxlanding.com/translo/
Author: Favdevs
Author URI: https://themeforest.net/user/favdevs
Template: translo
Description: Translo - Transport and Logistics WordPress Theme
Version: 1.0.0
Text Domain: translo-child
*/

/*
    Add your custom styles here
*/


/*.page-header__bg::before {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 18, 19, 0.00) -16.25%, #121213 100%);
  z-index: 1;
  pointer-events: none;
  display: block;
	content: "";
/*} */


.page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 18, 19, 0.00) 0%, #121213 100%);
  z-index: 1;
  pointer-events: none;
}

.page-header__inner {
  position: relative;
  z-index: 2;
  color: #fff; /* Optional: text white ho gradient ke upar clearly dikhne ke liye */
}




