body {
	letter-spacing: 0em !important;
}

.astroid-nav > li.open > .as-menu-item::before,
.astroid-nav > li.open > .as-menu-item::after,
.astroid-nav > li.nav-item-active > .as-menu-item::before,
.astroid-nav > li.nav-item-active > .as-menu-item::after,
.astroid-nav > li > .as-menu-item:hover::before,
.astroid-nav > li > .as-menu-item:hover::after {
	background-color: #cde0fe;
}


.astroid-device-xs .header-right-block {
	display: block !important;
}

.astroid-logo-mobile {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.astroid-header-sticky {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.astroid-device-xs .card-body .astroid-heading {
	padding-top: 5px; 
}

.astroid-content-text p {
	margin: 0 !important;
}

.astroid-icons .astroid-icon-item {
	padding: 10px;
}

div.advanced-dropdown span.caret {
	border-top-color: #000;
}

#languageModal img,
div.mod-languages img {
	width: 40px;
}

input, select, textarea {
	border-color: #a2a4a5 !important;
}

.form-check {
	display: flex;
	gap: 10px;
	flex-direction: row;
	margin-left: 20px;
}

.irina-info {
	align-content: center;
}

.irina-info p {
	text-align: left;
}

.btn-fixed {
	display: block;
  position: fixed;
  bottom: 80px;
  right: 20px;
	z-index: 1000;
}

.btn-fixed .btn {
	background-color: #FF8C42;
	border-color: #FF8C42;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.btn.as-form-builer-submit {
	color: #000;
	background-color: #fed813;
	border-color: #ecc500;
}

.btn.as-form-builer-submit:active, 
.btn.as-form-builer-submit:hover {
	background-color: #ffe456;
}

[for="as-form-builder-consultation"]{
	color: green;
}

.astroid-article-full-image .item-image {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
	overflow: hidden;
}

.item-content .item-image {
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	overflow: hidden;
}

.item-content .item-image img {
	height: 100%;
	width: auto;
	object-fit: cover;
}


.info-book-service {
	font-weight: bold;
}

.info-star {
	color: #FF6800;
}

figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.iub__us-widget {
	margin-top: 60px !important;
}

.lang-selector {
	cursor: pointer;
}

.modal-backdrop {
  z-index: 1040 !important;
}
.modal {
  z-index: 1050 !important;
}

#languageModal .modal-dialog {
	max-height: 90vh;
}

body.modal-open {
  overflow: hidden;
}

/* Contenitore scrollabile */
.modal-body.lang-scroll-body {
	overflow-y: scroll;
	max-height: 300px;
	position: relative;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;

	/* Scrollbar visibile */
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

/* Chrome, Safari, Edge scrollbar */
.lang-scroll-body::-webkit-scrollbar {
	width: 8px;
}
.lang-scroll-body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}
.lang-scroll-body::-webkit-scrollbar-track {
	background: transparent;
}

.lang-shadow-top,
.lang-shadow-bottom {
	position: sticky;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 2;
	pointer-events: none;
}

.lang-shadow-top {
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
}

.lang-shadow-bottom {
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
}


/* Lingua snap-item */
.snap-item {
	display: block;
	scroll-snap-align: center;
	padding: 10px;;
	font-size: 1.1rem;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.snap-item:hover {
	background-color: #f8f9fa;
}

.snap-item.active-lang {
	background-color: #e9ecef;
	font-weight: bold;
}

.gallery-alias .astroid-article-infoblock {
	display: none;
}

.gallery-alias .astroid-component-section {
	padding-top: 30px !important;
}
