/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"
Line 3992:27 Expected identifier but found "/"

**/
/*
  © 2023 EcomGraduates.com
  https://www.ecomgraduates.com
*/

 /*
    Topbar with Search
*/
#topbar {}
#topbar.text-body .nav-link {
    color: var(--bs-dark);
    opacity: .6;
    transition: all .2s ease;
    font-size: .875em !important;
}
#topbar.text-body .nav-link:hover,
#topbar.text-body .nav-link:focus {
    opacity: 1;
}
#topbar.text-body ul.social-icons .nav-link {
    display: flex;
}
ul.social-icons li a[href*="facebook"]:hover,
ul.social-icons li a[href*="facebook"]:focus {
    color: #3b5998 !important;
}
ul.social-icons li a[href*="twitter"]:hover,
ul.social-icons li a[href*="twitter"]:focus {
    color: #1da1f2 !important;
}
ul.social-icons li a[href*="instagram"]:hover,
ul.social-icons li a[href*="instagram"]:focus {
    color: #8a3ab9 !important;
}
ul.social-icons li a[href*="youtube"]:hover,
ul.social-icons li a[href*="youtube"]:focus {
    color: #FF0000 !important;
}
#topbar .btn-sm {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

/* Search Button Styles */
#topbar .search-wrapper {
    position: relative;
}

#topbar .search-button {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.2s ease;
}

}
#topbar.text-white .search-button {
    color: var(--bs-white) !important;
}

#topbar.text-body .search-button {
    color: var(--bs-dark);
}

#topbar .search-button:hover,
#topbar .search-button:focus {
    opacity: 1;
}


/*
    Announcement bar
*/
.announcement-bar {
    position: relative;
    transition: all .2s ease-out;
}

.announcement-bar.hide {
    height: 0;
    opacity: 0;
}

.announcement-bar p {
    margin: 0;
}

.announcement-bar a {
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.announcement-bar.text-white a {
    color: white;
}

.announcement-bar.text-dark a {
    color: var(--bs-dark);
}

.announcement-bar a:hover,
.announcement-bar a:focus {
    opacity: 0.75;
}

.announcement-bar a .rte {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-bar svg {
    transition: all 0.2s ease-out;
}

.announcement-bar a:hover svg {
    transform: translateX(2px);
}

.announcement-bar .carousel-control {
    width: auto;
    height: auto;
}

.announcement-bar .carousel-control-icon {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 70%;
}

.announcement-bar ul.countdown-timer {
    margin: 0 0 0 1rem;
}

.announcement-bar .btn-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .25rem;
    background-size: 50%;
    transition: all .2s ease-out;
}



/* 
    Navbar 
*/
.navbar .navbar-brand {
    color: currentColor;
}

.navbar .nav-link {
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.navbar.text-body .nav-link {
    color: var(--bs-body);
}

.navbar.text-body .nav-link:hover {
    color: var(--bs-dark-lighten-10);
}

.navbar.text-body .nav-link.active {
    color: var(--bs-primary);
}

.navbar.text-white .nav-link {
    color: white;
}

.navbar.text-white .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar.text-white .nav-link.active {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar .nav-link.dropdown-toggle::after {
    transform: translateY(1px);
}

#navbar-desktop .dropdown-menu {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
    margin-top: 0;
    transition: margin-top 700ms;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-megamenu {
    width: 100%;
    padding: 1rem 0;
}

.dropdown-megamenu.show {
    display: flex;
}

.dropdown-megamenu .col {
    max-width: 280px;
}

.dropdown-megamenu .dropdown-item-level-2 {
    font-family: var(--bs-headings-font-family);
    font-size: 1rem;
    margin-bottom: .25rem;
}

.dropdown-megamenu .dropdown-item-level-3 {
    font-size: 0.875rem;
}

.dropdown-megamenu .megamenu-col a {
    display: block;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    font-size: 0.875rem;
}

.dropdown-megamenu .megamenu-col img {
    transition: all 0.2s ease-out;
}

.dropdown-megamenu .megamenu-col a:hover img {
    opacity: 0.85;
}

.navbar .nav-icons .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-transparent {
    position: absolute;
    width: 100%;
    transition: all .2s ease-out;
}

html:not(.has-scrolled) .navbar-transparent {
    background: transparent !important;
    box-shadow: none !important;
}

/* hover navbar start */
html:not(.has-scrolled) .navbar-hover.navbar-transparent:not(:hover) {
    background: transparent !important;
    box-shadow: none !important;
}

html:not(.has-scrolled) .navbar-hover.navbar-transparent:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
    color: var(--bs-body-color) !important;
}

html:not(.has-scrolled) .navbar-hover.navbar-transparent:hover .nav-link {
    color: var(--bs-body-color) !important;
}

html:not(.has-scrolled) .navbar-hover.navbar-transparent:hover .nav-link.active {
    color: var(--bs-primary) !important;
}

html:not(.has-scrolled) .navbar-hover.navbar-transparent:hover .navbar-brand img {
    filter: unset !important;
}

html:not(.has-scrolled) .navbar-hover.navbar-transparent:hover .dropdown-megamenu.dropdown-menu.show {
    margin: 1rem !important;
    border-radius: var(--bs-border-radius) !important;
    width: calc(100% - 2rem);
}

/* hover navbar end */

html:not(.has-scrolled) .navbar-transparent .navbar-brand.logo-inverted img {
    filter: invert(1);
}

/* html:not(.has-scrolled) #navbar-desktop.navbar-transparent .dropdown-menu {
    border-radius: var(--bs-border-radius) !important;
}

html:not(.has-scrolled) .navbar-transparent .dropdown-megamenu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 98%;
    margin: 0 1%;
} */

.navbar-bg-blur:not(:hover) {
    backdrop-filter: blur(20px);
    --bs-bg-opacity: .75;
}


/*
    Newsletter
*/
.newsletter.text-white {
    position: relative;
}

.newsletter.text-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.newsletter.text-white .newsletter-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter.text-white .description {
    opacity: 0.75;
}

.newsletter.text-white .notice {
    opacity: 0.5;
}

/*
    Footer
*/
#footer .nav-link {
    font-size: 0.875rem;
}

#footer a {
    transition: all 0.2s ease-out;
}

#footer.text-white #footer-blocks a:not(.btn) {
    color: white;
    opacity: 0.75;
}

#footer.text-white #footer-blocks a:not(.btn):hover {
    opacity: 1;
}

#footer.text-dark #footer-blocks a:not(.btn) {
    color: var(--bs-dark);
}

#footer.text-dark #footer-blocks a:not(.btn):hover {
    opacity: 0.75;
}

.footer-block .title {
    position: relative;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.footer-block .title::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 1.5rem;
    height: 0.125rem;
}

.text-white .footer-block .title::before {
    background-color: rgba(255, 255, 255, 0.25);
}

.text-dark .footer-block .title::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark .footer-block .title::before,
.bg-white .footer-block .title::before,
.bg-light .footer-block .title::before {
    background-color: var(--bs-primary);
}

#footer.text-white .rte {
    color: rgba(255, 255, 255, 0.75);
}

#footer-about {
    padding: 1.25rem;
}

.text-white #footer-about {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-dark #footer-about {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#footer-about .navbar-brand {
    opacity: 1 !important;
    display: inline-block;
}

#footer-about a {
    text-decoration: none;
}

.text-white #footer-copyright a:not(.btn) {
    color: white;
}

.text-dark #footer-copyright a:not(.btn) {
    color: var(--bs-dark);
}

#footer-copyright .payment-icons svg {
    height: 20px;
    width: auto;
}

#footer .social-icons-wrapper {
    display: inline-flex;
    flex-direction: column;
}

#footer .nav-link[aria-expanded] {
    padding: 1rem 2.25rem 1rem 0;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .nav-link[aria-expanded]::after {
    content: "";
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: cover;
    transition: all 0.2s ease-out;
}

#footer .nav-link[aria-expanded="true"]::after {
    transform: rotate(-180deg) translateY(50%);
}

#footer.text-white .nav-link[aria-expanded] {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

#footer.text-white .nav-link[aria-expanded]::after {
    filter: invert();
}

#footer-about.bg-transparent {
    background: none;
    border: none;
    padding: 0 !important;
}

#footer-scroll-top {
    position: fixed;
    bottom: 1rem;
    z-index: 9;
    opacity: 0;
    display: flex;
    padding: 0.375rem 0.5rem;
    transform: translateY(100%);
    transition: all .2s ease-out;
}

