@charset "utf-8";
/* CSS Document */

.bg-success .my-style {
  background-color: #198754fa !important;
}

body.item-233 .t4-main-body {
  padding-bottom: 4rem;
}

body.item-172 .section-title-wrap {
  max-width: 720px!important;
}

#search-results .result-title {
  font-weight: 700;
}
.finder #search-results .result-title a {
  color:#399742;
}

.acm-features.style-1 .info-title {
  margin-bottom: 1.25rem;
}
.navbar-brand img.logo-img {
  height:100%;
  max-height:72px;
  width:auto;
}

.blog .item-image, .blog-featured .item-image {
  margin-bottom: 0.5rem;
}

.t4-footer .nav {
  justify-content: flex-end;
}

.t4-footer .nav > li {
  max-width: fit-content;
  margin-left: 15px;
  flex: 0 0 50%;
}

.copyright-text {
  display: flex;
  align-items: center;
  justify-content: left;
}

.pricelist .pricelist-row .pricelist-cell {
  display: flex;
  align-items: center;
  font-size: calc(0.85em + 0.25vmin);
}

.pricelist-category-17 .pricelist .pricelist-row.pricelist-row--head, .pricelist-category-22 .pricelist .pricelist-row.pricelist-row--head {
  display:none!important;
}
.pricelist-category-22 {
  margin-top: 5%;
  /*border-top: 1px solid #CCC;*/
  padding-top: 15px;
}

.pricelist-category .category-description, .pricelist-category h2.category-heading {
  text-align:center;
}
.pricelist-category h2.category-heading {
  font-size: calc(1.25em + 1.25vmin);
}
.pricelist-category-17 h2.category-heading, .pricelist-category-22 h2.category-heading {
  color:#13881d;
}
@media screen and (max-width: 991px) and (orientation: landscape) {
.t4-section-inner.container {
  max-width: 96%;
}
}

@media screen and (max-width: 767px) {
.t4-section-inner.container {
  max-width: 96%;
}
}

@media screen and (min-width: 1010px) {
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.25rem;
}
}

@media screen and (max-width: 991px) {
.t4-footer .nav {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.t4-footer .nav > li {
  text-align: center;
  margin: auto;
}
.copyright-text {
  flex-direction: column;
}
.1col_mobile {
  width: fit-content!important;
  margin:5px 0;
}
span.desktop_hidden {
  display:none!important;
  }
.com-content-category-blog .page-header > h2, .com-content-category-blog .page-header > h2 a {
font-size: 1.15em;
  font-weight: 700;
  color: #1d5d45;
}
.navbar-brand img.logo-img {
  max-height: 50px;
  padding: 3px 0;
}
}
@media (max-width: 750px) {
  .pricelist--collapse .pricelist-row .pricelist-cell.field-3-cell {
    width: 30% !important;
    max-width:120px;
}
}
@media screen and (min-width: 992px) {
  .copyright-text {
    display:flex;
  }
  .1col_mobile {
    width: fit-content!important;
  }
  .com-content-category-blog .page-header > h2, .com-content-category-blog .page-header > h2 a {
font-size: 1.55em;
  font-weight: 700;
  color: #1d5d45;
}
}

/* Bara sticky care apare după scroll (mobil) */
#scroll-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    z-index: 9999;

    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

/* Când devine vizibil */
#scroll-nav.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Logo mic */
#scroll-nav .scroll-logo img {
    height: 34px;
    display: block;
}

/* Buton meniu */
#scroll-nav .scroll-menu-btn {
    font-size: 20px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Mică ajustare pentru iconă */
#scroll-nav .scroll-menu-btn .fa {
    pointer-events: none;
}

/* Ascuns pe desktop */
@media (min-width: 992px) {
    #scroll-nav {
        display: none !important;
    }
}

/* Evită suprapunerea conținutului când bara este vizibilă */
body.has-scroll-nav {
    padding-top: 56px; /* ajustează dacă header-ul tău are altă înălțime */
}