/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ===================== Prestige Estate Staffing — home-2 fixes ===================== */

/* Hide breadcrumb area on home-2 page */
.page-id-1242 .breadcrumb-area {
    display: none;
}

/* Hero overlay: Figma 3-stop gradient (dark → light → dark, vertical) */
.page-id-1242 .elementor-element-hero0001 > .elementor-background-overlay {
    background: linear-gradient(180deg, rgba(32,32,32,0.85) 0%, rgba(32,32,32,0.3) 51.04%, rgba(32,32,32,0.75) 100%) !important;
    opacity: 1 !important;
}

/* Button background colours — Elementor kit CSS sets global defaults but
   per-element overrides from the page CSS can be missing background-color */
.page-id-1242 .elementor-element-aboutbn1 .elementor-button,
.page-id-1242 .elementor-element-ctabn0001 .elementor-button {
    background-color: #102239 !important;
    color: #fbfbfb !important;
}
.page-id-1242 .elementor-element-aboutbn1 .elementor-button:hover,
.page-id-1242 .elementor-element-ctabn0001 .elementor-button:hover {
    background-color: #c3a060 !important;
    color: #fbfbfb !important;
}


/* Header alignment fix: make nav columns equal width so logo centers */
.elementor-element.elementor-element-hdr-col01,
.elementor-element.elementor-element-hdr-col03 {
    --flex-grow: 1 !important;
    --flex-basis: 0 !important;
    flex-grow: 1 !important;
    flex-basis: 0 !important;
}