/* =========================================================
VAIKAS KELIAUNINKAS – DUK PUSLAPIS
Įkelk į Elementor puslapio Custom CSS arba:
Appearance → Customize → Additional CSS
========================================================= */

.vk-faq-page {
  --vk-dark: #225d61;
  --vk-dark-2: #194c50;
  --vk-text: #617b7e;
  --vk-coral: #ee846d;
  --vk-coral-hover: #dc705a;
  --vk-sage: #aebfb7;
  --vk-sage-light: #edf3f0;
  --vk-yellow: #f5d98f;
  --vk-yellow-light: #fff5d9;
  --vk-cream: #fffaf4;
  --vk-white: #ffffff;
  --vk-border: #dfe7e3;
  --vk-shadow: 0 22px 55px rgba(39, 82, 84, 0.10);

  width: min(calc(100% - 40px), 1320px);
  margin: 38px auto 90px;
  color: var(--vk-dark);
  font-family: "Quicksand", sans-serif;
}

.vk-faq-page,
.vk-faq-page *,
.vk-faq-page *::before,
.vk-faq-page *::after {
  box-sizing: border-box;
}

.vk-faq-page a {
  color: inherit;
  text-decoration: none;
}

.vk-faq-page button,
.vk-faq-page input {
  font-family: inherit;
}

.vk-faq-page svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* HERO */

.vk-faq-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 95px);
  min-height: 585px;
  padding: clamp(52px, 7vw, 88px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 15%, rgba(255,255,255,.16), transparent 27%),
    linear-gradient(128deg, #9fb4ab 0%, var(--vk-sage) 48%, #93aaa1 100%);
}

.vk-faq-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
}

.vk-faq-hero__route {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  width: 100%;
  height: 87%;
  pointer-events: none;
}

.vk-faq-hero__route path,
.vk-faq-contact__route path {
  fill: none;
  stroke: rgba(255,255,255,.36);
  stroke-width: 2.2;
  stroke-dasharray: 8 10;
}

.vk-faq-hero__bubble {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}

.vk-faq-hero__bubble--one {
  top: -100px;
  left: 41%;
  width: 245px;
  height: 245px;
  background: rgba(245,217,143,.2);
}

.vk-faq-hero__bubble--two {
  right: 29%;
  bottom: -125px;
  width: 285px;
  height: 285px;
  background: rgba(238,132,109,.12);
}

.vk-faq-hero__content {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.vk-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--vk-yellow-light);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vk-faq-eyebrow > span {
  width: 28px;
  border-top: 2px dotted currentColor;
}

.vk-faq-hero h1 {
  margin: 0;
  color: var(--vk-white);
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.045em;
  text-shadow: 0 4px 0 rgba(34,93,97,.1);
}

.vk-faq-hero h1 span {
  display: block;
  color: var(--vk-yellow-light);
}

.vk-faq-hero__content > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.94);
  font-size: 17px;
  line-height: 1.78;
}

.vk-faq-search {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 29px;
  padding: 9px 10px 9px 16px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 16px;
  background: var(--vk-white);
  box-shadow: 0 18px 40px rgba(34,93,97,.16);
}

.vk-faq-search__icon {
  display: block;
  width: 24px;
  height: 24px;
  color: var(--vk-coral);
}

.vk-faq-search input {
  width: 100%;
  min-width: 0;
  min-height: 45px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vk-dark);
  font-size: 14px;
  font-weight: 700;
}

.vk-faq-search input::placeholder {
  color: #8ca0a2;
  opacity: 1;
}

