:root {

    /* Brand Colors */
    --primary-color: #21336d;
    --secondary-color: #1e3a8a;
    --accent-color-1: #f5821f;
    --accent-color-2: #21336d;
    --muted-color: #667085;

    /* Neutral Colors */
    --black: #000000;
    --bg-light: #eef2f7;
    --bg-light-blue: #f8fbff;
    --bg-soft-blue: #eaf1fe;
    --bg-soft-green: #e6f7f7;
    --border-light: #e2e8f0;
    --border-medium: #c4cedb;

    /* Table */
    --table-head-text: var(--black);
    --table-head-bg: var(--bg-light);
    --table-tr-bg: var(--bg-soft-green);
    --table-border: var(--border-light);

    /* Card */
    --card-bg: var(--bg-light);
    --card-bg-1: var(--bg-light-blue);
    --card-border: var(--border-medium);
    --card-border-left: var(--primary-color);
    --card-border-left-2: var(--accent-color-1);

    /* Text */
    --text-color-1: var(--primary-color);
    --text-color-2: var(--secondary-color);
    --text-color-3: var(--muted-color);

    /* Badge */
    --batch-bg-1: var(--bg-soft-blue);
    --batch-bg-2: var(--secondary-color);
    --batch-bg-3: var(--primary-color);
    --batch-font-weight: 800;
}

.text-accent-1 {
    color: var(--accent-color-1);
}

.text-accent-2 {
    color: var(--accent-color-2);
}

/* ── INSIGHT, IMPORTANCE-1 AND CHALLENGES-1 SECTION ─────────────────────────── */

.sv-insight-content {
    max-width: 950px;
    margin: 0 auto;
}

.sv-insight-content p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-insight-section {
    padding: 80px 20px;
    background: #f8fbff;
}

.sv-insight-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #dbe5f1;
}

.sv-insight-wrap .row {
    position: relative;
    z-index: 2;
}

.sv-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin-bottom: 24px;
    border-radius: 30px;
    background: #eaf1fe;
    color: #21336d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
}

.sv-section-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f5821f;
}

.sv-insight-content h2 {
    margin-bottom: 18px;
    color: #21336d;
    font-weight: 800;
    line-height: 1.25;
}

.sv-insight-content h2 {
    font-size: 35px;
}

.sv-intro,
.sv-footer-text,
.sv-challenges-desc,
.sv-bottom-text {
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-footer-text,
.sv-bottom-text {
    margin-bottom: 0;
    font-weight: 600;
}

.sv-importance-list,
.sv-challenges-list {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.sv-importance-list li,
.sv-challenges-list li {
    position: relative;
    padding: 14px 0 14px 38px;
    color: #21336d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px dashed #d7dfeb;
}

.sv-importance-list li:last-child,
.sv-challenges-list li:last-child {
    border-bottom: 0;
}

.sv-importance-list li::before,
.sv-challenges-list li::before {
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv-importance-list li::before {
    content: "✓";
    background: #16a34a;
}

.sv-challenges-list li::before {
    content: "!";
    background: #f5821f;
}

.sv-challenges-card {
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    box-shadow: 0 12px 30px rgba(33, 51, 109, 0.06);
}


.sv-challenges-card h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
}

.sv-insight-wrap::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(245, 130, 31, 0.07);
    z-index: 1;
}

.sv-insight-wrap::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(33, 51, 109, 0.07);
    z-index: 1;
}

.sv-bg-orb {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border-radius: 50%;
    filter: blur(1px);
}

.sv-bg-orb-1 {
    width: 220px;
    height: 220px;
    top: -90px;
    right: 12%;
    background: rgba(245, 130, 31, 0.10);
}

.sv-bg-orb-2 {
    width: 280px;
    height: 280px;
    right: -120px;
    bottom: -120px;
    background: rgba(33, 51, 109, 0.08);
}

/* ── BENEFITS SECTION ─────────────────────────── */
.sv-benefits-section {
    padding: 80px 20px;
    background: #ffffff;
}

