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

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

@media (min-width:1100px) {
    html {
        scroll-padding-top: 100px;
    }
}

/* 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 {
    text-rendering: optimizeSpeed;
    min-height: 100vh;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    /* font-size: 17px;
    letter-spacing: 0.02em; 
    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);
}

/*Set max-width: 1280px + 12px padding left/right */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1304px !important;
    }
}


/* 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 spacing */
.page_wrapper.page_default.top_spacing {
    padding-top: 40px;
}

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

@media (min-width:992px) {
    .page_wrapper.page_default.top_spacing {
        padding-top: 90px;
    }
}

/* Global font sizes */
/* 
h1, h2, h3, h4, h5, h6 {
    line-height: 1.32;
}

h1, h2 {
    font-weight: 700;
}

h1 { font-size: 44px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }

.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;
}


@media (max-width:767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }
}
 */

/* Global font sizes */
figure.w-100 img {
    width: 100% !important;
}


/*CF-7 start*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
    border: 1px solid #A6A6A6;
    padding: 9px 24px;
    width: 100%;
    background-color: var(--wp--preset--color--white);
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form textarea {
    border: 1px solid #A6A6A6;
    padding: 8px 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.wpcf7-acceptance {
    font-size: 10px;
    color: #515151;
}

.wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.wpcf7-acceptance label input {
    min-width: 20px;
    transform: scale(1.35);
    margin-top: 2px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 .wpcf7-submit {
    background-color: var(--wp--preset--color--primary-color);
    color: var(--wp--preset--color--white);
    padding: 14px 17px;
    border: 1px solid var(--wp--preset--color--primary-color);
    border-radius: 4px;
    width: 100%;
    transition: 0.3s !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary-color);
    border: 1px solid var(--wp--preset--color--primary-color);
}

/*CF-7 end*/


/*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;
    }
}

/*Thank you page end*/


/*Buttons start*/

/*Primary*/

.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--secondary-color) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 4px !important;
    padding: 16px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
}

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

@media (max-width:767px) {

    .btn-primary a.stk-button,
    .btn-primary a,
    .btn-primary button {
        padding: 9px 12px;
        font-size: 14px;
        height: 36px;
    }

}

/*Secondary*/


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

.btn-secondary a.stk-button,
.btn-secondary a,
.btn-secondary button {
    color: var(--wp--preset--color--primary-color) !important;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    text-decoration: none;
}

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

/*Buttons end*/

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

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

