/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

html {
    scroll-behavior: smooth;
}

.l-canvas.type_wide {
    overflow: hidden;
}

.g-cols.via_flex.type_default {
    margin: 0 -15px;
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.h1-style {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    font-family: var(--h1-font-family);
    letter-spacing: var(--h1-letter-spacing);
    font-style: var(--h1-font-style);
    text-transform: var(--h1-text-transform);
}

.h2-style {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    letter-spacing: var(--h2-letter-spacing);
    font-style: var(--h2-font-style);
    text-transform: var(--h2-text-transform);
}

.large-h2-style {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    letter-spacing: var(--h2-letter-spacing);

}

.h3-style {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    font-family: var(--h3-font-family);
    letter-spacing: var(--h3-letter-spacing);
    font-style: var(--h3-font-style);
    text-transform: var(--h3-text-transform);
}

.h4-style {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    font-family: var(--h4-font-family);
    letter-spacing: var(--h4-letter-spacing);
    font-style: var(--h4-font-style);
    text-transform: var(--h4-text-transform);
}

.h5-style {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-font-weight);
    font-family: var(--h5-font-family);
    letter-spacing: var(--h5-letter-spacing);
    font-style: var(--h5-font-style);
    text-transform: var(--h5-text-transform);
}

.h6-style {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-font-weight);
    font-family: var(--h6-font-family);
    letter-spacing: var(--h6-letter-spacing);
    text-transform: var(--h6-text-transform);
}

.lg-body-font {
    font-size: 18px;
    line-height: 1.67;
}

ul,
ol {
    margin-left: 1.5rem;
}

/* Nav */

.type_desktop .w-nav-list.level_2 {
    padding: 10px 0;
    /* top: calc(100% + 7px); */
}

.type_desktop .menu-item.request-menu-item {
    display: none;
}

nav.w-nav.type_desktop .w-nav-list.level_2 {
    min-width: 14rem;
}

.type_desktop .menu-item.menu-item-object-us_page_block {
    display: none;
}

.l-section.width_full.mobile-nav-request-consultation-block {
    margin: 1rem 0.7rem;
}

.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    margin-right: 0.7rem;
}

/* Home */

.home-product-item-box .w-hwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: var(--color-alt-content-bg);
}

.home-featured-left-box,
.featured-left-box {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 15dvh;
}

.home-featured-right-box {
    background: var(--color-alt-content-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 2.5rem;
}

.carousel-brands-inner-row img {
    filter: grayscale(1) opacity(.9);
    -webkit-filter: grayscale(1) opacity(.9);
}

.brands-carousel img {
    filter: grayscale(1) opacity(.9);
    -webkit-filter: grayscale(1) opacity(.9);
}

.w-text.line-right {
    position: relative;
}

.w-text.line-right::after {
    content: '';
    height: 1px;
    width: clamp( 150px, 100%, 300px);
    background-color: transparent;
    display: block;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    -webkit-box-shadow: 0 1px 0 #BFBFBF inset;
            box-shadow: 0 1px 0 #BFBFBF inset;
}

.home-products-inner-row .vc_col-sm-4 .w-vwrapper {
    row-gap: 24px;
}

.home-products-inner-row .vc_col-sm-4 .w-vwrapper > .w-hwrapper > .w-text::before {
    display: block;
    font-family: var(--h2-font-family);
    font-size: clamp(18px, calc(18px + 9 * ((100vw - 320px) / 1600)), 27px);
    color: #BFBFBF;
    font-weight: 500;
    line-height: 1;
}

.home-products-inner-row .vc_col-sm-4:first-of-type .w-vwrapper >.w-hwrapper > .w-text::before {
    content: '01';
}

.home-products-inner-row .vc_col-sm-4:nth-of-type(2) .w-vwrapper > .w-hwrapper > .w-text::before {
    content: '02';
}

.home-products-inner-row .vc_col-sm-4:nth-of-type(3) .w-vwrapper > .w-hwrapper > .w-text::before {
    content: '03';
}

.home-products-inner-row img {
    aspect-ratio: 308 / 530;
    aspect-ratio: 3 / 5;
    width: 100%;
    max-width: 308px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 6px;
}

.rounded-box {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 2.5rem;
    color: var(--color-content-text);
}

.rounded-box.blue {
    background: var(--color-alt-content-bg);
}

.why-choose-hannapel .rounded-box {
     padding: 60px;
}

.white-shadowed-box {
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 3.008px 4px 35.008px 0 #E0EAED;
            box-shadow: 3.008px 4px 35.008px 0 #E0EAED;
    padding: 2.5rem 3rem;
}

.g-cols.via_flex.type_default.white-shadowed-box {
    margin: 0 0;
}

.process-carousel .carousel-item-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-grow: 1;
}

