/* josefin-slab-regular - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/josefin-slab-v19-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/fonts/josefin-slab-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/josefin-slab-v19-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/fonts/josefin-slab-v19-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('/fonts/josefin-slab-v19-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/fonts/josefin-slab-v19-latin-regular.svg#JosefinSlab') format('svg');
  /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/quicksand-v29-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('/fonts/quicksand-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/quicksand-v29-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/fonts/quicksand-v29-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('/fonts/quicksand-v29-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/fonts/quicksand-v29-latin-regular.svg#Quicksand') format('svg');
  /* Legacy iOS */
}

@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}

@-webkit-keyframes glow {
  0% {
    fill-opacity: 0.25;
  }
  100% {
    fill-opacity: 1
  }
}

@keyframes glow {
  0% {
    fill-opacity: 0.25;
  }
  100% {
    fill-opacity: 1.0
  }
}

/* Footer Animation Adjustment */
@keyframes GradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* styles.css */
.body-custom {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F8F1F1;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\'%3E%3Cpath d=\'M0,40 Q25,20 50,40 T100,40\' fill=\'none\' stroke=\'rgba(154, 167, 193, 0.1)\' stroke-width=\'2\'/%3E%3C/svg%3E');
  font-weight: bold;
  background-size: 100px 100px;
  color: #2F3F57 !important;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


body .container-fluid {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  background: linear-gradient(-45deg, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-size: 400% 400% !important;
  animation: GradientAnimation 20s ease infinite !important;
  color: #2F3F57 !important; /* Ensure text color contrasts with the background */
  min-height: auto !important; /* Prevent conflicts with other media queries */
}


/* body {
  background: #373A40 !important; /* Donkergrijze achtergrond met hoge prioriteit
  color: #F8F1F1 !important; /* Witte tekst met hoge prioriteit
  font-weight: bold;
  font-family: 'Josefin Slab', serif;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\'%3E%3Cpath d=\'M0,40 Q25,20 50,40 T100,40\' fill=\'none\' stroke=\'rgba(255,255,255,0.1)\' stroke-width=\'2\'/%3E%3C/svg%3E');
  background-size: 100px 100px;
  color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
} */

body .footer-link, body .footer-link2, body .footer-link3, body .footer-link4, body .footer-link5 {
  font-size: 40px;
  color: #F8F1F1 !important; /* Iconen en tekstkleur */
  margin: 30px 50px;
  text-decoration: none;
  font-family: 'Josefin Slab', serif;
  border-radius: 28px;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

body .footer-link2 {
  transform: translateX(0);
}

body .footer-link3 {
  transform: translateX(-10px);
}

body .footer-link4, body .footer-link5 {
  transform: translateX(-4px);
}

body .footer-link:hover, body .footer-link2:hover, body .footer-link3:hover, body .footer-link4:hover, body .footer-link5:hover {
  color: #2F3F57 !important; /* Hover kleur */
  outline: none;
  transform: scale(1.1); /* Slight increase in size on hover for visibility */
}


body .copyright {
  font-size: 40px;
  color: #F8F1F1 !important; /* Iconen en tekstkleur */
  margin: 30px 0;
  text-decoration: none;
  font-family: 'Josefin Slab', serif;
  transition: color 0.3s, transform 0.3s;
}

body .footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-link {
  color: #2F3F57 !important; /* Specifieke kleur voor de productbeschrijving */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center; /* Centraal uitlijnen */
  width: 100%; /* Zorg ervoor dat de link-container de volledige breedte gebruikt */
}

.shop-link:hover {
  color: #2F3F57 !important; /* Specifieke kleur voor de productbeschrijving bij hover */
}


.arrow {
  margin-right: 10px; /* Ruimte tussen de pijl en de tekst */
  transition: transform 0.3s ease, color 0.3s ease; /* Smooth hover effect */
  font-size: 40px; /* Grotere pijl */
}

/* .shop-link:hover {
  color: #1C0C2D !important; /* Kleur bij hover
} */

.shop-link:hover .arrow {
  color: #2F3F57 !important; /* Specifieke kleur voor de productbeschrijving bij hover */
}

h5 {
  margin: 0; /* Verwijder standaard marge van de tekst */
  font-size: 24px;
  text-align: center; /* Zorg dat de tekst gecentreerd is */
}


.middle-container p a.custom-link {
  color: #2F3F57 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.middle-container p a.custom-link:hover {
  color: #2F3F57 !important;
}

.menu-button {
  color: #F8F1F1 !important
}/* Dropdown container */
.dropdown11 {
font-size: 80px;
width: 200px;
font-family: 'Josefin Slab', serif;
position: absolute;
top: 40px;
right: 40px;
z-index: 1000;
}

/* Dropdown trigger (h1) */
.dropdown11 h1 {
position: relative;
width: 199px;
font-size: 24px;
font-weight: 600;
padding: 5px;
border-radius: 12px;
cursor: pointer;
text-align: center;
color: #F8F1F1;
background: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3);
transition: all 0.5s linear;
}

/* Dropdown links container */
.dropdown11-links {
position: relative;
list-style: none;
padding-left: 0;
margin-top: -15px;
display: block;
}

/* Dropdown links styling */
.dropdown11 li {
font-family: 'Quicksand', sans-serif;
padding: 0 5px;
text-align: center;
height: 0;
width: 200px;
opacity: 0;
cursor: pointer;
color: #F8F1F1;
background-color: #2F3F57;
overflow: hidden;
transition: all 0.4s ease, background-color 0.2s ease;
}

/* Styling for links inside the list items */
.dropdown11 li a {
font-size: 18px;
font-weight: 400;
color: #2F3F57;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
}

/* Bullet points before each dropdown link */
.dropdown11 li:before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
margin-right: 10px;
border-radius: 10px;
vertical-align: middle;
background-color: #2F3F57;
}

