/* 
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 */

/* === Priveya Homepage Overrides === */

/* 1. NAV: Hide "My Account" text label — keep SVG icon and link functional */
.elementor-element-8ce0621 .elementor-button-text,
.elementor-element-d96989c .elementor-button-text,
.elementor-element-ec565c7 .elementor-button-text {
    display: none !important;
}

/* 2. HERO: Remove the three bullet points */
.elementor-element-e8b48b7 {
    display: none !important;
}

/* 3. HERO: Move subtext to sit directly below h1, above the Get Started button.
   The hero container is a flex column; default order is 0 for all children.
   DOM order is: small-header(0) → h1(0) → bullets(0,hidden) → button(0) → subtext(0)
   Setting subtext to order:1 and button to order:2 yields the desired sequence. */
.elementor-element-b3d007e {
    order: 1;
}
.elementor-element-4fa89b0 {
    order: 2;
}