.process-carousel .w-text.carousel-number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BFBFBF;
    font-size: var(--h2-font-size);
    font-weight: 400;
    font-family: var(--h2-font-family);
    color: transparent;
    margin-bottom: 2rem;
    line-height: 1;
}

.process-carousel .w-vwrapper.rounded-box.blue {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 3rem 4rem 3rem 3rem;
}

.process-carousel .w-vwrapper.rounded-box.blue .w-text.h3-style {
    margin-bottom: 2.5rem;
}

.small-subheading-yellow {
    font-size: 16px;
    color: var(--color-content-link);
    text-transform: uppercase;
    font-family: 'Spline Sans Mono', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.process-carousel .wpb_text_column {
    margin-bottom: auto;
}

.process-carousel .w-text.small-subheading-yellow {
    margin-top: 2.5rem;
}

.w-btn.icon_atright i.material-icons {
    position: relative;
    bottom: 5px;
}

/* Page Title */

.g-breadcrumbs {
    font-family: 'Spline Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.g-breadcrumbs-separator {
    color: #fff;
}
.g-breadcrumbs li a {
    color: #685060;
}
.g-breadcrumbs li:first-child a {
    color: #fff;
}

/* CTAs */

.cta-info-box {
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
   	border-top: 21px solid #f2f2f2;
    padding: 2.95em 3em 4.35em;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.cta-row-third .ult-content-box {
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 21px solid;
    padding: 2.95em 3em 4.35em;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    border-color: rgba(255,255,255,0);
}

.cta-row-third > .vc_column-inner > .wpb_wrapper:hover .cta-info-box  {
	padding-bottom: calc(2.45em + 12.6em);
    padding-top: 4.65em;
}

.cta-row-third > .vc_column-inner > .wpb_wrapper img {
	-webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.cta-row-third > .vc_column-inner > .wpb_wrapper:hover img {
	margin-bottom: -12.45em;

}

.cta-row-third > .vc_column-inner > .wpb_wrapper .w-image-h {
	position: relative;
}
.cta-row-third > .vc_column-inner > .wpb_wrapper .w-image-h:after {
	content: '';
	background-color: rgba(27, 152, 224, .6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	transition: all .3s;
}
.cta-row-third > .vc_column-inner > .wpb_wrapper:hover .w-image-h:after {
	opacity: 1;
}

.cta-title {
	text-align: center;
	margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cta-title h4 {
	font-size: 1.375em;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.55px;
    margin: 0;
}

.cta-desc {
	 margin: 0;
     margin-left: 0 !important;
     margin-right: 0 !important;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 6.8em;
}

.cta-row-third > .vc_column-inner > .wpb_wrapper:hover .cta-desc {
	opacity: 1;
	margin-top: 80px;
}

.cta-button {
	margin: 0.65em 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 2em;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.cta-row-third > .vc_column-inner > .wpb_wrapper:hover .cta-button {
	bottom: 4em;
}

/* Products Image Carousel */

.products-carousel .owl-carousel.navpos_inside .owl-prev {
    left: 60px;
}

.products-carousel .owl-carousel.navpos_inside .owl-next {
    right: 60px;
}
.products-carousel .owl-carousel.navstyle_circle .owl-nav div {
    border-radius: 2px;
    background: rgba(104, 80, 96, 0.9);
}
.products-carousel .owl-carousel.navpos_inside .owl-nav div:hover {
    background: rgba(104, 80, 96, 1);
}

/* Misc */

.l-body .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.95;
}
.mfp-title {
    display: none;
}

/* Timeline */

.wpb_wrapper .timeline-line span:first-child,
.wpb_wrapper .timeline-line span:last-child {
	background-color: #B87E58;
}
.timeline-block .timeline-header-block .timeline-header img {
	margin-top: 6px;
}

/* Products */

.products-grid-vwrapper {
    padding: 22px;
}

.products-grid-vwrapper > .w-btn {
    margin-top: auto;
}

/* Gravity Forms */

.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label,
.gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-size: 14px;
}

.gform_body input[type="text"], .gform_body input[type="password"], 
.gform_body input[type="email"], .gform_body input[type="url"], 
.gform_body input[type="tel"], .gform_body input[type="number"], 
.gform_body input[type="date"], .gform_body input[type="search"], 
.gform_body input[type="range"], .gform_body select {
    /* height: 4em; */
    border-radius: 0;
}
.gform_body textarea {
    border-radius: 0;
}
.gform_wrapper .gform_body li.gfield.gf_list_4col ul.gfield_checkbox li, 
.gform_wrapper .gform_body li.gfield.gf_list_4col ul.gfield_radio li {
    font-size: 16px;
}
.gform_wrapper .gform_body .gfield_checkbox li label, 
.gform_wrapper .gform_body .gfield_radio li label {
    font-size: 16px;
}

#gform_3 input:not([type=submit]),
#gform_3 textarea,
#gform_3 select {
    background: transparent;
}

.gform_wrapper #gform_3 .gform_fields .gfield select,
.gform_wrapper #gform_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_total):not(.ginput_shipping_price):not(.ginput_product_price) {
    padding: 0 var(--inputs-padding, .6em);
}

#gform_fields_3 input::placeholder,
#gform_fields_3 textarea::placeholder {
    opacity: 1;
}

#gform_fields_3 input[type="checkbox"] {
    box-shadow: 0px 0 0px 1px #888 inset;
}

