/* Achtergrondkleur: background: #001f22; */

/* Accentkleur: background:#003233; */

/* Buttonkleur: background:#00AB91;*/

body,
html {
  background: #001f22;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.hero-green {
  padding: 120px 20px 40px 20px;
  background: #001f22;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-buttons {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

/* Theme Switcher Button */
.theme-switcher-green,
.theme-switcher-mobile-green {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #00AB91;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  border-radius: 50%;
  padding: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
}

.theme-switcher-green i,
.theme-switcher-mobile-green i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.nav-text-green {
  font-size: 30px;
  color: #ffffff;
}

.container-green {
  background: #001f22;
  margin: 0 auto;
  padding: 80px 20px 80px 20px;
}

.container-green2 {
  background: #001f22;
  padding: 80px 20px 80px 20px;
}

.features-green {
  padding: 80px 0;
  background: #001f22;
}

.features-green h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.features-green>.container>p {
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 3rem;
}

.container-feature {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1rem;
}

.feature-card-green {
  background: #003233;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card-green:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon-green {
  width: 80px;
  height: 80px;
  background: #003233;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.feature-icon-green i {
  font-size: 2rem;
  color: white;
}

.feature-card-green h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.feature-card-green p {
  color: #ffffff;
  line-height: 1.6;
}

.solution-card {
  background: #003233;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  color: white;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.solution-card-2 {
  background: #003233;
  width: 100%;
  min-height: 635px;
  max-height: 650px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  color: white;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.solution-card.featured {
  position: relative;
  border-top: 50px solid #00AB91;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

/* New container for the text */
.featured-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -121%);
  background-color: #f58a51;
  color: white;
  padding: 0.3rem 2rem;
  font-weight: bold;
  border-radius: 0.3rem;
  font-size: 0.93rem;
}

.solution-card-2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.solution-card:hover {
  transform: scale(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}


.solution-options {
  padding: 2rem 0rem 2rem 0rem;
  background: #001f22;
  color: white;
}

.solution-options h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.solution-options>.container>p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.4rem;
  gap: 2rem;
}

.solution-header {
  text-align: center;
  margin-bottom: 2rem;
}

.solution-header h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: white;
}

.solution-header p {
  opacity: 0.8;
  font-size: 0.9rem;
}

.solution-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.solution-content li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.solution-content li i {
  color: #4ade80;
  margin-right: 0.75rem;
  font-size: 0.9rem;
}

.solution-price {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

.solution-price .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}

.solution-price .period {
  font-size: 1rem;
  opacity: 0.8;
  margin-left: 0.5rem;
}

.config-section-green {
  margin-bottom: 0.6rem;
}

.config-section-features {
  margin-top: 1.2rem;
}

.config-section-green h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: white;
}

.config-option-green {
  margin-bottom: 1rem;
}

.config-option-green label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.summary-card-green {
  background: #003233;
  padding: 1.8rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.summary-card-green h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.contact-form-container-green {
  background: #003233;
  border-radius: 12px;
  padding: 2rem 15rem 2rem 15rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 1160px;
  margin: 0 auto;
}

.contact-submit-btn-green {
  background: #3aa873;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
}

.form-group-green {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-left: 2px;
  width: 677px;
}

.form-group-green input,
.form-group-green textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  border: none;
  outline: none;
  transition: border-color 0.3s ease;
  background: #ffffff;
  color: #1E293B;
}

.summary-card-green {
  background: #003233;
  padding: 1.8rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #999 !important;
}

