/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}

figure.wp-block-image.eplus-wrapper {
    margin: 0 0 20px;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role='list'],
ol[role='list'] {
    list-style: none;
}


/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}


/* Set core body defaults */

body {
    font-family: 'Plus Jakarta Sans';
    min-height: 100vh;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    color: var(--wp--preset--color--primary-text-color);
}

.gdpr-infobar-visible #floater_block {
    display: none !important;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration: none;
}

a:not([class]) {
    color: var(--wp--preset--color--link-default);
}

a:not([class]):hover {
    color: var(--wp--preset--color--link-hover);
}

a:not([class]):focus {
    color: var(--wp--preset--color--link-focus);
}


/* Make images easier to work with */

img,
picture {
    max-width: 100%;
    display: block;
}



/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

span.uppercase {
    text-transform: uppercase;
}

span,
strong,
mark {
    font-size: inherit;
    line-height: inherit;
}


/* Deafult svg icon size */

svg[class^='icon-'] {
    width: 2.5rem;
    height: 2.5rem;
}


/* Trigger animation */

.section {
    transition: transform 800ms, opacity 1s;
}

.section--hidden {
    opacity: 0;
    transform: translateY(8rem);
}

.page_wrapper.page_default.top_spacing {
    padding-top: 20px;
}

.page_wrapper.page_default.bottom_spacing {
    padding-bottom: 100px;
}


/* block editor spacing responsive */

@media(max-width:991px) {
    .wp-block-spacer.is-style-responsive-large {
        height: 100px !important;
    }

    .wp-block-spacer.is-style-responsive-medium {
        height: 60px !important;
    }

    .wp-block-spacer.is-style-responsive-small {
        height: 30px !important;
    }
}

@media(max-width:768px) {
    .wp-block-spacer.is-style-responsive-large {
        height: 60px !important;
    }

    .wp-block-spacer.is-style-responsive-medium {
        height: 40px !important;
    }

    .wp-block-spacer.is-style-responsive-small {
        height: 20px !important;
    }
}

.page_wrapper.page_default h3,
.post_wrapper h3,
.post-content h3 {
    font-weight: 600;
}

.page_wrapper.page_default h4,
.post_wrapper h4,
.post-content h4 {
    font-weight: 500;
}

/* Global font sizes */

figure.w-100 img {
    width: 100% !important;
}





/*Thank you page start*/

.check-svg {
    display: flex;
    margin-bottom: 85px;
}

