:root {
    --primary-color: #252064;
    /* Maroon */
    /* Golden */
    --light-bg-text-color: #000;
    /* Black */
    --dark-bg-text-color: #fff;
    /* White */
    --heading-color: #16243E;
    /* Navy */
    --icon-bg: #2761e7;
    /* Blue */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span {
    font-family: 'outfit';
}


@media (min-width: 1400px) {

    .container,
    .container-xxl {
        max-width: 1800px !important;
    }
}

header.header-sec {
    padding: 14px 5px;
}

.header-menu-parent {
    background: rgba(230, 239, 253, 1);
}

.web-logo-wrapper img {
    width: 60%;
}

.web-logo-wrapper {
    text-align: center;
}

.search-bar-wrapper input {
    width: 100%;
    padding: 11px 15px;
    border-radius: 40px;
    min-width: 290px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #777;
    max-width: 100%;
    position: relative;
}

.search-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    background: var(--primary-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar-wrapper {
    position: relative;
}

.search-btn i {
    color: #fff;
    font-size: 17px;
}

.icon-box-wrapper {
    display: flex;
    gap: 27px;
}

.icon-box {
    display: flex;
    gap: 15px;
}

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

.icon-content h6 {
    font-size: 14px;
    margin: 0;
    color: var(--light-bg-text-color);
    font-weight: 400;
}

.icon-content span {
    font-size: 14px;
    font-weight: 400;
    color: var(--icon-bg);
}

.icon i {
    font-size: 27px;
}

.custom-gutter {
    --bs-gutter-x: 2.5rem;
}

.categories-menu-bg {
    background: rgba(230, 239, 253, 1);
    padding: 11px 5px;
}

.categories-dropdown {
    text-align: center;
}

.categories-dropdown a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.categories-dropdown .wd-tools-inner {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 10px 0 3px;
    border-radius: 42px;
    background: var(--dark-bg-text-color);
    transition: background-color .25s ease;
}

.categories-dropdown .wd-tools-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-dropdown .wd-tools-icon i {
    font-size: 20px;
    color: var(--dark-bg-text-color);
}

.categories-dropdown .wd-tools-text {
    margin: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--light-bg-text-color);
}


.website-menu .menu-list {
    padding: 0;
    margin: 0;

}

.website-menu .menu-list li {
    display: inline-block;
    position: relative;
}

/* .website-menu .menu-list li.has-dropdown>a::after {
    content: "\f107" !important;
    font-family: "FontAwesome" !important;
    font-size: 10px;
    margin-left: 6px;
}

.website-menu .dropdown .has-dropdown>a::after {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    float: right;
} */

.website-menu .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 6px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 999;
}

.website-menu li.has-dropdown:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.website-menu .dropdown .has-dropdown {
    position: relative;
}

.website-menu .dropdown.nested {
    top: 0;
    left: 100%;
    margin-left: 5px;
}

.website-menu .dropdown li {
    display: block;

}

.website-menu .dropdown li a {
    padding: 8px 15px;
    display: block;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
}

.website-menu .dropdown li a:hover {
    background: rgba(0, 0, 0, .05);
    color: var(--primary-color);
}

.website-menu ul li a {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    margin-right: 9px;
    color: #000;
    padding: 6px 0;
    transition: color .3s ease;
}

/* underline */
.website-menu ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    transition: width .35s ease;
}

/* hover effect */
.website-menu ul li a:hover {
    color: var(--primary-color);
}

.website-menu ul li a:hover::after {
    width: 100%;
}

.functions-btns-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.contact-btn a {
    background: var(--primary-color);
    padding: 10px 15px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: all .6s ease;
}

.contact-btn a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.contact-btn a:hover::before {
    left: 120%;
}

.label-btn a {
    background: var(--primary-color);
    padding: 10px 15px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.label-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: all .6s ease;
}

.label-btn a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.label-btn a:hover::before {
    left: 120%;
}

.accounts-btn {
    display: flex;
    gap: 15px;
}

