.product_tab_sec {
    margin-top: 0;
}

/* LEFT SIDEBAR */
.product_tab_sec .tabbtnsec .leftbox {
    background-color: #fff;
    padding: 15px 0;
    /* slightly more vertical padding */
    border-radius: 10px;
    margin-bottom: 20px;
}

.product_tab_sec .tabbtnsec .leftbox .titlediv {
    padding: 8px 20px;
    /* smoother padding */
}

.product_tab_sec .tabbtnsec .leftbox .titlediv .cath4 {
    font-weight: 600;
    font-size: 20px;
    color: #202020;
    border-bottom: 2px solid #2dd57e;
    padding-bottom: 10px;
}

.product_tab_sec .tabbtnsec .leftbox .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product_tab_sec .tabbtnsec .leftbox .nav-pills .nav-link.active {
    background: #000;
    color: #fff;
    border-radius: 0;
    border-left: 5px solid #179b62;
}

/* ========================== */
/* CATEGORY TITLE + SEARCHBAR */
/* ========================== */
.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 15px;
}

.category-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

/* Search container */
.search-container {
    position: relative;
    width: 100%;
    max-width: 320px;
    background: #f9f9f9;
    /* light gray background */
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* Search input */
.search-container input {
    flex: 1;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    outline: none;
    background: transparent;
    color: #000;
}

/* Submit button with magnifying glass */
.search-container .search-button {
    background-color: #000;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.search-container .search-button i {
    color: #fff;
    font-size: 16px;
}

.search-container .search-button:hover {
    background-color: #333;
}


.product_tab_sec .leftbox .contsec .flexdiv {
    display: flex;
}

.product_tab_sec .leftbox .contsec .flexdiv .icondiv {
    background-color: #000;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 10px;
}

.product_tab_sec .leftbox .contsec .flexdiv .icondiv .icon {
    color: #fff;
    font-size: 15px;
}

.product_tab_sec .leftbox .contsec .flexdiv .textdiv .numb {
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.product_tab_sec .leftbox .contsec .flexdiv .bd1 {
    border-radius: 0px 10px 0px 0px;
}

.product_tab_sec .leftbox .contsec .flexdiv .bd2 {
    border-radius: 0px 0px 10px 0px;
}



/* ===================== */
/* RESPONSIVE LAYOUT */
/* ===================== */

/* Tablets: 2 per row */


/* @media (max-width: 992px) {
    .tabdata .col-lg-4 {
        width: 48% !important;
        margin-right: 4%;
    }

    .tabdata .col-lg-4:nth-child(2n) {
        margin-right: 0 !important;
    }
}


@media (max-width: 576px) {
    .tabdata .col-lg-4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
} */



@media (min-width:0px) and (max-width:991px){
    .product_tab_sec .contleftbox{
        display: none;
    }
}