body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff; /* Black background for the whole page */
    color: #fff; /* White text color */
}

#intro-header {
    position: relative;
    width: 100%;
    height: 100%; /* Adjust based on your requirement */
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    transition: background-image 5s ease-in-out; /* Smooth transition */
}

.intro-text {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 20px;
}


nav {
    background-color: #000;
    color: #fff;
}

/* Style for navigation bar */
.topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    overflow: hidden;
}

.topnav img{
    height: 50px;
}

.topnav a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a.icon {
    display: none;
}

/* Mobile menu styles */
.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #000000;
}

.mobile-menu a {
    color: white;
    padding: 14px;
    text-decoration: none;
    border-top: 1px solid #ddd;
}

.topnav a:hover {
    background-color: #dd3333; /* Red background on hover */
    color: #fff;
}

.topnav a.active {
    background-color: #dd3333; /* Red background for active link */
    color: white;
}

.topnav .icon {
    display: none;
}

header {
    
    height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header h1 {
    font-size: 3em;
    margin: 0;
}

header p {
    font-size: 1.5em;
}

section {
    padding: 40px 20px;
    text-align: center;
    color: #fff;
}

section h2 {
    margin-bottom: 20px;
    color: #dd3333; /* Red color for section headings */
}

.qualities-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.quality {
    width: 22%;
    background-color: #111; /* Slightly lighter black */
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3); /* Red shadow */
}
#info{
    display: flex;
    justify-content: center;


}
.event {
    background-color: #111; /* Slightly lighter black */
    
    align-content: center;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3); /* Red shadow */
    h3{
        margin-top: 0;
        color: #dd3333; /* Red color for quality headings */
    }
    a:link{
        text-decoration: none;
        color: #fff;
    }
    a:visited{
        text-decoration: none;
        color: #fff;
    }
}

.onderhoud {
    width: 55%;
    background-color: #111; /* Slightly lighter black */
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3); /* Red shadow */
    img{
        width: 70%;
    }
}

.quality h3 {
    margin-top: 0;
    color: #dd3333; /* Red color for quality headings */
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section {
    margin: 10px;
}

.footer-section h3 {
    margin-top: 0;
    color: #dd3333; /* Red color for footer section headings */
}

.footer-section a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.footer-section a:hover {
    color: #dd3333; /* Red color on hover for social links */
}

.footer-bottom {
    background-color: #111;
    padding: 10px;
    color: #fff;
}

/* Pricing Page Styles */
header#home {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#home h1 {
    font-size: 2.5em;
}

header#home p {
    font-size: 1.2em;
}

#pricing {
    padding: 40px 20px;
    color: #ffffff;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-container h2 {
    margin-bottom: 20px;
    color: #dd3333; /* Red color for headings */
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table, th, td {
    border: 1px solid #000000;
}

th, td {
    padding: 12px;
    text-align: center;
}

th {
    background-color: #333;
    color: #ffffff;
}

tr:nth-child(even) {
    background-color: #222;
}

tr:nth-child(odd) {
    background-color: #000000;
}

tr:hover {
    background-color: #444;
}
h5{
    color: #000000;
    size: 12px;
}


/* Repairs Page Styles */
header#repairs-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#repairs-header h1 {
    font-size: 2.5em;
}

header#repairs-header p {
    font-size: 1.2em;
}

#repairs {
    padding: 40px 20px;
    color: #000000;
    background-color: #ffffff; /* Black background for the section */
}

.repairs-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.repair-quality {
    background-color: #000000;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    width: 45%;
    box-sizing: border-box;
    text-align: center;
}

.repair-quality h3 {
    color: #dd3333; /* Red color for subheadings */
    margin-bottom: 10px;
}

.repair-quality p {
    color: #fff;
}

.repair-quality i {
    font-size: 2em;
    color: #dd3333; /* Red color for icons */
    margin-bottom: 10px;
}

.contact-callout {
    background-color: #000000;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
}

.contact-callout h2 {
    color: #dd3333;
    margin-bottom: 10px;
}

.contact-callout p {
    color: #fff;
}



/* Brands Page Styles */
header#brands-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#brands-header h1 {
    font-size: 2.5em;
}

header#brands-header p {
    font-size: 1.2em;
}

#brands {
    padding: 40px 20px;
    color: #fff;
    background-color: #ffffff; /* Black background for the section */
}
a:link{
    text-decoration: none;
}

.brands-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand {
    background-color: #000000;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
}

.brand img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.brand h3 {
    color: #dd3333; /* Red color for subheadings */
    margin-bottom: 10px;
}

.brand p {
    color: #fff;
}

.brand img{
    background-color: #ffffff;
    height: 100px;
    width: auto;
}

/* Ophaal Service Page Styles */
header#service-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#service-header h1 {
    font-size: 2.5em;
}