.sv-benefits-wrap {
    overflow: hidden;
}

.sv-benefits-content {
    padding: 36px;
    border-radius: 26px;
    /* background: #f8fbff;
      border: 1px solid #dbe5f1; */
    height: 100%;
}

.sv-benefits-content h2 {
    margin-bottom: 18px;
    color: #21336d;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.sv-benefits-content p {
    margin-bottom: 22px;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-benefits-content h3 {
    margin-bottom: 18px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
}

.sv-benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.sv-benefit-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fde68a;
}

.sv-benefit-point i {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: rgba(245, 130, 31, 0.12);
    color: #f5821f;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.sv-benefit-point span {
    color: #21336d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.sv-benefits-image-block {
    position: relative;
    min-height: 590px;
    padding-left: 70px;
}

.sv-benefit-img-main {
    width: 82%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.sv-benefit-img-main img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.sv-benefit-img-small {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 48%;
    border-radius: 26px;
    overflow: hidden;
    border: 8px solid #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.sv-benefit-img-small img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.sv-benefits-image-block::before {
    content: "";
    position: absolute;
    right: 35px;
    top: 35px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(245, 130, 31, 0.10);
    z-index: -1;
}

.sv-benefits-image-block::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 70px;
    width: 120px;
    height: 120px;
    border-radius: 28px;
    border: 2px dashed rgba(33, 51, 109, 0.25);
    z-index: -1;
}

/* ── DIFFERENCE SECTION ─────────────────────────── */
.sv-difference-section {
    padding: 80px 20px;
    background: #f8fbff;
}

.sv-difference-wrap {
    padding: 0;
}

.sv-difference-head {
    margin-bottom: 32px;
    text-align: center;
}

.sv-difference-head h2 {
    margin-bottom: 14px;
    color: #21336d;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.sv-difference-head p {
    max-width: 900px;
    margin: 0 auto;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-difference-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dbe5f1;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
}

.sv-difference-table th {
    padding: 0;
    border: 0;
}

.sv-table-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 24px;
    color: #ffffff;
}

.sv-table-title.facile {
    background: linear-gradient(135deg, #21336d 0%, #314a96 100%);
}

.sv-table-title.competitors {
    background: linear-gradient(135deg, #f5821f 0%, #ff9d4d 100%);
}

.sv-table-title i {
    font-size: 20px;
}

.sv-table-title span {
    font-size: 20px;
    font-weight: 800;
}

.sv-difference-table td {
    padding: 0;
    vertical-align: top;
    border-bottom: 1px solid #dbe5f1;
}

.sv-table-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px;
    height: 100%;
}

.sv-table-card.success {
    background: #fdfeff;
}

.sv-table-card.danger {
    background: #fffaf5;
}

.sv-table-card i {
    margin-top: 2px;
    font-size: 18px;
}

.sv-table-card.success i {
    color: #16a34a;
}

.sv-table-card.danger i {
    color: #f5821f;
}

.sv-table-card span {
    color: #21336d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.sv-difference-table th:first-child {
    border-right: 1px solid #dbe5f1;
}

.sv-difference-table td:first-child {
    border-right: 1px solid #dbe5f1;
}

.sv-difference-table tbody tr:last-child td {
    border-bottom: 0;
}

.sv-difference-table tr td:first-child {
    border-right: 1px solid #e2e8f0;
}

.sv-difference-table tbody tr:nth-child(even) td:first-child {
    background: #f4f8fd;
}

.sv-difference-table tbody tr:nth-child(even) td:last-child {
    background: #fff7f0;
}

/* ── ADVANTAGE SECTION ─────────────────────────── */
.sv-advantage-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

/* CONTENT */
.sv-advantage-content {
    position: relative;
    padding-right: 25px;
}

.sv-advantage-heading h2 {
    margin-bottom: 20px;
    color: #21336d;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.sv-advantage-heading h2 span {
    /* display: block; */
    color: #f5821f;
}

.sv-advantage-content p {
    margin-bottom: 30px;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-advantage-content>h2 {
    margin-bottom: 18px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
}

/* POINTS - NO CARDS */
.sv-advantage-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 18px;
}

.sv-advantage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sv-advantage-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv-advantage-icon i {
    font-size: 14px;
    color: #21336d;
}

.sv-advantage-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #21336d;
}

