* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navigatiebalk */
html {
  scroll-behavior: smooth;
}

body {
  background: #fafafa;
  width: 100%;
  font-family: "libre-franklin", sans-serif;
  font-weight: 100;
}

h1 {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #01363a;

  margin-bottom: 40px;
}

h2 {
  font-size: 3rem;
  margin-bottom: 6vw;
  color: #01363a;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  text-align: left;
}

h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
}

h4 {
  font-size: 1.5rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

p {
  font-family: "libre-franklin", sans-serif;
}

/* Header */

header{
  border-bottom: 8px solid #6cc4c7;
  box-shadow: 0px 0px 0px 16px #01363a; /* Schaduw voor dubbele rand */
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}

header .content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
  padding: 32vh 0 10vh;
  width: 90%;
}

header .text-box{
    z-index: 2;
    padding-left: 12%;
}

header .text-box p {
  font-weight: 200;
  font-size: 1.2rem;
  color: #333333;
  width: 40%;
  margin-bottom: 70px;
}

@media (min-width: 1400px){
  header .text-box p {
    width: 60%;
  }
}

@media (min-width: 1600px){
  header .text-box p {
    width: 70%;
  }
}

@media (min-width: 1800px){
  header .text-box p {
    width: 90%;
  }
}

header .text-box a {
  text-decoration: none;
  color: #f7f7f7;
  background: #f8c157;
  font-size: 1.5rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 40px;
}

header .text-box a:hover {
  cursor: pointer;
  background-color: #e0ae4b;
}

header .bgright {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

header .bgleft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px ){
    header .bgleft{
        display: none;
    }

    header .bgright{
        display: none;
    }
}

/* Waarom deze training? */

.why-vr-training-bg {
  background-color: #fff;
}

.why-vr-training {
  display: flex;
  padding: 10vh 7%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
}

.why-vr-training h2 {
  margin-bottom: 30px;
}

.why-vr-training .left-section .subtitle {
  font-size: 1.2rem;
  font-weight: 100;
}

.why-vr-training .boxes {
  display: block;
}

.why-vr-training .boxes .box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5%;
  padding: 20px 20px;
  align-items: center;
  border-radius: 60px;
  gap: 50px;
}

.why-vr-training .boxes .box:nth-child(odd) {
  border: 3px solid #f8c157;
  padding-right: 50px;
}

.why-vr-training .boxes .box:nth-child(even) {
  border: 3px solid #6cc4c7;
  padding-right: 50px;
}

.why-vr-training .boxes .box .number-box {
  width: 50px;
  height: 50px;
}

.why-vr-training .boxes .box .number {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  color: #f7f7f7;
}

.why-vr-training .boxes .box:nth-child(odd) .number {
  background-color: #f8c157;
  border: 3px solid #f7f7f7;
  box-shadow: 0px 0px 0px 2px #f8c157; /* Schaduw voor dubbele rand */
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}

.why-vr-training .boxes .box:nth-child(even) .number {
  background-color: #6cc4c7;
  border: 3px solid #f7f7f7;
  box-shadow: 0px 0px 0px 2px #6cc4c7; /* Schaduw voor dubbele rand */
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}

.why-vr-training .boxes .box:nth-child(even) .number p{
  width: 45px;
}

.why-vr-training .boxes .box p {
  width: 100%;
}

/* Wat bieden wij? */