header#service-header p {
    font-size: 1.2em;
}

#service {
    padding: 40px 20px;
    color: #fff;
    background-color: #ffffff; /* Black background for the section */
}

.service-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000000;
    border-radius: 10px;
}

.service-info h2 {
    color: #dd3333; /* Red color for subheadings */
}

.service-info p {
    margin-bottom: 20px;
}

.service-form {
    margin-top: 20px;
}

.service-form label, .service-form input, .service-form button {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1em;
}
.service-form input{
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}


.service-form button {
    background-color: #ff0000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

.service-form button:hover {
    background-color: #bb2222;
}

#price-box {
    margin-top: 20px;
    padding: 20px;
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

#price-box h3 {
    font-size: 1.5em;
    margin: 0;
}



/* Fiets Lease Page Styles */
header#lease-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#lease-header h1 {
    font-size: 2.5em;
}

header#lease-header p {
    font-size: 1.2em;
}

#lease-info {
    padding: 40px 20px;
    color: #fff;
    background-color: #ffffff; /* Black background for the section */
}

.lease-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000000;
    border-radius: 10px;
}

.lease-content h2 {
    color: #dd3333; /* Red color for subheadings */
    margin-bottom: 10px;
}

.lease-content li {
    text-align: left;
    margin-bottom: 10px;
}

.lease-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lease-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    img{
        width: 80%;
        height: auto;
        background-color: white;
    }
    a:link{
        text-decoration: none;

    }
    a{
        color: #dd3333
    }
}


.benefit {
    flex: 1;
    background-color: #222222;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.partner {
    flex: 1;
    background-color: #222222;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.benefit i {
    font-size: 2em;
    color: #dd3333; /* Red color for icons */
    margin-bottom: 10px;
}

.benefit h3 {
    margin-bottom: 10px;
}

.benefit p {
    margin: 0;
}

#testimonials {
    padding: 40px 20px;
    background-color: #000000; /* Black background for testimonials */
    color: #fff;
}

.testimonials-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-container h2 {
    color: #dd3333; /* Red color for testimonials heading */
    margin-bottom: 20px;
}

.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial {
    flex: 1;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial h3 {
    margin: 0;
    color: #dd3333; /* Red color for testimonial author */
}








/* Over Mij Page Styles */
header#about-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#about-header h1 {
    font-size: 2.5em;
}

#about-me {
    padding: 40px 20px;
    background-color: #ffffff; /* Black background for the section */
    color: #fff;
}

.about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000000;
    border-radius: 10px;
}

.about-content h2 {
    color: #dd3333; /* Red color for subheadings */
    margin-bottom: 10px;
}

.about-content p {
    line-height: 1.6;
}

.about-timeline {
    margin-top: 20px;
}

.timeline-item {
    margin-bottom: 20px;
}

.timeline-item h3 {
    color: #dd3333; /* Red color for timeline items */
}

.timeline-item p {
    background-color: #222222;
    padding: 10px;
    border-radius: 10px;
}









/* Contact Page Styles */
header#contact-header {
    background-color: #dd3333; /* Red background for header */
    color: #fff;
    padding: 20px;
    text-align: center;
}

header#contact-header h1 {
    font-size: 2.5em;
}

#contact-section {
    padding: 40px 20px;
    background-color: #ffffff; /* Black background for the section */
    color: #fff;
}

.contact-container {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-box {
    background-color: #000000; /* Dark grey background for the box */
    border: 1px solid #dd3333; /* Red border for the box */
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    text-align: center; /* Center the text inside the box */
}

.contact-info h2 {
    color: #dd3333; /* Red color for subheadings */
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the icons and text */
}

.contact-info li i {
    margin-right: 10px;
    color: #dd3333; /* Red color for icons */
}

.map-container {
    margin-top: 20px;
}

.map-container iframe {
    border: 0;
    border-radius: 10px;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-section h3 {
    color: #dd3333;
}

.footer-section p, .footer-section a {
    color: #fff;
    margin: 5px 0;
}

.footer-section a {
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
}




/* scrollbar aanpassen */

/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000000;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ff0000;
    
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ff0000;
  }
  
  @media screen and (max-width: 850px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        display: block;
    }
    .mobile-menu.show {
        display: flex;
    }
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #ffffff; /* Black background for the whole page */
        color: #fff; /* White text color */
    }
    .qualities-container {
        flex-direction: column;
        align-items: center;
    }
    .quality {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    header h1 {
        font-size: 2em;
    }

    header p {
        font-size: 1.2em;
    }
    .brands-container {
        flex-direction: column;
        align-items: center;
    }
    .brand {
        width: 90%;
    }
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #ffffff; /* Black background for the whole page */
        color: #fff; /* White text color */
    }
    .repairs-container {
        flex-direction: column;
        align-items: center;
    }
    .repair-quality {
        width: 90%;
    }
}