/* 
REVIEW CSS BEGINT HIER 
*/
li.floated {
	position: relative;
}
input:disabled {
	background-color: #cfcfcf!important;
}
.disabled {
	fill: #5b5b5b;
	right: 12px;
	top: 12px;
	width: 16px;
	height: 16px;
	position: absolute;
}


#reviews .grid-item {
    margin-top: 50px;
    width: 100%;
}

.review-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
div.review {
    text-align: center;
    border-radius: 2px;
    background-color: var(--color-white);
    border: 2px solid #5846E026;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.review-stars {
    height: 18px;
}
.review-context p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.review-info {
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: left;
    display: flex;
    flex-direction: row;
}
.review-info p:nth-child(1) {
    font-weight: 600;
    font-size: 15px;
    color: var(--color-black);
}
.review-info p:nth-child(2) {
    font-size: 13px;
    color: var(--color-accent);
}
/* 
REVIEW CSS EINDIGD HIER 
*/



/*
FOOTER ADDON
*/
.relative {
    position: relative;
}
#footer-addon {
    padding: 0;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: -20px;
    margin-top: 50px;
    width: 100%;
}
#footer-addon .row {
    padding: 50px 30px;
    padding-bottom: 0;
    height: auto;
    width: 100%;
}
#footer-addon .row .button--container {
    align-items: center;
    flex-direction: column;
}
.footer-addon-image {
    max-height: 650px; 
    max-width: 570px;
}

.button--container button.wired {
	color: var(--color-black);
	border: 2px solid var(--color-accent);
} 

.boxes .grid-item i {
    margin-bottom: 20px;
}
.box-active {
    background-color: var(--color-accent) !important;
    color: var(--color-white);
    border: none;
}
.box-active div p, .box-active div i {
    color: var(--color-white)!important;
}
.center {
    text-align: center;
}
.stat-number {
    position: relative;
    font-weight: 600;
    font-size: 38px;
}
.stat-plus {
    top: 0;
    right: -15px;
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    color: #4846E0;
}
.white {
    color: var(--color-white);
}
.center_to_right {
    text-align: center;
}
.grid-two {
    width: 100%;
}
/* 
██████╗░██████╗░░█████╗░██████╗░██╗░░░██╗░█████╗░████████╗███████╗███╗░░██╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║░░░██║██╔══██╗╚══██╔══╝██╔════╝████╗░██║
██████╔╝██████╔╝██║░░██║██║░░██║██║░░░██║██║░░╚═╝░░░██║░░░█████╗░░██╔██╗██║
██╔═══╝░██╔══██╗██║░░██║██║░░██║██║░░░██║██║░░██╗░░░██║░░░██╔══╝░░██║╚████║
██║░░░░░██║░░██║╚█████╔╝██████╔╝╚██████╔╝╚█████╔╝░░░██║░░░███████╗██║░╚███║
╚═╝░░░░░╚═╝░░╚═╝░╚════╝░╚═════╝░░╚═════╝░░╚════╝░░░░╚═╝░░░╚══════╝╚═╝░░╚══╝

░██████╗███████╗██╗░░░░░███████╗░█████╗░████████╗
██╔════╝██╔════╝██║░░░░░██╔════╝██╔══██╗╚══██╔══╝
╚█████╗░█████╗░░██║░░░░░█████╗░░██║░░╚═╝░░░██║░░░
░╚═══██╗██╔══╝░░██║░░░░░██╔══╝░░██║░░██╗░░░██║░░░
██████╔╝███████╗███████╗███████╗╚█████╔╝░░░██║░░░
╚═════╝░╚══════╝╚══════╝╚══════╝░╚════╝░░░░╚═╝░░░ 
*/
.wcdLM:hover {
	cursor: pointer;
}
.wcdLM ul li {
	text-align: left;
	font-size: 14px;
	color: var(--color-text);
}
.wcdLM ul li i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 25px;
	color: var(--color-accent);
}
#productList {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
#productList div.wcdLM{
    text-align: center;
    gap: 20px;
    padding: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-black);
    background-color: #f8fcf9;
    width: 100%;
    height: auto;

    max-width: 400px;
}
.mfbb {
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 57px;
    border-radius: 2px;
    color: white;
    font-size: 13px;
    background-color: var(--color-accent);
}

.productList-title {
    color: var(--color-black);
    font-size: 23px;
    font-weight: 700;
}

