/*===============================================
  B&B SPQR — CSS Personalizzato
  Palette: #000033 (blu notte), #761c1d (rosso), #dad2a3 (beige/oro)
===============================================*/

/* ===== Logo adattato al menu ===== */
.logo-img {
	max-height: 55px;
	width: auto;
	object-fit: contain;
}

.footer-logo .logo-img {
	max-height: 70px;
}

/* ===== Header bar ===== */
.home-five.header-area {
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #000033;
}

.home-five.header-area.sticky {
	background: #000033 !important;
}

/* Logo band: bianco, si estende dal bordo sinistro dello schermo */
.header-logo-band {
	background: #ffffff;
	display: flex;
	align-items: center;
	padding: 0 30px 0 34px;
	margin-left: 0px;
	padding-left: 34px;
	position: relative;
	flex-shrink: 0;
}

/* Quando sticky il padding cambia, compensiamo */
.sticky .header-logo-band {
	margin-left: 0;
	padding-left: 34px;
}

.header-logo-band .header-logo {
	display: flex;
	align-items: center;
}

/* Menu wrap: occupa il resto */
.header-nav-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 34px;
}

/* ===== Hero con Video ===== */
.home-five.hero-area {
	position: relative;
	overflow: hidden;
	height: 80vh;
	min-height: 0;
	background: #000033 !important;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 51, 0.55);
	z-index: 1;
}

.hero-content .hero-desc {
	color: #dad2a3;
	font-size: 22px;
	font-weight: 300;
	margin-top: 10px;
	letter-spacing: 0.5px;
}

.hero-content .hero-sub {
	color: rgba(218, 210, 163, 0.8);
	font-size: 17px;
	font-weight: 300;
	margin-top: 8px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* ===== Header & Buttons — palette ===== */
.home-five .header-button a,
.home-five.hero-area .luxury-button a {
	background: #761c1d;
	border-color: #761c1d;
	color: #fff;
}

.home-five .header-menu ul li a:hover {
	color: #dad2a3 !important;
}

.home-five .header-button a:hover,
.home-five.hero-area .luxury-button a:hover {
	background: #dad2a3;
	border-color: #dad2a3;
	color: #000033;
}

.luxury-button a {
	background: #761c1d !important;
	border-color: #761c1d !important;
	color: #fff !important;
}

.luxury-button a:hover {
	background: #dad2a3 !important;
	border-color: #dad2a3 !important;
	color: #000033 !important;
}

/* ===== Banner Gruppi ===== */
.banner-gruppi {
	background: #761c1d;
	padding: 22px 0;
}

.banner-gruppi-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.banner-gruppi-inner i {
	font-size: 30px;
	color: #dad2a3;
}

.banner-gruppi-inner h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}

/* ===== Servizi Box ===== */
.servizio-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 35px 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.servizio-box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 51, 0.1);
	transform: translateY(-5px);
}

.servizio-icona {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #000033;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	transition: all 0.3s ease;
}

.servizio-icona i {
	font-size: 30px;
	color: #dad2a3;
}

.servizio-box:hover .servizio-icona {
	background: #761c1d;
	transform: scale(1.1);
}

.servizio-box h4 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #000033;
}

.servizio-box p {
	font-size: 14px;
	color: #777;
	margin: 0;
}

/* ===== Vicinanze ===== */
.vicinanze-grid {
	margin-top: 20px;
}

.vicinanze-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.vicinanze-list li {
	padding: 9px 0;
	font-size: 15px;
	color: #555;
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
}

.vicinanze-list li:last-child {
	border-bottom: none;
}

.vicinanze-list li:hover {
	color: #761c1d;
	padding-left: 5px;
}

.vicinanze-list li i {
	color: #761c1d;
	width: 22px;
	margin-right: 8px;
	text-align: center;
}

/* ===== Section Titles — palette ===== */
.section-title h4,
.section-title.two h4 {
	color: #761c1d !important;
}

.section-title h1,
.section-title.two h1 {
	color: #000033 !important;
}

/* ===== Camere Tipo Box ===== */
.camera-tipo-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 30px 15px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.camera-tipo-box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 51, 0.1);
	transform: translateY(-5px);
	border-color: #dad2a3;
}

.camera-tipo-icona i {
	font-size: 34px;
	color: #761c1d;
}

.camera-tipo-num {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #000033;
	line-height: 1;
	margin: 10px 0 5px;
}

.camera-tipo-box h4 {
	margin-top: 10px;
	font-size: 18px;
	color: #000033;
}

