.elementor-kit-533{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-81b77b5:#001D6D;--e-global-color-22b70e1:#4717F5;--e-global-color-639615c:#FFFFFF;--e-global-color-d2fff47:#FBB03C;--e-global-color-9403576:#F52A6F;--e-global-color-e3582d7:#267DFF;--e-global-color-9685cca:#DEE9F2;--e-global-typography-primary-font-family:"Comfortaa";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Comfortaa";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Comfortaa";--e-global-typography-accent-font-weight:900;--e-global-typography-accent-font-style:normal;font-family:"Comfortaa", Sans-serif;}.elementor-kit-533 e-page-transition{background-color:var( --e-global-color-639615c );}.elementor-kit-533 a{font-style:normal;text-decoration:none;}.elementor-kit-533 h2{font-family:"Comfortaa", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-533 h5{font-family:"Comfortaa", Sans-serif;font-size:20px;text-transform:uppercase;}.elementor-kit-533 button,.elementor-kit-533 input[type="button"],.elementor-kit-533 input[type="submit"],.elementor-kit-533 .elementor-button{font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-533 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.hover-blue-card {
  background: #ffffff;
  border: 4px solid #267DFF;
  transition: all 0.5s ease;
}

.hover-blue-card,
.hover-blue-card * {
  transition: all 0.5s ease;
}

.hover-blue-card:hover {
  background: #267DFF;
}

.hover-blue-card:hover,
.hover-blue-card:hover * {
  color: #ffffff !important;
  border-color: #ffffff;
}

.hover-blue-card:hover svg,
.hover-blue-card:hover svg * {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.cardContainer:hover {
  transform: scale(1.02); 
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.cardContainerN:hover {
  transform: scale(1.02); 
}

.blueSpan{
    text-transform: uppercase;
    color:#267DFF;
}



.redSpan{
    text-transform: uppercase;
    color:#F52A6F;
}

.text-balance {
  text-wrap: balance;
}

.bulletsBlue li::marker { color:#267dff;}

.bulletsPink li::marker { color: #F52A6F;}


.noCopy {
  -webkit-user-select: none; 
  -ms-user-select: none;    
  user-select: none;        
}


/* Base container */
.gradientAnimation {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover gradient overlay */
.gradientAnimation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #FBB03C, #F52A6F);
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* Soft light glow layer (very subtle, premium touch) */
.gradientAnimation::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
}

/* Keep content above everything */
.gradientAnimation > * {
    position: relative;
    z-index: 2;
}

/* Hover state */
.gradientAnimation:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15),
                0 10px 25px rgba(245, 42, 111, 0.15);
}

/* Fade in gradient */
.gradientAnimation:hover::before {
    opacity: 1;
}

/* Subtle light glow appears */
.gradientAnimation:hover::after {
    opacity: 1;
}


/*  Long Texts elementor fixing */

.textLong {
  overflow-wrap: break-word;
  word-wrap: break-word; 
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6,
.elementor span[lang="de"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}/* End custom CSS */