/*
Theme Name: biscuit
Theme URI: https://biscuitbrugge.be
Author: wcreate BV
Author URI: https://wcreate.be
Description: Thema van Biscuit
Version: 1.0
*/

.grecaptcha-badge {
    visibility: hidden;
}

.page-id-102 main, .page-id-106 main{
	display: block;
    max-width: var(--container-width);
	margin-top: calc(100px + 5%);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--spacing-x);
    padding-right: var(--spacing-x);
	color: var(--color-primary);
}


.page-id-102 main a, .page-id-106 main a{
	color: var(--color-primary);
}


/* HOME */

img{
    border-radius: 20px;
}

.heading-with-svg {
    position: relative;
    display: inline-block;
  }
  
h1.heading-with-svg .svg--corner {
    position: absolute;
    top: -2vw;
    right: -3vw;
    height: auto;
}
  
h1.heading-with-svg .svg--corner svg {
    width: 5vw;
    height: auto;
}

h2.heading-with-svg .svg--corner {
    position: absolute;
    top: -1.5vw;
    right: -2vw;
    height: auto;
}

h2.heading-with-svg .svg--corner svg {
    width: 3vw;
    height: auto;
}

.svg--corner.c--primary path{
    fill: var(--color-primary);
}


.hero--bg {
    position: relative;
    height: 90vh;
    width: 100%;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding het hele blok vult */
    transform: scale(1.1); /* Begin iets ingezoomd */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Begin transparant */
    pointer-events: none;
}

.h--container {
    position: absolute;
    bottom: 20%;
}

.h--img--container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 25vw;
}

.h--img{
    border-radius: 20px;
    z-index: 10;
    height: 30vh;
    width: 25vw;
    object-fit: cover;
    opacity: 0;
}

.h--img--1 {
    position: absolute;
    top: 200px;
    right: 70%;
    rotate: -10deg;
}

.h--img--2{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 40%;
    rotate: 10deg;
}

.h--img--3{
    position: absolute;
    bottom: 0px;
    right: 70%;
    rotate: -10deg;
}

