html {
  margin-top: 0 !Important;
}	

h1, h2, h3, h4, h5, h6, p, li, span {
   overflow-wrap: break-word; 
   word-wrap: break-word;
   hyphens: none !important;
}

.glassmorphism-effect {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: rgba(255, 218, 42, 0.1) -1.996px 2.391px 18.109px -2.622px inset, rgb(255 255 255 / 40%) -5.73px -4px 3.36px -2.73px inset, rgba(255, 255, 255, 0.3) 6.671px 6.671px 3.363px -6.214px inset, rgb(255 255 255 / 50%) 0px 1px 12.2px -5px inset, rgb(255 255 255 / 40%) -6.727px -6.727px 3.363px -6.727px inset, rgba(255, 255, 255, 0.3) 6.671px 6.671px 3.363px -6.214px inset;
}

#home-hero {
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.menu-item a:hover {
	font-weight: 500 !Important;
}

.entry-title {
	display: none !important;
}

.services-links {
	width: 100%;
	border-top: solid 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px 10px;
	margin: 0 !Important;
	margin-top: -5px !important;
	background-color: var(--e-global-color-accent);
	position: relative;
	padding-right: 35px;
}
.services-links:hover {
	background-color: #ffb64a;
	font-weight: 600 !important;
	border-top: 0;
}
.services-links:after {
	content: ">";
  font-size: 0.8rem !important;
	display: inline-block;
	position: absolute;
	right: 20px;
  top: calc(50% - 1rem);
}
.services-links p {
	margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
	background: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
	padding: 15px 20px;
	color: #fff !important;
	border-radius: 10px;
}
.contact-page-form input,
.contact-page-form textarea{
	color: #000 !important;
	font-weight: 600 !important;
}
.contact-form input {
	padding-left: 50px;
}

.menu-footer a {
	padding-left: 0 !important;
	width: 100% !important;
	padding-bottom: 0 !important;
}

.alliance-links a {
	padding: 0;
}
.alliance-links {
	background-color: #fff;
	border-radius: 10px;
}

.elementor-field-group-name {
	position: relative;
}

.contact-form .elementor-field-group-name::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 45%;
	width: 20px;
	height: 20px;
	background: url("/wp-content/uploads/2026/02/ico_user.webp") center / contain no-repeat;
	pointer-events: none;
	z-index: 1;
}
.contact-form .elementor-field-group-email::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 43%;
	width: 25px;
	height: 25px;
	background: url("/wp-content/uploads/2026/02/ico_email-green.webp") center / contain no-repeat;
	pointer-events: none;
	z-index: 1;
}
.menu-item-type-custom.menu-item-2962,
.menu-item-type-custom.menu-item-2960,
.menu-item-type-custom.menu-item-1330{
	display: none !important;
}

