/* --------------------------------------------------------------------
   GOOGLE FONT — Manrope
   -------------------------------------------------------------------- */
:root {
    --bs-font-sans-serif: "Manrope", system-ui, -apple-system, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
        sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------------------------
   Unix Print — Primary color - Bootstrap override
   -------------------------------------------------------------------- */

:root {
    --default-dark-color: #282929;
    --bs-primary: #f79733;
    --bs-primary-rgb: 247, 151, 51;
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-link-hover-color: color-mix(in srgb, var(--bs-primary) 85%, #000);
    --bs-link-hover-color-rgb: 210, 128, 43;
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);
    --bs-primary-text-emphasis: color-mix(in srgb, var(--bs-primary) 55%, #000);
    --bs-primary-bg-subtle: color-mix(in srgb, var(--bs-primary) 15%, #fff);
    --bs-primary-border-subtle: color-mix(in srgb, var(--bs-primary) 35%, #fff);
}

/* --------------------------------------------------------------------
   Links - Bootstrap override
   -------------------------------------------------------------------- */

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a.link-primary {
    color: var(--bs-primary);
}
a.link-reset:hover,
.list-nav li a:hover {
    color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Navbar - Bootstrap override
   -------------------------------------------------------------------- */

.navbar {
    --bs-navbar-hover-color: var(--bs-primary);
    --bs-navbar-active-color: var(--bs-primary);
    --bs-navbar-brand-color: var(--bs-primary);
    --bs-navbar-brand-hover-color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Buttons - Bootstrap override
   -------------------------------------------------------------------- */

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 90%, #fff);
    --bs-btn-hover-border-color: color-mix(
        in srgb,
        var(--bs-primary) 85%,
        #fff
    );
    --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary) 80%, #fff);
    --bs-btn-active-border-color: color-mix(
        in srgb,
        var(--bs-primary) 75%,
        #fff
    );

    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);

    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Navs / Tabs / Pills - Bootstrap override
   -------------------------------------------------------------------- */

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}
.nav-tabs {
    --bs-nav-tabs-link-active-border-color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Pagination - Bootstrap override
   -------------------------------------------------------------------- */

.pagination {
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-focus-color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Dropdowns - Bootstrap override
   -------------------------------------------------------------------- */

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-primary);
    --bs-dropdown-link-active-color: #fff;
}

/* --------------------------------------------------------------------
   List group - Bootstrap override
   -------------------------------------------------------------------- */

.list-group {
    --bs-list-group-active-bg: var(--bs-primary);
    --bs-list-group-active-border-color: var(--bs-primary);
}

/* --------------------------------------------------------------------
   Forms & focus rings - Bootstrap override
   -------------------------------------------------------------------- */

.form-check-input {
    --bs-form-check-input-checked-bg-color: var(--bs-primary);
    --bs-form-check-input-checked-border-color: var(--bs-primary);
}
.form-range {
    --bs-form-range-thumb-bg: var(--bs-primary);
}
.form-control {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);
}

/* --------------------------------------------------------------------
   Progress / Accordion - Bootstrap override
   -------------------------------------------------------------------- */

.progress {
    --bs-progress-bar-bg: var(--bs-primary);
}

.accordion {
    --bs-accordion-btn-active-color: var(--bs-primary);
    --bs-accordion-btn-active-bg: color-mix(
        in srgb,
        var(--bs-primary) 12%,
        transparent
    );
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem
        rgba(var(--bs-primary-rgb), 0.25);
}

/* --------------------------------------------------------------------
   Close button - Bootstrap override
   -------------------------------------------------------------------- */

.btn-close {
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

/* --------------------------------------------------------------------
   HEADER
-------------------------------------------------------------------- */
@media (max-width: 1199px) {
    .navbar .dropdown-menu {
        position: static;
        border: none;
    }
}

/* --------------------------------------------------------------------
   HOMEPAGE BANNER / CAROUSEL
-------------------------------------------------------------------- */
.homepage-banner .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: var(--default-dark-color);
}

/* --------------------------------------------------------------------
   NAVIGATION MENU
-------------------------------------------------------------------- */
.navigation-menu {
    background-color: var(--default-dark-color);
}

.navigation-menu li a,
.navigation-menu .btn-search {
    color: #fff;
}

.navigation-menu .btn-search:hover {
    color: var(--bs-primary);
}

.navigation-menu .navbar-search {
    box-shadow: inset 0 1px 0 0 var(--default-dark-color),
        inset 0 -1px 0 0 var(--default-dark-color);
}

@media (max-width: 992px) {
    .navigation-menu .navbar-search {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------------------------
   TAXON MENU
-------------------------------------------------------------------- */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* --------------------------------------------------------------------
   NEW COLLECTION GRID
-------------------------------------------------------------------- */
.collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.collection-tile--featured {
    grid-column: span 2;
    grid-row: span 2;
}

.collection-grid .bg-placeholder {
    background-color: #f2f3f5;
}

.collection-title {
    font-size: clamp(1rem, 0.5rem + 1.3vw, 1.5rem);
}
.collection-tile--featured .collection-title {
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
}

.collection-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: var(--default-dark-color);
    opacity: 1;
}
.collection-carousel .carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

.collection-overlay {
    background-color: color-mix(
        in srgb,
        var(--default-dark-color) 25%,
        transparent
    );
}

@media (hover: hover) and (pointer: fine) {
    .collection-overlay {
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .collection-tile:hover .collection-overlay,
    .collection-tile:focus-visible .collection-overlay,
    .collection-tile:focus-within .collection-overlay {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .collection-overlay {
        opacity: 1 !important;
    }
    .collection-title {
        font-size: 1.125rem !important;
    }
    .collection-tile--featured .collection-title {
        font-size: inherit !important;
    }
}

/* --------------------------------------------------------------------
   PRODUCTS SLIDER SECTION
-------------------------------------------------------------------- */
.products-filters li + li {
    position: relative;
    padding-left: 0.9rem;
}
.products-filters li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 1rem;
    background: rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
}
.products-filters a:hover {
    color: var(--bs-primary) !important;
}

.bg-placeholder {
    background-color: #f2f3f5;
}

.product-cart-btn {
    width: 50px;
    height: 50px;
    right: -8px;
    bottom: -8px;
    padding: 0;
    box-shadow: 0 0 0 10px #fff;
}

.products-slider .swiper-scrollbar {
    height: 6px;
    border-radius: 6px;
    width: calc(85% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
@media (max-width: 991.98px) {
    .products-slider .swiper-scrollbar {
        bottom: -3rem;
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    }
}
.products-slider .swiper-scrollbar-drag {
    background: var(--bs-primary);
    border-radius: 6px;
}

/* --------------------------------------------------------------------
   CARD SLIDER
-------------------------------------------------------------------- */
.section-card-slider .icon-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

/* --------------------------------------------------------------------
   GOOGLE REVIEWS 
-------------------------------------------------------------------- */
.google-reviews .review-stars .icon {
    width: 15px;
    height: 15px;
}

.google-reviews .review-quotes {
    font-size: clamp(4rem, 2.4rem + 6vw, 6rem);
}

/* --------------------------------------------------------------------
   FAQ ACCORDION
-------------------------------------------------------------------- */
.section-faq .faq-icon::before {
    content: "+";
    position: relative;
    bottom: 0.25rem;
    display: block;
    width: 1rem;
}
.section-faq .faq-toggle[aria-expanded="true"] .faq-icon::before {
    content: "×";
}

/* --------------------------------------------------------------------
   FOOTER
-------------------------------------------------------------------- */
.footer .footer-nav li a {
    color: var(--default-dark-color);
}

.footer .footer-nav li a:hover {
    color: var(--bs-primary);
}

/* ------------------------------------------------------------------------
    MIX
----------------------------------------------------------------------- */
.dropdown-menu {
    z-index: 11999;
}
.text-custom-orange {
    color: #f79733;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.list-custom-dark {
    padding-left: 0;
}
.list-custom-dark li,
.subheading-custom-text {
    color: #282929;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    list-style: none;
}
.seperator-grey {
    border-bottom: 0.5px dashed #a3a3a3;
    margin: 120px 0;
}
.heading-custom-text {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact-form .field .form-control {
    display: flex;
    height: 50px;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(40, 41, 41, 0.3);
}
.contact-form .btn {
    display: flex;
    height: 50px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 32px;
    background: #f79733;
}
.card {
    max-width: 300px !important;
}
.card:hover {
    transition: 0.3s ease-in;
    border-color: #000;
    box-shadow: 1px 1px 10px grey;
}
.product-summary {
    position: relative;
}
.thumbnail-show {
    height: 550px;
}
.services-card {
    height: 540px !important;
}
.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}
.offcanvas {
    z-index: 10000 !important;
}
.product-mainimage a img {
    border: 2px solid #dee2e6 !important;
    border-radius: 10px !important;
}
@media (max-width: 992px) {
    .thumbnail-show {
        height: 300px;
        width: 100px;
    }
    .section-references svg {
        width: 100%;
        padding-bottom: 15px;
    }
    .product-overview {
        order: 1;
    }
    .product-summary {
        order: 2;
    }
    .product-mainimage {
        /* display: none; */
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-description {
        display: none;
    }
    .card {
        max-width: 999px !important;
    }
    .navigation-menu {
        background-color: #fff;
    }
    .navigation-menu .navbar-search {
        box-shadow: none !important;
        border: 1px solid black !important;
        border-radius: 5px !important;
        padding: 10px 40px;
        width: 100% !important;
    }
    .navbarForm {
        width: 88%;
    }
    .taxonMenu {
        border: none !important;
    }
    .header #hamburger {
        order: 1;
    }
    .header #header-logo {
        order: 2;
    }
    .header #security {
        order: 3;
    }
    .header .col-auto.position-relative {
        order: 4;
    }
}

/* ------------------------------------------------------------------------
    ABOUT US
----------------------------------------------------------------------- */
.section-about-us .about-us-card {
    transition: 0.2s ease;
}

.section-about-us .about-us-card .h3 {
    color: var(--default-dark-color);
}

.section-about-us .about-us-card:hover {
    box-shadow: var(--bs-box-shadow);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
    border-color: transparent !important;
}

.section-about-us .about-us-card:hover .h3 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.section-graphic-services {
    background-color: #fff;
}
.section-graphic-services .graphic-service-card {
    position: relative;
    margin: 20px;
    width: 620px;
    max-width: 677px !important;
    max-height: 420px !important;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}
.section-graphic-services .graphic-service-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.section-graphic-services .graphic-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.16) 19.5%,
        rgba(0, 0, 0, 0.37) 36%,
        rgba(0, 0, 0, 0.62) 57.5%,
        rgba(0, 0, 0, 0.82) 100%
    );
}
.section-graphic-services .graphic-service-card h3,
.section-graphic-services .graphic-service-card p {
    position: relative;
    z-index: 3;
}
.section-graphic-services .graphic-service-card h3 {
    padding: 150px 0 0 25px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
}
.section-graphic-services .graphic-service-card p {
    padding: 27px 0 0 25px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-graphic-services .graphic-service-card:hover {
    filter: drop-shadow(10px 10px 4px #222);
    transition: 0.4s ease-in-out;
}
@media (max-width: 768px) {
    .section-graphic-services .row {
        flex-direction: column !important;
        align-items: center;
    }
    .section-graphic-services {
        padding: 0 20px;
    }
    .section-graphic-services .graphic-service-card {
        width: auto;
    }
}
/* ------------------------------------------------
SECTION REFERENCES 
------------------------------------------------ */
.references-slider {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
}
.slide-track {
    display: flex;
    width: calc(300px * 18);
    animation: scroll 30s linear infinite;
}
.slide-track img {
    margin: 10px 40px !important;
    height: 80px;
    width: auto;
    flex-shrink: 0;
    margin: 0 1rem;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}
.slide-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.references-slider:hover .slide-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* ------------------------------------
LIVE SEARCH
_____________________________________ */
/* Mobile dropdown kontrola */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static !important;
    float: none;
    background: transparent;
    border: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
 }

  .dropdown-menu.show {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu.hide {
    max-height: 0;
    opacity: 0;
    visibility: hidden !important;
    height: 0 !important;
    display: none !important;
  }
}