@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600');

:root {
	--primary-color: #111111;
	--secondary-color: #9b111e;
	--tertiary-color: #222222;
	--promotion-color: #d4af37;
	--card-color: #c0c0c0;
	--fourt-color: #1b1b1b;
}

body {
	line-height: 1.4;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: var(--fourt-color);
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #848484;
	font-size: 16px;
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
}

.no-padding {
	padding: 0 !important;
}

.inline-block {
	display: inline-block;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	transition: all 0.3s ease-in 0s;
}

iframe {
	border: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus,
a:hover {
	color: var(--secondary-color);
}

.btn-main {
	background: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 40px;
	text-transform: uppercase;
	border-radius: 40px;
}
.btn-main:hover {
	background-color: #fff;
	color: var(--secondary-color);
}

.btn-transparent {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 35px;
	text-transform: uppercase;
	border-radius: 40px;
}
.btn-transparent:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.section {
	padding: 100px 0;
}

.btn:focus {
	color: #ddd;
}

#preloader {
	background: var(--primary-color);
	height: 100%;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.parallax-section {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.preloader {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
}

.preloader span {
	position: absolute;
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	border-radius: 5px;
	background: var(--primary-color);
	-webkit-animation: preloader 2s infinite ease-in-out;
	animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}

.preloader span:nth-child(6) {
	left: 55px;
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
	0% {
		height: 5px;
		transform: translateY(0);
		background: rgba(0, 0, 0, 0.1);
	}
	25% {
		height: 30px;
		transform: translateY(15px);
		background: var(--secondary-color);
	}
	50%,
	100% {
		height: 5px;
		transform: translateY(0);
		background: rgba(0, 0, 0, 0.1);
	}
}
@keyframes preloader {
	0% {
		height: 5px;
		transform: translateY(0);
		background: var(--secondary-color);
	}
	25% {
		height: 30px;
		transform: translateY(15px);
		background: var(--secondary-color);
	}
	50%,
	100% {
		height: 5px;
		transform: translateY(0);
		background: var(--secondary-color);
	}
}
.title {
	padding-bottom: 50px;
	overflow: hidden;
	text-transform: uppercase;
}
.title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #232323;
}
.title p {
	color: #848484;
	margin: 0 auto;
	text-transform: none;
}
.title.title-white h2 {
	color: #fff;
}
@media (max-width: 991px) {
	.title {
		padding-bottom: 0px;
	}
}

.border {
	height: 2px;
	margin: 20px auto 20px;
	position: relative;
	width: 80px;
	background: var(--secondary-color);
}

.bg-gray {
	background: #f9f9f9;
}

.logo {
	display: inline-block;
}

.logo-default {
	height: 7vh;
}

.logo-white {
	height: 7vh;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
	transition: 0.3s all;
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.active {
	font-weight: bold;
}
.navigation .logo-default {
	display: none;
}
.navigation .dropdown-toggle::before,
.navigation .dropdown-toggle::after {
	display: none;
}
.navigation .dropdown-toggle i {
	font-size: 10px;
	margin-left: 2px;
	vertical-align: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
	background: none;
	color: var(--secondary-color);
}
.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
	color: var(--secondary-color);
}
@media (max-width: 991px) {
	.navigation .nav-link {
		padding: 6px !important;
	}
	.navigation .navbar-collapse.show {
		overflow-y: auto;
		max-height: calc(100vh - 55px);
	}
}
.navigation .dropdown-submenu .dropdown-menu {
	margin: 0;
	background-color: #131313;
}
@media (min-width: 992px) {
	.navigation .dropdown-submenu .dropdown-menu {
		left: 100%;
		top: -5px;
	}
	.navigation .dropleft .dropdown-menu {
		left: auto;
		right: 100%;
		margin: 0;
		top: -5px;
	}
	.navigation .dropdown-submenu .dropdown-menu {
		background-color: #000;
	}
}
.navigation .dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.navigation .dropdown-menu {
	border: 0;
	border-radius: 0;
	top: 80%;
	left: 5px;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	background: #000;
	transition: 0.3s ease;
}
.navigation .dropdown-menu li:first-child {
	margin-top: 12px;
}
.navigation .dropdown-menu li:last-child {
	margin-bottom: 12px;
}
@media (max-width: 991px) {
	.navigation .dropdown-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		text-align: center;
		transition: 0s;
	}
}
@media (max-width: 991px) {
	.navigation .dropdown-menu.show {
		display: block;
	}
	.navigation .dropdown-menu {
		float: left;
		width: 100%;
	}
}
.navigation .dropdown-item {
	color: rgba(255, 255, 255, 0.8);
	transition: 0.2s ease;
	padding: 8px 22px;
}
.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
	color: #fff;
	background: transparent;
}

