.banner-side-category {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    border-radius: 10px;
}
.flash-sale {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 10px 4px;
    margin: 20px 0;
}
.new-arrival-section {
    background: #fff;
    border-radius: 12px;
    padding: 10px 4px;
    margin: 20px 0;
}

.sale-icon {
    width: 70px;
    height: 70px;
    background: #fdecec;
    color: #00687a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto 20px;
}

.timer-box {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    width: 70px;
}

.timer-box h4 {
    color: #00687a;
    margin: 0;
    font-weight: 700;
}

.timer-box small {
    font-size: 14px;
    color: #333;
}

.product-card {
    background: #fff;
    /* border: 1px solid #e5e5e5; */
    border-radius: 8px;
    /* text-align: center; */
    /*padding: 20px;*/
    padding: 7px;
    transition: all 0.3s ease;
    position: relative;
}

/* .product-card:hover {
    border: 1px solid #00687a;
} */

.product-card img {
    width: 100%;
    /* height: 180px; */
    /*object-fit: contain;*/
    object-fit: fill;
    margin-bottom: 15px;
    border-radius: 5px;
}

.product-card .sale-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffdc00;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .logo-img-badge {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    width: 60px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.product-card h6 {
    font-weight: 600;
    white-space: nowrap;        /* এক লাইনে রাখবে */
    overflow: hidden;           /* বাইরে গেলে কাটবে */
    text-overflow: ellipsis;    /* ... দেখাবে */
}
.product-card .subtitle {
    margin-top: 3px;
    margin-bottom: 10px;
    color: #111;
    font-size: 14px;
    white-space: nowrap;        /* এক লাইনে রাখবে */
    overflow: hidden;           /* বাইরে গেলে কাটবে */
    text-overflow: ellipsis;    /* ... দেখাবে */
}

.product-card p del {
    color: red;
    margin-right: 5px;
}

.product-card p span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.product-card .btn {
    background: #00687a;
    color: #fff;
    border: none;
    margin-top: 10px;
    transition: all 0.3s;
}

.product-card .btn:hover {
    background: #00687a;
}

@media (max-width: 768px) {
    .product-card img {
        max-height: 150px;
    }
}

.new-arrival-sidebar {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.new-arrival-sidebar h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.new-arrival-sidebar p {
    font-size: 12px;
}

.new-arrival-sidebar-two {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fafafa;
}

.new-arrival-sidebar-two a {
    color: #000;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #000;
}

.new-arrival-sidebar-two h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.new-arrival-sidebar-two p {
    font-size: 15px;
    color: #00687a;
}
.new-arrival-sidebar-two img {
    margin-top: 50px;
}
.category-view-all-btn {
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    background: #000;
    border: 1px solid #000;
    font-family: "Inter", sans-serif;
    border-radius: 50px;

}

.category-view-all-btn:hover {
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    background: #383535;
    border: 1px solid #000;
    font-family: "Inter", sans-serif;
    border-radius: 50px;
}

.faq-section {
    padding: 40px;
    background: #f7f7f7;
}

.faq-badge {
    display: inline-block;
    background: linear-gradient(to right, #ffb300, #00687a);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-title {
    font-weight: 700;
    font-size: 42px;
    color: #07253f;
}

.faq-subtitle {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 50px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
    background: #f7f7f7;
}

.accordion-button {
    font-weight: 600;
    color: #07253f;
    box-shadow: none !important;
    background: transparent;
    padding: 5px 0;
    font-size: 17px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accordion-button:hover {
    background: #f7f7f7;
    color: black;
}

.accordion-body {
    padding: 0 0 20px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.new-blog-card {
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.top-info {
    background: #00687a;
    color: #fff;
    padding: 15px 0;
}

.top-info .icon {
    font-size: 28px;
    margin-right: 12px;
    color: #fed700;
}

.top-info h6 {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 15px;
}

.top-info p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.info-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
}

.category-scrollbox {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #efefef;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.category-item {
    position: relative;
}

.sub-cat-box{
    background: #ded3c4;
    padding: 2rem;
    width: 100%;
    text-align: start;
    height: 160px;
    margin-top: -8px;
}
.sub-text{
    font-weight: 700;
    color:white;
    font-size:13px;
    white-space: nowrap;        /* এক লাইনে রাখবে */
    overflow: hidden;           /* বাইরে গেলে কাটবে */
    text-overflow: ellipsis;    /* ... দেখাবে */
}
.sub-text:hover{
    text-decoration: underline;
    font-weight: 700;
    color:white
}

.sub-arrow{
    background: white;padding: 20px;margin-top: 28px;border-radius: 50%;color: black;
}
.sub-arrow:hover{
    background: rgb(241, 241, 241);padding: 20px;margin-top: 28px;border-radius: 50%;color: black;
}



.subcategory-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 0;
}

.subcategory-list li {
    border-bottom: 1px solid #efefef;
}

.subcategory-list li:last-child {
    border-bottom: none;
}

.subcategory-list li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.subcategory-list li a:hover {
    background-color: #f8f9fa;
    color: #000;
}

.category-scrollbox::-webkit-scrollbar {
    width: 6px;
}

.category-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.category-scrollbox::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.floating-subcategory {
    position: absolute;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 220px;
    z-index: 10000;
}
@media (max-width: 767.98px) {
    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .top-info .icon {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .sub-cat-box{
        background: #ded3c4;
        padding: 1rem;
        width: 100%;
        text-align: start;
        height: 150px;
        margin-top: -8px;
    }
}

.same-btn{
    background: black;
    color: white;
    width: 100%;
    font-size: 17px;
    border: 2px solid black;
    border-radius: 50px;
    padding: 10px;
}
.same-btn:hover{
    background: rgb(41, 40, 40);
    color: white;
    width: 100%;
    font-size: 17px;
    border: 2px solid black;
    border-radius: 50px;
    padding: 10px;
}

.product-deliver-info {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 6px;
}

.info-itemm {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.info-itemm:last-child {
    border-bottom: none;
}

.info-icon {
    font-size: 18px;
    color: #555;
    width: 25px;
}

.in-stock h3 {
    color: #28a745;
    font-weight: 600;
}

.info-text h3 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}

.info-text p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.info-text a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    color: #333;
}


.acc-wrapper {
    border: 1px solid #ddd;
}

.acc-header {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    font-weight: 500;
}

.acc-header .acc-title {
    padding: 12px 15px;
    flex: 1;
}

.acc-icon {
    background: #000;
    color: #fff;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    user-select: none;
}

.acc-body {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.nav-custom-cat{
    margin-left: 12px;
    color: black;
    font-size: 15px;
    font-weight: 600;
}
.nav-custom-cat:hover{
    margin-left: 12px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}