#footer-scroll-top.btn-show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575px) {
    #footer-scroll-top {
        padding: .25rem .5rem;
    }
    #footer-scroll-top svg {
        width: 20px;
        height: 20px;
    }
    #footer-scroll-top[data-mobile-position="left"] { left: 1rem; }
    #footer-scroll-top[data-mobile-position="center"] { left: 50%; transform: translateX(-50%); }
    #footer-scroll-top[data-mobile-position="right"] { right: 1rem; }
}

@media (min-width: 576px) {
    #footer-scroll-top[data-desktop-position="left"] { left: 1rem; }
    #footer-scroll-top[data-desktop-position="center"] { left: 50%; transform: translateX(-50%); }
    #footer-scroll-top[data-desktop-position="right"] { right: 1rem; }
}


.footer-shopify-partner-link {
    display: inline-flex;
    padding: 0 .5rem;
    box-shadow: 1px 0rem 1rem #fff !important;
    border-radius: 50rem;
    background-color: rgba(var(--bs-body-bg-rgb), 1);
    transition: all .2s ease-out;
   animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 1px 0rem 1rem #fff;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 1px 0rem 1.5rem #fff;
    }
    100% {
        transform: scale(1);
        box-shadow: 1px 0rem 1rem #fff;
    }
}



.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}


/*
    Image with text
*/
@media (max-width: 991px) {
    .image-with-text [data-block-type="text"] {
        order: 1;
    }
}

/*
    Cards with image
*/
@media (max-width: 575px) {
    .cards-with-image div.row.xs-scroll {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0.5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }

    .cards-with-image div.row.xs-scroll .col {
        width: 75vw;
        flex: none;
    }
}


/*
    Icon Blocks
*/
@media (max-width: 575px) {
    .icon-blocks div.row.xs-scroll {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0.5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }

    .icon-blocks div.row.xs-scroll .col {
        width: 75vw;
        flex: none;
    }
}

/*
    Image list
*/

/*
    Latest articles
*/
@media (max-width: 575px) {
    .latest-articles ul.blog-list.xs-scroll {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0.5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }

    .latest-articles ul.blog-list.xs-scroll .article-item {
        width: 75vw;
        flex: none;
    }
}

/*
    Carosuel
*/
.carousel-controls-arrows .carousel-control-prev-icon {
    transition: all 0.2s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffff' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3E%3C/svg%3E");
}

.carousel-controls-arrows button:hover .carousel-control-prev-icon {
    transform: translateX(-2px);
}

.carousel-controls-arrows .carousel-control-next-icon {
    transition: all 0.2s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.carousel-controls-arrows button:hover .carousel-control-next-icon {
    transform: translateX(2px);
}

.carousel-indicators-circles .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}

.carousel-indicators-circles .carousel-indicators [data-bs-target].active {
    transform: scale(1.4);
}

.carousel-ken-burns .carousel-item {
    overflow: hidden;
}

.carousel-ken-burns .carousel-item.active img,
.carousel-ken-burns .carousel-item.active video {
    animation: carousel_ken_burns 1s ease-out both;
}

@keyframes carousel_ken_burns {
    to {
        transform: scale(1.2);
    }
}