.cart-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-box {
    position: relative;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.user-box i {
    font-size: 18px;
    color: var(--primary-color);
    transition: transform .4s ease, color .3s ease;
}

.user-box:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.user-box:hover i {
    transform: rotate(180deg) scale(1.15);
    color: #000;
}

.compare-box {
    position: relative;
    background: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.compare-box i {
    font-size: 21px;
    color: var(--primary-color);
    transition: transform .4s ease, color .3s ease;

}

span.count {
    position: absolute;
    top: -3px;
    inset-inline-end: -7px;
    background: #fff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: transform .3s ease, background .3s ease;
}

/* 🔥 Hover */
.compare-box:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.compare-box:hover i {
    transform: rotate(180deg) scale(1.15);
    color: #000;
}

.compare-box:hover .count {
    transform: scale(1.2);
    background: var(--primary-color);
    color: #fff;
}

.favorite-box {
    position: relative;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.favorite-box i {
    font-size: 16px;
    color: var(--primary-color);
    transition: transform .4s ease, color .3s ease;
}

.favorite-box:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
}

.favorite-box:hover i {
    transform: rotate(180deg) scale(1.15);
    color: #000;
}

.favorite-box:hover .count {
    transform: scale(1.2);
    background: var(--primary-color);
    color: #fff;
}

.cart-box .icon {
    position: relative;
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-box .icon i {
    color: var(--dark-bg-text-color);
    font-size: 16px;
}

.cart-count {
    font-size: 16px;
    font-weight: 500;
}

.main-bg-wrapper {
    background: #f6f6f6;
}

section.banner-sec {
    padding: 14px 5px;
}

.slide-image {
    position: relative;
    display: flex;
    /* align-items: center; */
    height: 410px;
    object-fit: cover;
}

.slides-content {
    position: absolute;
    padding: 24px 29px;
}

.slides-content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 21px;
}

.slides-content p {
    color: #777;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 23px;
}


.slides-content a {
    background: var(--primary-color);
    padding: 10px 19px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.slides-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: all .6s ease;
}

.slides-content a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.slides-content a:hover::before {
    left: 120%;
}

.banner-trigger .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background: #fff; */
    z-index: 9;
}

.banner-trigger .slick-prev {
    left: -10px;
}

.banner-trigger .slick-next {
    right: -5px;
}

.banner-trigger .slick-arrow::before {
    color: var(--primary-color);
    font-size: 18px;
}

.slick-prev:before {
    content: "\f104" !important;
    font-family: 'FontAwesome' !important;

}

.slick-next:before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;

}

.label-finder {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 10px;
    border-radius: 10px;
}

.label-content {
    position: absolute;
    padding: 12px 44px;
}

.label-content span {
    color: var(--dark-bg-text-color);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 9px;
}

.label-content h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--dark-bg-text-color);
    font-weight: 600;
}

.label-content p {
    font-size: 14px;
    color: var(--dark-bg-text-color);
    font-weight: 400;
    line-height: 26px;
}



.label-content a {
    background: var(--primary-color);
    padding: 10px 19px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.label-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: all .6s ease;
}

.label-content a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.label-content a:hover::before {
    left: 120%;
}

.label-finder img {
    transition: transform .3s ease;
    border-radius: 10px;
}

.label-finder img:hover {
    transform: scale(1.08);
}

.handheld-wrapper {
    display: flex;
    gap: 12px;
}

