.demo-architecture {
    --color-primary: #004F99;
    --color-secondary: #004F99;
}

.active-light-mode .tmp-slick-arrow button.slick-arrow {
    border: 2px solid var(--color-primary);
}

.active-light-mode .tmp-slick-arrow button.slick-arrow::before {
    filter: invert(18%) sepia(99%) saturate(1891%) hue-rotate(193deg) brightness(95%) contrast(104%) !important;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.inner.text-left {
    z-index: 1;
    position: relative;
}

.logo-white-show .logo img {
    filter: brightness(0) invert(1);
}

.sticky.logo-white-show .logo img {
    filter: unset;
}

.tmp-get-in-touch-area .section-inner::after {
    content: "Pozovite nas";
}

.header-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-primary) !important;
    color: #fff !important;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tmp-service-details .thumbnail-large-details {
    height: 550px;
}

.active-light-mode .tmp-header.sticky {
    display: flex !important;
    align-items: center;
}

@media (max-width:768px) {
    .header-transparent-with-topbar .header-default {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tmp-service-details .thumbnail-large-details {
        height: 297px !important;
    }
}
ol li, ul li {
    font-size: 16px !important;
}
.text-justify {
    text-align: justify !important;
}
.icon a {
    color: var(--color-primary);
}
.cursor-pointer {
    cursor: pointer;
}
/****** WEBKIT START ******/
.webkit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-1 {
    -webkit-line-clamp: 1;
}

.webkit-2 {
    -webkit-line-clamp: 2;
}

.webkit-3 {
    -webkit-line-clamp: 3;
}

.webkit-4 {
    -webkit-line-clamp: 4;
}

.webkit-5 {
    -webkit-line-clamp: 5;
}

.webkit-6 {
    -webkit-line-clamp: 6;
}

.webkit-7 {
    -webkit-line-clamp: 7;
}

.webkit-8 {
    -webkit-line-clamp: 8;
}
.bg-p {
    background-color: var(--color-primary) !important;
}