h2 {
    color: #024a99;
}
#acm-hero-353 {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white; /* Boja teksta */
}

#acm-hero-353::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Polutransparentni crni sloj */
    z-index: 1;
}

.hero-content-inner {
    position: relative;
    z-index: 2; /* Da bi tekst bio iznad polutransparentnog sloja */
}

.hero-title, .description, .acm-action a {
    position: relative;
    z-index: 2;
}
.dropdownCart-container {
    display: none;
    position: absolute;
}
.orderby-displaynumber {
display:none;
}

.category-view h4{
  margin: 5px;
  padding: 0;
}
.browseCategoryImage {
display:none;
}
.col-12.col-lg-12.area-form {
display:none;
}
.col-12.col-lg-12.area-map
{
display:none;
}
.pricing-item.bg-default {
    background-color: #fff !important;
    opacity: 1 !important;
}
.pricing-item.bg-default h3 {
    color: #024a99;
}
.pricing-item.bg-default h3 {
    opacity: 1 !important;
}
span.primary {
    color: #fff !important;
    opacity: 1 !important;
}
.acm-pricing.style-1 .pricing-plan-price span {
    opacity: 1;
}
.pricing-desc li {
    text-align: left;
}
 .nav-bottom-right .owl-nav .owl-prev, .nav-bottom-right .owl-nav .owl-next {
    border-radius: .5rem;
    background-color: none !important;
}

.linear-bg-secondary {
   background: none !important; */
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap');

.scroll-container {
    width: 100%;
    height: 588px; /* visina*/
    overflow-y: auto;
    background: url('https://amercaj.rs/images/papirus.webp') no-repeat center center;
    background-size: contain;
    padding: 118px 88px; /* Padding za desktop */
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}

/* Prilagođavanje za mobilne uređaje */
@media only screen and (max-width: 768px) {
    .scroll-container {
        height: 400px; /* Prilagođena visina za mobilne uređaje */
        padding: 60px 40px; /* Smanjen padding za mobilne uređaje */
        background-size: cover;
    }
}

.scroll-content {
    font-family: 'Poppins', sans-serif;
    font-style: italic; /* Pisani stil */
    font-size: 18px;
    line-height: 1.6;
    color: #5B4636; /* Kontrastna boja prema pozadini papirusa */
    max-height: 100%; /* Osigurava da se sadržaj klizi unutar belog dela papirusa */
    overflow-y: scroll;
}
.acm-features.style-2 .feature-list-wrap .item {
    padding: 1.5rem;
    margin-bottom: 1rem;
}
/* Timeline stil */
.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 50px;
}

.timeline-item .timeline-date {
  flex-basis: 15%;
  padding: 10px;
  text-align: center;
  background-color: #114c97;
  color: white;
  font-size: 18px;
  border-radius: 5px;
}

.timeline-item .timeline-content {
  flex-basis: 80%;
  padding: 15px;
  background-color: #f4f4f4;
  border-left: 3px solid #114c97;
  border-radius: 5px;
}

.timeline-item .timeline-content h3 {
  margin-top: 0;
  color: #333;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8%;
  width: 10px;
  height: 10px;
  background-color: #114c97;
  border-radius: 50%;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 3px;
  background-color: #114c97;
}

@media screen and (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
  }

  .timeline-item .timeline-date,
  .timeline-item .timeline-content {
    flex-basis: 100%;
    text-align: center;
  }

  .timeline-item::before {
    left: 50%;
  }

  .timeline::before {
    left: 50%;
  }
}
.title-product, .title  {
    color: #024a99;
}
.info-title h2 {
    color: #024a99;
}
h4.accord-title.h2.aos-init.aos-animate {
    color: #024a99;
}
.list-item h3 {
    color: #024a99;
}
.nav-link {
    color: #fff;
}
footer span.menu-item-title {
    display: block !important;
    margin-bottom: 10px; /* Možeš prilagoditi razmak između stavki */
}
#t4-footer .bg-overlay-image {
    background-image: url(/images/footer.webp#joomlaImage://local-images/footer.webp?width=2000&height=857);
    background-repeat: no-repeat;
    background-size: cover;
}
.t4-footer .t4-footer-inner {
    padding: 40px;
}
.t4-footer .nav>li {
    flex: none !important;
}
.t4-footer .nav {
    flex-direction: column;
}
.amer-primena {
    display: none;
}

li.nav-item.item-298.divider.parent {
    display: none;
}
.bg-light {
    background-color: #ffffff; /* svetlija pozadina */
    color: #111; /* tamniji tekst */
}
a {
    color: #024a99;
    font-weight: bold; /* Deblji font za bolju vidljivost */
}

.bg-secondary {
    background-color: #2c3e50; /* tamnija pozadina za jači kontrast */
    color: #fff; /* svetliji tekst */
}
.reviews-block__person-role {
    color: #333; 
}
.bg-secondary a {
    color: #fff; /* boja za linkove */
    text-decoration: underline; /* Naglašava link */
    font-weight: bold; /* Deblji font za bolju vidljivost */
}
.reviews-block__person-role {
    color: #333; /* tamnija nijansa za poboljšanje kontrasta */
}

.reviews-block__slide {
    color: #222; /* dublja nijansa sive za bolji kontrast */
}

.cta-wrap.bg-default {
}
.nav-bottom-right .owl-nav .owl-prev, .nav-bottom-right .owl-nav .owl-next {
    background-color:  #024a99  !important;
}
button.dropdownCart-btn {
    border: none;
}
#back-to-top {
    background-color:  #024a99  !important;
}


.ja-masthead:not(.has-bg) {
    background: #e5e6e4;
}

.ja-masthead .ja-masthead-detail {
    color: var(--body-text-color);
}

#t4-masthead nav {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
}
.t4-hero,
.acm-hero,
.hero {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
    height: auto !important;
}

/* proširenje korpe */
.cart-view .billto-shipto,
.cart-view .vm-checkout-form {
    width: 65% !important;
}

.cart-view .vm-cart-summary {
    width: 35% !important;
}
/* Reorganizacija kolona u VirtueMart korpi za JA Vitality (Bootstrap 5) */
@media (min-width: 992px) {

    /* Gađamo checkout formu u korpi */
    #cart-view form#checkoutForm.row {
        display: flex;       /* osiguramo flex layout */
        flex-wrap: nowrap;   /* dve kolone jedna pored druge */
    }

    /* Prva kolona (default levo: forma) -> guramo je na desnu stranu */
    #cart-view form#checkoutForm.row > .col-12.col-lg-6.border-end.py-3 {
        order: 2;
        /* po želji: umesto desne ivice stavi levu, kad je sada desno */
        border-right: 0 !important;
        border-left: 1px solid var(--bs-border-color, #dee2e6);
    }

    /* Druga kolona (default desno: lista + ukupno) -> stavljamo je levo */
    #cart-view form#checkoutForm.row > .col-12.col-lg-6.py-3.align-self-start.sticky-top {
        order: 1;
    }
}