.rfid-sec {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.rfid-sec img {
    min-height: 150px;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.rfid-content {
    position: absolute;
    padding: 12px 21px;
}

.rfid-content h3 {
    font-size: 18px;
}

.rfid-content p {
    font-size: 14px;
}

.rfid-content a {
    background: #fff;
    padding: 14px 13px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
}

.computer-sec {
    position: relative;
    display: flex;
    overflow: hidden;
}

.computer-content {
    position: absolute;
    padding: 14px 21px;
}

.computer-content h3 {
    font-size: 18px;
}

.computer-content p {
    font-size: 14px;
}

.computer-content a {
    background: #fff;
    padding: 14px 13px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
}

.computer-sec img {
    min-height: 150px;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.computer-sec img:hover,
.rfid-sec img:hover {
    transform: scale(1.08);
}

/* Categories Section */
section.categories-sec {
    padding: 52px 5px;
}

.category-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 17px;
}

.category-img img {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.category-img img:hover {
    scale: 1.08;
}

.category-content h4 {
    color: #000;
    font-size: 18px;
    /* text-align: center; */
}

.category-box a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.category-content span {
    color: #777;
    font-size: 14px;
}

.category-box {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 26px 29px;
}

.categories-heading-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 22px;
}

/* Product Section */
.col-5th {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991px) {
    .col-5th {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .col-5th {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ===== PRODUCT BOX ===== */
.product-box {
    background: #fff;
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: box-shadow .3s ease, transform .3s ease;
    position: relative;
    cursor: pointer;
}

.product-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.hardware-hidden-block {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 14px;
    transition: ;
}

.hardware-hidden-block ul li {
    list-style-type: none;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-bottom: 8px;
}

.hardware-hidden-block ul li span {
    color: #000;
}

.hardware-hidden-block ul {
    padding: 0;
}

.product-box:hover .hardware-hidden-block {
    display: block;
}
/* ===== IMAGE BOX ===== */
.product-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-img-box img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
    border-radius: 10px;
}

.product-box:hover .product-img-box img {
    transform: scale(1.08);
}

/* ===== SALE BADGE ===== */
.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* ===== BUTTONS WRAPPER (Compare / Wishlist / Search) ===== */
.btns-wrapper {
    position: absolute;
    top: 10px;
    right: -50px;
    /* initially hidden */
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: right .4s ease;
}

.product-box:hover .btns-wrapper {
    right: 10px;
}

.btns-wrapper div {
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform .3s ease, background .3s ease;
    position: relative;
}

/* Tooltip text */
/* Tooltip text */
.btns-wrapper div::after {
    content: attr(data-title);
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
}

/* Tooltip arrow */
.btns-wrapper div::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 6px solid transparent;
    border-right-color: #111;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
}

/* Hover */
.btns-wrapper div:hover::after,
.btns-wrapper div:hover::before {
    opacity: 1;
}

.btns-wrapper div:hover {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}

/* ===== PRODUCT CONTENT ===== */
.product-content {
    padding: 15px 20px;
    text-align: left;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.product-categories {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 6px;
}

.review-box i {
    color: #777;
    font-size: 12px;
}

.in-stock {
    font-size: 13px;
    color: green;
    margin: 6px 0;
    display: flex;
    align-items: center;
}

.in-stock i {
    margin-right: 5px;
}

/* ===== PRODUCT PRICE ===== */
.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* ===== ADD TO CART ===== */
.product-content .add-to-cart-btn {
    display: inline-flex;
    /* changed from block to inline-flex */
    align-items: center;
    justify-content: center;
    background: var(--icon-bg);
    color: #fff;
    padding: 12px 20px;
    /* adjust as needed */
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: auto;
    /* let height grow with padding */
    width: 100%;
}

/* Wrapper for text and icon */
.product-content .add-to-cart-btn .btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 20px;
    /* ensure a minimum height */
}

/* Text */
.product-content .add-to-cart-btn .btn-text {
    position: relative;
    /* change from absolute */
    display: block;
    transition: all 0.4s ease;
}

/* Icon */
.product-content .add-to-cart-btn .btn-icon {
    position: absolute;
    /* keep absolute for hover animation */
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 16px;
}

/* Hover: text slide up, icon slide in */
.product-box .product-content .add-to-cart-btn:hover .btn-text {
    transform: translateY(-100%);
    opacity: 0;
}

.product-box .product-content .add-to-cart-btn:hover .btn-icon {
    top: 50%;
    /* center vertically */
    transform: translate(-50%, -50%);
    opacity: 1;
    color: #fff;
}

.btns-wrapper div i {
    color: #777;
}
.categories-trigger .slick-slide {
    padding: 0 14px;
}
.product-box a {
    text-decoration: none;
}

.sku {
    font-size: 12px;
    padding: 11px 0;
}

.btns-wrapper div:hover i {
    color: #fff;
}

span.sku-num {
    color: #777;
}

section.product-sec {
    padding: 64px 12px;
}

.products-main-heading-wrapper {
    padding-bottom: 34px;
}

.products-main-heading-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

.products-more-product-btn a {
    background: #E1EBFF;
    padding: 10px 20px;
    border-radius: 40px;
    color: #1C61E7;
    text-decoration: none;
    font-size: 13px;
}

.products-more-product-btn a i {
    margin-left: 6px;
}

.products-more-product-btn {
    text-align: right;
}

/* Printers section */
.printer-image-sec {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.printer-image-sec img {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.printer-image-sec img:hover {
    transform: scale(1.08);
}

.printer-content {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50px);
    text-align: center;
}

.printer-content span {
    color: #777;
    font-size: 25px;
    font-weight: 600;
}

.printer-content h6 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;

}

/* Single Product Section */
section.single-product-sec {
    padding: 64px 12px;
}

.single-product-wrapper {
    background: #fff;
    padding: 12px 81px;
    min-height: 400px;
    border-radius: 20px;
    display: flex;
    /* height: 100%; */
}

.product-image img {
    width: 70%;
}

.product-image {
    text-align: center;
}

.single-product-content h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 67px;
}

.single-product-content p {
    font-size: 16px;
    width: 70%;
}

.attr-wrapper {
    display: flex;
    gap: 15px;
}

.attr-wrapper div {
    background: #f3f3f3;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}

.product-trigger {
    position: relative;
}

/* Left arrow base */
.product-trigger .custom-prev {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9;
}

/* Icon */
.product-trigger .custom-prev i {
    color: #333;
    font-size: 14px;
}

/* Show arrow on hover */
.product-trigger:hover .custom-prev {
    opacity: 1;
    visibility: visible;
    left: -25px;
    /* slight slide-in */
}

/* Hover effect */
.product-trigger .custom-prev:hover {
    background: var(--primary-color);
}

.product-trigger .custom-prev:hover i {
    color: #fff;
}

section.featured-product-sec {
    padding: 64px 12px;
}

.featured-product-heading-wrapper {
    padding-bottom: 28px;
}

.featured-product-heading-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

.featured-product-box {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 12px 13px;
}

.featured-product-content h6 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
}

.featured-product-content .featured-ratings i {
    color: #777;
    font-size: 12px;
}

.featured-ratings {
    display: flex;
    padding: 5px 0px;
}

.featured-product-content .featured-price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}

.featured-product-trigger .slick-slide {
    padding: 0 10px;
}

section.partners-sec {
    padding: 64px 12px;
}
.partner-trigger .slick-slide {
    padding: 0 40px;
}
.partner-container {
    max-width: 1440px;
    margin: 0 auto;
}

.partner-trigger .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.partner-trigger img {
    max-height: 150px;
    /* transition: opacity .3s ease; */
    max-width: 100%;
}

.partner-trigger .slick-slide {
    padding: 0 10px;
}

.partner-trigger .slick-dots {
    display: flex;
    justify-content: center;
    gap: 2px;
}

/* sab dots hide */
.partner-trigger .slick-dots li {
    display: none;
}
.partner-trigger {
    position: relative;
}
.partner-trigger .slick-track {
    display: flex !important;
    align-items: center !important;
}

.partner-trigger .slick-slide {
    height: auto;
    float: none;
}

.partner-trigger .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 150px;  /* ✅ fixed height do */
    width: 100%;
    padding: 46px;
    box-sizing: border-box;
}

