/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
  
/* Basis kleuren */
--color-default: #010202; /* Lichtgrijs-wit als standaard, zachter dan puur #fff */
--color-light: #ffffff; /* Puur wit voor maximale helderheid */
--color-dark: #010202; /* Diep, warm zwart in plaats van #000 */

/* Merkkleuren */
--color-primary: #AC922C; /* Goud als primaire kleur */
--color-primary-dark: #cca300; /* Donkere goudtint voor hover/active */
--color-primary-rgb: 255, 215, 0; /* RGB voor rgba gebruik */
--color-secondary: #AC922C; /* Iets diepere goudvariant voor variatie */
--color-accent: #AC922C; /* Lichtere goudtint als accent */

/* Tekstkleuren */
--color-text: #fff; /* Donker grijszwart voor leesbare tekst */
--color-text-muted: #6b7280; /* Gedempt grijs voor secundaire tekst */

/* Neutrale kleuren */
--color-gray: #9ca3af; /* Middengrijs voor subtiele elementen */
--color-gray-light: #e5e7eb; /* Lichtgrijs voor achtergronden */
--color-gray-dark: #4b5563; /* Donkergrijs voor contrast */
--color-border: #d4d4d4; /* Neutrale grijze border, goud (#ffd700) was te overheersend */

/* Feedbackkleuren */
--color-success: #22c55e; /* Groen voor succes */
--color-error: #ef4444; /* Rood voor fouten */
--color-warning: #f59e0b; /* Oranje voor waarschuwingen */

scroll-behavior: smooth;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default); /* Standaard font behouden */
  color: var(--color-default); /* Default tekstkleur */
  background-color: var(--color-dark); /* Donkere achtergrond */
  overflow-x: hidden; /* Behouden om horizontaal scrollen te voorkomen */
  line-height: 1.6; /* Toegevoegd voor betere leesbaarheid */
  -webkit-font-smoothing: antialiased; /* Gladde tekst op Webkit browsers */
  -moz-osx-font-smoothing: grayscale; /* Gladde tekst op Firefox macOS */
}

/* Main content, exclusief homepage */
main:not(.main-home) {
  padding-top: 130px; /* Iets verhoogd van 123px voor ronde waarde en balans */
  transition: padding-top 0.3s ease; /* Vloeiende overgang bij dynamische headers */
}

.bg-dark {
  background-color: var(--color-dark) !important; /* Donkere achtergrond voor secties */
}

/* Links */
a {
  color: var(--color-accent); /* Accentkleur voor links */
  text-decoration: none; /* Geen onderstreping standaard */
  transition: color 0.3s ease, text-decoration 0.2s ease; /* Vloeiende overgang */
}

.grecaptcha-badge {
  display: none; /* Behouden om reCAPTCHA badge te verbergen */
}

/* Hover state voor links */
a:hover {
  color: var(--color-light); /* Gewijzigd naar --color-light i.p.v. --color-default voor contrast */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary); /* Primaire font behouden */
  color: var(--color-text); /* Tekstkleur behouden */
  font-weight: 700; /* Toegevoegd voor consistente boldness */
  margin-bottom: 1rem; /* Standaard marge voor spacing */
  line-height: 1.2; /* Strakkere regelafstand voor headings */
}

/* Specifieke heading groottes */
h1 { font-size: 2.5rem; } /* 40px */
h2 { font-size: 2rem; }   /* 32px */
h3 { font-size: 1.75rem; } /* 28px */
h4 { font-size: 1.5rem; }  /* 24px */
h5 { font-size: 1.25rem; } /* 20px */
h6 { font-size: 1rem; }    /* 16px */

/* Paragrafen */
p {
  color: var(--color-accent); /* Gewijzigd naar --color-text-muted i.p.v. --color-gray voor nuance */
  font-size: 1rem; /* 16px, expliciet voor consistentie */
  margin-bottom: 1.25rem; /* Toegevoegd voor betere spacing */
}

/* Responsieve aanpassingen */
@media (max-width: 991px) {
  main:not(.main-home) {
      padding-top: 100px; /* Verkleind voor tablets en kleinere schermen */
  }

  h1 { font-size: 2rem; }   /* 32px */
  h2 { font-size: 1.75rem; } /* 28px */
  h3 { font-size: 1.5rem; }  /* 24px */
  h4 { font-size: 1.25rem; } /* 20px */
}

@media (max-width: 575px) {
  main:not(.main-home) {
      padding-top: 80px; /* Nog kleiner voor mobiel */
  }

  h1 { font-size: 1.75rem; } /* 28px */
  h2 { font-size: 1.5rem; }  /* 24px */
  h3 { font-size: 1.25rem; } /* 20px */
  p { font-size: 0.9375rem; } /* 15px */
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0; /* Iets verhoogd van 50px naar 60px voor balans */
  overflow: hidden; /* Behouden voor contentbeheer */
  position: relative; /* Toegevoegd voor mogelijke overlays of achtergronden */
}

