.navbar-brand-logo.logo-dark {
    min-width: 10rem;
    max-width: 10rem;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-black);
    font-weight: 600;
}

.step-item {
    display: flex;
    align-items: center;
    background-color: white;
    position: relative;
    padding: 1rem;
}

.step-item:hover .step-number,
.step-item:focus .step-number,
.step-item:hover .step-title,
.step-item:focus .step-title {
    color: var(--bs-primary);
}


.step-item .step-number {
    font-family: 'Times New Roman', Times, serif;
    opacity: 0.3;
    font-size: calc(1.675rem + 5.1vw);
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-right: 20px;
}

.bg-img-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gradient-y-overlay-light::before {
    z-index: 2;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 100%)
}

.gradient-y-overlay-dark::before {
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
}

.gradient-x-overlay-lg-primary::before {
    background-image: linear-gradient(to right, rgba(168, 135, 114, .2) 0, rgba(168, 135, 114, .9) 100%)
}

.breadcrumb.text-primary .breadcrumb-item a,
.breadcrumb.text-primary .breadcrumb-item {
    color: var(--bs-black);
    /* text-transform: uppercase; */
}

.breadcrumb.text-primary .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item.active {
    color: var(--bs-primary);
}

.product-item {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.product-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.default-img {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;

}

.switch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.product-item:hover .default-img {
    transform: scale(1.05);
}

.product-item .btn-more {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.product-item:hover .btn-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.product-item.has-switch-img:hover .switch-img {
    opacity: 1;
    visibility: visible;
}

.product-item.has-switch-img:hover .default-img {
    opacity: 0;
    visibility: hidden;
}

.card-pinned-top-start,
.card-pinned-top-end {
    position: absolute;
    z-index: 3;
}


.nav-styles .nav-item {
    position: relative;
}

.nav-styles .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--bs-primary);
    transition: width 0.3s ease;
}

.nav-styles .nav-item:hover::after {
    width: 100%;
}

.bag-svg {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5px;
}

.svg-fill-primary {
    fill: var(--bs-primary);
}

.svg-fill-black {
    fill: var(--bs-black);
    stroke-width: 1px;
}

.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) .bag-svg,
.navbar-dropdown-menu-promo-link:focus:not(.disabled):not(:disabled) .bag-svg,
.nav-styles .nav-link:hover .bag-svg,
.nav-styles .nav-link:focus .bag-svg,
.nav-styles .nav-link.active .bag-svg {
    stroke: var(--bs-primary);
    stroke-width: .525rem;
}

.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) .bag-svg.svg-fill-black,
.navbar-dropdown-menu-promo-link:focus:not(.disabled):not(:disabled) .bag-svg.svg-fill-black,
.nav-styles .nav-link:hover .bag-svg.svg-fill-black,
.nav-styles .nav-link:focus .bag-svg.svg-fill-black,
.nav-styles .nav-link.active .bag-svg.svg-fill-black {
    fill: var(--bs-primary)
}

.transition {
    transition: all .2s ease-in-out
}

.bi {
    margin-left: 5px;
}

.service-list .service-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.service-list .service-list-item a {
    color: var(--bs-black);
    font-weight: 500;
}

.service-list .service-list-item.active .nav-link,
.service-list .service-list-item .nav-link:hover,
.service-list .service-list-item .nav-link :focus {
    color: var(--bs-primary);
}



.html-content img {
    margin: 1rem 0;
}

.html-content ul {
    padding-left: 0;
    list-style: none
}

.html-content ul li {
    position: relative;
    padding-left: 2rem
}

.html-content ul li:not(:last-child) {
    margin-bottom: .5rem
}


.html-content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23A88772'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    margin-top: .125rem
}

.html-content p,
.html-content ul li {
    font-size: 1rem;
    line-height: 1.725rem;
}

.product-details-section .swiper-button-next,
.product-details-section .swiper-button-prev {
    background-color: transparent;
    box-shadow: none;
    color: #000;
}

.product-details-section .swiper-slide .card {
    box-sizing: border-box;
}

.product-details-section .swiper.swiper-slide-thumb {
    padding: 1px;
}

.product-details-section .swiper .swiper-slide-thumb-active .card {
    border: 1px solid var(--bs-primary);
}

.about-section .nav-vertical.nav-tabs .nav-link {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-left: .1875rem solid transparent;
    margin-bottom: .325rem;
    padding: 1rem 0;
    font-weight: 500;
}

.about-section .nav-vertical.nav-tabs .nav-link i {
    padding-right: .525rem;
}

.about-section .step .step-item {
    margin-bottom: .75rem;
}

.about-section .step-icon-xs .step-icon::after,
.step-icon-xs.step-icon::after {
    height: calc(100% - 2rem);
}

.partners-section .client {
    max-width: 10rem;
    max-height: 10rem;
}

article.post .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-meta {
    margin-bottom: 20px;
    font-size: 0.9em;
}

article.post .post-date .month {
    display: block;
    color: var(--bs-light);
    border-radius: 0 0 2px 2px;
    background: var(--bs-primary);
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
}

article.post .post-date .day {
    color: var(--bs-primary);
    border-radius: 2px 2px 0 0;
    background: #f4f4f4;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
}

.product-category-item:hover .card-body img {
    transform: scale(1.15);
    transition: transform .5s ease;
}

.list-recent-posts .list-group-item:hover h6 {
    color: var(--bs-primary);
}

/* Search Results Page */
.results-section .product-item {
    opacity: 1;
}

.search-filter-btn {
    font-size: .875rem;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 2.5rem;
    background-color: transparent;
    padding: .625rem 1rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    min-width: 10rem;
    transition: background-color 0.2s, color 0.2s;
}

.search-filter-btn.active,
.search-filter-btn:hover,
.search-filter-btn:focus {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.results-section {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 3.5rem 0;
}

.results-section.active {
    display: block;
    opacity: 1;
}

.results-section .results-section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem
}

.results-section .results-section-title {
    font-family: "GothamMedium";
    font-size: 1.125rem;
    color: #000
}

.results-section .no-results {
    display: flex;
    width: 100%;
    justify-content: center
}

.prev-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 3rem;
    top: 50%;
    left: -5.125rem;
}

.next-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 3rem;
    top: 50%;
    right: -5.125rem;
}

.product-details-section .step-item .step-number {
    font-size: 3.525rem;
}

@media (max-width: 991.98px) {
    .hs-has-mega-menu .hs-mega-menu.dropdown-menu {
        max-height: 50vh;
        overflow: auto;
    }
}

@keyframes loading {
    from {
        left: -12.5rem;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: .25rem;
    overflow: hidden;
    background-color: var(--bs-primary);
    z-index: 1031;
    transition: transform 0.5s;
    transform: translateY(-.25rem)
}

.loader::before {
    display: block;
    position: absolute;
    content: "";
    left: -12.5rem;
    width: 12.5rem;
    height: .25rem;
    background-color: rgba(168, 135, 114, .7);
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
}

.loader.show {
    transform: translateY(0)
}

.ratio-2x3 {
    aspect-ratio: 3/2;
}