html {
    scroll-behavior: smooth;
}

#ponuda-racunara {
    scroll-margin-top: 90px;
}

.header .header-inner .get-quote .btn {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
}

.hero-actions {
    gap: 12px;
    align-items: center;
}

.slider .single-slider .btn.primary {
    background: rgba(255, 255, 255, 0.92);
    color: #172033;
}

.slider .single-slider .btn.primary:before {
    background: #1a76d1;
}

.slider .single-slider .btn.primary:hover {
    color: #fff;
}

.schedule .row {
    align-items: stretch;
}

.schedule {
    height: 130px;
}

.schedule .row > [class*="col-"] {
    display: flex;
}

.schedule .single-schedule {
    display: flex;
    width: 100%;
    min-height: 300px;
}

.schedule .single-schedule .inner {
    display: flex;
    width: 100%;
}

.schedule .single-content {
    display: flex;
    flex-direction: column;
}

.schedule .single-content p {
    flex: 1;
}

.product-listing.section {
    padding-top: 34px !important;
}

.product-listing .section-title {
    margin-bottom: 48px;
}

.product-listing .section-title h2 {
    margin-bottom: 18px;
}

.product-listing .section-title p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-sort-controls {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin-top: 22px;
    padding: 4px;
    border: 1px solid #dce7f5;
    border-radius: 8px;
    background: #f1f7ff;
}

.mobile-sort-button {
    min-height: 44px;
    padding: 8px 6px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #17436e;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
}

.mobile-sort-button.active {
    background: #1a76d1;
    color: #fff;
    box-shadow: 0 8px 18px rgba(26, 118, 209, 0.22);
}

.mobile-sort-button:focus {
    outline: 2px solid rgba(26, 118, 209, 0.35);
    outline-offset: 2px;
}

.product-listing .single-news {
    overflow: hidden;
}

.product-listing .news-head img {
    height: 250px;
}

.product-listing .news-title {
    line-height: 1.28;
}

@media (min-width: 992px) {
    #fixed-contact-buttons {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .schedule .single-schedule {
        min-height: 260px;
    }
}