/* .section-bg {
  background-color: var(--color-dark);
} */ /* Commentaar behouden zoals origineel */

/* Sectie header */
.section-header {
  text-align: center;
  padding-bottom: 50px; /* Verhoogd van 40px naar 50px voor meer ademruimte */
  margin-bottom: 20px; /* Toegevoegd voor consistente spacing */
}

/* Sectie titel */
.section-header h2 {
  font-size: 36px; /* Verhoogd van 32px voor meer impact */
  font-weight: 700; /* Behouden voor sterke typografie */
  color: var(--color-accent); /* Accentkleur behouden */
  position: relative;
  display: inline-flex; /* Flex voor betere centrering met lijnen */
  align-items: center; /* Verticaal centreren van titel en lijnen */
  gap: 20px; /* Ruimte tussen titel en lijnen */
  margin-bottom: 15px; /* Extra ruimte onder titel */
}

/* Decoratieve lijnen */
.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 60px; /* Verhoogd van 50px voor meer elegantie */
  height: 3px; /* Verhoogd van 2px voor zichtbaarheid */
  background: var(--color-primary); /* Primaire kleur behouden */
  display: block; /* Gewijzigd van inline-block naar block voor flex */
  transition: width 0.3s ease; /* Animatie toegevoegd */
}

/* Lijn positionering */
.section-header h2:before {
  margin: 0; /* Vereenvoudigd, flex handelt dit nu */
}

.section-header h2:after {
  margin: 0; /* Vereenvoudigd, flex handelt dit nu */
}

/* Hover effect voor interactiviteit */
.section-header h2:hover:before,
.section-header h2:hover:after {
  width: 80px; /* Lijnen verlengen bij hover */
}

/* Sectie beschrijving */
.section-header p {
  margin: 0 auto; /* Vereenvoudigd, auto behouden */
  color: var(--color-light); /* Grijze kleur behouden */
  font-size: 18px; /* Toegevoegd voor betere leesbaarheid */
  line-height: 1.6; /* Toegevoegd voor luchtige tekst */
  max-width: 75%; /* Verbreed van 60% voor meer flexibiliteit */
}

/* Responsieve aanpassingen */
@media (max-width: 1198px) {
  .section-header p {
      max-width: 85%; /* Iets breder op middelgrote schermen */
  }
}

@media (max-width: 767px) {
  section {
      padding: 40px 0; /* Verkleind voor mobiel */
  }

  .section-header {
      padding-bottom: 30px; /* Verkleind voor mobiel */
  }

  .section-header h2 {
      font-size: 28px; /* Kleiner op mobiel */
      gap: 15px; /* Minder ruimte tussen titel en lijnen */
  }

  .section-header h2:before,
  .section-header h2:after {
      width: 40px; /* Kortere lijnen op mobiel */
  }

  .section-header h2:hover:before,
  .section-header h2:hover:after {
      width: 50px; /* Kleinere verlenging op hover */
  }

  .section-header p {
      font-size: 16px; /* Kleiner op mobiel */
      max-width: 90%; /* Bijna volle breedte op kleine schermen */
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtielere, modernere schaduw */
  padding: 25px 0; /* Gelijkmatiger padding */
  background: var(--color-light); /* Witte achtergrond voor contrast */
  border-radius: 8px; /* Afgeronde hoeken toegevoegd */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animatie voor interactie */
}

.contact .info-item:hover {
  transform: translateY(-5px); /* Lichte lift bij hover */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12); /* Sterkere schaduw */
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Iets groter voor balans */
  height: 60px;
  font-size: 26px; /* Iets grotere iconen */
  color: var(--color-primary); /* Primaire kleur behouden */
  background: rgba(var(--color-primary-rgb), 0.1); /* Lichte achtergrond */
  border-radius: 50%;
  border: 2px dashed var(--color-accent); /* Dashed i.p.v. dotted, met accentkleur */
}

/* Info item titel */
.contact .info-item h3 {
  font-size: 20px;
  color: var(--color-text); /* Gewijzigd naar --color-text voor consistentie */
  font-weight: 700;
  margin: 12px 0; /* Iets meer ruimte */
}

/* Info item tekst */
.contact .info-item p {
  color: var(--color-text-muted); /* Gedempte tekstkleur */
  font-size: 15px; /* Iets groter voor leesbaarheid */
  line-height: 1.6; /* Betere regelafstand */
  margin: 0; /* Vereenvoudigd */
}

/* Contactformulier */
.contact .php-email-form {
  width: 100%;
  background: var(--color-dark); /* Witte achtergrond */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Consistente schaduw */
  padding: 35px; /* Iets meer padding */
  border-radius: 8px; /* Afgeronde hoeken */
}

/* Formulier groep */
.contact .php-email-form .form-group {
  padding-bottom: 25px; /* Iets meer ruimte */
}

