/**
 * Sync The7 + Elementor accent/hover colors to site red.
 * The7 compiled CSS (uploads/the7-css) still defaults to blue (#1ebbf0) until
 * regenerated in Theme Options — this file overrides those variables on the front end.
 */

:root {
	/* Kelmendi brand red — Elementor kit / logo accent (feb9802) */
	--kelmendi-logo-red: var(--e-global-color-feb9802, #e20813);
	--kelmendi-accent: var(--kelmendi-logo-red);
	--kelmendi-accent-hover: #c00710;
	--kelmendi-accent-light: #fde8ea;

	/* The7 CSS variables (used for hovers, buttons, links, menus, carousels) */
	--the7-accent-color: var(--kelmendi-accent);
	--the7-accent-bg-color: var(--kelmendi-accent);
	--the7-accent-gradient: 135deg, var(--kelmendi-accent) 30%, var(--kelmendi-accent) 100%;

	--the7-btn-bg-color: var(--kelmendi-accent);
	--the7-btn-border-color: var(--kelmendi-accent);
	--the7-btn-border-hover-color: var(--kelmendi-accent-hover);
	--the7-btn-bg-color-2: 135deg, var(--kelmendi-accent) 30%, var(--kelmendi-accent) 100%;
	--the7-btn-hover-bg-color: var(--kelmendi-accent-hover);
	--the7-btn-hover-bg-color-2: 135deg, var(--kelmendi-accent-hover) 30%, var(--kelmendi-accent-hover) 100%;

	--the7-links-color: var(--kelmendi-accent);

	--the7-menu-decor-color: var(--kelmendi-accent);
	--the7-menu-decor-color-2: to left, var(--kelmendi-accent) 30%, var(--kelmendi-accent) 100%;
	--the7-menu-click-decor-bg-color-2: 135deg, var(--kelmendi-accent) 30%, var(--kelmendi-accent) 100%;

	--the7-microwidget-button-bg: var(--kelmendi-accent);
	--the7-microwidget-button-border-color: var(--kelmendi-accent);
	--the7-microwidget-button-hover-bg: var(--kelmendi-accent-hover);
	--the7-microwidget-button-hover-border-color: var(--kelmendi-accent-hover);
	--the7-microwidget-button-2-bg: var(--kelmendi-accent);
	--the7-microwidget-button-2-border-color: var(--kelmendi-accent);
	--the7-microwidget-button-2-hover-bg: var(--kelmendi-accent-hover);
	--the7-microwidget-button-2-hover-border-color: var(--kelmendi-accent-hover);

	--the7-mobile-menu-active-color-2: left, var(--kelmendi-accent) 30%, var(--kelmendi-accent) 100%;

	/* Elementor The7 palette (still teal in kit — sync to red) */
	--e-global-color-el_color_1: var(--kelmendi-accent);
	--e-global-color-el_color_1_2: var(--kelmendi-accent-hover);
	--e-global-color-el_color_1_4: var(--kelmendi-accent);
	--e-global-color-el_color_1_6: color-mix(in srgb, var(--kelmendi-accent) 50%, transparent);
}

/* Legacy compiled rules that hard-code The7 blue */
.accent-bg-mixin,
.accent-gradient .accent-bg-mixin {
	background-color: var(--kelmendi-accent) !important;
}

.testimonial-item .testimonial-vcard .text-primary,
.testimonial-item .testimonial-vcard .text-primary *,
.testimonial-vcard .text-primary,
.testimonial-vcard .text-primary * {
	color: var(--kelmendi-accent) !important;
}

.the7-wc-products-carousel .owl-nav div:hover,
.the7-elements-simple-posts-carousel .owl-nav div:hover,
.the7-swiper-button:hover {
	color: var(--kelmendi-accent) !important;
}
