/*
Theme Name: seo-solutions
Template: hello-elementor
Author: seo-solutions
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.00.1758791500
Updated: 2025-09-25 11:11:40

*/

:root {
	--color-accent: #8BC4FA;
	--color-accent-orange: #f78c13;
	--color-dark-blue: #183F68;
	--color-blue: #4C75B3;
	--color-light-bg: #f3f9ff;
	
	--font-accent: "Barlow Condensed", sans-serif;
}

html, 
body {
	overflow-x: hidden;
}

a {
	transition-duration: 0.3s;
}

strong {
	font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media(width > 768px) {
	
.title-underline {
	position: relative;
	
	&::after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 50px;
		height: 2px;
		background-color: var(--color-accent);
		border-radius: 5px;
	}
}
}

.title-underline--center {
		&::after {
			left: 50%;
			translate: -50%;
			width: 150px;
		}
	}

.elementor-icon {
	background-image: linear-gradient(45deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	transition-duration: 0.3s;
}

/*
 * BREADCRUMBS
 */
 
.elementor-widget-breadcrumbs {
	padding-block: 3px !important;
    box-shadow: none !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	
}

/*
 * COOCKIES BANNER 
*/

#cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent {
    font-size: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: url(/wp-content/uploads/2025/10/coockie_icon.svg) 50% / cover no-repeat;
    right: 20px;
    bottom: 10px !important;
	opacity: 0.8;
	transition-duration: 0.3s;
	
	&:hover {
		opacity: 1;
		scale: 1.08;
	}
}