:root {
  --body-bg-color: #0a2338;
  --body-text-color: #ededed;
  --heading-color: #ededed;
  --hero-gradient1: #667eea;
  --hero-gradient2: #764ba2;
  --footer-bg-color: #193462;
  --link-color: #00b3ff;
  --header-bg-color: #ffffff;
  --font-family: "Poppins", Arial, sans-serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}

body {
  background-color: var(--body-bg-color) !important;
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

section {
  padding: 15px 0;
  scroll-margin-top: 110px;
}

h2,
h3 {
  color: var(--heading-color) !important;
}

.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}

.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}

.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}

.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}

.sidebar-page-list li a:hover {
  padding-left: 11px;
}

.error_page {
  min-height: 70vh;
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}

.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}
.footer a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.footer img {
  filter: brightness(0) invert(1);
}

.navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}

.hero-section.with-bg {
  background-image: url("/images/online-casino-netherlands.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section.with-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}

/* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .dropdown-menu {
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}

.custom-dropdown .dropdown-item i {
  width: 16px;
  color: #6c757d;
  transition: color 0.3s ease;
}

.custom-dropdown .dropdown-item:hover i {
  color: #fff;
}

.dropdown-menu {
  opacity: 0;
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 1199.98px) {
  .custom-dropdown {
    max-width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .custom-dropdown {
    display: none;
    background: #f8f9fa;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    border-top: 1px solid #dee2e6;
  }

  .custom-dropdown .dropdown-item:hover {
    margin: 0;
    border-radius: 0;
    transform: none;
  }
}

.dropdown-menu:hover,
.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #91919131 !important;
}

.heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem) !important;
  font-weight: 700;
  background: linear-gradient(135deg, var(--heading-color), var(--link-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px !important;
  position: relative;
  z-index: 2;
  text-shadow: none;
}

.card-cust {
  position: relative;
  padding: 40px 20px;
  border-radius: 16px;
  border: 2px solid rgba(0, 179, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 179, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.card-cust::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--link-color),
    transparent
  );
  animation: shimmer 3s infinite;
}

.card-cust::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(0, 179, 255, 0.05) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.card-cust h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem) !important;
  font-weight: 700;
  background: linear-gradient(135deg, #656585, var(--link-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px !important;
  position: relative;
  z-index: 2;
  text-shadow: none;
}

.card-cust p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(237, 237, 237, 0.9);
  margin-bottom: 18px !important;
  position: relative;
  z-index: 2;
  text-align: justify;
}

.card-cust p:last-child {
  margin-bottom: 0 !important;
}

.card-cust p::first-line {
  color: var(--heading-color);
  font-weight: 500;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 768px) {
  .card-cust {
    padding: 30px 20px;
  }

  .card-cust p {
    font-size: 1rem;
    text-align: left;
  }
}

.box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 179, 255, 0.2);
  border-radius: 12px;
  padding: 21px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.box:hover {
  border-color: rgba(0, 179, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 179, 255, 0.1);
}

.box h3 {
  color: var(--heading-color) !important;
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 20px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 179, 255, 0.2);
}

.box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: rgba(237, 237, 237, 0.9);
  line-height: 1.6;
}

.box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: green;
  font-weight: bold;
  font-size: 1.1em;
}
.box.box-dis ul li::before {
  content: "X";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
  font-weight: bold;
  font-size: 1.1em;
}

.box p {
  color: rgba(237, 237, 237, 0.9);
  line-height: 1.6;
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .box {
    padding: 20px;
    margin-bottom: 15px;
  }

  .box h3 {
    font-size: 1.3rem !important;
  }
}

.box-sec {
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgba(0, 179, 255, 0.2);
  border-radius: 12px;
  padding: 21px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: 100%;
}
.faq-section .accordion-button {
  color: #17008b;
  font-weight: 600;
}
.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(26, 30, 255);
}
.author-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 179, 255, 0.2);
  border-radius: 16px;
  padding: 40px 21px;
  position: relative;
  overflow: hidden;
}

.author-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--link-color),
    transparent
  );
  animation: shimmer 3s infinite;
}

.author-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(0, 179, 255, 0.03) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.author-section h2 {
  color: var(--heading-color) !important;
  font-size: 1.8rem !important;
  font-weight: 700;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 179, 255, 0.2);
  position: relative;
  z-index: 2;
}

.author-section h3 {
  color: var(--link-color) !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.author-section img {
  border: 3px solid rgba(0, 179, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 179, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.author-section img:hover {
  border-color: var(--link-color);
  box-shadow: 0 6px 20px rgba(0, 179, 255, 0.3);
  transform: scale(1.05);
}

.author-section p {
  color: rgba(237, 237, 237, 0.9);
  line-height: 1.7;
  margin-bottom: 15px !important;
  position: relative;
  z-index: 2;
  text-align: justify;
}

.author-section p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .author-section {
    padding: 30px 20px;
    text-align: center;
  }

  .author-section img {
    margin-bottom: 20px !important;
  }

  .author-section p {
    text-align: left;
  }
}
.author-img {
  display: block;
  width: 210px;
  height: 210px;
  background-image: url("/images/sofia-janssen.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 15px rgba(0, 179, 255, 0.2);
}
.list-pos {
  list-style-position: inside;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  list-style-position: inside;
}
.error_page {
  background: radial-gradient(ellipse at center, rgba(0, 179, 255, 0.1) 0%, transparent 70%);
  position: relative;
  overflow: hidden;
}

.error_page::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 20% 20%, rgba(0, 179, 255, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 80% 80%, rgba(103, 126, 234, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 40% 60%, rgba(118, 75, 162, 0.05) 0%, transparent 20%);
  animation: float 20s ease-in-out infinite;
  pointer-events: none;
}

.error_page .container-fluid {
  position: relative;
  z-index: 2;
}

.error_page .bi-exclamation-circle {
  color: var(--link-color);
  font-size: 5rem !important;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 179, 255, 0.3));
  animation: pulse 2s ease-in-out infinite;
}

.error_page h1 {
  font-size: clamp(4rem, 15vw, 8rem) !important;
  font-weight: 900;
  background: linear-gradient(135deg, var(--hero-gradient1), var(--hero-gradient2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 20px 0 !important;
  text-shadow: none;
  filter: drop-shadow(0 4px 8px rgba(0, 179, 255, 0.2));
}

.error_page h2 {
  color: var(--heading-color) !important;
  font-weight: 600;
  margin-bottom: 25px !important;
  font-size: clamp(1.5rem, 4vw, 2.2rem) !important;
}

.error_page p {
  color: rgba(237, 237, 237, 0.8);
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto 30px auto !important;
  line-height: 1.6;
}

.error_page_btn {
  background: linear-gradient(135deg, var(--hero-gradient1), var(--hero-gradient2)) !important;
  border: 2px solid transparent !important;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 15px 40px !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.error_page_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.error_page_btn:hover::before {
  left: 100%;
}

.error_page_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 179, 255, 0.3);
  border-color: var(--link-color) !important;
}

.error_page_btn:active {
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

@media (max-width: 768px) {
  .error_page .bi-exclamation-circle {
    font-size: 3.5rem !important;
  }
  
  .error_page_btn {
    padding: 12px 30px !important;
    font-size: 1rem;
  }
  
  .error_page p {
    font-size: 1rem;
    padding: 0 20px;
  }
}.quick-links {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 179, 255, 0.2);
  border-radius: 12px;
  padding: 25px 30px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.quick-links::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--link-color), transparent);
  animation: shimmer 3s infinite;
}

.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  position: relative;
  z-index: 2;
  align-items: stretch; /* This ensures equal height */
}

.quick-links li {
  flex: 1;
  min-width: 200px;
  display: flex; /* Make li a flex container */
}

.quick-links a {
  display: flex; /* Change from block to flex */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(0, 179, 255, 0.1), rgba(103, 126, 234, 0.1));
  border: 1px solid rgba(0, 179, 255, 0.2);
  border-radius: 8px;
  color: var(--link-color) !important;
  text-decoration: none !important;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%; /* Take full width of the li */
  flex-grow: 1; /* Allow the link to grow and fill the li */
}

.quick-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.quick-links a:hover::before {
  left: 100%;
}

.quick-links a:hover {
  background: linear-gradient(135deg, rgba(0, 179, 255, 0.2), rgba(103, 126, 234, 0.2));
  border-color: var(--link-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 179, 255, 0.2);
  color: white !important;
}

.quick-links a:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .quick-links {
    padding: 20px 15px;
    margin: 20px 0;
  }
  
  .quick-links ul {
    flex-direction: column;
    gap: 10px;
  }
  
  .quick-links li {
    min-width: auto;
  }
  
  .quick-links a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}