div.container {
    gap: 10px;
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div.container div {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
div.container div img {
    height: 30px;
    width: 30px;
}


#productList div.wcdLM {
    -webkit-transition: background-color 300ms ease-in, scale 300ms ease-out;
    transition: background-color 300ms ease-in, scale 300ms ease-out;
}

.PRD-currency,
.PRD-euro {
	font-weight: 600;
	font-size: 25px;
	color: var(--color-accent);
}
.PRD-product {
	color: var(--color-text);
}
.PRD-euro {
	font-size: 42px;
}

header.pakketen {
    background-image: url(https://dewereldvanivo.nl/wp-content/uploads/2022/09/woman-paying-with-credit-card-4Z3HDYC.jpg) !important;
}
header.faq {
    background-image: url('https://vcard.nu/assets/img/woman.jpg') !important;
}
/*
░█████╗░░█████╗░███╗░░██╗████████╗░█████╗░░█████╗░████████╗
██╔══██╗██╔══██╗████╗░██║╚══██╔══╝██╔══██╗██╔══██╗╚══██╔══╝
██║░░╚═╝██║░░██║██╔██╗██║░░░██║░░░███████║██║░░╚═╝░░░██║░░░
██║░░██╗██║░░██║██║╚████║░░░██║░░░██╔══██║██║░░██╗░░░██║░░░
╚█████╔╝╚█████╔╝██║░╚███║░░░██║░░░██║░░██║╚█████╔╝░░░██║░░░
░╚════╝░░╚════╝░╚═╝░░╚══╝░░░╚═╝░░░╚═╝░░╚═╝░╚════╝░░░░╚═╝░░░

██████╗░░█████╗░░██████╗░██╗███╗░░██╗░█████╗░
██╔══██╗██╔══██╗██╔════╝░██║████╗░██║██╔══██╗
██████╔╝███████║██║░░██╗░██║██╔██╗██║███████║
██╔═══╝░██╔══██║██║░░╚██╗██║██║╚████║██╔══██║
██║░░░░░██║░░██║╚██████╔╝██║██║░╚███║██║░░██║
╚═╝░░░░░╚═╝░░╚═╝░╚═════╝░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝
*/



/* 
++++++++++++++++++++++++++++++++++
*/
main.faq section,
main.contact section,
main.pakketen section {
    flex-direction: column;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
/* 
++++++++++++++++++++++++++++++++++
*/

/* 
++++++++++++++++++++++++++++++++++
SECTION "HEADER" STARTS HERE
*/
header.faq,
header.contact,
header.pakketen {
	text-align: center;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 200px 0px 120px 0;
    background-image: url(https://dewereldvanivo.nl/wp-content/uploads/2022/09/woman-paying-with-credit-card-4Z3HDYC.jpg);
    background-position: center center;
    background-size: cover;
}
header.faq .elementor-background-overlay,
header.contact .elementor-background-overlay,
header.pakketen .elementor-background-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #10153D;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
header.faq h1, header.faq p,
header.contact h1, header.contact p,
header.pakketen h1, header.pakketen p{
    color: white; 
    z-index: 3;
}
/* 
++++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
SECTION "BOXES"
*/
main.faq .boxes .grid-item,
main.contact .boxes .grid-item,
main.pakketen .boxes .grid-item {
    padding: 0;
    height: 265px;
	padding-bottom: 20%;
	padding-top: 20%;
}
main.faq .box,
main.contact .box,
main.pakketen .box {
    display: flex;
    flex-direction: column;
    gap: 1 px;
}
main.faq .box i,
main.contact .box i,
main.pakketen .box i {
    color: #5846E0;
}
main.faq .box p:nth-child(2),
main.contact .box p:nth-child(2),
main.pakketen .box p:nth-child(2){
    font-size: 18px;
}
main.faq .box p:nth-child(3),
main.contact .box p:nth-child(3),
main.pakketen .box p:nth-child(3){
    font-weight: 300;
    color: #9599BB;
    font-size: 13px;
}
/* 
++++++++++++++++++++++++++++++++++
*/


.bgGreyLight {
	width: 100%;
}
.bgGreyLight summary {
	
	position: relative;
	padding: 5px;
	border-bottom: 2px solid #a59fd1;
	width: 100%;
	padding-right: 25px;
	padding-top: 20px;
}

details[open] summary {
	font-weight: bold;
	background-color: #f9f9f9;
  border: none;
}
div.faq_content {
	
	background-color: #f9f9f9;
	border-bottom: 2px solid #a59fd1;
	padding-bottom: 10px;
}
div.faq_content p{
	padding: 5px;
	color: black;
}
details > summary {
  list-style: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}

details > summary::after {
    position: absolute;
    content: "+";
    right: 20px;
}
details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 20px;
}
/* 
++++++++++++++++++++++++++++++++++
SECTION "GET IN TOUCH STARTS HERE"
*/
main.contact div.brands {
    padding: 50px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
main.contact div.brands i {
    color: #5846E0;
}
main.contact .line,
main.pakketen .line {
    width: 100%;
    max-width: 380px;
    border-bottom: 1px solid #5846E0;
}
main.contact .line.producten,
main.pakketen .line.producten {
    padding: 30px;
}
/* 
++++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
SECTION "MAP" STARTS HERE
*/
main.contact section:has(iframe) {
    /* padding-top: 0; */
    padding-left: 0;
    padding-right: 0;
}
main.contact .map-if {
    height: 400px;
    width: 100vw;
}
/* 
++++++++++++++++++++++++++++++++++
*/

#contact-form label {
    text-align: left;
    max-width: 130px;

    line-height: 24px;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
    line-height: 24px;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 1px;

    background-color: #e1e1e1;
    max-width: calc(100% - 131px);
    padding-left: 10px;
    padding-right: 10px;
}
#contact-form textarea {
    height: 120px;
}
#contact-form button {
    float: left;
    margin-top: 9px;
    margin-left: 130px;
    color: #fff;
    background-color: var(--color-accent);
}

.boxes .grid-item {
	padding-bottom: 20%;
	padding-top: 20%;
}
@media screen and (min-width: 525px) {
    .maxw {
        max-width: 500px;
    }
}
@media screen and (min-width: 768px) {
    .floating-item {
        width: 110px;
        height: 90px;
    }
    .introBlock {
        text-align: left;
    }
    .reverse {
        grid-row-start: 1;
    }
    .center_to_right {
        text-align: right;
    }
    #footer-addon .row .button--container {
        flex-direction: row;
    }

}


