/* =========================================================
   VOERTUIG PAGINA  GDM CITYCARS STYLE
========================================================= */

:root{
  --main-blue:#135e96;
}

.voertuig{
  padding:60px 0;
  font-family:"Nunito",sans-serif;
  color:#1b1b1b;
}

/* ================= HEADER ================= */

.voertuig header{
  display:flex;
  gap:40px;
  padding-bottom:60px;
}

.voertuig header .banner{
  width:calc(100% - 500px);
  overflow:hidden;
}

.voertuig header .head_info{
  width:460px;
  background:#fff;
  border-radius:16px;
  padding:26px;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  gap:18px;
  align-self:flex-start;
}

/* ================= TITELS ================= */

.voertuig header .head_info h2{
  font-size:28px;
  font-weight:800;
  color:#111;
  margin:0;
  line-height:1.2;
}

.voertuig header .head_info h1{
  font-size:15px;
  font-weight:500;
  color:#666;
  margin:0;
}

/* ================= INFO LIST ================= */

.voertuig header .head_info .info-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
}

.voertuig header .head_info .info-list li{
  font-size:14px;
  color:#333;
  display:flex;
  align-items:center;
  gap:8px;
}

.voertuig header .head_info .info-list li:after{
  content:"";
  height:14px;
  border-left:1px solid #ddd;
  margin-left:12px;
}

.voertuig header .head_info .info-list li:last-child:after{
  display:none;
}

/* ================= PRIJZEN ================= */

.voertuig header .head_info .prices{
  display:flex;
  gap:14px;
}

.voertuig header .head_info .prices h4,
.voertuig header .head_info .prices h5{
  margin:0;
  font-size:26px;
  font-weight:800;
  color:var(--main-blue);
}

.voertuig header .head_info .prices span{
  display:block;
  font-size:14px;
  color:#666;
  font-weight:500;
}

/* ================= BUTTONS ================= */

.voertuig header .head_info ._buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.voertuig header .head_info ._buttons a,
.voertuig header .head_info ._buttons button{
  width:100%;
  border:0;
  border-radius:8px;
  background:var(--main-blue);
  color:#fff;
  font-weight:700;
  font-size:15px;
  padding:14px 20px;
  transition:.25s;
}

.voertuig header .head_info ._buttons a:hover,
.voertuig header .head_info ._buttons button:hover{
  background:#0d4c78;
}

/* ================= SOCIALS (NORMALE ICONS) ================= */

.voertuig header .head_info ._socials{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.voertuig header .head_info ._socials a{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--main-blue);
  font-weight:600;
  text-decoration:none;
}

/* Verberg oude icon fonts */
.voertuig header .head_info ._socials a i{
  display:none;
}

/* Whatsapp */
.voertuig header .head_info ._socials li:nth-child(1) a:before{
  content:"💬";
  font-size:18px;
}

/* Telefoon */
.voertuig header .head_info ._socials li:nth-child(2) a:before{
  content:"📞";
  font-size:18px;
}

/* Mail */
.voertuig header .head_info ._socials li:nth-child(3) a:before{
  content:"✉️";
  font-size:18px;
}

.voertuig header .head_info ._socials a:hover{
  color:#0d4c78;
}

/* ================= MAPS (FIX RAND) ================= */

.voertuig header .head_info iframe{
  width:100%;
  height:260px;
  border:0!important;
  outline:0!important;
  border-radius:12px;
  display:block;
}

/* ================= SECTIONS ================= */

.voertuig section{
  margin-bottom:60px;
}

.voertuig section h2{
  font-size:28px;
  font-weight:800;
  margin:0 0 18px;
  color:#111;
}

/* ================= SPECIFICATIES ================= */

.voertuig .specificaties ul{
  list-style:none;
  padding:0;
  margin:0;
  border-top:1px solid #e5e5e5;
  columns:2;
}

.voertuig .specificaties ul li{
  border-bottom:1px solid #eee;
  padding:10px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  font-size:15px;
}

.voertuig .specificaties ul li strong{
  font-weight:700;
  color:#111;
}

.voertuig .specificaties ul li span{
  color:#555;
}

/* ================= ACCESSOIRES ================= */

.voertuig .accessoires h3{
  font-size:20px;
  font-weight:800;
  color:var(--main-blue);
  margin:0 0 10px;
}

.voertuig .accessoires .accessoires_group ul{
  columns:3;
  column-gap:40px;
  padding-left:18px;
}

.voertuig .accessoires .accessoires_group ul li{
  break-inside:avoid;
  font-size:14px;
  padding:4px 0;
  color:#444;
}

/* ================= SLIDER ================= */

.voertuig header .banner .details__large a{
  display:block;
  height:520px;
}

.voertuig header .banner .details__large img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}

.voertuig header .banner .details__slider .details__slide{
  width:calc(25% - 7.5px);
  height:140px;
  margin-right:10px;
}

.voertuig header .banner .details__slider .details__slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1100px){
  .voertuig header .banner{
    width:calc(100% - 380px);
  }
  .voertuig header .head_info{
    width:340px;
  }
}

