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

.header-pos {
    position: fixed;
    width: 100%;
    /* top: 0; */
    padding: 0 30px !important;
} 
.she-header:not(.elementor-sticky) {
    position: fixed !important;
    top: 0 !important;
	margin-top:0px !important;
    background-color: #09243c;
    border-radius: 0 !important;
}
.banerdes {
	margin: 15px;
/*	border-radius: 20px;*/
}
.marginstart .elementor-widget-container h3 {
    margin: 0 !important;
}
.marginstart p.elementor-icon-box-description {
    margin-top: 10px !important;
}
.btnnew {
    display: flex;
    flex: 0 0 50%;
}
.bckgrdclr::before {
    position: absolute;
    content: '';
    height: 100%;
    border-radius: 50px;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #c9f3ff;
}
.carertext .uc_classic_content {
    border-top: 5px solid #09243c;
}
input {
    background-color: transparent;
    border-radius: 12px !important;
}
.contactform p {
    margin: 0;
}
[type=button], [type=submit], button {
    background-color: #c6428f;
    border: 1px solid #c6428f;
    color: #fff;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #e2e2e2
}
@media screen and (max-width: 767px) {
.bckgrdclr::before {
    position: absolute;
    content: '';
    height: 100%;
    border-radius: 50px;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #c9f3ff;
}
}

.woocommerce-page .header-pos {
    position: inherit;
    margin-bottom: 50px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #c6428f !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce span.onsale {
    background-color: #c6428f !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #09243c !important;
}
.page-id-1243 .header-pos {
    position: inherit !important;
    margin-bottom: 50px !important;
}
/* .page-id-1243 #our-services {
	display: none;
} */
.woocommerce-category-grid {
	pointer-events: none;
}
.error404 .header-pos {
    position: relative;
    /* top: 0; */
    padding: 0 30px !important;
}
.error-404-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: 50px 0px;
}
	.error-404-wrapper h1 {
		font-size: 8rem;
		margin: 0;
		color: #333;
	}
	.error-404-wrapper h2 {
		font-size: 2rem;
		color: #666;
		margin-top: 10px;
	}
	.error-404-wrapper p {
		font-size: 1rem;
		margin-top: 10px;
	}
	.error-404-wrapper a {
		display: inline-block;
		margin-top: 20px;
		padding: 10px 20px;
		background-color: #0073aa;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}
	.error-404-wrapper a:hover {
		background-color: #005177;
	}