@media (max-width:540px) {

    .rpi-slides-root.grw-content {
        padding: 15px 0 !important;
    }

    button.rpi-ltgt {
        display: none !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;
    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 and Stackable slider*/
.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__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;
}

.splide__arrow {
    background: #ccc;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    opacity: .7;
}

@media(min-width:992px) {
    .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 .single-content {
    line-height: 1.5;
}

body .page_wrapper.page_default ul.wp-block-list,
body.single-post .single-content ul.wp-block-list,
body.single-dogodek .event-content ul.wp-block-list {
    margin-top: 0;
    list-style: none;
    padding-left: 0 !important;
    color: var(--wp--preset--color--heading);
}

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

body .page_wrapper.page_default ul.wp-block-list li::before,
body.single-post .single-content ul.wp-block-list li::before,
body.single-dogodek .event-content ul.wp-block-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--wp--preset--color--secondary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wp-block-stackable-column.cbck_pos {
    background-position: calc(100% - 20px) 20px !important
}

@media (min-width:786px) {
    .wp-block-stackable-column.cbck_pos {
        background-position: calc(100% - 25px) 44px !important;
    }

    body .page_wrapper.page_default h1 {
        font-size: 38px;
    }
}

/*FAQ toggle start*/
.faq-group details:nth-child(n+4) {
    display: none;
}

.faq-group-oppened details {
    display: flex !important;
}

.faq-toggle {
    cursor: pointer;
}

.faq-toggle p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-right: 30px;
}

.faq-toggle p:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 10px;
    display: block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--wp--preset--color--primary-color);
    -webkit-mask-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_23014)"><path d="M13.3933 0.715356C14.0957 -0.0304054 15.2034 0.26411 15.4545 1.25702C15.5845 1.76941 15.4287 2.20171 15.0807 2.57287C13.9205 3.81121 12.766 5.05558 11.6082 6.29651C10.7137 7.25583 9.8191 8.21516 8.9205 9.17191C8.35293 9.77644 7.64648 9.77902 7.07972 9.17277C5.02498 6.9751 2.97427 4.77226 0.920342 2.57373C0.545726 2.17329 0.397979 1.70827 0.573176 1.1666C0.739493 0.652491 1.09958 0.362281 1.60337 0.301139C2.02239 0.250331 2.35987 0.440646 2.65214 0.755829C3.93423 2.13798 5.22117 3.51411 6.5073 4.8911C6.58238 4.97119 7.83702 6.22417 7.99446 6.38262C7.99688 6.38521 8.00415 6.37832 8.00092 6.38004C7.99446 6.38262 12.0805 2.10784 13.3933 0.713633L13.3933 0.715356Z" fill="%23EEC614"/></g><defs><clipPath id="clip0_2_23014"><rect width="9.33321" height="15" fill="white" transform="translate(15.5 0.292969) rotate(90)"/></clipPath></defs></svg>');
    mask-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_23014)"><path d="M13.3933 0.715356C14.0957 -0.0304054 15.2034 0.26411 15.4545 1.25702C15.5845 1.76941 15.4287 2.20171 15.0807 2.57287C13.9205 3.81121 12.766 5.05558 11.6082 6.29651C10.7137 7.25583 9.8191 8.21516 8.9205 9.17191C8.35293 9.77644 7.64648 9.77902 7.07972 9.17277C5.02498 6.9751 2.97427 4.77226 0.920342 2.57373C0.545726 2.17329 0.397979 1.70827 0.573176 1.1666C0.739493 0.652491 1.09958 0.362281 1.60337 0.301139C2.02239 0.250331 2.35987 0.440646 2.65214 0.755829C3.93423 2.13798 5.22117 3.51411 6.5073 4.8911C6.58238 4.97119 7.83702 6.22417 7.99446 6.38262C7.99688 6.38521 8.00415 6.37832 8.00092 6.38004C7.99446 6.38262 12.0805 2.10784 13.3933 0.713633L13.3933 0.715356Z" fill="%23EEC614"/></g><defs><clipPath id="clip0_2_23014"><rect width="9.33321" height="15" fill="white" transform="translate(15.5 0.292969) rotate(90)"/></clipPath></defs></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.faq-toggle.faq-toggle-oppened p:after {
    transform: translateY(-50%) rotate(180deg);
}

/*FAQ toggle end*/


/* Speletnik global cols*/

/* columns  */
.column-6,
.column-5,
.column-4,
.column-3,
.column-2 {
    display: grid;
    grid-gap: 25px;
}

@media (min-width: 320px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {

    .column-5,
    .column-6,
    .column-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .column-2,
    .column-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .column-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .column-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .column-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .column-1-mb {
        grid-template-columns: repeat(1, 1fr);
    }
}

body .mega-menu-wrap li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "\00a0" !important;
    background-repeat: no-repeat no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-position: center center !important;
    background-size: 20px !important;
    width: 20px !important;
}

/* body .mega-menu-wrap  li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; 
} */
body .mega-menu-wrap:has(.mega-menu-open) li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
}

body .mega-menu-wrap:has(.mega-menu-open) li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E") !important;
}

body .mega-menu-wrap .mega-menu-toggle~button.mega-close:before {
    content: "\00a0" !important;
    background-repeat: no-repeat no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") !important;
    background-position: center center !important;
    background-size: 24px !important;
    width: 40px !important;
}

.ct_box .theme_shortcode {
    color: inherit !important;
}

/* .wp-block-stackable-carousel.boxed_carousel .stk-row.stk-inner-blocks.stk-block-content.stk-block-carousel__slider-wrapper{
    pointer-events: none;
} */
.wp-block-stackable-button.stk-block-button.is-style-link>.stk-link.stk-button {
    min-height: unset !important;

}

.wp-block-stackable-button.stk-block-button.is-style-link>.stk-link.stk-button span.has-text-color.stk-button__inner-text {
    text-decoration: underline !important;
    text-decoration: inherit !important;
}

/*global css new*/
p.stk-block-text__text.has-text-color a {
    color: inherit;
    font-size: inherit;
}

/* global css end */
/* homepage */



.wp-block-stackable-carousel .wp-block-stackable-text.stk-block-text.stk-block.stk-block-background,
.stc_equal_height .wp-block-stackable-text.stk-block-text.stk-block.stk-block-background,
.stc_equal_height .stk-block-content.stk-inner-blocks:has(.wp-block-stackable-text.stk-block-background),
.wp-block-stackable-carousel .stk-block-content.stk-inner-blocks:has(.wp-block-stackable-text.stk-block-background) {
    height: 100%;
}