.partner-trigger .item img {
    max-width: 100%;
    max-height: 150px;  /* ✅ item height se 80% */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .partner-trigger .item {
        height: 120px;
    }
    .partner-trigger .item img {
        max-height: 90px;
    }
}

@media (max-width: 576px) {
    .partner-trigger .item {
        height: 100px;
    }
    .partner-trigger .item img {
        max-height: 70px;
    }
}
.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

/* sirf first 4 dots show */
.partner-trigger .slick-dots li:nth-child(-n+4) {
    display: block;
}

.partner-heading-wrapper {
    padding-bottom: 21px;
}

.partner-heading-wrapper h2 {
    font-size: 69px;
    font-weight: 500;
    line-height: 67px;
    color: #252064;
}

/* About Us Section */
section.about-us-sec {
    padding: 24px 12px;
    background: #fff;
    border-radius: 10px;
    margin: 0 15px;
}

section.about-us-sec h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}

section.about-us-sec p {
    font-size: 16px;
    color: #777;
    max-height: 160px;
    /* jitna preview chahiye */
    overflow: hidden;
    transition: max-height .4s ease;
}

.about-content-wrapper p.expanded {
    max-height: 2000px;
    /* enough for full text */
}
.about-text {
    position: relative;
}

.more-text {
    display: none;
}

.read-less-btn {
    display: none;
}

/* Smooth transition */
.initial-text,
.more-text,
.continued-text {
        display: inline; 
    transition: all 0.3s ease;
    color: #777;
}

/* Jab expanded ho */
.about-text.expanded .more-text {
    display: block;
}

.about-text.expanded .read-more-btn {
    display: none;
}

.about-text.expanded .read-less-btn {
    display: inline-flex;
}
/*.more-text {*/
/*    display: none;*/
/*}*/

/*.read-less-btn {*/
/*    display: none;*/
/*}*/

.about-content-wrapper a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    padding: 8px 14px;
    background: #f3f3f3;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;

}

.about-content-wrapper a i {
    margin-left: 5px;
}


/* Footer Section */
footer.footer-sec ul {
    padding: 0;
}

footer.footer-sec {
    padding: 64px 12px;
}

.footer-logo img {
    max-width: 60%;
    height: auto;
}

.social-icon-wrapper h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.social-icon-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 1px;
    /* height: 35px; */
    /* width: 35px; */
    /* background: #000; */
    /* border-radius: 500px; */
}

.social-icon-wrapper ul li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 500px;
    text-decoration: none;
}
ul.contact-info a i {
    color: #252064;
}
.social-icon-wrapper ul li a i {
    color: #fff;
    font-size: 16px;
}

/* Hover effect for social icons */
.social-icon-wrapper ul li a:hover {
    background: #fff;
    /* background white */
    color: var(--primary-color);
    /* icon color change */
    transform: scale(1.2);
    /* slight zoom effect */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

}

/* icon color change on hover */
.social-icon-wrapper ul li a:hover i {
    color: var(--primary-color);
}

.footer-logo-wrapper p {
    font-size: 16px;
    color: #777;
    width: 55%;
}

.footer-logo {
    padding-bottom: 17px;
}

.policies-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.policies-wrapper .policy-list li {
    list-style-type: none;
    margin-bottom: 13px;
}

.policies-wrapper .policy-list li a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.policies-wrapper .policy-list li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    /* distance from text */
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.policies-wrapper .policy-list li a:hover {
    color: var(--primary-color);
}

.policies-wrapper .policy-list li a:hover::after {
    width: 100%;
}

.footer-categories-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.footer-categories-wrapper .footer-category-list li {
    list-style-type: none;
    margin-bottom: 13px;
}

.footer-categories-wrapper .footer-category-list li a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-categories-wrapper .footer-category-list li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    /* distance from text */
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.footer-categories-wrapper .footer-category-list li a:hover {
    color: var(--primary-color);
}

.footer-categories-wrapper .footer-category-list li a:hover::after {
    width: 100%;
}

.contact-info-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.contact-info-wrapper .contact-info li {
    list-style-type: none;
    margin-bottom: 13px;
}

.contact-info-wrapper .contact-info li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.contact-info-wrapper .contact-info li a i {
    margin-right: 15px;
}