@media screen and (min-width: 960px) {
    .ftrFx {
        grid-template-columns: repeat(8, minmax(100px, 1fr))!important;
    }
    /* .gridFrame {
        grid-template-columns: repeat(4, minmax(100px, 1fr));
    } */
    .stat-number {
        font-size: 40px;
    }
    .stat-plus {
        font-size: 20px;
    }
    #footer-addon {
        max-height: 400px;
    }
    #footer-addon .row {
        max-height: 400px;
        height: 400px;
        width: 100%;
    }
    .footer-addon-image {
        position: absolute;
        max-width: 426px;
        max-height: 447px;
        bottom: -260px;
        left: 2%;
    }



    #productList {display: flex;flex-direction: row;}
    #productList a {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;width: 33.33%; border-radius: 2px;}
    .productList-title{ font-size: 26px; }

    

    #productList a .container div img {height: 28px;}
    #productList div.wcdLM.overlay {
		color: var(--color-white);
        scale: 1.1;
        z-index: 5;
        background-color: var(--color-accent);
    }
	#productList .overlay p,
	#productList .overlay div span,
	#productList .overlay ul li,
	#productList .overlay ul li i	{
		color: white;
    }
	#productList .overlay .mfbb {
		background-color: white;
		color: var(--color-accent);
    }
	.overlay svg {
	  fill: #FFF!important;
	}
}

@media screen and (min-width: 1025px) {
    h1 {
        font-size: 55px;
    }
    p {
        font-size: 14px;
        /*max-width: 500px;*/
    }
    .stats-box div p:nth-child(1) {
        font-size: 32px;
        
    }
    .stats-box div p:nth-child(2) {
        font-size: 14px;
    }
    .stats-box div {
        height: 165px;
    }
    .background-image {
        width: 130%;
    }
    .floating-item:nth-child(1) {
        top: 6%;
        left: 16%;
    }
    .floating-item:nth-child(2) {
        right: 15%;
        top: 30%;
    }
    .floating-item:nth-child(3) {
        bottom: 3%;
        left: 8%; 
    }
    h2, h3, h4, .head-text {
        font-size: 42px;
    }
    .box p {
        font-size: 22px;
    }
    .stat-number {
        font-size: 42px;
    }
    .stat-plus {
        font-size: 22px;
    }
	.boxes .grid-item {
		height: 100%;
		max-height: 220px;
		padding-bottom: 30%;
		padding-top: 30%;
	}
}

@media only screen and (min-width: 1350px) {
    .productList-title{ font-size: 29px; }
}