@media(max-width:880px){
  .voertuig header{
    flex-direction:column;
  }
  .voertuig header .banner,
  .voertuig header .head_info{
    width:100%;
  }
  .voertuig header .banner .details__large a{
    height:65vw;
  }
}

@media(max-width:767px){
  .voertuig .specificaties ul{
    columns:1;
  }
  .voertuig .accessoires .accessoires_group ul{
    columns:1;
  }
}

/* ================= FLICKITY ARROWS FIX ================= */

.voertuig .flickity-prev-next-button{
	width:48px;
	height:48px;
	background:#135e96;
	border-radius:12px;
	box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.voertuig .flickity-prev-next-button:hover{
	background:#0d4c78;
}

.voertuig .flickity-prev-next-button svg{
	width:20px;
	height:20px;
}

.voertuig .flickity-button-icon{
	fill:#fff;
}

/* positie */
.voertuig .flickity-prev-next-button.previous{
	left:15px;
}

.voertuig .flickity-prev-next-button.next{
	right:15px;
}

/* verberg pijlen op thumbnails */
.details__slider .flickity-prev-next-button{
	display:none;
}


/* ================= FLICKITY DEFINITIEVE FIX ================= */

.voertuig header .banner{
  overflow:hidden;
}

.voertuig header .banner .details__large{
  position:relative;
  overflow:hidden;
  border-radius:16px;
}

/* viewport netjes afkappen */
.voertuig header .banner .details__large .flickity-viewport{
  overflow:hidden;
  border-radius:16px;
}

/* elke grote slide exact volledige breedte geven */
.voertuig header .banner .details__large .flickity-slider > a,
.voertuig header .banner .details__large .flickity-slider > .details__slide,
.voertuig header .banner .details__large > a{
  width:100%;
  display:block;
}

/* afbeelding vult de volledige slide */
.voertuig header .banner .details__large a{
  display:block;
  width:100%;
  height:520px;
}

.voertuig header .banner .details__large img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}

/* Flickity pijlen */
.voertuig .details__large .flickity-prev-next-button{
  width:56px;
  height:56px;
  background:var(--main-blue);
  border-radius:12px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  opacity:1;
}

.voertuig .details__large .flickity-prev-next-button:hover{
  background:#0d4c78;
}

.voertuig .details__large .flickity-prev-next-button.previous{
  left:16px;
}

.voertuig .details__large .flickity-prev-next-button.next{
  right:16px;
}

.voertuig .details__large .flickity-button:focus{
  box-shadow:0 0 0 3px rgba(19,94,150,.2);
  outline:none;
}

.voertuig .details__large .flickity-button-icon{
  fill:#fff;
}

/* thumbnails */
.voertuig header .banner .details__slider{
  margin-top:16px;
}

.voertuig header .banner .details__slider .flickity-viewport{
  overflow:hidden;
}

.voertuig header .banner .details__slider .details__slide{
  width:calc(25% - 7.5px);
  height:140px;
  margin-right:10px;
  overflow:hidden;
  border-radius:12px;
}

.voertuig header .banner .details__slider .details__slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

/* geen arrows op thumbnails */
.voertuig .details__slider .flickity-prev-next-button{
  display:none !important;
}

@media(max-width:880px){
  .voertuig header .banner .details__large a{
    height:65vw;
  }
}


/* Flickity pijlen terug naar normale stijl op de grote foto */

.voertuig header .banner .details__large{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.voertuig header .banner .details__large .flickity-viewport{
  overflow: hidden;
  border-radius: 16px;
}

.voertuig header .banner .details__large .flickity-slider > a{
  width: 100%;
  display: block;
}

.voertuig header .banner .details__large a{
  display: block;
  width: 100%;
  height: 520px;
}

.voertuig header .banner .details__large img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* reset alle eerdere custom knoppen */
.voertuig .flickity-prev-next-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
}

/* alleen op de grote slider tonen */
.voertuig .details__large .flickity-prev-next-button.previous{
  left: 16px;
}

.voertuig .details__large .flickity-prev-next-button.next{
  right: 16px;
}

.voertuig .details__large .flickity-prev-next-button:hover{
  background: transparent !important;
  opacity: .85;
}

.voertuig .details__large .flickity-button-icon{
  fill: #fff;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

/* geen focus rand of blauwe vlakken */
.voertuig .details__large .flickity-button:focus{
  outline: none;
  box-shadow: none;
}

/* thumbs zonder arrows */
.voertuig .details__slider .flickity-prev-next-button{
  display: none !important;
}

/* thumbnails netjes houden */
.voertuig header .banner .details__slider{
  margin-top: 16px;
  padding: 0 !important;
}

.voertuig header .banner .details__slider .details__slide{
  width: calc(25% - 7.5px);
  height: 140px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 12px;
}

.voertuig header .banner .details__slider .details__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@media(max-width:880px){
  .voertuig header .banner .details__large a{
    height: 65vw;
  }
}