.stk-block-accordion__heading .stk-block-heading__text {
    line-height: 1.4 !important;
}

.wp-block-stackable-carousel.boxed_carousel {
    position: relative;
}

.wp-block-stackable-carousel.boxed_carousel:after {
    content: "" !important;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    background: linear-gradient(270deg, #D1E3FF 0%, rgba(209, 227, 255, 0) 100%);
    z-index: 2;
}



.cards_in_wrapper>.stk-row {
    counter-reset: card-number;
}

.cards_in_wrapper>.stk-row>.wp-block-stackable-column {
    position: relative;
    overflow: visible !important;
}

.cards_in_wrapper>.stk-row>.wp-block-stackable-column::before {
    counter-increment: card-number;
    content: counter(card-number) !important;
    position: absolute;
    top: 20px;
    left: -18px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1067EA !important;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    /* Looks like a serif font in your screenshot */
    font-family: 'Domine', serif;
    /* Flexbox to perfectly center the number inside the circle */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards_in_wrapper.ciw_inside>.stk-row>.wp-block-stackable-column::before {
    top: 18px;
    left: 18px;
    width: 26px;
    font-size: 16px;

    height: 26px;
}

@media (min-width: 768px) {

    .equal_height_col>.stk-row>.wp-block-stackable-column>div>.stk-block-content,
    .equal_height_col>.stk-row>.wp-block-stackable-column>div>.stk-block-content>.wp-block-stackable-columns,
    .equal_height_col>.stk-row>.wp-block-stackable-column>div>.stk-block-content>.wp-block-stackable-columns>.stk-row.stk-inner-blocks {
        height: 100%;
    }

}

@media (max-width:767px) {
    .slide_mobile_benefits .splide__slide .wp-block-stackable-column {
        height: 100% !important;
    }

    .smb_feather_right:after {
        content: "" !important;
        height: 100%;
        display: block;
        position: absolute;
        right: -2px;
        top: 0;
        width: 60px;
        background: linear-gradient(270deg, #e3e7ee 0%, rgba(209, 227, 255, 0) 100%);
        z-index: 2;
    }

    .wp-block-stackable-columns.smb_feather_left:before {
        content: "" !important;
        height: 100%;
        display: block !important;
        position: absolute;
        left: -2px;
        top: 0;
        width: 60px;
        background: linear-gradient(90deg, #e3e7ee 0%, rgba(209, 227, 255, 0) 100%);
        z-index: 2;
    }

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

    .br_mb_none {
        border-radius: 0 !important;
    }

    .pr_mb_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px_mb_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main_hero_group {
        padding-right: 0 !important;
    }

    .hero_img_col {
        position: absolute;
        width: 64%;
        right: -35px;
        bottom: 10px;
    }

    .hero_img_col figure:after {
        position: absolute;
        bottom: 0;
        content: "";
        height: 35px;
        display: block;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }

    .hero_text_col.stk-column {
        flex-grow: 0 !important;
    }

    .ct_box .wp-block-stackable-icon-label .stk-row {
        flex-direction: column !important;
        gap: 6px !important;
    }
}


.masonry_fade_wrap {
    position: relative;
}

.masonry_fade_wrap:after {
    content: "" !important;
    display: block;
    position: absolute;
    width: 100%;
    height: 309px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(239, 242, 245, 0) 0%, #EFF2F5 100%);

}

@media (min-width: 768px) {
    .c-masonry .wp-block-stackable-column {
        display: block !important;

        /* (100% width - 40px total gaps) divided by 3 columns */
        width: calc((100% - 32px) / 3) !important;

        margin-bottom: 20px !important;
        max-width: none !important;
        flex: none !important;
    }
}

@media (min-width:1025px) {
    .c-masonry .wp-block-stackable-column {
        width: calc((100% - 32px) / 3) !important;
    }
}

/* 2 Columns for Tablet */
@media (max-width: 1024px) {
    .c-masonry .wp-block-stackable-column {
        /* (100% width - 20px total gap) divided by 2 columns */
        width: calc((100% - 16px) / 2) !important;
    }
}

/* 1 Column for Mobile */
@media (max-width: 767px) {
    .c-masonry .wp-block-stackable-column {
        width: 100% !important;
    }
}

/* akademija */


.timeline_icon_box {
    position: relative;
    padding-left: 74px !important;
}

.timeline_icon_box .stk-block-icon-box {
    position: relative;
    margin-bottom: 2rem !important;
}

.timeline_icon_box .stk-block-icon-box::before {
    content: '' !important;
    position: absolute;
    top: 36px;
    /* starts at circle center (54px ÷ 2) */
    left: -47px;
    /* centered on circle (-74px + 27px) */
    margin-left: -1px;
    /* center the 2px line */
    width: 2px;
    height: 100%;
    /* goes to bottom of this item only */
    background: #EFF2F5;
    z-index: 0;
}

/* No line after the last item */
.timeline_icon_box .stk-block-icon-box:last-child::before {
    display: none;
}

/* .timeline_icon_box::before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 27px;
    width: 2px;
    background: #EFF2F5;
    z-index: 0;
  }
   */
.timeline_icon_box .stk-block-icon-box {
    position: relative;
    margin-bottom: 38px !important;
}

.timeline_icon_box .stk-block-icon-label {
    position: relative;
    align-items: center;
}

/* Circle node — 54px, pulled back 74px to sit on the line */
.timeline_icon_box .stk-block-icon {
    position: absolute;
    left: -74px;
    top: -10px;
    width: 54px !important;
    height: 54px !important;
    background: #fff;
    border: 2px solid #EFF2F5;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 !important;
}


.ttc_pa {
    transform: translate(50%, calc(50% - 15px));
}

.text_with_dot .stk-block-text__text:before {
    content: "";
    margin-right: 9px;
    background-color: var(--dot-color);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    min-width: 8px;
    min-height: 8px;
    display: inline-block;
    box-shadow: 0 0 0 0 var(--dot-shadow);
    transform: scale(1);
    animation: pulse 2s infinite;

}

.pulse-dot.pulse {
    background-color: var(--dot-color);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    min-width: 8px;
    min-height: 8px;
    display: inline-block;
    box-shadow: 0 0 0 0 var(--dot-shadow);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--dot-shadow, rgba(0, 0, 0, 0.7));
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}

@media (min-width: 768px) {
    .ttc_pa {
        transform: translate(50%, 50%);
    }


    .pulse-dot.pulse,
    .text_with_dot .stk-block-text__text:before {
        height: 10px;
        width: 10px;
        min-width: 10px;
        min-height: 10px;

    }

    .text_with_dot .stk-block-text__text:before {
        margin-right: 12px;
    }
}


@media (max-width:768px) {
    .sertificates-block .splide__list {
        flex-wrap: nowrap !important;
    }

    .sertificates-block .splide__slide {
        flex-basis: unset !important;
    }

    .sertificates-block .splide {
        padding: 0 0px !important;
    }

    .sertificates-block  {
        opacity: 0;
    /* this Aspect ration will prevent slider from jumping on mobile before initialization, causing cls issue */
        aspect-ratio: 4 / 3;
        }
    .sertificates-block:has(.splide.is-initialized) {
        opacity: 1;
    }
    .slide_mobile_benefits {
        opacity: 0;
        /* this Aspect ration will prevent slider from jumping on mobile before initialization, causing cls issue */
        aspect-ratio: 2 / 1;
    }
    .slide_mobile_benefits:has(.splide.is-initialized) {
        opacity: 1;
    }
}

@media (max-width:1100px) {

    body .mega-menu-wrap:has(.mega-menu-open) li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    }

    body .mega-menu-wrap:has(.mega-menu-open) li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E") !important;
    }
}

header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.73599 0.271532C8.15743 -0.207882 8.82204 -0.018552 8.9727 0.619744C9.05069 0.949133 8.9572 1.22704 8.74841 1.46564C8.05231 2.26171 7.3596 3.06165 6.66495 3.85938C6.12822 4.47609 5.59149 5.0928 5.05234 5.70784C4.7118 6.09646 4.28794 6.09812 3.94788 5.70839C2.71505 4.29562 1.48464 2.87952 0.252294 1.46619C0.0275259 1.20877 -0.0611219 0.909827 0.0439959 0.561616C0.143785 0.231119 0.359834 0.0445577 0.662107 0.00525242C0.913518 -0.0274097 1.116 0.0949349 1.29136 0.297551C2.06061 1.18607 2.83276 2.07072 3.60443 2.95592C3.64948 3.0074 4.40226 3.81288 4.49672 3.91474C4.49817 3.9164 4.50253 3.91198 4.5006 3.91308C4.49672 3.91474 6.94833 1.1667 7.73599 0.270425V0.271532Z' fill='%23001D47'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 9px;
    height: 6px;
}

