.elementor-kit-6{--e-global-color-primary:#212121;--e-global-color-secondary:#212121;--e-global-color-text:#5B5B5B;--e-global-color-accent:#00A6C9;--e-global-color-b52fc5c:#E86A1C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-72d64ee-font-family:"Inter";--e-global-typography-72d64ee-font-size:20px;--e-global-typography-72d64ee-font-weight:600;--e-global-typography-72d64ee-line-height:1.1em;--e-global-typography-945fac0-font-family:"Inter";--e-global-typography-945fac0-font-size:18px;--e-global-typography-945fac0-font-weight:600;--e-global-typography-945fac0-line-height:1.1em;--e-global-typography-7de0bcc-font-family:"Inter";--e-global-typography-7de0bcc-font-size:15px;--e-global-typography-7de0bcc-font-weight:400;--e-global-typography-7de0bcc-line-height:1.5em;--e-global-typography-6f3b7da-font-family:"Inter";--e-global-typography-6f3b7da-font-size:12px;--e-global-typography-6f3b7da-font-weight:500;--e-global-typography-6f3b7da-letter-spacing:0.02em;--e-global-typography-993b243-font-family:"Inter";--e-global-typography-993b243-font-size:28px;--e-global-typography-993b243-font-weight:600;--e-global-typography-993b243-line-height:1.2em;background-color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:16px;--e-global-typography-72d64ee-font-size:18px;--e-global-typography-945fac0-font-size:19px;--e-global-typography-945fac0-line-height:1.3em;--e-global-typography-7de0bcc-font-size:16px;--e-global-typography-993b243-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:target {
  scroll-margin-top: 100px;
}



/* ══════════════════════════
   СЕКЦІЯ 3: КРОКИ
══════════════════════════ */
.s-steps { 
    background: #fff; 
    padding: 72px 0; 
}
.steps-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 64px; 
    align-items: start; }
@media (max-width: 860px) { .steps-grid { 
    grid-template-columns: 1fr; gap: 36px; } }

.steps-list { 
    display: flex; 
    flex-direction: column;
    gap: 0; }
.step-item { display: flex; gap: 18px; padding-bottom: 24px; position: relative; }
.step-item:not(:last-child)::after { content: ''; position: absolute; left: 15px; top: 34px; bottom: 0; width: 2px;  background: linear-gradient(to bottom, rgba(0,166,201,.22), transparent); }
.step-dot { width: 32px; 
  height: 32px; 
  border-radius: 50%; 
  flex-shrink: 0;
  background: #00A6C9; 
  color: #fff;
  font-size: 14px; 
  font-weight: 600;
  display: flex; 
  align-items: center; 
  justify-content: center;
  position: relative; 
  z-index: 1; }
.step-body { padding-top: 4px; }
.step-body h4 {  font-size: 18px; 
    font-weight: 600; 
    color: #1a2236; 
    margin-bottom: 8px; 
    margin-block-start: .1rem; }
.step-body p { font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #5B5B5B; }
.step-blist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
    padding-left: 0;
}
.step-blist li {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #5B5B5B;

    position: relative;
    padding-left: 22px;
}

.step-blist li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
    color: #00A6C9;
    font-weight: 700;
}



.simple-bullets ul {
  padding: 0 0 14px 0;
  margin: 0;
  list-style: none;
}

.simple-bullets li {
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
}

.simple-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00A6C9;
}


.step-bullets {
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 7px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.step-bullets li {
  position: relative;
  padding-left: 14px;
  color: #FFFFFFDB;
  line-height: 1.5;
}

.step-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00A6C9;
}


.step-card {
  transition: border-color .22s, transform .22s;
  position: relative;
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 18px; right: 18px;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #00A6C9, transparent);
  opacity: 0;
  transition: opacity .22s;
}

.step-card:hover {
  border-color: #00A6C9 !important;
  transform: translateY(-3px);
}

.step-card:hover::before {
  opacity: 1;
}





.style-text-faqs ul,
.style-text-faqs ol {
    margin: 0.75rem 0 0.75rem 0;
    padding-left: 0;
    list-style: none;
    counter-reset: faq-counter;
}

.style-text-faqs ol li {
    counter-increment: faq-counter;
    position: relative;
    padding: 0.5rem 0.75rem 0.5rem 2.8rem;
    margin-bottom: 0.4rem;
    border-radius: 6px;
    background: #f5f7fa;
    line-height: 1.5;
}

.style-text-faqs ol li::before {
    content: counter(faq-counter);
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #00A6C9;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-text-faqs ul li {
    position: relative;
    padding: 0.5rem 0.75rem 0.4rem 1.6rem;
    margin-bottom: 0.3rem;

}

.style-text-faqs ul li::before {
    content: '';
    position: absolute;
    left: 0.4rem;
    top: 0.9em;
    width: 8px;
    height: 8px;
    background: #00A6C9;
    border-radius: 50%;
}

/* Виділення */
.style-text-faqs b,
.style-text-faqs strong {
    font-weight: 600;
    color: #1a1a2e;
}

/* Посилання */
.style-text-faqs a {
    color: #00A6C9;
    text-decoration: none;
    border-bottom: 1.5px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.style-text-faqs a:hover {
    color: #1558b0;
    border-bottom-color: #1558b0;
}
.contact-left {
    background: linear-gradient(
        135deg,
        #eaf6ff 0%,
        #d7eefc 40%,
        #c2e6fb 70%,
        #b5def7 100%
    );
    box-shadow: 0px 8px 24px rgba(15, 53, 140, 0.06);
}


.right-form-card {
    box-shadow: 0px 8px 24px rgba(15, 53, 140, 0.06);
}

.gr-btn-orange .elementor-button {
    background-image: linear-gradient(
        90deg,
        #E86A1C,
        #C95512,
        #E86A1C,
        #FFA766
    );
    background-size: 300% 100%;
    background-position: 0% 50%;
    transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.gr-btn-orange .elementor-button:hover {
    background-position: 100% 50%;
}



.fluentform .ff-btn,
.fluentform .ff-btn-submit {
    background-image: linear-gradient(
        90deg,
        #00A6C9,
        #148FC7,
        #00A6C9,
        #00C4ED
    );
    background-size: 300% 100%;
    background-position: 0% 50%;
    transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 2.3!important;
}

.fluentform .ff-btn:hover,
.fluentform .ff-btn-submit:hover {
    background-position: 100% 50%;
}

.orange-title {
    color:  #00A6C9;
}

.filter-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.filter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(30, 50, 100, 0.13);
  border-color: initial;
}



.filter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-list ul li {
  text-align: left;
  position: relative;
  padding-left: 14px;
}

.filter-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f26522;
}



.circle-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E86A1C; 
  color: #ffffff;          
  border: 2px solid #F4660E; 
  font-family: sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-sizing: border-box;
}

.tooltip-target {
  position: relative;
  cursor: help;
  color: #00A6C9; 
  border-bottom: 1px dashed #00A6C9;
  text-decoration: none;
}


.tooltip-target::after {
  content: attr(data-tooltip); 
  position: absolute;
  bottom: 125%; 
  left: 50%;
  transform: translateX(-50%);
  
  background-color: #061A32; 
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;

  min-width: 180px;              
  max-width: calc(100vw - 20px); 
  white-space: normal;
  word-break: break-word;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.tooltip-target:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}


.tooltip-target:hover::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #061A32 transparent transparent transparent;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
    .form-sevice-banner .frm-fluent-form .ff-t-container {
        gap: 0;
        flex-direction: column;
    }
}/* End custom CSS */