/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.7.1752853407
Updated: 2025-07-18 17:43:27

*/
/* --- HEADER MENU BOVENAAN --- */
.calc-header {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 20px 60px;
  z-index: 1000;
  box-sizing: border-box;
}

.calc-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.calc-logo img {
  height: 45px;
  width: auto;
}

.calc-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.calc-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.calc-menu li a:hover {
  color: #ff0000;
}

.calc-menu li:last-child a {
  background: #d80000;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
}

.calc-menu li:last-child a:hover {
  background: #b30000;
}

/* Mobiel hamburger knop (verborgen op desktop) */
.calc-hamburger {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

/* Zorg dat de calculator content niet onder het menu valt */
.container {
  margin-top: 100px;
  text-align: center;
}

/* --- MOBIEL --- */
@media (max-width: 768px) {
  .calc-header {
    padding: 15px 20px;
  }

  /* Menu standaard verbergen */
  .calc-menu {
    position: absolute;
    top: 70px;
    right: 20px;
    background: rgba(0,0,0,0.95);
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    display: none;
  }

  /* Als actief menu open is */
  .calc-menu.active {
    display: flex;
  }

  .calc-menu li:last-child a {
    display: block;
    text-align: center;
  }

  /* Toon hamburger knop */
  .calc-hamburger {
    display: block;
  }
}

/* --- ZORG DAT DE CALCULATOR CONTENT NIET ACHTER HET MENU KOMT --- */
.container {
  margin-top: 120px; /* duwt content omlaag zodat het niet onder het menu valt */
  text-align: center; /* center de calculator */
}

p{
color: white;    
}

/* Zorg dat tekst in de cards altijd zichtbaar is */
.quality-card .card-body {
  color: #212529 !important; /* Bootstrap text-dark */
}

/* Maak de cards wat mooier */
.quality-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quality-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Extra duidelijk als geselecteerd */
.quality-card.selected {
  border: 2px solid #007bff;
  box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}


/* Forceer donkere tekst in alle cards */
.quality-card .card-title,
.quality-card .card-text {
  color: #212529 !important;  /* donkere tekst */
}

.quality-card ul {
  list-style: none; /* standaard bullets weg */
  padding-left: 0;
}

.quality-card li::before {
  content: "\f058"; /* bijvoorbeeld fa-check-circle */
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  color: #007bff; /* mooi blauw */
  margin-right: 8px;
}


/* Extra veiligheid: als er per ongeluk text-white ergens op zit */
.quality-card .card-body {
  background: #fff; /* lichte achtergrond in de body */
  color: #212529 !important;
}
.card.ours {
  border: 2px solid #28a745;
}
.card.youtube {
  border: 1px dashed #aaa;
}

.format-option {
  cursor: pointer;
  transition: border 0.2s ease, transform 0.2s ease;
}

.format-option:hover {
  border: 2px solid #007bff;
  transform: scale(1.02);
}

.format-selected {
  border: 3px solid #007bff !important;
  box-shadow: 0 0 10px rgba(0,123,255,0.4);
}

 .format-option {
      transition: border 0.2s ease, transform 0.2s ease;
    }
    .format-option:hover {
      border: 2px solid #007bff;
      transform: scale(1.02);
    }
    .format-selected {
      border: 3px solid #007bff !important;
      box-shadow: 0 0 10px rgba(0,123,255,0.4);
    }

    .quality-card {
      position: relative;
      transition: border 0.2s ease, transform 0.2s ease;
    }
    .quality-card:hover {
      border: 2px solid #007bff;
      transform: scale(1.02);
    }
    .quality-card.selected {
      border: 3px solid #007bff !important;
      box-shadow: 0 0 10px rgba(0,123,255,0.4);
    }
    .quality-select-box {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 10;
      background: rgba(255,255,255,0.9);
      padding: 4px;
      border-radius: 4px;
      border: 1px solid #ccc;
    }
    .quality-select-box input[type="radio"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }

    /* Maak alle info-iconen wit */
    .fa-circle-info.text-info {
      color: #fff !important; /* Wit icoon */
    }

    /* Eventueel ook hover-state forceren */
    .fa-circle-info.text-info:hover {
      color: #ddd !important; /* Lichtgrijs bij hover */
    }
    /* Specifiek de titel van de extra-kaarten zwart maken */
    #video-wizard .calc-step .card h6 {
      color: #000 !important;
    }


    .format-card.format-selected {
      border: 2px solid #0d6efd; /* Bootstrap primary blauw */
      box-shadow: 0 0 10px rgba(13,110,253,0.3);
    }

    .calc-wizard-box {
      background: #202020; /* of rgba(255,255,255,0.03) */
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      max-width: 850px;
      margin: 40px auto;
    }


    html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.calculator-wrapper {
  flex: 1;
}

footer.calc-footer {
  flex-shrink: 0;
  width: 100%;
}

/* Footer stijl aanpassen */
.calc-footer {
  background-color: #1d1d1d;
  color: white;
  padding: 60px 20px 30px;
  font-family: 'Roboto', sans-serif;
}

.calc-footer .container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; /* alles links uitlijnen */
}

.calc-footer h4 {
  margin-bottom: 15px;
}

.calc-footer ul {
  list-style: none;
  padding: 0;
  line-height: 1.8;
  margin: 0;
}

.calc-footer ul li a {
  color: white;
  text-decoration: none;
}

.calc-footer ul li a:hover {
  text-decoration: underline;
}

.calc-footer p {
  margin: 0 0 10px;
}

.calc-footer img {
  max-width: 160px;
  margin-bottom: 20px;
}

.calc-footer .copyright {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}
