:root {
    --brand: #ff5151;
    --brand-dark: #e63a3a;
    --dark: #1f2937;
    --muted: #6b7280;
    --bg: #f7f7f9;
}
* {
    box-sizing: border-box;
}
.backgroundboxadd {
    background: rgba(197, 190, 85, 0.521);
    color: rgb(18, 163, 50);
    font-weight: 700;
}

body {
    font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
    color: var(--dark);
    background: #fff;
}

.texttbox {
    height: 4rem;
}
.mainLogoAddmobile {
    height: 30px;
}
.advance-overly {
    margin-top: 5rem;
}
img.mainLogoAdd {
    height: 50px;
    width: 100%;
}
.boxicon_list {
    height: 50px;
}
/* Add to your global CSS file (e.g., resources/css/app.css) */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-slide-in {
    animation: slideIn 0.3s ease-out;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plussvg {
    width: 50px;
}
.caroimg_list_box {
    width: 70px;
    height: 70px;
}
a {
    text-decoration: none;
}

/* Top bar */
.topbar {
    background: #111;
    color: #ddd;
    font-size: 0.82rem;
    padding: 0.45rem 0;
}
.topbar a {
    color: #ddd;
}
.topbar a:hover {
    color: #fff;
}

/* Navbar */
.main-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0.75rem 0;
}
.brand-logo {
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--brand);
    letter-spacing: -0.5px;
}
.brand-logo span {
    color: var(--dark);
}
.search-wrap {
    flex: 1;
    max-width: 560px;
}
.search-wrap .form-control {
    border-right: 0;
    border-radius: 30px 0 0 30px;
    padding-left: 1rem;
}
.search-wrap .btn {
    border-radius: 0 30px 30px 0;
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand);
}
.search-wrap .btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}
.nav-icon {
    color: var(--dark);
    font-size: 1.25rem;
    position: relative;
    margin-left: 1rem;
}
.nav-icon .badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--brand);
    font-size: 0.65rem;
}

/* Category bar */
.cat-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.cat-bar .nav-link {
    color: #374151;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 0.85rem 1rem;
}
.cat-bar .nav-link:hover {
    color: var(--brand);
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #ffe9e9 0%, #fff5e6 100%);
    border-radius: 14px;
    overflow: hidden;
}
.hero .hero-inner {
    padding: 3rem 2rem;
}
.hero h1 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.15;
}
.hero p {
    color: #555;
    font-size: 1.05rem;
}
.hero img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.btn-brand {
    background: var(--brand);
    color: #fff;
    border-radius: 30px;
    padding: 0.7rem 1.6rem;
    font-weight: 600;
    border: 0;
}
.btn-brand:hover {
    background: var(--brand-dark);
    color: #fff;
}
.btn-outline-brand {
    border: 2px solid var(--brand);
    color: var(--brand);
    border-radius: 30px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    background: #fff;
}
.btn-outline-brand:hover {
    background: var(--brand);
    color: #fff;
}

/* Section titles */
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.5rem 0 1.25rem;
}
.section-title h3 {
    font-weight: 700;
    margin: 0;
    font-size: 1.4rem;
}
.section-title a {
    color: var(--brand);
    font-weight: 600;
    font-size: 0.9rem;
}

/* Category circles */
.cat-card {
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 12px;
    transition: 0.2s;
    cursor: pointer;
}
.cat-card:hover {
    background: #fff5f5;
    transform: translateY(-3px);
}
.cat-card .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.6rem;
    overflow: hidden;
}
.cat-card .circle img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    border-radius: 50%;
}
.cat-card span {
    font-size: 0.88rem;
    font-weight: 500;
    color: #374151;
}

/* Product card */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.product-card .img-wrap {
    position: relative;
    background: #f3f4f6;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.product-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.product-card:hover .img-wrap img {
    transform: scale(1.05);
}
.product-card .badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--brand);
    color: #fff;
    font-size: 0.7rem;
    padding: 0.25rem 0.55rem;
    border-radius: 20px;
    font-weight: 600;
}
.product-card .wish {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
}
.product-card .wish:hover {
    color: var(--brand);
}
.product-card .body {
    padding: 0.85rem 1rem 1rem;
}
.product-card .title {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}
.product-card .price {
    color: var(--brand);
    font-weight: 700;
    font-size: 1.05rem;
}
.product-card .old {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.85rem;
    margin-left: 0.4rem;
    font-weight: 500;
}
.product-card .rating {
    color: #f59e0b;
    font-size: 0.8rem;
}

/* Promo banners */
.promo {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    color: #fff;
}
.promo h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.promo.p1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}
.promo.p2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}
.promo.p3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

/* Footer */
footer {
    background: #111827;
    color: #cbd5e1;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}
footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem;
}
footer a {
    color: #cbd5e1;
    display: block;
    padding: 0.25rem 0;
    font-size: 0.9rem;
}
footer a:hover {
    color: var(--brand);
}
.footer-bottom {
    border-top: 1px solid #1f2937;
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #9ca3af;
}
.social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1f2937;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
}
.social a:hover {
    background: var(--brand);
}

