/*
	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.6
	Stable tag: 3.4.6
	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,
*/
body{
	overflow-x: hidden;
}

.header-main{
	transition: all .5s ease;
}
.active-header,.elementor-sticky--active {
    background: rgba(255, 255, 255, 0.32);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: background 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

.roles {
    width: auto;
    padding: 10px 20px;
}
.elementor-button {
    transition: all 0.65s ease !important;
}

.animated-banner {
    position: absolute;
    animation: animation-breath 6s ease-in-out infinite alternate;
    transform-origin: center center;
	z-index: 1;
    will-change: transform;
}

@keyframes animation-breath {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.26);
    }
}

/* Lottie Tabs CSS */
.heading-main-lottie{
	margin-bottom: 50px;
	font-family: "Figtree", Sans-serif;
    font-weight: 600;
	color: #fff;
	text-align: center;
}
.cv-feature-tabs-section {
    background: #f3f3f3;
    padding: 60px 0;
	background:linear-gradient(95deg,#000 61.33%,#5f4dc7 99.13%);
	position: relative;
	overflow: hidden !important;
}

.cv-feature-tabs-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 50px;
    align-items: center;
	position: relative;
	z-index: 4;
}

.cv-feature-left {
   position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(134deg, #9747ff, #5f4dc7 16.12%, #2dc08d 69.85%);
    border-radius: 20px;
    padding: 75px 0;
}

.cv-feature-lottie-item {
    display: none;
    width: 100%;
    max-width: 560px;
    animation: cvFade .35s ease;
}

.cv-feature-lottie-item.active {
    display: block;
}

.cv-feature-lottie-box {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
}

.cv-feature-lottie-box lottie-player {
    width: 100%;
    height: 430px;
    display: block;
}

.cv-feature-right {
    width: 100%;
}

.cv-feature-tab {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 14px;
    background: transparent;
    transition: background .35s ease;
	position: relative;
	z-index: 4;
}

.cv-feature-tab.active {
    background: #E2FFD470;
	background: #f7f7f7;
	border-radius: 20px;
}

.cv-feature-tab-num {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #33d18a;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.cv-feature-tab-content {
    flex: 1;
}

.cv-feature-tab-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #000;
}
.cv-feature-tabs-wrap {
    padding: 50px 20px;
    background: #fff;
    border-radius: 20px;
}
/* Accordion desc */
.cv-feature-tab-desc {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    transition: grid-template-rows .4s ease, margin-top .3s ease;
}

.cv-feature-tab-desc-inner {
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    font-size: 15px;
    line-height: 1.7;
    color: #000;
    max-width: 520px;
    transition: opacity .3s ease, transform .3s ease;
}

.cv-feature-tab.active .cv-feature-tab-desc {
    grid-template-rows: 1fr;
    margin-top: 8px;
}

.cv-feature-tab.active .cv-feature-tab-desc-inner {
    opacity: 1;
    transform: translateY(0);
}
.cv-feature-tab.active .cv-feature-tab-desc-inner,
.cv-feature-tab.active .cv-feature-tab-title{
	color: #000;
}

.pricingtable {
    border: 1px solid #f7f7f7;
}
.pricingtable .icon-check {
    width: 14px !important;
    font-size: 14px !important;
    height: 14px !important;
}
.pricingtable .icon-check path {
    fill: green;
}
.pricingtable .icon-cancel {
    width: 14px !important;
    height: 14px !important;
    font-size: 14px !important;
}
.pricingtable .icon-cancel path {
    fill: red;
}

@keyframes cvFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media(min-width: 1025px)
{
	.menu-item-1319, .menu-item-922 {
    display: none !important;
}
	.Calendy-LinkedIn-Toggle {
    max-height: 1000px !important;
}

}
@media(max-width: 1024px){
	.cv-feature-tabs-wrap {
		max-width: 90%;
		margin: auto;
	}
	.cv-feature-left {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
    .cv-feature-tabs-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cv-feature-left {
        min-height: auto;
        order: 1;
    }

    .cv-feature-right {
        order: 2;
    }

    .cv-feature-lottie-box lottie-player {
        height: 320px;
    }

    .cv-feature-tab {
        padding: 16px;
    }

    .cv-feature-tab-title {
        font-size: 17px;
    }
	.cv-feature-left {
		padding: 25px 0;
	}
}
@media(max-width:767px){
	.animated-banner {
		display: none;
	}
	
	.pricingtable a {
    padding: 10px 20px !important;
	max-width: 100% !important;
	}
/* 	.pricingtable .elementor-price-table__footer a {
		max-width: 100% !important;
		width: 100% !important;
	} */

	
}
@media (max-width: 575px) {
    .cv-feature-tabs-section {
        padding: 40px 0;
    }

    .cv-feature-tabs-wrap {
        padding: 20px 10px;
    }

    .cv-feature-lottie-box lottie-player {
        height: 260px;
    }

    .cv-feature-tab {
        gap: 14px;
        margin-bottom: 10px;
    }

    .cv-feature-tab-title {
        font-size: 20px !important;
    }

    .cv-feature-tab-desc-inner {
        font-size: 14px !important;
        max-width: 100%;
    }

}

/*Hero heading*/
.hero-animated-heading .ekit-fancy-prefix-text {
    font-size: 0.85em !important;
}

/*Scroll heading*/
.left-scroll-heading, .left-scroll-heading span, .right-scroll-heading, .right-scroll-heading span {
    display: flex;
    flex-wrap: nowrap;
    max-width: max-content !important;
    width: max-content !important;
}
.container-scroll-heading {
    position: relative;
    overflow-x: hidden;
}

/*Woo commerce thankyou*/
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
}
/*Woo commerce thankyou*/