/* Foutmelding */
.contact .php-email-form .error-message {
  display: none;
  color: var(--color-light);
  background: var(--color-error); /* Gebruik van feedbackkleur */
  text-align: left;
  padding: 15px;
  font-weight: 600;
  border-radius: 5px; /* Afgeronde hoeken */
}

/* Extra ruimte bij meerdere breaks */
.contact .php-email-form .error-message br + br {
  margin-top: 20px; /* Iets verkleind voor balans */
}

/* Succesmelding */
.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-light);
  background: var(--color-success); /* Gebruik van feedbackkleur */
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 5px;
}

/* Laadanimatie */
.contact .php-email-form .loading {
  display: none;
  background: var(--color-light);
  text-align: center;
  padding: 15px;
  border-radius: 5px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 3px solid var(--color-success);
  border-top-color: var(--color-gray-light);
  border-radius: 50%;
  animation: animate-loading 1s linear infinite;
}

/* Formulier velden */
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 6px; /* Lichte afronding */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); /* Subtiele diepte */
  font-size: 15px; /* Iets groter voor leesbaarheid */
  border: 1px solid var(--color-border); /* Neutrale rand */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary); /* Primaire kleur bij focus */
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.2); /* Focus gloed */
  outline: none; /* Standaard outline verwijderd */
}

.contact .php-email-form input {
  height: 48px; /* Iets hoger voor comfort */
  padding: 0 15px; /* Consistente padding */
}

.contact .php-email-form textarea {
  padding: 12px 15px; /* Iets meer ruimte */
}

/* Verzendknop */
.contact .php-email-form button[type=submit] {
  background: var(--color-primary); /* Primaire kleur */
  border: none;
  padding: 12px 40px; /* Iets ruimer */
  color: var(--color-light);
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary-dark); /* Donkere variant */
  transform: translateY(-2px); /* Lichte lift */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Laadanimatie keyframes */
@keyframes animate-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsieve aanpassingen */
@media (max-width: 767px) {
  .contact .info-item {
      padding: 20px 0;
  }

  .contact .php-email-form {
      padding: 25px;
  }

  .contact .php-email-form button[type=submit] {
      width: 100%; /* Volle breedte op mobiel */
      padding: 12px 20px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* Hero Section */
.hero {
  position: relative;
  min-height: 50vh; /* Set minimum height */
  display: flex;
  justify-content: flex-start; /* Align to the left */
  align-items: center;
  padding: 60px 0; /* Add extra padding for spacing */
  color: var(--color-light);
  overflow: hidden; /* Prevent background from creating scrollbars */
}

.hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .4;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; /* Shows the entire image */
  background-color: var(--color-dark); /* Optional: add a background color behind the image */
}

.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .85;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
}

.hero__content {
  z-index: 2;
  text-align: left; /* Align text to the left */
  padding: 0 20px;
}

/* Breadcrumbs Styling */
.breadcrumbs {
  font-size: 16px;
  color: var(--color-light);
  margin-bottom: 30px;
  text-align: left; /* Align breadcrumbs to the left */
}

.breadcrumbs ol {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  content: "/";
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}

/* Hero Content Styling */
.hero__content__inner {
  color: var(--color-light);
}

.hero__heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: var(--font-primary);
  color: var(--color-accent);
}

.hero__description {
  font-size: 18px;
  font-family: var(--font-default);
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--color-gray-light);
}

.hero__content__inner__cta {
  display: flex;
  justify-content: flex-start; /* Align the CTA to the left */
  align-items: flex-start;
  flex-direction: column;
}

.hero__cta {
  background-color: var(--color-dark);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* max-width: 320px; */
  margin-top: 20px;
}

.hero__cta__title {
  display: flex;
  justify-content: center;
}

.hero__cta__title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-text);
}

.hero__cta__buttons__button {
  min-width: 255px;
  width: 100%;
  flex: 100%;
  margin-bottom: 24px;
  transition: .3s ease;
  background-color: var(--color-primary);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .22);
  padding: 20px 42px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  color: var(--color-dark) !important;
}

.hero__cta__buttons__button:hover {
  background-color: var(--color-primary-dark); /* Darker gold on hover */
  text-decoration: none;
}

.hero__cta__after__buttons {
  display: flex;
    justify-content: center;
}

.hero__cta__after__buttons ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  text-align: left; /* Align the additional text to the left */
}

.hero__cta__after__buttons ul li {
  font-size: 14px;
  color: var(--color-text);
}

/* Responsiveness */
@media (max-width: 992px) {
  .hero__heading {
    font-size: 40px;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero__cta {
    padding: 20px;
  }

  .breadcrumbs {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .hero__heading {
    font-size: 30px;
  }

  .hero__cta {
    max-width: 90%;
  }

  .hero__cta__title h2 {
    font-size: 20px;
  }

  .hero__description {
    font-size: 14px;
  }

  .breadcrumbs {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-dark);
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-secondary);
  color: var(--color-light);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--color-dark);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-light);
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
  transition: all 0.3s ease;
}