#gform_fields_3 input[type="checkbox"]:focus,
#gform_fields_3 input[type="checkbox"]:active{
    box-shadow: 0px 0 0px 1px var(--color-header-middle-text-hover) inset;
}

.gform_wrapper.gravity-theme #gform_3 .gform_footer input {
    margin-bottom: 0;
}

.home-featured-right-box .gform_wrapper {
    margin-bottom: 0 !important;
}

/* sidebar */

.l-sidebar iframe html .review-widget {
    max-width: calc(100% - 2px) !important;
}

/* Footer */

.l-footer .ult-content-box-container {
	padding: 4.3em 12% 3.5em;
}

.l-footer .ult-content-box-container.ab-shadowed {
	    -webkit-box-shadow: 0.188em 0.25em 2.188em rgba(0,0,0,0.16);
	            box-shadow: 0.188em 0.25em 2.188em rgba(0,0,0,0.16);
}

.footer-top-inner-column .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.footer-top-inner-column .w-vwrapper {
    border-radius: 20px;
    -webkit-box-shadow: 3.008px 4px 35.008px 0 #E0EAED;
            box-shadow: 3.008px 4px 35.008px 0 #E0EAED;
    padding: 2.5rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.footer-subscribe-holder {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 30px;
    background: var(--color-alt-content-primary);
}

.footer-subscribe-holder .gform_wrapper.gravity-theme .gform_footer {
    padding: 0 0;
    margin: 0 0;
}

.footer-subscribe-holder input[type=email] {
    color: #fff !important;
    background: transparent !important;
    box-shadow: 0 -1px 0 #fff inset !important;
}

.footer-subscribe-holder input::placeholder {
    opacity: 1;
}

.footer-subscribe-holder input[type=submit]:not(.w-btn) {
    background: var(--color-header-middle-bg);
    border-color: transparent;
    color: var(--color-content-text) !important;
}

.color_footer-bottom .footer-copyright a {
    color: var(--color-subfooter-link);
}

.color_footer-bottom .footer-copyright a:hover {
    color: #fff;
}

.w-separator.footer-line-right.color_border {
    height: 2px !important;
    color: #bfbfbf;
}

/* Misc */

img[data-lazy-src] {
    opacity: 0;
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
            transition: opacity .5s linear 0.2s;
    opacity: 1;
}

span.notification-title {
    font-size: 1.2em !important; 
    display: block; 
    margin: 0 auto 10px;
}

/* ===== Media Queries ====== */

@media (min-width: 1560px) {

    .home-featured-left-box,
    .featured-left-box {
        margin-left: clamp(-126.67px, -8.333vw, -1.5rem);
    }
}

@media (max-width: 1380px) and (min-width: 1281px) {

    .header_hor .l-subheader-cell.at_left> .w-image.ush_image_1 {
        margin-right: 0.5rem;
    }

    .l-subheader-cell .us-btn-style_2 {
        padding: 1em 1.4em;
    }

    .l-body.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
        padding-left: 11px;
        padding-right: 12px;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {

    .footer-subscribe-holder .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
        grid-column: span 8;
        -ms-grid-column-span: 8;
    }

    .footer-subscribe-holder .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 4;
        -ms-grid-column-span: 4;
    }
}

