/* -------------------- FONT ---------------------------- */


@font-face {
	font-family: Inter;
	src: url("../fonts/inter-bold.ttf") format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: Inter;
	src: url("../fonts/inter-regular.ttf") format("opentype");
	font-weight: regular;
}

/* -------------------- STILI GENERALI - COMMON -------------------- */

html {
	font-family: "Inter";
}

:root {
	--SiteWidth: 1280px;
}

top-menu {
    display: flex;
    padding: 0 15px;
    align-items: center;
    color: white;
    justify-content: space-between;
}

nav {
	display: flex;
	justify-content: center;
}

nav-menu {
	display: flex;
	align-items: center;
	gap: 45px;
}

menu-item {
	display: flex;
}

menu-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

menu-item a:hover {
	color: var(--PrimaryColor);
}

.menu_container {
	width: var(--SiteWidth);
	display: flex;
	background-color: #fff;
	padding: 0 15px;
	justify-content: space-between;
	gap:30px;
	height: 110px;
	align-items: center;
}

.top_menu_loghi {
	display: flex;
	gap: 20px;
}

.top_menu_loghi .logo {
	height:40px;
}

.top_menu_loghi img {
	height:40px;
}

.top_menu_social {
	display: flex;
	gap: 20px;
	justify-content: end;
}

.logo {
	height:60px;
}

.icona_social img {
	height:20px;
}

footer {
	background:#000;
	color:#fff;
}

.footer_container,
.row {
	display: flex;
	padding:30px;
	max-width: var(--SiteWidth);
	justify-content: center;
    gap: 50px;
	margin:auto;
}

.col {
    width: 50%;
    flex-direction: column;
    display: flex;
    gap: 20px;
}

h1 {
	font-weight:bold !important;
}

.title, h2 {
	font-size: 44px !important;
	font-weight: bold !important;
	line-height: 41px !important;
}

h3 {
	font-size: 33px !important;
	font-weight: bold !important;
	line-height: 31px !important;	
}

.footer_col {
	width:300px;
}

.footer_col nav-menu {
	flex-direction: column;
	gap:25px;
}

.footer_col menu-item a {
	font-size:12px;
}

.footer_container_title, {
    font-weight: bold;
    font-size: 22px;
}

.footer_container_credits {
	font-size:12px;
	color:#555;
	text-align: right;
	padding:20px;
	margin-right:50px;
}

.footer_container_credits a {
	text-decoration: underline;
	color:#444;
}

.footer_separator {
	max-width:var(--SiteWidth);
	width:100%;
	height:4px;
	margin: auto;
	margin-top:30px;
	margin-bottom:30px;
	border-radius:70%;
	background-color:var(--PrimaryColor);
}

.footer_col_widget {
	flex-direction: row;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
	align-items: center;
	justify-content: center;
    background: #ffffff1c;
	transition: all .4s;
}

.footer_col_widget:hover {
	background: var(--PrimaryColor);
}

.footer_container a {
	color:inherit;
	text-decoration: none;
}

.footer_col_icon {
	height:30px;
}

.footer_col .logo {
	margin-bottom:20px;
}

.footer_col nav-menu-title {
	font-size: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

pre-footer {
	background-color:var(--PrimaryColor);
	min-height: 500px;
	color:#fff;
	display: flex;
}

.veicolo_rightbar h2 {
	font-size:33px !important;
	padding: 0 15px;
	margin: 20px 0;
}

.form_field {
	display: flex;
	flex-direction: column;
	gap:5px;
}

form {
	display: flex;
	flex-direction: column;
	gap:20px;
	padding: 15px;
	border-radius: 20px;
	max-width: 450px;
}

pre-footer form {
	background: #00000030;
}

form input {
	height: 40px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}

form textarea {
	height:120px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}

form button {
	background-color:#000;
	color:#fff;
	padding:20px;
	border:0;
	border-radius:20px;
}

.privacy_field [type="checkbox"] {
	width: 30px;
}

.privacy_field {
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-size:12px;
}

.privacy_field a {
	color:#f2f2f2;
	text-decoration: underline;
	display: contents;
	text-decoration: underline;
}

pre-footer .col,
pre-footer .row {
	justify-content: center;
}

.col_form_container {
	align-items: center;	
}

/* VEICOLO TWIG */

container {
	max-width: var(--SiteWidth);
	display: flex;
	margin: auto;
}

.veicolo_content {
	width:calc(100% - 450px);
}

.veicolo_content .title {
	margin-bottom:20px;
}

.veicolo_rightbar {
	width:450px;
}

.veicolo_slider {
	width:100%;
}

.veicolo_slide img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	border-radius: 20px;
}

.veicolo_wrapper {
	gap:30px;
	padding: 0 15px;
	margin-bottom:50px;
}

.veicolo_wrapper .title {
	font-size:28px !important;
}

.veicolo_header_col {
	width:50%;
}

.veicolo_header_info, .veicolo_header_social {
	width:50%;
}

.veicolo_header_social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.veicolo_header_social a:hover {
	color:#fff !important;
}

.veicolo_header_social a {
	background: #f2f2f2;
	color: var(--PrimaryColor);
	font-weight: bold;
	font-size: 16px;
}