.header.scrolled {
  position: fixed;
  background-color: rgba(26, 28, 30, 0.9);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-light);
  margin: 0;
  font-family: var(--font-primary);
  display: flex;
  align-items: center;
}

.header .logo h1 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-light);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar a:hover i,
  .navbar .active i,
  .navbar .active:focus i,
  .navbar li:hover>a i {
    color: var(--color-primary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-dark);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    border-radius: 4px;
    border-top: 2px solid var(--color-primary);
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: var(--color-light);
    font-weight: 400;
    transition: all 0.3s;
  }

  .navbar .dropdown ul a.active {
    color: var(--color-primary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
    padding-left: 25px;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

/* Responsive adjustments for dropdowns */
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* Hide mobile nav toggle buttons on desktop */
@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/* Scrolled header state */
.header.scrolled .navbar a {
  color: var(--color-light);
}

.header.scrolled .navbar a:hover,
.header.scrolled .navbar .active,
.header.scrolled .navbar .active:focus,
.header.scrolled .navbar li:hover>a {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9997;
    background: var(--color-dark);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 70px 0 20px 0;
    margin: 0;
    background: var(--color-dark);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 8px;
    transition: all 0.3s ease;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
    background: rgba(255, 215, 0, 0.05);
  }

  .navbar a:hover i,
  .navbar .active i,
  .navbar .active:focus i,
  .navbar li:hover>a i {
    color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border: none;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
  }

  .navbar .dropdown ul li a,
  .navbar .dropdown .dropdown ul li a {
    padding: 12px 35px;
    font-size: 15px;
    text-transform: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
  }

  .navbar .dropdown ul li a:hover,
  .navbar .dropdown .dropdown ul li a:focus {
    color: var(--color-primary);
    background: rgba(255, 215, 0, 0.05);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-light);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: all 0.4s ease;
    z-index: 9995;
    padding: 15px;
  }

  .mobile-nav-show:hover {
    color: var(--color-primary);
  }

  .mobile-nav-hide {
    color: var(--color-light);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: all 0.4s ease;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-hide:hover {
    color: var(--color-primary);
    background: rgba(255, 215, 0, 0.1);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9996;
    backdrop-filter: blur(5px);
  }

  .mobile-nav-active .mobile-nav-show {
    opacity: 0;
    visibility: hidden;
  }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started {
  padding: 60px 0;
  background-color: var(--color-default);
}

.get-started .content {
  padding: 40px 0;
}

.get-started .content h3 {
  font-size: 42px;
  color: var(--color-dark);
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-primary);
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.get-started .content p {
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 30px;
}

.get-started .php-email-form {
  background: var(--color-dark);
  padding: 40px;
  height: 100%;
  color: var(--color-light);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.15);
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.get-started .php-email-form:hover {
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.2);
  transform: translateY(-5px);
}

.get-started .php-email-form h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--color-primary);
  position: relative;
  padding-bottom: 15px;
}

.get-started .php-email-form h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .php-email-form p {
  font-size: 15px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}

.get-started .php-email-form .form-group {
  margin-bottom: 25px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: var(--color-light);
  background: var(--color-error);
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: var(--color-light);
  background: var(--color-success);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.get-started .php-email-form .loading {
  display: none;
  background: transparent;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-started .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-success);
  border-top-color: var(--color-light);
  animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input,
.get-started .php-email-form textarea {
  border-radius: 6px;
  box-shadow: none;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-light);
  transition: all 0.3s ease;
  padding: 14px 20px;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
  background: rgba(255, 215, 0, 0.03);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.get-started .php-email-form textarea {
  min-height: 150px;
  resize: vertical;
}

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 40px;
  color: var(--color-dark);
  transition: all 0.4s;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  border: 2px solid var(--color-primary);
}

.get-started .php-email-form button[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
}

.get-started .content .btn-get-started {
  background: var(--color-primary);
  color: var(--color-dark);
  padding: 14px 40px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid var(--color-primary);
}

.get-started .content .btn-get-started:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
}

@media (max-width: 768px) {
  .get-started {
    padding: 40px 0;
  }
  
  .get-started .content h3 {
    font-size: 32px;
  }
  
  .get-started .php-email-form {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .get-started .php-email-form {
    padding: 25px;
  }
  
  .get-started .content h3 {
    font-size: 28px;
  }
  
  .get-started .php-email-form button[type=submit],
  .get-started .content .btn-get-started {
    padding: 12px 30px;
    width: 100%;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions {
  padding: 60px 0;
  background-color: var(--color-default);
}

.constructions .card-item {
  border: 2px solid var(--color-primary);
  background: var(--color-dark);
  position: relative;
  border-radius: 8px;
  color: var(--color-light);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  overflow: hidden;
  height: 100%;
}

.constructions .card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
  border-color: var(--color-primary-dark);
}

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}

.constructions .card-item:hover .card-bg {
  transform: scale(1.05);
}

.constructions .card-item .card-body {
  padding: 30px;
  position: relative;
  z-index: 2;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--color-primary);
  font-family: var(--font-primary);
  position: relative;
  padding-bottom: 10px;
}