.offer-bg {
	background: rgb(1, 54, 58);
	background: linear-gradient(
	  107deg,
	  rgba(1, 54, 58, 1) 0%,
	  rgba(3, 92, 98, 1) 34%,
	  rgba(1, 54, 58, 1) 81%
	);
  }
  
  .offer-sections img {
	width: 80px;
  }
  .offer-container {
	padding: 10vh 0;
	width: 90%;
	max-width: 80rem;
	margin: 0 auto;
  }
  
  .offer-container h2 {
	color: #f7f7f7;
  }
  
  .offer-container .offer-sections {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .offer-container .offer-sections .offer {
	width: 340px;
	margin-bottom: 20px;
	text-align: left;
	color: #f7f7f7;
  }
  
  .offer-container .offer-sections .offer h3 {
	text-align: left;
  }
  
  .offer-container .offer-sections .offer img {
	margin-bottom: 30px;
  }
  
  .offer-container .offer-sections .offer p {
	text-align: left;
	font-weight: 100;
	font-size: 1rem;
	line-height: 2;
  }
  
  .offer-container .offer-sections .offer i {
	font-size: 35px;
	margin-bottom: 30px;
  }
  

/* Betaal opties */

.pricing-container {
  padding: 10vh 0;
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
}

.pricing-container h2{
  text-align: center;
  font-weight: bold;
}

.pricing-table {
  display: flex;
  font-family: "libre-franklin", sans-serif;
  justify-content: space-between;
  gap: 20px;
}

.pricing-column {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 80px 20px 20px;
  box-shadow: 0px 0px 30px 5px #d4d4d4;
  text-align: center;
  height: 720px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 32%;
}

.circle {
  content: "";
  position: absolute;
  background: #01363a;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  top: -680px; /* Adjust the top position to fit within the pricing column */
  left: 50%; /* Center the circle horizontally */
  transform: translateX(-50%);
}

.pricing-column2 > .circle {
  background-color: #6cc4c7;
}

.pricing-table .pricing-column2 {
  height: 750px;
}

.pricing-column2 h3,
.pricing-column2 .cost {
  color: #f7f7f7;
}

.pricing-column h3 {
  text-align: center;
  z-index: 1;
  margin: 0 auto;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
}

.pricing-column .cost {
  position: relative;
  font-size: 5rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 400;
  margin: 10px 0 100px;
  text-align: center;
}

.pricing-column .cost::before {
  content: "€";
  font-size: 3rem;
}

.pricing-column a {
  margin: 0 auto 40px;
  padding: 10px 50px;
  border: 3px solid #01363a;
  border-radius: 40px;
  text-decoration: none;
  color: #01363a;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.pricing-column2::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "AANBEVOLEN";
  letter-spacing: 2px;
  color: #f7f7f7;
  font-size: 1.5rem;
  background: rgb(1, 54, 58);
  background: linear-gradient(
    107deg,
    rgba(1, 54, 58, 1) 0%,
    rgba(3, 92, 98, 1) 34%,
    rgba(1, 54, 58, 1) 81%
  );
  width: 100%;
  padding: 10px 0;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  box-shadow: 0 0 40px 1px #333;
}

.pricing-column2 a {
  border: 3px solid #01363a;
  text-decoration: none;
  color: #01363a;
}

.pricing-column2 a:hover {
  background-color: #01363a;
  color: #fff;
}

.pricing-column a:hover {
  color: #fff;
  background-color: #01363a;
}

.pricing-column2 a:hover {
  border: 3px solid #01363a;
  text-decoration: none;
  background-color: #01363a;
  color: #fff;
}
.pricing-column ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 300px;
}

.pricing-column ul li {
  display: flex;
  color: #333;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.pricing-column ul li i {
  color: #6cc4c7;
  margin-right: 10px;
}

/* FAQ */

.faq-container {
  padding: 0 0 10vh;
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
}

.faq-section .faq {
  border: 3px solid #6cc4c7;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-section .faq:nth-child(even) {
  border: 3px solid #f8c157;
}

.faq-section .faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
}

.faq-section .faq .faq-content {
  max-height: 0; /* Initially hide content */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* Smooth transition */
  padding: 0 20px;
}

.faq.active .faq-content {
  max-height: 200px;
}

.faq-section .faq .faq-question .question-text {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "proxima-soft", sans-serif;
  font-weight: 400;
  padding: 0 10px;
}

.faq-section .faq .faq-content .faq-answer p {
  font-size: 1.1rem;
  font-family: "libre-franklin", sans-serif;
  padding: 0 10px 30px;
}

.faq-section .faq .faq-question .expand-icon {
  font-size: 2rem;
}