section.min-footer {
    padding: 12px 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.105);
}

section.min-footer p {
    font-size: 16px;
    color: #777;
}


/* Contact Us Page */
.inner-banner-sec {
    background: url(../images/inner-banner.webp) no-repeat #00000061;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    padding: 64px 12px;
    position: relative;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
}

.inner-banner-heading-wrapper h2 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}

section.contact-us-sec {
    padding: 64px 12px;
}

section.contact-us-sec .container {
    max-width: 1400px !important;
}

.contact-us-heading h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}

.contact-us-form input {
    width: 100%;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #69727d;
    color: #1f2124;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 14px;
}

.contact-us-form textarea {
    width: 100%;
    padding: 6px 11px;
    background: #fff;
    border: 1px solid #69727d;
    color: #1f2124;
    vertical-align: middle;
    border-radius: 3px;
}

.contact-us-form select {
    width: 100%;
    padding: 6px 11px;
    background: #fff;
    border: 1px solid #69727d;
    color: #1f2124;
    vertical-align: middle;
    border-radius: 3px;
}

.contact-us-form label {
    margin-bottom: 5px;
    vertical-align: middle;
    color: #000;
}

.input-wrapper {
    padding-bottom: 14px;
}

.contact-us-form button {
    width: 100%;
    padding: 9px 24px;
    background: var(--light-bg-text-color);
    border: 1px solid var(--light-bg-text-color);
    color: var(--dark-bg-text-color);
    vertical-align: middle;
    border-radius: 3px;
}

.clr-btn-wrapper a {
    padding: 12px 19px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.contact-information-heading {
    padding: 14px 0;
}

.contact-information-heading h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}

.contact-icon-box-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
    align-items: center;
}

.icon-wrapper {
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper i {
    color: #fff;
    font-size: 25px;
}



.icon-content h6 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.icon-content p a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

/* Optional: make radio buttons more modern */
.form-check-input-1 {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    border: 2px solid #ccc;
    transition: border 0.3s, background 0.3s;
}

.form-check {
    padding: 0 !important;
}

.form-check-input-1:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-label {
    cursor: pointer;
    margin-left: 4px;
    font-size: 15px;
    color: #333;
    transition: color 0.3s;
}

.form-check-input:hover+.form-check-label {
    color: var(--primary-color);
}

.inner-heading-wrapper {
    padding: 12px 0 24px 0;
}

.inner-heading-wrapper h5 {
    font-size: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #444;
}

.checkbox-item input {
    margin-right: 8px;
    cursor: pointer;
    width: inherit !important;
}

section.terms-sec {
    padding: 64px 12px;
}

.terms-point {
    padding-bottom: 16px;
}

.terms-point h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}

.terms-point p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
}

/* Single Product Page */
section.single-product-se {
    padding: 100px 44px;
}

section.single-product-se .breadcrumbs ul li {
    list-style-type: none;
    display: inline;
    margin-left: 5px;
}

section.single-product-se .breadcrumbs ul li a {
    color: var(--icon-bg);
    text-decoration: none;
    font-size: 18px;
}

section.single-product-se .breadcrumbs ul li:not(:last-child)::after {
    content: "\f101";
    font-family: "FontAwesome";
    /* font-weight: 900; */
    margin-left: 4px;
    color: #777;
}

.breadcrumbs {
    padding-bottom: 25px;
}

.single-product-image-wrapper {
    text-align: right;
}

.single-product-company-wrapper {
    text-align: end;
    padding: 43px 0;
}

.single-product-content-wrapper {
    padding: 0px 30px;
    padding-bottom: 41px;
}

.single-product-content-wrapper h2 {
    font-size: 28px;
    color: #4d4d4d;
    font-weight: 600;
}

.spec ul li {
    display: inline-flex;
    margin-right: 5px;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 16px;
}

.spec ul li:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #777;
}

.spec ul {
    padding: 0;
}

.spec-list {
    list-style: none;
    padding: 14px 0px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 27px;
}

.spec-list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
}

.spec-list .label {
    font-weight: 600;
    color: #333;
}

.spec-list .value {
    color: #4d4d4d;
    text-align: right;
}

.custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-family: inherit;
}

.acc-item {
    background: #e7e7e7;
    border-radius: 12px;
    overflow: hidden;
}

.acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
}

.acc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.acc-icon {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.acc-item.active .acc-arrow {
    transform: rotate(-135deg);
}

.acc-content {
    display: none;
    background: #f7f7f7;
    padding: 22px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    /* background: #000; */
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.acc-item.active .acc-content {
    display: block;
    border: 1px solid #e0e0e0;
    padding: 22px;

    /* max-height: 1000px;
    opacity: 1;
    padding: 22px; */
}

.acc-content h5 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 32px;
}

.acc-content h6 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 27px;
}

.acc-content ul {
    padding-left: 18px;
    margin: 10px 0 0;
}