.constructions .card-item h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
}

.constructions .card-item p {
  color: var(--color-light);
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.constructions .card-item .card-title a {
  color: var(--color-primary);
  transition: all 0.3s ease;
  text-decoration: none;
}

.constructions .card-item .card-title a:hover {
  color: var(--color-primary);
}

.constructions .card-item .btn-learn-more {
  margin-top: 20px;
  color: var(--color-primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.constructions .card-item .btn-learn-more:hover {
  color: var(--color-primary-dark);
  transform: translateX(5px);
}

.constructions .card-item .btn-learn-more i {
  margin-left: 8px;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding: 80px 0;
  background-color: var(--color-default);
}

.services .service-item {
  padding: 40px 30px;
  background: var(--color-dark);
  border: 2px solid rgba(255, 215, 0, 0.1);
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.15);
  border-color: var(--color-primary);
}

.services .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.03) 0%, rgba(255, 215, 0, 0) 100%);
  z-index: 1;
}

.services .service-item .icon {
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.services .service-item:hover .icon {
  transform: rotateY(180deg);
  background: var(--color-primary-dark);
}

.services .service-item .icon i {
  color: var(--color-dark);
  font-size: 32px;
  transition: all 0.3s ease;
}

.services .service-item:hover .icon i {
  color: var(--color-dark);
}

.services .service-item h3 {
  color: var(--color-primary);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  font-size: 24px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.services .service-item h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
}

.services .service-item p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--color-light);
  position: relative;
  z-index: 2;
}

.services .service-item .read-more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.services .service-item .read-more:hover {
  color: var(--color-primary-dark);
  transform: translateX(5px);
}

.services .service-item .read-more i {
  margin-left: 8px;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Service Details Page
--------------------------------------------------------------*/
.service-details {
  padding: 80px 0;
  background-color: var(--color-default);
}

.service-details .content {
  background: var(--color-dark);
  padding: 40px;
  border: 2px solid var(--color-primary);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.1);
  border-radius: 12px;
}

.service-details .content h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-light);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  font-family: var(--font-primary);
}

.service-details .content h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.service-details .content img {
  margin: 30px 0;
  border: 4px solid var(--color-primary);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-details .content ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.service-details .content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  color: var(--color-gray);
  font-size: 16px;
}

.service-details .content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

.service-details .content p {
  color: var(--color-gray);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}

.service-details .service-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 2px solid var(--color-primary);
}

.service-details .service-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.service-details .service-img:hover img {
  transform: scale(1.05);
}

.service-details h3, .service-details h4 {
  font-size: 28px;
  margin: 40px 0 20px 0;
  color: var(--color-primary);
  font-family: var(--font-primary);
  position: relative;
  padding-bottom: 10px;
}

.service-details h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 2px;
}

.service-details p {
  margin: 20px 0;
  line-height: 1.8;
  color: var(--color-light);
}

.service-details .price-description, .service-details .pricing-note {
  margin: 20px 0;
  line-height: 1.8;
  color: var(--color-primary);
}

.service-details .nav-tabs {
  border: none;
}

.service-details .nav-link {
  color: var(--color-primary);
  border: 1px solid var(--color-accent);
  margin-bottom: -1px;
  content: none;

}

.service-details .nav-item::before {
  content: none !important;
}

.service-details .nav-item {
  padding: 0 !important;
}

.service-details .nav-link:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-light) !important;
}

.service-details .nav-link.active {
  background-color: var(--color-primary);
  color: var(--color-light);
  border: 1px solid var(--color-accent) !important;
}

.service-details .tab-content {
  padding: 1rem;
}

.service-details ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.service-details ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--color-light);
  font-size: 16px;
}

.service-details ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1;
}

/* Service Gallery */
.service-gallery {
  margin: 50px 0;
}

.service-gallery .gallery-item {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.service-gallery .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.service-gallery .gallery-item img {
  transition: transform 0.5s ease;
}

.service-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .constructions .card-item,
  .services .service-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .constructions,
  .services,
  .service-details {
    padding: 60px 0;
  }
  
  .service-details .content {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .constructions .card-item .card-body,
  .services .service-item,
  .service-details .content {
    padding: 25px;
  }
  
  .service-details .content h2 {
    font-size: 28px;
  }
  
  .service-details h3 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Features Section - Dark Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Features Section - Dark Theme
--------------------------------------------------------------*/
.features {
  padding: 80px 0;
  background-color: var(--color-dark);
  position: relative;
  overflow: hidden;
}

.features .nav-tabs {
  border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.1);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.features .nav-link {
  padding: 20px 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: var(--color-gray);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-bottom: 4px solid transparent;
  margin: 0 5px;
  background: rgba(1, 2, 2, 0.7);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.features .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--color-primary-rgb), 0.1) 0%, rgba(var(--color-primary-rgb), 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.features .nav-link i {
  padding-right: 0;
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--color-primary);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--color-primary);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-family: var(--font-primary);
}