.vk-faq-search button {
  min-height: 40px;
  padding: 9px 14px;
  border: 0;
  border-radius: 11px;
  background: var(--vk-sage-light);
  color: var(--vk-dark);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.vk-faq-search button:hover {
  background: var(--vk-coral);
  color: var(--vk-white);
}

.vk-faq-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vk-faq-quick-links button {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: var(--vk-white);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.vk-faq-quick-links button:hover {
  background: var(--vk-white);
  color: var(--vk-dark);
  transform: translateY(-2px);
}


/* HERO VISUAL */

.vk-faq-hero__visual {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.vk-faq-postcard {
  position: relative;
  width: min(100%, 390px);
  min-height: 320px;
  padding: 59px 36px 35px;
  border: 8px solid rgba(255,255,255,.72);
  border-radius: 21px;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(238,132,109,.05) 0 10px,
      rgba(174,191,183,.05) 10px 20px
    ),
    var(--vk-white);
  box-shadow: 0 31px 72px rgba(34,93,97,.22);
  transform: rotate(2.5deg);
  transition: transform .3s ease, box-shadow .3s ease;
}

.vk-faq-postcard:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 38px 82px rgba(34,93,97,.25);
}

.vk-faq-postcard__tape {
  position: absolute;
  top: -19px;
  left: 50%;
  width: 110px;
  height: 35px;
  border-radius: 4px;
  background: rgba(255,244,213,.9);
  transform: translateX(-50%) rotate(-2deg);
}

.vk-faq-postcard__stamp {
  position: absolute;
  top: 26px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 15px;
  border: 2px dotted var(--vk-coral);
  color: var(--vk-coral);
}

.vk-faq-postcard > small {
  display: block;
  margin-bottom: 9px;
  color: var(--vk-coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.vk-faq-postcard h2 {
  max-width: 300px;
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 39px;
  line-height: .98;
}

.vk-faq-postcard p {
  max-width: 290px;
  margin: 17px 0 0;
  color: var(--vk-text);
  font-size: 14px;
  line-height: 1.67;
}

.vk-faq-postcard > strong {
  display: block;
  margin-top: 18px;
  color: var(--vk-coral);
  font-family: "Baloo 2", sans-serif;
  font-size: 19px;
}

.vk-faq-floating-note {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--vk-white);
  color: var(--vk-dark);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 13px 29px rgba(34,93,97,.16);
  animation: vkFaqFloat 4s ease-in-out infinite;
}

.vk-faq-floating-note span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff0ec;
  color: var(--vk-coral);
  font-size: 13px;
}

.vk-faq-floating-note--one {
  top: 35px;
  left: -20px;
}

.vk-faq-floating-note--two {
  right: -10px;
  top: 145px;
  animation-delay: .8s;
}

.vk-faq-floating-note--three {
  left: 0;
  bottom: 31px;
  animation-delay: 1.5s;
}


/* TRUST */

.vk-faq-trust {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 22px;
}

.vk-faq-trust__item {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--vk-border);
  border-radius: 18px;
  background: var(--vk-white);
  box-shadow: 0 10px 27px rgba(39,82,84,.055);
}

.vk-faq-trust__item > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  border-radius: 15px;
  background: var(--vk-sage-light);
  color: var(--vk-dark);
}

.vk-faq-trust__item:nth-child(2) > span,
.vk-faq-trust__item:nth-child(4) > span {
  background: #fff0ec;
  color: var(--vk-coral);
}

.vk-faq-trust__item strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.vk-faq-trust__item small {
  display: block;
  margin-top: 3px;
  color: var(--vk-text);
  font-size: 11px;
  line-height: 1.45;
}


/* MAIN */

.vk-faq-main {
  display: grid;
  grid-template-columns: 285px minmax(0,1fr);
  gap: 30px;
  align-items: start;
  padding: 86px 0;
  scroll-margin-top: 110px;
}

.vk-faq-sidebar__inner {
  position: sticky;
  top: 130px;
  padding: 22px;
  border: 1px solid var(--vk-border);
  border-radius: 23px;
  background: var(--vk-white);
  box-shadow: 0 13px 34px rgba(39,82,84,.065);
}

.vk-faq-sidebar__title {
  display: block;
  margin-bottom: 15px;
  color: var(--vk-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vk-faq-categories {
  display: grid;
  gap: 6px;
}

.vk-faq-categories button {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 49px;
  padding: 8px 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--vk-text);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.vk-faq-categories button:hover,
.vk-faq-categories button.is-active {
  background: var(--vk-sage-light);
  color: var(--vk-dark);
  transform: translateX(2px);
}

.vk-faq-categories button span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff0ec;
  color: var(--vk-coral);
  font-size: 10px;
  font-weight: 900;
}

.vk-faq-categories button.is-active span {
  background: var(--vk-coral);
  color: var(--vk-white);
}

.vk-faq-sidebar__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px dotted #cbd8d4;
}

.vk-faq-sidebar__actions button {
  min-height: 42px;
  padding: 9px 11px;
  border: 0;
  border-radius: 11px;
  background: var(--vk-cream);
  color: var(--vk-dark);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.vk-faq-sidebar__actions button:hover {
  background: var(--vk-coral);
  color: var(--vk-white);
}

.vk-faq-content__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 25px;
}

.vk-faq-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vk-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vk-faq-section-label::before {
  content: "";
  width: 24px;
  border-top: 2px dotted currentColor;
}

.vk-faq-content__top h2 {
  margin: 9px 0 0;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(39px,4.3vw,55px);
  line-height: 1;
  letter-spacing: -.025em;
}

.vk-faq-results {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--vk-yellow-light);
  color: var(--vk-dark);
  font-size: 11px;
  font-weight: 900;
}

.vk-faq-list {
  display: grid;
  gap: 11px;
}