.carousel .carousel-item-link {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.carousel-item-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-item-img,
.carousel-item-video {
    width: 100%;
    object-fit: cover;
    display: flex;
}

.carousel-caption .subtitle {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.carousel-caption .btn {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .carousel-caption-mobile-top {
        top: 1rem;
        bottom: auto;
    }

    .carousel-caption-mobile-center {
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel-caption-mobile-bottom {
        bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .carousel-caption-desktop-left {
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }

    .carousel-caption-desktop-center {
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel-caption-desktop-right {
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }

    .carousel-caption-desktop-bottom {
        bottom: 2.25rem;
        display: flex;
        justify-content: center;
    }
}

/*
    Marquee
*/
.marquee ul {
    margin: 0;
    display: inline-flex;
    align-items: center;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee ul:hover {
    animation-play-state: paused;
}

.marquee ul li {
    position: relative;
    flex-shrink: 0;
    padding: 0 1rem;
}

.marquee.separator-dot ul li::after {
    content: "";
    background-color: currentColor;
    background-size: cover;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.marquee ul li a {
    color: currentColor;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.marquee ul li a:hover,
.marquee ul li a:focus {
    opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {
    .marquee ul {
        animation: none;
    }
}

/*
    Featured Products
*/
.featured-products .splide__arrow--prev {
    left: 0;
    transform: none;
}

.featured-products .splide__arrow--next {
    right: 0;
    transform: rotate(180deg);
}

.featured-products .container-fluid .splide__arrow--prev {
    left: 0.5rem;
}

.featured-products .container-fluid .splide__arrow--next {
    right: 0.5rem;
}

.featured-products .splide__pagination {
    position: relative;
    margin-top: 0.5rem;
}

.featured-products .splide__pagination__page {
    background-color: rgba(var(--bs-body-color-rgb), 0.25);
    opacity: 1;
    transition: all 0.2s ease-out;
}

.featured-products .splide__pagination__page:hover,
.featured-products .splide__pagination__page:focus {
    background-color: rgba(var(--bs-body-color-rgb), 0.5);
}

.featured-products .splide__pagination__page.is-active {
    background-color: var(--bs-body-color);
}

@media (max-width: 575px) {
    .featured-products .splide__pagination {
        display: none;
    }

    .featured-products [data-breakpoint-xs-partial="true"] .splide__track {
        padding-left: 0.5rem !important;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .featured-products [data-breakpoint-xs-partial="true"] .splide__arrows {
        display: none;
    }
}

@media (min-width: 576px) {
    .featured-products .splide__pagination--mobile {
        display: none;
    }

    .featured-products .splide__arrow--prev {
        left: -0.25rem;
    }

    .featured-products .splide__arrow--next {
        right: -0.25rem;
    }
}

/*
    Recently Viewed
*/
.recently-viewed {}

/*
    Recently Wishlisted
*/
.recently-wishlisted {}

/*
    Featured Collections
*/
.featured-collections {}

.featured-collections .collection-item a,
.list-collections .collection-item a {
    display: flex;
    position: relative;
    color: white;
    text-decoration: none;
}

.collection-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--bs-dark-rgb), 0.25);
    padding: 0.5rem 1rem;
    border-bottom-left-radius: calc(var(--bs-border-radius) - 3px);
    border-bottom-right-radius: calc(var(--bs-border-radius) - 3px);
    transition: all 0.2s ease-out;
}

.img-thumbnail+.collection-item-title {
    left: calc(0.25rem + 1px);
    right: calc(0.25rem + 1px);
    bottom: calc(0.25rem + 1px);
}

a:hover .collection-item-title {
    background-color: rgba(var(--bs-dark-rgb), 0.5);
}

@media (max-width: 575px) {
    .featured-collections ul.collection-list.xs-scroll {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0.5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }

    .featured-collections ul.collection-list.xs-scroll .collection-item {
        width: 75vw;
        flex: none;
    }
}

/*
    Testimonials
*/
.testimonials {
    overflow: hidden;
}

.testimonials .splide__track {
    overflow: visible;
}

.testimonials .splide__slide {
    opacity: 0.25;
    transition: all 0.2s ease-out;
}

.testimonials .splide__slide.is-visible {
    opacity: 1;
}

.testimonials .splide__arrow--prev {
    left: 0;
    transform: none;
}

.testimonials .splide__arrow--next {
    right: 0;
    transform: rotate(180deg);
}

.testimonials .splide__pagination {
    position: relative;
    margin-top: 1.25rem;
}

.testimonials .splide__pagination__page {
    background-color: rgba(var(--bs-body-color-rgb), 0.25);
    opacity: 1;
    transition: all 0.2s ease-out;
}

.testimonials .splide__pagination__page:hover,
.testimonials .splide__pagination__page:focus {
    background-color: rgba(var(--bs-body-color-rgb), 0.5);
}

.testimonials .splide__pagination__page.is-active {
    background-color: var(--bs-body-color);
}

.testimonials.text-white .splide__pagination__page {
    filter: invert();
}

.testimonials .splide__pagination--mobile {
    margin-top: 1rem;
}

@media (max-width: 575px) {
    .testimonials .splide__pagination {
        display: none;
    }

    .testimonials .splide__arrow {
        display: none;
    }
}

@media (min-width: 576px) {
    .testimonials .splide__pagination--mobile {
        display: none;
    }
}

.testimonials-fb-style {
    --fb-color-rgb: 66, 103, 178
}

.testimonials-fb-style .card {
    border-color: rgba(var(--fb-color-rgb), 1);
    background-color: rgba(var(--fb-color-rgb), .1);
}

.testimonials-fb-style .card .btn {
    display: inline-flex;
    align-items: center;
    color: rgba(var(--fb-color-rgb), 1);
    border: 1px solid rgba(var(--fb-color-rgb), 1);
    background: white;
}

.testimonials-fb-style .card .btn svg {
    transition: all .2s ease-out;
}

.testimonials-fb-style .card .btn:hover svg,
.testimonials-fb-style .card .btn:focus svg {
    transform: scale(1.15);
}

.testimonials-fb-style .card .btn:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(var(--fb-color-rgb), .25);
}

.testimonials-fb-style .splide__arrow {
    background-color: rgba(var(--fb-color-rgb), .75);
}

.testimonials-fb-style .splide__arrow:hover,
.testimonials-fb-style .splide__arrow:focus {
    background-color: rgba(var(--fb-color-rgb), 1);
}

.testimonials-fb-style .splide__pagination__page {
    background-color: rgba(var(--fb-color-rgb), .4);
}

.testimonials-fb-style .splide__pagination__page.is-active {
    background-color: rgba(var(--fb-color-rgb), 1);
}

.testimonials-fb-style .btn-view-all {
    background-color: rgba(var(--fb-color-rgb), 1);
    color: white;
    border-color: rgba(var(--fb-color-rgb), 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: none;
}

.testimonials-fb-style .btn-view-all:hover,
.testimonials-fb-style .btn-view-all:focus {
    background-color: rgba(var(--fb-color-rgb), .75);
    background-color: rgba(var(--fb-color-rgb), .75);
}

.testimonials-fb-style .btn-view-all:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(var(--fb-color-rgb), .25);
}

.testimonials .trustpilot-star {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

.testimonials-tp-style {
    --tp-color-rgb: 0, 182, 122; /* Light green color */
}

.testimonials-tp-style .card {
    border-color: rgba(var(--tp-color-rgb), 1);
    background-color: rgba(var(--tp-color-rgb), .1);
}

.testimonials-tp-style .card .btn {
    display: inline-flex;
    align-items: center;
    color: rgba(var(--tp-color-rgb), 1);
    border: 1px solid rgba(var(--tp-color-rgb), 1);
    background: white;
    box-shadow: none; /* Ensure no box shadow for Trustpilot style */
}

.testimonials-tp-style .card .btn svg {
    transition: all .2s ease-out;
}

.testimonials-tp-style .card .btn:hover svg,
.testimonials-tp-style .card .btn:focus svg {
    transform: scale(1.15);
}

.testimonials-tp-style .card .btn:focus-visible {
    box-shadow: none; 
}

.testimonials-tp-style .splide__arrow {
    background-color: rgba(var(--tp-color-rgb), .75);
}

.testimonials-tp-style .splide__arrow:hover,
.testimonials-tp-style .splide__arrow:focus {
    background-color: rgba(var(--tp-color-rgb), 1);
}

.testimonials-tp-style .splide__pagination__page {
    background-color: rgba(var(--tp-color-rgb), .4);
}

.testimonials-tp-style .splide__pagination__page.is-active {
    background-color: rgba(var(--tp-color-rgb), 1);
}

.testimonials-tp-style .btn-view-all {
    background-color: rgba(var(--tp-color-rgb), 1);
    color: white;
    border-color: rgba(var(--tp-color-rgb), 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: none; 
}

.testimonials-tp-style .btn-view-all:hover,
.testimonials-tp-style .btn-view-all:focus {
    background-color: rgba(var(--tp-color-rgb), .75);
}

.testimonials-tp-style .btn-view-all:focus-visible {
    box-shadow: none; 
}

 /* Video styles */
.testimonials video,
.testimonials .testimonials-image {
    max-width: 100%;
    height: auto;
    border-radius: 50%; 
    object-fit: cover; 
}

/* Additional responsive styling for videos and images */
@media (max-width: 767px) {
    .testimonials video,
    .testimonials .testimonials-image {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 768px) {
    .testimonials video,
    .testimonials .testimonials-image {
        width: 70px;
        height: 70px;
    }
}

.testimonials-etsy-style {
    --etsy-color-rgb: 238, 99, 36;
}

.testimonials-etsy-style .card {
    border-color: rgba(var(--etsy-color-rgb), 1);
    background-color: rgba(var(--etsy-color-rgb), .1);
}

.testimonials-etsy-style .card .btn {
    display: inline-flex;
    align-items: center;
    color: rgba(var(--etsy-color-rgb), 1);
    border: 1px solid rgba(var(--etsy-color-rgb), 1);
    background: white;
    box-shadow: none; 
}

.testimonials-etsy-style .card .btn svg {
    transition: all .2s ease-out;
}

.testimonials-etsy-style .card .btn:hover svg,
.testimonials-etsy-style .card .btn:focus svg {
    transform: scale(1.15);
}

.testimonials-etsy-style .card .btn:focus-visible {
    box-shadow: none; 
}

.testimonials-etsy-style .splide__arrow {
    background-color: rgba(var(--etsy-color-rgb), .75);
}

.testimonials-etsy-style .splide__arrow:hover,
.testimonials-etsy-style .splide__arrow:focus {
    background-color: rgba(var(--etsy-color-rgb), 1);
}

.testimonials-etsy-style .splide__pagination__page {
    background-color: rgba(var(--etsy-color-rgb), .4);
}

.testimonials-etsy-style .splide__pagination__page.is-active {
    background-color: rgba(var(--etsy-color-rgb), 1);
}

.testimonials-etsy-style .btn-view-all {
    background-color: rgba(var(--etsy-color-rgb), 1);
    color: white;
    border-color: rgba(var(--etsy-color-rgb), 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: none; 
}

.testimonials-etsy-style .btn-view-all:hover,
.testimonials-etsy-style .btn-view-all:focus {
    background-color: rgba(var(--etsy-color-rgb), .75);
}

/*
    Instagram Gallery
*/
.instagram-title-brand .title {
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #8a3ab9, #e95950, #bc2a8d, #fbad50);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram-gallery .splide__slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.instagram-gallery .splide__slide a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.2s ease-out;
}

.instagram-gallery .splide__slide a:hover::before {
    opacity: 1;
}

.instagram-gallery .splide__slide a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M16.98 0a6.9 6.9 0 0 1 5.08 1.98A6.94 6.94 0 0 1 24 7.02v9.96c0 2.08-.68 3.87-1.98 5.13A7.14 7.14 0 0 1 16.94 24H7.06a7.06 7.06 0 0 1-5.03-1.89A6.96 6.96 0 0 1 0 16.94V7.02C0 2.8 2.8 0 7.02 0h9.96zm.05 2.23H7.06c-1.45 0-2.7.43-3.53 1.25a4.82 4.82 0 0 0-1.3 3.54v9.92c0 1.5.43 2.7 1.3 3.58a5 5 0 0 0 3.53 1.25h9.88a5 5 0 0 0 3.53-1.25 4.73 4.73 0 0 0 1.4-3.54V7.02a5 5 0 0 0-1.3-3.49 4.82 4.82 0 0 0-3.54-1.3zM12 5.76c3.39 0 6.2 2.8 6.2 6.2a6.2 6.2 0 0 1-12.4 0 6.2 6.2 0 0 1 6.2-6.2zm0 2.22a3.99 3.99 0 0 0-3.97 3.97A3.99 3.99 0 0 0 12 15.92a3.99 3.99 0 0 0 3.97-3.97A3.99 3.99 0 0 0 12 7.98zm6.44-3.77a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8z'/></svg>");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease-out;
}

.instagram-gallery .splide__slide a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.instagram-gallery a.img-thumbnail img {
    border-radius: 1.75rem;
}

.instagram-gallery-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    color: white;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.2s ease-out;
}

a:hover .instagram-gallery-meta {
    opacity: 1;
    transform: translate(0);
}

.instagram-gallery-meta-likes {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin: 0.75rem;
}

.instagram-gallery-meta-likes::before {
    content: "";
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.instagram-gallery-meta-comments {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin: 0.75rem;
}

.instagram-gallery-meta-comments::before {
    content: "";
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*
    TikTok Slider
*/
.tiktok-slider {}

.tiktok-slider .container .splide__arrow--prev {
    left: -1rem;
}

.tiktok-slider .container .splide__arrow--next {
    right: -1rem;
}

.tiktok-slider video {}

.tiktok-slider .video-wrapper {
    cursor: pointer;
    color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tiktok-slider .video-wrapper::after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: rgba(var(--bs-dark-rgb), 0.2);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-play-fill' viewBox='0 0 16 16'%3E%3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    transition: all 0.2s ease-out;
    pointer-events: none;
}

.tiktok-slider .video-wrapper:hover::after {
    background-color: rgba(var(--bs-dark-rgb), 0.4);
}

.tiktok-slider .video-wrapper.is-playing::after {
    opacity: 0;
    transform: scale(0);
}

.tiktok-slider .video-wrapper .btn-toggle-sound {
    display: flex;
    color: white;
    position: absolute;
    top: 0.25rem;
    right: 0.375rem;
    opacity: 0;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}

.tiktok-slider .video-wrapper .btn-toggle-sound:focus {
    border: none;
    box-shadow: none;
}

.tiktok-slider .video-wrapper .btn-toggle-sound:focus-visible {
    box-shadow: 0 0 0 0.125rem rgba(var(--bs-dark-rgb), 0.5);
}

.tiktok-slider .video-wrapper.is-playing .btn-toggle-sound {
    opacity: 1;
}

.tiktok-slider .video-wrapper.has-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(var(--bs-dark-rgb), 0),
            rgba(var(--bs-dark-rgb), 0.5));
    transition: all 0.2s ease-out;
    pointer-events: none;
}

.tiktok-slider .video-wrapper.has-title.is-playing::before {
    opacity: 0;
}

.tiktok-slider .video-wrapper .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    pointer-events: none;
    transition: all 0.2s ease-out;
}

.tiktok-slider .video-wrapper.is-playing .title {
    opacity: 0;
    bottom: -2rem;
    visibility: hidden;
}

.tiktok-slider .video-wrapper a.video-wrapper-product {
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: calc(100% - 2rem);
    margin: 1rem;
    opacity: 0;
    background-color: rgba(var(--bs-dark-rgb), 0.75);
    text-align: left;
    text-decoration: none;
    color: white;
    visibility: hidden;
    transition: all 0.2s ease-out;
}

.tiktok-slider .video-wrapper a.video-wrapper-product img {
    transition: all 0.2s ease-out;
}

.tiktok-slider .video-wrapper a.video-wrapper-product:hover {}

.tiktok-slider .video-wrapper a.video-wrapper-product:hover img,
.tiktok-slider .video-wrapper a.video-wrapper-product:focus img {
    opacity: 0.85;
}

.tiktok-slider .video-wrapper.is-playing a.video-wrapper-product {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

@media (max-width: 575px) {
    .tiktok-slider .splide__arrow {
        display: none;
    }
}

/*
    Parallax Image
*/
.parallax-image {
    position: relative;
    overflow: hidden;
    background-color: var(--bs-dark);
    color: white;
}

.parallax-image .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.parallax-image .img-mobile,
.parallax-image .img-desktop {
    width: 100%;
    height: 100%;
}

.parallax-image-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.parallax-image-inner {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
    Sticky ATC (Add to cart)
*/
#sticky-atc {
    padding: 0.75rem 0;
    transform: translateY(100%);
    transition: all 0.2s ease-out;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#sticky-atc.show {
    z-index: 1019;
    transform: translateY(0);
}

#sticky-atc.text-dark {
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#sticky-atc .product-img {
    max-width: 90px;
    flex-shrink: 0;
}

#sticky-atc .spr-badge {
    margin: 0 0 0.25rem;
}

#sticky-atc.product-price .price-badge-sale {
    background-color: var(--bs-success);
    font-size: 0.75rem;
    margin-left: 0.75rem;
}

#sticky-atc .dropdown-menu {
    max-height: 300px;
    min-width: 260px;
    overflow: auto;
}

#sticky-atc .dropdown-item:active small {
    color: white !important;
}

#sticky-atc form.loading .btn-atc:after {
    display: none;
}

#sticky-atc .btn-atc {
    min-width: 120px;
}

@media (max-width: 575px) {
    #sticky-atc .product-img {
        max-width: 50px;
    }

    #sticky-atc .spr-badge {
        display: none;
    }

    #sticky-atc .btn-atc {
        font-size: 0.875rem;
    }

    #sticky-atc .dropdown-menu {
        left: -0.5rem !important;
    }
}