@media (max-width: 991px) {
	.navigation {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		background: rgba(255, 255, 255, 0.95) !important;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
	}
	.navigation .navbar-light .navbar-nav .nav-item .nav-link {
		color: #000;
	}
	.navigation .logo-white {
		display: none;
	}
	.navigation .logo-default {
		display: block;
	}
	.navigation .navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.5);
		border-color: transparent !important;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28155, 17, 30, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
}

.sticky-header {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
	color: #000;
}
.sticky-header .logo-white {
	display: none;
}
.sticky-header .logo-default {
	display: block;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.hero-area {
	background-image: url('../images/da-solo.jpeg');
	background-size: cover;
	height: 40vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center 0px;
}
.hero-area:before {
	content: '';
	background: rgba(0, 0, 0, 0.63);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.hero-area .container {
	position: relative;
	z-index: 2;
}
.hero-area .block {
	color: #fff;
	position: relative;
	z-index: 2;
}
.hero-area .block h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-area .block p {
	color: #fff;
	width: 50%;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.hero-area .block p {
		width: 100%;
	}
}

.dark-bg {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
	padding: 100px 0;
	background: var(--tertiary-color);
	color: white;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}
.about .btn-about {
	background: var(--secondary-color);
}
.about h2 {
	color: white;
}
.about h4 {
	margin-top: 30px;
}
.about .feature-list {
	margin-top: 10px;
}
.about .text-about {
	padding-left: 20px;
}
.about .feature-list li {
	width: 48%;
	display: inline-block;
	color: #666;
	font-size: 13px;
	font-family: 'Catamaran', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.about .feature-list li {
		width: auto;
		margin-right: 20px;
	}
}
.about .feature-list li i {
	color: var(--secondary-color);
	margin-right: 8px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action-1 {
	position: relative;
	padding: 100px 0;
	background-image: url('../images/foto-pesi.jpg');
	background-size: cover;
	color: #fff;
}
.call-to-action-1:before {
	content: '';
	background: rgba(215, 38, 56, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.call-to-action-1 .container {
	position: relative;
	z-index: 2;
}
.call-to-action-1 h2 {
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.call-to-action-1 p {
	color: #fff;
	position: relative;
	z-index: 2;
}
.call-to-action-1 .btn-main {
	margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
	padding: 100px 0 50px 0;
	color: #fff;
}
.contact-us h2 {
	color: #fff;
}
.contact-form {
	margin-bottom: 40px;
}
.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #dedede;
	box-shadow: none;
	height: 45px !important;
	color: #fff;
	height: 38px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-radius: 10px;
}
.contact-form input:hover,
.contact-form textarea:hover {
	border-color: var(--secondary-color);
}

.contact-form .form-control::placeholder {
	color: #999 !important;
	opacity: 1;
}

.contact-form select {
	color: #999;
}

.contact-form select option:first-child {
	color: #999;
}

.contact-form select {
	color: #999;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}

.contact-form textarea.form-control {
	padding: 10px;
	height: 120px !important;
	outline: none;
}

#cf-submit {
	display: flex;
	justify-content: center;
}

#contact-submit:focus {
	box-shadow: none;
}

.alerts-div {
	display: flex;
	justify-content: center;
}

#mex-success,
#mex-error,
#mex-error-comp {
	display: none;
	width: fit-content;
}

#mex-success {
	text-align: center;
}

.input-errore {
	border: 1.5px solid red !important;
}

.contact-details .contact-short-info {
	margin-top: 15px;
}
.contact-details .contact-short-info li {
	margin-bottom: 6px;
}
.contact-short-info a {
	color: white;
}

.contact-short-info a:hover {
	color: var(--secondary-color);
}

.social-icon {
	margin-top: 20px;
}
.social-icon ul li {
	display: inline-block;
	margin-right: 10px;
}
.social-icon ul li a {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 1px solid #dedede;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon ul li a:hover {
	background: var(--secondary-color);
	color: #fff;
	border: 1px solid var(--secondary-color);
}
.social-icon ul li a:hover i {
	color: #fff;
}

.social-icon ul li a i {
	color: #fff;
	vertical-align: middle;
}

/*=================================================================
  Pricing section
==================================================================*/
#plans > .container-fluid {
	z-index: 999 !important;
	position: relative !important;
	padding-left: 8vw;
	padding-right: 8vw;
}

.pricing-table {
	padding: 100px 0 70px 0;
	background: url('../images/piani.jpeg');
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 100vh;
}

@media (max-width: 768px) {
	.pricing-table {
		min-height: auto;
		padding-top: 120px;
	}

	.pricing-table .title {
		margin-top: 20px;
	}
}

.pricing-table .title p {
	color: #fff;
}
.pricing-table::before {
	background: rgba(0, 0, 0, 0.62);
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pricing-table .container {
	position: relative;
	z-index: 2;
}
.pricing-table .container-fluid {
	position: relative;
	z-index: 2;
}
.pricing-table .pricing-item {
	padding: 20px;
	background: var(--card-color);
	margin-bottom: 30px;
	border-radius: 20px;
}

.pricing-table .pricing-item a.btn-main {
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.pricing-table .pricing-item li {
	font-weight: 400;
	padding: 10px 0;
	color: #666;
}
.pricing-table .pricing-item li i {
	margin-right: 6px;
}
.pricing-table .price-title {
	padding: 15px 0 0;
}
.pricing-table .price-title > h3 {
	font-weight: 700;
	margin: 0 0 5px;
	font-size: 24px;
	text-transform: uppercase;
}
.pricing-table .price-title > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 5px;
}
.pricing-table .price-title .value {
	color: var(--secondary-color);
	font-size: 50px;
	padding: 10px 0;
}
.promo-item {
	background-color: var(--secondary-color);
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	width: fit-content;
	height: fit-content;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	padding: 15px 8px 8px 8px;
}

.promo-item .pricing-item {
	background-color: var(--promotion-color);
	color: white !important;
}

.promo-item .price-title > p,
.promo-item .princing-text {
	color: white !important;
}

#promo-ext {
	display: flex;
	justify-content: center;
}

.promo-item .pricing-item {
	margin-bottom: 0px;
}

.promo-item h4 {
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-size: 16px;
}

.pricing-item {
	position: relative;
	padding-top: 30px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); /* Ombra decisa ma morbida */
	border-radius: 20px;
	padding: 30px 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	z-index: 1;
}

