body{color:#3c2d19;font-family:"Open Sans",sans-serif}.blog-title,.paragraph1,.yellow-font,h1,h2,h3{font-family:Montserrat,sans-serif!important}h1,h2,h3{color:#482701!important}.heading1{font-size:210%;font-weight:700}.paragraph1{font-weight:400;font-size:160%}.stats h4,.stats p{font-family:Poppins,sans-serif!important;font-weight:500}.blog-title,.yellow-font{color:#cf9e4d!important;font-weight:700}.blog_t{font-family:sans-serif!important}.stats{position:absolute;bottom:-140px}}@media (min-width:768px){.hero{background-image:url("https://ik.imagekit.io/maxwellness/images/background-image-desktop.png")}}.btn-custom,.btn.fw-bold,.btn.text-uppercase{background-color:#c37e1a;color:#fff;font-weight:600;font-family:Montserrat,sans-serif!important}.btn-custom:hover{background-color:#e2b98c;color:#4a2902}.nav-link{color:#3c2f1e!important}.navbar-toggler{background-color:#c27d1a;border:none;padding:8px 10px}.navbar-toggler-icon{display:block;width:22px;height:2px;background-color:#1e441e;margin:5px auto}.stats{padding:2rem 1rem;color:#fff}@media (max-width:767.98px){.hero-text-gradient{position:absolute;bottom:140px;border-radius:.5rem;display:inline-block;text-align:center;width:100%}.section-blur-border{position:relative;overflow:hidden}.section-blur-border::after{content:"";position:absolute;bottom:0;left:0;height:50px;width:100%;z-index:2}.hero-mobile-btn{position:absolute;bottom:280px;left:50%;transform:translateX(-50%);background-color:#c27d1a;color:#fff;padding:.75rem 2rem;border-radius:12px;font-weight:700}}.sticky-footer-buttons{position:fixed;bottom:0;left:0;right:0;background-color:rgba(33,33,33,.95);padding:.5rem 0;z-index:9999;box-shadow:0 -2px 6px rgba(0,0,0,.2)}.sticky-footer-buttons .btn{border-radius:.5rem;font-size:.9rem;white-space:nowrap}.fa-clover,.fa-leaf{font-size:30px;color:#e5ae3a}.fa-star{font-size:30px;color:#ffe153}.fa-arrow-up{font-size:40px;color:#5c6064}.card-bg{background-color:#542f17;color:#fdd9a4}					/* BOX MASSAGGI */
			.massaggio-box {
			  background-color: #4f4134;
			  border-radius: 0.75rem;
			  padding: 1.5rem 1rem;
			  color: #ffffff;
			  font-size: 0.85rem;
			  line-height: 1.5;
			  font-family: 'Segoe UI', sans-serif;
			}

			.massaggio-box h4 {
			  font-size: 1.2rem;
			  color: #ffd700; /* oro chiaro per evidenziare il prezzo */
			  margin-bottom: 0.5rem;
			}

			.massaggio-box p {
			  font-size: 1rem;
			  font-weight: 600;
			  margin-bottom: 1.2rem;
			}

			.massaggio-box ul span {
			  font-size: 0.85rem;
			}

			.massaggio-box i {
			  font-size: 0.8rem;
			  color: #A9F5BC;
			}

			/* Etichette Titolo */
			.massaggio-titolo h6 {
			  font-size: 0.9rem;
			  line-height: 1.4;
			  font-weight: 700;
			}

			/* Pulsante Prenota */
			.btn-prenota {
			  background-color: #d39e5c;
			  color: white;
			  padding: 0.75rem 2rem;
			  font-weight: 700;
			  border-radius: 0.5rem;
			  transition: background-color 0.3s ease;
			}
			.btn-prenota:hover {
			  background-color: #b87f40;
			}