@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;1,100&family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;0,800;0,900;1,800&display=swap');


* {
    margin: 0;
}

body {
  background-color: #fff !important;
  font-family: 'Oxanium', sans-serif;
  margin: 0;
  font-display: swap;
}
/* De hele header vastzetten bovenin */
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

/* Bovenste bar styling */
.top-nav {
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0;
    position: relative;
    /* Nodig voor de uitlijning van de hamburger */
    background-color: #fff;
    
}

.logo {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    text-decoration: none;
    color: #000;
}

.fa-phone{
    color: black;
}
.nav-icon-text {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

.nav-icon-text i {
    font-size: 20px;
}

/* Hoofdmenu styling */
.main-nav .nav-link {
    color: #555;
    font-size: 14px;
    padding: 15px 12px !important;
    text-transform: uppercase;
}

.main-nav .nav-link.sale {
    color: #d9534f;
    font-weight: bold;
}

/* Mobiele aanpassingen */
@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }

    /* Minder padding op mobiel */

    .top-nav {
        padding: 12px 0;
    }

    .logo {
        font-size: 18px;
    }

    .search-text,
    .account-text {
        display: none;
    }

    .navbar {
        padding: 0;
        position: static;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        position: absolute;
        /* Dit lijnt de hamburger exact uit op de middellijn van het logo */
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1050;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background: #fff;
        width: 100%;
        border-top: 1px solid #eee;
        /* Zorg dat het menu scrolbaar is als het te lang is op mobiel */
        max-height: 85vh;
        overflow-y: auto;
    }
}


.hero-banner {
    position: relative;
    min-height: 80vh;
    /* Past zich aan aan schermhoogte */
    background: linear-gradient(360deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1) 70%), url('https://basvanturnhout.nl/wp-content/uploads/2026/04/banner.jpeg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

/* De subtiele donkere waas over de foto voor tekst-contrast */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    font-size: 2.5rem;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.hero-title {
    font-family: var(--font-serif);
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-text {
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Knoppen Styling */
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
}

.btn-light {
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.info-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
}

/* Mobiele optimalisatie */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }
}


/* Sectie Titel */
.artwork-title {
    font-weight: 500;
    font-size: 2.5rem;
    color: #1a1a1a;
}

/* Card Styling */
.artwork-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    /* Zorgt dat de afbeelding niet buiten de card komt bij hover */
}

.artwork-card:hover {
    transform: translateY(-5px);
    /* Een subtiel lift-effect */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

/* Card Afbeeldingen */
.artwork-card .card-img-top {
    height: 300px;
    /* Vaste hoogte voor consistentie */
    object-fit: cover;
    /* Zorgt dat de afbeeldingen netjes schalen zonder te vervormen */
}

/* Card Titels */
.artwork-card-title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #1a1a1a;
}

/* Populair Tag */
.artwork-tag {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Link met Pijltje */
.artwork-link {
    color: #666;
    /* Grijsachtige kleur zoals in het voorbeeld */
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.artwork-link i {
    font-size: 1.2rem;
    color: #ddd;
    /* Lichtgrijs pijltje */
    transition: color 0.2s ease, transform 0.2s ease;
}

.artwork-link:hover {
    color: #000;
}

.artwork-link:hover i {
    color: #999;
    transform: translateX(3px);
    /* Beweeg het pijltje iets naar rechts bij hover */
}

/* Responsieve aanpassingen voor kleinere schermen */
@media (max-width: 768px) {
    .artwork-title {
        font-size: 2rem;
        text-align: center;
    }
}


.uitagenda-title {
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 1.5rem;
            color: #000;
        }

        .uitagenda-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #333;
            max-width: 600px;
        }

        .visit-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            font-weight: 500;
            margin-top: 2rem;
            transition: color 0.2s;
        }

        .visit-link:hover {
            color: #666;
        }

        /* De pijl styling */
        .visit-link .arrow {
            font-size: 1.5rem;
            margin-right: 15px;
        }

        .image-container img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        /* Subtiele scheidingslijn onderaan zoals in het voorbeeld */
        .divider {
            border-bottom: 1px solid #eee;
            margin-top: 2rem;
            width: 100%;
        }



.margin-top{
  margin-top: 50px;
}

/* Start Footer */
footer {
            background-color: #f8f8f8;
            padding: 60px 0 20px 0;
            color: #333;
            border-top: 1px solid #eee;
        }

        .footer-heading {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 25px;
            color: #000;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a, .contact-info p, .contact-info a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.2s;
        }

        .footer-links a:hover { color: #000; }

        .contact-info p { margin-bottom: 5px; }

        .social-icons i {
            font-size: 20px;
            margin-right: 15px;
            color: #333;
        }

        /* Nieuwsbrief styling */
        .newsletter-text {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .form-control {
            border-radius: 0;
            padding: 12px;
            border: 1px solid #ddd;
            font-size: 14px;
        }

        .btn-subscribe {
            background-color: #1a1a1a;
            color: #fff;
            border-radius: 4px;
            padding: 10px 25px;
            font-size: 14px;
            margin-top: 10px;
            border: none;
            transition: background 0.3s;
        }

        .btn-subscribe:hover { background-color: #000; color: #fff; }

        /* Bottom bar */
        .footer-bottom {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
            font-size: 12px;
            color: #999;
        }

        .payment-icons img {
            height: 22px;
            margin-left: 10px;
            filter: grayscale(0.2);
        }

        /* Logo styling */
        .footer-logo img {
            max-width: 150px;
            margin-bottom: 20px;
        }

/* End Footer */