.camera-tipo-box p {
	font-size: 13px;
	color: #777;
	margin: 0;
}

/* ===== Service boxes (camere foto) ===== */
.home-five .single-service-box .service-content h4 {
	color: #fcfcc9;
}

.home-five .service-button a,
.home-five .blog-btn a {
	color: #761c1d;
}

.home-five .service-button a:hover,
.home-five .blog-btn a:hover {
	color: #000033;
}

/* ===== Contact icons ===== */
.contact-area .contact-icon {
	background: #fff;
}

.contact-area .contact-icon i {
	color: #dad2a3;
}
.style-two .contact-icon i {
    background: #000033;
}

.style-two .single-contact-form {
    background-color: #000033;
}

.icona-whatsapp {
	/*background: #25d366 !important;*/
}

.icona-whatsapp i {
	color: #fff !important;
}

/* ===== Mappa ===== */
.mappa-wrapper {
	height: 100%;
	min-height: 450px;
	border-radius: 10px;
	overflow: hidden;
}

/* ===== Form ===== */
.single-contact-form .contact-content h4,
.single-contact-form .contact-content h5,
.single-contact-form .contact-content h6{
	color: #dad2a3;
}

.single-contact-form button[type="submit"] {
	background: #761c1d !important;
	border-color: #761c1d !important;
	color: #fff !important;
}

.single-contact-form button[type="submit"]:hover {
	background: #000033 !important;
	border-color: #000033 !important;
}

.disclaimer-text {
	font-size: 12px;
	color: #888;
	font-style: italic;
	line-height: 1.6;
	margin: 0;
	padding: 10px 12px;
	background: rgba(118, 28, 29, 0.06);
	border-left: 3px solid #761c1d;
	border-radius: 0 5px 5px 0;
}

.single-input-box label {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 500;
}

.single-input-box input[type="date"],
.single-input-box input[type="number"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	color: #555;
	background: #fff;
}

.single-input-box input:focus,
.single-input-box select:focus,
.single-input-box textarea:focus {
	border-color: #761c1d;
	outline: none;
}

.video-area .section-title h1{
	color: #fff !important;
}
.video-area .section-title h4{
	color: #c19d68 !important;
}
/* ===== Gallery ===== */
.gallery-area .gallery-content h4 {
	color: #fff;
}

.gallery-area .gallery-content a {
	color: #dad2a3;
}

/* ===== WhatsApp Float ===== */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	left: 30px;
	background: #25d366;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-float:hover {
	background: #128c7e;
	color: #fff;
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* ===== Footer ===== */
.footer-area.home-five {
	background: #000033;
}

.footer-contatti-info p {
	color: #aaa;
	margin-bottom: 10px;
	font-size: 14px;
}

.footer-contatti-info p i {
	color: #dad2a3;
	width: 18px;
	margin-right: 8px;
}

.footer-contatti-info a {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-contatti-info a:hover {
	color: #dad2a3;
}

.indent-addr {
	padding-left: 26px;
}

.footer-widget-title h4 {
	color: #dad2a3 !important;
}

.footer-widget-social-icon a {
	background: #761c1d !important;
	color: #fff !important;
}

.footer-widget-social-icon a:hover {
	background: #dad2a3 !important;
	color: #000033 !important;
}

.footer-bottom-content p,
.footer-bottom-item a {
	color: rgba(218, 210, 163, 0.6);
}

.footer-bottom-item a:hover {
	color: #dad2a3;
}

/* ===== Link contatti ===== */
.contact-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-title a:hover {
	color: #761c1d;
}

/* ===== Scroll progress ===== */
.prgoress_indicator svg path {
	stroke: #761c1d;
}

/* ===== Header sticky — colore fisso ===== */
.sticky.home-five .header-menu ul li a:hover {
	color: #dad2a3 !important;
}

.sticky.home-five .header-button a {
	border-color: #dad2a3 !important;
	color: #dad2a3 !important;
}

.sticky.home-five .header-button a:hover {
	background: #761c1d !important;
	border-color: #761c1d !important;
	color: #fff !important;
}

/* ===== Hamburger / X animato (meanmenu) ===== */
.mean-container a.meanmenu-reveal {
	width: 26px;
	height: 22px;
	padding: 16px;
	text-indent: -9999em !important;
	font-size: 0 !important;
	overflow: hidden;
	position: relative;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #dad2a3;
	height: 3px;
	width: 26px;
	border-radius: 2px;
	position: absolute;
	left: 16px;
	transition: all 0.3s ease;
	transform-origin: center center;
}
.mean-container a.meanmenu-reveal span:nth-child(1) {
	top: 16px;
}
.mean-container a.meanmenu-reveal span:nth-child(2) {
	top: 25px;
}
.mean-container a.meanmenu-reveal span:nth-child(3) {
	top: 34px;
}
/* Stato aperto: span 1 e 3 ruotano a X, span 2 scompare */
.mean-container a.meanmenu-reveal.meanclose span:nth-child(1) {
	top: 25px;
	transform: rotate(45deg);
}
.mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
	opacity: 0;
	transform: translateX(-20px);
}
.mean-container a.meanmenu-reveal.meanclose span:nth-child(3) {
	top: 25px;
	transform: rotate(-45deg);
}