/* Contact */
footer {
	background: rgb(1, 54, 58);
	background: linear-gradient(
	  76deg,
	  rgba(1, 54, 58, 1) 14%,
	  rgb(3, 81, 87) 56%,
	  rgba(1, 54, 58, 1) 97%
	);
	position: relative;
  }
  
  .contact-container {
	padding: 10vh 0;
	width: 90%;
	max-width: 80rem;
	margin: 0 auto;
	position: relative;
  
	border-bottom: 1px solid #f7f7f777;
  }
  
  .contact-container h2 {
	color: #f7f7f7;
  }
  
  .contact-container .contact-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-container .contact-form {
	font-family: "libre-franklin", sans-serif;
  }
  
  .contact-container .contact-form h3 {
	color: #f7f7f7;
  }
  
  .contact-container.contact-form form {
	padding: 8px;
  }
  
  .contact-container .contact-form form .form-group {
	margin-bottom: 20px;
  }
  
  .contact-container .form-group input,
  .contact-container .form-group textarea {
	width: 100%;
	padding: 12px;
  
	border-radius: 28px;
	background-color: rgba(0, 0, 0, 0);
	color: #f7f7f7;
	border: 1px solid #f7f7f7;
	font-family: "libre-franklin", sans-serif;
	font-size: 1rem;
  }
  
  .contact-container input::placeholder,
  .contact-container textarea::placeholder {
	color: #f7f7f7;
	font-family: "libre-franklin", sans-serif;
	font-size: 1rem;
  }
  
  .contact-container input:focus,
  .contact-container textarea:focus {
	outline: none;
	box-shadow: 0 0 10px #f7f7f7;
  }
  
  .contact-container textarea {
	resize: none;
  }
  
  .contact-container button {
	display: inline-block;
	text-align: left;
	padding: 8px 24px;
	background-color: #f7f7f7;
	text-decoration: none;
	color: #333;
	font-size: 1.5rem;
	font-family: "proxima-soft", sans-serif;
	font-weight: 300;
	border: none;
	cursor: pointer;
	border-radius: 40px;
  }
  
  .contact-subtitle h2 {
	margin-bottom: 20px;
  }
  .contact-subtitle p {
	color: #f7f7f7ca;
	font-size: 1.2rem;
  }
  
  .white-blob {
	position: absolute;
	top: 80px;
	left: 0;
	width: 400px;
	opacity: 30%;
  }
  
  .contact-container button:hover {
	background-color: #cccccc;
  }
  

@media screen and(max-width: 768px) {
  .container {
    padding: 20px;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

	header .text-box p{
		width: 90%;
	}
	.why-vr-training{
		display: grid;
		padding: 5vh 0%;
	}

	.why-vr-training .left-section{
		width: 100%;
		padding-left: 5%;
	}

	.why-vr-training .left-section .subtitle {
		font-size: 18px;
	}

	.why-vr-training .left-section h2 {
		font-size: 32px;
	}

	.why-vr-training .boxes{
		width: 95%;
		padding-left: 5%;
	}

	.why-vr-training .boxes .box{
		padding: 20px 10px;
		gap: 22px;
	}

	.why-vr-training .boxes .box .number-box{
		width: 40px;
		height: 40px;
	}
	.why-vr-training .boxes .box .number{
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.white-blob{
		width: 50%;
	}

	.why-vr-training .boxes .box:nth-child(odd) {
		padding-right: 10px;
	}
	  
	.why-vr-training .boxes .box:nth-child(even) {
		padding-right: 10px;
	}

	.offer-container{
		padding: 5vh 5%;
	}

	.offer h3{
		margin-bottom: 15px;
	}

	.pricing-column .circle{
		height: 500px;
		top: -278px;
		padding-top: 10vh;
	}

	.pricing-column .cost{
		font-size: 3rem;
		margin-bottom: 50px;
	}

  .faq-container h2{
    padding-top: 18px;
  }

  .contact-container .contact-wrapper {
    display: block;
  }

  footer .contact-wrapper .contact-subtitle p{
    display: none;
  }

  footer .footer-row .footer-logo{
    display: none;
  }
}

.contact-info p {
  margin-bottom: 15px;
  font-size: 1rem;
}
.contact-info i {
  margin-right: 20px;
}

footer .footer-container {
  padding: 4vh 0;
  width: 100%;
  color: #f7f7f7;
}

.footer-row {
  display: flex;
  justify-content: space-around;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

.copyright {
  background-color: #002427;
  padding: 20px 10%;
  margin: 0 auto;
  color: #f7f7f7;
  font-size: 0.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h2 {
    text-align: center;
  }

  header .image-box img {
    width: 300px;
  }

  .waarom-container {
    display: block;
  }

  .offer-container {
    padding: 10vh 5%;
    width: 100%;
  }

  .pricing-container {
    padding: 0;
  }
  .pricing-table {
    display: grid;
    margin: 0 auto;
	padding-top: 10px;
  }

  .pricing-column {
    box-shadow: 0px 0px 30px 5px #d4d4d4;
    text-align: center;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    width: 90%;
  }
  
  .pricing-table .pricing-column2{
	height: auto;
  }

  header .content {
    display: block;
  }

  header .content .text-box {
    margin-bottom: 80px;
  }

  header .image-box img {
    max-width: 90%;
  }
}