.countdown {
	background-color: var(--secondary-color); /* rosso come nel tuo screen */
	color: var(--primary-color);
	padding: 5px 40px 10px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	max-width: 380px;
	width: fit-content;
	margin: auto;
	flex-wrap: nowrap;
	flex-shrink: 1;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 50px;
}

@media (max-width: 575px) {
	.countdown {
		max-width: 260px;
		border-radius: 15px;
		margin-bottom: 10px;
	}
}

.countdown-item {
	text-align: center;
	min-width: 60px;
	flex: 1 1 auto;
}

.countdown-item .value-counter {
	font-size: clamp(22px, 6vw, 40px);
	font-weight: bold;
	color: #fafafa;
}

.countdown-separator {
	font-size: clamp(22px, 6vw, 40px);
	font-weight: bold;
	color: #fafafa;
	align-self: flex-start;
	margin-top: 0;
	line-height: 1;
	padding-top: 5px;
}
.countdown-item .label {
	font-size: clamp(10px, 2vw, 14px);
	margin-top: 5px;
	color: #fafafa;
}

.princing-text {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 1em;
	text-align: center;
}

.badge-top-right {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: var(--secondary-color);
	color: #fafafa;
	padding: 5px 10px;
	border-radius: 12px;
	font-size: 0.8rem;
	font-weight: bold;
	z-index: 10;
	white-space: nowrap;
}

.text-timer {
	color: #fafafa;
	margin-bottom: 0;
}

.location-title {
	color: white;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 20px 0;
	padding: 15px 30px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--secondary-color) 20%,
		var(--secondary-color) 80%,
		transparent 100%
	);
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 5px 20px rgba(155, 17, 30, 0.3);
}