header .wpml-ls-legacy-dropdown:hover a.wpml-ls-item-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.73599 0.271532C8.15743 -0.207882 8.82204 -0.018552 8.9727 0.619744C9.05069 0.949133 8.9572 1.22704 8.74841 1.46564C8.05231 2.26171 7.3596 3.06165 6.66495 3.85938C6.12822 4.47609 5.59149 5.0928 5.05234 5.70784C4.7118 6.09646 4.28794 6.09812 3.94788 5.70839C2.71505 4.29562 1.48464 2.87952 0.252294 1.46619C0.0275259 1.20877 -0.0611219 0.909827 0.0439959 0.561616C0.143785 0.231119 0.359834 0.0445577 0.662107 0.00525242C0.913518 -0.0274097 1.116 0.0949349 1.29136 0.297551C2.06061 1.18607 2.83276 2.07072 3.60443 2.95592C3.64948 3.0074 4.40226 3.81288 4.49672 3.91474C4.49817 3.9164 4.50253 3.91198 4.5006 3.91308C4.49672 3.91474 6.94833 1.1667 7.73599 0.270425V0.271532Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");

}









/* Container for the whole bar */
#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    max-width: 600px;
    background-color: #eff2f5;
    border-radius: 8px;
    padding: 0px 0px 0px 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border: 1px solid #e3e7ee;
}

