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

.hero-gradient {
    background: linear-gradient(90deg, #4CBCC9 0%, #7ADCE6 30%, #E8A820 70%, #4CBCC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-dot {
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.sol-badge-num {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1FB655;
}
.sol-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.sbar {
    position: relative;
    border-radius: 20px;
    overflow: hidden; /* Important to clip the ::before inside rounded corners */
}

.sbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4CBCC9, #E8A820, #F06730, #4CBCC9);
    background-size: 200% 100%;
    animation: gradientSlide 3s ease-in-out infinite;
}
/* Animation */
@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
/* table */
.rv.vis {
    opacity: 1;
    transform: translateY(0);
}
.comp-table {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	font-family:'DM Sans',sans-serif;
}
.ct-row.ct-header {
    background: #0F1B2D;
}
.ct-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 0;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    min-width: 540px;
}
.ct-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 0;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    min-width: 540px;
}
.ct-row span:first-child {
    justify-content: flex-start;
    font-weight: 600;
    color: #0F1B2D;
}
.ct-row span {
    padding: 16px 24px;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F1F5F9;
}
.ck {
    color: #1FB655;
    font-size: 1.2rem;
}
.cx {
    color: #94A3B8;
    font-size: 1.2rem;
}
.ct-row:hover {
    background: #EBF9FA;
}
.ct-row.ct-header span {
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    padding: 18px 24px;
}
.ct-row.ct-header:hover span {
    color: #0F1B2D;
}
.comp-table .ct-row span.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #E2E8F0;
    background: var(--s050);
    font-weight: 700;
    color: #334155;
}
.comp-table .ct-row {
    gap: 18px;
}
/* table */
.rp-stars {
	color:#E8A820;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
	  gap:8px;
}
.hero-dot {
    width: 8px;
    height: 8px;
    background: #1fb655;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.cus-flex-rp{
	display:flex;
	align-items:center;
}
.elementskit-tab-icon{
	display:flex!important;
	justify-content:center!important;
}
.rainbow .elementor-divider-separator {
    border: none !important;
    display: block;
    height: 4px; /* thickness */
    width: 100%;
    background: linear-gradient(90deg, #4CBCC9, #E8A820, #F06730, #1FB655);
}
.gradient-text{
	background: linear-gradient(135deg, #4CBCC9, #1A8E9A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* solutions css */
.solutionsrainbow .elementor-divider-separator {
    border: none !important;
    display: block;
    height: 3px; /* thickness */
    width: 100%;
    background: linear-gradient(90deg,#8B5CF6,#3B82F6,#1FB655,#4CBCC9,#E8A820,#F06730)
}
.dispaly-flex{
	display:flex;
	justify-content:center;
	align-items:center; 
	gap:8px;
	width:100%;
}
/* solutions css */

/* integrations */
.sync-table {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid #E2E8F0;
    background: #FFFFFF;
}
.sync-hdr {
    display: grid;
    grid-template-columns: 1.8fr repeat(3, 1fr);
    background: #0F1B2D;
    padding: 16px 24px;
    gap: 8px;
}
.sync-row {
    display: grid;
    grid-template-columns: 1.8fr repeat(3, 1fr);
    padding: 14px 24px;
    gap: 8px;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
    transition: background .15s;
}
.sync-hdr span:first-child {
    text-align: left;
    color: rgba(255, 255, 255, .4);
}
.sync-hdr span {
    font-family: 'Bricolage Grotesque',serif;
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: .06em;
    text-align: center;
}
.sync-label {
    font-size: .88rem;
    font-weight: 600;
    color: #0F1B2D;
    font-family: 'Bricolage Grotesque',serif;
}
.sync-yes {
    color: #1FB655;
    font-weight: 700;
}
.sync-cell {
    text-align: center;
    font-size: .82rem;
}
.sync-yes svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
/* integrations */

/* why mConsent */
.cmtbl {
    max-width: 840px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
    border: 1px solid #E2E8F0;
    background: #ffffff;
}
.cth {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr;
    background: #0F1B2D;
}
.cth>div {
    padding: 16px 18px;
    color: #fff;
    font-family: 'Bricolage Grotesque',serif;
    font-size: .84rem;
    font-weight: 600;
    text-align: center;
}
.ctr {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr;
    border-bottom: 1px solid #F1F5F9;
    transition: background .15s;
}
.ctr>div {
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .87rem;
}
.ctr>div:first-child {
    justify-content: flex-start;
    font-weight: 500;
    color: #334155;
	font-family:'DM Sans',sans-serif;
}
.ctr .y {
    color: #1FB655;
}
.ctr .n {
    color: #CBD5E1;
}
.ctr svg {
    width: 20px;
    height: 20px;
}
.ctr.gl {
    background: #FEF6E4;
}
.ctr.gl>div:first-child {
    color: #0F1B2D;
    font-weight: 700;
	font-family:'DM Sans',sans-serif;
}
.ctr .pt {
    color: #C98E15;
    font-size: .73rem;
    font-weight: 700;
    font-family: 'Bricolage Grotesque',serif;
}
/* why mConsent */

/* Pricing page */

/* Pricing page */
