.custom-drill-back {
    margin-bottom: 12px;
}
.custom-drill-back a {
    text-decoration: none;
    font-weight: 600;
    color: #2e7d32;
    font-size: 15px;
}

.ag-category-archive-list a.ag-sub-category{
    font-size: 15px;
    font-family: 'Agro-Medium', 'Arial Narrow', Arial, sans-serif;
}
.ag-category-archive-list li{
    margin-bottom: 10px;
    line-height: 20px;
}

.ag-category-archive-list li  .count{
    font-size: 12px;
    font-family: 'Agro-Regulad', 'Arial Narrow', Arial, sans-serif;
}

.widget.custom-drill-cat-filter {

}
.widget.custom-drill-cat-filter .widget-title {
    margin-bottom: 10px;
    font-size: 1.1em;
}
.widget.custom-drill-cat-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.custom-drill-cat-filter li {
    margin: 6px 0;
}
.widget.custom-drill-cat-filter li.hidden-item {
    display: none;
}
.widget.custom-drill-cat-filter .count {
    color: #6c757d;
    margin-left: 4px;

}

.widget.custom-drill-cat-filter .toggle-filter {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
li.hidden-item.current-cat > a {
    color: #2e7d32!important;
    font-weight: 500;
}

li.current-cat a{
    color: #2e7d32!important;
    font-weight: 500;
}

li.hidden-item{
    margin-bottom: .7rem;
}

li.hidden-item a{
    color: #1e1e1e;
    font-size: 14px;
}

li.hidden-item a .count{
    font-size: 13px;
    color: #6c757d;
}

.boxCategory{
    padding: 7px 20px;
}

.carrier-section {
    padding: 33px 0;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 8px;
    position: relative;
}

.carrier-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.carrier-logos {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    margin-bottom: 20px;
}

.carrier-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #ccc;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 120px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.carrier-box:hover {
    transform: translateY(-5px);
}

.carrier-box img {
    height: 40px;
    margin-bottom: 10px;
    object-fit: contain;
}


.carousel-btn.category-carousel-btn-next{
    transform: translateX(20%);
}

.carousel-btn.category-carousel-btn-prev{
    transform: translateX(-20%);
}

.carousel-btn {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4CAF50;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.carousel-btn:hover {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
    box-shadow: 0 2px 6px rgba(76, 175, 80, 0.2);
    opacity: 1;
}



.carousel-btn:after {
   font-size: 16px;
}

.carrier-box {
    background-color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 0 0 1px #ccc;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 200px;*/
    height: 160px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.carrier-box img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.carrier-box span {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
