/*
Theme Name: wuttiqdesign
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1775548914
Updated: 2026-04-07 08:01:54

*/

/* Global */
::placeholder {
    opacity: 1 !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding-left: 0 !important;
}

/* header */
header.sticky-header {
	--header-height: 70px;
	--shrink-header-to: 0.6;
	--transition: all 0.2s ease-out;
}

header.sticky-header.elementor-sticky--effects {
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

header.sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header.sticky-header .logo img {
	transition: var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
	/*transform: scale(.8);*/
	max-width: 120px;
}

@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 60px;
	}
}

/* home */
.text-large {
	font-size: 70px;
}

/* Contact */
#contact-qr .elementor-image-box-description:hover {
    color: #282828 !important;
}
.elementor-field-option label[for=form-field-accept] {
    font-size: 1em !important;
}

/* Cookie */
#readITPPDPATITLE {
    font-family: "Prompt", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
}

a.cky-policy {
	font-family: "Prompt", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
}

button.cky-btn.cky-btn-accept {
	font-family: "Prompt", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
}