.elementor-2860 .elementor-element.elementor-element-137e076{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2860 .elementor-element.elementor-element-f0bfa75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2860 .elementor-element.elementor-element-591acf0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-2860 .elementor-element.elementor-element-591acf0:not(.elementor-motion-effects-element-type-background), .elementor-2860 .elementor-element.elementor-element-591acf0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5DDD5;}.elementor-2860 .elementor-element.elementor-element-707f6e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2860 .elementor-element.elementor-element-f0bfa75{--width:calc((100% - 420px) / 2);}.elementor-2860 .elementor-element.elementor-element-591acf0{--width:420px;}.elementor-2860 .elementor-element.elementor-element-707f6e0{--width:calc((100% - 420px) / 2);}}@media(max-width:767px){.elementor-2860 .elementor-element.elementor-element-137e076{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2860 .elementor-element.elementor-element-f0bfa75{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2860 .elementor-element.elementor-element-591acf0{--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2860 .elementor-element.elementor-element-707f6e0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-137e076 *//* Ograničava ukupnu širinu na standard i centrira sve */
#t4y-main-wrapper {
    max-width: 1200px !important; /* Standardna širina umjesto 100vw */
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible; /* Dozvoljava snap-scrollu da diše */
}

/* Srednji stupac ostaje fiksno 420px */
.elementor-column:nth-child(2) {
    flex: 0 0 420px !important;
    max-width: 420px !important;
}

/* Bočni stupci (reklame) popunjavaju ostatak do 1200px */
.elementor-column:nth-child(1),
.elementor-column:nth-child(3) {
    flex: 1 !important;
}

/* Na mobitelu i dalje ide preko cijelog ekrana */
@media (max-width: 767px) {
    #t4y-main-wrapper {
        max-width: 100% !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* 1. Postavka cijele stranice za Snap */
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
    scroll-snap-type: y mandatory; /* Ovo stvara efekt "zamjene" sekcija */
    scroll-behavior: smooth;
    overflow-y: scroll;
}

/* 2. Sva tri kontejnera moraju biti identična u ponašanju */
#t4y-main-wrapper, 
#t4y-section-sales, 
#t4y-section-info {
    height: 100vh !important; /* Točno jedna visina ekrana */
    width: 100vw !important;
    scroll-snap-align: start; /* Gdje sekcija "staje" */
    scroll-snap-stop: always; /* Ne dopušta preskakanje sekcije */
    position: relative !important;
    display: block !important;
    background: #ffffff; /* OBAVEZNO: Bijela pozadina da se ne vidi sekcija ispod */
    overflow: hidden; /* Sprečava neuredno prelijevanje */
}

/* 3. Osiguranje za mobilni prikaz */
@media (max-width: 767px) {
    #t4y-main-wrapper, #t4y-section-sales, #t4y-section-info {
        height: 100vh !important;
        position: relative !important;
        top: 0 !important;
    }
}

/* Kontejner koji drži sve */
.t4y-sidebar-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* Naslovni dio */
.sidebar-promo-header {
    text-align: center;
    margin-bottom: 30px;
}
.promo-label {
    font-size: 10px;
    font-weight: 900;
    color: #075e54;
    letter-spacing: 2px;
}
.promo-title {
    font-size: 20px;
    margin: 5px 0;
    color: #333;
}

/* Stack s uslugama */
.services-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Pojedinačna stavka */
.service-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.service-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.featured-item {
    background: #075e54;
    color: #fff;
    border-color: #075e54;
}

.service-icon-box { font-size: 24px; }
.service-tag { font-size: 10px; font-weight: bold; opacity: 0.7; }
.service-text p { font-size: 12px; margin: 3px 0 0 0; line-height: 1.3; }

/* Trust Badge na dnu */
.sidebar-trust-badge {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}
.check-icon {
    width: 14px;
    height: 14px;
    stroke: #25d366;
    stroke-width: 3;
    fill: none;
}/* End custom CSS */