.elementor-kit-160{--e-global-color-primary:#141413;--e-global-color-secondary:#D89D3F;--e-global-color-text:#5A5649;--e-global-color-accent:#D92B2B;--e-global-color-4b284e6:#1C1B17;--e-global-color-f4839f6:#E1CC67;--e-global-color-dc5d215:#D4C0A8;--e-global-color-9a64681:#F4F3EE;--e-global-color-cde273d:#D89D3F;--e-global-color-3f23991:#D89D3F;--e-global-color-9c7e3ff:#D89D3F;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.08px;--e-global-typography-primary-letter-spacing:-1.5px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:17.5px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7px;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-0fd80ad-font-family:"Plus Jakarta Sans";--e-global-typography-0fd80ad-font-weight:600;--e-global-typography-f57e39c-font-family:"Plus Jakarta Sans";--e-global-typography-f57e39c-font-size:20px;--e-global-typography-f57e39c-font-weight:600;--e-global-typography-f57e39c-line-height:0px;--e-global-typography-f57e39c-letter-spacing:0px;background-color:var( --e-global-color-9a64681 );}.elementor-kit-160 button,.elementor-kit-160 input[type="button"],.elementor-kit-160 input[type="submit"],.elementor-kit-160 .elementor-button{background-color:var( --e-global-color-4b284e6 );font-family:var( --e-global-typography-0fd80ad-font-family ), Sans-serif;font-weight:var( --e-global-typography-0fd80ad-font-weight );color:var( --e-global-color-9a64681 );padding:14px 32px 14px 32px;}.elementor-kit-160 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:32px;--container-default-padding-right:32px;--container-default-padding-bottom:32px;--container-default-padding-left:32px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.seoneta-title1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #5A5649;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 8px;
}

/* Pridedama pulse animacija, jei norima išlaikyti taškelio efektą */
.seoneta-title1 span {
    width: 6px;
    height: 6px;
    background: #d89d3f;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.logo-juda {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.logo-juda::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #D92B2B;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
/* Desktop: 3 stulpeliai mygtukams / laukams */
@media (min-width: 769px) {
  .forma-contact .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .forma-contact .elementor-field-group {
    width: calc(33.333% - 11px) !important;
    margin-bottom: 0;
  }
  
  .forma-contact .elementor-field-type-submit {
    width: calc(33.333% - 11px) !important;
  }
  
  .forma-contact .elementor-button {
    width: 100%;
  }
}

/* Mobile: 1 stulpelis */
@media (max-width: 768px) {
  .forma-contact .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .forma-contact .elementor-field-group {
    width: 100% !important;
  }
  
  .forma-contact .elementor-button {
    width: 100%;
  }
}

/* Papildomi patobulinimai – geresnė išvaizda */
.forma-contact .elementor-field-group {
  transition: all 0.2s ease;
}

.forma-contact .elementor-field-textual {
  border-radius: 60px;
  padding: 12px 18px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.forma-contact .elementor-field-textual:focus {
  border-color: #d89d3f;
  outline: none;
  box-shadow: 0 0 0 2px rgba(216, 157, 63, 0.2);
}

.forma-contact .elementor-button {
  border-radius: 60px;
  background: #d89d3f;
  padding: 12px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.forma-contact .elementor-button:hover {
  background: #c48a2e;
  transform: translateY(-2px);
}

.forma-contact .elementor-form-fields-wrapper {
  gap: 16px;
}
a {
    color: #986e2e;
}

a:hover {
    color: #d89d3f;
}/* End custom CSS */