@media (min-width: 1380px) {

    .our-process-row .g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
        margin-inline-end: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -1rem);
    }

    .carousel-brands-inner-row.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
        margin-inline-end: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -1rem)
    }
}

@media (min-width: 1280px) {

    .home-products-inner-row .vc_col-sm-4 .w-hwrapper>.wpb_text_column {
            padding-right: 2.5rem;
        }
    
        /* ===================================================================
       HOME PRODUCT BOX – FIXED (NO PUSH DOWN)
    =================================================================== */
        .home-products-row {
            overflow: visible;
        }
    
        .home-product-item-box {
            position: relative;
            overflow: visible;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-bottom: 180px;
            /* Prostor za w-hwrapper */
        }
    
        /* Ukloni margin sa slike */
        .home-product-item-box .w-image.cta-image {
            position: relative;
        }
    
        .home-product-item-box .w-image.cta-image.align_none .w-image-h {
            position: relative;
            display: inline-block;
            overflow: hidden;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
        }
    
        .home-product-item-box .w-image.cta-image.align_none img {
            transition: transform .5s ease-in-out;
            border-radius: inherit;
            display: block;
            width: 100%;
            height: auto;
        }
    
        .home-product-item-box .w-image.cta-image.align_none .w-image-h::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.0);
            opacity: 0;
            border-radius: inherit;
            transition: opacity .5s ease-in-out;
            pointer-events: none;
        }
    
        .home-product-item-box:hover .w-image.cta-image.align_none img {
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
        }
    
        .home-product-item-box:hover .w-image.cta-image.align_none .w-image-h::after {
            opacity: 1;
        }
    
        /* KRITIČNO: w-hwrapper absolute potpuno ispod slike, penje se na hover */
        .home-product-item-box .w-hwrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background: var(--color-alt-content-bg);
            position: absolute;
            top: 100%;
            /* Pozicioniran od dna slike */
            left: 0;
            right: 0;
            z-index: 2;
            padding: 1.5rem;
            transform: translateY(0);
            /* Počinje tačno ispod slike */
            transition: transform .45s ease-in-out;
        }
    
        .home-product-item-box:hover .w-hwrapper {
            transform: translateY(-120px);
            -webkit-transform: translateY(-120px);
            -moz-transform: translateY(-120px);
            -ms-transform: translateY(-120px);
            -o-transform: translateY(-120px);
        }
    
        /* Hidden description */
        .home-product-item-box .wpb_text_column {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transform: translateY(10px);
            transition:
                max-height .45s ease,
                opacity .45s ease,
                transform .45s ease;
            margin-bottom: 0 !important;
        }
    
        .home-product-item-box .wpb_text_column p {
            margin: 0;
        }
    
        .home-product-item-box:hover .wpb_text_column {
            max-height: 250px;
            opacity: 1;
            transform: translateY(0);
            margin-bottom: 1rem !important;
        }
    
        .home-product-item-box .w-btn-wrapper {
            transition: margin .45s ease, transform .45s ease;
        }
    
        .home-product-item-box .w-text {
            margin-bottom: 0 !important;
            transition: margin-bottom .3s ease;
        }
    
        .home-product-item-box:hover .w-text {
            margin-bottom: .5rem !important;
        }
    
        /* Ensure link covers entire box */
        .home-product-item-box .w-vwrapper-link {
            position: absolute;
            inset: 0;
            z-index: 3;
        }
}