.veicolo_header_social a img {
	height: 18px;
	background: var(--PrimaryColor);
	padding: 5px;
	border-radius: 4px;
}

.veicolo_header {
	flex-direction: row;
}

.veicolo_header_info {
	flex-direction: column;
	margin-bottom:20px;
	padding: 15px;
}

.veicolo_header .desc {
	margin-bottom:20px;
}

.veicolo_header h1 {
	font-size:55px;
	margin: 20px 0;
}

.veicolo_header desc {
	color:#222;
}

.veicolo_header a {
	color:var(--PrimaryColor);
	text-decoration: none;
}

.veicolo_header h2 {
	margin: 0;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
}

.slick-dots li {
	list-style-type: none;
}

.slick-dots .slick-active button {
	background-color:var(--PrimaryColor);
}

.slick-dots li button {
	border-radius:100%;
	cursor: pointer;
	color:transparent;
	background-color: #f2f2f2;
	border:none;
	width:10px;
	height:10px;
}

.veicolo_specs_single_widget {
	display: flex;
	gap: 20px;
	background: #f9f9f9;
	padding: 20px;
	width:25%;
	border-radius: 20px;
	align-items: center;
}

.veicolo_specs_single_widget_content {
	display: flex;
	flex-direction: column;
	gap:5px;
}

.veicolo_specs_single_widget_content label {
	font-size:14px;
}

.veicolo_specs_widget_container {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}

.veicolo_specs_single_widget_content strong {
	font-size:18px;
}

.veicolo_specs_single_widget_icon i {
	font-size:24px;
	color: var(--PrimaryColor);
}

.veicolo_specs {
	margin-bottom:20px;
}

.veicolo_flag {
	height:18px;
}

.tech-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 15px;
}

.tech-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.tech-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.tech-table td {
  padding: 10px 12px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.tech-table td:first-child {
  font-weight: bold;
  width: 40%;
  color: #333;
}

.veicolo_rightbar_form_container {
	background-color: var(--PrimaryColor);
	color:#fff;
	border-radius:20px;
	height:fit-content;
	padding-top:1px;
}

.pulse {
  animation: pulse-flash 2s infinite;
}

@keyframes pulse-flash {
  0%, 100% {
	color: #f2f2f2;
	}
  50% {
	color: #39ff14; /* verde fluo */
  }
}

.sidebar_widget_operatore .veicolo_specs_single_widget_icon i{
	color:#fff;
}

.sidebar_widget_operatore {
	display: flex;
	gap: 20px;
	background: #00000045;
	color: #fff;
	padding: 20px;
	border-radius: 20px;
	margin: 0 15px;
	align-items: center;
}

.veicolo_location {
	padding: 20px;
	background: var(--PrimaryColor);
	border-radius: 20px;
	font-weight: bold;
	margin: 30px 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.veicolo_location a {
	background-color: #00000066;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	margin-left: 11px;
	font-size: 14px;
}

.veicoli_grid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	flex-wrap: wrap;
	gap: 1rem;
	gap:20px;
	padding:0;
	margin:0;
	margin-bottom:50px;
}

.veicoli_grid li {
	list-style-type: none;
	padding: 20px;
	box-shadow: 0px 0px 10px #0000001a;
	width: 300px;
}

.hidden {
	display: none;
}

#mio-form-response {
	color: #3cff3c;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	color: #000;
	font-weight: bold;
	font-size: 25px;
}

.veicoli_grid .item img {
	width: 100%;
	background: #f2f2f2;
	height: 220px;
	object-fit: cover;
	border-radius: 5px;
}  

.veicoli_grid .item a {
	text-decoration: none;
	color: inherit;
}

.veicoli_grid .item h3 {
	text-transform: uppercase;
	font-size:22px !important;
	line-height:22px !important;
}

.badge_container {
	display: flex;
	gap:5px;
}

.badge_container span {
	background: #f2f2f2;
	font-size: 12px;
	padding: 10px;
	border-radius: 20px;
}

.veicolo_desc_container {
	background: #f2f2f2;
	padding: 15px;
	border-radius: 10px;
}

.form_container_text_white {
	color:#fff;
}

.veicoli_page {
	display: flex;
	flex-direction: column;
	margin: auto;
	gap:30px;
	width: var(--SiteWidth);
}

.veicoli_page .filtri {
	display: flex;
	flex-direction: column;
	min-width: 300px;
	padding: 20px;
	gap: 20px;
	background: #f2f2f2;
	border-radius: 20px;
}

.single_filter select {
	width: 100%;
	height: 50px;
	border: 1px solid #d1d1d1;
	color: #333;
	border-radius: 10px;
	padding: 10px;
}

.single_filter_title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
}

.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}



/* FIX ELEMENTOR */

:root {
	--e-global-color-primary: #111 !important;
	--e-global-color-secondary: white !important;
	--e-global-color-accent: var(--PrimaryColor) !important;
	--e-global-color-text: #333 !important;
}

.elementor-button {
	border-radius: 20px !important;
	padding: 20px !important;
}

.elementor-icon-list-item {
	padding: 20px !important;
	background: #f2f2f2;
	border-radius: 20px;
}

.elementor-button-text,
.elementor-icon-box-title {
	font-size: 18px !important;
	font-weight: bold;
}

.elementor-icon-list-text {
	font-weight: bold !important;
}