/* Transition delays for each link */
.dropdown11-links li:nth-child(1) { transition-delay: 0s; }
.dropdown11-links li:nth-child(2) { transition-delay: 0.1s; }
.dropdown11-links li:nth-child(3) { transition-delay: 0.2s; }
.dropdown11-links li:nth-child(4) { transition-delay: 0.3s; }

/* Styling for 'About Me' and 'My Resume' */
.dropdown11 li:nth-child(4) a,
.dropdown11 li:nth-child(8) a {
white-space: nowrap;
display: inline-block;
text-align: center;
}

.dropdown11 li:nth-child(4) {
padding: 0 5px;
}

.dropdown11 li:nth-child(8) {
padding: 0 5px;
}

/* Ensure all dropdown items are the same size */
.dropdown11:hover li:not(:empty) {
border-top: 1px solid rgba(51, 51, 51, 0.98); 
height: 50px;
opacity: 1;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
}

/* Special style for 'About Me' and 'My Resume' */
.dropdown11:hover li:nth-child(4),
.dropdown11:hover li:nth-child(8) {
height: 50px;
}

/* Verberg lege items */
.dropdown11 li:empty,
.dropdown11:hover li:empty {
display: none;
}

/* Hover effect for list items */
.dropdown11 li:hover {
background-color: #2F3F57;
}

/* Change the bullet color on hover */
.dropdown11-links li:hover:before {
background-color: #F8F1F1;
}

/* Hover effect for the dropdown trigger (h1) */
.dropdown11 h1:hover,
.dropdown11 h1:focus {
background: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3);
border-color: #2F3F57;
box-shadow: 0 4px 15px rgba(47, 63, 87, 0.75);  
}

/* Hover effect for dropdown links (li) */
.dropdown11 li:hover,
.dropdown11 li:focus {
background: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3);
box-shadow: 0 4px 15px rgba(47, 63, 87, 0.75);  
}

