section#resultaten {
    padding: 60px 20px;
   
    text-align: center;
  }
.areview{
        overflow-y: scroll;
            max-height: 350px
}
  .mySwiper{
    width: 80% !important;
  }
.banner_container .col .fa-solid{
    color:white !important;
}
  #resultaten h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #resultaten p.sub {
    font-size: 18px;
    color: #f97316;
    margin-bottom: 40px;
  }
     .sterren {
        display: flex;
        flex-direction: row;
        gap: 5px;
        cursor: pointer;
      }

      .ster {
        font-size: 3rem;
        color: gray;
        transition: color 0.2s;
      }

      .ster.geel {
        color: gold;
      }

  

  .swiper-slide h3 {
    margin-bottom: 10px;
  }




  .swiper-pagination {
    margin-top: 20px;
  }

  .cta-button {
    display: inline-block;
    margin-top: 40px;
    background-color: #f97316;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .cta-button:hover {
    background-color: #ea580c;
  }



.aboutusimg img{
    width:100%;
    height:auto;
    border-radius:5px;
    box-shadow: 0px 0px 6px 3px black;
    margin-bottom:20px;
}


.content_aboveiconline::before {
    content: "";
    display: block;
    border-top: 1px solid white;
    width: 60%;
    margin: 8px auto 0 auto;
  }
  .content_aboveiconline{
    text-align: center;
  }

/* Uitleg banner sectie */
.infovak_banner{
   
   text-align: center;

}
.infovak_banner::before {
    content: "";
    display: block;
    border-top: 1px solid black;
    width: 60%;
    margin: 8px auto 0 auto;
  }



/* Sterren van gemiddelde score review */
.star_rank{

    margin-right: 5px;
    width:25px;
    height:25px;
   
}

/* Iconen kolum eerst vak homepage de col van de row */
.flist{
    text-align: center;
    position: relative;

}
.flist i{
    font-size: 3rem;
    margin-bottom: 10px;
}
/* Cards van de de blogs */
.content_blog .card{
    box-shadow:0px 1px 4px 0px black;
}
.blog_captions{
    text-align: center;
}
.card-text a{
    color:black;
    text-decoration:underline;
    float:right;
    margin-top:15px;
}

/* Opmaak van de title van price kaarten */
.pakket_title{

    background-color: #aa00ab;
    color: white;
        text-align: center;
    margin: 0 auto;
    width:100%;
    padding: 10px 20px 1px 20px;
     border-radius: 15px 14px 0px 0px;
}
.pakket_information{
    padding:15px;
    
}
.swiper-slide-review{
    border-radius:0px !important;
}
/* 
#processreview .row{
    margin-bottom:10px;
}
    */

    /*
.pricerow{
  
    position:relative;
    margin:0 auto;
 
}
.card_price{

    margin-left: 15px !important;
    margin-top: 25px;
    color: Black !important;
    padding: 0px !important;
    box-shadow: 0px 0px 0px 0px black;
    border-radius: 30px !important;
    margin-bottom: 10px;
    border: solid 2px black;
    transition: 0.5s;
}
.card_price:hover{
    background-color: white;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 25px;
    color: Black !important;

    padding: 0px !important;
    box-shadow: 0px 0px 0px 0px black;
    border-radius: 30px !important;
    margin-bottom: 10px;
    border: solid 2px black;
    transition: 0.5s;
}


.bpakket_information a{
    color:white;
    text-decoration: none;
}
.pakket_information a:hover{
    color:white;
}

.viewall a{
    color:white;
}


.inactive_option_price .fa-square-check{
    color:#a3a3a3;
}
.inactive_option_price{
color:#549e35;
}
.uncheckbox{
    color:#262626 !important;
}
    .scrolling-cards{
 
   scrollbar-color: #660964 transparent;
    overflow-x:auto;
   
    margin-bottom:10px;
    margin-top:10px;
    
}
    .heading_about .row{
    max-width: 1100px;
    margin:0 auto;
}
*/

/* Vinkjes in de price cards */ 
.active_option_price .fa-square-check{
    color:#549e35 !important;;
}




/*
.content-box .btn-custom {
    background-color: #ff758c;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
  
    transition: 0.3s;
}
.content-box .btn-custom:hover {
    background-color: #ff517a;
}
    */

   
            .review_dialog{
width:45% !important;
max-width:45% !important;
            }
@media only screen and (max-width:  1000px) {
              .review_dialog{
width:90% !important;
max-width:90% !important;
            }
  .mySwiper{
    width: 100% !important;
  }
    .content_blog .card {
        width: 100% !important;
        flex: auto !important;
        margin-bottom: 15px !important;
    }
 .areview{
    width:100%;
    font-size:3 rem !important;
          max-height: 500px;
        overflow-y: scroll;
 }
 

 .star_rank{

    margin-right: 5px;
    width:50px;
    height:50px;
   
}

 .flist{
    top:0px !important;
    margin-top:60px;
}

.flist i{

    font-size:12rem !important;
}
}
    /* Mobiel: modal vult bijna hele scherm */
      @media (max-width: 576px) {
        .modal-dialog {
          margin: 10px !important;
          max-width: 100% !important;
          height: auto;
        }

        .custom-modal-mobile {
          height: calc(100vh - 20px);
          overflow-y: auto;
          border-radius: 12px;
          padding: 15px;
        }
      }
