/*
Theme Name: Bruggia
Theme URI: https://bruggia.be
Author: wcreate BV
Author URI: https://wcreate.be
Description: Thema voor Bruggia Books & Coffee te Brugge
Version: 1.0
Text Domain: wcreatebasis
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
*/

.page-id-86 #main-header, .page-id-88 #main-header {
    background-color: var(--color-primary);
}

.page-id-86 p, .page-id-88 p {
    margin-bottom: 10px;
}

.page-id-86 h1, .page-id-88 h1 {
    margin-bottom: 2rem;
}

/* SOCIALS */

.soc--ico {
    position: relative;
    border: 1px solid var(--color-white);
    background-color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}

.soc--ico svg {
    position: absolute;
    width: 25px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.soc--ico svg path {
    fill: var(--color-primary);
}

/* HOME */

.hero--bg {
    position: relative;
    height: 95vh;
    width: 100%;
    overflow: hidden;
    margin-top:-100px;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 90, 74, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
}

.h--container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
}

.baskerville{
    font-family:"Libre Baskerville", serif;
    font-style:italic;
    font-weight:100;
}

.absolute--logo {
    position: absolute;
    z-index: 2;
    right: -5vw;
    top: -5vw;
    width: 10vw;
    height: auto;
}

.bg--bento{
    background-image:url(https://bruggia.be/wp-content/uploads/2025/10/bruggia-patroon-light.webp);
    background-repeat:repeat;
    background-size:50%;
    background-color:rgba(39,90,74,.3);
}

/* contactform */
.wpforms-container {
    max-width: 800px;
}
.wpforms-field-label {
    color: #C8C8C8 !important;
    font-weight: 400 !important;
	margin-bottom: 8px !important;
}
.wpforms-field-container input, .wpforms-field-container textarea {
	border: none !important;
    border-bottom: 1px solid #333333 !important;
    border-radius: 0 !important;
	padding:0 !important;
	outline:none !important;
	color:#333333 !important;
}
.wpforms-field-container input:focus, .wpforms-field-container textarea:focus{
	outline:none !important;
	box-shadow:none !important;
}
.wpforms-field-container input:placeholder, .wpforms-field-container textarea:placeholder{
	color:#333333 !important;
	opacity:1 !important;
}
.wpforms-submit {
    background: #275A4A !important;
    width: 100% !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
}



.statistics-number-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
    min-height: 80px;
}
.number-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 2.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.statistics-number-box {
    min-width: 2.5vw;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
}

.heading-02 {
    font-size: 4vw;
    font-weight: 300;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3vw;
}

.plus-sign {
    font-size: 24px;
    margin-left: 5px;
}

.label {
    text-align: center;
    font-size: 18px;
    color: #7f8c8d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-item {
    margin-bottom: 50px;
}

.stat-item:last-child {
    margin-bottom: 0;
}
/* Slider items styling */
.slider-item {
    flex-shrink: 0;
    width: 400px;
}

.slider-img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 811px) {
    .heading-02 {
        font-size: 40px;
    }
    .statistics-number-box {
        min-width: 24px;
    }

    /* Maak slider items kleiner op mobile */
    .slider-item {
        width: 280px;
    }
    .absolute--logo{
        display:none;
    }
    .hero--bg {
        height: auto;
        margin-top: -120px;
        padding-top: 120px;
    }
}