@media (max-width: 1279px) and (min-width: 1025px) {

    .home-products-inner-row .vc_col-sm-4 .w-hwrapper>.wpb_text_column {
            padding-right: 1.5rem;
        }
    
        /* ===================================================================
           HOME PRODUCT BOX – FIXED (NO PUSH DOWN)
        =================================================================== */
        .home-products-row {
            overflow: visible;
        }
    
        .home-product-item-box {
            position: relative;
            overflow: visible;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-bottom: 240px;
        }
    
        .home-product-item-box .w-image.cta-image {
            position: relative;
        }
    
        .home-product-item-box .w-image.cta-image.align_none .w-image-h {
            position: relative;
            display: inline-block;
            overflow: hidden;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
        }
    
        .home-product-item-box .w-image.cta-image.align_none img {
            transition: transform .5s ease-in-out;
            border-radius: inherit;
            display: block;
            width: 100%;
            height: auto;
        }
    
        .home-product-item-box .w-image.cta-image.align_none .w-image-h::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.0);
            opacity: 0;
            border-radius: inherit;
            transition: opacity .5s ease-in-out;
            pointer-events: none;
        }
    
        .home-product-item-box:hover .w-image.cta-image.align_none img {
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
        }
    
        .home-product-item-box:hover .w-image.cta-image.align_none .w-image-h::after {
            opacity: 1;
        }
    
        /* KRITIČNO: w-hwrapper absolute potpuno ispod slike, penje se na hover */
        .home-product-item-box .w-hwrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            background: var(--color-alt-content-bg);
            position: absolute;
            top: 100%;
            /* Pozicioniran od dna slike */
            left: 0;
            right: 0;
            z-index: 2;
            padding: 1.5rem;
            transform: translateY(0);
            /* Počinje tačno ispod slike */
            transition: transform .45s ease-in-out;
        }
    
        .home-product-item-box:hover .w-hwrapper {
            transform: translateY(-160px);
            -webkit-transform: translateY(-160px);
            -moz-transform: translateY(-160px);
            -ms-transform: translateY(-160px);
            -o-transform: translateY(-160px);
        }
    
        /* Hidden description */
        .home-product-item-box .wpb_text_column {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transform: translateY(10px);
            transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
            margin-bottom: 0 !important;
            -webkit-transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
            -moz-transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
            -ms-transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
            -o-transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
        }
    
        .home-product-item-box .wpb_text_column p {
            margin: 0;
        }
    
        .home-product-item-box:hover .wpb_text_column {
            max-height: 270px;
            opacity: 1;
            transform: translateY(0);
            margin-bottom: 1rem !important;
        }
    
        .home-product-item-box .w-btn-wrapper {
            transition: margin .45s ease, transform .45s ease;
        }
    
        .home-product-item-box .w-text {
            margin-bottom: 0 !important;
            transition: margin-bottom .3s ease;
            font-size: 1.8rem;
        }
    
        .home-product-item-box:hover .w-text {
            margin-bottom: .5rem !important;
        }
    
        /* Ensure link covers entire box */
        .home-product-item-box .w-vwrapper-link {
            position: absolute;
            inset: 0;
            z-index: 3;
        }
}

