.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#888888;--e-global-color-text:#000000;--e-global-color-accent:#0E1C4F;--e-global-color-2510092:#0E1C4F;--e-global-color-44d25b7:#0C3A5E;--e-global-color-f33dbf5:#EFD0D6;--e-global-color-0719969:#FFFFFF;--e-global-color-eb26829:#B8D9FF;--e-global-color-1762a26:#BFA2B2;--e-global-color-f7cf3a1:#DB99B1;--e-global-color-cd036c5:#F1EFEE;--e-global-color-dd6353d:#F8F7F7;--e-global-color-e8d5471:#FBF8F5;--e-global-color-93e8f39:#D5D8DC;--e-global-color-9d967ba:#C9A2B5;--e-global-color-bb72b90:#F8F8F8;--e-global-color-ebfb141:#2A213D;--e-global-color-0c74e0e:#F794CD;--e-global-color-75401db:#FBFAF8;--e-global-color-450412f:#2E2142;--e-global-color-c30d641:#6167AF;--e-global-color-ba3d38a:#2C316C;--e-global-color-e63ff6b:#605BA8;--e-global-color-24f6302:#FAFAF8;--e-global-color-25d8973:#605BA8;--e-global-color-fe24914:#8B88C2;--e-global-color-d2571bd:#F27B98;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:900;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-line-height:0px;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:21px;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Flip Card Animatie */
.flip-card {
  perspective: 1200px !important;
  cursor: pointer;
  position: relative !important;
  overflow: visible !important;
}

/* Make inner cover the entire card including padding */
.flip-card > .flip-card-inner {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}

.flip-card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.flip-card-back {
  transform: rotateY(180deg);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  text-align: center;
  z-index: 1;
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.flip-card-back .flip-back-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
  line-height: 1.2;
}

.flip-card-back .flip-back-body {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 28px;
}

.flip-card-back .flip-back-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #1a1a1a;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.flip-card-back .flip-back-btn:hover {
  background: #444;
}

.flip-card-back .flip-back-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.08);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: background 0.2s;
  line-height: 1;
}

.flip-card-back .flip-back-close:hover {
  background: rgba(0,0,0,0.16);
}/* End custom CSS */