/*
    Animated Stories
*/
.animated-stories img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.animated-stories .story-is-read svg {
    display: none;
}

.animated-stories svg {
    position: absolute;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: animated_stories_stroke_draw 6s ease-out 2 alternate;
}

/*
    Quiz
*/
.quiz-items .btn-quiz-value {
    width: 100%;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color);
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.1s ease-out;
}

.quiz-items .btn-quiz-value img {
    border-radius: 0.25rem;
    transition: all 0.2s ease-out;
}

.quiz-items .btn-quiz-value:hover {
    color: var(--bs-primary);
}

.quiz-items .btn-quiz-value:hover img {
    opacity: 0.85;
}

.quiz-items .btn-quiz-value:focus-visible {
    box-shadow: 0 0 0 0.125rem rgba(var(--bs-body-color-rgb), 0.5);
}

.quiz-items .btn-quiz-value.active {
    background-color: var(--bs-body-color);
    color: var(--bs-body-bg);
}

.quiz .progress {
    height: 0.5rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

/*
    Brands
*/
.brands .brand-all-letters {
    display: flex;
}

.brands .brand-all-letters button {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.825rem;
    margin: 0.25rem;
}

.brands .brand-all-letters button:disabled {
    opacity: 0.25;
}

.brand-list-item-letter {
    width: 24px;
}

@media (max-width: 1199px) {
    .brands .brand-all-letters {
        overflow: auto;
        padding-bottom: 0.5rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .brands .brand-all-letters li:first-child {
        padding-left: 0.75rem;
    }

    .brands .brand-all-letters li:last-child {
        padding-right: 0.75rem;
    }
}

@media (min-width: 1200px) {
    .brands .brand-all-letters {
        justify-content: center;
    }
}

/*
    F.A.Q (Accordion)
*/

.accordion-flush .accordion-item,
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--bs-dark);
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid var(--bs-dark);
}

.accordion-flush .accordion-button {
    background-color: transparent;
    padding: 1rem 0;
    box-shadow: none;
}

.accordion-flush .accordion-button:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-body-color-rgb), .125)
}

.accordion-flush .accordion-body {
    padding: 0 0 1.25rem;
}

.accordion-fancy .accordion-item {
    border-radius: 0;
    border: none;
    margin-bottom: 0.5rem;
    background-color: transparent;
    color: currentColor;
}

.accordion-fancy .accordion-button {
    border-radius: 5rem !important;
    background-color: var(--bs-light);
    box-shadow: none;
}

.accordion-fancy .accordion-button:hover,
.accordion-fancy .accordion-button:focus {
    background-color: var(--bs-light-darken-5);
}

.accordion-fancy .accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: white;
}

.accordion-fancy .accordion-button::after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50rem;
    padding: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.accordion-fancy .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

/*
    Sticky Video
*/
.sticky-video {
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.75rem;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease-out;
}

.sticky-video.show {
    visibility: visible;
    opacity: 1;
}

.sticky-video:not(.show) {
    z-index: -1 !important;
}

.sticky-video video {
    display: block;
    max-width: 100%;
}

.sticky-video .btn-close-custom {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    opacity: 1;
    display: flex;
    padding: 0;
    border: none;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}

.sticky-video .video-wrapper-product {
    display: block;
    margin: 0.5rem 0 0;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: left;
    text-decoration: none;
    color: white;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-out;
}

.sticky-video .video-wrapper-product:hover,
.sticky-video .video-wrapper-product:focus {
    background-color: rgba(0, 0, 0, 0.9);
}

.sticky-video .video-wrapper-product .product-price {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease-out;
}

/*
    Comparison Table
*/
.comparison-table {}

