#main .text-white{
	color: #fff;
}

#main .elementor-button-secondary .elementor-button {
	background-color: var(--theme-palette-color-2);
    color: #fff;
}

#main .elementor-button-secondary .elementor-button:hover {
	color: #fff;
	opacity: 0.75;
	background-color: var(--theme-palette-color-2)l
}


#main .elementor-button-outline .elementor-button {
	background-color: transparent;
    color: var(--theme-palette-color-1);
	border: 1px solid var(--theme-palette-color-1);
}

#main .elementor-button-outline .elementor-button:hover {
	color: #fff;
	background: var(--theme-palette-color-1)
}

#main .elementor-button-link .elementor-button {
	background-color: transparent;
    font-size: 14px;
    color: inherit;
	border: none;
	padding: 0;
	text-decoration: none;
    transition: text-decoration-color 300ms;
}

#main .elementor-button-link .elementor-button:hover {
	color: inherit
	background-color: transparent;
	text-underline-offset: 4px;
	text-decoration: underline;
}


a.ct-button-ghost {
    color: var(--theme-palette-color-1);

}
.ct-button-ghost:hover {
			color: #fff !important;
	}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] > div {
    border-radius: 0px 0px 20px 20px !important;
}

.with-rb-heading .elementor-heading-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 28px;
    background-image: url(https://geofoundation.kinsta.cloud/wp-content/uploads/2025/09/rainbow-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 20px;
    margin-top: -3px;
    vertical-align: middle;
}

/* Alternative with larger size */
.with-rb-heading-xl .elementor-heading-title::before {
   content: "";
    display: inline-block;
    width: 37px;
    height: 40px;
    background-image: url(https://geofoundation.kinsta.cloud/wp-content/uploads/2025/09/rainbow-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0px;
	margin-top: -10px;
    vertical-align: middle;
}

.cj__animation-stackable-icon-list.elementor-icon-list-items {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.cj__animation-stackable-icon-list li.elementor-icon-list-item {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
	    align-items: start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.cj__animation-stackable-icon-list .elementor-widget span.elementor-icon-list-icon {
    margin-top: 4px;
}

.cj__animation-stackable-icon-list .elementor-icon-list-text {
	width: 90%;
}

.cj__animation-stackable-icon-list .elementor-icon-list-text span.strong {
    display: block;
    font-weight: 600;
    width: 100%;
}

.cj__animation-stackable-icon-list .elementor-icon-list-items:not(.cj__initialized) {
    opacity: 0 !important;
}

.cj__animation-stackable-icon-list .elementor-icon-list-items:not(.cj__initialized) .elementor-icon-list-item {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    z-index: auto !important;
}

/* Once initialized, allow the inline styles to work */
.cj__animation-stackable-icon-list .elementor-icon-list-items.cj__initialized {
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out;
}


.cj__animation-stackable-icon-list .elementor-icon-list-item {
    /* Enhanced card styling - pixel perfect */
    background: var(--theme-palette-color-6);
    padding: 15px 20px;
    border-radius: 16px;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    
    /* Card deck specific styles - no rotation, perfect alignment */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform, opacity;
    backface-visibility: hidden; /* Smooth animations */
    
    /* Subtle border for depth */
    border: 1px solid rgba(255, 255, 255, 0.1);
    
    /* Prevent selection during animation */
    user-select: none;
    
    /* Ensure pixel-perfect positioning */
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cj__animation-stackable-icon-list .elementor-icon-list-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Icon and text adjustments for stacked cards */
.cj__animation-stackable-icon-list .elementor-widget span.elementor-icon-list-icon {
    margin-top: 4px;
    flex-shrink: 0;
}

.cj__animation-stackable-icon-list .elementor-icon-list-text {
    width: 90%;
    line-height: 1.5;
}

.cj__animation-stackable-icon-list .elementor-icon-list-text span.strong {
    display: block;
    font-weight: 600;
    width: 100%;
    margin-bottom: 4px;
}

/* Optional: Add a subtle background pattern for depth - positioned precisely */
.cj__animation-stackable-icon-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Responsive adjustments - maintain pixel precision */
@media (max-width: 768px) {
    .cj__animation-stackable-icon-list .elementor-icon-list-item {
        padding: 12px 16px;
    }
}

/* Use box-shadow for depth instead of blur */
.cj__animation-stackable-icon-list.cj__initialized .elementor-icon-list-item {
    /* Base shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Progressive shadows using nth-child (more performant than attribute selectors) */
.cj__animation-stackable-icon-list.cj__initialized .elementor-icon-list-item:nth-child(1) {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.cj__animation-stackable-icon-list.cj__initialized .elementor-icon-list-item:nth-child(2) {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.cj__animation-stackable-icon-list.cj__initialized .elementor-icon-list-item:nth-child(3) {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Optional: Darken background cards slightly for depth */
.cj__animation-stackable-icon-list.cj__initialized .elementor-icon-list-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.8s ease;
    pointer-events: none;
    border-radius: inherit;
}