/* Media queries for mobile (smaller than 600px) */
@media (max-width: 600px) {
.dropdown11 {
  font-size: 60px;
  width: 150px;
  top: 60px;
  right: 20px;
}

.dropdown11 h1 {
  width: 149px;
  font-size: 20px;
  padding: 15px 5px;
}

.dropdown11 li {
  width: 149px;
  font-size: 16px;
}

.dropdown11:hover li:not(:empty) {
  height: auto;
  min-height: 40px;
}

.dropdown11:hover li:nth-child(4),
.dropdown11:hover li:nth-child(8) {
  min-height: 40px;
  padding: 5px 0;
}
}

#rb-external-portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.github a {
  margin-left: 5px;
  font-family: 'Quicksand', sans-serif;
  color: #1a1a1a !important;
  font-size: 0.8rem;
  line-height: 1.5;
}

.github a:hover {
  color: #2F3F57 !important; /* Hover kleur */
  outline: none;
  transform: scale(1.1); /* Slight increase in size on hover for visibility */
}

.centre {
  margin-left: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Heading */
.header {
  clear: both;
  width: 80%;
  margin: 50px auto;
  text-align: left;
}

/* Middle-Sections */
.middle-container {
  width: 80%;
  margin: 50px auto;
  text-align: left;
}



.common-properties-left {
  float: left;
  margin-right: 30px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.common-properties-right {
  float: right;
  margin-left: 30px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Video */
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  width: 80%;
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.spacing {
  margin: 20px 0;
}

ul li a {
  color: #F8F1F1 !important; /* Ensures the purple color is applied */
  font-size: 1rem;
  text-decoration: none;
  margin: 10px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  /* display: block; */
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -ms-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.opportunity {
  color: #1a1a1a !important; /* Ensures the purple color is applied */
  font-size: 1rem;
  text-decoration: none;
  margin: 10px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  /* display: block; */
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -ms-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}

ul li a:hover,
ul li a:focus {
  color: #2F3F57 !important;/* Changes to a different color on hover/focus */
  outline: none;
}

/* Default link style for NavbarHome */
.navbar .nav-link {
  color: #F8F1F1 !important; /* White text by default */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth color transition */
}

/* Hover and focus style for NavbarHome links */
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #2F3F57  !important; /* Purple text on hover/focus */
  outline: none; /* Remove focus outline */
}


@media (max-width: 768px) {
  .product {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
}

@media (max-width: 480px) {
  .product {
    flex: 1 1 100%; /* 1 item per row */
  }
}

@media (max-width: 768px) {
  .header,
  .middle-container {
    flex-direction: column;
  }

  .common-properties-left,
  .common-properties-right {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}

/* Voor tablets (bijvoorbeeld tussen 768px en 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  body .footer-link, body .footer-link2, body .copyright {
    font-size: 40px;
    margin: 10px 20px;
  }

  body .container-fluid {
    padding: 30px;
    min-height: auto; /* Verwijder min-height voor tablets */
  }

  body .footer-icons {
    justify-content: center;
  }
}

/* Voor mobiele telefoons (bijvoorbeeld tot 767px) */
@media (max-width: 767px) {
  body .footer-link, body .footer-link2, body .footer-link3 {
    font-size: 24px; /* Maak de tekst groter */
    margin: 10px 15px; /* Voeg meer marge toe voor betere uitlijning */
    text-align: center; /* Zorgt voor betere uitlijning van de tekst */
  }

  body .copyright {
    font-size: 18px; /* Maak de tekst iets groter */
    margin: 10px 15px; /* Voeg meer marge toe voor betere uitlijning */
    text-align: center; /* Zorgt voor betere uitlijning van de tekst */
  }

  body .container-fluid {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    min-height: auto; /* Verwijder min-height voor mobiele apparaten */
  }

  body .footer-icons {
    flex-direction: row; /* Gebruik rijrichting voor mobiele apparaten */
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; /* Voeg ruimte toe tussen de iconen */
  }

  body .footer-icons .fa {
    font-size: 40px; /* Maak de iconen groter */
  }
}

html {
  scroll-behavior: smooth;
}

.left-align{
text-align: left;
}

a {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #F8F1F1 !important; /* Witte tekst met hoge prioriteit */
  text-decoration: none;
  transition: color 2s;
}
a:hover {
  color: #2F3F57 !important; /* Hover kleur */
  outline: none;
  transform: scale(1.1); /* Slight increase in size on hover for visibility */
}

.nav-link:hover {
  color: #2F3F57 !important; /* Hover kleur */
}

* {
  box-sizing: border-box;
}

p {
  font-family: 'Quicksand', sans-serif;
  color: #1a1a1a !important; /* Witte tekst met hoge prioriteit */
  font-size: 18px;
  line-height: 1.5;
}


h1, h2, h3 {
  font-size: 2em;
  font-family: 'Josefin Slab', serif;
  color: #1a1a1a !important; /* Witte tekst met hoge prioriteit */
}

ul {
  list-style: none;
}

li {
  font-family: 'Quicksand', sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.5;
}

/* *::selection {
  background: transparent !important; /* Geen achtergrondkleur
  color: #694F8E !important; /* Verander de tekstkleur
}

*::-moz-selection {
  background: transparent !important; /* Geen achtergrondkleur
  color: #694F8E !important; /* Verander de tekstkleur
}

*::-webkit-selection {
  background: transparent !important; /* Geen achtergrondkleur
  color: #694F8E !important; /* Verander de tekstkleur
} */

*::selection {
  background: rgba(0, 0, 0, 0.01); /* Bijna transparante achtergrond, zodat deze niet zichtbaar is */
  color: #2F3F57 !important; /* Paarse tekstkleur */
}

*::-moz-selection {
  background: rgba(0, 0, 0, 0.01); /* Bijna transparante achtergrond */
  color: #2F3F57 !important; /* Paarse tekstkleur */
}

*::-webkit-selection {
  background: rgba(0, 0, 0, 0.01); /* Bijna transparante achtergrond */
  color: #2F3F57 !important; /* Paarse tekstkleur */
}


/* Default styles for larger screens */
.hList {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

.hList li a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 10px;
  /* Adjust padding as needed */
}

/* Standaard stijlen voor alle schermen */
.faqs-left,
.faqs-right {
  text-align: center;
  max-width: 80%;
  margin: auto;
  word-wrap: break-word; /* Dit zal lange woorden afbreken */
}


.opportunity-icon {
  font-size: 24px; /* Default size for desktop */
  color: #2F3F57 !important; /* Icon color */
  transition: color 0.3s, transform 0.3s; /* Transition for color and transform */
  margin-right: 8px; /* Adjust spacing between text and icon */
}

.opportunity-icon:hover {
  color: #1a1a1a !important; /* Hover color */
  transform: scale(1.1); /* Slight increase in size on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .opportunity-icon {
    font-size: 20px; /* Slightly smaller on tablets */
  }
}

@media (max-width: 480px) {
  .opportunity-icon {
    font-size: 18px; /* Smaller on mobile devices */
  }
}

/* Media query voor tablets (bijvoorbeeld iPad) */
@media screen and (max-width: 768px) {
  .faqs-left,
  .faqs-right {
    max-width: 90%;
  }
}

/* Media query voor telefoons (bijvoorbeeld iPhone) */
@media screen and (max-width: 480px) {
  .faqs-left,
  .faqs-right {
    max-width: 95%;
  }
}

/* Styles for tablets (4 columns) */
@media only screen and (max-width: 768px) {
  .hList {
    flex-direction: column;
    align-items: center;
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margin */
  }

  .hList li a {
    font-size: 1.2rem;
    padding: 20px 10px;
    /* Adjust padding as needed */
  }
}

/* Styles for mobile (1 column) */
@media only screen and (max-width: 480px) {
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Add this line to align items to the left */
  }

  .hList {
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: flex-start; /* Add this line to align items to the left */
  }

  .hList li {
    margin-bottom: 20px;
    align-items: flex-start; /* Add this line to align items to the left */
    /* Adjusted margin to increase the vertical spacing */
  }
}

/* Styles for smaller screens */
@media only screen and (max-width: 480px) {
  .model-right,
  .model-left {
    flex-basis: 100%;
    margin-right: 0;
    /* Remove or reduce margin-right */
    overflow: auto;
    /* Add scrollbars if content overflows */
  }

  .certificate-right2,
  .certificate-left2 {
    flex-basis: 100%;
    margin-right: 0;
    /* Remove or reduce margin-right */
    overflow: auto;
    /* Add scrollbars if content overflows */
  }
}/* Base styles for the logo */
.logo {
height: 100px;
width: 100px;
border-radius: 1.5rem;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
margin-left: 10px; /* Keep the 30px left margin */
margin-top: 20px;
float: left; /* Logo always floats to the left */
object-fit: cover;
max-width: 100%;
}

/* Responsive adjustments for iPad Air and similar tablets (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
.logo {
  height: 120px;
  width: 120px;
  margin-left: 10px; /* Keep the 30px left margin */
  margin-top: 20px;
  float: left; /* Keep the logo on the left */
}