.location-title i {
	margin-right: 10px;
	font-size: 1.8rem;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.location-title {
		font-size: 1.5rem;
		letter-spacing: 2px;
		padding: 12px 25px;
	}

	.location-title i {
		font-size: 1.4rem;
	}

	.badge-top-right {
		font-size: 0.7rem;
		padding: 4px 8px;
		top: 8px;
		right: 8px;
	}
}

/*=================================================================
  Google Map section
==================================================================*/
.google-map {
	padding-top: 4vh;
	background-color: var(--tertiary-color);
}
.google-map iframe {
	border-bottom: 2px solid #404040 !important;
	width: 100%;
}

/*=================================================================
  Footer section
==================================================================*/
.footer-top {
	background-color: var(--tertiary-color);
	padding: 100px 0 80px;
}
.footer-top h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.footer-top p {
	font-size: 13px;
	line-height: 25px;
	color: #bdbdbd;
	font-weight: 300;
	letter-spacing: 1px;
	padding-right: 20px;
}
.footer-top li {
	font-size: 13px;
	line-height: 30px;
	color: #bdbdbd;
	font-weight: 300;
	letter-spacing: 1px;
	transition: color 0.3s;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
}

.footer-top li a {
	color: #bdbdbd;
}

.footer-top li a:hover {
	color: var(--secondary-color);
}

.footer-logo-div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo {
	height: 12vh;
}

.footer-bottom {
	text-align: center;
	background-color: #1b1b1b;
	border-top: 1px solid #2c2c2c;
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.footer-bottom {
		padding: 30px 30px;
	}
}

.policy-text {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.policy-text a {
	color: #888888 !important;
}

.footer-bottom h5 {
	font-size: 12px;
	line-height: 1;
	color: #888888;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 7px;
	margin-bottom: 3px;
}
.footer-bottom h6 {
	font-size: 11px;
	line-height: 15px;
	color: #888888;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.footer-bottom a {
	color: var(--secondary-color);
}

.page-404 {
	display: flex;
	align-items: center;
	height: 100vh;
}
.page-404 h1 {
	font-size: 200px;
}

.page-404 h1,
.page-404 h2,
.page-404 p {
	color: var(--secondary-color);
}

/* WHATSAPP BUTTON */
.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.whatsapp-button:hover {
	transform: scale(1.1);
	background-color: #1ebe5d !important;
	color: white;
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
	/* pricing table */
	.pricing {
		margin: 0 auto 30px;
		width: 300px;
	}
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
	/* h1 font size home slider */
	h1 {
		font-size: 30px !important;
	}
	.hero-area .btn-main {
		margin-bottom: 20px;
	}
	/* pricing table */
	.pricing {
		margin: 0 auto 20px;
		width: 280px;
	}
	/* contact */
	.contact-info {
		margin: 0 0 30px;
	}
	/* footer */
	.social-icon ul li,
	.social-icon ul li:first-child {
		margin: 15px;
	}
	.social-icon ul li a {
		width: 50px;
		height: 50px;
	}
	.social-icon ul li a i {
		font-size: 24px;
		line-height: 50px;
	}
}
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.title h2 {
		font-size: 32px;
	}
	.counter .counter-title h2 {
		font-size: 35px;
	}
	/* pricing table */
	.pricing {
		margin: 0 auto 30px;
		width: 350px;
	}
}

/* Loader Styles */
.request-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loader-content {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	text-align: center;
	max-width: 400px;
	margin: 20px;
}

