.elementor-53 .elementor-element.elementor-element-e9013ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-a146e53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-b5bf18d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-0df85cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-53 .elementor-element.elementor-element-e9013ab{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-78c7135 */.elementor-53 .elementor-element.elementor-element-78c7135 /* ===== Children Hero Section – Kalėdų Senelio vaizdo sveikinimas vaikams ===== */

.santa-kids-hero {
  position: relative;
  padding: 6rem 1.5rem 4rem;
  overflow: hidden;
  padding-top: 150px;
  background: radial-gradient(circle at top left, #ffecd5 0%, #ffe4e1 35%, #ffffff 70%);
}

.santa-kids-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(#ffd1dc 1px, transparent 1px),
    radial-gradient(#ffe6b3 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  opacity: 0.25;
}

.santa-kids-hero__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.santa-kids-hero__content {
  position: relative;
  z-index: 1;
}

.santa-kids-hero__eyebrow {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2410c;
  background: #fff7ed;
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  margin-bottom: 0.9rem;
}

.santa-kids-hero__title {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  color: #111827;
}

.santa-kids-hero__subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  max-width: 34rem;
  margin-bottom: 1.4rem;
}

.santa-kids-hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
}

.santa-kids-hero__list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
  color: #1f2933;
}

.santa-kids-hero__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #16a34a;
}

/* Buttons */

.santa-kids-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.santa-kids-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.18s ease-out;
  cursor: pointer;
}

.santa-kids-hero__btn--primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.32);
}

.santa-kids-hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(234, 88, 12, 0.4);
}

.santa-kids-hero__btn--ghost {
  background: #ffffff;
  color: #111827;
  border-color: #e5e7eb;
}

.santa-kids-hero__btn--ghost:hover {
  background: #f9fafb;
}

/* Note text */

.santa-kids-hero__note {
  font-size: 0.85rem;
  color: #6b7280;
}

/* Media / image side */

.santa-kids-hero__media {
  position: relative;
  z-index: 1;
}

.santa-kids-hero__image-wrapper {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.22);
}

.santa-kids-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.santa-kids-hero__badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #b91c1c;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
}

/* Responsive */

@media (max-width: 900px) {
  .santa-kids-hero {
    padding-top: 4.5rem;
  }

  .santa-kids-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .santa-kids-hero__media {
    order: -1;
  }

  .santa-kids-hero__title {
    font-size: 2.1rem;
  }
}

@media (max-width: 640px) {
  .santa-kids-hero {
    padding: 3.5rem 1.25rem 3rem;
  }

  .santa-kids-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .santa-kids-hero__badge {
    left: 0.8rem;
    bottom: 0.8rem;
    right: 0.8rem;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70164bd */.elementor-53 .elementor-element.elementor-element-70164bd /* ===== Children Page – How it works steps section ===== */

.santa-kids-steps {
  padding: 4rem 1.5rem 4.5rem;
  background: #ffffff;
}

.santa-kids-steps__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.santa-kids-steps__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.8rem;
}

.santa-kids-steps__title {
  font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
  margin: 0 0 0.75rem;
  color: #111827;
}

.santa-kids-steps__subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Grid */

.santa-kids-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  margin-bottom: 2.5rem;
}

.santa-kids-steps__item {
  background: #f9fafb;
  border-radius: 1rem;
  padding: 1.4rem 1.2rem 1.5rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
}

.santa-kids-steps__item::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #f97316, #ec4899);
  opacity: 0;
  transition: opacity 0.18s ease-out;
}

.santa-kids-steps__item:hover::after {
  opacity: 1;
}

.santa-kids-steps__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.santa-kids-steps__item-title {
  font-size: 1rem;
  margin: 0 0 0.4rem;
  color: #111827;
}

.santa-kids-steps__item-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b5563;
}

/* Footer note + button */

.santa-kids-steps__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  justify-content: space-between;
}

.santa-kids-steps__note {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  max-width: 38rem;
}

/* small SEO links styling */
.santa-kids-steps__note a {
  color: #f97316;
  text-decoration: underline;
  font-weight: 500;
}

.santa-kids-steps__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(248, 113, 113, 0.35);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
    background 0.15s ease-out;
}

.santa-kids-steps__cta:hover {
  transform: translateY(-1px);
  background: #ea580c;
  box-shadow: 0 14px 30px rgba(248, 113, 113, 0.45);
}

/* Responsive */

@media (max-width: 1024px) {
  .santa-kids-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .santa-kids-steps {
    padding: 3rem 1.25rem 3.5rem;
  }

  .santa-kids-steps__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .santa-kids-steps__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .santa-kids-steps__cta {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59dff54 */.elementor-53 .elementor-element.elementor-element-59dff54 /* ===== Children Page – Pricing section ===== */

.santa-kids-pricing {
  padding: 4.5rem 1.5rem 4.5rem;
  background: #fef2f2;
}

.santa-kids-pricing__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.santa-kids-pricing__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.6rem;
}

.santa-kids-pricing__title {
  font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
  margin: 0 0 0.75rem;
  color: #111827;
}

.santa-kids-pricing__subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Grid */

.santa-kids-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  margin-bottom: 2.2rem;
}