.scroll--down{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background-color: var(--color-secondary);
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.scroll--down svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-animate {
    color: var(--color-primary);
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.word {
    display: inline-block;
}

.char {
    display: inline-block;
    opacity: 0.2;  /* Begin met verborgen */
    color: var(--color-primary);
}

.ico--text {
    position: absolute;
    background-color: var(--color-secondary);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* eventueel aanpassen */
}

.ico--1 {
    left: 10%;
    top: 40%;
}

.ico--2 {
    right: 7%;
    top: 60%;
}

.ico--3{
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}


.img--quote{
    width: 200px;
}

.usp--number{
    position: relative;
    background-color: var(--color-primary);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.ups--container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp--number span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* PAGES */

.b--biscuit {
    position: absolute;
    opacity: 0.3;
    z-index: -1;
}

.p--container {
    position: absolute;
    width: 60%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.breadcrumbs, .breadcrumbs a{
    color: #fff;
}

.p--img--l {
    position: absolute;
    left: 2%;
    top: 40%;
    width: 15vw;
    height: auto;
    z-index: 0;
	transform: rotate(-15deg);
}

.p--img--r {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 15vw;
    height: auto;
    z-index: 0;
	transform: rotate(15deg);
}

.quote-wrapper {
    text-align: center;
}

.quote{
    position: relative;
    font-family: 'DynaPuff', system-ui;
    text-transform: uppercase;
    font-size: var(--font-size-h1);
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.svg--corner--left {
    position: absolute;
    top: -1.5vw;
    left: -2vw;
    height: auto;
}

.svg--corner--left svg {
    width: 3vw;
    height: auto;
    rotate: 290deg;
}

.svg--corner--left.c--primary path{
    fill: var(--color-primary);
}

.bg--img--r {
    width: 20vw;
    position: absolute;
    right: 2%;
    top: -10%;
}

.bg--img--l {
    width: 20vw;
    position: absolute;
    left: 2%;
    bottom: -15%;
}

ul{
	font-weight: 300;
}

.ul--b {
    list-style: none;
    padding: 0;
    font-weight: 300;
  }
  
  .ul--b li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .ul--b .bullet {
    width: 1.5rem;
    flex-shrink: 0;
  }
  
  .ul--b .bullet svg {
    width: 100%;
    height: auto;
    display: block;
    fill: var(--color-primary);
  }


  .faq {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
  }
  
  .faq-answer {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    color: var(--color-primary);
  }
  
  .faq-question {
    width: 100%;
    color: var(--color-primary);
    background: none;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    padding: 2rem 0;
    cursor: pointer;
    border-bottom: 1px solid var(--color-primary);
    transition: color 0.3s ease;
  }
  
  .faq-question.active {
    color: var(--color-secondary);
  }

  /* WORKSHOPS */

    .flex--workshops {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }

    .info--workshops {
        position: relative;
        left: 5%;
        width: 40%;
    }

    .boekingform {
    flex: 1 1 100%;
    min-width: 0;
    }

    .amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin: 0px auto !important;
}

  /* CONTACT */

  .contact--bg{
    height: 150px;
  }

  .contact--form{
    width: 100%;
    border-radius: 30px;
  }

  .contact--form label{
    color: var(--color-primary) !important;
  }


  .contact--form input, .contact--form textarea{
    border: 0 !important;
    border-radius: 30px !important;
  }

  .contact--form .wpforms-container{
    padding: 2% 5% 2% 5% !important;
  }

  .btn--contact{
    color: #fff !important;
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
    font-size: var(--font-size) !important;
    font-weight: 400 !important;
    transition: 0.5s ease !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.btn--contact:hover {
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    background: transparent !important;
    font-size: var(--font-size) !important;
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

@media only screen and (max-width: 1700px) {
    .flex--workshops {
        flex-direction: column;
    }

    .info--workshops {
      position: relative;
      margin-bottom: 4rem;
      left: 0px;
      width: auto;
    }

    .info--workshops .text--primary{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .boekingform {
    flex: 1 1 100%;
    min-width: 0;
    width: 100% !important;
}

}

@media only screen and (max-width: 811px) {

    .hero--bg {
        position: relative;
        height: auto;
        width: 100%;
    }

    .h--container {
        position: relative;
        bottom: 0;
        padding-top: 150px;
        padding-bottom: 50px;
    }
	
	.h--container .svg--corner{
        right: -10px !important;
	}

    .p--container {
        position: relative;
        bottom: 0;
        padding-top: 150px;
        padding-bottom: 50px;
        top: 0px;
        transform: none;
        left: 0px;
        width: 90%;
        margin: auto;
    }
	
	.p--img--l, .p--img--r{
		opacity: 0.7;
	}
	
	.p--img--l {
		left: 5%;
	}
	
	.p--img--r {
		right: 5%;
	}

    .h--img--container{
        display: none;
    }

    .b--biscuit svg{
        width: 50%;
        height: auto;
    }

    .btn--container {
        display: flex;
        flex-direction: column;
    }
	
	.btn--container {
		margin-top: 20px;
	}

    .btn--container a {
        margin-right: 0px;
    }

    .quote {

        font-size: 2rem;
    }

    .svg--corner--left svg, .svg--corner svg {
        width: 40px !important;
    }

    .svg--corner--left {
        top: -20px;
        left: -20px;
    }

    .svg--corner {
        top: -30px !important;
        right: -30px !important;
    }

    .faq {
        padding: 2rem 0rem;
    }

    .faq-question {
        width: 100%;
        color: var(--color-primary);
        background: none;
        border: none;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        padding: 2rem 0;
        cursor: pointer;
        border-bottom: 1px solid var(--color-primary);
        transition: color 0.3s ease;
    }

    .p--img--l, .p--img--r {
        width: 150px;
        opacity: 0.5;
    }

    .bg--img--l, .bg--img--r{
        display: none;
    }

    .ups--container {
        flex-direction: column;
    }

    .usp--number{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .img--cookie--container {
        margin-top: 0px;
        top: 10px;
    }

}