/* FULL WIDTH BUSINESS CATEGORY PAGE */
.tax-business_category .site-content,
.tax-business_category .content-area,
.tax-business_category main {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* BUSINESS GRID (LIKE BLOG GRID) */
.vm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    padding: 40px;
}

/* Tablet */
@media (max-width: 1024px) {
    .vm-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 640px) {
    .vm-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

.vm-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* CARD IMAGE */
.vm-card-img {
    height: 250px;
    width:100%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* FORCE ORANGE ORDER BUTTON */
.vm-card .vm-btn,
.vm-card .vm-btn-order {
    display: inline-block !important;
    background-color: #ff7a00 !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
}

.vm-card .vm-btn:hover,
.vm-card .vm-btn-order:hover {
    background-color: #e66900 !important;
    color: #ffffff !important;
}

.vm-card-body {
    padding: 28px;
    text-align: center;
}

.vm-card-body h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* =====================================
   BUSINESS & SERVICES GRID
===================================== */

.cb-home-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.cb-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.cb-cat-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    text-align: center;
}

.cb-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.cb-cat-img-wrapper {
    height: 180px;
    overflow: hidden;
}

.cb-cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-cat-content {
    padding: 20px;
}

.cb-cat-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.cb-view-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #0073aa;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.cb-view-btn:hover {
    background: #005177;
    color: #fff;
}

/* Location pop up  */

/* ================================
   SECTION HEADINGS
================================ */
.cb-section-heading {
    font-size: 24px;
    margin-bottom: 25px;
    border-bottom: 3px solid #ff7a00;
    display: inline-block;
    padding-bottom: 5px;
}

/* ================================
   CATEGORY BUTTON
================================ */
.cb-view-btn {
    background: #ff7a00 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    font-weight: 600;
}

.cb-view-btn:hover {
    background: #e66900 !important;
    color: #fff !important;
}

/* ================================
   POPUP OVERLAY
================================ */
.cb-popup-overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

/* ================================
   POPUP BOX
================================ */
.cb-popup-box {
    background: #fff;
    width: 400px;
    padding: 30px;
    border-radius: 12px;
    margin: 120px auto;
    position: relative;
}

/* CLOSE BUTTON */
.cb-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* INPUT FIELD */
#cb-location-form input {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* BUTTON WRAPPER */
.cb-popup-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* CONTINUE BUTTON */
.cb-continue-btn {
    background: #ff7a00 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    cursor: pointer;
    transition: 0.3s;
}

.cb-continue-btn:hover {
    background: green !important;
}

/* CANCEL BUTTON */
.cb-cancel-btn {
    background: #ccc !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    cursor: pointer;
}

/* SERVICE AREA PAGE FIX */


/* .dokan-dashboard-content{
padding-left:40px;
padding-right:40px;
max-width:1200px;
} */

.dokan-settings-area{
margin-top:30px;
}

textarea.dokan-form-control{
font-family:monospace;
}

/* SERVICE AREA PAGE FIX */

.coverage-multi{
height:180px;
}

/* .dokan-dashboard-content{
padding-left:40px !important;
} */

.dokan-panel-body{
padding:30px;
}

.dokan-dashboard-header{
margin-bottom:25px;
}

/* SERVICE AREA PAGE */

.coverage-section{
margin-bottom:35px;
}

.coverage-section h3{
margin-bottom:15px;
font-size:18px;
font-weight:600;
}

/* GRID LAYOUT */

.coverage-grid{

display:grid;
grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
gap:12px;

max-height:300px;
overflow-y:auto;

padding:15px;

border:1px solid #ddd;
border-radius:6px;
background:#fafafa;

}

/* CHECKBOX ITEM */

.coverage-item{

display:block;
padding:8px 10px;

border-radius:5px;

background:white;

border:1px solid #eee;

cursor:pointer;

}

.coverage-item:hover{
background:#f3f3f3;
}

/* SELECT ALL */

.coverage-select-all{

display:block;
margin-bottom:10px;
font-weight:600;

}

/* PINCODE BOX */

#pincode_box{

font-family:monospace;

}

/* SAVE BUTTON */

.coverage-save{

margin-top:20px;

padding:12px 25px;

font-size:16px;

}

/* HEADER ALIGNMENT */

.vm-header-center{
text-align:center;
margin-top:30px;
margin-bottom:30px;
}

/* MAIN WRAPPER */

.vm-coverage-wrapper{
max-width:900px;
margin:auto;
}

/* SECTION */

.vm-section{
margin-bottom:30px;
}

/* LABEL */

.vm-label{
display:block;
font-weight:600;
margin-bottom:10px;
font-size:16px;
}

/* STATE CHECKBOX GRID */

.vm-state-box{

border:1px solid #ddd;
padding:15px;

display:grid;
grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
gap:8px;

max-height:250px;
overflow-y:auto;

background:#fafafa;

}

/* CHECKBOX ITEM */

.vm-checkbox{
display:block;
padding:6px;
cursor:pointer;
}

/* DISTRICT SELECT */

.vm-district-box{

width:100%;
height:200px;

border:1px solid #ddd;
border-radius:4px;
padding:10px;

}

/* PINCODE TEXTAREA */

.vm-textarea{
height:150px;
font-family:monospace;
}

/* BUTTON */

.vm-save-btn{
padding:12px 28px;
font-size:16px;
}

/* Service area  */

/* FIX DOKAN DASHBOARD SIDEBAR COLLAPSE ISSUE */

.dokan-dashboard-wrap{
display:flex;
width:100%;
}

.dokan-dashboard-content{
flex:1;
width:100%;
max-width:100%;
transition:all .3s ease;
}

.dokan-dashboard .dokan-dash-sidebar{
transition:all .3s ease;
}

/* Ensure content shifts when sidebar collapses */

.dokan-dashboard.dokan-dashboard-sidebar-collapse .dokan-dashboard-content{
margin-left:80px;
}

.dokan-dashboard .dokan-dashboard-content{
margin-left:200px;
}

/* Responsive */

@media(max-width:768px){

.dokan-dashboard .dokan-dashboard-content{
margin-left:0;
}

}

/* PINCODE TABLE */

.vm-pincode-wrapper{
border:1px solid #ddd;
max-height:300px;
overflow:auto;
}

.vm-pincode-table{
width:100%;
border-collapse:collapse;
}

.vm-pincode-table th,
.vm-pincode-table td{
border-bottom:1px solid #eee;
padding:8px;
text-align:left;
font-size:14px;
}

.vm-pincode-table th{
background:#fafafa;
position:sticky;
top:0;
}


/* .container .vm-heading{
font-size:32px;
font-weight:600;
margin:30px 0 10px 0;
padding-left:20px;
} */

.vm-heading{
font-size:32px;
font-weight:600;
margin-left:20px;

}