.comparison-table table.rounded tbody tr:last-child th,
.comparison-table table.rounded tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 575px) {
    .comparison-table .table-responsive {
        padding-right: 1rem;
        margin-right: -1rem;
    }

    .comparison-table table th {
        font-size: 0.85rem;
    }

    .comparison-table table tbody th {
        min-width: 33vw;
    }

    .comparison-table table svg {
        width: 20px;
        height: 20px;
    }
}

/*
    Timeline
*/
.timeline-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 1.75rem 0;
}

.timeline-list::before {
    content: "";
    background: rgba(var(--bs-dark-rgb), 0.5);
    width: 0.25rem;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50rem;
}

.timeline-list-item {
    position: relative;
    width: calc(50% - 1.75rem);
}

.timeline-list-item:nth-child(odd) {
    margin-left: auto;
}

.timeline-list-item::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(var(--bs-dark-rgb), 1);
    border-radius: 50%;
    position: absolute;
    right: -1.75rem;
    margin-top: 1.125rem;
    transform: translateX(0.75rem);
}

.timeline-list-item:nth-child(odd)::before {
    left: -1.75rem;
    right: auto;
    transform: translateX(-0.75rem);
}

.timeline-list-item img+.card-body .badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.timeline-list-item:nth-child(odd) img+.card-body .badge {
    left: 1rem;
    right: auto;
}

@media (max-width: 575px) {
    .timeline-list:before {
        left: 1rem;
    }

    .timeline-list-item {
        width: calc(108% - 4.5rem);
        margin-left: auto;
    }

    .timeline-list-item:before {
        left: -1.75rem;
        right: auto;
    }

    .timeline-list-item img+.card-body .badge {
        left: 1rem;
        right: auto;
    }
}

/*
    Video Slider
*/
.video-slider .splide__arrow--prev {
    left: 0;
    transform: none;
}

.video-slider .splide__arrow--next {
    right: 0;
    transform: rotate(180deg);
}

.video-slider.container-fluid .splide__arrow--prev {
    left: 0.5rem;
}

.video-slider .container-fluid .splide__arrow--next {
    right: 0.5rem;
}

.video-slider .splide__pagination {
    position: relative;
    margin-top: 1.5rem;
}

.video-slider .splide__pagination__page {
    background-color: rgba(var(--bs-body-color-rgb), 0.25);
    opacity: 1;
    transition: all 0.2s ease-out;
}

.video-slider .splide__pagination__page:hover,
.video-slider .splide__pagination__page:focus {
    background-color: rgba(var(--bs-body-color-rgb), 0.5);
}

.video-slider .splide__pagination__page.is-active {
    background-color: var(--bs-body-color);
}

.video-slider .splide__pagination--mobile {
    margin-top: 0.5rem;
}

@media (max-width: 575px) {
    .video-slider .splide__pagination {
        display: none;
    }
}

@media (min-width: 576px) {
    .video-slider .splide__pagination--mobile {
        display: none;
    }

    .video-slider .splide__arrow--prev {
        left: -0.25rem;
    }

    .video-sliders .splide__arrow--next {
        right: -0.25rem;
    }
}


/*
  Look-book
*/
.look-book {}

.look-book-list-item {
    position: absolute;
}

.look-book-point {
    display: block;
    padding: .25rem;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    background-color: transparent;
    transition: all .2s ease-out;
    animation: look-book-pulse-animation 2s infinite;
}

.look-book-point:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.look-book-point span {
    background: var(--bs-primary);
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.look-book-point[aria-describedby] {
    background-color: rgba(255, 255, 255, 0.5);
    animation-play-state: paused;
}

@keyframes look-book-pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(var(--bs-primary-rgb), 0.25);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(var(--bs-primary-rgb), 0);
    }
}


/*
  Animated Counters
*/
.animated-counters {}

.animated-counters .animated-counter-circle {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.animated-counters .animated-counter-circle::before {
    content: "";
    position: absolute;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-color: #fff;
}

.animated-counters .animated-counter-inner {
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .animated-counters .row-cols-2 .animated-counter-circle {
        width: 120px;
        height: 120px;
    }

    .animated-counters .row-cols-2 .animated-counter-circle::before {
        width: 105px;
        height: 105px;
    }
}


/*
    Media grid
*/
.media-grid {}

@media (max-width: 991px) {
    .media-grid-mobile-blocks {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 1rem;
    }

    .media-grid-mobile-block {
        flex-shrink: 0;
        width: 70vw;
        max-width: 360px;
        margin-right: 1rem;
    }
}

@media (min-width: 992px) {
    .media-grid-desktop {
        display: grid;
        grid-template-areas:
            "b a c"
            "d a e"
            "f a g";
        grid-gap: 1.5rem;
    }

    .media-grid-desktop .col:nth-child(1) {
        grid-area: a;
        display: flex;
        align-items: center;
    }

    .media-grid-desktop .col:nth-child(2) {
        grid-area: b;
    }

    .media-grid-desktop .col:nth-child(3) {
        grid-area: c;
    }

    .media-grid-desktop .col:nth-child(4) {
        grid-area: d;
    }

    .media-grid-desktop .col:nth-child(5) {
        grid-area: e;
    }

    .media-grid-desktop .col:nth-child(6) {
        grid-area: f;
    }

    .media-grid-desktop .col:nth-child(7) {
        grid-area: g;
    }
}

/*
    Pricing plans
*/
.pricing-plans .card-body .description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-plans .card-body .description ul li {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

@media (max-width: 575px) {
    .pricing-plans .row {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 0.5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }

    .pricing-plans .row .col {
        width: 75vw;
        flex: none;
    }
}

/* Waves */
.eg-waves-section {
    position: relative;
    height: 0px;
    background-color: transparent;
}

.eg-waves {
    position: absolute;
    width: 100%;
    height: var(--wave-height-desktop);
    min-height: 20px;
    max-height: 150px;
    z-index: 1;
}

.eg-waves-top {
    bottom: 0;
    left: 0;
}

.eg-waves-bottom {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.eg-waves-parallax>use {
    animation: eg-waves-animation 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.eg-waves-parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: calc(var(--wave-animation-speed) * 0.5);
}

.eg-waves-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: calc(var(--wave-animation-speed) * 1);
}

.eg-waves-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: calc(var(--wave-animation-speed) * 1.5);
}

.eg-waves-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: calc(var(--wave-animation-speed) * 2);
}

@keyframes eg-waves-animation {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .eg-waves {
        height: var(--wave-height-mobile);
        min-height: 20px;
    }
}

