/* fixes */
/* .profile-content .layout-default .container {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
} */


.logo_link {
    height: 3.75rem !important;
}

.headerHomeBar_wrapper:before {
    width: 99.6vw !important;
}

.headerNavigationBar_wrapper:before {
    width: 99.6vw !important;
}


.footerBottomBar_section--bottom:before {
    width: 99.6vw !important;
}

.carousel_wrapper:before {
    width: 99wv !important;
}

/* Header */

.headerNavigation_subMenu {
    border: 2px solid #25a8ff !important;
    border-top: none !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: 350px !important;
    padding: 10px !important;
}


.headerNavigation_subMenuItem {
    position: relative;
}

.headerNavigation_subMenuItem:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, #25a8ff 50%, transparent 100%);
}

li[data-testid="headerHomeBar:login"] .link_text {
    color: #25a8ff;
}


.headerHomeBar_homeBarNavList {
    font-size: 1rem !important;
}

.inputSearch_control {
    background-color: var(--input-bg-color, #fff);
    border: var(--input-border-width, "1px") solid var(--input-border-color, #cacaca);
    border-right: var(--input-border-width, "1px") solid var(--input-border-color, #cacaca) !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    height: var(--input-height, 35px);
    border-bottom-left-radius: var(--input-border-radius, 3px);
    border-top-left-radius: var(--input-border-radius, 3px);
}

.inputSearch_submitBtn {
    border: var(--input-border-width, "1px") solid var(--input-border-color, #cacaca);
    border-left: var(--input-border-width, "1px") solid var(--input-border-color, #cacaca) !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-bottom-left-radius: var(--input-border-radius, 3px) !important;
    border-top-left-radius: var(--input-border-radius, 3px) !important;
    height: var(--input-height, 35px);
}

.inputSearch_control--with-button {
    border-bottom-right-radius: var(--input-border-radius, 3px) !important;
    border-top-right-radius: var(--input-border-radius, 3px) !important;
}

.inputSearch_input {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1;
}

.inputSearch_submitWrapper .buttonIcon_button--button {
    padding: 0 10px !important;
}

.buttonIcon_icon {
    height: 14px !important;
}

.inputSearch_input {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    transition: border-color 0.2s ease;
}

/* Remove input & button native borders/shadows */
.inputSearch_control,
.inputSearch_submitBtn {
    border: none !important;
    outline: none !important;
    box-shadow: none;
    background: transparent;
}

/* When focused, highlight the wrapper */
.inputSearch_input.focused {
    border-color: #0078d4;
    /* Your preferred highlight color */
}

/* .headerNavigation_btnMenuText {
    font-weight: bold !important;
} */





.signUp {
    background-color: #2c93e4;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    color: white;
    font-weight: bold;
}

.link_icon.link_icon--user.headerHomeBar_homeBarNavIcon {
    display: none;
}

.headerNavigation_item:nth-child(1) {
    display: none !important;
}

#mainHeader {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* main slider */
/* .slick-dots {
    bottom: 65px !important;
}

.carousel_wrapper .slick-dots li button {
    background-color: white !important;
    border-color: #25a8ff !important;
}

.carousel_wrapper .slick-dots .slick-active button {
    background-color: #25a8ff !important;
    border-color: transparent !important;
}

.carousel_arrowIcon {
    fill: #25a8ff !important;
}

.carousel_wrapper {
    padding: 0px !important;
}

.carouselSlideImage_content {
    border-radius: 0px !important;
} */


/* slider */
.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    width: 100%;
    /* height: 500px; */
    flex-shrink: 0;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 2;
    transition: background 0.3s ease;
    display: none;
}

.arrow svg {
    display: block;
    width: 24px;
    height: 40px;
    fill: #25a8ff;
}

.slider-container:hover .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}



.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.dots span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border: 1px solid #25a8ff;
    background-color: white !important;
    border-color: #25a8ff !important;
    border-radius: 50%;
    cursor: pointer;
}

.dots .active {
    background-color: #25a8ff !important;
    border-color: transparent !important;
}


/* Top Category */
.see-more-main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-more-btn {
    display: none;
    border: 1px solid #25a8ff;
    color: #25a8ff;
    background: transparent;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 2rem;
}

.see-more-link {
    text-decoration: none;
}

.tab-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.top-category,
.it-solution {
    margin-top: 4rem;
}

.heading {
    color: #041e43;
    font-size: xx-large;
}

.it-solution-header {
    padding-top: 4rem;
}

.top-category-header,
.it-solution-header {
    display: flex;
    flex-direction: column;
    align-items: center;

    .sub-heading {
        color: #949aa7;
        font-weight: 400;
    }
}

.top-category-header .sub-heading {
    margin: 0.5rem 0 2rem 0;
}

.tab-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

.scroll-btn {
    cursor: pointer;
    user-select: none;
    display: none;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 20px;
    z-index: 2;
    flex-shrink: 0;
    color: #ccc;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.scroll-btn:hover {
    background-color: #f0f8ff;
    color: #25a8ff;
    border-color: #25a8ff;
}


.tabs-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    scrollbar-width: none;
    overflow-y: hidden;
}

.tabs-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide native scrollbars for Webkit-based browsers */
}

