.elementor-kit-47{--e-global-color-primary:#1A2980;--e-global-color-secondary:#26D0CE;--e-global-color-text:#4C4C4C;--e-global-color-accent:#87CEEB;--e-global-color-db8f996:#00000000;--e-global-color-f8b620a:#FFFFFF;--e-global-color-f1cd959:#F1F1F1;--e-global-color-7898866:#F4F8FB;--e-global-color-35b2fdc:#00BFFF;--e-global-color-aadde9a:#FFAE00;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5lh;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5lh;--e-global-typography-9174e1a-font-family:"Space Grotesk";--e-global-typography-9174e1a-font-size:17px;--e-global-typography-9174e1a-font-weight:400;--e-global-typography-9174e1a-text-transform:uppercase;--e-global-typography-8283050-font-family:"Space Grotesk";--e-global-typography-8283050-font-size:22px;--e-global-typography-8283050-font-weight:600;--e-global-typography-8283050-text-transform:uppercase;--e-global-typography-e5a55dd-font-family:"Space Grotesk";--e-global-typography-e5a55dd-font-size:48px;--e-global-typography-e5a55dd-font-weight:600;--e-global-typography-2afee75-font-family:"DM Sans";--e-global-typography-2afee75-font-size:18px;--e-global-typography-2afee75-font-weight:300;--e-global-typography-2afee75-line-height:1.5lh;--e-global-typography-eff2776-font-family:"Space Grotesk";--e-global-typography-eff2776-font-size:24px;--e-global-typography-eff2776-font-weight:400;--e-global-typography-eff2776-text-transform:uppercase;}.elementor-kit-47 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-47{--e-global-typography-e5a55dd-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-47{--e-global-typography-e5a55dd-font-size:40px;--e-global-typography-eff2776-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.kortele {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.feature {
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: #f4f8fb;
    border-radius: 12px;
    text-align: center;
}

.begantis2 {
  background: linear-gradient(270deg, #0070f3, #00c6ff, #0099ff, #0070f3);
  background-size: 800% 800%;
  animation: begantisGradient 15s ease infinite;
}

@keyframes begantisGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.begantis2::before{
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(40px);
  opacity: 0.6;
  z-index: -1;
}
/* 3*/
.begantis3 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(to bottom, #f9fbff 0%, #e7f1fc 50%, #f9fbff 100%);
}

/* Horizontalios judančios juostos – primena kelią */
.begantis3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0.35) 4px,
    transparent 4px,
    transparent 60px
  );
  background-size: 200% 100%;
  animation: keliasStripes 8s linear infinite;
  opacity: 0.25;
  z-index: -1;
}

.begantis3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 110%,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.3) 35%,
    transparent 70%
  );
  animation: keliasWave 12s ease-in-out infinite;
  opacity: 0.5;
  z-index: -1;
}

@keyframes keliasStripes {
  0% { background-position: 0 0; }
  100% { background-position: -200px 0; }
}

@keyframes keliasWave {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(-15px); opacity: 0.7; }
}
/*1*//* End custom CSS */