.add-to-cart-box-wrapper {
    background: #f8f7f7;
    padding: 16px 42px;
    width: 80%;
    border-radius: 28px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
}

.add-to-cart-box-wrapper .price {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.in-stock span {
    display: inline-block;
}


.add-to-cart-box-wrapper .in-stock {
    display: flex;
    justify-content: center;
}

.add-to-cart-box-wrapper .in-stock span {
    font-size: 20px;
    color: #008000;
}

.cart-items input {
    padding: 5px 17px;
    width: 79px;
    border: 1px solid #e7e7e7;
    border-radius: 40px;
    color: #777;
    font-size: 17px;
}

.cart-items {
    padding-bottom: 15px;
}

.cart-items button {
    padding: 5px 17px;
    border-radius: 40px;
    background: #ffd154;
    border: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.discount-box {
    background: #fff;
    padding: 21px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 80%;
    margin: 0 auto;
}

.discount-box span {
    margin-right: 16px;
}

.delivery-options-box {
    background: #fff;
    padding: 34px;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 80%;
    border-radius: 20px;
}

.delivery-options-box ul li {
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 36px;
    position: relative;
}

.delivery-options-box ul {
    padding: 0;
    width: 80%;
    margin: 0 auto;
}

.delivery-options-box ul li i {
    font-size: 25px;
    color: #7c7c7c;
    margin-right: 14px;
}

.delivery-options-box ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #ddd;
    bottom: -19px;
    left: 0;
}



/* F Css */
.pc-align-flex {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 50px 0 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.printer-header {
    padding: 50px 0 50px;
}

.system p {
    /* text-align: center; */
    padding: 18px 0 10px;
    color: #2761e7;
    font-weight: 600;
    /* border-bottom: 1px solid lightgrey; */
    margin: 0;
    text-align: center;
}

.printer-header {
    padding: 50px 0 50px;
}

.printer-header h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 10px;
}

/* SECOND__PAGE__CSS___ */

.accordion-wrapper {
    max-width: 700px;
    margin: auto;
}

.accordion-item {
    margin-bottom: 15px;
    /* accordions ke beech space */
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.accordion-header {
    background: #e0e0e0;
    /* grey header */
    padding: 15px 24px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header h3 {
    font-size: 19px;
    font-weight: 600;
}
.accordian-head-btn a {font-weight: 600;text-decoration: none;}
.accordion-header i {
    font-size: 22px;
}

.accordion-body {
    padding: 15px 44px;
    display: none;
    background: #fff;
}

section.detail-printers {
    padding: 50px 0 50px;
}

.accordian-head-btn {
    padding: 0 0 20px;
}

.according-two-content a {
    display: flex;
    font-weight: 600;
    padding: 0 0 3px;
    text-decoration: none;
}

.expend a {
    color: darkgrey;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid lightgrey;
    display: inline-block;
    padding: 3px 15px 3px;
    border-radius: 25px;
    text-decoration: none;
}

.expend {
    padding: 10px 0 0;
}

.copy-filter a {
    background: #2761e7;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px 10px;
    border-radius: 30px;
    text-decoration: none;
}

.copy-filter {
    padding: 10px 0 0;
}

/*  */
.search-box {
    position: relative;
    max-width: 320px;
}

.search-box input {
    width: 270px;
    padding: 10px 15px 10px;
    /* right space icon ke liye */
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
}

.search-box .search-icon {
    position: absolute;
    right: -1px;
    top: 49%;
    transform: translateY(-50%);
    background: #999999;
    /* grey bg */
    width: 40px;
    height: 43px;
    border-radius: 0px 13px 13px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /* click input pe hi rahe */
    color: white;
}

.search-icon i {
    font-size: 14px;
    color: #555;
}

/*  */

.filter-box {
    position: relative;
    width: 220px;
}

.filter-box select {
    width: 240px;
    padding: 10px 9px 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor: pointer;
    color: grey;
}

/* arrows */
.filter-box .arrow {
    position: absolute;
    right: 12px;
    font-size: 10px;
    color: #666;
    pointer-events: none;
}

.filter-box .arrow.up {
    top: 13%;
    left: 97%;
}

.filter-box .arrow.down {
    top: 45%;
    left: 97%;
}

/*  */

.top-searches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7e7e7;
    padding: 10px 35px 10px;
    border-radius: 30px;
}

.srch-one p {
    font-weight: 600;
    margin: 0;
}

.type-printer img {
    width: 100%;
    max-width: 84px;
}

.type-printer {
    text-align: center;
    padding: 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.type-printer a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0 0 30px;
}

.pagination {
    display: flex;
    list-style: none;
    gap: 8px;
    padding: 0;
}

.page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    color: #2761e7;
    font-size: 14px;
    transition: all 0.3s ease;
}

.page-item a:hover {
    background: #f0f0f0;
}

.page-item.active a {
    background: #999999;
    color: white;
    border-color: #000;
    border-radius: 30px;
}

.page-item.arrow a {
    font-size: 18px;
    font-weight: bold;
}

.epson img {
    width: 100%;
    max-width: 115px;
}

.products-detail-for-buyer-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 20px 20px 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 15px 0 30px;
}

.dis-details h2 {
    font-size: 23px;
    font-weight: 600;
    color: #2761e7;
}

.dis-details p {
    font-size: 15px;
    color: dimgrey;
    padding: 5px 0 5px;
}

.dis-details h4 {
    font-size: 15px;
    font-weight: 600;
}

.thermal p {
    padding: 0 0 0;
    font-size: 16px;
    color: dimgrey;
    font-weight: 400;
    margin: 0;
}

.end-disc p {
    padding: 10px 0 10px;
    font-size: 17px;
    font-weight: 100;
    color: black;
}

.thermal {
    display: flex;
    align-items: center;
    gap: 0px 4px;
    border: 1px solid lightgrey;
    width: 45%;
    padding: 5px 10px 5px;
    border-radius: 20px;
    margin: 10px 0 0;
}

.number-dropdown {
    /* width: 120px; */
    /* position: relative; */
    /* font-family: Arial, sans-serif; */
}
.dropdown-field input {
    border-radius: 18px;
    text-align: center;
    width: 100px;
    padding: 3px 12px;
    border: 1px solid #ccc;
}
.dropdown-field {
    /* border: 1px solid #ccc; */
    /* border-radius: 18px; */
    /* padding: 5px 30px 5px; */
    /* cursor: pointer; */
    /* position: relative; */
    /* background: #fff; */
}

.dropdown-field span {
    font-size: 14px;
}

.arrows {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 10px;
    color: #666;
    gap: 3px;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none;
    max-height: 160px;
    overflow-y: auto;
    background: #fff;
}

.dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-list li:hover {
    background: #f0f0f0;
}

.confirm-price a {
    background: #ffd154;
    color: black !important;
    font-weight: 500;
    padding: 9px 15px 9px;
    border-radius: 30px;
    text-decoration: none;
}

.rates-count {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 7px 0 7px;
}

.pricing-product {
    text-align: center;
}

.pricing-product a {
    color: #008000;
    font-weight: 400;
}

.pricing-product h2 {
    font-size: 26px;
    font-weight: 600;
    color: #252064;
    padding: 0 0 5px;
}