/* Cards */

.santa-kids-pricing__card {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.8rem 1.6rem 1.9rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.santa-kids-pricing__card--featured {
  border-color: #fb923c;
  box-shadow: 0 20px 45px rgba(234, 88, 12, 0.25);
  transform: translateY(-6px);
}

@media (max-width: 900px) {
  .santa-kids-pricing__card--featured {
    transform: none;
  }
}

/* Badges */

.santa-kids-pricing__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 0.22rem 0.8rem;
}

.santa-kids-pricing__badge--light {
  background: #f9fafb;
  color: #6b7280;
}

.santa-kids-pricing__badge--featured {
  background: #f97316;
  color: #ffffff;
}

/* Titles & price */

.santa-kids-pricing__name {
  font-size: 1.05rem;
  margin: 0;
  color: #111827;
}

.santa-kids-pricing__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.santa-kids-pricing__price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b91c1c;
}

.santa-kids-pricing__price-note {
  font-size: 0.85rem;
  color: #6b7280;
}

.santa-kids-pricing__desc {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0.3rem 0 0.4rem;
}

/* Feature list */

.santa-kids-pricing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.santa-kids-pricing__list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.93rem;
  color: #374151;
}

.santa-kids-pricing__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 700;
}

/* Buttons */

.santa-kids-pricing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #fee2e2;
  background: #ffffff;
  color: #b91c1c;
  margin-top: auto;
  transition: all 0.18s ease-out;
}

.santa-kids-pricing__btn--primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  border-color: transparent;
}

.santa-kids-pricing__btn:hover {
  border-color: #fecaca;
  background: #fff7f7;
  transform: translateY(-1px);
}

.santa-kids-pricing__btn--primary:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

/* Hint / note */

.santa-kids-pricing__hint {
  font-size: 0.84rem;
  color: #6b7280;
  margin: 0.5rem 0 0;
}

.santa-kids-pricing__note {
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto;
}

/* Responsive */

@media (max-width: 1024px) {
  .santa-kids-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .santa-kids-pricing {
    padding: 3.5rem 1.25rem 3.5rem;
  }

  .santa-kids-pricing__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-704ffa9 */.elementor-53 .elementor-element.elementor-element-704ffa9 /* ===== Children Page – Story types section ===== */

.santa-kids-stories {
  padding: 4.5rem 1.5rem 4.5rem;
  background: #ffffff;
}

.santa-kids-stories__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.santa-kids-stories__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.8rem;
}

.santa-kids-stories__title {
  font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
  margin: 0 0 0.75rem;
  color: #111827;
}

.santa-kids-stories__subtitle {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
}

/* Grid */

.santa-kids-stories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}

/* Cards */

.santa-kids-stories__card {
  background: #f9fafb;
  border-radius: 1.2rem;
  padding: 1.4rem 1.3rem 1.6rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: relative;
  overflow: hidden;
}

.santa-kids-stories__card::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #fb923c, #ef4444, #a855f7);
  opacity: 0;
  transition: opacity 0.18s ease-out;
}

.santa-kids-stories__card:hover::after {
  opacity: 1;
}

/* Pills */

.santa-kids-stories__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 0.25rem 0.8rem;
  background: #fee2e2;
  color: #b91c1c;
}

.santa-kids-stories__pill--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.santa-kids-stories__pill--green {
  background: #dcfce7;
  color: #15803d;
}

.santa-kids-stories__pill--gold {
  background: #fef9c3;
  color: #a16207;
}

/* Content */

.santa-kids-stories__name {
  font-size: 1.02rem;
  margin: 0;
  color: #111827;
}

.santa-kids-stories__excerpt {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #4b5563;
}

.santa-kids-stories__list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0.6rem;
}

.santa-kids-stories__list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #374151;
}

.santa-kids-stories__list li::before {
  content: "•";
  position: absolute;
  left: 0.2rem;
  top: 0;
  font-size: 1.1rem;
  color: #fb923c;
}

.santa-kids-stories__from {
  margin: auto 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #b91c1c;
}

/* Footer */

.santa-kids-stories__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  justify-content: space-between;
}

.santa-kids-stories__note {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  max-width: 40rem;
}

.santa-kids-stories__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 113, 113, 0.35);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
    background 0.15s ease-out;
}

.santa-kids-stories__cta:hover {
  transform: translateY(-1px);
  background: #ea580c;
  box-shadow: 0 16px 36px rgba(248, 113, 113, 0.45);
}

/* Responsive */

@media (max-width: 1024px) {
  .santa-kids-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .santa-kids-stories {
    padding: 3.5rem 1.25rem 3.5rem;
  }

  .santa-kids-stories__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .santa-kids-stories__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .santa-kids-stories__cta {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */