:root {
    --p1-clr: #006beb;   /* glavna */
    --p900-clr: #004bb5; /* tamnija */
    --pure900-clr: #003a8c;
    color-scheme: light only;
}
html,
body {
    background: #ffffff;
}

.banner-section.style-v1 .hero-contentv01 h1 span::before {
  position: absolute;
  left: 0;
  top: 109%;
  width: 65%;
  border-radius: 10px;
  height: 5px;
  background: #fef200;
  content: "";
}

.banner-section.style-v1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
background: linear-gradient(
    90deg,
    #006beb 33.96%,
    rgba(0, 107, 235, 0.35) 100%
);}

.banner-section.style-v1 {
	background: url(../img/banner/hero1cover.jpg) no-repeat center center;
	background-size: cover;
	padding: 185px 0 110px;
	position: relative;
}

.single-footer-widget .list-contact li i {
	font-size: 16px;
	line-height: 2;
	color: #fef200;
}

.cmn-btn {
	background: #fef200;
	color: var(--p900-clr);
}

.cmn-btn:hover {
	color: var(--p900-clr);
	background: white;
}

.service-itemsv02.service-style03 .content {
	background: #EDEDED;

}
h-250px {
    height:250px;
}
.h-120px {
    height:120px;
}
.h-50px {
    height: 50px;
}
.text-blue {
    color: #006beb;
}
.text-yellow {
    color: #fef200;
}
.text-beli {
    color: white !important;
}
.text-dg {
    color: #111 !important;
}
.text-lgr {
	color: #727972 !important;
}
.mfnt {
    font-family: "Trebuchet MS", Arial, sans-serif !important;
}

.bg-yellow {
    background-color: #fef200 !important;
}
.bg-blue {
    background-color: #006beb !important;
}

.conatact-box {
	background: var(--white-clr);
	box-shadow: 0px 10px 30px 0px #006beb;
	border-radius: 20px;
	padding: 60px;
	position: relative;
	z-index: 9;
}

.footer-section.footer-style1 .footer-widget-wrapperv01 {
	padding: 50px 0 80px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
	color: #fef200;
	font-size: 16px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
	color: white;
	font-size: 13px;
}
.fs-25 {
    font-size: 25px !important;
}
.mean-container .mean-bar a {
    color: white !important;
}
.proizvodi {
    display: flex;
    flex-wrap: wrap; /* da idu u novi red kad nema prostora */
    gap: 20px; /* razmak između kartica */
}
.all-catagorys {
    box-sizing: border-box;
}
.feature-itemsv1 img{
    height: 200px;
}
.blog-itemsv1 .content {
	border-radius: 5px 0px 5px 5px;
	background: var(--white-clr);
	box-shadow: 0px 10px 30px 0px rgba(42, 185, 57, 0.1);
	padding: 15px;
	width: 100%;
	margin: -60px 0 0 auto;
	z-index: 1;
	position: relative;
}
.blog-itemsv1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-itemsv1 .thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.blog-itemsv1 .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}

.blog-itemsv1 .content p {
    flex-grow: 1; /* tekst zauzima prostor */
}

.blog-itemsv1 .cmn-btn {
    margin-top: auto; /* dugme ide skroz dole */
}
.kateg-font {
    font-family: "Noto Serif", sans-serif !important;
}
.machine-specs {
    background: #f8f9fb;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.spec-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.spec-list li:last-child {
    border-bottom: none;
}

.spec-list span {
    color: #64748b;
}

.spec-list strong {
    color: #1e293b;
}
.header-main .main-menu ul li a:hover {
	color: #fef200 !important;
}
.blog-details-leftitem{
    height:100%;
}
.blog-card-spacing{
padding:12px;
}

.blog-details-leftitem{
background:#fff;
border-radius:8px;
overflow:hidden;
height:100%;
box-shadow:0 4px 18px rgba(0,0,0,0.06);
}

.blog-details-leftitem .thumb img{
width:100%;
display:block;
}
.blog-text-limit{
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
overflow:hidden;
}
.blog-details-leftitem{
display:flex;
flex-direction:column;
}