.check-svg svg circle {
    fill: var(--wp--preset--color--white) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

.check-svg svg path {
    fill: var(--wp--preset--color--primary-color) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

@media (max-width:767px) {
    .check-svg {
        margin-bottom: 35px;
    }

    .page_wrapper.page_default.bottom_spacing {
        padding-bottom: 50px;
    }

    body {
        line-height: 1.6;
    }
}


/*Thank you page end*/


/*Buttons start*/


/*Primary*/

.btn-primary {
    background: var(--wp--preset--color--primary-color) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-primary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-primary a.stk-button,
.btn-primary a,
.btn-primary button {
    background: var(--wp--preset--color--primary-color) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary:hover a,
.btn-primary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary-color) !important;
}


/*Secondary*/

.btn-secondary {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-secondary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-secondary a.stk-button,
.btn-secondary a,
.btn-secondary button {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-secondary:hover a,
.btn-secondary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--secondary-color) !important;
}


/*Buttons end*/

body .wp-gr .grw-row {
    align-items: unset !important;
}

.grw-content {
    padding-left: 25px !important;
}

@media (max-width:540px) {
    .wp-gr.wpac .grw-content {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }
}

body .wp-gr .grw-header-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: var(--wp--preset--color--light-secondary-color) !important;
    border: 1px solid #F1EEEE;
    border-radius: 8px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

body .wp-gr .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
    width: 16px !important;
    height: 16px !important;
    transform: unset !important;
    margin: 0 4px !important;
}

body .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .rpi-dots .rpi-dot.active {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .grw-btns {
    display: none !important;
}

body .wp-google-name span {
    font-size: 22px !important;
    line-height: 120% !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

body .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    box-shadow: none !important;
    border: 1px solid #F1EEEE !important;
    background: transparent !important;
    border-radius: 8px !important;
}

.splide__arrows,
.stk-block-carousel__buttons {
    display: none;
}

.splide__arrow {
    opacity: .7;
    padding: 0;
}

.splide__slide {
    margin-bottom: 0 !important;
}

.splide .splide__pagination {
    bottom: 0 !important;
    position: relative !important;
}

.splide .splide__pagination li {
    padding-top: 20px !important;
}

.splide .splide__pagination li:only-child {
    display: none;
}

.splide__arrow svg {
    display: none;
}

.splide__arrows button.splide__arrow {
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 14px;
    background-color: transparent !important;
}

.splide__arrows button.splide__arrow.splide__arrow--prev {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='25' viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6163 1.66384C16.0032 2.09665 15.9952 2.81077 15.5951 3.24087L3.81261 12.8653L15.5315 22.4195C16.4854 23.3013 15.4256 24.7755 14.3101 24.2075L1.01469 13.2981C0.81597 12.8518 0.874259 12.327 1.24255 11.9862L14.0849 1.55835C14.5062 1.22563 15.2639 1.26621 15.6163 1.66114L15.6163 1.66384Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M15.6163 1.66384C16.0032 2.09665 15.9952 2.81077 15.5951 3.24087L3.81261 12.8653L15.5315 22.4195C16.4854 23.3013 15.4256 24.7755 14.3101 24.2075L1.01469 13.2981C0.81597 12.8518 0.874259 12.327 1.24255 11.9862L14.0849 1.55835C14.5062 1.22563 15.2639 1.26621 15.6163 1.66114L15.6163 1.66384Z' fill='%232E3D3B' stroke='%232E3D3B'/%3E%3C/svg%3E%0A");
}

.splide__arrows button.splide__arrow.splide__arrow--next {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='25' viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%232E3D3B' stroke='%232E3D3B'/%3E%3C/svg%3E%0A");
}

.splide__pagination__page {
    background: var(--wp--preset--color--secondary-color) !important;
    width: 16px !important;
    height: 16px !important;
    transform: unset !important;
    opacity: .4 !important;
    margin: 0 4px !important;
}

.splide__pagination__page.is-active {
    background: var(--wp--preset--color--primary-color);
    transform: scale(1.4);
    opacity: 1 !important;
}

.splide__pagination {
    bottom: inherit !important;
}

@media(min-width:992px) {
    .splide__arrows {
        display: block;
    }

    .stk-block-carousel__buttons {
        display: flex;
    }

    .splide {
        padding: 0 65px !important;
    }

    .splide .splide__pagination li {
        padding-top: 30px !important;
    }
}

.splide .splide__pagination li:nth-child(n+7),
.stk-block-carousel__dots>div:nth-child(n+7) {
    display: none !important;
}

@media (max-width:991px) {
    .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between .stk-block-carousel__slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}


/*Stackable accordion*/

.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g,
    path,
    rect,
    polygon,
    ellipse) {
    fill: var(--wp--preset--color--primary-color) !important;
}


/* content css */
/* 
body .page_wrapper.page_default,
body.single-post .post-content {
    line-height: 1.5;
} */

body .page_wrapper.page_default ul.wp-block-list,
body.single-post .post-content ul.wp-block-list {
    margin-top: 0;
    list-style: none;
    padding-left: 0 !important;
}

body .page_wrapper.page_default ul.wp-block-list li,
body.single-post .post-content ul.wp-block-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}

body .page_wrapper.page_default ul.wp-block-list li::before,
body.single-post .post-content ul.wp-block-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    background:
        #161314;
    border-radius:
        50%;
    position: absolute;
    left: 0;
    top: 13px;
}

@media (min-width:786px) {
    body .page_wrapper.page_default h1 {
        font-size: 38px;
    }
}


.icn_btn_reverse .wp-block-stackable-heading.stk-block-heading {
    width: auto;
}

.hero_column {
    width: 100% !important;
}


.hero_abs_block {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    max-width: 750px;
    transform: translatey(65%);
}

@media(min-width:1280px) {
    .hero_abs_block {
        width: 100%;

        transform: translatey(50%);

        left: unset;
        right: calc(((100% - 1280px) / 2) + 15px);

    }
}


.btn_group_services .stk-button-group {
    display: flex;
    justify-content: flex-start !important;
}

@media(min-width:768px) {

    .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-background.service-card_item {
        padding: 0 !important;
    }

    .service-card_item .stk-column-wrapper {
        overflow: hidden;
        transform: translatey(calc(100% - 80px));
        transition: .2 !important;
        width: 100%;
        padding: 30px 30px 20px 30px;
    }

    .service-card_item:hover .stk-column-wrapper {
        transform: translatey(0);
    }

    .service-card_item:after {
        bottom: 0;
        content: "" !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        transition: .3s !important;
        transform: scale(0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, #100E0F 100%) !important;

    }

    .service-card_item:hover:after {
        transform: scale(1);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, #100E0F 100%) !important;
    }

    .btn_group_services .stk-button-group {
        justify-content: space-between !important;
    }
}


.theme_shortcode {
    text-decoration: unset;
}

.yoast-breadcrumbs a {
    color: #B3B3B3;
}

.yoast-breadcrumbs.hero_breadcrumps {
    color: #B3B3B3;
}

.yoast-breadcrumbs.hero_breadcrumps .breadcrumb_last {
    color: #fff;

}

#poslovalnice a {
    text-decoration: unset;
    color: inherit !important;
}