/* Product detail */
.pd-gallery img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
}
.pd-thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}
.pd-thumbs img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #eee;
    cursor: pointer;
}
.pd-thumbs img.active {
    border-color: var(--brand);
}
.pd-info h2 {
    font-weight: 700;
}
.pd-price {
    color: var(--brand);
    font-size: 1.8rem;
    font-weight: 800;
}
.size-pick .btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    padding: 0.4rem 0.9rem;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}
.size-pick .btn.active,
.size-pick .btn:hover {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}
.color-pick span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.5rem;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}
.color-pick span.active {
    box-shadow: 0 0 0 2px var(--brand);
}
.qty-input {
    width: 120px;
}

/* Cart */
.cart-table img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.cart-summary {
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1.5rem;
    position: sticky;
    top: 90px;
}
.cart-summary .row-line {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}
.cart-summary .total {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brand);
}

/* Page header */
.page-header {
    background: #f9fafb;
    padding: 2.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.page-header h1 {
    font-weight: 700;
    margin: 0;
}
.breadcrumb a {
    color: var(--brand);
}

/* Filters */
.filter-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.filter-card h6 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

/* About */
.about-hero {
    background: linear-gradient(135deg, #ff5151, #ff8e53);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
    border-radius: 14px;
}
.value-card {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
}
.value-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff5f5;
    color: var(--brand);
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Contact */
.contact-info {
    background: #fff5f5;
    border-radius: 12px;
    padding: 2rem;
}
.contact-info .item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.contact-info .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Toast */
.toast-fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}
.nav_pak {
    padding: 15px;
}
.nav_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
}
.nav-link {
    margin: 0 5px;
}

.carousel-control-prev {
    left: -2%;
    background: red;
    width: 35px;
    height: 40px;
    top: 50%;
}
.carousel-control-next {
    right: -2%;
    background: red;
    width: 35px;
    height: 40px;
    top: 50%;
}
.navHead {
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #fff;
    width: 100vw;
    position: fixed;
    top: 32;
    left: 0;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    transform: translateY(0);
    opacity: 1;
    z-index: 50000000000000000000000000000000;
}
.navHead.scroll-active {
    top: 0;
}
.select_cart_item img {
    height: 100px;
    width: 100px;
}
.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.resources_item {
    position: relative;
}

.nav_item_li_box {
    position: absolute;
    background-color: #fff;
    box-shadow:
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px,
        rgba(17, 17, 26, 0.1) 0px 24px 80px;
    width: 184px;
    font-size: 12px;
    top: 57px;
    left: 205px;
    z-index: 2222222222;
}

.nav_li_item {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
}

.nav_item_li_box2 {
    position: absolute;
    background-color: #fff;
    box-shadow:
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px,
        rgba(17, 17, 26, 0.1) 0px 24px 80px;
    width: 184px;
    font-size: 12px;
    top: 57px;
    left: 380px;
    z-index: 2222222222;
}

.nav_li_item2 {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
}

.nav_item_li_box4 {
    position: absolute;
    background-color: #fff;
    box-shadow:
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px,
        rgba(17, 17, 26, 0.1) 0px 24px 80px;
    width: 184px;
    font-size: 12px;
    top: 57px;
    right: -5rem;
    z-index: 2222222222;
    display: none;
}

.nav_li_item4 {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
}

.nav_item_li_box5 {
    position: absolute;
    background-color: #fff;
    box-shadow:
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px,
        rgba(17, 17, 26, 0.1) 0px 24px 80px;
    width: 15.5rem;
    font-size: 12px;
    display: none;
    top: 66px;
    right: -7rem;
    z-index: 2222222222;
}

.nav_li_item5 {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
}

.nav_item_li_box3 {
    position: absolute;
    background-color: #fff;
    box-shadow:
        rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px,
        rgba(17, 17, 26, 0.1) 0px 24px 80px;
    font-size: 12px;
    padding: 10px;
    top: -7rem;
    opacity: 0;
    right: 7rem;
    z-index: 2222222222;
    transition: all 0.3s ease;
}

.user_head_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -60px;
}

.list_headnav_item {
    margin-left: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.nav_li_item3 {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: 10px;
    position: relative;
}

input.search_form {
    width: 20vw;
    height: 40px;
    padding: 10px;
    border: none;
    outline: none;
    background: rgba(228, 224, 224, 0.6901960784);
    border-radius: 15px;
}

button.search_icon_button {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 36px;
    right: 16px;
    cursor: pointer;
}
.cart-dropdown-item img {
    width: 100px;
    height: 100px;
}
/* Responsive */
@media (max-width: 991px) {
    .modal-container {
        margin-top: 10rem;
    }
    .hero h1 {
        font-size: 1.8rem;
    }
    .hero .hero-inner {
        padding: 2rem 1.25rem;
    }
    .search-wrap {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 0.75rem;
    }
    .cat-bar {
        display: none;
    }
}
@media (max-width: 575px) {
    .carousel-inner {
        width: 10rem;
    }
    .cat-card .circle {
        width: 70px;
        height: 70px;
    }
    .section-title h3 {
        font-size: 1.15rem;
    }
}

/* /css/caro.css */
