/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772188562
Updated: 2026-02-27 10:36:02

*/

.hero-padding {
    padding: 68px 0 !important;
}

.hero-top-justify {
    margin-top: -5em !important;
}

.thin-row {
    padding: 0em !important;
}

.thick-row {
	padding: 3em 0 !important;
}

.default-section {
    padding: 2em 0em !important;
}

.standardsection {
	padding: 6em 0em !important;
}

.smallboxpadding {
    padding: 1VW 2VW 2VW 2VW !important;
}
.mediumboxpadding {
    padding: 5VW 3VW !important;
}

/* Remove all padding from a container */
.no-padding {
    padding: 0 !important;
}

.no-vertical-padding {
    padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-horizontal-padding {
    padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Remove padding from Elementor's auto-injected inner wrapper */
.no-padding > .e-con-inner {
    padding: 0 !important;
}

.textarea-global p {
    margin: 0;
}

.verticalmediummargin {
    margin: 5VW 0;
}

@media (max-width: 767px) {
  
    .smallboxpadding {
        padding: 3VW 5VW 5VW 5VW;
    }
	
	.sw-header {
		height: 48px !important;
	}
	
	.hero-padding {
		padding: 50px 0 !important;
	}
    
}

@media only screen and (max-width: 1068px) and (min-width: 735px) and (min-height: 734px) {
	
	.hero-padding {
		padding: 60px 0 !important;
	}
    
}

/*
 * 
 * Navbar 2026 Implementation
 * 
 */

.sw-header {
	height: 44px !important;
	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transition: transform 0.35s ease !important;
    z-index: 9999 !important;
}

.sw-header .elementor-icon {
	display: flex !important;
}

.sw-header .elementor-icon i, .sw-header .elementor-icon svg {
	width: 15px !important;
	height: 44px !important;
}

.elementor-11809 .elementor-element.elementor-element-f1df1d0 .elementor-menu-toggle {
	z-index: 9999;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: fixed !important;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 9997;
	padding: 50px 0px 0px 25px !important;
}

/* Hide button by default */
/* .sw-header .sw-cta-btn {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.35s ease, visibility 0.35s ease !important;
} */

/* Show button once scrolled */
/* .sw-header.header-scrolled .sw-cta-btn {
    opacity: 1 !important;
    visibility: visible !important;
} */

/* Smart sticky header */

.sw-header.header-hidden {
    transform: translateY(-100%) !important;
}

.sw-header .sw-cta-btn a.elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* Push header below WP admin bar when logged in */
.admin-bar .sw-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .sw-header {
        top: 46px !important;
    }
}