/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

 h1 span.style2 {
    width: 29px;
    height: 29px;
    background: #45ba88;
    display: inline-block;
    border-radius: 29px;
}
h1 .style1 {
    color: #123b5a;
    font-weight: 700;
}
 h1 .orange{
color: #45ba88;
    font-family: Lexend;
    font-weight: 300;
}
.gallery-img img{
	max-height:60px;
object-fit:contain;
}
.single-box{
	position:relative;
}
/* .single-box p{
	position:absolute;
	bottom: 20px;
    left: 0;
    right: 0;
z-index:9;
} */
.single-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.03%, #000 100%);
    width: 100%;
    height: 100%;
}

.cf7-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.cf7-field label {
    font-size: 14px;
    color: #333;
}

.cf7-field input,
.cf7-field select,
.cf7-full-width textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    background: transparent;
    padding: 10px 0;
    font-size: 14px;
	border-radius: 0;
}

.cf7-field input:focus,
.cf7-field select:focus,
.cf7-full-width textarea:focus {
    outline: none;
    border-bottom-color: #3f51b5;
}

.cf7-full-width {
    margin-top: 30px;
}

.cf7-full-width textarea {
    height: 120px;
    resize: none;
}

.cf7-checkbox {
    margin: 25px 0;
}

.cf7-recaptcha {
    margin-bottom: 30px;
}

.cf7-submit {
    text-align: center;
}

.cf7-submit input {
    border: 1px solid #3f51b5;
    background: transparent;
    color: #3f51b5;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf7-submit input:hover {
    background: #3f51b5;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cf7-two-column {
        grid-template-columns: 1fr;
    }
	.elementor-2 .elementor-element.elementor-element-b8a4588 .gallery-item {
    padding: 0 0 30px 0;
		width: 50%;
}
	.elementor-2 .elementor-element.elementor-element-b8a4588 .gallery {
    margin: 0;
}
}
.wpcf7-spinner{
	position:absolute;
}

.video-icon {
	left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

@media(max-width:767px){
	.product-icon .elementor-icon-box-icon{
		display:none !important;
	}
}