/* IMAGE AREA */
.sv-advantage-image-wrap {
    position: relative;
}

.sv-advantage-image-box {
    position: relative;
    min-height: 520px;
}

.sv-advantage-image-main {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 66%;
    height: 360px;
    overflow: hidden;
    z-index: 1;
    border-radius: 90px 24px 90px 24px;
}

.sv-advantage-image-small {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 58%;
    height: 300px;
    overflow: hidden;
    z-index: 2;
    border-radius: 24px 90px 24px 90px;
    border: 8px solid #ffffff;
    box-shadow: 0 22px 50px rgba(33, 51, 109, 0.12);
}

.sv-advantage-image-main img,
.sv-advantage-image-small img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ── SOLUTION SECTION ─────────────────────────── */
.sv-solution-section {
    position: relative;
    padding: 110px 50px;
    background: #f3f7ff;
    overflow: hidden;
}

.sv-solution-content {
    padding-right: 45px;
}

.sv-solution-title {
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
    color: #21336d;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

.sv-solution-title span {
    display: block;
    color: #f5821f;
}

.sv-solution-desc {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.9;
    color: #536783;
    margin-bottom: 22px;
}

/* ── FEATURE (CHALLENGE - 2) SECTION ─────────────────────────── */

.sv-feature-section {
    padding: 85px 20px;
    background: #f8fbff;
}

.sv-feature-wrap {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    box-shadow: 0 14px 35px rgba(33, 51, 109, 0.06);
}

.sv-feature-head {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.sv-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin-bottom: 22px;
    border-radius: 30px;
    background: #eaf1fe;
    color: #21336d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
}

.sv-section-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f5821f;
}

.sv-feature-head h2 {
    margin-bottom: 18px;
    color: #21336d;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
}

.sv-feature-head h2 span {
    color: var(--accent-color-1);
}

.sv-feature-head p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.sv-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sv-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: #fff7ed;
    border: 1px solid #fde3c2;
    transition: all 0.35s ease;
}

.sv-feature-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(33, 51, 109, 0.08);
}

.sv-feature-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #f5821f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.sv-feature-card p {
    margin: 0;
    color: #21336d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.sv-feature-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #eef4ff;
    border-left: 5px solid #f5821f;
}

.sv-feature-note i {
    color: #f5821f;
    font-size: 24px;
    margin-top: 4px;
}

.sv-feature-note p {
    margin: 0;
    color: #21336d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

/* ── DETAILED IMPORTANCE BLOCKS ─────────────────────────── */

.sv-importance-block-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sv-importance-block-item {
    height: 100%;
    position: relative;
    /* padding: 24px 24px 24px 60px; */
    padding: 30px 28px 24px 28px;
    margin-bottom: 0;
    border: 1px solid #dbe5f1;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(33, 51, 109, 0.05);
    transition: all .3s ease;
}

.sv-importance-block-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(33, 51, 109, 0.08);
}

