body,
html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}




h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 30px;
	color: #333;
}

h3,
h4 {
	font-size: 20px;
	font-weight: 800;
	color: #333;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 15px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #6aaf08;
	font-weight: 400;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #3763f2;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
.row-text {
	margin-right: 0px; !important;
	margin-left: 0px; !important;
}

/* Navigation */
#menu {
	padding: 10px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background: #3763f2;
	border-color: rgba(231, 231, 231, 0);
	width: 100%;
}

#menu a.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	color: white;
}

#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #06007f;
}

.on {

	padding: 0 !important;
	padding: 15px 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff !important;
	background-color: transparent;
	font-size: 20px !important;
}


.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6aaf08;
}

.section-title p {
	font-size: 18px;
	color: #666;
}

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #3763f2;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-close{
	padding: 5px 10px !important;
	font-size: 14px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
	color: #fff;
	background-color: #3763f2;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0);
	/* IE6-9 */
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}

.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}

.intro .btn-custom {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header .intro-text {
	padding-top: 320px;
	padding-bottom: 200px;
	text-align: center;
}

/* About Section */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}

#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}

#about .about-text span {
	color: #70ad47;
	font-weight: 700;
	letter-spacing: -1px;
}


#about .btn {
	margin-top: 40px;
}

#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

#about .about-text,
#about .about-desc {
	margin-bottom: 40px;
}

#about p {
	line-height: 24px;
	margin-top: 20px;
}

/* Services Section */
#services {
	padding: 120px 0;
	background: #6aaf08;
}

#services .service-media {
	margin: 10px;
}

#services .service-media img {
	position: relative;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.1);
}

#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}

#services h2 {
	color: #fff;
}

#services h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}

#services p {
	color: rgba(255, 255, 255, 0.9);
}

#services hr {
	background: rgba(255, 255, 255, 0.6);
}

/* Portfolio Section */
#portfolio {
	background: #f6f6f6;
}

.categories {
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}

ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}

ol.type li a.active {
	background: #6aaf08;
	color: #fff;
}

ol.type li a:hover {
	background: #6aaf08;
	color: #fff;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin: 15px 0;
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

/* Testimonials Section */
#testimonials {
	background: #444 url(../img/testimonials-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}

#testimonials .overlay {
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}

#testimonials h2 {
	color: #fff;
}

#testimonials hr {
	background: rgba(255, 255, 255, 0.6);
}

#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}

/* Contact Section */
#contact {
	padding: 100px 0;
	background: #F6F6F6;
}

#contact .section-title p {
	color: #777;
}

#contact form {
	padding: 0;
	margin-top: 40px;
}

#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #3763f2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control:-moz-placeholder {
	color: #777;
}

.form-control::-moz-placeholder {
	color: #777;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

#contact .contact-info {
	margin-bottom: 30px;
}

#contact .contact-info hr {
	background: #ddd;
}

#contact .contact-item {
	margin: 20px 0 40px 10px;
	text-align: left;
}

.contact-item p {
	font-size: 16px;
	color: black;
}

/* Footer Section*/
#footer {
	background: #333;
	padding: 30px 0 20px;
}

#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .social {
	margin: 10px 0 50px 0;
}

#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #6aaf08;
	border-radius: 50%;
	transition: all 0.3s;
}

#footer .social i.fa:hover {
	background: #6aaf08;
	color: #fff;
}

#footer p {
	color: #666;
	font-size: 15px;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

/* cookies popup*/
.cookie-consent {
	position: fixed;
	bottom: 8px;
	padding: 20px;
	color: #fff;
	background: #292929;
	z-index: 120;
	cursor: pointer;
	border-radius: 3px;
}

.hidden {
	opacity: 0;
	height: 1px;
}

.allow-button {
	height: 29px;
	width: 120px;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	border-radius: 3px;
	border: 1px solid green;
	background-color: green;
	margin: auto;
}