.tabs {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.tab {
    padding: 10px 40px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    color: #949aa7;
    transition: background 0.3s;
    white-space: nowrap;
    border-bottom: 1px solid black;
}

.tab:hover {
    border-bottom: 2px solid #25a8ff;
    color: black;
    font-weight: bold;
}

.tab.active {
    border-bottom: 2px solid #25a8ff;
    color: black;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top: none;
    row-gap: 29px;
}


.tab-content.active {
    display: block;
}

.product-card {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product-image {
    display: flex;
    justify-content: center;
    border: 1px solid #eff0f2;
    border-radius: 20px;
    margin: 10px;
    align-items: center;
    height: 150px;

    img {
        width: 100px;
        height: 100%;
        object-fit: contain;
    }
}

.product-details {
    padding: 10px;
    width: 200px;
}

.product-name {
    font-size: medium;
    font-weight: bold;
    color: #1e1e1e;
}

.product-blurb {
    color: #949aa7;
}

.product-price {
    color: #686a6d;
}

.product-name,
.product-blurb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.product-blurb,
.product-price {
    font-size: small;
}

.product-card-link {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .tab-content-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .scroll-btn {
        display: flex;
    }

    .feature-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .slick-dots {
        bottom: 115px !important;
    }

    .carouselSlideImage_content {
        background-size: contain !important;
    }
}

@media (max-width: 480px) {
    .tab-content-row {
        grid-template-columns: 1fr 1fr;
    }

    .tab-content {
        padding: 0px;
    }

    .slick-dots {
        display: none !important;
    }

    .tab {
        font-size: 1rem;
    }

    .carousel_wrapper--with-dots .slick-slider {
        padding-bottom: 0 !important;
    }

    .top-category {
        margin-top: 1rem;
    }

    .carousel_wrapper {
        height: 10rem !important;
    }
    .productListingCard_caption {
        font-size: 0.9rem !important;
    }
    .productListingCard_overview {
        font-size: 0.8rem !important;  ;
    }
    .featureCard_description {
        font-size: 0.9rem !important;
    }
    .productDescription_description--medium {
        font-size: 1rem !important;
    }
    .grid_row{
        gap: 1rem !important;
    }
    .grid_item--2 {
        max-width: 45% !important;
    }
    .pricing_content--vertical-align-price-frequency{
        flex-direction: row !important;
    }
    .pricing_caption {
        margin-right: 1rem !important;
    }
    .featureDetails_title{
        font-size: 1.5rem !important;
    }
    .featureDetails_description{
        font-size: 1rem !important;
    }
}

/* It-solutions */

.it-solution {
    background-color: #eaf5ff;
    border-radius: 1rem;
}

.feature-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.feature {
    padding: 20px;
    row-gap: 29px;
}

.badge-best-selling {
    background-color: #0076ce;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px 0 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%, 2% 10%);
    z-index: 10;
}

@media (max-width: 480px) {
    .feature-container {
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }

    .heading {
        text-align: center;
        font-size: x-large;
    }

    .sub-heading {
        text-align: center;
        font-size: medium;
    }

    .badge-best-selling {
        font-size: 10px;
        padding: 0 5px 0 20px;
    }

    .it-solution-header {
        padding-top: 4rem !important;
    }

    .top-category-header,
    .it-solution-header {
        padding: 0 1rem;
    }

    .it-solution {
        margin-top: 2rem;
    }
}

/* Review */

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.review-card-head {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #6c757d;
}

.Brandon {
    img {
        height: 40px !important;
    }
}

.Greg {
    img {
        height: 35px !important;
    }
}

.review-card-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.review-card-section div img {
    width: 60px;
    height: 60px;
}

.reviewer {
    font-size: medium;
    font-weight: bold;
    color: #173560;
}

.review-header {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inverted-comma {
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 1rem;
    display: inline-block;
    color: #6c757d;
    margin: 0 -0.1rem -1rem -0.5rem;
    vertical-align: middle;
}

.efax img {
    height: 30px !important;
}

.Avanan img {
    height: 40px !important;
}

.review-section {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}

.slider-window {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.review-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    width: 100%;
}


.review-page {
    flex: 0 0 100%;
    display: grid;
    gap: 20px;
    padding: 1rem 0;
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 auto;
    min-width: auto;
    height: 410px;
}

.review-card.popup {
    transform: scale(1);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.review-card-main img {
    height: 50px;
    margin-bottom: 10px;
}

.reviewer-img img {
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.review-card-main {
    padding: 10px;

    p {
        font-weight: 400 !important;
        font-size: 1rem !important;
    }
}

.review-card h4 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.review-card p {
    font-size: 14px;
    color: #555;
}

.reviews-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    font-size: 25px;
    z-index: 2;
    flex-shrink: 0;
    color: #ccc;
}

.slider-btn.left {
    margin-right: 10px;
}

.slider-btn.right {
    margin-left: 10px;
}

.slider-btn:hover {
    color: #25a8ff;
    border-color: #25a8ff;
}

.slider-btn.disabled {
    pointer-events: none;
    color: #ccc;
    border-color: #ccc;
}

@media (max-width: 1024px) {

    .review-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .review-page {
        flex-direction: column;
    }

    .review-card.popup {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    }
}

@media (max-width: 480px) {
    .review-card-head {
        height: auto;
        flex-wrap: wrap;
    }

    .Brandon {
        justify-content: center !important;
    }

    .review-wrapper {
        grid-template-columns: 1fr;
    }

    .review-card {
        height: 440px;
    }

    .dots span {
        height: 8px;
        width: 8px;
        margin: 0;
    }
}

/* footer-top */

.footer-top {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #2e4163;
}

.footer-top-items {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: small;

    a {
        text-decoration: none;
        color: white;
    }
}

.footer-top-item-first {
    font-size: larger;
    font-weight: bold;
}

@media (max-width: 1024px) {

    .footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1rem;
    }

    .footer-top-items {
        flex-direction: column;
        padding: 10px;
        font-size: 0.9rem;
        gap: 0.5rem;

        a {
            font-size: 0.9rem;
        }
    }

    .footer-top-item-first {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .container {
        width: 90% !important;
    }
}

@media (max-width: 480px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1rem;
    }

    .footer-top-items {
        padding: 0.8rem;
        font-size: 0.8rem;

        a {
            font-size: 0.8rem;
        }
    }

    .footer-top-item-first {
        font-size: 1rem;
    }

    li[data-testid="headerHomeBar:registration"] {
        display: none !important;
    }
}


/* footer */

.main-footer {
    background-color: #2e4163;
}

*,
::after,
::before {
    box-sizing: content-box !important;
}

.footerBottomBar_row {
    margin: 0 !important;
}

.footerBottomBar_row--bottom {
    bottom: 40px !important;
    padding: 0 !important;
    min-height: 0px !important;
}

/* Listing page */

.checkbox_text--checked::before {
    border: none !important;
    background-color: var(--primaryColor) !important;
}

.category-sidebar {
    max-width: 22% !important;
}

.js-product-listing {
    max-width: 72% !important;
}

.grid_item {
    padding: 14px 0 !important;
}