/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*
    pricing table
*/
.lqd-pt-style-11 .lqd-pt-body .al-pricing li {
    margin-bottom: .25em;
    margin-top: 0em;
}
a.darklink {
    color: #2c2c21;
}
@media screen and (min-width: 1200px) {
    .is-stuck .lqd-head-col>.header-module>p span {
        color: #1f2a58 !important;
    }
}
.main-nav .children, .nav-item-children {
    top: 70%;
}
span.submenu-expander.pos-abs {
    color: #fff;
}

/* Dark link */
.dark-link a {
    color: #2c2c21;
}
.dark-link a:hover {
    color: #d25300;
}
/* Hero Section - Left to Right Gradient */
#almooryaat-hero {
  position: relative;
}

#almooryaat-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    /* Top gradient for header */
    linear-gradient(180deg, 
      rgba(20, 20, 15, 0.7) 0%, 
      rgba(20, 20, 15, 0.4) 15%,
      transparent 30%
    ),
    /* Left gradient for content - Cinematic style */
    linear-gradient(90deg, 
      rgba(20, 20, 15, 0.92) 0%, 
      rgba(35, 35, 28, 0.8) 20%,
      rgba(50, 50, 40, 0.55) 45%,
      rgba(60, 60, 48, 0.25) 70%,
      rgba(60, 60, 48, 0) 100%
    );
  z-index: 1;
  pointer-events: none;
}

/* Ensure content stays above gradient */
#almooryaat-hero .ld-container {
  position: relative;
  z-index: 2;
}