/* Hiding the labels and asterisk for this specific UI style */
.indicates-required,
.mc-field-group label {
    display: none !important;
}

/* The wrapper around the input field */
.mc-field-group {
    flex-grow: 1;
    margin-bottom: 0 !important;
    /* Remove default Mailchimp margins */
}

/* The actual Email input field */
#mce-EMAIL {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #4a5568;
    outline: none;
}

/* Placeholder styling */
#mce-EMAIL::placeholder {
    color: #718096;
}

/* The Submit Button (PRIJAVA) */
#mc-embedded-subscribe {
    background-color: #104b93;
    /* The blue from your image */
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    height: 100%;
    border-radius: 0 8px 8px 0;
    /* Rounds only the right side */
}

#mc-embedded-subscribe:hover {
    background-color: #104b93;
    color: white;
    border: none;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    #mc_embed_signup_scroll {
        /*! flex-direction: column; */
        border-radius: 8px;
    }

    #mc-embedded-subscribe {
        width: 100%;
        border-radius: 8px;
        font-size: 12px;
        padding: 18px 8px;
    }


    #mc_embed_signup_scroll {
        position: relative;
    }

    #mc_embed_shell {
        position: relative;
        min-height: 100px;
    }


    #mc_embed_signup_scroll .clear {
        position: absolute;
        bottom: -60px !important;
        width: 100% !important;
        left: 0;
        right: 0;
        display: block;
    }
}





#mc_embed_signup {
    width: 100% !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding-bottom: 0% !important;
    min-width: 100%;
    position: relative;
    z-index: 0;
}

#mc_embed_signup .clear {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup_scroll {
    position: relative !important;
    border-radius: 4px !important;
    border: unset !important;
}

#mc_embed_signup .button {
    margin: 0 !important;
    height: 100% !important;
    background-color: #104b93 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border-radius: 4px !important;
}

#mc_embed_signup .button:hover {
    background-color: #104b93;
    opacity: 0.8;
}

#mc_embed_signup div#mce-responses {
    position: absolute;
    bottom: -200px;
    height: 20px;
}

div.mce_inline_error {
    display: none !important;
}

#mc_embed_signup input {
    border-radius: 4px !important;
}

#mc_embed_signup {
    background: transparent !important;
}

#mc_embed_signup input {
    border: unset !important;
}

#mc_embed_signup input[type="email"] {
    padding-left: 10px !important;
}

@media (max-width: 768px) {

    #mc_embed_signup .button {
        height: 50px !important;
        position: absolute;
        bottom: 0;
        width: 100% !important;
    }

    #mc_embed_signup .mc-field-group {
        z-index: 10;
    }
}

@media (max-width: 768px) {
    #tutor-login-form .tutor-d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    #tutor-registration-form .tutor-d-flex {
        align-items: flex-start !important;
    }

    #tutor-registration-form .tutor-form-wrap {
        align-items: flex-start !important;
        top: 5px;
    }
}

body.tutor-frontend main{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

body.wp-singular.page-id-2033.logged-in h2 {
    text-align: center;
}

@media (max-width: 480px) {
    .wp-block-stackable-button.stk-block-button  {
        width: 100%;
  }
  .main_hero_group  .wp-block-stackable-button.stk-block-button  {
    width: auto;
} 
    
}