/* 
  Progress Circles
*/
.progress-circle-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.progress-circle {
    width: var(--progress-circle-size);
    height: var(--progress-circle-size);
    border-radius: 50%;
    position: relative;
    background: conic-gradient(from 0deg at 50% 50%, var(--progress-border-color) 0%, var(--progress-border-color) var(--percentage), #fff var(--percentage), #fff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    flex: none;
}

.progress-circle::after {
    content: "";
    position: absolute;
    top: var(--progress-circle-border-thickness);
    bottom: var(--progress-circle-border-thickness);
    left: var(--progress-circle-border-thickness);
    right: var(--progress-circle-border-thickness);
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.progress-circle .progress-value {
    position: relative;
    z-index: 2;
    font-size: calc(var(--progress-circle-size) * 0.2);
    color: var(--progress-border-color);
}

@media only screen and (max-width: 768px) {
    .progress-circle-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .progress-circle-text {
        flex: 1;
        margin-top: 0;
        text-align: left;
    }

    .progress-circle {
        flex: none;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

/*
    Tracking
*/
.tracking-container iframe {
    border-radius: var(--bs-border-radius);
}


/*
    Advanced image with text
*/
.advanced-image-with-text-img {
    display: block;
    position: relative;
    margin: 40px auto 60px;
    width: 50%;
    transition: all 1s ease-out;
}

.advanced-image-with-text-img-1 {
    z-index: 1;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25)!important; */
}

.advanced-image-with-text-img:not(.advanced-image-with-text-img-1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease-out;
}

.advanced-image-with-text-img-2 {
    width: 34%;
}

.entered .advanced-image-with-text-img-2 {
    transform: translate(-134%, -102%);
}

.advanced-image-with-text-img-3 {
    width: 20%;
}

.entered .advanced-image-with-text-img-3 {
    transform: translate(94%, -132%);
}

.advanced-image-with-text-img-4 {
    width: 24%;
}

.entered .advanced-image-with-text-img-4 {
    transform: translate(86%, -9%);
}

.advanced-image-with-text-img-5 {
    width: 30%;
}

.entered .advanced-image-with-text-img-5 {
    transform: translate(-134%, -18%);
}

/*
   image-with-text-carousel
*/

.image-with-text-carousel .splide__arrow {
    background-color: rgba(255, 255, 255, .25);
}

.image-with-text-carousel .splide__arrow:hover,
.image-with-text-carousel .splide__arrow:focus {
    background-color: rgba(255, 255, 255, .375);
}

.image-with-text-carousel.bg-body .splide__arrow,
.image-with-text-carousel.bg-white .splide__arrow,
.image-with-text-carousel.bg-light .splide__arrow {
    background-color: rgba(0, 0, 0, .25); 
    border: 1px solid rgba(0, 0, 0, .5);  
}

.image-with-text-carousel.bg-body .splide__arrow:hover,
.image-with-text-carousel.bg-white .splide__arrow:hover,
.image-with-text-carousel.bg-light .splide__arrow:hover,
.image-with-text-carousel.bg-body .splide__arrow:focus,
.image-with-text-carousel.bg-white .splide__arrow:focus,
.image-with-text-carousel.bg-light .splide__arrow:focus {
    background-color: rgba(0, 0, 0, .375); 
}

.image-with-text-carousel .splide__pagination {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
}

.image-with-text-carousel .splide__pagination__page {
    border: 1px solid white;
    background-color: transparent;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.image-with-text-carousel .splide__pagination__page.is-active {
    background-color: white;
    transform: scale(1);
}

@media (max-width: 575px) {
    .image-with-text-carousel .description {
        font-size: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .image-with-text-carousel .splide__arrow--prev {
        left: -4rem;
    }

    .image-with-text-carousel .splide__arrow--next {
        right: -4rem;
    }
}

.image-with-text-carousel .col-lg-6 {
    padding-left: 1rem; 
    padding-right: 1rem; 
    padding-bottom: 1rem;
}
.image-with-text-carousel .btn {
       
        box-sizing: border-box;
    }


/* scrolling text */
.scrolling-with-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrolling-with-text__image {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 0;
}

.scrolling-text-item-rounded-img-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.scrolling-text-image-rounded-img-left {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.scrolling-text-item-rounded-img-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.scrolling-text-image-rounded-img-right {
    border-top-left-radius: 0px !important;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: 0px !important;
}

@media screen and (max-width: 749px) {

    .scrolling-with-text__image {
        height: auto;
        padding-top: 100%;
    }

    .scrolling-with-text__image.scrolling-with-text__image-small {
        padding-top: 75%;
    }

    .scrolling-with-text__image.scrolling-with-text__image-large {
        padding-top: 125%;
    }

    .scrolling-text-item-rounded-img-left {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: var(--bs-border-radius) !important;
        border-bottom-left-radius: var(--bs-border-radius) !important;
    }

    .scrolling-text-image-rounded-img-left {
        border-top-left-radius: var(--bs-border-radius) !important;
        border-top-right-radius: var(--bs-border-radius) !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .scrolling-text-item-rounded-img-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: var(--bs-border-radius) !important;
        border-bottom-left-radius: var(--bs-border-radius) !important;
    }

    .scrolling-text-image-rounded-img-right {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: var(--bs-border-radius) !important;
        border-bottom-left-radius: var(--bs-border-radius) !important;
    }
}

.scrolling-text-section .grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    column-gap: 0;
    row-gap: 0;
}

.scrolling-text-section .grid__item {
    padding: 0 30px;
}

.scrolling-text-section .scrolling-text-item {
    padding-top: 50px;
    padding-bottom: 50px;
}

.scrolling-with-text__text-item .button::before,
.scrolling-with-text__text-item .button::after {
    display: none;
}

.scrolling-with-text__text.rte {
    margin-bottom: 30px;
}

.scrolling-with-text__content {
    align-items: center;
    display: flex;
    height: 100%;
}

.scrolling-with-text__text-item {
    position: relative;
}


.scrolling-text-inner {
    max-height: 640px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 20%, #000 70%, transparent);
    mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 70%, transparent);
}

.scrolling-with-text__heading {
    margin: 0 0 20px;
}

.scrolling-text-vetical {
    animation: vertTicker var(--scrolling-text-speed) linear infinite forwards;
}

@keyframes vertTicker {
    to {
        transform: translateY(-50%);
    }
}


/*
    Tabs with accordion
*/
.tabcontent.faq {
    display: none;
}

.tabs-main+.tabs-faq .tabcontent.faq {
    display: block;
}

.tabs-with-accordion .tab button {
    background: none;
    border: none;
    padding: 10px 10px 25px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.tablink-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tabs-with-accordion .tab {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.tabs-with-accordion .tab button img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.tablinks.active::after,
.tablinks.active::before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tablinks.active::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 25px;
    margin-left: -25px;
}

.tablinks.active::before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #CCC;
    border-width: 26px;
    margin-left: -26px;
}

@media screen and (max-width: 992px) {

    .tabs-with-accordion .tab {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tablink-inner {
        width: 150px;
    }

    .tabs-with-accordion .tab {
        justify-content: flex-start;
    }
}


/*
    Faq widget
*/
.faq-popup {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1020;
}

.faq-popup-top {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.faq-popup-btn {
    float: right;
    background: var(--bs-primary);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-popup-inner {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 300px;
    display: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.faq-popup.show .faq-popup-inner {
    display: inline-block;
}

.faq-popup-review-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.faq-popup-review-ratting {
    font-size: 14px;
    line-height: 16px;
    color: var(--bs-blue);
}

.faq-popup-bottom .accordion-item .accordion-button {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
}


.faq-popup-bottom .accordion-body {
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
}

.faq-popup-bottom .accordion-body p {
    margin-bottom: 0;
}

.faq-popup-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.faq-popup-title h3 {
    margin-bottom: 0;
}

.faq-popup-close {
    text-decoration: none;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

.faq-popup-top .rte {
    text-align: center;
}

.faq-popup-viewmore {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}

.faq-popup.show .faq-popup-btn {
    display: none;
}

.faq-popup-btn:hover {
    background: var(--bs-secondary);
    color: #fff;
}


/*
    Product progress
*/

.product-progress-left .title {
    color: var(--bs-secondary);
    margin-bottom: 45px !important;
}

.product-progress-left .rte ul {
    padding-left: 15px;
}

.product-progress-left .rte ul li::marker {
    color: var(--bs-secondary);
}

.product-progress-left .rte ul li {
    padding-left: 10px;
    margin: 8px 0;
}

.progress-bar {
    transition: width 1s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}

.progress-bar:hover,
.progress-bar:focus {
    background-color: var(--bs-primary);
}

.progress-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.progress-icon {
    width: 100%;
    max-width: 85px;
    position: relative;
}

.progress-icon img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.progress-count-value {
    width: 100%;
    max-width: 100px;
    color: #424242;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
}

.progress-count-value .progress-count {
    font-weight: bold;
    color: var(--bs-secondary);
}

.progress-item .progress {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid var(--bs-primary);
    margin-left: -3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-progress-right {
    padding-left: 40px;
}

@media screen and (max-width: 992px) {

    .product-progress-right {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 15px;
    }

}

@media screen and (max-width: 767px) {

    .product-progress-right {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media screen and (max-width: 575px) {

    .product-progress-left .title {
        margin-bottom: 35px !important;
    }

    .product-progress-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .progress-icon {
        max-width: 70px;
    }

    .progress-item .progress {
        height: 25px;
        margin-left: -3px;
    }

    .progress-count-value {
        max-width: 80px;
        font-size: 14px;
        line-height: 16px;
    }
}

/*
    Advanced Accordion
*/

section[id^="advanced-accordion-"] .accordion-item, 
section[id^="advanced-accordion-"] .accordion-button, 
section[id^="advanced-accordion-"] .accordion-button:not(.collapsed), 
section[id^="advanced-accordion-"] .accordion-header, 
section[id^="advanced-accordion-"] .img-fluid, 
section[id^="advanced-accordion-"] .accordion-collapse.collapse.show, 
section[id^="advanced-accordion-"] .accordion-body {
    border-radius: var(--bs-border-radius) !important;
}

.advanced-accordion .accordion,
.advanced-accordion .accordion-item,
.advanced-accordion .accordion-button,
.advanced-accordion .accordion-collapse,
.advanced-accordion .accordion-body {
    border: none !important;
    transition: none;
}

@media (max-width: 1199px) {
    .advanced-accordion .accordion {
        border: none !important;
    }

    .advanced-accordion .accordion-item {
        border: none !important;
        margin: 0;
    }

    .advanced-accordion .accordion-item:not(:last-child) {
        border-bottom: none !important;
    }

    .advanced-accordion .accordion-button {
        font-size: 2.5rem;
        text-align: center;
        border-radius: 0 !important;
        padding: 2rem 1.5rem 4.5rem;
    }

    .advanced-accordion .accordion-button:not(.collapsed) {
        border-bottom: none !important;
        border-radius: var(--bs-border-radius) !important;
        height: 280px;
    }

    .advanced-accordion .accordion-button::after {
        content: "+";
        filter: none;
        left: 50%;
        position: absolute;
        bottom: 1.5rem;
        border-radius: 50%;
        width: 2.25rem;
        height: 2.25rem;
        background-image: none;
        font-size: 1.4rem;
        line-height: 2.25rem;
        transform: translateX(-50%);
    }

    .advanced-accordion .accordion-button:not(.collapsed)::after {
        opacity: 0;
    }

    .advanced-accordion .accordion-button span {
        width: 100%;
        display: block;
        text-align: center;
        animation: advancedAccordionTitleAnimation 1s ease-out infinite alternate;
    }

    @keyframes advancedAccordionTitleAnimation {
        to {
            text-shadow: 0 0 1.5rem rgba(255, 255, 255, .75);
        }
    }

    .advanced-accordion .accordion-button:not(.collapsed) span {
        opacity: 0;
    }

    .advanced-accordion .accordion-header img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        opacity: .25;
        transition: all .2s ease-out;
        filter: blur(var(--advanced-accordion-image-blur));
    }

    .advanced-accordion .accordion-button:not(.collapsed) img {
        opacity: 1;
        filter: none;
    }

    .advanced-accordion .accordion-collapse {
        opacity: 0;
    }

    .advanced-accordion .accordion-collapse.show {
        animation: advancedAccordionCollapseAnimation 1s ease-out both;
    }

    @keyframes advancedAccordionCollapseAnimation {
        to {
            opacity: 1;
        }
    }

    .advanced-accordion .accordion-body {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .advanced-accordion .accordion {
        display: flex;
        border: none !important;
    }

    .advanced-accordion .accordion-item {
        border: none !important;
        border-right: none !important;
        width: 100%;
        display: flex;
        margin: 0;
    }

    .advanced-accordion .accordion-item:not(:last-child) {
        border-right: none !important;
    }

    .advanced-accordion .accordion-header {
        width: 100%;
        height: 100%;
    }

    .advanced-accordion .accordion-button {
        height: 100%;
        font-size: 3rem;
        justify-content: center;
        border-radius: 0;
    }

    .advanced-accordion .accordion-button::after {
        content: "+";
        filter: none;
        position: absolute;
        bottom: 1.25rem;
        border-radius: 50%;
        width: 2.25rem;
        height: 2.25rem;
        background-image: none;
        background-color: none !important;
        font-size: 1.4rem;
        line-height: 2.25rem;
        text-align: center;
    }

    .advanced-accordion .accordion-button:not(.collapsed) {
        background: none;
        width: 360px;
        border-right: none !important;
    }

    .advanced-accordion .accordion-button:not(.collapsed) span {
        opacity: 0;
    }

    .advanced-accordion .accordion-button:not(.collapsed)::after {
        opacity: 0;
    }

    .advanced-accordion .accordion-header img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        opacity: .25;
        transition: all .2s ease-out;
        filter: blur(var(--advanced-accordion-image-blur));
    }

    .advanced-accordion .accordion-header button:hover img {
        opacity: .5;
    }

    .advanced-accordion .accordion-button:not(.collapsed) img {
        filter: none;
        opacity: 1 !important;
    }

    .advanced-accordion .accordion-header span {
        display: block;
        position: absolute;
        transform: rotate(-90deg);
        animation: advancedAccordionTitleAnimation 1s ease-out infinite alternate;
    }

    @keyframes advancedAccordionTitleAnimation {
        to {
            text-shadow: 0 0 1.5rem rgba(255, 255, 255, .75);
        }
    }

    .advanced-accordion .accordion-collapse:not(.show) {
        opacity: 0;
    }

    .advanced-accordion .accordion-collapse.collapsing {
        height: auto;
        width: 360px;
        transition: none;
    }

    .advanced-accordion .accordion-collapse.show {
        width: 360px;
        opacity: 0;
        flex-shrink: 0;
        animation: advancedAccordionCollapseAnimation 1s ease-out .2s both;
    }

    @keyframes advancedAccordionCollapseAnimation {
        to {
            opacity: 1;
        }
    }

    .advanced-accordion .accordion-body {
        text-align: center;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .accordion-item {
        border: none;
        transition: border 0.3s ease;
    }

    /* State with border, on some condition, like a class being added */
    .accordion-item.with-border {
        border: none;
    }

    .advanced-accordion .accordion-item {
        transition: none;
        border: none !important;
    }
}

/* Media with text */
.media-with-text .animated-circle {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7em;
    text-align: center;
    line-height: 1.55556;
}

.media-with-text .animated-circle:hover,
.media-with-text .animated-circle:focus {
    opacity: .75;
}

@media (min-width: 992px) {
    .media-with-text .animated-circle {
        width: 12rem;
        height: 12rem;
        bottom: 1rem;
        top: auto;
        right: 0;
        transform: translate(44%, 0);
        font-size: 1em;
    }
    .media-with-text .flex-lg-row-reverse .animated-circle {
        left: 0;
        right: auto;
        transform: translate(-44%, 0);
    }
    .media-with-text .animated-circle.align-right {
        left: 0;
        right: auto;
        transform: translate(-44%, 0);
    }
}

.media-with-text .animated-circle svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: unset;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: transform .4s cubic-bezier(0,0,.002,1);
}

.media-with-text.entered .animated-circle svg {
    animation: dash 2.5s ease-out forwards;
    animation-delay: 2s;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 0
    }
}



/*
    Rich text with buttons
*/
.richtext-with-buttons .btn-sm {
    padding: .375rem 1rem;
}

.richtext-with-buttons ul {
}

.richtext-with-buttons ul > * {
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .richtext-with-buttons ul {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: auto;
        padding: 0 1rem .5rem;
        margin: 0 -1rem;
    }
}

/*
    duel-columns-with-images
*/
.duel-columns-with-images .title span {
    color: var(--bs-secondary);
}


/*
    Designed by 
*/
.designed-by [data-bs-toggle="collapse"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.designed-by [data-bs-toggle="collapse"]::after {
    flex-shrink: 0;
    content: "+";
    font-size: 1.5rem;
    margin-right: -.5rem;
}

.designed-by [data-bs-toggle="collapse"][aria-expanded="true"]::after {
    content: "-";
}



/*
    Step by step
*/
.step-by-step .nav-underline {
    gap: 0;
}

.step-by-step .nav .nav-item {
    flex-grow: 1;
}

.step-by-step .nav button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: normal;
    font-size: .9rem;
    padding: .5rem;
}

.step-by-step .nav button.active {
    font-weight: normal;
    color: var(--bs-primary);
    border-bottom-color: currentcolor;
}

.step-by-step .nav button img {
    transform: scale(.8);
    transition: all .2s ease-out;
}

.step-by-step .nav button.active img {
    transform: scale(1) translateY(-.25rem);
}

@media (max-width: 575px) {
    .step-by-step .nav button {
        font-size: .7rem;
    }
}


  /*
    Simple Product List
*/
.simple-product-list ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 1rem; /* Ensures first item is visible */
}

.simple-product-list ul li {
    text-align: center;
    flex-shrink: 0;
    padding: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.simple-product-list ul li a:hover img {
    animation: simpleProductListImgAnimation 1.5s;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes simpleProductListImgAnimation {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

@media (max-width: 991px) {
    .simple-product-list .container {
        padding-left: 0;
        padding-right: 0;
    }
    .simple-product-list .header {
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .simple-product-list ul li:first-child {
        margin-left: 1rem !important;
    }
    .simple-product-list ul li {
        max-width: 90px;
    }
}

@media (min-width: 992px) {
    .simple-product-list ul {
        justify-content: center;
    }
    .simple-product-list ul li {
        max-width: 160px;
    }
}


  /*
   Feedback drawer
*/
button[data-bs-target="#feedback-offcanvas"] {
    position: fixed;
    z-index: 9999; 
    border-radius: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background-color: #ffffff !important; 
    color: #000000 !important;
    max-width: 200px; 
    left: 37px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow for better visibility */
    border: 1px solid #000000; /* Adds a border for better visibility */
}

button[data-bs-target="#feedback-offcanvas"][data-alignment="right"] {
    left: auto;
    right: 0;
    border-radius: .5rem 0 0 .5rem;
    transform-origin: right bottom;
}

button[data-bs-target="#feedback-offcanvas"]:hover {
    background-color: #f1f1f1 !important; 
}

#feedback-offcanvas {
    background-color: #ffffff; 
    color: #000000; 
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .btn {
    /* width: 100%; */
}

/* slide up discount menu */




/*
    Promo testimonial with image
*/
.promo-with-image {
    position: relative;
}

@media (min-width: 992px) {
    .promo-with-image::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        background-image: var(--bg-img-desktop);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        animation: fadeIn .5s;
    }
    .promo-with-image.img-desktop-left::before {
        left: 0;
    }
    .promo-with-image.img-desktop-right::before {
        left: 50%;
    }
}



/*
    Social Slider
*/
.social-slider .splide__arrow--prev {
    left: -1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.social-slider .splide__arrow--next {
    right: -1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}


/*
    product Slider
*/
.general-slider {

}

.general-slider .splide__track {
    overflow: visible;
}

.general-slider .splide__slide {

}

.general-slider .splide__slide.is-visible {
}

.general-slider img {
    transition: all .2s ease-out;
}

.general-slider a:hover img {
    opacity: .75;
}

.general-slider .splide__arrow--prev {
    left: 0;
}

.general-slider .splide__arrow--next {
    right: 0;
}

.featured-reviews img.rounded {
    border-radius: 2.5rem!important;
}

.general-slider .btn-link {
    transition: all .2s ease-out;
}

.general-sliders .btn-link:hover {
    opacity: .75;
}

@media (max-width: 575px) {
    .general-slider .splide__arrow {
        display: none;
    }
}

/* 
    Fancy Image Slider 
*/

.fancy-image-slider .splide__slide {
    overflow: hidden;
}

.fancy-image-slider a {
    display: block;
    height: 600px;
    overflow: hidden;
    position: relative;
    border-radius: 0.375rem;
}

.scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.fancy-image-slider .img-start {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: contain;
    object-position: top;
    border-radius: 0.375rem;
}

@keyframes infiniteScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 600px)); /* Adjusted to match container height */
    }
}

.fancy-image-slider a:hover .img-start {
    animation: infiniteScroll 6s linear infinite;
}

@media (max-width: 576px) {
    .fancy-image-slider .splide__arrow {
        display: none;
    }
}


/*
    compare section
*/
.compare-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: var(--bs-dark);
	display: block;
	border-radius: 12px;
	border: 1.364px solid #B9D9FF;
	color: #ffffff;
	position: relative;
}

.compare-block .compare-name {
	width: 100%;
	max-width: 55%;
}
.compare-block .compare-check {
	width: 100%;
	max-width: 22.5%;
}
.compare-block {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}
.compare-block > div {
  padding: 15px 30px;
}
.compare-block .compare-name {
	width: 100%;
	max-width: 55%;
	text-align: left;
	line-height: 26px;
	font-weight: 800;
	font-family: var(--bs-headings-font-family);
}

.compare-check img {
	height: 36px;
}
.compare-block .compare-check.compare-check-heading {
	padding: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	font-family: var(--bs-headings-font-family);
}
.compare-check-box {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	display: block;
  position: relative;
}
.checktrue {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 100%;
}
.checkfalse {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
}
.compare-inner::before {
	content: "";
	width: 22.5%;
	height: ;
	top: -15px;
	bottom: -15px;
	right: 22.5%;
	background: #E91470;
	display: inline-block;
	position: absolute;
	border: 1.364px solid #444863;
	border-radius: 5px;
}
.compare-block:last-child {
	border-bottom: none;
}
.compare-toltip {
	position: absolute;
	left: -126px;
	width: 280px;
	top: 43px;
	background: #E6E7EF;
	border-radius: 5px;
	font-size: 16px;
	line-height: 24px;
	color: var(--bs-dark);
	padding: 15px;
	z-index: 1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	display: none;
}
.compare-toltip::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 15px solid #e6e7ef;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.compare-check-box:hover > .compare-toltip {
	display: block;
}


/*
    Case studies columns
*/
.case-studies-columns {}

.case-studies-columns-block {
    border-radius: calc(1rem - 1px);
    overflow: hidden;
}

.case-studies-columns-block img {
    border-radius: calc(1rem - 1px);
    transition: all .2s ease-out;
      background-color: white;
}

.case-studies-columns-block:hover img {
    transform: scale(1.1);
}

.case-studies-columns .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .25);
    color: white;
    text-decoration: none;
    border-radius: 1rem;
    transition: all .2s ease-out;
}

.case-studies-columns .card-body .btn {
    margin-bottom: -2.5rem;
    opacity: 0;
    transition: all .2s ease-out;
}

.case-studies-columns .card-body:hover  {
    background-color: rgba(233, 20, 112, .25);
    backdrop-filter: saturate(180%) blur(12px);
}

.case-studies-columns .card-body:hover .btn {
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 0;
}

.case-studies-columns .card-body .title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .50);
}

@media (max-width: 575px) {
    .case-studies-columns .card-body {
        background-color: rgba(0, 0, 0, .25);
        backdrop-filter: blur(2px);
    }
    .case-studies-columns .card-body .btn {
        margin-bottom: 0;
        opacity: 1;
    }
}


/* 
    Services 
*/
.team {}

.team-list-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: saturate(180%) blur(20px);
    color: white;
    transition: all .2s ease-out;
    border-top-right-radius: 1rem;
}

.team-list-item .title span {
    display: block;
    padding: .5rem 1rem;
}

.team-list-item:hover .title {
    transform: translateX(1rem);
    background-color: rgba(0, 0, 0, 1);
}

.team-list-item img {
    transition: all .5s ease-out;
}

.team-list-item:hover img {
    transform: scale(1.15);
    opacity: .9;
}


/* 
    CTA
*/
.cta { }

.cta .fb-rating-badge {
    transition: all .2s ease-out;
}

.cta .fb-rating-badge:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25)!important;
}