.vk-faq-item {
  overflow: hidden;
  border: 1px solid var(--vk-border);
  border-radius: 19px;
  background: var(--vk-white);
  box-shadow: 0 9px 26px rgba(39,82,84,.045);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vk-faq-item[hidden] {
  display: none;
}

.vk-faq-item.is-open {
  border-color: rgba(238,132,109,.42);
  box-shadow: 0 15px 35px rgba(39,82,84,.08);
}

.vk-faq-item > button {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 38px;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 83px;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: var(--vk-dark);
  text-align: left;
  cursor: pointer;
}

.vk-faq-item__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--vk-sage-light);
  color: var(--vk-dark);
  font-size: 11px;
  font-weight: 900;
  transition: background .2s ease, color .2s ease;
}

.vk-faq-item.is-open .vk-faq-item__icon {
  background: #fff0ec;
  color: var(--vk-coral);
}

.vk-faq-item__question {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.vk-faq-item__question small {
  display: block;
  margin-top: 5px;
  color: var(--vk-coral);
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.vk-faq-item__toggle {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--vk-cream);
  transition: background .2s ease, transform .25s ease;
}

.vk-faq-item__toggle::before,
.vk-faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--vk-coral);
  transform: translate(-50%,-50%);
}

.vk-faq-item__toggle::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.vk-faq-item.is-open .vk-faq-item__toggle {
  background: var(--vk-coral);
  transform: rotate(180deg);
}

.vk-faq-item.is-open .vk-faq-item__toggle::before,
.vk-faq-item.is-open .vk-faq-item__toggle::after {
  background: var(--vk-white);
}

.vk-faq-item.is-open .vk-faq-item__toggle::after {
  transform: translate(-50%,-50%) rotate(0deg);
}

.vk-faq-item__body {
  border-top: 1px solid var(--vk-border);
}

.vk-faq-item__body[hidden] {
  display: none;
}

.vk-faq-item__body p {
  margin: 0;
  padding: 21px 23px 10px 81px;
  color: var(--vk-text);
  font-size: 14px;
  line-height: 1.8;
}

.vk-faq-item__body p:last-child {
  padding-bottom: 24px;
}

.vk-faq-item__body strong {
  color: var(--vk-dark);
}

.vk-faq-item__body a {
  display: inline-flex;
  margin: 0 23px 24px 81px;
  color: var(--vk-coral);
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vk-faq-empty {
  margin-top: 12px;
  padding: 40px 25px;
  border: 1px dashed var(--vk-border);
  border-radius: 21px;
  background: var(--vk-cream);
  text-align: center;
}

.vk-faq-empty__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff0ec;
  color: var(--vk-coral);
  font-family: "Baloo 2", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.vk-faq-empty h3 {
  margin: 0 0 7px;
  font-family: "Baloo 2", sans-serif;
  font-size: 25px;
  line-height: 1.1;
}

.vk-faq-empty p {
  margin: 0;
  color: var(--vk-text);
  font-size: 13px;
  line-height: 1.7;
}


/* CONTACT CTA */

.vk-faq-contact {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 78px minmax(0,1fr) auto;
  align-items: center;
  gap: 23px;
  padding: 38px 43px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--vk-dark);
  color: var(--vk-white);
}

.vk-faq-contact__route {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vk-faq-contact__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  padding: 21px;
  border-radius: 22px;
  background: var(--vk-coral);
  transform: rotate(-5deg);
}

