body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}


.header {
    background-color: #d3d3d3; 
    padding: 45px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}



.logo {
    img {
        transform: scale(0.8);
      }
}

.logo {
    position: absolute;
    top: -25px;
    left: 200px;

}

.h1 img {
    width: 20px;
    height: 2px;  
}


.navbar-ooggezondheid {
    background-color: #d8b9d8; 
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    
}

.logo-banner {
    position: absolute;
    margin-left: 240px;
    margin-top: 2px;
    font-size: 15px;
}

.navbar {
    background-color: #d8b9d8; 
    padding: 15px 0;
    text-align: center;
    
}

.navbar ul, .navbar-ooggezondheid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar ul li, .navbar-ooggezondheid ul li {
    display: inline;
    margin: 0 15px;
}

.navbar ul li a, .navbar-ooggezondheid ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.navbar ul, .navbar-ooggezondheid ul {
    padding-inline-start: 500px;
}

.navbar ul li a:hover, .navbar-ooggezondheid ul li a:hover {
    color: rgb(255, 255, 255);
}

.banner {
    position: relative;
    width: 95%;
    height: 400px;
    background: url('website_files/oog.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 5%;
    color: white;
}

.banner-content {
    
    padding: 40px;
    border-radius: 10px;
}

.banner h1 {
    color: #ffffff;
    font-size: 50px;
    margin: 0;
}

.banner p {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d8b9d8;
    color: black;
    font-size: 18px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
}

.btn:hover {
    background-color: #b08cb0;
}

.product-slider {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}

.product-slider h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.swiper-container {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 15px 1px;
}
    

.swiper-slide {
    display: block;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 230px;
    height: 230px;
    object-fit:cover;
    border-radius: 100%;
    transition: transform 0.3s ease-in-out;
}


.swiper-slide img:hover {
    transform: scale(1.1);
}

.swiper-button-prev, .swiper-button-next {
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Container voor de kaarten */
.info-section {
    display: flex;
    justify-content: center;
    gap: 20px;  /* Ruimte tussen de kaarten */
    padding: 50px 20px;
}

/* Stijl van de individuele kaarten */
.info-card {
    background-color: #bc66a8;
    width: 250px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Icoon bovenaan de kaart */
.icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon img {
    width: 40px;
    height: 40px;
}

/* Tekststijl */
h2 {
    margin-top: 40px;
    font-size: 18px;
    color: #070606;
}

p {
    font-size: 14px;
    color: #5f2953;
}

/* Pijlknop */
.arrow-button {
    margin-top: 15px;
    background-color: #f8f7f8;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

.arrow-button:hover {
    background-color: #862879;
}

footer {
    background-color: #fff;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ccc;
}

.contact-container {
    display: flex;
    width: 100%;
    padding-right: 10px;
}


.contact-info, .address-info, .call-info {
    flex: 1;
    margin: 0 0px;
}

h3, h4 {
    font-weight: bold;
}

.phone-number {
    font-size: 24px;
    font-weight: bold;
}

.social-icons {
    margin-top: 10px;
    margin-left: 15px;
}

.social-icons img {
    width: 30px;
    margin-right: 10px;
}

.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #5d147e;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.chat-button img {
    width: 30px;
}

.bannerbrillen {
    background: url('website_files/background.brilen.png') no-repeat center center/cover;
    background-color: #D8C1DD;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerbrillen-content {
  margin-top: 350px;
  margin-left: 800px;
  background-color: #bc66a8;
  padding: 10px;
  border-radius: 10px;
}

/* ^ brillen */

.background-ooggezondheid {
    width: 1535px;
    height: 450px;
    background: url('website_files/eyes.png') no-repeat center center/cover;
    display: flex;
    margin-top: 13px;
}

.filters {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 60px;
    color:#000000
}

.brillen-lijst {
    display: grid;
    padding-left: 100px;
    padding-right: 100px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    color:#862879
}


.bril {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #bc66a8;
}

.bril img {
    width: 100%;
    max-width: 150px;
}


body {
    text-align: center;
}

.aanbiedingen-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

p {
    font-size: 16px;
    color: #000000;
}

.aanbiedingen-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.aanbieding {
    width: 300px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.aanbieding img {
    width: 100%;
    border-radius: 10px;
}

.aanbieding h3 {
    font-size: 18px;
    margin-top: 10px;
}

.aanbieding a {
    text-decoration: none;
    color:#862879;
    font-weight: bold;
}

.aanbieding a:hover {
    text-decoration: underline;
}

.aanbieding:hover {
    transform: scale(1.05);
}

.banner-advies {
    position: relative;
    width: 95%;
    height: 400px;
    background: url('website_files/background-advies.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 5%;
}

.banner-content-advies p {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding-left: 60px;

}

.advies-container {
    padding: 40px 20px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.advies-container h1 {
    font-size: 32px;
    color: #222;
    margin-bottom: 40px;
}

.advies-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.advies-item {
    width: 260px;
    text-align: left;
}

.advies-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 8px;
}

.advies-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.advies-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.advies-item h4 {
    font-size: 14px;
    margin: 10px 0 5px;
    color: #000000;
    text-transform: uppercase;
}

.advies-item p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.advies-item a {
    font-weight: bold;
    color:#862879;
    text-decoration: none;
}

.advies-item a:hover {
    text-decoration: underline;
}

.contact-header {
    text-align: center;
    margin-top: 30px;
}

.contact-header h1 {
    font-size: 48px;
    letter-spacing: 2px;
    margin: 0;
}

.contact-header h2 {
    font-size: 24px;
    margin: 10px 0;
    color: #55315B;
}

.contact-header hr {
    width: 50%;
    border: 1px solid #993399;
    margin: 10px auto;
}

.contact-info-html {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 10%;
    gap: 30px;
}

.contact-details {
    flex: 1 1 45%;
    font-size: 18px;
    line-height: 1.8;
}

.contact-details a {
    color: #55315B;
    text-decoration: none;
}

.map-container {
    flex: 1 1 45%;
}

.contact-form {
    padding: 30px 10%;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 15px;
    font-size: 16px;
    border: none;
    background-color: #ccc;
    color: #333;
    border-radius: 4px;
}

.contact-form button {
    background-color: #55315B;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background-color: #7b4d88;
}

.afspraak-maken-hmtl {
    color: #993399;
}

.afspraak-container {
        max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  h1 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  
  p {
    margin-bottom: 20px;
  }
  
  .zoekbalk {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .zoekbalk input {
    flex: 1;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
  }
  
  .zoek-btn {
    padding: 12px 20px;
    background-color: #8e44ad;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .locatie-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    background-color: #6c3483;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .filter-knoppen {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
  }
  
  .filter-btn {
    flex: 1;
    padding: 10px;
    background-color: #dcd6f7;
    border: 1px solid #b39ddb;
    border-radius: 8px;
    font-weight: bold;
    color: #4a235a;
    cursor: pointer;
  }
  
  .winkelkaart {
    background-color: #f4f4f4;
    border-left: 4px solid #8e44ad;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  .winkelkaart h2 {
    color: #4a235a;
    margin-bottom: 10px;
  }
  
  .telefoon {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .details-link {
    color: #8e44ad;
    text-decoration: none;
    font-weight: bold;
  }
  
  .status {
    margin-top: 10px;
    font-weight: bold;
  }
  
  .gesloten {
    color: #c0392b;
  }