.summary-card-green h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.summary-item-green {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.summary-item-green:last-child {
  border-bottom: none;
}

.summary-item-green span:first-child {
  color: var(--price-text);
}

.summary-item-green span:last-child {
  color: var(--price-text);
}

.price-section-green {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #003233;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.price-green {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.price-note-green {
  font-size: 0.9rem;
  color: white;
}

/* Maatwerk section, only visible when "Maatwerk" is selected in the configurator */
.maatwerk-section-green {
  display: none;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #003233;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}

.maatwerk-note-text {
  font-size: 16px;
  margin: 0px;
  color: #ffffff;
}

#emailaddres-green,
#telefoon-nummer-green,
#straat-nummer-green,
#bedrijfs-naam-green,
#btw-nummer-green {
  width: 100%;
  height: 50px;
  border: 2px solid #999 !important;
  border-radius: 8px;
  padding: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #003233;
  color: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#message-vps-maatwerk-green {
  width: 100%;
  height: 100px;
  border: 2px solid #999 !important;
  border-radius: 8px;
  padding: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #003233;
  color: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#first-name-green,
#last-name-green,
#woon-plaats-green,
#postcode-green {
  width: 100%;
  height: 50px;
  border: 2px solid #999 !important;
  border-radius: 8px;
  padding: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  background: #003233;
  color: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.label-form-green {
  font-size: 18px;
  font: 600;
  margin-top: 10px;
  margin-bottom: 2px;
  margin-left: 2px;
  color: #ffffff;
}

#form-overzicht-green {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  background: #003233;
  color: #ffffff;
  padding: 1.6rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.summary-item-green {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.summary-item-green:last-child {
  border-bottom: none;
}

.summary-item-green span:first-child {
  color: #ffffff;
}

.summary-item-green span:last-child {
  font-weight: 600;
  color: #ffffff;
}

.security {
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}

.section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.section-title p {
  margin-bottom: 1.5rem;
}

.security h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #ffffff;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.security-item {
  text-align: center;
  padding: 2rem;
}

.security-item i {
  font-size: 3rem;
  color: white;
  margin-bottom: 1rem;
}

.security-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
}

.security-item p {
  color: #ffffff;
  line-height: 1.6;
}

.footer-green {
  background: #003233;
  color: white;
  padding: 60px 0 20px;
}

.footer-link-green,
.footer-link-green:visited,
.footer-link-green:active {
  color: #fff !important;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-link-green:hover {
  color: #00AB91 !important;
}

.footer-modal-content-green {
  background: #003233;
  color: #ffffff;
  padding: 24px 16px 16px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 90vw;
  position: relative;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.navbar-green {
  position: fixed;
  top: 0;
  width: 100%;
  background: #003233;
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 1rem 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.nav-logo-green {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}

.nav-logo-green i {
  font-size: 2rem;
}

.nav-logo-green .logo-svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.nav-menu-green {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-menu-green a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu-green a:hover {
  color: #3aa873;
}

.nav-menu-green a.active-page {
  font-weight: bolder;
}

.hamburger-green {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 10px;
  z-index: 1100;
}

.hamburger-green span {
  display: block;
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger-green.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}

.hamburger-green.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-green.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

.switcher-green-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
}

.switcher-green-btn:hover {
  border-color: white;
  color: #3aa873;
}

.slider-value-green {
  font-weight: 600;
  color: white;
  min-width: 95px;
  display: flex;
  justify-content: center;
}

.feature-option-green {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  border-radius: 12px;
  cursor: pointer;
  width: 209.33px;
  height: 75px;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
}

.feature-option-green:hover,
.os-card-green:hover {
  background: #003233;
  transform: translateY(-2px);
}

.feature-option-green input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #3aa873;
}

.feature-option-green span {
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
}

.hero-image-green {
  display: flex;
  justify-content: start;
}

.hero-container-green {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  gap: 2rem;
  z-index: 2;
}

.os-options-green {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.os-options-green-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding-left: 8px;
}

.os-option input:checked+.os-card-green {
  background: #003233;
}

.hidden {
  visibility: hidden;
}

.features-grid-compact-green {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0;
  align-items: center;
}

.os-card-green {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: white;
  height: 75px;
}

.os-card-head {
  margin-left: 8px;
}

.os-card-green i {
  font-size: 1rem;
  color: #3aa873;
}

@media (min-width: 1024px) {
  .os-options-green {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .os-option {
    max-height: 10px;
  }
}

.os-option {
  cursor: pointer;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: 160px;
}

.period-green {
  font-size: 1rem;
  color: white;
  font-weight: 400;
}

.price-note-green {
  font-size: 0.9rem;
  color: white;
}

.guarantee-green {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: white;
}

.guarantee-green i {
  color: #10b981;
}

.price-aanvraag {
  font-size: 36px;
}

.slider-green {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: #ddd;
  outline: none;
  transition: background 450ms ease-in;
}

.slider-green::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #000;
}

.slider-green::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00b894;
  cursor: pointer;
  border: none;
}

@media (max-width: 700px) {
  .os-card-green i {
    font-size: 1rem;
  }
}

@media (max-width: 608px) {
  .solution-options h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 411px) {
  .solution-options h2 {
    font-size: 1.4rem;
  }

  .feature-card-green {
    padding: 1.2rem;
  }

  .feature-card-green h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
  }

  .feature-card-green p {
    font-size: 0.8rem;
  }
}

@media (max-width: 510px) {
  .features-green h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .feature-option-green {
    width: 100%;
  }

  #security {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .os-options-green-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 0px 8px 0px 2px;
  }

  .solution-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 379px) {
  .features-green h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 590px) {
  .os-options {
    gap: 0.5rem;
    flex-direction: column;
  }

  .section-title h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1220px) {
  .form-group-green {
    width: 100%;
  }

  .contact-form-container-green {
    padding: 2rem 6rem 2rem 6rem;
  }
}

@media (max-width: 725px) {
  .contact-form-container-green {
    padding: 2rem;
  }
}


@media (max-width: 1120px) {
  .nav-menu-green {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #003233;
    padding: 1.2rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  }

  .nav-menu-green.active {
    display: flex;
  }

  .hamburger-green {
    display: flex;
  }

  .hamburger-green.greyed-out {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-buttons {
    display: none;
  }

  .hero-image-green {
    display: none;
  }

  .hero-container-green {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 424px) {
  .featured-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -140%);
    background-color: #f58a51;
    color: white;
    padding: 0.2rem 1rem;
    font-weight: bold;
    border-radius: 0.3rem;
    font-size: 0.9rem;
  }
}

#security {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1050px) {
  #security {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 792px) {
  #security {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 730px) {
  #security {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 900px) {

  .solution-card,
  .solution-card-2 {
    min-height: unset;
    max-height: unset;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .solution-grid {
    grid-template-columns: 1fr;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {

  .solution-card,
  .solution-card-2 {
    padding: 1rem 1rem;
    font-size: 0.95rem;
  }

  .solution-header h3 {
    font-size: 1.3rem;
  }

  .solution-price .price {
    font-size: 2rem;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 2.5rem;
  }
}

@media (max-width: 1209px) {
  .featured-text {
    font-size: 0.9rem;
    padding: 0.2rem 1rem;
    transform: translate(-50%, -130%);
  }
}

@media (max-width: 400px) {
  .featured-text {
    font-size: 0.8rem;
    padding: 0.15rem 0.5rem;
    transform: translate(-50%, -140%);
  }

  .solution-grid {
    padding: 0.5rem;
  }
}

@media (max-width: 465px) {
  .price-aanvraag {
    font-size: 24px
  }
}

@media (max-width: 362px) {
  .price-aanvraag {
    font-size: 20px
  }
}

@media (max-width: 566px) {
  .feature-option-green {
    width: 100%;
  }
}

@media (max-width: 849px) {
  .os-options-green {
    gap: 3px;
  }
}

@media (max-width: 752px) {
  .section-title h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 501px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 403px) {
  .config-section-green h3 {
    font-size: 1.1rem;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }
}