.hList {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center; /* Center the navigation links */
}

.hList li {
  margin: 15px 0; /* Adjust spacing between links */
}
}

/* Responsive adjustments for larger desktops (1024px and above) */
@media (min-width: 1024px) {
.logo {
  height: 150px;
  width: 150px;
  margin-left: 10px; /* Keep the 30px left margin */
  margin-top: 10px;
  float: left; /* Keep the logo on the left */
}

.hList {
  display: flex;
  justify-content: center; /* Align links horizontally on larger screens */
  flex-wrap: wrap; /* Allow wrapping if there are too many links */
  text-align: center;
}

.hList li {
  margin: 15px 30px; /* Increase spacing between links */
}
}

/* Responsive adjustments for smaller devices like smartphones (max-width: 767px) */
@media (max-width: 767px) {
.logo {
  height: 50px;
  width: 50px;
  margin-left: 10px; /* Keep the 30px left margin */
  margin-top: 20px;
  float: left; /* Keep the logo on the left */
}

.hList {
  text-align: center; /* Center the navigation links */
}

.hList li {
  margin: 10px 0; /* Adjust spacing between links */
}
}

/* Link styling */
.nav-link {
  color: #F8F1F1; /* Set the text color to white */
  text-decoration: none;
  font-size: 1.2rem; /* Slightly increased font size for better readability */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}