.vk-faq-contact__content > span {
  color: var(--vk-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vk-faq-contact h2 {
  margin: 5px 0;
  color: var(--vk-white);
  font-family: "Baloo 2", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.vk-faq-contact p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.65;
}

.vk-faq-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 19px;
  border-radius: 12px;
  background: var(--vk-coral);
  color: var(--vk-white) !important;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 13px 28px rgba(238,132,109,.24);
  transition: transform .2s ease, background .2s ease;
}

.vk-faq-contact__button:hover {
  background: var(--vk-coral-hover);
  transform: translateY(-3px);
}

.vk-faq-contact__button span {
  font-size: 18px;
}


/* ANIMATION */

@keyframes vkFaqFloat {
  0%,100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


/* TABLET */

@media (max-width: 1080px) {

  .vk-faq-hero {
    grid-template-columns: minmax(0,1fr) minmax(330px,.78fr);
    gap: 34px;
    padding: 57px 40px;
  }

  .vk-faq-hero h1 {
    font-size: clamp(49px,6vw,69px);
  }

  .vk-faq-hero__visual {
    transform: scale(.9);
  }

  .vk-faq-trust {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .vk-faq-main {
    grid-template-columns: 245px minmax(0,1fr);
    gap: 22px;
  }

  .vk-faq-sidebar__inner {
    padding: 17px;
  }

  .vk-faq-contact {
    grid-template-columns: 68px minmax(0,1fr);
  }

  .vk-faq-contact__button {
    grid-column: 2;
    justify-self: start;
  }
}


@media (max-width: 860px) {

  .vk-faq-page {
    width: min(calc(100% - 28px),1320px);
    margin-top: 23px;
  }

  .vk-faq-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vk-faq-hero__content {
    max-width: 750px;
    margin: 0 auto;
  }

  .vk-faq-eyebrow,
  .vk-faq-quick-links {
    justify-content: center;
  }

  .vk-faq-hero__content > p {
    margin-inline: auto;
  }

  .vk-faq-search {
    text-align: left;
  }

  .vk-faq-hero__visual {
    min-height: 405px;
  }

  .vk-faq-main {
    grid-template-columns: 1fr;
  }

  .vk-faq-sidebar__inner {
    position: static;
  }

  .vk-faq-categories {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .vk-faq-sidebar__actions {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .vk-faq-page {
    width: calc(100% - 20px);
    margin: 12px 10px 55px;
  }

  .vk-faq-hero {
    gap: 24px;
    min-height: auto;
    padding: 38px 17px 30px;
    border-radius: 23px;
  }

  .vk-faq-eyebrow {
    font-size: 10px;
  }

  .vk-faq-hero h1 {
    font-size: clamp(43px,13.5vw,58px);
  }

  .vk-faq-hero__content > p {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.7;
  }

  .vk-faq-search {
    grid-template-columns: 21px minmax(0,1fr);
    padding: 8px 12px;
  }

  .vk-faq-search__icon {
    width: 21px;
    height: 21px;
  }

  .vk-faq-search input {
    min-height: 43px;
    font-size: 13px;
  }

  .vk-faq-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vk-faq-quick-links {
    gap: 7px;
  }

  .vk-faq-quick-links button {
    flex: 1 1 calc(50% - 7px);
    font-size: 10px;
  }

  .vk-faq-hero__visual {
    min-height: 350px;
    transform: scale(.82);
  }

  .vk-faq-trust {
    grid-template-columns: 1fr;
  }

  .vk-faq-trust__item {
    grid-template-columns: 48px minmax(0,1fr);
    padding: 14px;
  }

  .vk-faq-trust__item > span {
    width: 48px;
    height: 48px;
  }

  .vk-faq-main {
    gap: 18px;
    padding: 58px 0;
  }

  .vk-faq-sidebar__inner {
    padding: 15px;
    border-radius: 18px;
  }

  .vk-faq-categories {
    grid-template-columns: 1fr;
  }

  .vk-faq-categories button {
    font-size: 12px;
  }

  .vk-faq-content__top {
    display: block;
  }

  .vk-faq-content__top h2 {
    font-size: 38px;
  }

  .vk-faq-results {
    display: inline-flex;
    margin-top: 13px;
  }

  .vk-faq-item {
    border-radius: 17px;
  }

  .vk-faq-item > button {
    grid-template-columns: 43px minmax(0,1fr) 34px;
    gap: 10px;
    min-height: 78px;
    padding: 12px;
  }

  .vk-faq-item__icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
  }

  .vk-faq-item__question {
    font-size: 19px;
  }

  .vk-faq-item__question small {
    font-size: 9px;
  }

  .vk-faq-item__toggle {
    width: 34px;
    height: 34px;
  }

  .vk-faq-item__body p {
    padding: 18px 16px 9px;
    font-size: 13px;
    line-height: 1.75;
  }

  .vk-faq-item__body p:last-child {
    padding-bottom: 20px;
  }

  .vk-faq-item__body a {
    margin: 0 16px 21px;
    font-size: 11px;
  }

  .vk-faq-contact {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px 19px;
    text-align: center;
  }

  .vk-faq-contact__icon {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    padding: 17px;
  }

  .vk-faq-contact h2 {
    font-size: 32px;
  }

  .vk-faq-contact p {
    font-size: 13px;
  }

  .vk-faq-contact__button {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
}


@media (max-width: 390px) {

  .vk-faq-page {
    width: calc(100% - 14px);
    margin-right: 7px;
    margin-left: 7px;
  }

  .vk-faq-hero {
    padding-right: 13px;
    padding-left: 13px;
  }

  .vk-faq-hero h1 {
    font-size: 41px;
  }

  .vk-faq-hero__visual {
    transform: scale(.74);
  }

  .vk-faq-sidebar__actions {
    grid-template-columns: 1fr;
  }

  .vk-faq-item > button {
    grid-template-columns: 40px minmax(0,1fr) 31px;
    gap: 8px;
  }

  .vk-faq-item__icon {
    width: 40px;
    height: 40px;
  }

  .vk-faq-item__question {
    font-size: 18px;
  }
}


/* Elementor widget support */
.vksb-faq-widget .vk-faq-page{max-width:100%}
.vksb-faq-widget .vk-faq-item__body{
 display:block;
 overflow:hidden;
 max-height:0;
 opacity:0;
 visibility:hidden;
 transition:max-height .35s ease,opacity .22s ease,visibility .22s ease;
}
.vksb-faq-widget .vk-faq-item.is-open .vk-faq-item__body{
 opacity:1;
 visibility:visible;
}
.vksb-faq-widget .vk-faq-item.is-hidden{display:none!important}
.vksb-faq-widget .vk-faq-empty[hidden]{display:none!important}
.vksb-faq-widget .vk-faq-hero__visual img{
 width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;
}
.vksb-faq-widget .vk-faq-postcard.has-image{padding:0;overflow:hidden}
.vksb-faq-widget section,
.vksb-faq-widget article,
.vksb-faq-widget a,
.vksb-faq-widget button{
 transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
@media(max-width:767px){
 .vksb-faq-widget .vk-faq-page{width:100%;margin-left:0;margin-right:0}
}


/* =========================================================
   v3.14.3 – funkciniai DUK mygtukai neperima globalių CTA spalvų
========================================================= */
.vksb-faq-widget .vk-faq-item > button{
  background:transparent!important;
  background-color:transparent!important;
  border-color:transparent!important;
}
.vksb-faq-widget .vk-faq-item > button:hover,
.vksb-faq-widget .vk-faq-item > button:focus,
.vksb-faq-widget .vk-faq-item > button:active{
  background:transparent!important;
  background-color:transparent!important;
}
.vksb-faq-widget .vk-faq-categories button,
.vksb-faq-widget .vk-faq-sidebar__actions button,
.vksb-faq-widget .vk-faq-quick-links button,
.vksb-faq-widget [data-vk-clear-search]{
  font-family:inherit;
}


/* =========================================================
   v3.14.9 – responsive DUK kortelės ir mobile tabai
========================================================= */
.vksb-faq-widget .vk-faq-hero__visual{position:relative!important;overflow:visible!important}
.vksb-faq-widget .vk-faq-floating-note{
  left:var(--x)!important;
  top:var(--y)!important;
  right:auto!important;
  bottom:auto!important;
  width:var(--w)!important;
  max-width:var(--w)!important;
  transform:rotate(var(--rot))!important;
  background:var(--bg)!important;
  color:var(--color)!important;
  white-space:normal!important;
  box-sizing:border-box;
}
@media(max-width:1024px){
 .vksb-faq-widget .vk-faq-floating-note{left:var(--tx)!important;top:var(--ty)!important}
}
@media(max-width:767px){
 .vksb-faq-widget .vk-faq-main{display:block!important}
 .vksb-faq-widget .vk-faq-sidebar{width:100%!important;max-width:none!important;margin-bottom:24px!important}
 .vksb-faq-widget .vk-faq-sidebar__inner{position:static!important;padding:14px!important}
 .vksb-faq-widget .vk-faq-categories{
   display:flex!important;
   flex-direction:row!important;
   flex-wrap:nowrap!important;
   overflow-x:auto!important;
   scroll-snap-type:x mandatory;
   padding:4px 2px 12px!important;
   scrollbar-width:none;
 }
 .vksb-faq-widget .vk-faq-categories::-webkit-scrollbar{display:none}
 .vksb-faq-widget .vk-faq-categories button{
   flex:0 0 auto!important;
   width:auto!important;
   min-width:max-content!important;
   max-width:230px!important;
   scroll-snap-align:start;
   white-space:normal!important;
   line-height:1.25!important;
 }
 .vksb-faq-widget .vk-faq-categories button>span{flex:0 0 auto!important}
 .vksb-faq-widget .vk-faq-sidebar__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
 .vksb-faq-widget .vk-faq-floating-note{
   left:var(--mx)!important;
   top:var(--my)!important;
   width:var(--mw)!important;
   max-width:var(--mw)!important;
   font-size:9px!important;
   padding:8px 9px!important;
 }
 .vksb-faq-widget .vk-faq-floating-note span{width:22px!important;height:22px!important;min-width:22px!important}
}


/* =========================================================
   v4.2.112 – DUK PUSLAPIS / NAUJAS VAIKAS KELIAUNINKAS DIZAINAS
   Dabartinė paletė: #EFCFF6 / #CA6CE5 / #FF7108 / #6AC1F9 /
   #FFF8E7 / #244D52 / balta.
========================================================= */

.vksb-faq-widget .vk-faq-page{
	--vk-dark:#244D52;
	--vk-dark-2:#173E43;
	--vk-text:#71888B;
	--vk-coral:#FF7108;
	--vk-coral-hover:#EF6400;
	--vk-sage:#EFCFF6;
	--vk-sage-light:#FFF3EA;
	--vk-yellow:#FFDA4C;
	--vk-yellow-light:#FFF8E7;
	--vk-cream:#FFF8E7;
	--vk-white:#FFFFFF;
	--vk-border:#EAEAE5;
	width:min(calc(100% - 40px),1380px);
}

/* HERO */
.vksb-faq-widget .vk-faq-hero{
	--faq-hero-1:#EFCFF6;
	--faq-hero-2:#F7DDF9;
	grid-template-columns:minmax(0,1.05fr) minmax(330px,.78fr);
	min-height:500px;
	padding:clamp(48px,5vw,72px);
	border-radius:30px;
	background:
		radial-gradient(circle at 82% 8%,rgba(255,255,255,.30),transparent 25%),
		linear-gradient(125deg,var(--faq-hero-1) 0%,var(--faq-hero-2) 100%) !important;
	box-shadow:none;
}

.vksb-faq-widget .vk-faq-hero::before,
.vksb-faq-widget .vk-faq-hero__bubble{
	display:none;
}

.vksb-faq-widget .vk-faq-hero__route path{
	stroke:rgba(255,255,255,.65);
}

.vksb-faq-widget .vk-faq-eyebrow{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-hero h1{
	color:#FFFFFF;
	font-size:clamp(50px,5vw,72px);
	line-height:.98;
	text-shadow:0 3px 0 rgba(36,77,82,.08);
}

.vksb-faq-widget .vk-faq-hero h1 span{
	margin-top:4px;
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-hero__content > p{
	color:#496C70;
	font-size:15px;
	line-height:1.72;
}

.vksb-faq-widget .vk-faq-search{
	border:1px solid #F0E6E0;
	border-radius:14px;
	background:#fff;
	box-shadow:0 14px 34px rgba(36,77,82,.10);
}

.vksb-faq-widget .vk-faq-search__icon{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-search button{
	background:#FFF8E7;
	color:#244D52;
}

.vksb-faq-widget .vk-faq-search button:hover{
	background:#FF7108;
	color:#fff;
}

.vksb-faq-widget .vk-faq-quick-links{
	gap:9px;
}

.vksb-faq-widget .vk-faq-quick-links button{
	border:1px solid #F1E6EA;
	background:#fff;
	color:#244D52;
	box-shadow:0 6px 18px rgba(36,77,82,.05);
}

.vksb-faq-widget .vk-faq-quick-links button:hover{
	background:#6AC1F9;
	border-color:#6AC1F9;
	color:#fff;
	transform:translateY(-2px);
}

/* HERO KORTELĖ */
.vksb-faq-widget .vk-faq-hero__visual{
	min-height:350px;
}

.vksb-faq-widget .vk-faq-postcard{
	width:min(100%,350px);
	min-height:285px;
	padding:52px 32px 30px;
	border:0;
	border-radius:24px;
	background:#fff;
	box-shadow:0 22px 55px rgba(76,49,82,.13);
	transform:rotate(2deg);
}

.vksb-faq-widget .vk-faq-postcard__tape{
	background:rgba(255,218,76,.26);
}

.vksb-faq-widget .vk-faq-postcard__stamp{
	border-color:#FF7108;
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-postcard > small,
.vksb-faq-widget .vk-faq-postcard > strong{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-postcard h2{
	color:#244D52;
	font-size:36px;
}

.vksb-faq-widget .vk-faq-postcard p{
	color:#71888B;
}

.vksb-faq-widget .vk-faq-floating-note{
	background:#fff;
	color:#244D52;
	box-shadow:0 12px 28px rgba(36,77,82,.10);
}

.vksb-faq-widget .vk-faq-floating-note span{
	background:#FFF3EA;
	color:#FF7108;
}

/* PASITIKĖJIMO JUOSTA */
.vksb-faq-widget .vk-faq-trust{
	margin-top:18px;
}

.vksb-faq-widget .vk-faq-trust__item{
	border-color:#EAEAE5;
	border-radius:16px;
	background:#fff;
	box-shadow:0 8px 25px rgba(36,77,82,.045);
}

.vksb-faq-widget .vk-faq-trust__item > span,
.vksb-faq-widget .vk-faq-trust__item:nth-child(2) > span,
.vksb-faq-widget .vk-faq-trust__item:nth-child(4) > span{
	background:#FFF3EA;
	color:#FF7108;
}

/* PAGRINDINIS DUK */
.vksb-faq-widget .vk-faq-main{
	grid-template-columns:300px minmax(0,1fr);
	gap:28px;
	padding:64px 0;
}

.vksb-faq-widget .vk-faq-sidebar__inner{
	padding:22px;
	border:1px solid #EAEAE5;
	border-radius:22px;
	background:#fff;
	box-shadow:0 12px 32px rgba(36,77,82,.055);
}

.vksb-faq-widget .vk-faq-sidebar__title{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-categories{
	gap:7px;
}

.vksb-faq-widget .vk-faq-categories button{
	min-height:50px;
	border:1px solid transparent;
	border-radius:13px;
	color:#536F73;
}

.vksb-faq-widget .vk-faq-categories button:hover{
	background:#F7F7F4;
	color:#244D52;
	transform:none;
}

.vksb-faq-widget .vk-faq-categories button.is-active{
	background:#6AC1F9;
	color:#fff;
	transform:none;
}

.vksb-faq-widget .vk-faq-categories button span{
	background:#FFF3EA;
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-categories button.is-active span{
	background:#fff;
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-sidebar__actions{
	border-top-color:#EAEAE5;
}

.vksb-faq-widget .vk-faq-sidebar__actions button{
	background:#FFF8E7;
	color:#244D52;
}

.vksb-faq-widget .vk-faq-sidebar__actions button:hover{
	background:#FF7108;
	color:#fff;
}

/* ANTRAŠTĖS */
.vksb-faq-widget .vk-faq-section-label{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-content__top h2{
	color:#244D52;
	font-size:clamp(38px,4vw,52px);
}

.vksb-faq-widget .vk-faq-results{
	background:#FFF8E7;
	color:#244D52;
}

/* KLAUSIMAI */
.vksb-faq-widget .vk-faq-list{
	gap:12px;
}

.vksb-faq-widget .vk-faq-item{
	border:1px solid #EAEAE5;
	border-radius:18px;
	background:#fff;
	box-shadow:none;
}

.vksb-faq-widget .vk-faq-item:hover{
	border-color:#F4C7A8;
	background:#FFFCF9;
}

.vksb-faq-widget .vk-faq-item.is-open{
	border-color:#FFB480;
	box-shadow:0 10px 28px rgba(36,77,82,.05);
}

.vksb-faq-widget .vk-faq-item__icon{
	background:#FFF3EA;
	color:#FF7108;
	border-radius:13px;
}

.vksb-faq-widget .vk-faq-item.is-open .vk-faq-item__icon{
	background:#FF7108;
	color:#fff;
}

.vksb-faq-widget .vk-faq-item__question{
	color:#244D52;
}

.vksb-faq-widget .vk-faq-item__question small{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-item__toggle{
	background:#FFF8E7;
}

.vksb-faq-widget .vk-faq-item__toggle::before,
.vksb-faq-widget .vk-faq-item__toggle::after{
	background:#FF7108;
}

.vksb-faq-widget .vk-faq-item.is-open .vk-faq-item__toggle{
	background:#FF7108;
}

.vksb-faq-widget .vk-faq-item__body{
	border-top-color:#F0ECE8;
}

.vksb-faq-widget .vk-faq-item__body p{
	color:#71888B;
}

.vksb-faq-widget .vk-faq-item__body strong{
	color:#244D52;
}

.vksb-faq-widget .vk-faq-item__body a{
	color:#FF7108;
}

/* APATINIS CTA */
.vksb-faq-widget .vk-faq-contact{
	border-radius:24px;
	background:#DFF1FC;
	box-shadow:none;
}

.vksb-faq-widget .vk-faq-contact__route path{
	stroke:rgba(255,255,255,.85);
}

.vksb-faq-widget .vk-faq-contact__icon{
	background:#fff;
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-contact__content > span{
	color:#FF7108;
}

.vksb-faq-widget .vk-faq-contact__content h2{
	color:#244D52;
}

.vksb-faq-widget .vk-faq-contact__content p{
	color:#71888B;
}

.vksb-faq-widget .vk-faq-contact > a{
	background:#FF7108;
	color:#fff;
}

.vksb-faq-widget .vk-faq-contact > a:hover{
	background:#EF6400;
	transform:translateY(-2px);
}

/* TABLET */
@media(max-width:1024px){
	.vksb-faq-widget .vk-faq-hero{
		grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
		min-height:460px;
		padding:46px 38px;
		gap:30px;
	}
	.vksb-faq-widget .vk-faq-main{
		grid-template-columns:1fr;
	}
	.vksb-faq-widget .vk-faq-sidebar__inner{
		position:relative;
		top:auto;
	}
	.vksb-faq-widget .vk-faq-categories{
		display:flex;
		flex-wrap:wrap;
	}
	.vksb-faq-widget .vk-faq-categories button{
		width:auto;
		min-width:180px;
		flex:1 1 180px;
	}
}

/* MOBILE */
@media(max-width:767px){
	.vksb-faq-widget .vk-faq-page{
		width:calc(100% - 24px);
		margin-top:16px;
	}

	.vksb-faq-widget .vk-faq-hero{
		display:flex;
		flex-direction:column;
		align-items:center;
		min-height:0;
		padding:34px 20px 28px;
		border-radius:24px;
		gap:24px;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-hero__content{
		width:100%;
		max-width:100%;
		text-align:center !important;
	}

	.vksb-faq-widget .vk-faq-eyebrow{
		display:flex;
		justify-content:center;
		width:100%;
		margin-bottom:13px;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-hero h1{
		font-size:42px;
		line-height:1;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-hero__content > p{
		max-width:420px;
		margin:18px auto 0;
		font-size:14px;
		line-height:1.65;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-search{
		grid-template-columns:20px minmax(0,1fr);
		margin-top:20px;
		padding:10px 12px;
		text-align:left;
	}

	.vksb-faq-widget .vk-faq-search button{
		grid-column:1/-1;
		width:100%;
	}

	.vksb-faq-widget .vk-faq-quick-links{
		justify-content:center;
	}

	.vksb-faq-widget .vk-faq-hero__visual{
		width:100%;
		min-height:270px;
	}

	.vksb-faq-widget .vk-faq-postcard{
		width:min(100%,300px);
		min-height:235px;
		padding:43px 24px 24px;
		border-radius:20px;
	}

	.vksb-faq-widget .vk-faq-postcard h2{
		font-size:30px;
	}

	.vksb-faq-widget .vk-faq-floating-note{
		display:none;
	}

	.vksb-faq-widget .vk-faq-trust{
		grid-template-columns:1fr 1fr;
		gap:8px;
		margin-top:12px;
	}

	.vksb-faq-widget .vk-faq-trust__item{
		grid-template-columns:40px minmax(0,1fr);
		gap:9px;
		padding:12px;
		border-radius:14px;
	}

	.vksb-faq-widget .vk-faq-trust__item > span,
	.vksb-faq-widget .vk-faq-trust__item:nth-child(2) > span,
	.vksb-faq-widget .vk-faq-trust__item:nth-child(4) > span{
		width:40px;
		height:40px;
		padding:10px;
		border-radius:12px;
	}

	.vksb-faq-widget .vk-faq-trust__item strong{
		font-size:11px;
	}
	.vksb-faq-widget .vk-faq-trust__item small{
		font-size:9px;
	}

	.vksb-faq-widget .vk-faq-main{
		display:block;
		padding:36px 0;
	}

	.vksb-faq-widget .vk-faq-sidebar{
		margin-bottom:28px;
	}

	.vksb-faq-widget .vk-faq-sidebar__inner{
		padding:14px;
		border-radius:18px;
	}

	.vksb-faq-widget .vk-faq-sidebar__title{
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-categories{
		display:flex;
		flex-wrap:nowrap;
		gap:8px;
		overflow-x:auto;
		padding:2px 0 8px;
		scrollbar-width:none;
		-webkit-overflow-scrolling:touch;
	}
	.vksb-faq-widget .vk-faq-categories::-webkit-scrollbar{display:none;}

	.vksb-faq-widget .vk-faq-categories button{
		flex:0 0 auto;
		width:auto;
		min-width:0;
		grid-template-columns:28px auto;
		min-height:44px;
		padding:7px 10px;
		white-space:nowrap;
	}

	.vksb-faq-widget .vk-faq-categories button span{
		width:28px;
		height:28px;
	}

	.vksb-faq-widget .vk-faq-sidebar__actions{
		grid-template-columns:1fr 1fr;
	}

	.vksb-faq-widget .vk-faq-content__top{
		display:block;
		margin-bottom:18px;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-section-label{
		justify-content:center;
	}

	.vksb-faq-widget .vk-faq-content__top h2{
		font-size:36px;
		text-align:center;
	}

	.vksb-faq-widget .vk-faq-results{
		display:inline-flex;
		margin-top:12px;
	}

	.vksb-faq-widget .vk-faq-item > button{
		grid-template-columns:38px minmax(0,1fr) 34px;
		gap:10px;
		min-height:72px;
		padding:12px 13px;
	}

	.vksb-faq-widget .vk-faq-item__icon{
		width:38px;
		height:38px;
		border-radius:11px;
	}

	.vksb-faq-widget .vk-faq-item__question{
		font-size:18px;
	}

	.vksb-faq-widget .vk-faq-item__toggle{
		width:34px;
		height:34px;
	}

	.vksb-faq-widget .vk-faq-item__body p{
		padding:17px 16px 8px;
		font-size:13px;
		line-height:1.7;
	}

	.vksb-faq-widget .vk-faq-item__body p:last-child{
		padding-bottom:18px;
	}
	.vksb-faq-widget .vk-faq-item__body a{
		margin:0 16px 18px;
	}

	.vksb-faq-widget .vk-faq-contact{
		display:flex;
		flex-direction:column;
		align-items:center;
		gap:16px;
		padding:26px 20px;
		text-align:center;
		border-radius:20px;
	}
	.vksb-faq-widget .vk-faq-contact__content,
	.vksb-faq-widget .vk-faq-contact__content h2,
	.vksb-faq-widget .vk-faq-contact__content p{
		text-align:center !important;
	}
	.vksb-faq-widget .vk-faq-contact > a{
		width:100%;
		justify-content:center;
	}
}