/* ===== Responsive ===== */

/* --- Desktop stretto: evita wrap voci menu --- */
@media (min-width: 992px) and (max-width: 1199px) {
	.home-five.header-area .header-menu ul li {
		margin-right: 12px;
	}
	.home-five.header-area .header-menu ul li a {
		font-size: 12px;
		padding: 20px 0;
	}
	.header-logo-band {
		padding: 0 15px 0 20px;
		margin-left: 0;
		padding-left: 20px;
	}
	.header-nav-wrap {
		padding-right: 15px;
	}
	.home-five .header-button a {
		padding: 10px 14px;
		font-size: 12px;
	}
	.logo-img {
		max-height: 45px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.home-five.header-area .header-menu ul li {
		margin-right: 20px;
	}
	.home-five.header-area .header-menu ul li a {
		font-size: 13px;
	}
	.home-five .header-button a {
		padding: 12px 18px;
		font-size: 13px;
	}
}

/* Menu: mai a capo su desktop */
@media (min-width: 992px) {
	.home-five.header-area .header-menu ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		white-space: nowrap;
	}
	.home-five.header-area .header-menu {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}
}

/* --- Tablet: 768-991px --- */
@media (min-width: 768px) and (max-width: 991px) {
	/* Header desktop nascosto dal template, mobile menu visibile */
	.home-five.header-area {
		display: none !important;
	}

	/* Mobile menu palette */
	.mobile-menu-area {
		background: #000033;
	}
	.mean-container .mean-bar {
		background: #fff;
	}
	.mean-container .mean-nav {
		background: #000033;
	}
	.mean-container .mean-nav ul li {
		background: #000033;
		border-top: 1px solid rgba(218, 210, 163, 0.15);
	}
	.mean-container .mean-nav ul li a {
		background: #000033;
		color: #fff;
	}
	.mean-container .mean-nav ul li a:hover {
		background: #761c1d;
		color: #fff;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		background: rgba(218, 210, 163, 0.1);
	}
	.mean-container a.meanmenu-reveal span {
		background: #dad2a3;
	}

	/* Hero */
	.home-five.hero-area {
		height: 60vh;
	}
	.hero-content h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.hero-content .hero-desc {
		font-size: 18px;
	}
	.hero-content .hero-sub {
		font-size: 15px;
	}

	/* Banner gruppi */
	.banner-gruppi-inner h2 {
		font-size: 18px;
	}
	.banner-gruppi-inner i {
		font-size: 24px;
	}

	/* Servizi box: 2 per riga */
	.servizio-box {
		padding: 25px 15px;
	}
	.servizio-icona {
		width: 60px;
		height: 60px;
	}
	.servizio-icona i {
		font-size: 24px;
	}

	/* Vicinanze: immagine sopra, testo sotto */
	.about-area .about-thumb {
		margin-bottom: 30px;
	}

	/* Camere tipo box */
	.camera-tipo-num {
		font-size: 40px;
	}

	/* Posizione: mappa sotto */
	.mappa-wrapper {
		margin-top: 30px;
		min-height: 350px;
	}

	/* Contatti: form sotto */
	#disponibilita {
		margin-top: 40px;
	}

	/* Footer */
	.footer-bottom-content p {
		font-size: 12px;
	}
}