/*whatsapp button */
.wa-button {
	position: fixed;
	width: 177px;
	height: 55px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	border-radius: 50px;
	padding-left: 15px;
	padding-top: 9px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	text-decoration: none;
}

.wa-button i {
	font-size: 22px;
	font-family: Helvetica, sans-serif;
	color: #FFF;
}

a.wa-button:hover {
	color: #FFF;
	width: 180px;
	height: 57px;
}

@media (max-width: 700px) {
	.wa-button i {
		font-size: 15px;
	}

	.wa-button {
		width: 121px;
		height: 37px;
		right: 20px;
		padding-left: 0px;
		padding-top: 0px;
	}

	a.wa-button:hover {
		color: #FFF;
		width: 125px;
		height: 40px;
	}
}

.my-float {
	margin-top: 16px;
}


.contactIcon {
	padding-right: 20px !important;
}

.map-container {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


.fa-map-marker:before {
	color: #3763f2 !important;
}

.fa-phone:before {
	color: #3763f2 !important;
}

.fa-envelope:before {
	color: #3763f2 !important;
}

/* Modal*/

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.mymodal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 1rem !important;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
}

.portfolio-modal .modal-content {
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center;
}

.portfolio-modal .modal-content h2,
.portfolio-modal .modal-content .h2 {
	font-size: 3rem;
	line-height: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
	font-style: italic;
	margin-bottom: 2rem;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content p {
	margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
	margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	background-color: transparent;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

     .calendar-container {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 700px;
            padding: 30px;
            box-sizing: border-box;
        }

        /* Header del Calendario (Mese e Anno) */
        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .calendar-header h2 {
            font-size: 1.8em;
            margin: 0;
            color: #2c3e50;
        }

        .calendar-header button {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1em;
            transition: background-color 0.2s ease;
        }

        .calendar-header button:disabled {
            background-color: #cccccc;
            cursor: not-allowed;
        }

        .calendar-header button:hover:not(:disabled) {
            background-color: #2980b9;
        }

        /* Nomi dei Giorni della Settimana */
        .weekdays {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            text-align: center;
            font-weight: 600;
            color: #7f8c8d;
            margin-bottom: 15px;
            font-size: 0.95em;
        }

        /* Griglia dei Giorni del Mese */
        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
        }

        /* Stile base per ogni giorno */
        .day {
            position: relative;
            padding: 12px 0;
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            cursor: pointer;
            background-color: #fdfdfd;
            transition: background-color 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
            font-size: 1.1em;
            color: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        /* Hover effect */
        .day:not(.empty):not(.unavailable):hover {
            background-color: #eaf1f8;
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        /* Stili per giorni vuoti (del mese precedente/successivo) */
        .day.empty {
            background-color: #f8f8f8;
            color: #bbb;
            cursor: default;
            border-color: #f0f0f0;
        }

        .day.empty:hover {
            background-color: #f8f8f8;
            transform: none;
            box-shadow: none;
        }

        /* Stili per giorni non disponibili */
        .day.unavailable {
            background-color: #ffebee;
            color: #a0a0a0;
            cursor: not-allowed;
            text-decoration: line-through;
            border-color: #ffccbc;
        }

        .day.unavailable:hover {
            background-color: #ffebee;
            transform: none;
            box-shadow: none;
        }

        /* Stili per il giorno di oggi */
        .day.today {
            border: 2px solid #3498db;
            background-color: #e7f3fa;
            color: #2c3e50;
            font-weight: 700;
        }

        /* Stili per la Domenica */
        /* Poiché la settimana inizia di Sabato, la Domenica è il secondo giorno (day: 1) */
        .day:nth-child(7n+2) {
            color: #e74c3c;
            /* Rosso per la Domenica */
        }

        .day.unavailable:nth-child(7n+2) {
            color: #a0a0a0;
        }

        /* Stile specifico per il testo del sabato (non selezionato) */
        /* Poiché la settimana inizia di Sabato, il Sabato è il primo giorno (day: 6) */
        .day:nth-child(7n+1) {
            color: #e67e22;
            /* Arancione per il Sabato non selezionato */
        }

        .day.unavailable:nth-child(7n+1) {
            color: #a0a0a0;
        }


        /* --------------------------------------------------- */
        /* STILI PER LA SELEZIONE DELLE SETTIMANE */
        /* --------------------------------------------------- */

        /* Classe per le settimane selezionate (verde pieno per Dom-Ven, e sabati completamente inclusi) */
        .day.selected-week {
            background-color: #2ecc71 !important;
            /* Verde brillante */
            color: white !important;
            font-weight: 700 !important;
            border-color: #27ae60 !important;
        }

        /* Sabato INIZIO settimana: metà destra verde */
        /* Il background è diviso: parte sinistra (default) e parte destra (verde) */
        .day.saturday.selected-week-start-partial {
            background: linear-gradient(to right, #fdfdfd 50%, #2ecc71 50%) !important;
            color: #333 !important;
            /* Testo leggibile sulla parte bianca */
            font-weight: 700 !important;
            border-color: #27ae60 !important;
        }

        /* Sabato FINE settimana: metà sinistra verde */
        /* Il background è diviso: parte sinistra (verde) e parte destra (default) */
        .day.saturday.selected-week-end-partial {
            background: linear-gradient(to left, #fdfdfd 50%, #2ecc71 50%) !important;
            color: #333 !important;
            /* Testo leggibile sulla parte bianca */
            font-weight: 700 !important;
            border-color: #27ae60 !important;
        }

        /* Assicurati che il numero del giorno sia sempre al centro del suo contenitore */
        .day span {
            z-index: 2;
            /* Assicura che il numero sia sopra il background gradient */
        }

		.disponilibita{
			display: flex;
		}

        /* --------------------------------------------------- */
        /* Stili per il Box delle Informazioni (a destra del calendario) */
        /* --------------------------------------------------- */
        .info-box {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            width: 100%;
            max-width: 350px;
            box-sizing: border-box;
            align-self: flex-start;
        }

        .info-box h3 {
            margin-top: 0;
            color: #2c3e50;
            font-size: 1.5em;
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }

        .info-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .info-box ul li {
            background-color: #ecf0f1;
            padding: 10px 15px;
            margin-bottom: 8px;
            border-radius: 5px;
            font-size: 0.95em;
            color: #555;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .info-box ul li .price {
            font-weight: 700;
            color: #2ecc71;
            margin-left: 10px;
        }

        #totalPrice {
            font-size: 1.2em;
            font-weight: 700;
            color: #2c3e50;
            margin-top: 15px;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        .info-box p {
            font-size: 0.9em;
            color: #7f8c8d;
            margin-top: 20px;
            line-height: 1.4;
        }

        /* Media Queries per Responsività */
        @media (max-width: 1100px) {
            body {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .calendar-container,
            .info-box {
                max-width: 600px;
                width: 90%;
            }
        }

        @media (max-width: 768px) {
            .calendar-container {
                padding: 20px;
            }
			.disponilibita{
				display: contents;
			}
            .calendar-header h2 {
                font-size: 1.5em;
            }

            .calendar-header button {
                padding: 8px 12px;
                font-size: 0.9em;
            }

            .weekdays {
                font-size: 0.9em;
            }

            .day {
                font-size: 1em;
                padding: 10px 0;
            }

            .info-box {
                padding: 20px;
            }

            .info-box h3 {
                font-size: 1.3em;
            }
        }

        @media (max-width: 480px) {
            .calendar-container,
            .info-box {
                padding: 15px;
                width: 95%;
            }

            .calendar-header h2 {
                font-size: 1.3em;
            }

            .calendar-header button {
                padding: 6px 10px;
                font-size: 0.8em;
            }

            .weekdays {
                font-size: 0.85em;
            }

            .day {
                font-size: 0.9em;
                padding: 8px 0;
            }
        }