/* Link styling */
.nav-link {
  color: #F8F1F1; /* Set the text color to white */
  text-decoration: none;
  font-size: 1.2rem; /* Slightly increased font size for better readability */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}



/* Responsive adjustments for tablets and larger devices */
@media (min-width: 768px) {
  .hList {
    display: flex;
    justify-content: center; /* Align links horizontally on larger screens */
    flex-wrap: wrap; /* Allow wrapping if there are too many links */
  }

  .hList li {
    margin: 15px 30px; /* Increase spacing between links */
  }
}

/* Responsive adjustments for smaller devices like smartphones */
@media (max-width: 767px) {
  .hList li {
    margin: 10px 0; /* Keep vertical spacing on smaller screens */
  }
}



/* Responsive adjustments for tablets and larger devices */
@media (min-width: 768px) {
  .hList {
    display: flex;
    justify-content: center; /* Align links horizontally on larger screens */
    flex-wrap: wrap; /* Allow wrapping if there are too many links */
  }

  .hList li {
    margin: 15px 30px; /* Increase spacing between links */
  }
}

/* Responsive adjustments for smaller devices like smartphones */
@media (max-width: 767px) {
  .hList li {
    margin: 10px 0; /* Keep vertical spacing on smaller screens */
  }
}


/* Navigation Bar */
.navbar {
  margin-top: 50px;
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Josefin Slab', serif;
  font-size: 2.5rem;
  font-weight: bold;
}


.middle-container2 {
  width: 80%;
  margin: 200px auto 200px auto;
  text-align: left;
}

.common-properties-left2 {
  float: left;
  height: 450px;
  width: 400px;
  border-radius: 1.5rem;
  text-align: right;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  margin-bottom: 150px;
  object-fit: cover;
  max-width: 100%;
}

