
/* -------------------------------------------------------------
   # Branding & Buttons
------------------------------------------------------------- */

/* Logo schaalt netjes en overschrijdt de navbar niet */
.navbar .brand-logo {
  height: 40px;       /* standaard desktop */
  width: auto;        /* behoud aspect ratio */
  max-height: 48px;   /* veiligheidsmarge */
  object-fit: contain;
  display: inline-block;
}

/* Responsieve logo-hoogtes */
@media (max-width: 991.98px) { .navbar .brand-logo { height: 36px; max-height: 40px; } }
@media (max-width: 767.98px) { .navbar .brand-logo { height: 32px; max-height: 36px; } }
@media (max-width: 575.98px) { .navbar .brand-logo { height: 28px; max-height: 32px; } }

/* Voorkom wrapping en positioneer container */
.navbar .container {
  flex-wrap: nowrap;
  position: relative;
}

/* Logo + tekst horizontaal */
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  min-width: 0;
}

/* Beperk breedte merknaam op mobiel */
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Tekstlogo standaard */
.text-logo {
  color: #0099ff !important;
  font-size: xx-large;
  font-weight: 700;
  padding: 0;
}

/* Tekstlogo kleiner op mobiel */
@media (max-width: 575.98px) {
  .text-logo {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

/* -------------------------------------------------------------
   # Navbar Toggler
------------------------------------------------------------- */

/* Basisstijl toggler */
.navbar .navbar-toggler {
  background-color: #fff;     /* solide achtergrond */
  border: 1px solid #ddd;
  border-radius: .375rem;
  padding: .25rem .5rem;
  transition: left .2s ease, transform .2s ease;
  z-index: 10; /* boven collapse */
}

/* Hamburger icoon */
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  filter: none;
}

/* Focus state */
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  outline: none;
}

/* Gesloten: rechts */
.navbar .navbar-toggler[aria-expanded="false"] {
  position: static;
  margin-left: auto;
}



/* -------------------------------------------------------------
   # Collapse Menu (mobiel)
------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;              /* direct onder navbar */
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 8px 16px rgba(0,0,0,.08);
    z-index: 9;
  }

  .navbar .navbar-nav {
    background-color: #fff;       /* extra zekerheid */
  }
}


@media (max-width: 575.98px) {
  /* Maak de menu-items breder zodat ze de hele breedte vullen */
  .navbar .navbar-nav .nav-item {
    width: 100%;            /* elk item neemt volledige breedte */
    text-align: left;       /* tekst netjes links */
  }

  /* Optioneel: vergroot lettergrootte voor betere klikbaarheid */
  .navbar .navbar-nav .nav-link {
    font-size: 1.1rem;
    display: block;
    width: 100%;
  }
}

.hero-title {
  font-size: clamp(1.5rem, 6vw, 3rem);
}

.btn-diensten {
  border: 2px solid #0099ff;
  color: #0099ff;
  background: transparent;
}
.btn-diensten:hover {
  background-color: #0099ff;
  color: #fff;
}
.btn-abbo {
  border: 2px solid #0099ff;
  color: #0099ff;
  background: transparent;
}
.btn-abbo:hover {
  background-color: #0099ff;
  color: #fff;
}
.btn-abbo-most {
  background-color: #0099ff;
  color: #fff;  
}
.btn-abbo-most:hover {
  border: 2px solid #0099ff;
  color: #0099ff;
  background: transparent;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;       /* grootte van de cirkel */
  height: 50px;
  border-radius: 50%; /* maakt het rond */
  border: 2px solid #0099ff;
  /*background-color: #f0f0f0; /* achtergrondkleur van de cirkel */
  color: #0099ff;       /* kleur van het icoon */
  font-size: 20px;   /* grootte van het icoon */
}

/* -------------------------------------------------------------
   # Footer
------------------------------------------------------------- */
.footer {
  background-color: var(--bs-body-bg);
}

.text-footer-title {
  color: #0099ff !important;
  font-weight: 700;
}

.footer-strip {
  background-color: #000000;
  color: #6087be;
}
.footer-strip a { color: #6087be; }
.footer-strip a:hover { color: #ffffff; }

.footer-logo {
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.footer-logo-link:hover .footer-logo,
.footer-logo-link:focus .footer-logo {
  opacity: 1;
  filter: none;
  transform: translateY(-1px);
}

/* -------------------------------------------------------------
   # Contact Section
------------------------------------------------------------- */
.contact-btn {
  border: 2px solid #0099ff;
  color: #0099ff;
  background: transparent;
}
.contact-btn:hover {
  background-color: #0099ff;
  color: #fff;
}

.contact .info-item+.info-item { margin-top: 40px; }
.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form { height: 100%; }
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.frm_cb {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* -------------------------------------------------------------
   # Pricing Section
------------------------------------------------------------- */
.pricing-section { padding: 4rem 0; }
.section-heading { font-weight: 800; letter-spacing: .5px; }
.section-subtitle { max-width: 860px; margin: .75rem auto 2rem; color: #6c757d; }
.billing-toggle .btn { min-width: 8rem; }

.pricing-card {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(16,24,40,.06);
  transition: transform .15s ease, box-shadow .15s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;

}
.pricing-card:hover {
  /*transform: translateY(-2px);*/
  box-shadow: 0 12px 28px rgba(16,24,40,.10);
}

.plan-label {
  position: absolute;
  top: -14px;
  left: 1rem;
  background: #e9ecef;
  color: #0f172a;
  font-weight: 700;
  padding: .35rem .75rem;
  border-radius: .75rem;
  font-size: .95rem;
}

.plan-label-def {
  position: absolute;
  top: -14px;
  left: 1rem;
  background: #0099ff;
  color: #e9ecef;
  font-weight: 700;
  padding: .35rem .75rem;
  border-radius: .75rem;
  font-size: .95rem;
}

.price {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
}
.price small { font-weight: 600; color: #64748b; }

/* CTA button in pricing card */
.pricing-card .btn {
  border-radius: 999px;
  padding: .6rem 1rem;
  margin-top: auto;
}

.featured { border-width: 3px; border-color: #0099ff; }

@media (max-width: 991.98px) {
  .pricing-card { margin-bottom: 1.25rem; }
}


/* --- MOST WANTED ribbon --- */
.ribbon {
  position: absolute;
  top: 12px;
  right: -8px;
  z-index: 2;
  overflow: visible;
  pointer-events: none;      /* ribbon is decoratief */
}

.ribbon span {
  display: inline-block;
  background: #0cde7f;      /* Bootstrap primary */
  color: #000000;
  font-weight: 700;
  font-size: .75rem;        /* compact */
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: .35rem .6rem;
  border-radius: .25rem;
  box-shadow: 0 4px 10px rgba(61, 253, 13, 0.25);
}

/* schuine staartjes (optioneel) */
.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border: 6px solid transparent;
  border-top-color: #0cde7f;
  filter: brightness(0.95);
}

/* -------------------------------------------------------------
   # Features List & Icons
------------------------------------------------------------- */
.features {
  line-height: 1.45;
}
.features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.features li:last-child { margin-bottom: 0; }

.features .icon,
.features .iconX {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  margin-top: 0.15em;
}
.features .icon {
  border: 2px solid #198754;
  color: #198754;
}
.features .iconX {
  border: 2px solid #f55505;
  color: #f55505;
}
.features .text {
  flex: 1 1 auto;
  line-height: 1.45;
}

/* -------------------------------------------------------------
   # Utilities
------------------------------------------------------------- */
.text-xs { font-size: 0.75rem; }