.blog-details-leftitem .content{
flex-grow:1;
}
.video-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.video-grid iframe{
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
.category-title{
    display:flex;
    align-items:center;
    gap:10px;
}
.content-area{
display:none;
}

.content-area.open{
display:block;
}

.toggle-sub i{
font-size:16px;
}
.toggle-sub i{
transition: transform 0.3s ease;
}

.accordion-single.active .toggle-sub i{
transform: rotate(180deg);
}
.kateg-masina {
    font-family: Verdana; 
    font-weight: bold; 
    font-size: 20px;
}
.product-details-leftbar{
    padding: 30px 30px;
}
.productMainSlider .shop-details-bigthumb {
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.product-main-image {
    width: 100%;
    height: 520px;
    object-fit: contain;
    display: block;
}

.productThumbSlider .shop-details-samll {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.product-thumb-image {
    width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
}

.productThumbSlider .swiper-slide {
    cursor: pointer;
    opacity: 0.7;
}

.productThumbSlider .swiper-slide.thumb-active {
    opacity: 1;
}

.productThumbSlider .swiper-slide.thumb-active .shop-details-samll {
    border-color: #2f5d50;
}

@media (max-width: 991px) {
    .productMainSlider .shop-details-bigthumb {
        min-height: 380px;
    }

    .product-main-image {
        height: 380px;
    }
}

@media (max-width: 575px) {
    .productMainSlider .shop-details-bigthumb {
        min-height: 280px;
    }

    .product-main-image {
        height: 280px;
    }

    .productThumbSlider .shop-details-samll {
        height: 80px;
    }

    .product-thumb-image {
        height: 70px;
    }
}
@media (min-width: 992px) {
  .product-list-section {
    overflow: visible !important;
  }

  .sticky-sidebar {
    position: sticky;
    top: 120px;
  }
}
.product-search-wrap {
    width: 100%;
}

.product-search-box {
    position: relative;
    width: 100%;
}

.product-search-box i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #7a7a7a;
    font-size: 14px;
    z-index: 2;
}

.product-search-box input {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 12px 18px 12px 46px;
    font-size: 16px;
    box-shadow: none;
    transition: 0.2s ease;
}

.product-search-box input:focus {
    border-color: #2f5d50;
    box-shadow: 0 0 0 0.15rem rgba(47, 93, 80, 0.12);
}

@media (max-width: 575px) {
    .product-search-box input {
        height: 50px;
        font-size: 16px;
    }
}
.brand-image {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.brand-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.brand-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.brand-image img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.awards-slider .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.awards-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.breadcrumb-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.breadcrumb-wrap a {
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.25s ease;
}

.breadcrumb-wrap a:hover {
    color: #0d6efd;
}

.breadcrumb-wrap .separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 767px) {
    .breadcrumb-wrap {
        margin-bottom: 20px;
        padding: 12px 14px;
        gap: 6px;
        border-radius: 10px;
    }

    .breadcrumb-wrap a {
        font-size: 14px;
    }

    .breadcrumb-wrap .separator {
        font-size: 11px;
    }
}
.space-top-60 {
    padding-top: 60px;
}
.about-hero-slider-wrap {
  width: 100%;
}

.about-hero-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about-hero-slide {
  width: 100%;
  height: clamp(360px, 40vw, 520px);
  background: #f8f8f8;
}

.about-hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-hero-prev,
.about-hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.about-hero-prev:hover,
.about-hero-next:hover {
  background: rgba(0, 0, 0, 0.65);
}

.about-hero-prev {
  left: 18px;
}

.about-hero-next {
  right: 18px;
}

.about-hero-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px !important;
  z-index: 10;
  text-align: center;
}

.about-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255,255,255,0.65);
}

.about-hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 767.98px) {
  .about-hero-prev,
  .about-hero-next {
    width: 42px;
    height: 42px;
  }

  .about-hero-prev {
    left: 10px;
  }

  .about-hero-next {
    right: 10px;
  }

  .about-hero-pagination {
    bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .about-hero-prev,
  .about-hero-next {
    display: none;
  }
}
.lang-switcher {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 2px solid white;
    border-radius: 40px;
    cursor: pointer;
    background: #006beb;
    font-weight: 600;
}

.lang-current img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: #006beb;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 8px 0;
    display: none;
    min-width: 120px;
    z-index: 999;
}

.lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.lang-dropdown a:hover {
    background: #f5f5f5;
}

.lang-dropdown img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/* ================= BODY TEKST ================= */
body, p, li, span {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px;
}

/* ================= NASLOVI ================= */
h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #111; /* snaﾅｾna boja za naslove */
}

/* ================= HERO / FEATURE SECTIONS ================= */
.hero h1, .hero h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5rem; /* prilagoditi po potrebi */
    line-height: 1.1;
}

/* ================= NAVIGACIJA ================= */
.navbar, .navbar a, .nav-link {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase; /* opcionalno, robusniji izgled */
    font-size: 0.95rem;
}

/* Dropdown meni */
.navbar .dropdown-menu a {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
}

/* ================= DUGMAD ================= */
.btn, .btn-primary, .btn-secondary {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px; /* bolje vizuelno */
}

/* ================= LINKOVI ================= */
a, a:hover, a:focus {
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #006beb; /* prilagoditi boju linka */
}

/* ================= LEAD TEKST / ISTICANJE ================= */
.lead, .text-lead {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
}

/* ================= FOOTER ================= */
footer, footer p, footer li, footer a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #ccc;
}

/* ================= MALI TEKST / TEXT-MUTED ================= */
.small, .text-muted {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.85rem;
    color: #999;
}

/* ================= SPECIFIﾄ君E KLASSE ZA CTA / HERO ================= */
.hero .btn, .feature-section .btn {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}