.common-properties-right {
  float: right;
  height: 400px;
  width: 500px;
  border-radius: 1.5rem;
  text-align: left;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-bottom: 150px;
  object-fit: cover;
  max-width: 100%;
}


.certificate-right {
  float: right;
  height: 350px;
  width: 450px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
  z-index: 1;
  object-fit: cover;
}

.certificate-left {
  float: left;
  height: 400px;
  width: 500px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  z-index: 1;
  object-fit: cover;
}

.model-right {
  float: right;
  height: 350px;
  width: 450px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
  z-index: 1;
  object-fit: cover;
}

.model-left {
  float: left;
  height: 400px;
  width: 500px;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  z-index: 1;
  object-fit: cover;
}




.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* Styles for smaller screens */
@media only screen and (max-width: 480px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}



.exlusive-text {
  display: inline-block;
}

.sellfy-text {
  display: inline-block;
}

.exlusive-explained {
  position: relative;
  top: 10px;
  margin-right: 20px;
  height: 40px;
  width: 30px;
  object-fit: cover;
}

.exlusive {
  position: relative;
  top: 10px;
  height: 35px;
  width: 60px;
  object-fit: cover;
}

/* Styling voor de container div */
#pdf-container {
  width: 100%;
  height: 500px; /* Standaardhoogte voor desktop en grotere schermen */
  position: relative;
}

/* Styling voor de embedded PDF in een iframe */
iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none; /* Verwijdert de standaardrand rond iframes */
}

/* Aanpassingen voor mobiele apparaten */
@media (max-width: 768px) {
  #pdf-container {
    width: 80%;  /* Maakt de container smaller op mobiele apparaten */
    height: 300px; /* Een kleinere hoogte voor mobiele apparaten */
    margin: 0 auto; /* Centreert de container horizontaal */
  }
}


/* Spacing */

.spacing {
  height: 20px;
}

.spacing2 {
  height: 150px;
}

.spacing3 {
  height: 50px;
}

.spacing4 {
  height: 10px;
}

/* Media query for wide screens */
@media screen and (min-width: 1600px) {
  .container-fluid {
    padding: 60px;
    margin-top: 60px;
    text-align: center;
  }
}


/* Buttons */


.Social {
  background: #2F3F57 !important;
  background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  cursor: pointer;
  border: 2px solid #EEE3CB;
  border-radius: 12px;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  border: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  /* background-size: 300% 100%;
  transition: all .4s ease-in-out;
  outline: none;
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
  background:
  url("../images/snow75.webp") no-repeat 25% 0,
  url("../images/snow75.webp") no-repeat 50% 0,
  url("../images/snow75.webp") no-repeat 100% 0,
  /* -webkit-linear-gradient(right, #EEE3CB 0%, #D7C0AE 50%, #D4B499 75%, #967E76 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -20% -70% , 20%  -70% ,80%  -70% , center;

  -webkit-linear-gradient(right, #B1C6D9 0%, #8AB0C9 50% , #6997B9 75%, #3E7FA9 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -20% -70%, 20% -70%, 80% -70%, center; */

}

.Social:hover,
.Social:focus {
  background: #2F3F57 !important;
  background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  border-color: #2F3F57; /* New hover border color */
  background-position: 100% 0;
  transition: all .4s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(47, 63, 87, 0.75);/* Adjusted shadow color to purple */
}

#myBtn {
  background: #2F3F57 !important;
  background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  cursor: pointer;
  border-radius: 12px;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 20px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  /* background-size: 300% 100%;
  transition: all .4s ease-in-out;
  outline: none;
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
  background:
  url("../images/snow75.webp") no-repeat 25% 0,
  url("../images/snow75.webp") no-repeat 50% 0,
  url("../images/snow75.webp") no-repeat 100% 0,
  /* -webkit-linear-gradient(right, #EEE3CB 0%, #D7C0AE 50%, #D4B499 75%, #967E76 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -20% -70% , 20%  -70% ,80%  -70% , center;
  -webkit-linear-gradient(right, #B1C6D9 0%, #8AB0C9 50% , #6997B9 75%, #3E7FA9 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -20% -70%, 20% -70%, 80% -70%, center; */
}

#myBtn:hover,
#myBtn:focus {
  background: #2F3F57 !important;
  background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
  text-decoration: none;
  font-weight: bold;
  outline: none;
  border-color: #2F3F57; /* New hover border color */
  background-position: 100% 0;
  transition: all .4s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(47, 63, 87, 0.75); /* Adjusted shadow color to purple */
}



.buy-spacing {
  margin-left: 20px;
}


@media screen and (min-device-width: 768px) and (min-device-height: 200px) and (max-device-width: 2560px) and (max-device-height: 1600px) {




  /* Heading */

  .header {
    width: 95%;
    margin: 200px auto 200px auto;
    text-align: left;
  }


  .middle-container {
    width: 95%;
    margin: 200px auto;
    text-align: left;
    clear: both;
    /* Zorgt dat elementen na floating items correct gepositioneerd worden */
  }

  h1 {
    font-family: 'Josefin Slab', serif;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 20px;
    /* Voegt ruimte toe boven de headers */
  }

  p {
    font-family: 'Quicksand', sans-serif;
    color: #1a1a1a;
    font-size: 0.8rem;
    line-height: 1.5;
  }





  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }

  p {
    font-family: 'Quicksand', sans-serif;
    color: #1a1a1a;
    font-size: 0.8rem;
    line-height: 1.5;
  }


  .common-properties-right {
    float: right;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    text-align: left;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-left: 30px;
    margin-bottom: 150px;
    object-fit: cover;
    max-width: 100%;
  }

  .common-properties-left {
    float: left;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    text-align: right;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 150px;
    object-fit: cover;
    max-width: 100%;
    z-index: 1;
  }

  .common-properties-left2 {
    float: left;
    height: 400px;
    width: 350px;
    border-radius: 1.5rem;
    text-align: right;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    margin-bottom: 150px;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 20px;
  }


  .certificate-right {
    float: right;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
  }

  .certificate-left {
    float: left;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
    z-index: 1;
    object-fit: cover;
  }

  .models-right {
    float: right;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
  }

  .models-left {
    float: left;
    height: 250px;
    width: 300px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
    z-index: 1;
    object-fit: cover;
  }


  .exlusive-text {
    display: inline-block;
  }

  .exlusive-explained {
    position: relative;
    top: 10px;
    margin-right: 20px;
    height: 40px;
    width: 30px;
    object-fit: cover;
  }

  .exlusive {
    position: relative;
    top: 10px;
    /* margin-left: 20px; */
    height: 35px;
    width: 60px;
    object-fit: cover;
  }

  /* Footer */

  .container-fluid {
    max-width: 100%;
    /* background: -webkit-linear-gradient(bottom right, #D7C0AE, #EEE3CB);
    background: -moz-linear-gradient(top, #D7C0AE, #EEE3CB);
    background: -ms-linear-gradient(top, #D7C0AE, #EEE3CB);
    background: -o-linear-gradient(top, #D7C0AE, #EEE3CB);
    background: linear-gradient(to top, #D7C0AE, #EEE3CB);
    background: radial-gradient(circle at center, #ADD8E6, white); */
  }

  /* Spacing */

  .spacing {
    height: 20px;
  }

  .spacing2 {
    height: 150px;
  }

  .spacing3 {
    height: 50px;
  }

  .spacing4 {
    height: 10px;
  }


  .footer {
    max-width: 100%;
  }

  .footer-link {
    color: #40514E;
    margin: 20px 40px;
    text-decoration: none;
    font-family: 'Josefin Slab', serif;
    margin-bottom: 10px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    -moz-transition: border-color 0.3s, box-shadow 0.3s;
    -ms-transition: border-color 0.3s, box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .footer-link2 {
    transform: translateX(-4px);
    /* Pas de waarde aan om fijnere aanpassingen te maken */
  }

  .footer-link3 {
    transform: translateX(-4px);
    /* Pas de waarde aan om fijnere aanpassingen te maken */
  }



  .footer-link:hover,
  .footer-link:focus,
  .footer-link2:hover,
  .footer-link2:focus,
  .footer-link3:hover,
  .footer-link3:focus {
    color: #2F3F57;
    outline: none;
  }



}




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




  /* NavBar */
  .top-text {
    display: inline-block;
  }

  /* Heading */

  .header {
    max-width: 100%;
    margin: 10px 10px 10px 10px;
  }

  .header2 {
    max-width: 100%;
    margin: 10px 10px 10px 10px;
  }


  /* Middle-Sections */

  .middle-container {
    max-width: 100%;
    margin: 10px 10px 10px 10px;
  }

  .middle-container2 {
    max-width: 100%;
    margin: 10px 10px 10px 10px;
  }

  /* NavBar */
  * {
    box-sizing: border-box;
  }

  /* Images */

  /* .logo {
    border-radius: 1.5rem;
    height: 80px;
    width: 80px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    margin-bottom: 20px;
    float: right;
  } */

  .common-properties {
    height: 250px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    z-index: 1;
  }

  .common-properties2 {
    height: 400px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    z-index: 1;
  }

  .certificate-right {
    height: 250px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .certificate-left {
    height: 250px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .model-right {
    height: 250px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .model-left {
    height: 250px;
    width: 350px;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }


  .exlusive-text {
    display: inline-block;
  }

  .exlusive-explained {
    position: relative;
    top: 10px;
    margin-right: 20px;
    height: 40px;
    width: 30px;
    object-fit: cover;
  }

  .exlusive {
    position: relative;
    top: 10px;
    height: 35px;
    width: 60px;
    object-fit: cover;
  }


  .spacing4 {
    height: 10px;
  }

  .Social {
    background: #2F3F57 !important;
    background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #EEE3CB;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 35px;
    border: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    /* background-size: 300% 100%;
    transition: all .4s ease-in-out;
    outline: none;
    background:
    url("../images/snow75.webp") no-repeat 25% 0,
    url("../images/snow75.webp") no-repeat 50% 0,
    url("../images/snow75.webp") no-repeat 100% 0,
    /* -webkit-linear-gradient(right, #EEE3CB 0%, #D7C0AE 50%, #D4B499 75%, #967E76 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: -20% -70% , 20%  -70% ,80%  -70% , center;
    -webkit-linear-gradient(right, #B1C6D9 0%, #8AB0C9 50% , #6997B9 75%, #3E7FA9 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: -20% -70%, 20% -70%, 80% -70%, center; */

  }

  .Social:hover,
  .Social:focus {
    background: #2F3F57 !important;
    background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    outline: none;
    border-color: #2F3F57; /* New hover border color */
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    box-shadow: 0 4px 15px 0 rgba(47, 63, 87, 0.75); /* Adjusted shadow color to purple */
  }


    footer .copyright a.footer-link {
      color: #F8F1F1 !important;
    }

    footer .container-fluid #myBtn {
      background: #2F3F57 !important;
      background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      cursor: pointer;
      border-radius: 12px;
      font-family: 'Quicksand', sans-serif;
      color: #F8F1F1 !important; /* Tekstkleur */
      font-size: 20px;
      padding: 10px 20px;
      text-decoration: none;
      font-weight: bold;
      margin-left: 20px;
      display: flex;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      border: none;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    }

    footer .container-fluid #myBtn:hover,
    footer .container-fluid #myBtn:focus {
      background: #2F3F57 !important;
      background-image: -webkit-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -moz-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -ms-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: -o-linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      background-image: linear-gradient(to right, #2F3F57, #3B4B6E, #4A5E85, #5A719C, #6A85B3) !important;
      text-decoration: none;
      font-weight: bold;
      outline: none;
      border-color: #2F3F57; /* New hover border color */
      background-position: 100% 0;
      transition: all .4s ease-in-out;
      box-shadow: 0 4px 15px 0 rgba(47, 63, 87, 0.75); /* Adjusted shadow color to purple */
      color: #F8F1F1 !important; /* Hover tekstkleur */
    }


  }