.quantity-discount {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    padding: 15px 0px 15px;
    border-radius: 20px;
    margin: 15px 0 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.quantity-discount h4 {
    font-size: 17px;
}

.quantity-discount p {
    font-size: 14px;
    padding: 5px 0 5px;
}

.transport p {
    font-size: 14px;
}

.side-price {
    position: absolute;
    top: 0%;
    left: 0%;
}

.printer-details {
    padding-bottom: 24px;
}

.pc-align-flex .system {
    flex: 0 0 calc((100% - (5 * 20px)) / 6);
    /* gap ko subtract kiya */
    box-sizing: border-box;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.printer-header a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

/* SECOND__PAGE__CSS___ */
/* Parent li relative */
/* Offcanvas basic styling */
.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
    z-index: 9999999999;
    overflow-y: auto;
    transform: translateX(-100%);
    /* hidden */
    transition: transform 0.35s ease;
    visibility: visible;
}

.offcanvas-header h3 {
    background: var(--icon-bg);
    color: #fff;
    padding: 10px 39px;
    font-size: 19px;
    border-radius: 50px;
}
.offcanvas.show {
    transform: translateX(0);
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.offcanvas-header button {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.offcanvas-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-menu li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.offcanvas-menu li a:hover {
    background: #f0f0f0;
}

/* Overlay */
#offcanvasOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

#offcanvasOverlay.show {
    display: block;
}

ul.menu-list {
    padding: 0;
    margin: 0;
}

ul.menu-list li {
    list-style-type: none;
}

/* Submenu hidden by default */
.submenu {
    list-style: none;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fafafa;
}

/* When open */
.has-submenu.open>.submenu {
    max-height: 500px;
    /* enough height */
}

/* Optional arrow indicator */
.submenu-toggle::after {
    content: "+";
    float: right;
}

.has-submenu.open>.submenu-toggle::after {
    content: "-";
}


/* Cart Off Canvas */

.shopping-offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.shopping-offcanvas.open {
    right: 0;
}

/* Shopping Header */
.shopping-offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 2px solid #eee;
}

.shopping-offcanvas-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.shopping-close-btn {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #777;
    transition: 0.2s;
}

.shopping-close-btn:hover {
    color: #000;
}

/* Shopping Body */
.shopping-offcanvas-body {
    flex: 1;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.shopping-empty-text {
    font-size: 16px;
    color: #777;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Return to Shop Button */
.shopping-return-btn {
    background: var(--icon-bg);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.shopping-return-btn:hover {
    background: #1e2b37;
}

/* Shopping Overlay */
.shopping-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 999;
}

.shopping-overlay.active {
    visibility: visible;
    opacity: 1;
}

.shopping-cart-icon i {
    font-size: 86px;
    color: #f1f1f1;
}

.shopping-cart-icon {
    padding: 22px 0;
}

/* Responsive */
@media (max-width: 450px) {
    .shopping-offcanvas {
        max-width: 100%;
    }
}




/* Login Offcanvas */
.signin-offcanvas {
    position: fixed;
    top: 0;
    right: -450px;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.signin-offcanvas.open {
    right: 0;
}

/* Sign In Header */
.signin-offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    border-bottom: 2px solid #eee;
}

.signin-offcanvas-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.signin-close-btn {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #777;
    transition: 0.2s;
}

.signin-close-btn:hover {
    color: #000;
}

/* Sign In Body */
.signin-offcanvas-body {
    flex: 1;
    padding: 15px 25px;
    overflow-y: auto;
}

/* Form Styles */
.signin-form-group {
    margin-bottom: 20px;
}

.signin-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.signin-form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
}

.signin-form-control:focus {
    outline: none;
    border-color: var(--icon-bg);
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
}

/* Log In Button */
.signin-login-btn {
    background: var(--icon-bg);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

.signin-login-btn:hover {
    background: var(--heading-color);
}

/* Row for Remember Me & Lost Password */
.signin-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.signin-col-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.signin-col-left input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.signin-col-left label {
    color: #555;
    cursor: pointer;
    font-size: 14px;
}

.signin-col-right a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.signin-col-right a:hover {
    text-decoration: underline;
}

/* Border Divider */
.signin-border {
    border-top: 1px solid #eee;
    margin: 10px 0;
}

/* User Icon */
.signin-user-icon {
    text-align: center;
    font-size: 60px;
    margin-bottom: 5px;
}

/* No Account Text */
.signin-no-account {
    text-align: center;
    color: #555;
    font-size: 14px;
    margin-bottom: 2px;
}

/* Create Account Link */
.signin-create-link {
    display: block;
    text-align: center;
    background: transparent;
    color: #2c3e50;
    /* border: 2px solid #2c3e50; */
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}



/* Sign In Overlay */
.signin-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 1099;
}

.signin-overlay.active {
    visibility: visible;
    opacity: 1;
}

.signin-user-icon i {
    color: #f1f1f1;
}

/* Responsive */
@media (max-width: 500px) {
    .signin-offcanvas {
        max-width: 100%;
    }

    .signin-row {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}


.wishlist-sec {
    min-height: 600px;
    background: #f6f6f6;
    width: 100%;
    padding: 64px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-icon {
    text-align: center;
}

.wishlist-icon i {
    font-size: 136px;
    color: #f1f1f1;
}

.wishlist-heading h2 {
    margin-top: 1vw;
    margin-bottom: 15px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    /* font-style: var(--wd-title-font-style); */
    font-size: 48px;
    /* font-family: var(--wd-title-font); */
    line-height: 1.2;
}

.wishlist-para p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #777;
}

.wishlist-return-btn {
    text-align: center;
    padding: 23px;
}

.wishlist-return-btn a {
    background: var(--icon-bg);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

/* My Account Page */
section.my-acc-sec {
    padding: 64px 12px;
    background: #f6f6f6;
}

section.my-acc-sec .my-acc-container {
    max-width: 1040px;
    margin: 0 auto;
}

.login-page-form label {
    font-size: 14px;
    font-weight: 500;
}

.login-page-form .form-input-wrapper input {
    width: 100%;
    padding: 8px 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.password-input {
    position: relative;
}

.show-password-wrapper {
    width: 40px;
    height: 42px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 5px;
}

.show-password-wrapper i {
    font-size: 13px;
}

.form-input-wrapper button {
    width: 100%;
    background: var(--icon-bg);
    border: 0;
    padding: 8px;
    border-radius: 5px;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
}

.form-input-wrapper {
    padding: 9px 0;
}

.login-content-wrapper {
    text-align: center;
    padding: 12px 39px;
}

.login-content-wrapper h6 {
    font-size: 22px;
    margin-bottom: 14px;
}

.login-content-wrapper p {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.login-content-wrapper a {
    padding: 10px 21px;
    background: rgb(225, 235, 255);
    border-radius: 5px;
    text-decoration: none;
}

.login-content-wrapper a span {
    color: var(--icon-bg);
    font-weight: 500;
    font-size: 14px;
}

.login-form-wrapper {
    border-right: 1px solid #ccc;
    padding: 12px 47px;
    transition: all 0.3s ease;
}

.register-form-wrapper {
    border-right: 1px solid #ccc;
    padding: 12px 47px;
    transition: all 0.3s ease;
}

.login-content-wrapper a span {
    display: none;
}

.login-content-wrapper a span:first-child {
    display: inline;
    /* Initially Register visible */
}

.login-content-wrapper a span:last-child {
    display: none;
    /* Initially Login hidden */
}

.form-input-wrapper p {
    font-size: 14px;
    color: #777;
}

.form-input-wrapper p a {
    color: #777;
    text-decoration: none;
}