/*
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

*/


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 */
}

/* 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: 100px auto;
    }

    /* Iets meer ruimte onder het copyright */
    .calc-footer {
      margin-top: 50px;
      font-size: 0.9rem;
      color: #aaa;
      text-align: center;
    }

    /* Zorg voor meer lucht tussen de secties */
.calc-step {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* Form label wat meer ruimte geven */
.calc-step h5 {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

/* Selectbox minder breed en centreren */
.calc-step .form-select {
  max-width: 400px;     /* niet te breed */
  margin: 0 auto;       /* centreren */
  padding: 12px 14px;
  font-size: 1rem;
  border-radius: 8px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.calculator-wrapper {
  flex: 1;
  width: 100%;
  display: block;
}


footer {
  width: 100%;
  clear: both;
}