.hover_card_item {
    cursor: default;
}

.hover_card_item:hover {
    transform: scale(1.025);
}
.service-card_item .sci_text {
    opacity: 0;
}
.service-card_item:hover .sci_text {
    opacity: 1;
}
@media (max-width:767px) {
    .wp-block-stackable-column.hover_card_item .stk-row.stk-inner-blocks.stk-block-content {
        flex-direction: column;
        gap: 7px !important;
    }
}

.brand_carousel img {
    height: 100px !important;
    object-fit: contain;
    pointer-events: none;
}


.wp-block-stackable-icon-label a.nhl {
    text-decoration: none;
}

.wp-block-stackable-icon-label.icn_btn_reverse .wp-block-stackable-heading:hover~.wp-block-stackable-icon .stk--svg-wrapper .stk--inner-svg svg:last-child {
    transform: rotate(180deg) !important;
}

.s-icon-list ul li {
    margin-bottom: 14px !important;
    border-radius: 4px !important;
    background-color: #F3F1F2;
    padding: 9px 25px;
}

.theme_tabs .stk-block-tabs__tab {
    justify-content: space-between;
}

.theme_tabs button.stk-block-tabs__tab.stk-block-tabs__tab--active .stk-block-tab-labels__text {
    font-weight: 600 !important;
}

/* 
#tabsAccordion .accordion-button_ct {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .2px;
    text-align: center;
    text-transform: unset;
    color: #2e3d3b;
    padding: 20px 12px;
    border: 2px solid transparent
}

#tabsAccordion .accordion-button_ct:not(.collapsed) {
    border: 2px solid var(--wp--preset--color--primary-color);
    position: relative
}

#tabsAccordion .accordion-button_ct:not(.collapsed):after,#tabsAccordion .accordion-button_ct:not(.collapsed):before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#tabsAccordion .accordion-button_ct:not(.collapsed):after {
    border-color: rgba(136,183,213,0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px
}

#tabsAccordion .accordion-button_ct:not(.collapsed):before {
    border-color: rgba(194,225,245,0);
    border-top-color: var(--wp--preset--color--primary-color);
    border-width: 15px;
    margin-left: -15px
}

#tabsAccordion .accordion-item {
    margin-bottom: 2px !important
}

#tabsAccordion svg.ugb-custom-icon {
    width: 20px;
    height: 20px
}
#tabsAccordion .accordion-body {
padding-top: 40px !important;
}
#tabsAccordion .accordion-button_ct span.stk--svg-wrapper{
    display:none !important;
} */




.accordion .accordion-button_ct {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .2px;
    text-align: center;
    text-transform: unset;
    color: #2e3d3b;
    border: 2px solid transparent;
}

.accordion .accordion-button_ct:not(.collapsed) {
    border: 2px solid var(--wp--preset--color--primary-color);
    position: relative;
}

.accordion .accordion-button_ct:not(.collapsed):after,
.accordion .accordion-button_ct:not(.collapsed):before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.accordion .accordion-button_ct:not(.collapsed):after {
    border-color: rgba(136,183,213,0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.accordion .accordion-button_ct:not(.collapsed):before {
    border-color: rgba(194,225,245,0);
    border-top-color: var(--wp--preset--color--primary-color);
    border-width: 15px;
    margin-left: -15px;
}

.accordion .accordion-item {
    margin-bottom: 2px !important;
}

.accordion svg.ugb-custom-icon {
    width: 20px;
    height: 20px;
}

.accordion .accordion-body {
    padding-top: 40px !important;
}

.accordion .accordion-button_ct span.stk--svg-wrapper {
    display: none !important;
}


.bck_slider .stk-block-content > .wp-block-group {
    width: 100% !important;
}
.hover_card_item:hover .stk-block-heading__text {
    color:  var(--wp--preset--color--primary-color);
}
.hover_card_item:hover svg circle {
    fill: var(--wp--preset--color--primary-color);
}
.hover_card_item:hover svg path {
    fill: #fff;
}
.theme_tabs .stk-block-tab-content img.stk-img {
    aspect-ratio: 1/1;
}