.sv-importance-block-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.sv-importance-block-item::before {
    content: attr(data-number);
    position: absolute;
    /* left: 0;
    top: 0; */
    top: -14px;
    left: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5821f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sv-importance-block-item h4 {
    margin-bottom: 8px;
    color: #21336d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.sv-importance-block-item p {
    margin-bottom: 10px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.sv-importance-block-item ul {
    margin: 0;
    padding-left: 18px;
}

.sv-importance-block-item ul li {
    color: #21336d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

/* ── GRID ─────────────────────────────────────── */
.sv-solution-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
    overflow: visible;
}

.sv-solution-grid-12 .sv-solution-flow-line {
    top: -12px;
    height: calc(100% - 115px);
}

/* ── FLOW LINE SVG ────────────────────────────── */
.sv-solution-flow-line {
    position: absolute;
    top: 0px;
    left: -55px;
    width: calc(100% + 110px);
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.sv-solution-flow-line path {
    fill: none;
    stroke: rgba(55, 71, 124, 0.2);
    stroke-width: 3;
    stroke-dasharray: 7 8;
    stroke-linecap: round;
}

.sv-flow-ball {
    fill: #37477c;
    filter: drop-shadow(0 0 4px rgba(55, 71, 124, 0.5));
}

/* ── CARD BOX ─────────────────────────────────── */
.sv-solution-box {
    position: relative;
    z-index: 2;
    min-height: 132px;
    padding: 24px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dde8f6;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 10px 28px rgba(33, 51, 109, 0.045);
}

.sv-solution-box:hover {
    transform: translateY(-5px);
    border-color: #cddcf0;
    box-shadow: 0 18px 45px rgba(33, 51, 109, 0.09);
}

.sv-solution-box::before {
    content: "";
    position: absolute;
    top: -38px;
    right: -38px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    z-index: 1;
}

/* ── NUMBER ───────────────────────────────────── */
.sv-solution-number {
    position: relative;
    z-index: 2;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

/* ── ICON ─────────────────────────────────────── */
.sv-solution-icon {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.sv-solution-icon i {
    font-size: 20px;
}

/* ── TEXT ─────────────────────────────────────── */
.sv-solution-box p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    max-width: 92%;
}

/* ── CHESS COLOR PATTERN ──────────────────────── */
.sv-solution-box:nth-child(4n+2) .sv-solution-number,
.sv-solution-box:nth-child(4n+5) .sv-solution-number {
    color: #37477c;
}

.sv-solution-box:nth-child(4n+2) p,
.sv-solution-box:nth-child(4n+5) p {
    color: #f68f35;
}

.sv-solution-box:nth-child(4n+2) .sv-solution-icon i,
.sv-solution-box:nth-child(4n+5) .sv-solution-icon i {
    color: #f68f35;
}

.sv-solution-box:nth-child(4n+3) .sv-solution-number,
.sv-solution-box:nth-child(4n+4) .sv-solution-number {
    color: #f68f35;
}

.sv-solution-box:nth-child(4n+3) p,
.sv-solution-box:nth-child(4n+4) p {
    color: #37477c;
}

.sv-solution-box:nth-child(4n+3) .sv-solution-icon i,
.sv-solution-box:nth-child(4n+4) .sv-solution-icon i {
    color: #37477c;
}

.sv-solution-box:nth-child(4n+2)::before,
.sv-solution-box:nth-child(4n+5)::before {
    background: rgba(246, 143, 53, 0.09);
}

.sv-solution-box:nth-child(4n+3)::before,
.sv-solution-box:nth-child(4n+4)::before {
    background: rgba(55, 71, 124, 0.065);
}

/* ── COMMON STYLES ───────────────────────────────── */
.points-head h2 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

/* ── RESPONSIVE ───────────────────────────────── */

/* =========================
   Laptop: 993px - 1199px
========================= */
@media (min-width: 993px) and (max-width: 1199px) {

    .sv-insight-section,
    .sv-benefits-section,
    .sv-difference-section,
    .sv-feature-section,
    .sv-advantage-section,
    .sv-solution-section {
        padding: 70px 20px;
    }

    .sv-insight-wrap,
    .sv-benefits-content,
    .sv-difference-wrap,
    .sv-feature-wrap {
        padding: 36px;
    }

    .sv-insight-content h2,
    .sv-benefits-content h2,
    .sv-difference-head h2,
    .sv-feature-head h2,
    .sv-challenges-card h2 {
        font-size: 34px;
    }

    .points-head h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .sv-advantage-heading h2 {
        font-size: 34px;
    }

    .sv-intro,
    .sv-footer-text,
    .sv-challenges-desc,
    .sv-bottom-text,
    .sv-importance-list li,
    .sv-challenges-list li,
    .sv-benefits-content p,
    .sv-advantage-content p,
    .sv-insight-content p,
    .sv-benefit-point span,
    .sv-difference-head p,
    .sv-feature-head p {
        font-size: 16px;
    }

    .sv-feature-grid,
    .sv-solution-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sv-solution-grid {
        gap: 24px;
    }

    .sv-solution-title {
        font-size: 34px;
        line-height: 1.3;
    }

    .sv-solution-section .col-lg-5,
    .sv-solution-section .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sv-solution-content {
        max-width: 900px;
        margin: 0 auto 35px;
        text-align: center;
        padding: 0;
    }

    .sv-solution-desc {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .sv-solution-flow-line {
        display: none;
    }

    /* Benefits Section */
    .sv-benefits-section .col-lg-5 {
        display: none;
    }

    .sv-benefits-section .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Advantage Section */
    .sv-advantage-section .col-lg-6:last-child {
        display: none;
    }

    .sv-advantage-section .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sv-advantage-content {
        padding-right: 0;
    }

    .sv-advantage-heading,
    .sv-advantage-content>h2 {
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0;
        text-align: center;
    }

    .sv-advantage-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
        max-width: 850px;
        margin: 0 auto;
    }

    .sv-advantage-item {
        margin: 0;
    }

    /* Difference Table */
    .sv-difference-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 20px;
    }

    .sv-difference-table {
        width: 100%;
    }

    .sv-table-card span {
        font-size: 14px;
    }
}

/* =========================
   Tablet: 577px - 992px
========================= */
@media (min-width: 577px) and (max-width: 992px) {

    .sv-insight-section,
    .sv-benefits-section,
    .sv-difference-section,
    .sv-feature-section,
    .sv-advantage-section,
    .sv-solution-section {
        padding: 50px 20px;
    }

    .sv-insight-content h2,
    .sv-benefits-content h2,
    .sv-difference-head h2,
    .sv-feature-head h2,
    .sv-challenges-card h2 {
        font-size: 30px;
    }

    .points-head h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .sv-advantage-heading h2 {
        font-size: 30px;
    }

    .sv-intro,
    .sv-footer-text,
    .sv-challenges-desc,
    .sv-bottom-text,
    .sv-importance-list li,
    .sv-challenges-list li,
    .sv-benefits-content p,
    .sv-advantage-content p,
    .sv-insight-content p,
    .sv-benefit-point span,
    .sv-difference-head p,
    .sv-feature-head p {
        font-size: 16px;
    }

    .sv-benefits-list {
        grid-template-columns: 1fr;
    }

    .sv-feature-grid,
    .sv-solution-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sv-solution-grid {
        gap: 20px;
    }

    .sv-solution-title {
        font-size: 30px;
    }

    .sv-solution-section .col-lg-5,
    .sv-solution-section .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sv-solution-content {
        max-width: 850px;
        margin: 0 auto 32px;
        text-align: center;
        padding: 0;
    }

    .sv-solution-desc {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .sv-solution-flow-line {
        display: none;
    }

    .sv-solution-box {
        min-height: auto;
        padding: 24px;
        border-radius: 22px;
    }

    /* Benefits Section */
    .sv-benefits-section .col-lg-5 {
        display: none;
    }

    .sv-benefits-section .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sv-benefits-content {
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    /* Advantage Section */
    .sv-advantage-section .col-lg-6:last-child {
        display: none;
    }

    .sv-advantage-section .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sv-advantage-content {
        padding-right: 0;
    }

    .sv-advantage-heading {
        max-width: 100%;
        margin: 0 auto 30px;
        padding: 0;
        text-align: center;
    }

    .sv-advantage-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
        max-width: 850px;
        margin: 0 auto;
    }

    .sv-advantage-item {
        margin: 0;
    }

    .sv-importance-block-item {
        padding-left: 50px;
    }

    .sv-importance-block-item h4 {
        font-size: 17px;
    }

    .sv-importance-block-item p {
        font-size: 15px;
    }

    .sv-importance-block-item ul li {
        font-size: 14px;
    }

    .sv-difference-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .sv-difference-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 20px;
    }

    .sv-difference-table {
        min-width: 700px;
        width: 100%;
    }
}

/* =========================
   Mobile: 391px - 576px
========================= */
@media (min-width: 391px) and (max-width: 576px) {

    .sv-insight-section,
    .sv-benefits-section,
    .sv-difference-section,
    .sv-feature-section,
    .sv-advantage-section,
    .sv-solution-section {
        padding: 45px 15px;
    }

    .sv-insight-wrap,
    .sv-difference-wrap,
    .sv-feature-wrap {
        padding: 22px;
        border-radius: 20px;
    }

    .sv-insight-content h2,
    .sv-benefits-content h2,
    .sv-difference-head h2,
    .sv-feature-head h2,
    .sv-challenges-card h2 {
        font-size: 24px;
    }

    .points-head h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .sv-advantage-heading h2 {
        font-size: 24px;
    }

    .sv-intro,
    .sv-footer-text,
    .sv-challenges-desc,
    .sv-bottom-text,
    .sv-importance-list li,
    .sv-challenges-list li,
    .sv-benefits-content p,
    .sv-advantage-content p,
    .sv-insight-content p,
    .sv-benefit-point span,
    .sv-difference-head p,
    .sv-feature-head p,
    .sv-feature-card p,
    .sv-feature-note p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sv-section-badge {
        font-size: 11px;
        padding: 7px 14px;
    }

    .sv-challenges-card {
        padding: 20px;
        border-radius: 18px;
    }

    .sv-benefits-content h3,
    .sv-advantage-content>h2 {
        font-size: 17px;
    }

    .sv-benefits-list,
    .sv-feature-grid,
    .sv-solution-grid,
    .sv-advantage-list {
        grid-template-columns: 1fr;
    }

    .sv-solution-flow-line {
        display: none;
    }

    .sv-solution-box {
        min-height: auto;
        padding: 22px;
        border-radius: 20px;
    }

    .sv-solution-number {
        font-size: 38px;
    }

    .sv-solution-box p {
        max-width: 100%;
        font-size: 14px;
    }

    .sv-solution-title {
        font-size: 24px;

    }

    /* Solution Section */
    .sv-solution-content {
        max-width: 100%;
        margin: 0 auto 30px;
        padding: 0;
        text-align: center;
    }

    .sv-solution-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Full Width Layout */
    .sv-benefits-section .col-lg-7,
    .sv-advantage-section .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Hide Image Columns */
    .sv-benefits-section .col-lg-5,
    .sv-advantage-section .col-lg-6:last-child {
        display: none;
    }

    .sv-advantage-content {
        padding-right: 0;
    }

    .sv-advantage-heading {
        max-width: 100%;
        margin: 0 auto 30px;
        padding: 0;
    }

    .sv-advantage-item {
        margin: 0;
    }

    .sv-feature-card {
        padding: 15px;
    }

    .sv-feature-note {
        padding: 18px;
    }

    .sv-importance-list li,
    .sv-challenges-list li {
        padding-left: 32px;
    }

    .sv-importance-block-item {
        padding-left: 44px;
    }

    .sv-importance-block-item::before {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .sv-importance-block-item h4 {
        font-size: 15px;
    }

    .sv-importance-block-item p,
    .sv-importance-block-item ul li {
        font-size: 13px;
    }

    .sv-importance-block-item ul {
        padding-left: 16px;
    }

    /* Difference Table */
    .sv-difference-section .container {
        max-width: 100%;
        padding: 0;
    }

    .sv-difference-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 20px;
    }

    .sv-difference-table {
        min-width: 650px;
        width: 100%;
    }

    .sv-table-title {
        padding: 14px;
    }

    .sv-table-title span {
        font-size: 14px;
        line-height: 1.4;
    }

    .sv-table-card {
        padding: 14px;
        gap: 12px;
        align-items: flex-start;
    }

    .sv-table-card i {
        font-size: 15px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .sv-table-card span {
        font-size: 13px;
        line-height: 1.6;
        word-break: break-word;
    }

    .sv-bg-orb {
        display: none;
    }
}

/* =========================
   Small Mobile: 390px and below
========================= */
@media (max-width: 390px) {

    .sv-insight-section,
    .sv-benefits-section,
    .sv-difference-section,
    .sv-feature-section,
    .sv-advantage-section,
    .sv-solution-section {
        padding: 35px 20px;
    }

    .sv-insight-wrap,
    .sv-difference-wrap,
    .sv-feature-wrap {
        padding: 18px;
        border-radius: 18px;
    }

    .sv-insight-content h2,
    .sv-benefits-content h2,
    .sv-difference-head h2,
    .sv-feature-head h2,
    .sv-advantage-heading h2,
    .sv-challenges-card h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .points-head h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .sv-intro,
    .sv-footer-text,
    .sv-challenges-desc,
    .sv-bottom-text,
    .sv-importance-list li,
    .sv-challenges-list li,
    .sv-benefits-content p,
    .sv-advantage-content p,
    .sv-insight-content p,
    .sv-advantage-info p,
    .sv-benefit-point span,
    .sv-difference-head p,
    .sv-feature-head p,
    .sv-feature-card p,
    .sv-feature-note p,
    .sv-solution-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sv-section-badge {
        font-size: 10px;
        padding: 6px 12px;
    }

    .sv-challenges-card {
        padding: 18px;
        border-radius: 16px;
    }

    .sv-benefits-content {
        padding: 0;
    }

    .sv-benefits-content h3,
    .sv-advantage-content>h2 {
        font-size: 16px;
    }

    .sv-benefits-list,
    .sv-feature-grid,
    .sv-solution-grid,
    .sv-advantage-list {
        grid-template-columns: 1fr;
    }

    .sv-solution-content {
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0;
        text-align: center;
    }

    .sv-solution-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sv-solution-flow-line {
        display: none;
    }

    .sv-solution-box {
        min-height: auto;
        padding: 18px;
        border-radius: 18px;
    }

    .sv-solution-number {
        font-size: 32px;
    }

    .sv-solution-title {
        font-size: 21px;
        line-height: 1.3;
    }

    /* Full Width Layout */
    .sv-benefits-section .col-lg-7,
    .sv-advantage-section .col-lg-6:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hide Image Columns */
    .sv-benefits-section .col-lg-5,
    .sv-advantage-section .col-lg-6:last-child {
        display: none;
    }

    .sv-advantage-content {
        padding-right: 0;
    }

    .sv-advantage-heading {
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0;
    }

    .sv-advantage-item {
        margin: 0;
    }

    /* Difference Table */

    .sv-difference-table {
        min-width: 580px;
    }

    .sv-table-card {
        padding: 10px;
        gap: 10px;
        align-items: flex-start;
    }

    .sv-table-card span {
        font-size: 12px;
        line-height: 1.5;
        word-break: break-word;
    }

    .sv-table-card i {
        font-size: 14px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .sv-table-title span {
        font-size: 13px;
        line-height: 1.3;
    }

    .sv-feature-card {
        padding: 14px;
    }

    .sv-feature-note {
        padding: 15px;
    }

    .sv-importance-list li,
    .sv-challenges-list li {
        padding-left: 30px;
    }

    .sv-importance-block-item {
        padding-left: 40px;
    }

    .sv-importance-block-item::before {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .sv-importance-block-item h4 {
        font-size: 14px;
    }

    .sv-importance-block-item p,
    .sv-importance-block-item ul li {
        font-size: 12px;
    }

    .sv-importance-block-item ul {
        padding-left: 14px;
    }

    .sv-bg-orb {
        display: none;
    }
}