.uppercase{
    text-transform: uppercase;
}

.fullwidth{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-100{
    padding-top: 100px;
}

.pt-150{
    padding-top: 150px;
}

.quote{
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
}

.prestazioni-category-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0px 10px 0px 10px;

}

.prestazioni-category-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(251, 251, 251, 0.77);
    padding: 10px;
    box-sizing: border-box;
    color: #001D2F;
    height: 75px;
    transition: height 0.3s; /* Transition for height change */
}

.prestazioni-category-title-overlay h5 a,
.prestazioni-category-title-overlay p a{
    color: #001D2F;
}

.prestazioni-category-image-container:hover .prestazioni-category-title-overlay {
        height: 100%; /* Change height to 100% on hover */
}
.prestazioni-category-details {
    display: none; /* Initially hide details */
    padding-top: 5px; /* Adjust spacing */
}

.prestazioni-category-image-container:hover .prestazioni-category-details {
    display: block; /* Show details on hover */
}
.prestazioni-category-title-overlay h5{
    font-weight: bold;
}
.prestazioni-category-read-more-button{
    min-width: 150px !important;
    font-size: 14px;
}
.prestazioni-category-img img{
    height: 300px !important;
}
.prestazioni-main-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prestazioni-main-title::before{
    position: initial !important;
}

/* start prestazioni menu */
.list-prestazioni-menu{
    list-style-type: none !important;
}

.list-prestazioni-menu-item{
    padding: 8px 0;
    transition: all ease-in-out .2s;
    border-bottom: 1px solid #E4E7EA;
}

.list-prestazioni-menu-item > a{
    display: block;
    width: 100%;
    color: #000 !important;
}

.list-prestazioni-menu-item:hover
{
    border-bottom: 1px solid #089;
    border-left: 5px solid #089;
    padding-left: 10px;
}
.list-prestazioni-menu-item:hover >a{
    color: #089 !important;
}
.list-prestazioni-menu-item-selected{
    border-bottom: 1px solid #089;
    border-left: 5px solid #089;
    padding-left: 10px;  
}

/* finish prestazioni menu */

/* start prestazioni FAQ */

.faq-answer {
    display: none;
}

.faq-item{
    background-color: #F7F7F7;
    border: 1px solid #E4E7EA;
    padding: 5px 0px 5px 10px;
}
  
.faq-question {
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #E4E7EA91;
    display: flex;
    justify-content: space-between;
    padding: 10px;
} 
.list-prestazioni-faq{
    list-style-type: none;
    padding-left: 0px !important;
    margin-top: 10px;
} 

/* Finish prestazioni FAQ */

.prestazioni-carousel .slide-title{
    display: none;
}
/* .shadow-content{
    margin-top: 15px;
} */
.form-item-label{
  margin-bottom: 0px !important;
  margin-top: 20px !important;  
}
.language-link{
    cursor: pointer !important;
}

.language_switcher_compact{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.list-language_switcher_compact-item .lang-en{
    background-image: url('../img/flag_en.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5rem !important;
    width: 24px; /* Adjust this according to your flag image */
    height: 24px; /* Adjust this according to your flag image */
    display: inline-block;
    text-indent: -9999px; /* Hides the text */
    overflow: hidden; /* Ensures the text is not visible */
    white-space: nowrap; /* Prevents the text from wrapping */
}

.list-language_switcher_compact-item .lang-it{
    background-image: url('../img/flag_it.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px; /* Adjust this according to your flag image */
    height: 24px; /* Adjust this according to your flag image */
    display: inline-block;
    text-indent: -9999px; /* Hides the text */
    overflow: hidden; /* Ensures the text is not visible */
    white-space: nowrap; /* Prevents the text from wrapping */
}

.info-table {
	width:100%;
	border-collapse: collapse;
	margin: 20px 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.info-table th, .info-table td {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.info-table th {
	background-color: #004085;
	color: white;
}

.info-table td .label i {
	color: #FF8000;
	margin-right: 10px;
}

.info-table td .label i {
	color: #FF8000;
	margin-right: 0;
	width: 24px; /* Adjust as needed */
	display: inline-block;
}

.info-table td span.label {
	color: #FF8000;
} 

.info-table td {
	font-size: 16px;
	border-right: 1px solid #ddd;
  word-wrap: break-word; /* Older browsers */
  overflow-wrap: break-word; /* Standard property */
  word-break: break-word; /* For breaking long URLs or strings with no spaces */
  white-space: normal; 
  }

.info-table tbody tr:hover {
	background: #eee;
}

.info-table a.edit-link, .info-table a.delete-link {
	border: 1px solid #000 !important;
	border-radius: 50%;
	background: white;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.info-table a.edit-link, .info-table a.delete-link {
	background: #abf;
}

.info-table td a.edit-link, .info-table td a.delete-link {
	visibility: hidden;
}
.info-table tr:hover {
	background: #fbfbfb;
}
.info-table tr:hover a.edit-link, .info-table tr:hover a.delete-link {
	visibility: visible;
}
.motivi-button{
    font-size: 14px;
    padding: 10px 15px;
    color: white;
}
.black-button{
    color: #000;
}
.testimonial-user-avatar img{
    border-radius: unset;
}
.mobile-language-switcher-container{
    display: flex;
    justify-content: center;
}
.mobile-language-switcher{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.mobile-language-switcher li,
.mobile-language-switcher li a{
    width: 45px !important;
    height: 45px !important;
}
.submit-error-message{
    color: red;
    text-align: left;
}
.mw-1200{
    max-width: 1200px;
}