/* Header */
.header{
    display:flex ;
    justify-content: space-between;
    align-items: center;
    background-color: white;

    height: 9.6rem;
    padding: 0 4.8rem;
    position: relative;

    border-bottom: 0.5px solid black;
}

.logo{
    height: 20rem;
}

/* Navigation */
.main-nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited{
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 1.8rem;
    transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active{
    color: #CF2734;
}


/* section hero */
.section-hero{
    background-color: lightgray;
    padding: 4.8rem 0 9.6rem 0;
}

.hero{
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 3.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9.6rem;
    align-items: center;
}

.hero-description{
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4.8rem;
}

.hero-img{
    width: 90%;
}

/* SECTION Services */
.services{
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 3.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9.6rem;
    align-items: center;
    margin-top: 4.8rem;

}

.services-list{
    font-size: 2rem;
    padding: 0 3.2rem;
    line-height: 1.6;
}

.services-img{
    width: 75%;
    border-radius: 25%;
}


/* SECTION LOGOS OF CAR BRANDS */
.logos img{
    height: 10rem;
    width: auto;
}

.car-logos{
    margin:4.8rem 0;
    padding: 4.8rem 0;
    background-color: lightgray;
}

.logos{
    display: flex;
    justify-content: center;
    gap: 8rem;
}

/* SECTION OF MEEST VOORKOMENDE AANPASSINGEN */
.common-mods{
    margin-bottom: 4.8rem;

}
.mods-head{
    text-align: center;
    
}

.mods{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
}

.mods-list{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 48rem;
    height: 4.8rem;
    border-radius: 25px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

    font-size: 1.8rem;
    font-weight: 600;

    list-style-type: none;
    background-color: lightgray;

}

/* SECTION PROJECTS */

.projecten{
    background-color: lightgrey;
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
    /* margin-top: 4.8rem; */
}

.projecten-head{
    padding-top: 4.8rem;
}
.projecten-head-text{
    font-size: 4rem;
    text-align: center;
}

.projecten-row{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;

    padding-top: 4.8rem;
    margin: 0 10rem;
}

.projecten-kolom{

    display: flex;
    flex-direction: column;
    
    padding-top: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
    /* border: 1px solid black; */
    max-width: 350px;
    background-color: white;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 25px;


}

.column-title{
    margin-bottom: 2.4rem;
}

.column-title-text{
    text-align: center;
    font-size: 2.4rem;
}

.project-img img{
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

.project-description{
    padding-top: 2.4rem;
    font-size: 1.8rem;
    max-width: 300px;
    margin-right: 1.5rem;
    margin-left: 2.4rem;
    text-align: left;   

}

/* SECTION NEEM CONTACT OP */

.contact-sect{
    /* background-color: lightgrey; */
    background-color: #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 32rem;
    margin-bottom: 4.8rem;
    padding-top: 4.8rem;
    border-radius: 50px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.contact-head{
    text-align: center;
    font-size: 2.4rem;
}

.btn{
    background-color: #CF2734;
    border: none;
    border-radius: 25px;
    color: black;
    padding: 2.4rem 4.8rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.4rem;
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.btn a{
    text-decoration: none;
    color: black;
}

footer{
    background-color: lightgray;
    width: 100vw;
}

.footer-flex{
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

/* Navigation */
.footer-nav-list{
    list-style: none;
    line-height: 2.4rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    justify-self: center;

}

.footer-nav-link:link,
.footer-nav-link:visited{
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 1.8rem;
    transition: all 0.3s;
}

.footer-nav-link:hover,
.footer-nav-link:active{
    color: #CF2734;
}

.footer-icons{
    font-size: 4.8rem;
    justify-self: center;
}

.footer-icons a{
    text-decoration: none;
    color: black;
}

.footer-img{
    justify-self: center;
}

.footer-img img{
    height: 24rem;

}

.whatsapp-logo:link,
.whatsapp-logo:visited{
    color: black;
    transition: all 0.3s;
}

.whatsapp-logo:hover,
.whatsapp-logo:active{
    color: #075E54;
}

.facebook-logo:link, .messenger-btn:link,
.facebook-logo:visited, .messenger-btn:visited{
    color: black;
    transition: all 0.3s;
}

.facebook-logo:hover, .messenger-btn:hover,
.facebook-logo:active, .messenger-btn:active{
    color: #1778f2;
}

.instagram-logo:link,
.instagram-logo:visited{
    color: black;
    transition: all 0.3s;
}

.instagram-logo:hover,
.instagram-logo:active{
    color: #E4405F;
}

.mail-logo:link, .mail-btn:link,
.mail-logo:visited, .mail-btn:visited{
    color: black;
    transition: all 0.3s;
}

.mail-logo:hover, .mail-btn:hover,
.mail-logo:active, .mail-btn:active{
    color: #00a2ed;
}

.copyright{
    text-align: center;
    padding-bottom: 1.2rem;
}


/* CONTACT PAGE */
/* SECTION CONTACT OPTIONS */


.contact-header{
    background-color: lightgrey;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}

.contact-head{
    font-size: 2.4rem;
}
.contact-header p{
    font-size: 2rem;
    text-align: center;
    padding-top: 1.2rem;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
    line-height: 2.4rem;
}

.contact-options a{
    text-decoration: none;
    color: black;
}

.contact-options{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    /* gap: 10rem; */
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
    font-size: 8rem;
}

.contact-whatsapp{
    justify-self: center;

}
.contact-messenger{
    justify-self: center;
}
.contact-mail{
    justify-self: center;
}

.contact-logo-ws, .contact-logo-ms, .contact-logo-mail{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.contact-logo-ws:link,
.contact-logo-ws:visited{
    color: #075E54;
    transition: all 0.3s;
}

.contact-logo-ws:hover,
.contact-logo-ws:active{
    color: #075E54;
}

.contact-logo-ms:link,
.contact-logo-ms:visited{
    color: #1778f2;
    transition: all 0.3s;
}

.contact-logo-ms:hover,
.contact-logo-ms:active{
    color: #1778f2;
}

.contact-logo-mail:link,
.contact-logo-mail:visited{
    color: #00a2ed;
    transition: all 0.3s;
}

.contact-logo-mail:hover,
.contact-logo-mail:active{
    color: #00a2ed;
}

/* SECTION CONTACT FORM */

.contact-form-head-text {
    text-align: center;
    font-size: 2.4rem   ;
}

.contact-form-section{
    background-color: #f2f2f2;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
}

.contact-form {
    border-radius: 5px;
    padding: 0rem 20rem;
    padding-bottom: 4.8rem;
  }


input[type=text], textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

.contact-label{
    font-size: 1.8rem;
}
  textarea{
    height: 20rem;
  }

  input[type=submit] {
    background-color: #CF2734;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  input[type=submit]:hover {
    background-color: lightgrey;
  }

/* SERVICES PAGE */

/* SECTION SERVICES HEAD TEXT */

.services-head{
    background-color: lightgrey;
    text-align: center;
    font-size: 2.4rem;
    padding: 2.4rem 0;
}

/* SECTION UITLEZEN */

.uitlezen{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem 10rem;
    justify-items: center;
    align-items: center;

    border-bottom: 1px solid black;

}

.uitlezen-head{
    font-size: 2.0rem;
    margin-right: 24rem;
    text-align: center;
}

.uitlezen-head img{
    width: 24rem;
    height: auto;
    margin-top: 2.4rem;
    border-radius: 50px;
    justify-self: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.uitlezen-description{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    font-size: 2rem;
    line-height: 2.4rem;
}

/* SECTION CODERING */

.codering{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem 10rem;
    justify-items: center;
    align-items: center;

    border-bottom: 1px solid black;
    background-color: lightgrey;

}

.codering-head{
    font-size: 2.0rem;
    margin-left: 24rem;
    text-align: center;
}

.codering-head img{
    width: 24rem;
    height: auto;
    margin-top: 2.4rem;
    border-radius: 50px;
    justify-self: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.codering-description{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    font-size: 2rem;
    line-height: 2.4rem;
}

/* SECTION UPDATES */

.updates{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem 10rem;
    justify-items: center;
    align-items: center;

    border-bottom: 1px solid black;
}

.updates-head{
    font-size: 2.0rem;
    margin-right: 24rem;
    text-align: center;
}

.updates-head img{
    width: 24rem;
    height: auto;
    margin-top: 2.4rem;
    border-radius: 50px;
    justify-self: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.updates-description{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    font-size: 2rem;
    line-height: 2.4rem;
}

/* SECTION RETROFITS */

.retrofits{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.8rem 10rem;
    justify-items: center;
    align-items: center;

    border-bottom: 1px solid black;
    background-color: lightgrey;
    margin-bottom: 4.8rem;
}

.retrofits-head{
    font-size: 2.0rem;
    margin-left: 24rem;
    text-align: center;
}

.retrofits-head img{
    width: 24rem;
    height: auto;
    margin-top: 2.4rem;
    border-radius: 50px;
    justify-self: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.retrofits-description{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    font-size: 2rem;
    line-height: 2.4rem;
}

.retrofits-description ul{
    margin-left: 2.4rem;
}


/* PAGE PRIJZEN */

/* SECTION PRIJZEN HEAD */
.prijzen-head{
    padding: 4.8rem 0;
}

.prijzen-head-text{
    font-size: 4rem;
    text-align: center;
}

.prijzen-cards{
    margin-bottom: 4.8rem;
    
}

.prijzen-card-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* gap: 4.8rem; */
    justify-items: center;
}

.card{
    width: 28rem;
    height: 40rem;
    background-color: lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border-radius: 50px;
    gap: 2.4rem;
    padding: 4.8rem 1.2rem;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);;
}

.card-head{
    font-size: 2.4rem;
    /* justify-self: flex-start; */

}

.card-price{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8rem;
    font-weight: 700;
    color:#CF2734;
    height: 4.8rem;
}

.price-aanvraag{
    font-size: 3rem;
    color: #CF2734;
}

.card-description{
    font-size: 1.4rem;
    text-align:justify;
    line-height: 1.8rem;
    max-width: 18rem;
}

.card-description li{
    margin: 10px 0;
}

.prijzen-contact{
    font-size: 2rem;
}

.tab-container {
    display: flex;
    width: 55%;
    margin-top: 5%;
    margin-left: 20%;
    justify-content: space-between;
}
.tab {
    flex: 1;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background: rgb(217, 217, 217);
    background: 
      rgb(51, 51, 51) 100%;
    border: 1px solid #ccc;
    color: white;
    align-items: center;
    justify-content: center;
    transition: background-size, opacity 1s ease-out;
    opacity: 100%;
    width: 16%;
  }

  .tab img {
    display: block;
    margin: 0 auto;
  }
  
  .tab p {
    margin-top: 10px;
  }
  
  .tab:hover {
    background:rgba(71, 71, 71, 1) 100%;
    opacity: 90%;
    background-size: 105%; /* Zoom in the background */
  }
  
  
.tab.active {
    color: white;
    background: 
      rgba(71, 71, 71, 1) 100%;
}
.tab-content {
    display: none;
    border: 1px solid #ffffff;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 5%;
}
.tab-content.active {
    display: block;
}

.table-container {
    display: flex;
    width: 100%;
    margin-top: 5%;
}

#tabelauto {
    margin-top: 1%;
    border: 1px solid #ccc;
    margin-left: 5%;
    border-collapse: collapse;

}

td {
    border: 1px solid #ccc;
    padding: 8px;
}
  
  .faq-item {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  .question {
    cursor: pointer;
    font-weight: bold;
    padding-left: 2%;
    padding-top: 2%;
  }
  
  .answer {
 
    padding-left: 3%;
    padding-top: 2%;
  }

  #lijn {
    width: 70%;
    background-color: lightgray;
    margin-left: 10%;
    margin-top: 1%;
  }
  