.features .nav-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(var(--color-primary-rgb), 0.15);
  color: var(--color-primary);
  border-bottom-color: rgba(var(--color-primary-rgb), 0.3);
}

.features .nav-link:hover::before {
  opacity: 1;
}

.features .nav-link:hover h4 {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background: rgba(1, 2, 2, 0.9);
  border-bottom-color: var(--color-primary);
  box-shadow: 0 10px 30px rgba(var(--color-primary-rgb), 0.2);
  transform: translateY(-5px);
}

.features .nav-link.active h4 {
  color: var(--color-primary);
}

.features .tab-content {
  margin-top: 40px;
  background: rgba(1, 2, 2, 0.9);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(var(--color-primary-rgb), 0.1);
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: var(--color-primary);
  font-family: var(--font-primary);
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.features .tab-pane ul li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  color: var(--color-primary);
}

.features .tab-pane ul i {
  font-size: 24px;
  padding-right: 10px;
  color: var(--color-primary);
  min-width: 30px;
}

.features .tab-pane p {
  color: var(--color-light);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--font-default);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .features .nav-link {
    min-width: 160px;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .features {
    padding: 60px 0;
  }
  
  .features .nav-tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .features .nav-link {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-bottom: none;
    border-left: 4px solid transparent;
  }
  
  .features .nav-link.active {
    border-left-color: var(--color-primary);
  }
  
  .features .tab-content {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .features .tab-content {
    padding: 25px;
  }
  
  .features .tab-pane h3 {
    font-size: 26px;
  }
  
  .features .nav-link {
    min-width: auto;
    padding: 15px 20px;
  }
  
  .features .nav-link i {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .features .nav-link h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
.projects {
  padding: 100px 0;
  background-color: var(--color-default);
  position: relative;
  overflow: hidden;
}

.projects::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(255, 215, 0, 0.03) 0%, rgba(255, 215, 0, 0) 100%); */
  z-index: 0;
}

.projects .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.projects .section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-family: var(--font-primary);
}

.projects .section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 2px;
}

.projects .section-description {
  color: var(--color-gray-dark);
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 40px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.projects .portfolio-flters li {
  cursor: pointer;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50px;
  background: var(--color-light);
  color: var(--color-dark);
  border: 2px solid var(--color-primary);
  position: relative;
  overflow: hidden;
}

.projects .portfolio-flters li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.projects .portfolio-flters li.filter-active::before,
.projects .portfolio-flters li:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.projects .portfolio-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.projects .portfolio-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  will-change: transform;
}

.projects .portfolio-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.projects .portfolio-item:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(255, 215, 0, 0.25);
}

.projects .portfolio-item:hover::before {
  opacity: 1;
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.projects .portfolio-content img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.projects .portfolio-item:hover .portfolio-content img {
  transform: scale(1.15);
}

.projects .portfolio-info {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.projects .portfolio-item:hover .portfolio-info {
  opacity: 1;
  transform: translateY(0);
}

.projects .portfolio-info h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-light);
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.projects .portfolio-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.projects .portfolio-links {
  display: flex;
  gap: 15px;
}

.projects .portfolio-links a {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  color: var(--color-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.projects .portfolio-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-light);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.projects .portfolio-links a:hover {
  color: var(--color-primary);
}

.projects .portfolio-links a:hover::before {
  transform: scale(1);
}

.projects .portfolio-links a i {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .projects .portfolio-container {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 992px) {
  .projects {
    padding: 80px 0;
  }
  
  .projects .section-title {
    font-size: 36px;
  }
  
  .projects .portfolio-content img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .projects {
    padding: 60px 0;
  }
  
  .projects .section-title {
    font-size: 32px;
  }
  
  .projects .portfolio-flters li {
    padding: 10px 20px;
    font-size: 15px;
  }
  
  .projects .portfolio-info h4 {
    font-size: 20px;
  }
  
  .projects .portfolio-info p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .projects .portfolio-container {
    grid-template-columns: 1fr;
  }
  
  .projects .section-title {
    font-size: 28px;
  }
  
  .projects .portfolio-flters {
    gap: 8px;
  }
  
  .projects .portfolio-flters li {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  .projects .portfolio-content img {
    height: 250px;
  }
  
  .projects .portfolio-links a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services p {
  color: var(--color-light);
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--color-accent);
}

.alt-services .icon-box h4 a {
  /* color: var(--color-dark); */
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--color-light);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: var(--color-dark);
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
  border: 1px solid rgba(254, 185, 0, 0.2);
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-primary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--color-text);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
   visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.team .member .member-info .social i {
  color: gold;
}

.team .member .member-info .social i:hover {
  color:  var(--color-dark);
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.services-cards p {
  font-size: 15px;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.services-cards ul li span {
  color: var(--color-primary);
}
  

.services-cards ul li i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: var(--color-gray);
}

.project-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.project-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}

.project-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .project-details .testimonial-wrap {
    padding-left: 0;
  }

  .project-details .testimonials-carousel,
  .project-details .testimonials-slider {
    overflow: hidden;
  }

  .project-details .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .project-details .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
  background-color: var(--color-dark);
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h5 {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-primary);
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
  color: var(--color-light);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: var(--color-light);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a.active {
  color: var(--color-primary);
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}

/* Override specific component styles */
.services .service-item:hover .icon:before,
.features .nav-link.active,
.features .nav-link:hover,
.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active,
.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/* Borders and dividers */
hr,
.border-top,
.border-bottom {
  border-color: var(--color-primary) !important;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffc732;
}

/* Standaard knop stijlen */
.btn-primary,
.btn-get-started,
.get-started .php-email-form button[type=submit],
.contact .php-email-form button[type=submit] {
  background: var(--color-dark); /* Donkere achtergrond */
  color: var(--color-primary); /* Primaire kleur voor tekst */
  border: 2px solid var(--color-primary); /* Rand in primaire kleur */
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px; /* Iets rondere hoeken voor modernere look */
  padding: 10px 24px; /* Meer padding voor betere klikbaarheid */
  transition: all 0.3s ease; /* Vloeiende overgang voor alle eigenschappen */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12); /* Subtielere schaduw */
  display: inline-flex; /* Betere uitlijning van inhoud */
  align-items: center;
  justify-content: center;
  text-decoration: none; /* Geen onderstreping bij links */
}

/* Hover effect */
.btn-primary:hover,
.btn-get-started:hover,
.get-started .php-email-form button[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary); /* Kleur omdraaien bij hover */
  color: var(--color-dark); /* Donkere tekst */
  border-color: var(--color-dark); /* Donkere rand */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18); /* Iets sterkere schaduw */
  transform: translateY(-3px); /* Lichte lift voor dynamiek */
  text-decoration: none;
}