.cta .cta-vertical-line {
    width: 1px;
    height: 160px;
    background-color: currentColor;
    opacity: .25;
    display: inline-block;
}


/*
    YouTube gallery
*/
.youtube-gallery {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.youtube-gallery .title em {
    font-size: 1.25em;
}

.youtube-gallery .img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='26' fill='white'/%3E%3Cpath d='M34.1998 25.8048C34.8188 26.1654 34.8188 27.0668 34.1998 27.4274L23.0569 33.9177C22.4379 34.2783 21.6641 33.8276 21.6641 33.1064L21.6641 20.1257C21.6641 19.4045 22.4379 18.9538 23.0569 19.3144L34.1998 25.8048Z' fill='%239A0600'/%3E%3C/svg%3E%0A");
}

.youtube-gallery a:hover .img-wrapper::after {
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .youtube-gallery-item .title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .youtube-gallery-item .title {
        max-width: 70%;
    }
}


/*
    Reviews Bar
*/
@media (max-width: 575px) {
    .reviews-bar {
        font-size: .825rem;
        white-space: nowrap;
    }
    .reviews-bar .reviews-bar-stars svg {
        max-width: 70px;
    }
}

@media (min-width: 576px) {
    .reviews-bar .reviews-bar-stars {
        margin-left: 1rem; /
        margin-right: 2rem; 
    }
    .reviews-bar p {
        margin-right: 1rem;
    }
}


/*
    Image with text overlay 
*/
.image-with-text-overlay-inner {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 50px 20px rgb(0 0 0 / 15%), 0 7px 20px -10px rgb(0 0 0 / 30%);
}


/*
    Cards with image
*/
@media (max-width: 575px) {
    .columns-with-image div.row.xs-scroll {
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 .5rem 0.5rem;
        margin: 0 -1rem -0.5rem !important;
    }
    .columns-with-image div.row.xs-scroll .col {
        width: 75vw;
        flex: none;
    }
}
