.svd-section {
    background: #ffffff;
    padding: 100px 0;
}

.svd-section .hyk-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

/* ── Header ── */
.svd-header {
    text-align: center;
    margin-bottom: 30px;
}

.svd-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}

.svd-title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 48px;
}

/* ── Table Wrapper ── */
.svd-table-container{
  overflow: auto;
}
.svd-table-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
        min-width: 600px;
}

/* ── Header Row ── */
.svd-head {
    display: grid;
    grid-template-columns: 30% 35% 35%;
    background: #F9FAFB;
  padding: 0 0 0 3px;
}

.svd-head-col {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    line-height: 21px;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(226, 232, 240, 1);
}

.svd-head-col:last-child {
    border-right: none;
    border-radius: 0 16px 0 0;
}

.svd-col-with {
    font-weight: 700;
    color: #000000;
}
.svd-row:last-child .svd-cell:last-child {
    border-radius: 0 0 16px 0;
}
/* ── Data Rows ── */
.svd-row {
    display: grid;
    grid-template-columns: 30% 35% 35%;
  padding: 0 0 0 3px;
}
.svd-row:nth-child(odd) {
    background: #F9FAFB;
}

.svd-cell {
    padding: 14px 16px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 25px;
    font-weight: 400;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(243, 244, 246, 1);
}

.svd-cell:last-child {
    border-right: none;
}

.svd-cell-need {
    font-weight: 500;
}

.svd-row--last .svd-cell {
    border-bottom: none;
}

/* ── With Hykmah column highlight ── */
.svd-feat--left {
    border-left: 2px solid #7052F1 !important;
}

.svd-feat--right {
    border-right: 2px solid #7052F1 !important;
}

.svd-feat--top {
    border-top: 2px solid #7052F1;
}

.svd-row:last-child .svd-cell:last-child {
    border-bottom: 2px solid #7052F1 !important;
}

/* ── Footer ── */
.svd-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    font-style: italic;
    color: #374151;
    line-height: 24px;
    font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .svd-section {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .svd-section {
        padding: 64px 0;
    }

    .svd-title {
        font-size: 28px;
    }

    .svd-head-col,
    .svd-cell {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
     
}
