@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Nunito:wght@400;500;600;700;800&display=swap");
.bg-primary {
  background-color: #CC3 !important;
}

.transition-all {
  transition: all 0.3s ease-in-out;
}

.border-transparent {
  border-color: transparent !important;
}

.btn-primary {
  background-color: #34CCFF;
  border-color: #34CCFF;
}

.text-primary {
  color: #34CCFF !important;
}
.text-secondary {
  color: #CC3 !important;
}

.section-landing-glasvezel {
  background-color: #fff;
}
.section-landing-glasvezel .display-5 {
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.section-landing-glasvezel .intro-text {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #4a4a4a !important;
}

.landing-form-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.landing-accordion .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.landing-accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}
.landing-accordion .accordion-button {
  background-color: transparent;
  color: #1a1a1a;
  font-size: 1.1rem;
  box-shadow: none;
}
.landing-accordion .accordion-button::after {
  background-size: 1rem;
  transition: transform 0.3s ease;
}
.landing-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #34CCFF;
  padding-bottom: 1rem;
}
.landing-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.landing-accordion .accordion-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
.landing-accordion .accordion-body .content-wrapper {
  opacity: 0.9;
}

.logo-grid-wrapper {
  background: #fdfdfd !important;
}
.logo-grid-wrapper .logo-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}
.logo-grid-wrapper .partner-logo-img {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .section-landing-glasvezel .display-5 {
    font-size: 2.25rem;
  }
  .col-lg-5 {
    margin-top: 3rem;
  }
}
body.page-template-template-formulier,
body.page-template-template-bedankt {
  background-color: #faf6ee;
  font-family: "Nunito", sans-serif;
  height: 100vh;
  overflow: hidden;
}
body.page-template-template-formulier #page,
body.page-template-template-bedankt #page {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.page-template-template-formulier #primary,
body.page-template-template-bedankt #primary {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
body.page-template-template-formulier #masthead,
body.page-template-template-bedankt #masthead {
  background-color: transparent !important;
  border-bottom: none !important;
  flex-shrink: 0;
}
body.page-template-template-formulier #colophon,
body.page-template-template-bedankt #colophon {
  background-color: transparent !important;
  border-top: none !important;
}

.page-formulier-biodanza {
  min-height: 85vh;
  position: relative;
  overflow-x: clip;
}
.page-formulier-biodanza .blob {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  filter: blur(10px);
}
.page-formulier-biodanza .blob-blue {
  top: -120px;
  right: -140px;
  width: 520px;
  height: 500px;
  background-color: #b8dce8;
  border-radius: 55% 45% 65% 35%/45% 55% 45% 55%;
}
.page-formulier-biodanza .blob-olive {
  bottom: -20px;
  left: -120px;
  width: 420px;
  height: 400px;
  background-color: #d4d870;
  border-radius: 35% 65% 25% 75%/65% 35% 55% 45%;
}

@keyframes dancer-sway {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes dancer-sway-mirror {
  0% {
    transform: scaleX(-1) rotate(-6deg);
  }
  50% {
    transform: scaleX(-1) rotate(6deg);
  }
  100% {
    transform: scaleX(-1) rotate(-6deg);
  }
}
.dance-figure {
  position: fixed;
  z-index: 1;
  pointer-events: none;
}
.dance-figure img {
  height: 350px;
  width: auto;
  display: block;
  transform-origin: center center;
  animation: dancer-sway 6s ease-in-out infinite;
}
.dance-figure img.mirror {
  animation: dancer-sway-mirror 6s linear infinite;
}
.dance-figure--top-left img, .dance-figure--bottom-right img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(60%) saturate(500%) hue-rotate(20deg) brightness(95%);
}
.dance-figure--top-right img, .dance-figure--bottom-left img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(90%) saturate(800%) hue-rotate(170deg) brightness(110%);
}
.dance-figure--top-left {
  top: 80px;
  left: 20px;
}
.dance-figure--bottom-left {
  bottom: 120px;
  left: 10px;
}
.dance-figure--top-right {
  top: 40px;
  right: 10px;
}
.dance-figure--bottom-right {
  bottom: 100px;
  right: 20px;
}
@media (max-width: 1199.98px) {
  .dance-figure {
    display: none;
  }
}