@media (min-width: 1025px) {
    
    .footer-locations-hwrapper {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

	.l-footer .ult-content-box-container {
	    padding: 3em 5% 3em;
	}

    .footer-subscribe-holder .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
        grid-column: span 8;
        -ms-grid-column-span: 8;
    }

    .footer-subscribe-holder .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 4;
        -ms-grid-column-span: 4;
    }
} 

@media (min-width: 1025px) {

    .home-featured-row .w-slider-h {
        bottom: 60px;
    }

    .push-one-eight {
        margin-left: 12.5%;
    }

    .home-featured-row .vc_col-sm-6:first-of-type {
        -ms-flex-item-align: end;
            align-self: flex-end;
    }

    .footer-subscribe-holder .gform_wrapper {
        width: 100%;
    }

    .footer-subscribe-holder .gform_fields {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .footer-subscribe-holder .gfield.gfield--type-email {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-subscribe-holder .ginput_container.ginput_container_email {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1024px) {

    .footer-subscribe-holder .gform_wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .footer-locations-hwrapper .w-image {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {

    .process-carousel .w-vwrapper.rounded-box.blue {
        padding: 2.5rem 1.5rem;
    }

	/* Products Pages */

	.parent-pageid-31 .l-main .vc_col-sm-6 img.size-medium.alignnone {
		display: block;
		margin: 15px auto 0;
	}

    .footer-get-in-touch {
        margin-bottom: -2rem !important;
    }

    .l-footer .w-socials {
    	text-align: center !important;
    }
    .footer-copyright {
    	text-align: center !important;
    }

    /* Rev Slider */

    .slide-content-box {
        background: rgba(235, 242, 243, .6) !important;
    }

    .home-featured-left-box,
    .featured-left-box {
        margin-bottom: 2.5rem;
    }

    .home-featured-left-box,
    .featured-left-box {
        padding: 2.5rem 1.5rem;
    }

    .home-featured-right-box {
        padding: 2.5rem 1.5rem;
    }

    .why-choose-hannapel .rounded-box {
        padding: 2.5rem 1.5rem;
    }

    .white-shadowed-box {
        padding: 2.5rem 1.5rem;
    }

    .footer-top-inner-column .w-vwrapper {
        padding: 2.5rem 1.5rem;
    }

    .footer-subscribe-holder {
        padding: 1.5rem;
    }

    .footer-subscribe-holder .gform_wrapper {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .footer-subscribe-holder .gform-button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .l-section.height_huge.page-title-row>.l-section-h {
        padding: 3rem 0;
    }
}

@media (max-width: 600px) {
	.l-main .w-btn-wrapper.align_left {
		margin-right: 0;
		display: block;
	}
	.l-main .w-btn-wrapper.width_auto.align_left .w-btn {
		width: 100% !important;
	}

	.l-main .us-btn-style_2 {
		padding: 1.1em 1.5em;
	}

    .home-products-inner-row img {
        aspect-ratio: 4 /5;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    #wpfront-notification-bar div.wpfront-close {
        font-size: 12px;
    }
    span.notification-title {
        font-size: 1.1em !important; 
    }
    .wpfront-message {
        font-size: 0.9em !important;
        line-height: 1.4 !important;
        padding: 10px 15px !important;
    }
}