 @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;600;700&display=swap');
        
        :root {
            --primary-color: #bc986a;
            --dark-color: #2d2d2d;
        }

@media (min-width: 1200px) {
    .container {
        max-width: 1700px;
    }
}

        body { font-family: "Inter Tight", sans-serif; }
        .padding-30{
            padding: 20px 0px 50px 0px;
        }

        .padding-bottom-50{
            padding-bottom: 50px;
        }

.breadcrumb-area {
    background-color: #f2f3f6;
}

        /* --- Header Top --- */
        .header-top { background-color: var(--dark-color); font-size: 13px; color: #ccc; padding: 8px 0; }
        .header-top a { color: #ccc; text-decoration: none; }

        /* --- Search Bar Overlay Style --- */
        #searchOverlay {
            display: none;
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: white;
            z-index: 1050;
            align-items: center;
            padding: 0 15px;
            animation: fadeInDown 0.3s ease;
        }
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* --- Navbar & Logo --- */
        .navbar-brand img { height: 45px; width: auto; }
        .nav-link { 
            color: var(--dark-color) !important; 
            font-weight: 500; 
            text-transform: uppercase; 
            font-size: 15px; 
            padding: 10px 12px !important;
        }
        .nav-link:hover { color: var(--primary-color) !important; }

        /* --- Sidebar & Icons --- */
        .offcanvas { width: 280px !important; }
        .offcanvas-header { background: var(--dark-color); color: white; }
        .badge-count { font-size: 10px; background-color: var(--primary-color); color: white; }
        
        .icon-btn { border: none; background: none; color: var(--dark-color); cursor: pointer; transition: 0.3s; }
        .icon-btn:hover { color: var(--primary-color); }

        @media (max-width: 991px) {
            .navbar-brand img { height: 35px; }
        }

        /* Slider Custom CSS */
    .carousel-item {
        height: 80vh; /* স্ক্রিনের ৮০% উচ্চতা নিবে */
        min-height: 400px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .tracking-widest { letter-spacing: 3px; font-weight: 600; }

    .btn-primary-custom {
        background-color: var(--primary-color);
        color: white;
        border: none;
        font-weight: 600;
        transition: 0.3s;
        border-radius: 0; /* Square buttons look premium for furniture */
    }

    .btn-primary-custom:hover {
        background-color: #a6855b;
        color: white;
        transform: translateY(-3px);
    }

    /* Text Animation */
    .carousel-item.active .animate-content {
        animation: fadeInUp 1s ease-in-out;
    }

    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(50px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
        .carousel-item { height: 60vh; }
        .display-3 { font-size: 2.5rem; }
    }

    /*category*/
    .category-section { padding: 50px 0; background: #fff; }
    
    .cat-card {
        position: relative;
        margin: 5px;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .cat-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    .cat-card:hover img {
        transform: scale(1.1);
    }
    
    .cat-label {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 8px 15px;
        border-radius: 30px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        min-width: 140px;
        text-align: center;
        transition: 0.3s;
    }
    
    .cat-label:hover {
        background: var(--primary-color);
        color: #fff;
    }

    /* Slider Arrows Customization */
    /*.category-section .slick-prev, .category-section .slick-next {
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.5) !important;
        border-radius: 50%;
    }*/

.category-section .slick-prev { 
    left: 95%; 
     top: -30px;
}

    .category-section .slick-next {
    right: 10px;
    top: -30px;
}
.category-section .slick-prev::before, .category-section .slick-next::before {
    /* font-family: 'slick'; */
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    /*category*/


/*feature*/
/* Features Section Custom Styling */
.features-section {
    background-color: #fff;
}


.feature-box {
    padding: 10px;
    transition: 0.3s;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #555;
    margin-right: 15px;
    flex-shrink: 0;
    transition: 0.3s;
}

.feature-box:hover .feature-icon {
    background-color: #f8f9fa;
    border-color: #ccc;
    color: #e31e24;
}

.feature-text h6 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0.5px;
}

.feature-text p {
    font-size: 13px;
    line-height: 1.4;
}

/* Mobile Responsive Adjustments */
@media (max-width: 575px) {
    .feature-box {
/*        justify-content: center;*/
        text-align: left;
        padding:0px;
    }
}
/*feature*/

   /* footer*/
   .main-footer {
    background-color: #f9f9f9; /* হালকা ব্যাকগ্রাউন্ড */
    background-color: #000; /* হালকা ব্যাকগ্রাউন্ড */
    color: #444;
    font-size: 14px;
}

.main-footer h5 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}

.contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    color: #fff;
}

.contact-list i {
    margin-top: 4px;
    color: #888;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.copyright-bar {
    font-size: 13px;
    color: #fff;
}

/* Divider color */
hr {
    border-top: 1px solid #ddd;
    opacity: 1;
}

@media (max-width: 767px) {
    .main-footer {
       
    }
    .contact-list li {
        justify-content: left;
    }
}
   /* footer*/

   /* মেইন হেডার স্টাইল */
.section-header {
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
}

/* টাইটেল লাইনের ফুল উইডথ ধূসর বর্ডার */
.title-underline {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0; /* হালকা ধূসর বর্ডার */
    margin-top: 15px;
    position: relative;
}

/* টাইটেলের নিচের ছোট লাল বর্ডার */
.red-line {
    position: absolute;
    top: -1px; /* ধূসর লাইনের ঠিক উপরে বসার জন্য */
    left: 0;
    width: 80px; /* লাল লাইনের দৈর্ঘ্য আপনার পছন্দমতো দিন */
    height: 3px; /* লাইনের পুরুত্ব */
    background-color: #e31e24; /* লাল কালার */
}

/* মোবাইল রেসপনসিভ */
@media (max-width: 768px) {
    .section-title {
        font-size: 18px;
        text-align: center;
    }
    .red-line {
        left: 50%;
        transform: translateX(-50%); /* মোবাইলে টাইটেল সেন্টার হলে লাইনও সেন্টার হবে */
    }
}


/*product*/
:root {
        --primary-color: #bc986a;
        --dark-color: #2d2d2d;
    }

    .product-card {
        background: #fff;
        transition: 0.3s;
        position: relative;
        border:1px solid rgba(0,0,0,.1);
    }

    /* Image Hover Effect */
    .product-img-wrapper {
        position: relative;
        overflow: hidden;
        background: #f8f9fa;
    }

    .product-img-wrapper img {
        width: 100%;
        /*height: 300px;*/
        object-fit: cover;
        transition: transform 0.8s ease, opacity 0.5s ease;
    }

    .hover-img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .product-card:hover .primary-img {
        opacity: 0;
        transform: scale(1.05);
    }

    .product-card:hover .hover-img {
        opacity: 1;
        transform: scale(1.05);
    }

    /* Badges */
    .badge-discount {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #e31e24;
        color: white;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 2px;
        z-index: 2;
    }

    /* Quick Actions (Slide from right) */
    .product-actions {
        position: absolute;
        right: -50px;
        top: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: 0.4s ease;
        z-index: 3;
    }

    .product-card:hover .product-actions {
        right: 15px;
    }

    .product-actions button {
        width: 40px;
        height: 40px;
        background: white;
        border: none;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        color: var(--dark-color);
        transition: 0.3s;
    }

    .product-actions button:hover {
        background: var(--primary-color);
        color: white;
    }

    /* Info Section */
    .product-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
    .product-name a { color: var(--dark-color); text-decoration: none; transition: 0.3s; font-size: 15px; }
    .product-name a:hover { color: var(--primary-color); }
    
    .old-price { text-decoration: line-through; margin-right: 10px; font-size: 14px; }
    .new-price { color: var(--primary-color); font-size: 16px; }

    /* Add to Cart Button (Animated) */
    .add-to-cart-btn {
        width: 100%;
        padding: 10px;
        background: var(--dark-color);
        color: white;
        border: none;
        font-size: 13px;
        font-weight: 600;
        opacity: 1;
        /*transform: translateY(20px);*/
        transition: 0.4s;
    }

   /* .product-card:hover .add-to-cart-btn {
        opacity: 1;
        transform: translateY(0);
    }*/

    .add-to-cart-btn:hover {
        background: var(--primary-color);
    }

    @media (max-width: 575px) {
        .product-img-wrapper img { height: 200px; }
        .add-to-cart-btn { opacity: 1; transform: translateY(0); } /* Mobiles should show the button always */
    }
/*product*/


/* Modern Product Section Styling */
    .best-selling { background-color: #ffffff; }
    
    .modern-product-card {
        position: relative;
        overflow: hidden;
    }

    .img-container {
        position: relative;
        background-color: #f5f5f5;
        overflow: hidden;
        border-radius: 4px;
    }

    /* Image Switch Logic */
    .main-img, .secondary-img {
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .secondary-img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .modern-product-card:hover .main-img { opacity: 0; transform: scale(1.08); }
    .modern-product-card:hover .secondary-img { opacity: 1; transform: scale(1.08); }

    /* Action List (Wishlist/Compare) */
    .action-list {
        position: absolute;
        top: 15px;
        right: -50px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        transition: right 0.4s ease;
    }

    .modern-product-card:hover .action-list { right: 15px; }

    .action-item {
        width: 38px;
        height: 38px;
        background: white;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: 0.3s;
    }

    .action-item:hover { background: var(--primary-color); color: white; }

    /* Quick Add Button */
    .quick-add-btn {
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
        background: rgba(45, 45, 45, 0.9);
        color: white;
        border: none;
        padding: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        transition: bottom 0.4s ease;
    }

    .modern-product-card:hover .quick-add-btn { bottom: 0; }
    .quick-add-btn:hover { background: var(--primary-color); }

    /* Text Content */
    .product-title a {
        color: #2d2d2d;
        text-decoration: none;
        font-size: 15px;
        transition: 0.3s;
    }
    .product-title a:hover { color: var(--primary-color); }
    
    .price {
        font-weight: 700;
        color: var(--primary-color);
        font-size: 16px;
    }

    @media (max-width: 768px) {
        .img-container img { height: 250px; }
        .quick-add-btn { bottom: 0; padding: 10px; } /* Mobiles show by default */
    }


/*===============*/
 /* --- Unique Section Styling --- */
    .premium-best-selling { background-color: #fdfdfd; overflow: hidden; }
    
    .vertical-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-weight: 800;
        letter-spacing: 5px;
        color: #e0e0e0;
        font-size: 14px;
    }

    .text-outline {
        color: transparent;
        -webkit-text-stroke: 1px #2d2d2d;
    }

    /* --- Unique Card Design --- */
    .unique-card {
        position: relative;
        cursor: pointer;
    }

    .card-img-box {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px; /* সফট কার্ভ */
    }

    .card-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .p-img-2 {
        position: absolute;
        top: 0; left: 0;
        opacity: 0;
        transform: scale(1.2);
    }

    .unique-card:hover .p-img-1 { opacity: 0; transform: scale(1.1); }
    .unique-card:hover .p-img-2 { opacity: 1; transform: scale(1); }

    /* --- Glassmorphism Info --- */
    /*.glass-info {
        position: absolute;
        bottom: 30px;
        left: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        padding: 20px;
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        transition: 0.5s;
        z-index: 2;
    }*/

    .glass-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    transition: 0.5s;
    z-index: 2;
}

    .unique-card:hover .glass-info {
        transform: translateY(-80px); /* হোভার করলে উপরে উঠে যাবে */
        opacity: 0;
    }

    .price-tag {
        color: #fff;
        background: var(--dark-color);
        padding: 2px 10px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 5px;
        display: inline-block;
    }

    /* --- Hover Overlay --- */
    .card-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.5s;
        z-index: 3;
    }

    .unique-card:hover .card-overlay { opacity: 1; }

    .overlay-btns {
        display: flex;
        align-items: center;
        gap: 15px;
        transform: translateY(30px);
        transition: 0.5s;
    }

    .unique-card:hover .overlay-btns { transform: translateY(0); }

   /* .btn-buy {
        background: #fff;
        color: #000;
        border: none;
        padding: 12px 25px;
        font-weight: bold;
        border-radius: 30px;
        transition: 0.3s;
    }*/

    .btn-buy {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s;
    font-size: 14px;
}

    .btn-round {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
        transition: 0.3s;
    }

    .btn-buy:hover, .btn-round:hover { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }

    @media (max-width: 575px) {
        .unique-card { height: 100%; }
        .glass-info { padding: 10px; bottom: 15px; }
        .vertical-text { display: none; }
    }
/*===============*/


/*===========*/
/* Product Details Styles */

/*===========*/

/*===============*/

    /*.category-section-header {
        padding: 40px 0 20px 0;
        font-family: 'Segoe UI', Roboto, sans-serif;
    }

    .top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .category-title {
        font-size: 24px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
    }

    .view-all-link {
        color: #f26522;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        transition: 0.3s;
    }

    .category-description {
        font-size: 15px;
        color: #444;
        max-width: 850px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .subcategory-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .sub-btn {
        display: inline-block;
        padding: 6px 18px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 5px;
        border: 1px solid #f26522;
        color: #f26522;
        transition: all 0.3s ease;
    }

    .sub-btn.active {
        background-color: #f26522;
        color: #fff;
    }

    .sub-btn:hover {
        background-color: #f26522;
        color: #fff;
    }

    @media (max-width: 768px) {
        .category-title { font-size: 20px; }
        .category-description { font-size: 14px; }
        .sub-btn { padding: 5px 12px; font-size: 13px; }
    }*/

    :root { --theme-orange: #f26522; }

    /* ক্যাটাগরি হেডার স্টাইল */
    .cat-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
    .cat-title { font-size: 24px; font-weight: 700; color: #1a1a1a; margin: 0; }
    .view-all { color: var(--theme-orange); text-decoration: none; font-weight: 600; font-size: 15px; }

    /* ট্যাব বাটন ডিজাইন */
    .category-tab-section .nav-pills .nav-link { 
        border: 1px solid var(--theme-orange); color: var(--theme-orange); 
        background: transparent; padding: 6px 20px; border-radius: 5px; font-weight: 500; margin-right: 10px;
    }
    .category-tab-section .nav-pills .nav-link.active { background-color: var(--theme-orange) !important; color: #fff !important; }

    /* ডিসকাউন্ট ব্যানার */
    .discount-banner {
    /* height: 100%; */
    height: 542px;
    /* border-radius: 12px; */
    overflow: hidden;
    position: relative;
    margin-top: 9px;
}
    .discount-banner img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
    .discount-banner:hover img { transform: scale(1.05); }

    /* প্রোডাক্ট কার্ড স্টাইল */
    .category-tab-section .product-card { margin: 10px; }

    /* Slick Slider Arrows */
    .category-tab-section .slick-prev, .category-tab-section .slick-next { z-index: 10; width: 40px; height: 40px; background: #fff !important; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    .category-tab-section .slick-prev:before, .category-tab-section .slick-next:before { color: #000 !important; font-size: 20px; }
    .category-tab-section .slick-prev { left: 10px; }
    .category-tab-section .slick-next { right: 10px; }

/*===============*/


/*=============*/
.advertisement-image img{
    width:100%;
    height: 100%;
}
/*=============*/


/*blog*/
/* Custom CSS for Blog Section */
    .blog-section {
        
    }
    .blog-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .blog-header h2 {
        font-size: 36px;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }
    .blog-header p {
        font-size: 18px;
        color: #666;
    }
    .blog-card {
        background-color: #fff;
        border-radius: 0px;
        overflow: hidden;
        margin: 10px; /* Space between cards in slider */
        transition: transform 0.3s ease-in-out;
        border:1px solid rgba(0,0,0,.1);
    }
    .blog-card:hover {
        transform: translateY(-5px);
    }
    .blog-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-bottom: 1px solid #eee;
    }
    .blog-card-body {
        padding: 20px;
    }
    .blog-card-body .blog-category {
        font-size: 13px;
        color: #f26522; /* Highlight color */
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }
    .blog-card-body .blog-title {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .blog-card-body .blog-title a {
        text-decoration: none;
        color: #333;
        transition: color 0.3s;
    }
    .blog-card-body .blog-title a:hover {
        color: #f26522;
    }
    .blog-card-body .blog-meta {
        font-size: 14px;
        color: #999;
        margin-bottom: 15px;
    }
    .blog-card-body .blog-meta span {
        margin-right: 15px;
    }
    .blog-card-body .blog-meta i {
        margin-right: 5px;
    }
    .read-more-btn {
        display: inline-block;
        padding: 8px 18px;
        background-color: #f26522;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        transition: background-color 0.3s;
    }
    .read-more-btn:hover {
        background-color: #e05e1e;
        color: #fff;
    }

    /* Slick Slider Custom Arrows */
    .blog-slider .slick-prev,
    .blog-slider .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        border: none;
        color: #333;
        transition: all 0.3s;
    }
    .blog-slider .slick-prev {
        left: 15px; /* Adjust as needed */
    }
    .blog-slider .slick-next {
        right: 15px; /* Adjust as needed */
    }
    .blog-slider .slick-prev:hover,
    .blog-slider .slick-next:hover {
        background-color: #f26522;
        color: #000;
    }
    /* Hide arrows on smaller screens for better layout */
    @media (max-width: 767px) {
        .blog-slider .slick-prev,
        .blog-slider .slick-next {
            display: none !important;
        }
    }
/*blog*/

/* About Section Styles */

    .about-title {
        font-size: 32px;
        font-weight: 600;
        color: #333;
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
    }

    /* টাইটেলের নিচে একটি ছোট বর্ডার */
    .about-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 60px;
        height: 3px;
        background-color: #f26522; /* আপনার ব্র্যান্ড কালার */
    }

    .about-description p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 20px;
        text-align: justify;
    }

    .about-highlight {
        font-weight: 600;
        color: #333;
    }

    .cta-text {
        font-style: italic;
        color: #f26522;
        font-weight: 500;
        margin-top: 30px;
    }

    /* মোবাইল ডিভাইসের জন্য */
    @media (max-width: 768px) {
        .about-section {
            padding: 50px 20px;
        }
        .about-title {
            font-size: 28px;
        }
    }