.formulier-container {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.formulier-logo {
  max-height: 72px;
  width: auto;
}

.formulier-heading {
  font-size: 3rem;
  font-weight: 800;
  color: #2d4838;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.formulier-dansen {
  font-family: "Caveat", cursive;
  color: #CC3;
  font-size: 120%;
  transform: skew(50deg, 10deg);
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: #5bbcd4;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.formulier-subtitle {
  color: #5a5a5a;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.formulier-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.formulier-card-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.formulier-hoi {
  font-family: "Caveat", cursive;
  font-size: 1.85rem;
  color: #34CCFF;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.formulier-wavy {
  flex: 1;
}
.formulier-wavy svg {
  width: 100%;
  height: 18px;
  display: block;
}

.formulier-card-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}

.formulier-card-desc {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.bedankt-icon {
  margin: 0.5rem auto 0.25rem;
}

.bedankt-btn {
  display: inline-block;
  background-color: #34CCFF;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5rem;
}
.bedankt-btn:hover {
  background-color: rgb(1, 191.1871921182, 255);
  color: #fff;
  transform: translateY(-1px);
}

.formulier-contact-footer {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: #888;
}
.formulier-contact-footer a {
  color: #4aa8e0;
  font-weight: 500;
  text-decoration: none;
}
.formulier-contact-footer a:hover {
  text-decoration: underline;
}

.page-formulier-biodanza .ninja-forms-field.nf-element[type=button],
.page-formulier-biodanza .ninja-forms-field.nf-element[type=submit] {
  background-color: #4aa8e0 !important;
  box-shadow: 0 4px 12px rgba(74, 168, 224, 0.3), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.page-formulier-biodanza .ninja-forms-field.nf-element[type=button]:hover,
.page-formulier-biodanza .ninja-forms-field.nf-element[type=submit]:hover {
  background-color: rgb(39.1660377358, 151.2566037736, 218.0339622642) !important;
  box-shadow: 0 6px 16px rgba(74, 168, 224, 0.38), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}
.page-formulier-biodanza .nf-field-element input[type=text]:focus,
.page-formulier-biodanza .nf-field-element input[type=email]:focus,
.page-formulier-biodanza .nf-field-element input[type=tel]:focus,
.page-formulier-biodanza .nf-field-element input[type=number]:focus,
.page-formulier-biodanza .nf-field-element select:focus,
.page-formulier-biodanza .nf-field-element textarea:focus {
  border-color: #4aa8e0 !important;
  box-shadow: 0 0 0 0.25rem rgba(74, 168, 224, 0.15) !important;
}

@media (max-width: 767.98px) {
  .formulier-heading {
    font-size: 2.25rem;
  }
  .formulier-card {
    padding: 1.75rem;
  }
}
.nf-before-form-content {
  display: none;
}

.nf-form-cont {
  padding: 0;
}

.nf-field-container {
  margin-bottom: 1.5rem;
}

.nf-field-label {
  margin-bottom: 0.5rem;
}
.nf-field-label label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.95rem;
}

.nf-field-element input[type=text],
.nf-field-element input[type=email],
.nf-field-element input[type=tel],
.nf-field-element input[type=number],
.nf-field-element select,
.nf-field-element textarea {
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.5rem !important;
  background-color: #fdfdfd !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: none !important;
}
.nf-field-element input[type=text]:focus,
.nf-field-element input[type=email]:focus,
.nf-field-element input[type=tel]:focus,
.nf-field-element input[type=number]:focus,
.nf-field-element select:focus,
.nf-field-element textarea:focus {
  border-color: #34CCFF !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(52, 204, 255, 0.1) !important;
  outline: none !important;
}
.nf-field-element input[type=text]::placeholder,
.nf-field-element input[type=email]::placeholder,
.nf-field-element input[type=tel]::placeholder,
.nf-field-element input[type=number]::placeholder,
.nf-field-element select::placeholder,
.nf-field-element textarea::placeholder {
  color: #adb5bd;
}

.ninja-forms-field.nf-element[type=button],
.ninja-forms-field.nf-element[type=submit] {
  background-color: #34CCFF !important;
  color: #fff !important;
  border: none !important;
  padding: 0.85rem 2rem !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s ease-in-out !important;
  width: 100%;
  cursor: pointer;
  text-transform: none;
  box-shadow: 0 4px 6px rgba(52, 204, 255, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.ninja-forms-field.nf-element[type=button]:hover,
.ninja-forms-field.nf-element[type=submit]:hover {
  background-color: rgb(11.2, 193.7497536946, 255) !important;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(52, 204, 255, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.ninja-forms-field.nf-element[type=button]:active,
.ninja-forms-field.nf-element[type=submit]:active {
  transform: translateY(1px);
}

.nf-response-msg {
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  margin-top: 1rem !important;
  font-weight: 500 !important;
}

.nf-pass-msg {
  background-color: #d1e7dd !important;
  border: 1px solid #badbcc !important;
  color: #0f5132 !important;
}

.nf-error-msg {
  background-color: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
  color: #842029 !important;
  margin-top: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.85rem !important;
}

.site-bottom a {
  text-decoration: none !important;
  color: #575A5B !important;
}

.coupon-section {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.coupon-section .coupon-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.7rem 1rem;
  background: linear-gradient(135deg, #f0f9fd 0%, #fef9f0 100%);
  border: 1.5px dashed #c9e1ec;
  border-radius: 0.65rem;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #4a7a8f;
  transition: all 0.3s ease-in-out;
}
.coupon-section .coupon-toggle:hover {
  background: linear-gradient(135deg, #e4f3fb 0%, #fdf3e4 100%);
  border-color: #9ecfe0;
  transform: translateY(-1px);
}
.coupon-section .coupon-toggle:focus-visible {
  outline: 2px solid #34CCFF;
  outline-offset: 2px;
}
.coupon-section .coupon-toggle-icon {
  flex-shrink: 0;
  color: #34CCFF;
}
.coupon-section .coupon-toggle-chevron {
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #9bb;
}
.coupon-section .coupon-toggle[aria-expanded=true] .coupon-toggle-chevron {
  transform: rotate(180deg);
}
.coupon-section .coupon-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.35s ease;
  padding: 0 0.25rem;
}
.coupon-section .coupon-panel.is-open {
  max-height: 300px;
  opacity: 1;
  padding: 1rem 0.25rem 0.25rem;
}
.coupon-section .coupon-input-row {
  display: flex;
  gap: 0.5rem;
}
.coupon-section .coupon-input {
  flex: 1;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-family: "Nunito", sans-serif;
  border: 1.5px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #fdfdfd;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.coupon-section .coupon-input::placeholder {
  text-transform: none;
  color: #adb5bd;
  letter-spacing: 0;
}
.coupon-section .coupon-input:focus {
  border-color: #34CCFF;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(52, 204, 255, 0.12);
  outline: none;
}
.coupon-section .coupon-input:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.coupon-section .coupon-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #4aa8e0;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  min-width: 110px;
  position: relative;
}
.coupon-section .coupon-apply-btn:hover:not(:disabled) {
  background-color: rgb(39.1660377358, 151.2566037736, 218.0339622642);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(74, 168, 224, 0.25);
}
.coupon-section .coupon-apply-btn:active:not(:disabled) {
  transform: translateY(1px);
}
.coupon-section .coupon-apply-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.coupon-section .coupon-apply-btn.is-loading .coupon-apply-label {
  visibility: hidden;
}
.coupon-section .coupon-apply-btn.is-loading .coupon-apply-spinner {
  display: block;
}
.coupon-section .coupon-apply-spinner {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: couponSpin 0.6s linear infinite;
}
@keyframes couponSpin {
  to {
    transform: rotate(360deg);
  }
}
.coupon-section .coupon-feedback {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  border-radius: 0.4rem;
}
.coupon-section .coupon-feedback--visible {
  max-height: 60px;
  opacity: 1;
  padding: 0.5rem 0.75rem;
  margin-top: 0.6rem;
}
.coupon-section .coupon-feedback--success {
  background-color: #d1f5e0;
  color: #0f7b3f;
  border: 1px solid #a3e4bc;
}
.coupon-section .coupon-feedback--error {
  background-color: #fde8ea;
  color: #c0392b;
  border: 1px solid #f5c0c7;
}
.coupon-section .coupon-applied-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.55rem 0.85rem;
  background: linear-gradient(135deg, #d1f5e0 0%, #e8faf0 100%);
  border: 1px solid #a3e4bc;
  border-radius: 0.5rem;
  color: #0f7b3f;
  font-size: 0.85rem;
  font-weight: 700;
}
.coupon-section .coupon-applied-badge svg {
  flex-shrink: 0;
  color: #27ae60;
}
.coupon-section .coupon-applied-badge.coupon-badge-enter {
  animation: couponBadgePop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.coupon-section .coupon-badge-text {
  flex: 1;
}
.coupon-section .coupon-remove-btn {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 0.95rem;
  padding: 0 0.25rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.coupon-section .coupon-remove-btn:hover {
  color: #c0392b;
}

@keyframes couponBadgePop {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes couponShake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
.coupon-shake {
  animation: couponShake 0.4s ease-in-out;
}

@media (max-width: 479.98px) {
  .coupon-input-row {
    flex-direction: column;
  }
  .coupon-apply-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