/* --- Mobile: ≤767px --- */
@media (max-width: 767px) {
	/* Header desktop nascosto */
	.home-five.header-area {
		display: none !important;
	}

	/* Mobile menu palette */
	.mobile-menu-area {
		background: #000033;
	}
	.mean-container .mean-bar {
		background: #fff; 
	}
	.mean-container .mean-nav {
		background: #000033;
	}
	.mean-container .mean-nav ul li {
		background: #000033;
		border-top: 1px solid rgba(218, 210, 163, 0.15);
	}
	.mean-container .mean-nav ul li a {
		background: #000033;
		color: #fff;
	}
	.mean-container .mean-nav ul li a:hover {
		background: #761c1d;
		color: #fff;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		background: rgba(218, 210, 163, 0.1);
	}
	.mean-container a.meanmenu-reveal span {
		background: #dad2a3;
	}

	/* Hero */
	.home-five.hero-area {
		height: 55vh;
	}
	.hero-content h4 {
		font-size: 14px;
	}
	.hero-content h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.hero-content .hero-desc {
		font-size: 16px;
	}
	.hero-content .hero-sub {
		font-size: 14px;
	}
	.luxury-button a {
		padding: 10px 22px !important;
		font-size: 14px !important;
	}

	/* Banner gruppi */
	.banner-gruppi {
		padding: 16px 0;
	}
	.banner-gruppi-inner {
		flex-direction: column;
		gap: 8px;
	}
	.banner-gruppi-inner h2 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.banner-gruppi-inner i {
		font-size: 22px;
	}

	/* Sezioni: padding ridotto */
	.service-area,
	.about-area,
	.video-area,
	.gallery-area,
	.contact-area {
		padding: 60px 0;
	}

	/* Section titles */
	.section-title h1,
	.section-title.two h1 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.section-title h4,
	.section-title.two h4 {
		font-size: 14px !important;
	}

	/* Servizi box: 2 per riga su mobile */
	.servizio-box {
		padding: 20px 10px;
		margin-bottom: 15px;
	}
	.servizio-icona {
		width: 55px;
		height: 55px;
	}
	.servizio-icona i {
		font-size: 22px;
	}
	.servizio-box h4 {
		font-size: 15px;
	}
	.servizio-box p {
		font-size: 12px;
	}

	/* Vicinanze */
	.about-area .about-thumb {
		margin-bottom: 25px;
	}
	.vicinanze-list li {
		font-size: 13px;
		padding: 7px 0;
	}
	.vicinanze-list li i {
		width: 18px;
		margin-right: 5px;
		font-size: 13px;
	}

	/* Camere tipo */
	.camera-tipo-box {
		padding: 20px 10px;
		margin-bottom: 15px;
	}
	.camera-tipo-num {
		font-size: 36px;
	}
	.camera-tipo-box h4 {
		font-size: 15px;
	}
	.camera-tipo-box p {
		font-size: 12px;
	}

	/* Service boxes (foto camere) */
	.single-service-box {
		margin-bottom: 20px;
	}
	.service-content h4 {
		font-size: 16px;
	}
	.service-content p {
		font-size: 13px;
	}

	/* Posizione */
	.mappa-wrapper {
		margin-top: 25px;
		min-height: 280px;
	}
	.mappa-wrapper iframe {
		min-height: 280px !important;
	}
	.single-contact-box {
		margin-bottom: 15px;
	}

	/* Contatti + Form */
	#disponibilita {
		margin-top: 30px;
	}
	.single-contact-form {
		padding: 25px 15px 30px !important;
	}

	/* Footer */
	.footer-area.home-five {
		padding: 40px 0 20px;
	}
	.footer-bottom-content p {
		font-size: 11px;
		line-height: 1.5;
	}
	.footer-bottom-item ul li a {
		font-size: 12px;
	}

	/* WhatsApp float */
	.whatsapp-float {
		width: 50px;
		height: 50px;
		font-size: 24px;
		bottom: 20px;
		left: 20px;
	}
}

/* --- Mobile piccolo: ≤480px --- */
@media (max-width: 480px) {
	.hero-content h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.hero-content .hero-desc {
		font-size: 14px;
	}
	.hero-content .hero-sub {
		font-size: 13px;
	}

	/* Servizi: colonna singola */
	.servizio-box {
		padding: 18px 10px;
	}

	/* Camere tipo: 2 colonne strette */
	.camera-tipo-num {
		font-size: 30px;
	}

	/* Form: date in colonna */
	.single-contact-form .row .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Footer */
	.footer-bottom .col-lg-6,
	.footer-bottom .col-md-6 {
		text-align: center;
	}
	.footer-bottom-item ul {
		justify-content: center;
	}
}


.mobile-menu-area .mean-container .mean-bar::before {
    color: #fff;
    content: "";
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	background-position: center center;
	padding: 7px 15px;
    left: 10px;
    position: absolute;
    top: 18px;
}