/*MAPPA*/
.map {
	position: relative;
  overflow: hidden;
  cursor: pointer;
}
.map::before {
	content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.35s ease;
  z-index: 1;
	pointer-events: none;
}
.map div.elementor-widget-text-editor {
	position: relative;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.map:hover div.elementor-widget-text-editor {
	opacity: 1;
  visibility: visible;
}
.map:hover::before {
  background: rgba(0, 0, 0, 0.10);
}

/*LANGUAGES*/
.languages-butt a.has-submenu,
.menu-item-2962 a.has-submenu,
.menu-item-2960 a.has-submenu,
.menu-item-1330 a.has-submenu{
  color: transparent !important;
  position: relative;
}

html[lang="uz-UZ"]
.languages-butt a.has-submenu::after {
  content: "O'zbek";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1rem;
  color: var(--e-global-color-secondary); !important;
  opacity: 1 !important;
  visibility: visible !important;

  pointer-events: none;
	
	border-radius: 20px;
	background-color: #ffffff00 !important;
}

html[lang="ru-RU"]
.languages-butt a.has-submenu::after {
  content: "Русский";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1rem;
  color: var(--e-global-color-secondary);
  opacity: 1 !important;
  visibility: visible !important;

  pointer-events: none;
	
	border-radius: 20px;
	background-color: #ffffff00 !important;
}

html[lang="en-GB"]
.languages-butt a.has-submenu::after{
  content: "English";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1rem;
  color: var(--e-global-color-secondary);
  opacity: 1 !important;
  visibility: visible !important;

  pointer-events: none;
	
	border-radius: 20px;
	background-color: #ffffff00 !important;
}
.menu-item-2962 a.has-submenu::after,
.menu-item-2960 a.has-submenu::after,
.menu-item-1330 a.has-submenu::after{
	justify-content: flex-start;
	color: var(--e-global-color-secondary);
  opacity: 1 !important;
  visibility: visible !important;

  pointer-events: none;
	
	border-radius: 20px;
	background-color: #ffffff00 !important;
	position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
	padding-left: 30px !Important;
	padding-right: 30px !important;
}
html[lang="ru-RU"] .menu-item-2962 a.has-submenu::after,
html[lang="ru-RU"] .menu-item-2960 a.has-submenu::after,
html[lang="ru-RU"] .menu-item-1330 a.has-submenu::after{
	content: "Русский";
}
html[lang="uz-UZ"] .menu-item-2962 a.has-submenu::after,
html[lang="uz-UZ"] .menu-item-2960 a.has-submenu::after,
html[lang="uz-UZ"] .menu-item-1330 a.has-submenu::after{
	content: "O'zbek";
}
html[lang="en-GB"] .menu-item-2962 a.has-submenu::after,
html[lang="en-GB"] .menu-item-2960 a.has-submenu::after,
html[lang="en-GB"] .menu-item-1330 a.has-submenu::after{
	content: "English";
}

.menu-item.lang-item {
	position: relative;
}
.menu-item.lang-item::before,
.menu-item-2962 > a::before,
.menu-item-2960 > a::before,
.menu-item-1330 > a::before{
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: calc(50% - 8px);
	opacity: 1 !important;
}
.menu-item.lang-item.lang-item-uz::before,
html[lang="uz-UZ"] .menu-item-2962 > a::before,
html[lang="uz-UZ"] .menu-item-2960 > a::before,
html[lang="uz-UZ"] .menu-item-1330 > a::before{
	background-image: url("/wp-content/uploads/2026/02/languz.webp");
}
.menu-item.lang-item.lang-item-en::before,
html[lang="en-GB"] .menu-item-2962 > a::before,
html[lang="en-GB"] .menu-item-2960 > a::before,
html[lang="en-GB"] .menu-item-1330 > a::before{
	background-image: url("/wp-content/uploads/2026/02/langeng.webp");
}
.menu-item.lang-item.lang-item-ru::before,
html[lang="ru-RU"] .menu-item-2962 > a::before,
html[lang="ru-RU"] .menu-item-2960 > a::before,
html[lang="ru-RU"] .menu-item-1330 > a::before{
	background-image: url("/wp-content/uploads/2026/02/langru.webp");
}

.languages-butt .sub-arrow {
	display: none;
}
.languages-butt {
	padding: 0 20px 0 10px !important;
	background-image: url("/wp-content/uploads/2026/02/arrow-1.webp");
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: 90%;
	position: relative;
}
.languages-butt::before,
.menu-item-2962 a.has-submenu::before,
.menu-item-2960 a.has-submenu::before,
.menu-item-1330 a.has-submenu::before{
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: calc(50% - 8px);
}
html[lang="uz-UZ"] .languages-butt::before,
html[lang="uz-UZ"] .menu-item-2962 a.has-submenu::before,
html[lang="uz-UZ"] .menu-item-2960 a.has-submenu::before,
html[lang="uz-UZ"] .menu-item-1330 a.has-submenu::before{
	background-image: url("/wp-content/uploads/2026/02/languz.webp");
}
html[lang="uz-UZ"] .menu-item.lang-item.lang-item-uz{
	display: none;
}
html[lang="ru-RU"] .languages-butt::before,
html[lang="ru-RU"] .menu-item-2962 a.has-submenu::before,
html[lang="ru-RU"] .menu-item-2960 a.has-submenu::before,
html[lang="ru-RU"] .menu-item-1330 a.has-submenu::before{
	background-image: url("/wp-content/uploads/2026/02/langru.webp");
}
html[lang="ru-RU"] .menu-item.lang-item.lang-item-ru {
	display: none;
}
html[lang="en-GB"] .languages-butt::before,
html[lang="en-GB"] .menu-item-2962 a.has-submenu::before,
html[lang="en-GB"] .menu-item-2960 a.has-submenu::before,
html[lang="en-GB"] .menu-item-1330 a.has-submenu::before{
	background-image: url("/wp-content/uploads/2026/02/langeng.webp");
}
html[lang="en-GB"] .menu-item.lang-item.lang-item-en {
	display: none;
}

/* Forza il testo a rimanere trasparente e il contenuto visibile anche in Hover */

.languages-butt a.has-submenu:hover,
.menu-item-1330 a.has-submenu:hover {
    color: transparent !important;
    background-color: transparent !important;
}

.languages-butt:hover::before,
.menu-item-1330 a.has-submenu:hover::before,
.menu-item.lang-item:hover::before {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

.languages-butt a.has-submenu:hover::after,
.menu-item-1330 a.has-submenu:hover::after {
    opacity: 1 !important;
    visibility: visible !important;
    color: var(--e-global-color-secondary) !important;
}

.menu-item.lang-item:hover a {
    background-color: transparent !important;
}

.languages-butt::before,
.menu-item-1330 a.has-submenu::before,

.menu-item.lang-item::before {
    width: 20px !important; 
    background-size: contain !important;
}

@media (max-width: 1024px) {
	.text-dark {
		color: var(--e-global-color-secondary) !important;
	}
	.img-cover img {
		object-fit: cover !Important;
	}
	
	header .glassmorphism-effect {
		background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0);
	}
	.menu-footer .elementor-nav-menu--dropdown {
		background-color: var(--e-global-color-secondary);
		margin-top: 0 !Important;
	}
	.menu-footer .elementor-nav-menu--dropdown .elementor-item,
	.menu-footer .elementor-sub-item{
		color: #fff;
		text-transform: initial !important;
	}
	.menu-footer .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
	.menu-footer .elementor-nav-menu--dropdown .elementor-item:hover,
	.menu-footer .elementor-sub-item:hover,
	.menu-footer .elementor-sub-item.elementor-item-active{
		background-color: #ffffff00;
		color: var(--e-global-color-primary);
	}
	.menu-footer .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
	.menu-footer .elementor-sub-item.elementor-item-active{
		font-weight: 600 !Important;
	} 
}

@media (max-width: 756px) {
	.dis-none-cell{
		display: none;
	}
	.elementor-element-239c164,
	header .elementor-element-0f1c740{
		display: none !Important;
	}
	.header-home {
		position: relative;
		border-bottom: solid 1px #919191;
		border-radius: 0px 20px 20px 20px;
	}
	header .menu-item-type-custom.menu-item-2962,
	header .menu-item-type-custom.menu-item-2960,
	header .menu-item-type-custom.menu-item-1330{
	  display: block !important;
  }
	
	.elementor-element-ed5533a {
		margin-bottom: 20px;
	}
	footer .elementor-element-5a761b7 {
		margin-bottom: 20px;
	}
	
	footer .elementor-element-83f3b75 .elementor-element-26025a2 {
		padding-left: 0 !Important;
	}
	
	.elementor-100 .elementor-element.elementor-element-34280aa div.elementor-menu-toggle svg {
		fill: var(--e-global-color-secondary) !important;
	}
	
	.languages-butt {
		padding: 0 10px !Important;
		text-align: left !important;
	}
	.languages-butt .sub-arrow {
		display: block !important;
	}
}