.loader-content p {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

/* Spinner Animation */
.spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #007bff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Responsive */
@media (max-width: 576px) {
	.loader-content {
		padding: 20px;
		margin: 10px;
	}

	.loader-content p {
		font-size: 14px;
	}

	.spinner {
		width: 40px;
		height: 40px;
	}
}

/* Stili per l'input date */
input[type='date'] {
	background-color: #333; /* o il colore che usi nel tuo tema */
	color: white;
	border: 1px solid #555;
	/* Non applicare filtri all'intero input */
}

/* Applica il filtro SOLO all'icona del calendario */
input[type='date']::-webkit-calendar-picker-indicator {
	filter: invert(1);
	cursor: pointer;
	position: relative;
	background-color: transparent;
}

/* Per Firefox */
input[type='date']::-moz-calendar-picker-indicator {
	filter: invert(1);
	cursor: pointer;
}

.scandicci-banner {
	background-color: var(--secondary-color);
	padding: 80px 0;
	position: relative;
}

.scandicci-banner .container-fluid {
	padding-left: 8vw;
	padding-right: 8vw;
}

.banner-content {
	padding: 0 20px;
	color: white;
	position: relative;
	z-index: 2;
}

.banner-title {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: white;
	text-transform: uppercase;
	line-height: 1.2;
}

.scandicci-text {
	font-size: 4rem;
	font-weight: 900;
	display: block;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-text {
	font-size: 1.2rem;
	margin-bottom: 30px;
	color: white;
	line-height: 1.6;
}

.banner-btn {
	background: white;
	color: var(--secondary-color);
	border: 2px solid white;
	font-weight: bold;
	padding: 15px 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.banner-btn:hover {
	background: var(--secondary-color);
	color: white;
	border: 2px solid white;
}

.banner-image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.banner-blur {
	filter: blur(2px);
	z-index: 1;
}

@media (max-width: 768px) {
	.scandicci-banner {
		padding: 60px 0;
	}

	.banner-title {
		font-size: 2rem;
		text-align: center;
	}

	.scandicci-text {
		font-size: 3rem;
	}

	.banner-text {
		font-size: 1.1rem;
		text-align: center;
	}

	.banner-content {
		text-align: center;
		padding: 0 10px;
	}
}

@media (max-width: 576px) {
	.banner-title {
		font-size: 1.5rem;
	}

	.scandicci-text {
		font-size: 2.5rem;
	}

	.banner-text {
		font-size: 1rem;
	}
}

/* SCANDICCI & OSMANNORO SECTION STYLES */
.scandicci-section,
.osmannoro-section {
	padding: 100px 0 70px 0;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: auto;
}

.scandicci-section {
	background-image: url('../images/ccpalestra.webp');
}

.osmannoro-section {
	background-image: url('../images/immagine-scandicci.jpg');
}

/* Map cookie-consent overlay */
.map-wrapper {
	position: relative;
}

.map-cookie-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 20px;
	z-index: 10;
}

.map-cookie-overlay p {
	margin: 0 0 1rem 0;
	font-size: 1rem;
}

.map-wrapper.cookies-accepted .map-cookie-overlay {
	display: none;
}

/* Section Separator between Osmannoro and Scandicci */
.section-separator {
	height: 60px;
	background: #000;
	position: relative;
}

.section-separator::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 600px;
	height: 3px;
	background: linear-gradient(90deg, transparent 0%, #d4af37 50%, transparent 100%);
}

.scandicci-section::before,
.osmannoro-section::before {
	background: rgba(0, 0, 0, 0.62);
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.scandicci-section .container-fluid,
.osmannoro-section .container-fluid {
	position: relative;
	z-index: 2;
}

.scandicci-section .title p,
.osmannoro-section .title p {
	color: #fff;
}

.scandicci-title h2,
.osmannoro-title h2 {
	font-size: 50px !important;
	font-weight: 700;
}

.scandicci-title p,
.osmannoro-title p {
	font-size: 24px !important;
	margin-top: 15px;
}

@media (max-width: 768px) {
	.scandicci-title h2,
	.osmannoro-title h2 {
		font-size: 36px !important;
	}

	.scandicci-title p,
	.osmannoro-title p {
		font-size: 18px !important;
	}
}

/* Stile promo-item per Scandicci/Osmannoro identico a Firenze */
.scandicci-promo-item,
.osmannoro-promo-item {
	background-color: var(--secondary-color);
	position: relative;
	width: fit-content;
	height: fit-content;
	border-radius: 22px;
	padding: 15px 8px 8px 8px;
	margin: 0 auto;
}

.scandicci-promo-item h4,
.osmannoro-promo-item h4 {
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}

.scandicci-promo-item .pricing-item,
.osmannoro-promo-item .pricing-item {
	background-color: var(--promotion-color);
	color: white !important;
	margin-bottom: 0;
	padding: 20px;
	border-radius: 20px;
}

.scandicci-promo-item .price-title > p,
.osmannoro-promo-item .price-title > p {
	color: white !important;
}

.scandicci-promo-item .price-title h3,
.osmannoro-promo-item .price-title h3 {
	color: white;
}

.badge-bottom {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary-color);
	color: #fafafa;
	padding: 6px 16px;
	border-radius: 10px;
	font-size: 0.85rem;
	font-weight: bold;
	white-space: nowrap;
}

/* Responsive adjustments for Scandicci/Osmannoro section */
@media (max-width: 768px) {
	.scandicci-section,
	.osmannoro-section {
		padding: 50px 0 50px 0;
	}

	.pricing-table {
		padding-bottom: 50px;
	}

	.badge-bottom {
		font-size: 0.75rem;
		padding: 5px 12px;
	}
}

/* CONTACT MODAL STYLES */
.contact-modal {
	background-color: var(--tertiary-color);
	border: 2px solid var(--secondary-color);
	border-radius: 15px;
}

.contact-modal .modal-header {
	border-bottom: 1px solid #333;
	background-color: var(--secondary-color);
	border-radius: 13px 13px 0 0;
}

.contact-modal .modal-title {
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
}

.contact-modal .modal-body {
	padding: 30px;
}

.modal-description {
	color: #ccc;
	text-align: center;
	margin-bottom: 25px;
	font-size: 1.1rem;
}

.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-item {
	background: var(--primary-color);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(155, 17, 30, 0.3);
}

.contact-item:last-child {
	margin-bottom: 0;
}

.contact-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-name {
	color: white;
	font-weight: 600;
	font-size: 1rem;
}

.contact-name i {
	color: var(--secondary-color);
	margin-right: 8px;
}

.contact-phone {
	color: var(--secondary-color);
	text-decoration: none;
	font-weight: bold;
	transition: color 0.2s ease;
}

.contact-phone:hover {
	color: white;
}

.contact-phone i {
	margin-right: 5px;
}

.center-promo-item {
	display: flex;
	justify-content: center;
}

/* Custom Popup Styles */
.custom-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.custom-popup-overlay.active {
	display: flex;
}

.custom-popup-content {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	border-radius: 15px;
	max-width: 500px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.custom-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-popup-header h3 {
	color: white;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.custom-popup-close {
	background: none;
	border: none;
	color: white;
	font-size: 2rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

.custom-popup-close:hover {
	transform: rotate(90deg);
	color: var(--secondary-color);
}

.custom-popup-body {
	padding: 25px;
}

.custom-popup-body p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
	font-size: 1rem;
}

.custom-popup-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-popup-body ul li {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-popup-body ul li:hover {
	background: rgba(155, 17, 30, 0.2);
	border-color: var(--secondary-color);
	transform: translateX(5px);
}

.custom-popup-body .contact-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.custom-popup-body .contact-name {
	color: white;
	font-weight: 600;
	font-size: 1rem;
}

.custom-popup-body .contact-name i {
	color: var(--secondary-color);
	margin-right: 8px;
}

.custom-popup-body .contact-phone {
	color: var(--secondary-color);
	text-decoration: none;
	font-weight: bold;
	transition: color 0.2s ease;
}

.custom-popup-body .contact-phone:hover {
	color: white;
}

.custom-popup-body .contact-phone i {
	margin-right: 5px;
}

/* Mobile responsiveness for custom popup */
@media (max-width: 576px) {
	.custom-popup-content {
		width: 95%;
		max-height: 90vh;
	}

	.custom-popup-header {
		padding: 15px 20px;
	}

	.custom-popup-header h3 {
		font-size: 1.25rem;
	}

	.custom-popup-body {
		padding: 20px;
	}

	.custom-popup-body .contact-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.custom-popup-body .contact-phone {
		width: 100%;
		text-align: left;
		padding-top: 8px;
	}
}

/* Mobile responsiveness for contact modal */
@media (max-width: 576px) {
	.contact-modal .modal-body {
		padding: 20px;
	}

	.contact-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-phone {
		width: 100%;
		text-align: left;
		padding-top: 8px;
	}

	.modal-description {
		font-size: 1rem;
	}

	.contact-name {
		font-size: 0.95rem;
	}
}

/* ========================================
   BLACK FRIDAY STYLES
   ======================================== */

/* Price wrapper per contenere prezzi normali e BF */
.price-wrapper {
	flex-direction: column;
	align-items: center;
}

/* Container prezzi Black Friday - affiancati */
.price-bf {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px !important;
	flex-wrap: wrap;
}

/* Prezzo vecchio con X rossa */
.price-old {
	font-size: 36px;
	color: #999;
	display: inline-block;
	position: relative;
	opacity: 0.6;
	line-height: 1.5;
	margin-top: 10px;
}

/* X rossa sopra il prezzo vecchio */
.price-old::before {
	content: '✕';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	color: #ff0000;
	font-size: 48px;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
	animation: blink-x 1.5s ease-in-out infinite;
}

/* Animazione X rossa */
@keyframes blink-x {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

/* Prezzo nuovo in evidenza */
.price-new {
	font-size: 50px;
	color: var(--secondary-color) !important;
	font-weight: bold;
	display: inline-block;
	animation: pulse-price 2s ease-in-out infinite;
}

/* Responsive per mobile */
@media (max-width: 768px) {
	.price-bf {
		gap: 40px !important;
	}

	.price-old {
		font-size: 32px;
		margin-top: 8px;
	}

	.price-old::before {
		font-size: 42px;
		top: 6px;
	}

	.price-new {
		font-size: 42px;
	}
}

@media (max-width: 480px) {
	.price-bf {
		gap: 30px !important;
	}

	.price-old {
		font-size: 28px;
		margin-top: 8px;
	}

	.price-old::before {
		font-size: 36px;
		top: -5px;
	}

	.price-new {
		font-size: 36px;
	}
}

/* Animazione per il prezzo Black Friday */
@keyframes pulse-price {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

/* Stile Black Friday per le card */
.promo-item.black-friday {
	background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
	border: 2px solid #ffd700;
	box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.promo-item.black-friday .pricing-item {
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.promo-item.black-friday .promo-subtitle-bf {
	color: #ffd700;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Badge modificato per Black Friday */
.promo-item.black-friday .badge-top-right {
	background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
	color: #000;
	font-weight: bold;
}

/* Countdown Black Friday Style */
.countdown.black-friday {
	background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
	border: 2px solid #ffd700;
	box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
	animation: glow-countdown 2s ease-in-out infinite;
}

.countdown.black-friday .value-counter {
	color: #ffd700;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
	animation: pulse-number 1.5s ease-in-out infinite;
}

.countdown.black-friday .countdown-separator {
	color: #ffd700;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.countdown.black-friday .label {
	color: #ffd700;
	font-weight: 600;
}

/* Animazione glow per countdown */
@keyframes glow-countdown {
	0%,
	100% {
		box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
	}
	50% {
		box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
	}
}

/* Animazione per i numeri */
@keyframes pulse-number {
	0%,
	100% {
		transform: scale(1);
		text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
	}
	50% {
		transform: scale(1.05);
		text-shadow: 0 0 15px rgba(255, 215, 0, 0.9);
	}
}

/* Bottoni Acquista Ora - Centrati */
.btn-buy-limited,
.btn-buy-unlimited {
	display: block;
	margin: 0 auto 15px auto;
	width: fit-content;
}

/* ========================================
   SUPER OFFERTA - Firenze OPEN
   ======================================== */
.offer-price {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 6px 0 2px;
}

.offer-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.offer-old {
	font-size: 30px;
	font-weight: 700;
	color: #5a1414;
	text-decoration: line-through;
	text-decoration-color: var(--secondary-color);
	text-decoration-thickness: 3px;
	opacity: 0.85;
}

.offer-save {
	display: inline-block;
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding: 4px 12px;
	border-radius: 999px;
	box-shadow: 0 3px 8px rgba(91, 20, 20, 0.35);
}

.offer-new {
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--secondary-color);
	text-shadow: 0 2px 6px rgba(91, 20, 20, 0.25);
}

.offer-deadline {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 10px auto 0;
	padding: 7px 16px;
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 999px;
	box-shadow: 0 3px 10px rgba(91, 20, 20, 0.4);
	animation: deadline-pulse 1.6s ease-in-out infinite;
}

.offer-deadline i {
	font-size: 1.05rem;
	line-height: 1;
}

@keyframes deadline-pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}
