/* Variables */
:root {
    --screen-sm: 990px;
    --screen-md: 1360px;
    --screen-lg: 1600px;
    --scrollbarwidth: 0px;
    --viewportwidth: calc(100vw - var(--scrollbarwidth));
}

/* CSS Reset */

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
}
/*
2. Remove default margin
*/
* {
    margin: 0;
}
/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
/*
5. Improve media defaults
*/
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
/*
6. Remove built-in form typography styles
*/
input, button, textarea, select {
    font: inherit;
}
/*
7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* END CSS Reset */

/* basics */
img {
    height: auto;
}



/* Page Builder */



/* siteOrigin CSS */
.panel-grid.panel-has-style>.panel-row-style,
.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style{
-ms-flex-direction:row-reverse;
flex-direction:row-reverse
}

.panel-grid-cell {-ms-box-sizing:border-box;box-sizing:border-box}
.panel-grid-cell .panel-cell-style{height:100%}
.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}

.panel-grid-cell .so-panel.so-panel:after{content:"";display:block;clear:both} 

.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}


/* remove SO panels JS and set widths with CSS */

body, html{
	width: 100%;
    max-width: 100%;
}
.panel-grid, .panel-grid-cell {
	width: 100%;
}


[data-stretch-type=full-width-stretch] {
    width: var(--viewportwidth)!important;
    margin-left: calc( ( -100vw + 100%  + var(--scrollbarwidth) ) / 2)!important;
}

body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch[data-stretch-type=full], 
[data-stretch-type=full] {
    width: var(--viewportwidth)!important;
    margin-right: auto!important;
    margin-left: calc( ( -100vw + 100%  + var(--scrollbarwidth) ) / 2)!important;
    // margin-left: calc( ( -100vw + 100% + var(--scrollbarwidth) ) / 2)!important;
    padding-left: calc( (100vw - 100% - var(--scrollbarwidth) ) / 2)!important;
    // padding-left: calc( (100vw - 100% - var(--scrollbarwidth) ) / 2)!important;
    padding-right: calc( ( 100vw - 100% - var(--scrollbarwidth)) / 2)!important; 
    // padding-right: calc( ( 100vw - 100% - var(--scrollbarwidth)) / 2)!important; 
}

@media (min-width: 990px ) and (max-width: 1360px - .1px) {
    body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch[data-stretch-type=full], 
    [data-stretch-type=full] {
        // width: 100vw!important;
        width: var(--viewportwidth)!important;
        margin-left: -30px!important;
        margin-right: -30px!important;
        padding-left: 30px!important;
        padding-right: 30px!important; 
    }   
}
@media (max-width: 990px - .1px) { 
    body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch[data-stretch-type=full],
    [data-stretch-type=full] {
 		margin-right: -16px!important;
        margin-left: -16px!important;
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
}

/* END page-builder */




.site-content{
    background: #FFF;
}

.site-content > .container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
/* @media (max-width: 1520px) { */
@media (max-width: 1600px) {
    .site-content > .container{
        max-width: 1200px;
    }
}
@media (max-width: 1300px) {
    .site-content > .container{
        max-width: calc(100% - 60px);
    }
}

h1 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* Typography */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    font-size: 16px; /* 1rem equivalent */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #262626;
    line-height: 1.3;
}

h1 {
    font-size: 40px; /* 2.5rem equivalent */
}

h2 {
    font-size: 32px; /* 2rem equivalent */
}

h3 {
    font-size: 28px; /* 1.75rem equivalent */
}

h4 {
    font-size: 24px; /* 1.5rem equivalent */
}


h5 {
    font-size: 20px; /* 1.25rem equivalent */
}

h6 {
    font-size: 16px; /* 1rem equivalent */
}

/* Paragraphs */
p {
    margin: 0 0 24px; /* 1.5rem equivalent */
}

.text-light {
    color: #fff;
}

mark {
    background-color: transparent;
    color: #fa0007;
}

/* buttons */
 .cta-btn {
    display: inline-block;
    border-radius: 12px 12px 12px 12px;
    background: #fa0007;
    border-width: 1px 0;
    border: 1px solid #fa0007;
    color: #ffffff !important;
    font-size: 16px;
    padding: 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 11px 24px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}
.cta-btn strong {
    font-weight: 800;
}

/* TNS */
.tns-outer {
    max-width: 100%;
}

/* SHADOW */
.custom-shadow {
box-shadow: 0px 0px 56px 0px rgba(119, 131, 151, 0.24);
}

/* Custom list style */
.custom-list {
    list-style: none; /* Remove default list style */
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: block;
    align-items: center;
    margin-bottom: 20px; /* Adjust space between list items */
    position: relative;
    padding-left: 36px; /* Adjust space for the icon */
}

.custom-list li::before {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #F1F3F6; /* Grey circle */
    border-radius: 50%; /* Make it a circle */
    position: absolute;
    left: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.custom-list li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 17px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.07107 8.64707L14.16 1L15.4044 2.17647L6.07107 11L0.471069 5.70592L1.71552 4.52945L6.07107 8.64707Z' fill='%23FA0007' stroke='%23FA0007' stroke-width='0.5'/%3E%3C/svg%3E%0A");
    filter: none; /* Ensure no filter is applied */
    background-repeat: no-repeat;
}



html { scroll-behavior: smooth; }
/* floating button */
.float-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: 40px;
    right: 40px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fA0007;
    color: #fff;
    text-decoration: none;
    transition: .4s;
    z-index: 12;
}

.float-btn .tri-d {
    /* font-size: 18px; */
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.float-btn .izris {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

select{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_101)'%3E%3Cpath d='M8.99999 10.379L12.7125 6.6665L13.773 7.727L8.99999 12.5L4.22699 7.727L5.28749 6.6665L8.99999 10.379Z' fill='%237C8593'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_101'%3E%3Crect width='18' height='18' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    /* and then whatever styles you want*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
    height: 30px; 
    width: 100px;
    padding: 5px;
}


/* debugging */

#zadovoljstvo-section .so-widget-ot_image_carousel-base {
    overflow: hidden;
}

/* icon text */

.icon-text-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 80px 64px;
    justify-content: space-between;
}

.icon-text-section  .icon-wrap {
    max-width: 50%;
    width: calc(50% - 64px);
}
.icon-text-section  .icon-heading {
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    line-height: 1.3;   
    margin-top: 24px;
    margin-bottom: 24px;    
}

.icon-text-section .card-description{
    font-size: 16px;
}

@media (max-width: 989.9px) { 
    .icon-text-section { 
        gap: 32px;
        padding: 16px 36px;
    }
    .icon-text-section  .icon-wrap {
        max-width: 100%;
        width: 100%;
    }
}

#footer-section .copyright span a:not(:hover) {
    color: #000;
}


/* effects */
/*#discount-section{
    transition-timing-function: ease-in-out;
    transition: .4s;
    
    transform: translateY(0);
    transition-property: transform, opacity;
}
@media (min-width: 1360px) {
    #discount-section{

        transition-timing-function: ease-in-out;
        transition: .4s;
        opacity: 0;
        transform: translateY(400px);
    }
}


.content-loaded #discount-section{
    transform: translateY(0);
    opacity: 1;
}*/

/* .main-header {
    transition-property: transform, opacity;
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition: .6s;
    transform: translate(-50%, -400px)!important;  
}
.content-loaded .main-header {
    opacity: 1;
    transform: translate(-50%, 0)!important;
} */