body {
    font-family: Arial;
}

header,
footer {
    background: #111;
    color: #fff;
}

p,h2 {
      color:white;

}

a {
    color: #09f;
}

.nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

.nav a.is-active {
    color: #007acc;
}

/* looks van blocks */
.block {
    background: #f7f7f7;
    border-radius: 6px;
}

.block h3 {
    margin-top: 0;
    color: #111;
}

.block p {
    margin-bottom: 0;
    color: #000;
    line-height: 1.6;
}

.visually-hidden {
  position: absolute !important;
  height: 1px; 
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


.tabs-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin: 6px 20px 4px;
}

/* Mobiel */
.tabs-mobile {
  display: none;
  padding: 8px 16px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.tabs-mobile select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 0.95rem;
}

/* Desktop */
@media (max-width: 768px) {
  .tabs { display: none; }
  .tabs-mobile { display: block; }
}

@media (min-width: 769px) {
  .tabs {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
  }

  .tab {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    background: #f0f0f0;
    text-decoration: none;
    color: #333;
    position: relative;
    top: 1px;
  }

  .tab:hover {
    background: #fff;
  }

  .tab.active {
    background: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    z-index: 2;
  }
}



.readmore summary {
  margin-top:5px;
  position:absolute;
  background-color: #0455B0;
  
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border-radius: 12px 0 0 0;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  list-style: none;
}
.readmore summary::-webkit-details-marker {
  display: none;
}
.readmore[open] summary {
  margin-bottom: 0;
}
.readmore summary::after {
  content: "▼";
  padding-left:5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.readmore[open] summary::after {
  transform: rotate(180deg);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 16px 0 32px;
}

.feature {
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fafafa;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}

.contact-card.chat-open {
  cursor: pointer;
  transition: all .2s ease;
}

.contact-card.chat-open:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

@media (min-width: 768px) {
  .features {
    max-width: 800px;

  }}

  
@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr 1fr; /* altijd 2 op mobiel */
  }
}

.feature::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 10px;
  color: #2ca02c;
  font-weight: bold;
}


.print-button{
  margin: 12px 0 24px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
}

@media print {
  .print-button { display: none; }
  header, footer, nav { display: none; }
}

.contact-row{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon{
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0455B0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.contact-text h3{
  margin: 0 0 6px;
}

.icon-mail::after { content: "✉"; }
.icon-phone::after { content: "☎"; }
.icon-whatsapp::after { content: "💬"; }
.icon-location::after { content: "📍"; }
.icon-collab::after { content: "🤝"; }
.icon-faq::after { content: "❓"; }


.expertise-card{
  position: relative;
  padding-left: 64px;   /* ruimte voor icoon */
  padding-top: 18px;
}

.expertise-icon{
  position: absolute;
  top: 14px;
  left: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0455B0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
}

/* Iconen */
.icon-web::after       { content: "🌐"; }
.icon-ai::after        { content: "🤖"; }
.icon-rpa::after       { content: "⚙"; }
.icon-transform::after { content: "📈"; }


footer{
  position: relative;
  text-align: center;
  padding-bottom: 28px; /* ruimte voor rechtsblok */
  
}

footer p{
  margin: 0;
}

/* Rechts onder: links + omhoog knop */
.footer-legal-nav{
  position: absolute;
  right: 20px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Links naast elkaar */
.footer-links{
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-links a{
  color: #bbb;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.footer-links a:hover{
  color: #fff;
}

/* Scroll-to-top pijlen */
.footer-top{
  background: #0455B0;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.footer-top::before {
  content: "\00AB"; /* «« */
  display: block;
  transform: rotate(90deg); /* maakt ze omhoog */
  font-size: 18px;
  line-height: 1;
}
/* ===== Mobiel ===== */
@media (max-width: 768px){
  footer {
    min-height:270px;
  }
  .footer-top {
    position:absolute;
    top:10px;
    right:2px;
  }
  .footer-legal-nav{

    position: static;
    margin-top: 32px;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

.footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links {
  flex-direction: column;
  gap: 10px;
}

}
