* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}zz

body {
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  overflow-y: hidden; /* Voeg deze regel toe */
}

/* Voeg deze nieuwe regels toe */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 16px;
  overflow-y: hidden; /* Voeg deze regel toe */
}

/* Voeg deze regel toe voor betere touch-ondersteuning */
.section {
  min-height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  touch-action: none; /* Voeg deze regel toe */
}
.theme-pink {
  background: linear-gradient(135deg, #e91e63 0%, #f8bbd9 100%);
}

.theme-red {
  background: linear-gradient(135deg, #dc143c 0%, #ffb6c1 100%);
}

.theme-blue {
  background: linear-gradient(135deg, #4169e1 0%, #b0e0e6 100%);
}

.theme-yellow {
  background: linear-gradient(135deg, #ffd700 0%, #fff8dc 100%);
}

.favorites-label {
  position: absolute;
  bottom: -4.375rem;
  left: -27%;
  transform: translateX(-50%);
  color: #e91e63;
  font-size: 2rem;
  font-weight: bold;
  z-index: 10;
  text-align: center;
}

.favorites-label-blue {
  position: absolute;
  bottom: -4.375rem;
  left: -27%;
  transform: translateX(-50%);
  color: #60a4d0;
  font-size: 2rem;
  font-weight: bold;
  z-index: 10;
  text-align: center;
}

.favorites-label-yellow {
  position: absolute;
  bottom: -5.625rem;
  left: -27%;
  transform: translateX(-50%);
  color: #ffb822;
  font-size: 2rem;
  font-weight: bold;
  z-index: 10;
  text-align: center;
}

.main-container {
  width: 85%;
  max-width: 87.5rem;
  min-height: 50rem;
  margin: 2.5rem auto;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 2.5rem;
  box-shadow: 0 1.5625rem 5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.75rem;
  position: relative;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.logo-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.3125rem 0.9375rem rgba(233, 30, 99, 0.3);
  overflow: hidden;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.9375rem;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-text .main-brand {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.logo-text .sub-brand {
  font-size: 0.75rem;
  color: #e91e63;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  margin-top: -0.1875rem;
}

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

.nav-menu a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.625rem 0;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #e91e63;
}

.nav-menu a.active::after {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #e91e63;
  border-radius: 0.125rem;
}

.nav-menu .contact-link {
  color: #666 !important;
  font-weight: 600;
  transition: color 0.3s;
  top: -0.21875rem;
}

/* Logout Button Base Styles */
.logout-btn {
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: -3.5px;
  transition: all 0.3s ease;
  display: inline-block;
  width: 80px;
  display: flex;
  justify-content: center;
}

/* Theme-specific logout button colors */
.logout-pink {
  background: #e91e63;
}

.logout-pink:hover {
  background: #c2185b;
}

.logout-red {
  background: #e91e63;
}

.logout-red:hover {
  background: #c2185b;
}

.logout-blue {
  background: #60a4d0;
}

.logout-blue:hover {
  background: #4a90c2;
}

.logout-yellow {
  background: #fdd835;

}

.logout-yellow:hover {
  background: #f9d71c;
}

.nav-menu .contact-link:hover {
  color: #e91e63 !important;
}

.theme-blue .nav-menu .contact-link:hover {
  color: #60a4d0 !important;
}

.theme-yellow .nav-menu .contact-link:hover {
  color: #ffb822 !important;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 3.75rem;
  gap: 1.25rem;
}

.left-content {
  padding-right: 2.5rem;
}

.main-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  color: #333;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  line-height: 1;
}

.subtitle {
  color: #000000;
  margin-bottom: 1.5625rem;
  line-height: 1.8;
  max-width: 32.5rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.cta-button {
  background: #e91e63;
  color: white;
  padding: 1.125rem 2.8125rem;
  border: none;
  border-radius: 1.875rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  box-shadow: 0 0.5rem 1.5625rem rgba(233, 30, 99, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
}

.cta-button:hover {
  background: #c2185b;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.75rem 2.1875rem rgba(233, 30, 99, 0.5);
}

.cta-button-red {
  background: #dd2d50;
  color: white;
  padding: 1.125rem 2.8125rem;
  border: none;
  border-radius: 1.875rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  box-shadow: 0 0.5rem 1.5625rem rgba(233, 30, 99, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-button-red:hover {
  background: #dd2d50;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.75rem 2.1875rem rgba(233, 30, 99, 0.5);
}

.cta-button-blue {
  background: #60a4d0;
  color: white;
  padding: 1.125rem 2.8125rem;
  border: none;
  border-radius: 1.875rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 170, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-button-blue:hover {
  background: #60a4d0;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.75rem 2.1875rem rgba(0, 170, 255, 0.5);
}

.cta-button-yellow {
  background: #ffb822;
  color: white;
  padding: 1.125rem 2.8125rem;
  border: none;
  border-radius: 1.875rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  box-shadow: 0 0.5rem 1.5625rem rgba(252, 248, 28, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-button-yellow:hover {
  background: #ffb822;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.75rem 2.1875rem rgba(235, 247, 16, 0.5);
}

.benefits-section {
  position: absolute;
  display: flex;
  align-items: center;
  left: 1.875rem;
  bottom: 1.25rem;
}

.divider-line {
  width: 0.1875rem;
  min-height: 8.75rem;
  background-color: #e91e63;
  border-radius: 0.125rem;
  margin: 0 0.375rem;
}

.divider-line1 {
  width: 0.1875rem;
  min-height: 8.75rem;
  background-color: #60a4d0;
  border-radius: 0.125rem;
  margin: 0 0.375rem;
}

.divider-line2 {
  width: 0.1875rem;
  min-height: 8.75rem;
  background-color: #ffb822;
  border-radius: 0.125rem;
  margin: 0 0.375rem;
}

.benefits-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.benefits-list,
.benefits-list1,
.benefits-list2,
.benefits-list3 {
  list-style: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.benefits-list {
  color: #e91e63;
}

.benefits-list1 {
  color: #e91e63;
}

.benefits-list2 {
  color: #60a4d0;
}

.benefits-list3 {
  color: #ffb822;
}

.benefits-list li,
.benefits-list1 li,
.benefits-list2 li,
.benefits-list3 li {
  margin: 0.625rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.benefits-list li:hover,
.benefits-list1 li:hover {
  transform: translateX(0.3125rem);
  color: #c2185b;
}

.benefits-list2 li:hover {
  color: #005893;
  transform: translateX(0.3125rem);
}

.benefits-list3 li:hover {
  color: rgb(115, 79, 0);
  transform: translateX(0.3125rem);
}

.right-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31.25rem;
}

.smoothie-container {
  position: relative;
  width: 25rem;
  height: 25rem;
}

.smoothie-image-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 3.125rem;
}

.social-icons {
  position: absolute;
  bottom: -10rem;
  right: 0;
  display: flex;
  gap: 1.25rem;
  z-index: 10;
}

.social-icons a {
  width: 2.8125rem;
  height: 2.8125rem;
  background: rgba(233, 30, 99, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91e63;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.image-text {
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: -3.125rem;
  align-items: center;
}

.image-text1 {
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: -1.4375rem;
  align-items: center;
}

.image-text2 {
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: -0.6875rem;
  align-items: center;
}

.image-text3 {
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin-left: -0.6875rem;
  align-items: center;
}

.social-icons a:hover {
  background: #e91e63;
  color: white;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.3125rem 0.9375rem rgba(233, 30, 99, 0.4);
}

.arrow-indicator {
  width: 2rem;
  position: relative;
  bottom: -5.9375rem;
  left: -30%;
  transform: translateX(-50%);
  color: #e91e63;
  font-size: 2rem;
  animation: bounce 2s infinite;
}

.arrow-indicator-blue,
.arrow-indicator-yellow {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  animation: bounce 2s infinite;
}

.arrow-indicator-blue {
  color: #60a4d0;
  font-size: 2rem;
  animation: bounce 2s infinite;
  width: 2rem;
  position: relative;
  bottom: -5.9375rem;
  left: -30%;
  transform: translateX(-50%);
}

.arrow-indicator-yellow {
  color: #ffb822;
  font-size: 2rem;
  animation: bounce 2s infinite;
  width: 2rem;
  position: relative;
  bottom: -7.5rem;
  left: -30%;
  transform: rotate(180deg);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-0.625rem);
  }
  60% {
    transform: translateX(-50%) translateY(-0.3125rem);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.modal-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8ffef 100%);
  margin: 5% auto;
  padding: 2.5rem;
  border-radius: 1.25rem;
  width: 85%;
  max-width: 37.5rem;
  position: relative;
  box-shadow: 0 0.75rem 1.875rem rgba(82, 158, 65, 0.25);
  animation: slideUp 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  font-family: "Segoe UI", "Poppins", sans-serif;
  border: 1px solid #e0f0d5;
  overflow: hidden;
}

.modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  background: linear-gradient(90deg, #a8e063, #56ab2f, #a8e063);
}

.modal-content h2 {
  color: #2c5e1a;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.modal-content p {
  color: #3d3d3d;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5625rem;
  padding: 0 0.625rem;
  text-align: center;
}

.more-info-btn {
  display: inline-block;
  margin-top: 1.25rem;
  background: #ffc107;
  padding: 0.9375rem 1.875rem;
  border-radius: 1.875rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0.625rem 1.25rem rgba(255, 193, 7, 0.4);
  text-align: center;
}

#error_message {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8d7da;
  color: #721c24;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#success_message {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4edda;
  color: #155724;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.theme-red .social-icons a {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}
.theme-red .social-icons a:hover {
  background: #e91e63;
  color: white;
}

.theme-blue .social-icons a {
  background: rgba(96, 164, 208, 0.1);
  color: #60a4d0;
}
.theme-blue .social-icons a:hover {
  background: #60a4d0;
  color: white;
}

.theme-yellow .social-icons a {
  background: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.theme-yellow .social-icons a:hover {
  background: #ffb822;
  color: white;
}

.theme-blue .nav-menu a.active,
.theme-blue .nav-menu a:hover {
  color: #60a4d0;
}
.theme-blue .nav-menu a.active::after {
  background: #60a4d0;
}
.theme-yellow .nav-menu a.active,
.theme-yellow .nav-menu a:hover {
  color: #ffb822;
}
.theme-yellow .nav-menu a.active::after {
  background: #ffb822;
}

@media screen and (max-width: 1200px) {
  .main-container {
    width: 90%;
  }

  .nav-menu {
    gap: 2rem;
  }

  .main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }
}

@media screen and (max-width: 1024px) {
  .main-container {
    width: 92%;
    margin: 1.875rem auto;
  }

  .content-wrapper {
    gap: 3.75rem;
    padding: 2.5rem;
  }

  .header {
    padding: 1.875rem 2.5rem;
  }

  .nav-menu {
    gap: 2.1875rem;
  }

  .left-content {
    padding-right: 1.25rem;
  }

  .right-content {
    height: 25rem;
  }

  .smoothie-container {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .favorites-label,
  .favorites-label-blue,
  .favorites-label-yellow {
        font-size: 1.7rem;
        padding-left: 230px;
        top: 420px;
  }
  .arrow-indicator,
  .arrow-indicator-blue,
  .arrow-indicator-yellow {
    left: 29px;
    top: 190px;
  }
  .image-text,
  .image-text1,
  .image-text2,
  .image-text3 {
    margin-left: -1.25rem;
  }

  .benefits-section {
    left: 1.25rem;
  }

  .benefits-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 22px;
  }

  .main-container {
    width: 95%;
    margin: 1.25rem auto;
    border-radius: 1.5625rem;
    min-height: auto;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 1.875rem;
    text-align: center;
  }

  .header {
    padding: 1.5625rem 1.875rem;
    flex-direction: column;
    gap: 1.5625rem;
  }

  .nav-menu {
    gap: 1.5625rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.9rem;
  }

  .left-content {
    padding-right: 0;
  }

  .right-content {
    height: 21.875rem;
    top: -30px;
  }

  .smoothie-container {
    width: 18.75rem;
    height: 18.75rem;
  }

  .social-icons {
    position: absolute;
    justify-content: center;
    top: 120px;
    gap: 1rem; 
  }

  .benefits-section {
  display: none;
  }

  .benefits-title {
    transform: none;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .divider-line,
  .divider-line1,
  .divider-line2 {
    min-height: 2rem;
    width: 0.125rem;
  }

  .favorites-label,
  .favorites-label-blue,
  .favorites-label-yellow {
    position: static;
    font-size: 1.5rem;
    margin: 1.25rem 0;
    transform: none;
  }

  .arrow-indicator,
  .arrow-indicator-blue,
  .arrow-indicator-yellow {
    position: static;
    font-size: 1.5rem;
    margin: 0.625rem auto;
    transform: none;
    display: block;
    text-align: center;
    padding-left: 125px;
  }

  .modal-content {
    width: 95%;
    padding: 1.875rem 1.25rem;
    margin: 10% auto;
  }

  .modal-content h2 {
    font-size: 1.8rem;
  }

  .modal-content p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }

  .main-container {
    width: 98%;
    margin: 0.625rem auto;
    border-radius: 1.25rem;
  }

  .header {
    padding: 1.25rem 1.25rem;
    gap: 1rem;
  }

  .logo-icon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .logo-text .main-brand {
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
  }

  .logo-text .sub-brand {
    font-size: 0.625rem;
  }

  .nav-menu {
    gap: 0.9375rem;
    font-size: 0.875rem;
  }

  .content-wrapper {
    padding: 1.5625rem 1.25rem 2.5rem;
    gap: 1.875rem;
  }

  .main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    letter-spacing: 0.125rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }

  .subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .cta-button,
  .cta-button-red,
  .cta-button-blue,
  .cta-button-yellow {
    padding: 0.9375rem 2.1875rem;
    font-size: 1rem;
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto;
  }

  .right-content {
    height: 15.625rem;
  }

  .smoothie-container {
    width: 12.5rem;
    height: 12.5rem;
  }

  .social-icons {
    right: -125px;  
    margin-top: 3.75rem;      
  }

  .social-icons a {
    width: 2.1875rem;          
    height: 2.1875rem;          
    font-size: 0.875rem;        
  }
  .benefits-section {
    flex-direction: column;
    text-align: center;
    gap: 0.625rem;
  }

  .benefits-title {
    font-size: 1rem;
    margin-right: 0;
  }

  .benefits-list,
  .benefits-list1,
  .benefits-list2,
  .benefits-list3 {
    font-size: 0.875rem;
  }

  .image-text,
  .image-text1,
  .image-text2,
  .image-text3 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .modal-content {
    width: 98%;
    padding: 1.25rem;
    margin: 15% auto;
  }

  .modal-content h2 {
    font-size: 1.5rem;
  }

  .modal-content p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 10px;
  }

  .main-container {
    border-radius: 0.625rem;
    margin: 0.3125rem;
    width: calc(100% - 0.625rem);
  }

  .header {
    padding: 0.625rem 1rem;
    gap: 0.625rem;
  }

  .logo-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .logo-text .main-brand {
    font-size: 1rem;
    letter-spacing: 0.03125rem;
  }

  .nav-menu {
    gap: 0.625rem;
    font-size: 0.75rem;
  }

  .content-wrapper {
    padding: 1rem;
    gap: 1.25rem;
  }

  .main-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
    letter-spacing: 0.0625rem;
    margin-bottom: 1rem;
  }

  .subtitle {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .cta-button,
  .cta-button-red,
  .cta-button-blue,
  .cta-button-yellow {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 1.25rem;
    width: 100%;
  }

  .right-content {
    height: 12.5rem;
  }

  .smoothie-container {
    width: 10rem;
    height: 10rem;
  }

  .social-icons a {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }

  .benefits-section {
    display: none;
  }

  .modal-content {
    padding: 1rem;
    border-radius: 0.625rem;
  }

  .modal-content h2 {
    font-size: 1.25rem;
  }

  .modal-content p {
    font-size: 0.8rem;
  }
}
