/* টেবিল টাইটেল */
.nb-compare-header-wrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #333;
}

/* মেইন টেবিল কন্টেইনার */
.nb-spec-table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
}

/* সেকশন হেডার (ধূসর ব্যাকগ্রাউন্ড) */
.nb-sec-title td {
    background-color: #f2f2f2 !important;
    padding: 12px 15px !important;
    font-weight: 700 !important;
    color: #444 !important;
    font-size: 15px;
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* রো ডিজাইন */
.nb-spec-table tr td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

/* লেবেল কলাম (বাম দিকে) */
.nb-label {
    width: 30%;
    color: #888;
    font-weight: 500;
    text-align: left;
}

/* ভ্যালু কলাম (মাঝখানে) */
.nb-value {
    width: 35%;
    text-align: center; /* ডেটাগুলো মাঝখানে থাকবে */
    color: #222;
    font-weight: 500;
}

/* হোভার ইফেক্ট */
.nb-spec-table tr:hover:not(.nb-sec-title) {
    background-color: #fcfcfc;
}