/* Actieve effect */
.btn-primary:active,
.btn-get-started:active,
.get-started .php-email-form button[type=submit]:active,
.contact .php-email-form button[type=submit]:active {
  background: var(--color-primary-dark); /* Iets donkerdere tint van primaire kleur */
  color: var(--color-dark);
  border-color: var(--color-dark);
  transform: translateY(1px); /* Indrukken bij klik */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schaduw verkleinen */
  transition: all 0.1s ease; /* Snellere overgang bij klik */
}

/* Focus stijlen voor toegankelijkheid */
.btn-primary:focus,
.btn-get-started:focus,
.get-started .php-email-form button[type=submit]:focus,
.contact .php-email-form button[type=submit]:focus {
  outline: none; /* Standaard outline verwijderen */
  box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), 0.4); /* Zachte gloed in primaire kleur */
  /* Gebruik van rgba met variabele voor dynamische kleuraanpassing */
}

/* Disabled state */
.btn-primary:disabled,
.btn-get-started:disabled,
.get-started .php-email-form button[type=submit]:disabled,
.contact .php-email-form button[type=submit]:disabled {
  background: var(--color-gray); /* Grijze achtergrond */
  color: var(--color-dark-muted); /* Gedempte tekstkleur */
  border-color: var(--color-gray); /* Grijze rand */
  opacity: 0.65; /* Lichte vervaging */
  cursor: not-allowed; /* Duidelijke indicatie */
  transform: none; /* Geen beweging */
  box-shadow: none; /* Geen schaduw */
}

/* Media query voor kleinere schermen */
@media (max-width: 576px) {
  .btn-primary,
  .btn-get-started,
  .get-started .php-email-form button[type=submit],
  .contact .php-email-form button[type=submit] {
    font-size: 14px; /* Kleinere tekst op mobiel */
    padding: 8px 20px; /* Iets compactere padding */
  }
}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# General Hover Effects
--------------------------------------------------------------*/
.nav-link:hover,
.footer-links a:hover {
  color: var(--color-primary) !important;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Pricing Cards
--------------------------------------------------------------*/
.pricing-card {
  background-color: var(--color-dark);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
  padding: 40px 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--color-primary);
  border-radius: 12px;
  z-index: 1;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 215, 0, 0) 100%);
  z-index: -1;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
  border-color: var(--color-primary-dark);
}

.pricing-icon {
  margin-bottom: 25px;
  font-size: 3.5rem;
  color: var(--color-primary);
  text-align: center;
  transition: all 0.3s ease;
}

.pricing-card:hover .pricing-icon {
  transform: scale(1.1);
}

.pricing-card h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-light);
  font-family: var(--font-primary);
}

.price {
  text-align: center;
  margin: 25px 0;
  padding: 20px 0;
  border-top: 2px solid rgba(255, 215, 0, 0.3);
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  line-height: 1;
}

.unit {
  font-size: 1.2rem;
  color: var(--color-primary);
  margin-top: 8px;
  display: block;
}

.pricing-features {
  flex-grow: 1;
  margin-bottom: 30px;
}

