@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* --- RESET & VARIABILI --- */
:root { --primary-gold: #be9d41; --primary-gold-hover: #b0934b; --text-white: #ffffff; --text-black: #423624; --bg-light: #f1ece6; --font-title: 'Tenor Sans', sans-serif; --font-body: 'Poppins', sans-serif; --transition-fast: stroke 0.3s, background-color 0.3s, color 0.3s; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background-color: var(--bg-light); color: var(--text-black); overflow-x: hidden; } 

/* --- HERO SECTION --- */
.hero-section { position: relative; width: 100%; height: 100vh; background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), url('/img/slide/slide-1.jpg') no-repeat center center; background-size: cover; display: flex; flex-direction: column; justify-content: space-between; /*padding-bottom: 40px;*/ }
.hero-section:before {content: ""; width: 100%; height: 30%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); display: block; position: absolute;z-index: 1;}
.top-bar { margin-top: 22px;gap: 20px;display: flex; justify-content: flex-start; padding: 20px 4%; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; z-index: 10; font-family: var(--font-body); }
.top-bar a { color: var(--text-white); text-decoration: none; transition: var(--transition-fast); }
.top-bar a:hover { color: var(--primary-gold); }
.languages .lang-link { margin: 0 5px; opacity: 0.8; }
.languages { color: #fff;}
.languages a { padding: 5px 5px; text-transform: uppercase;}
.main-nav { position: absolute; top: 20px; right: 4%; z-index: 100; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 25px; }
.nav-links a { color: var(--text-white); text-decoration: none; font-size: 0.8rem; font-weight: 600; letter-spacing: 1.5px; transition: var(--transition-fast); font-family: var(--font-body); }
.nav-links a:hover { color: var(--primary-gold); }
.btn-cta-top { background-color: var(--primary-gold); padding: 10px 20px; border-radius: 2px; color: var(--text-white) !important; font-weight: 600; }
.btn-cta-top:hover { background-color: var(--text-white);color:var(--primary-gold) !important; }
.nav-toggle { display: none; }
.nav-toggle-label { display: none; cursor: pointer; padding: 10px; }
.nav-links li { list-style: none; display: inline-block; padding: 18px; text-transform: uppercase;}
.main-nav.fixed { position: fixed; width: 100%; left: 0; background: var(--primary-gold); top: 0; text-align: right; height: 60px;z-index:10;}
.top-bar.fixed { position: fixed; z-index: 12;margin-top:0;}
@media (max-width: 768px) { 
.top-bar.fixed .languages{display:none;}
 }
@media (min-width: 769px) { 
.main-nav.fixed .nav-links { position: absolute; right: 0;}
.main-nav.fixed .btn-cta-top { border:solid 1px #fff; }
.main-nav.fixed .nav-links a:hover { color: var(--text-white);text-decoration:underline; } 
.main-nav.fixed .nav-links  a.btn-cta-top:hover { background-color: var(--text-white);color:var(--primary-gold) !important;text-decoration:none; }
.top-bar.fixed a:hover { color: var(--text-white);text-decoration:underline; } 
}
/* --- SLIDER --- */
#top_slider { position: absolute; width: 100vw;height: 100vh; top: 0; left: 0; overflow: hidden;z-index: 0;}
#top_slider .swiper-container{ height: 100%;}
#top_slider .swiper-slide img { object-fit: cover; object-position: center; width: 100%; height: 100%;}
@media (max-width: 768px) { 
	.hero-section {height: 55vh;}
	#top_slider {height: 55vh;}
}

/* --- BRANDING --- */
.hero-content { flex-grow: 1; display: flex; justify-content: center; align-items: center; text-align: center; padding: 20px; }
.logo-container { animation: fadeIn 1.2s ease-out; }
.logo-container a{ text-decoration:none; }
.logo-icon { margin-bottom: 15px; opacity: 0.9; }
.brand-name { font-family: var(--font-title); font-size: 3.5rem; font-weight: 400; letter-spacing: 12px; margin-left: 12px; text-transform: uppercase; }
.brand-tagline { font-family: var(--font-body); font-size: 1.1rem; font-weight: 300; letter-spacing: 2px; margin-top: 10px; opacity: 0.9;color: var(--text-white) ; }
.logo-icon img { width: 32%; min-width: 240px;}

/* --- BOTTONI & UI --- */
.bottom-action { display: flex; justify-content: center; width: 100%; }
.btn-main-action { font-family: var(--font-body); background-color: var(--bg-light); color: var(--primary-gold); text-decoration: none; padding: 15px 40px; border-radius: 30px 30px 0 0; font-size: 1.1rem; font-weight: 400; letter-spacing: 0.5px; transition: transform 0.2s, background-color 0.3s; }
.btn-main-action:hover { color: var(--primary-gold-hover); }
.whatsapp-float { text-decoration: none;position: fixed; bottom: 30px; right: 30px; background-color: var(--primary-gold); color: white; width: 55px; height: 55px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 28px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; transition: transform 0.3s, background-color 0.3s; }
.whatsapp-float:hover { background-color: var(--primary-gold-hover); transform: scale(1.1); }

/* --- ANIMAZIONI IN ENTRATA HERO (IN LINEA) --- */
.hero-animate { opacity: 0; will-change: transform, opacity; animation-duration: 1.2s; animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-fill-mode: forwards; }
.hero-fade-down { transform: translateY(-30px); animation-name: heroFadeDown; }
.hero-fade-up { transform: translateY(40px); animation-name: heroFadeUp; }
.hero-fade-in { transform: scale(0.95); animation-name: heroFadeIn; }
.hero-delay-1 { animation-delay: 0.2s; }
.hero-delay-2 { animation-delay: 0.5s; }
.hero-delay-3 { animation-delay: 0.8s; }
@keyframes heroFadeDown { to { opacity: 1; transform: translateY(0); } }
@keyframes heroFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes heroFadeIn { to { opacity: 1; transform: scale(1); } }

/* --- SEZIONE INFORMATIVA H1/H2 --- */
.info-section { background-color: var(--bg-light); padding: 100px 4% 120px 4%; display: flex; justify-content: flex-start; }
.intro-section { padding: 20px 4% 20px 4%; }
.container-info { max-width: 850px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; gap: 35px;}
.container-info h1, .h1 {padding-top: 50px; }
.main-bottom-txtbox > div { display: flex; flex-direction: column; gap: 35px; }
.info-heading-primary, .main-bottom-txtbox h1, .h1 { font-family: var(--font-title); color: var(--text-black); font-size: 2.5rem; font-weight: 400; line-height: 1.15; letter-spacing: -0.5px; }
.info-heading-secondary, .main-bottom-txtbox h2, .h2 { font-family: var(--font-body); color: var(--text-black); font-size: 1.1rem; font-weight: 400; line-height: 1.6; }
.info-text, .main-bottom-txtbox p { font-family: var(--font-body); color: var(--text-black); font-size: 1rem; font-weight: 300; line-height: 1.7; text-align: justify; opacity: 0.85; }

/* --- ANIMAZIONI DI INGRESSO SU SCROLL (IN LINEA) --- */
.animate-on-scroll { opacity: 0; will-change: transform, opacity; transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.fade-up { transform: translateY(40px); }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }


/* --- SEZIONE SERVIZI GRIGLIA --- */
.services-section { background-color: var(--bg-light); padding: 60px 8% 120px 8%; text-align: center;  }
.services-main-title { font-family: var(--font-title); color: var(--primary-gold); font-size: 3.2rem; font-weight: 400; letter-spacing: 6px; line-height: 1.3; margin-bottom: 90px; text-transform: uppercase; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px 8%; max-width: 1200px; margin: 0 auto; text-align: left; }
.service-card { display: flex; flex-direction: column; width: 100%; position: relative; }
@media (min-width: 992px) { .service-card:nth-child(even) { margin-top: 120px; } }
.service-img-wrapper { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background-color: #ddd; margin-bottom: 35px; }
.service-img { width: 100%; height: 100%; object-fit: cover; }
.service-title { font-family: var(--font-title); color: var(--primary-gold); font-size: 1.8rem; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 25px; padding-left: 30px; padding-right: 30px; }
.service-desc { font-family: var(--font-body); color: var(--text-black); font-size: 0.95rem; font-weight: 300; line-height: 1.6; text-align: left; opacity: 0.85; padding-left: 30px; padding-right: 30px; }
.vertical_word { pointer-events: none; color: #be9d41; font-family: var(--font-title); left: -2em; position: absolute; top: 2em; }
.vertical_word span { font-size: 3em; letter-spacing: 16px; writing-mode: vertical-rl; transform: rotate(-180deg); text-transform: uppercase; }
/* @media (max-width: 991px) { .services-grid { grid-template-columns: 1fr; gap: 60px; } } */


/* --- SEZIONE PUNTI DI FORZA --- */
.features-section { background-color: var(--bg-light); padding: 20px 8% 20px 8%; text-align: center; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto; }
.feature-item { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.feature-icon { margin-bottom: 30px; display: flex; justify-content: center; align-items: center; opacity: 0.85; }
.feature-text { font-family: var(--font-title); color: var(--primary-gold); font-size: 1.6rem; font-weight: 400; letter-spacing: 0.5px; text-align: center; }
.feature-icon img { width: 70%;  max-width: 400px;}

/* --- SEZIONE CITAZIONE & PROFILO --- */
.quote-section { position: relative; padding: 120px 8%; /*background: linear-gradient(rgba(245, 239, 230, 0.88), rgba(245, 239, 230, 0.92)), url('taxi1.jpg') no-repeat center center;*/ background-size: cover; display: flex; justify-content: center; }
.container-quote { z-index:1;position:relative;display: flex; align-items: center; gap: 8%; max-width: 1100px; width: 100%; }
.quote-profile-img { width: 320px; min-width: 320px; aspect-ratio: 1 / 1; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.profile-img { width: 100%; height: 100%; object-fit: cover; }
.quote-content { display: flex; flex-direction: column; gap: 30px; text-align: left; }
.quote-text { font-family: var(--font-title); color:  var(--text-black); font-size: 0.95rem; font-weight: 400; line-height: 1.4; letter-spacing: -0.5px; font-style: normal; }
.quote-author { font-family: var(--font-body); color: var(--primary-gold); font-size: 1rem; font-weight: 500; font-style: normal; letter-spacing: 0.5px; }
.quote-sfondo { position:absolute;width: 100%; height: auto; display: block;  
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

/* --- FOOTER FINAL --- */
.main-footer {  /*background: linear-gradient(rgba(180, 150, 80, 0.95), rgba(160, 130, 60, 0.98)), url('taxi1.jpg') no-repeat center center;*/background: linear-gradient(rgb(190, 157, 65), rgba(160, 130, 60, 0.98)), url('taxi1.jpg') no-repeat center center; background-size: cover; width: 100%; position: relative; padding-top: 0; }
.footer-top-cta { background-color: var(--bg-light); max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 40px 6%; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.footer-cta-text { text-align: left; color: var(--primary-gold); }
.footer-cta-text h2 { font-family: var(--font-title); font-size: 2.2rem; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 8px; color: #b0934b; }
.footer-cta-text p { font-family: var(--font-body); color: #605030; font-size: 0.95rem; font-weight: 300; opacity: 0.85; }
.footer-cta-buttons { /*display: flex;*/ gap: 20px; align-items: center; }
.btn-footer-phone { display:inline-block;margin-bottom:5px;font-family: var(--font-body); border: 1px solid var(--primary-gold); color: var(--primary-gold); padding: 12px 25px; font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: var(--transition-fast); }
.btn-footer-phone:hover { background-color: var(--primary-gold); color: white; }
.btn-footer-book { display:inline-block;margin-bottom:5px;font-family: var(--font-body); background-color: var(--primary-gold); color: white; padding: 13px 30px; font-size: 0.9rem; font-weight: 600; text-decoration: none; letter-spacing: 0.5px; transition: var(--transition-fast); }
.btn-footer-book:hover { background-color: var(--primary-gold-hover); }
.footer-middle-content { padding: 90px 8% 70px 8%; display: flex; justify-content: center; color: white; }
.footer-columns-container { display: flex; justify-content: center; align-items: flex-start; max-width: 900px; width: 100%; gap: 6%; }
.footer-col { flex: 1; display: flex; flex-direction: column; gap: 25px; text-align: right; }
.footer-col.col-right { text-align: left; }
.footer-col h3 { font-family: var(--font-title); font-size: 1.6rem; font-weight: 400; line-height: 1.2; letter-spacing: 0.5px; }
.footer-col h3 .sub-h3 { font-family: var(--font-body); font-weight: 300; font-size: 1.1rem; opacity: 0.9; }
.footer-col p { font-family: var(--font-body); font-size: 1rem; font-weight: 300; line-height: 1.7; opacity: 0.95; }
.footer-col a { color: white; text-decoration: none; transition: var(--transition-fast); }
.footer-col a:hover { color: var(--bg-light); }
.footer-divider { width: 1px; background-color: rgba(255, 255, 255, 0.4); height: 180px; align-self: center; }
.footer-social-icons { display: flex; gap: 20px; margin-top: 5px; }
.footer-social-icons a { color: white; font-size: 1.2rem; opacity: 0.85; transition: var(--transition-fast); }
.footer-social-icons a:hover { opacity: 1; transform: translateY(-2px); }
.footer-bottom-bar { font-family: var(--font-body); border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 30px 4%; text-align: center; color: white; font-size: 0.85rem; font-weight: 300; opacity: 0.8; }
.footer-bottom-bar a { color: white; text-decoration: none; }
.footer-bottom-bar font {display:inline-block;margin:0 20px;}

/* --- ANIMAZIONI --- */
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- RESPONSIVE --- */
@media (max-width: 1200px) {
    /* .container-info { margin-left: 5px; } */
    .footer-columns-container { gap: 4%; }
	.vertical_word {  left: -1.2em; }
	.vertical_word span { font-size: 2em;  }
}
@media (max-width: 992px) {
    .brand-name { font-size: 2.8rem; letter-spacing: 8px; }
    .info-section { padding: 80px 6% 90px 6%; }
    .intro-section { padding: 20px 6% 20px 6%; }
    .container-info { margin-left: 0; max-width: 100%; }
    .info-heading-primary { font-size: 2.8rem; }
    .services-main-title { font-size: 2.5rem; margin-bottom: 60px; }
    .services-grid { gap: 5%; }
    .card-right { margin-top: 60px; }
    .service-title { font-size: 1.5rem; margin-bottom: 15px; }
    .features-section { padding: 80px 5% 90px 5%; }
    .feature-text { font-size: 1.35rem; }
    .quote-section { padding: 80px 5%; }
    /* .quote-text { font-size: 1.8rem; } */
    .quote-profile-img { width: 260px; min-width: 260px; }
    .footer-top-cta { flex-direction: column; text-align: center; gap: 25px; padding: 30px 4%; }
    .footer-cta-text { text-align: center; }
	.bottom-action{display:none;}
}
@media (max-width: 768px) {
    /* .top-bar { flex-direction: row; justify-content: space-between; width: 60%; } */
	/* .top-bar.fixed { position: fixed;  bottom: 0; top: auto; width: 100%; left: 0; background: #fff; text-align: center; display: block; color: var(--primary-gold); box-shadow: 1px -2px 5px #999;} */
	/* .top-bar.fixed .languages { display: none;} */
	/* .top-bar.fixed .phone a { color: var(--primary-gold);} */
	
    .nav-toggle-label { display: block; position: absolute; top: 15px; right: 20px; z-index: 101; }
    .nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after { display: block; background: var(--text-white); height: 2px; width: 25px; position: relative; transition: all 0.3s; }
    .nav-toggle-label span::before { content: ''; top: -8px; left: 0; }
    .nav-toggle-label span::after { content: ''; top: 6px; left: 0; }
    .nav-links { position: fixed; top: 0; right: -100%; width: 250px; height: 100vh; background-color: rgba(0, 0, 0, 0.9); flex-direction: column; justify-content: center; gap: 35px; transition: right 0.4s ease-in-out; }
	.nav-links li { display: block; text-align:center;}
    .nav-toggle:checked ~ .nav-links { right: 0; }
    .nav-toggle:checked + .nav-toggle-label span { background: transparent; }
    .nav-toggle:checked + .nav-toggle-label span::before { transform: rotate(45deg); top: 0; }
    .nav-toggle:checked + .nav-toggle-label span::after { transform: rotate(-45deg); top: -2px; }
    .brand-name { font-size: 2.2rem; letter-spacing: 6px; }
    .brand-tagline { font-size: 0.95rem; }
    .btn-main-action { padding: 12px 30px; font-size: 1rem; }
    .info-section { padding: 60px 5% 70px 5%; }
    .container-info { gap: 25px; }
    .info-heading-primary { font-size: 2.2rem; }
    .info-heading-secondary { font-size: 1rem; }
    .info-text { font-size: 0.95rem; line-height: 1.6; text-align: left; }
    .services-section { padding: 40px 5% 60px 5%; margin:0;}
    .services-main-title { font-size: 2rem; letter-spacing: 4px; margin-bottom: 40px; }
    .services-grid { grid-template-columns: 1fr; gap: 50px; }
    .card-right { margin-top: 0; }
    .service-img-wrapper { margin-bottom: 20px; }
    .features-grid { grid-template-columns: 1fr; gap: 50px; }
    .features-section { padding: 60px 5% 70px 5%; }
    .feature-icon { margin-bottom: 15px; }
    .container-quote { flex-direction: column; text-align: center; gap: 40px; }
    .quote-content { text-align: center; gap: 20px; }
    /* .quote-text { font-size: 1.5rem; line-height: 1.5; } */
    .quote-profile-img { width: 220px; min-width: 220px; }
    .footer-cta-buttons { flex-direction: column; width: 100%; gap: 12px; }
    .btn-footer-phone, .btn-footer-book { width: 100%; text-align: center; }
    .footer-columns-container { flex-direction: column; text-align: center; gap: 40px; }
    .footer-col, .footer-col.col-right { text-align: center; align-items: center;margin: 0 auto; }
    .footer-divider { display: none; }
    .footer-middle-content { padding: 60px 5% 50px 5%; }
	.footer-bottom-bar font {display:block;font-size:0px;}
}
@media (max-width: 480px) {
    .top-bar {/* width: 100%; padding: 15px 20px;*/ font-size: 0.75rem; }
    .brand-name { font-size: 1.8rem; letter-spacing: 4px; }
    .whatsapp-float { bottom: 20px; right: 20px; width: 48px; height: 48px; font-size: 24px; }
    .info-heading-primary { font-size: 1.8rem; }
    .footer-cta-text h2 { font-size: 1.8rem; }
}




/* --- ANIMAZIONI  --- */
.animate-on-scroll {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), 
                transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.fade-up {
    transform: translateY(40px);
}

.fade-left {
    transform: translateX(-40px);
}

.fade-right {
    transform: translateX(40px);
}

.fade-in {
    transform: scale(0.95);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }




/*------------------------impressum_line----------------*/
.impressum_sides_top {  overflow: auto;}
.impressum_top {display: table; height: auto;  margin-bottom: 20px;  position: relative; width: 100%;}
.impressum-sides { width:50%; float:left; position:relative; display:table; margin-bottom:10px;}
.impressum-sides a{ color:var(--primary-gold-hover);}
.impressum-sides p a{ color:var(--primary-gold-hover);}
	.impressum-sides  img { width:100%; height:auto; max-width:110px; margin:10px 0; display:block;}
	.impressum-sides  img.other { width:100%; height:auto; max-width:200px; margin:10px 0; display:block;}
@media screen and (max-width:1000px){
	/*impressum*/
	.impressum-sides { width:100%; margin-bottom:30px; text-align:center;}
	.impressum-sides img.other { margin:10px auto;}
	.impressum-sides img { margin:10px auto;}
}



.acc-widget-button{background-color:var(--primary-gold) !important;}
.acc-widget-button:hover, .acc-widget-button:focus-visible { outline: 2px solid var(--bg-light) !important; outline-offset: 2px !important; }
.info-section a{color:inherit;}
#c-bns button:first-child, #s-bns button:first-child{background-color:var(--primary-gold) !important;}
:root{--cc-text: #423624 !important;--cc-btn-primary-bg: #423624 !important;}
.cc_div .c-bn{background: #e0dac5 !important;}