.pricing-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: var(--color-gray);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.pricing-features i {
  color: var(--color-primary);
  margin-right: 10px;
  font-size: 1.2rem;
}

.pricing-button {
  display: block;
  background: var(--color-primary);
  color: var(--color-dark);
  text-align: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.1rem;
  border: 2px solid var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-button:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
}

.pricing-special {
  border: 3px solid var(--color-primary);
  position: relative;
  overflow: hidden;
}

.pricing-special::after {
  content: 'Popular';
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--color-primary);
  color: var(--color-dark);
  padding: 5px 40px;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 0.9rem;
}

.pricing-note {
  font-style: italic;
  margin: 40px auto 30px;
  color: var(--color-gray);
  max-width: 800px;
  text-align: center;
  font-size: 0.95rem;
  padding: 0 15px;
}

/*--------------------------------------------------------------
# Services Grid
--------------------------------------------------------------*/
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 60px 0;
}

.service-card {
  background: var(--color-dark);
  border: 2px solid var(--color-primary);
  color: var(--color-light);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
}

.service-card-title {
  color: var(--color-light);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.service-card-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
}

.service-card-description {
  color: var(--color-gray);
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card-content {
  padding: 30px;
}

.read-more {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: var(--color-primary-dark);
  transform: translateX(5px);
}

.read-more i {
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Form Controls
--------------------------------------------------------------*/
.form-control {
  background-color: var(--color-dark) !important;
  color: var(--color-light) !important;
  border: 2px solid var(--color-primary) !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  transition: all 0.3s ease !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25) !important;
  border-color: var(--color-primary-dark) !important;
}

/*--------------------------------------------------------------
# Cookie Banner
--------------------------------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
  color: var(--color-light);
  padding: 1.5rem 2rem;
  z-index: 9999;
  border-top: 2px solid var(--color-primary);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.cookie-banner a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.cookie-banner a:hover {
  color: var(--color-primary-dark);
  text-decoration: underline;
}

.cookie-banner .btn {
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cookie-banner .btn-primary {
  background: var(--color-primary);
  color: var(--color-dark);
  border: 2px solid var(--color-primary);
}

.cookie-banner .btn-primary:hover {
  background: transparent;
  color: var(--color-primary);
}

.cookie-banner .btn-outline {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

.cookie-banner .btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-dark);
}

/*--------------------------------------------------------------
# Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .pricing-card {
    padding: 30px 20px;
  }
  
  .amount {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .cookie-banner .btn {
    width: 100%;
    margin-top: 10px;
  }
  
  .pricing-special::after {
    top: 15px;
    right: -35px;
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-card {
    margin-bottom: 30px;
  }
  
  .amount {
    font-size: 2rem;
  }
  
  .pricing-button {
    padding: 12px 20px;
  }
}

/* Custom contact form styling met verbeterde dark theme integratie */
.contact .form-control,
.contact .form-select {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 16px;
  height: auto;
  transition: all 0.3s ease;
}

.feedback-message {
  display: none;
}

.contact .form-control:focus,
.contact .form-select:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25) !important;
  background-color: rgb(0, 0, 0) !important;
}

.contact .input-group-text {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
  border-right: none !important;
}
.contact .input-group .form-control {
  border-left: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#contact-privacy {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border-radius: 4px;
  color: var(--color-primary);
}

.border-primary {
  border-color: var(--color-primary) !important;
}
.text-primary {
  color: var(--color-primary) !important;
}

.contact .input-group-text {
  border-right: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.contact .input-group:focus-within .input-group-text {
  border-color: var(--color-primary) !important;
}

.contact .form-label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.contact .form-check-input {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #555;
}

.contact .form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.contact .form-text {
  color: #999;
}

/* Verbeterde button */
.contact .btn-primary {
  background-color: var(--color-dark);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.contact .btn-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Verbeterde messaging */
.contact .sent-message,
.contact .error-message {
  padding: 16px;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: 500;
  display: none;
}

.contact .sent-message {
  background-color: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.5);
  color: #8fffb4;
}

.contact .error-message {
  background-color: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.5);
  color: #ffb3bb;
}

.contact .loading {
  display: none;
  text-align: center;
  padding: 15px;
  color: var(--color-primary);
}

/* Card verbetering in dark theme */
.contact .card {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid var(--color-primary) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.contact .card-title {
  color: var(--color-primary);
  font-weight: 600;
}

/* Verbeterde placeholder tekst */
.contact ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

/* List styling */
.contact ul.list-unstyled li {
  padding: 5px 0;
}

.contact ul.list-unstyled i {
  color: var(--color-primary);
  margin-right: 10px;
}

/* Map container verbetering */
.map-container {
  border: 1px solid var(--color-primary);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive verbeteringen */
@media (max-width: 768px) {
  .contact .form-control,
  .contact .form-select {
    font-size: 15px;
    padding: 10px 14px;
  }
  
  .contact .btn-primary {
    width: 100%;
  }
}