        main {
            padding: 0 !important;
        }

        /* ────────────────────────────────────────────
                                                           GLOBAL RESET / BASE
                                                        ──────────────────────────────────────────── */
        .iot-page * {
            box-sizing: border-box;
        }

        .iot-page {
            font-family: 'Segoe UI', Arial, sans-serif;
            color: #1a2540;
            background: #fff;
            font-size: 13px;
            line-height: 1.55;
        }

        .iot-page h1,
        .iot-page h2,
        .iot-page h3,
        .iot-page h4,
        .iot-page h5 {
            margin: 0;
            line-height: 1.2;
        }

        .iot-page p {
            margin: 0;
        }

        .iot-page ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* ────────────────────────────────────────────
                                                           HERO
                                                        ──────────────────────────────────────────── */
        .iot-hero {
            position: relative;
            background: url('../images/service/iot/hero.webp') center/cover no-repeat;
            min-height: 220px;
            padding: 216px 36px 173px;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            justify-content: center;
        }

        .iot-hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(5, 18, 45, .82) 55%, rgba(5, 18, 45, .38) 100%);
        }

        .iot-hero-content {
            position: relative;
            z-index: 1;
            max-width: 540px;
        }

        .iot-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .02em;
            line-height: 100%;
        }

        .iot-hero-sub {
            font-size: 13px;
            font-weight: 600;
            color: rgba(255, 255, 255, .75);
            letter-spacing: 0.03em;
            margin: 6px 0 14px;
        }

        .iot-hero-desc {
            font-size: .82rem;
            color: rgba(255, 255, 255, .88);
            line-height: 1.6;
        }

        /* ────────────────────────────────────────────
                                                           QUICK FEATURE BAR (6 icons)
                                                        ──────────────────────────────────────────── */
        .iot-feat-bar {
           position: relative;
        left: 50%;
        bottom: 27px;
        transform: translateX(-50%);
        width: 92%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .iot-feat-bar-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 16px 8px;
            border-right: 1px solid rgba(255, 255, 255, .12);
            text-align: center;
        }

        .iot-feat-bar-item:last-child {
            border-right: none;
        }

        .iot-feat-bar-item svg {
            width: 28px;
            height: 28px;
        }

        .iot-feat-bar-item span {
            font-size: .68rem;
            font-weight: 600;
            color: rgba(255, 255, 255, .88);
            line-height: 1.3;
        }

        /* ────────────────────────────────────────────
                                                           SECTION WRAPPER
                                                        ──────────────────────────────────────────── */
        .iot-section {
            padding: 44px 36px;
            background:#EEF4F9;
        }

        .iot-section-grey {
            background: #f6f8fb;
        }

        /* ────────────────────────────────────────────
                                                           NUMBERED SECTION HEADER
                                                        ──────────────────────────────────────────── */
        .iot-numbered-hdr {
           display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 4px;
    justify-content: center;
        }

        .iot-num-badge {
              width: 39px;
    height: 39px;
    border-radius: 50%;
    /* border: 2px solid #1a3060; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 17px;
    background: #fff;
    color: #1E4D8A;
    flex-shrink: 0;
    margin-top: 2px;
        }

        .iot-numbered-hdr-text h2 {
               font-size: 26px;
    font-weight: 700;
    color: #3C5371;
    text-transform: uppercase;
    letter-spacing: .04em;
        }

        .iot-numbered-hdr-text p {
          font-size: 22px;

    color: #2F3235;
    margin-top: 2px;
        }

        /* ────────────────────────────────────────────
                                                           PIPELINE FLOW ROW
                                                        ──────────────────────────────────────────── */
        .iot-pipeline {
         display: flex;
    align-items: center;
    gap: 30px;
    margin: 28px 0 32px;
    overflow-x: auto;
    justify-content: center;
        }

        .iot-pipe-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            min-width: 90px;
            text-align: center;
        }

        .iot-pipe-img {
               width: 109px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dde4ef;
        }

        .iot-pipe-label {
               font-size: 16px;
    font-weight: 500;
    color: #2F3235;
    line-height: 1.3;
        }

        .iot-pipe-arrow {
         font-size: 1.4rem;
    color: #1E4D8A;
    margin: 0 2px;
    margin-bottom: 28px;
    flex-shrink: 0;
    font-weight: 800;
        }

        /* ────────────────────────────────────────────
                                                           FEATURE MINI CARDS (3-col grid)
                                                        ──────────────────────────────────────────── */
        .iot-mini-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
            margin-bottom: 18px;
        }

        .iot-mini-card {
            border: 1.5px solid #e2e8f0;
            border-radius: 8px;
            padding: 18px 16px;
            background: #fff;
        }

        .iot-mini-card-hdr {
              display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-between;
    flex-wrap: wrap;
        }

        .iot-mini-card-hdr svg {
            width: 28px;
            height: 28px;
            flex-shrink: 0;
        }

        .iot-mini-card-hdr h4 {
          font-size: 19px;
    font-weight: 700;
    color: #3C5371;
        }

        .iot-mini-card ul li {
              font-size: 14px;
    color: #2F3235;
    padding: 2px 0;
    padding-left: 12px;
    position: relative;
        }

        .iot-mini-card ul li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #1E4D8A;
        }

        /* 2-col variant */
        .iot-mini-grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            margin-bottom: 18px;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }

        /* ────────────────────────────────────────────
                                                           KEY BENEFITS BAR
                                                        ──────────────────────────────────────────── */
        .iot-kpi-section {
                background: #EEF4F9;
            padding: 36px 36px;
        }

        .iot-kpi-title {
           text-align: center;
    font-size: 14px;
    /* font-size: medium; */
    font-weight: 700;
    color: #232931;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 28px;
        }

        .iot-kpi-grid {
            display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    border-radius: 10px;
    overflow: hidden;
    background: #F4F8FB;
    border: 1px solid #DEE1E3;
        }



        .iot-kpi-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 28px 16px;
            border-right: 1.5px solid #e2e8f0;
            text-align: center;
            gap: 4px;
        }

        .iot-kpi-item:last-child {
            border-right: none;
        }

        .iot-kpi-item svg {
            width: 32px;
            height: 32px;
            margin-bottom: 8px;
        }

        .iot-kpi-num {
            font-size: 2rem;
            font-weight: 800;
            color: #3C5371;
            line-height: 1;
        }

        .iot-kpi-label {
                font-size: 16px;
    color: #3C5371;
    line-height: 1.35;
    margin-top: 4px;
    font-weight: 600;
        }

        /* ────────────────────────────────────────────
                                                           SMART INSIGHTS SECTION
                                                        ──────────────────────────────────────────── */
        .iot-insights-badge {
            display: inline-block;
            background: #1a3060;
            color: #fff;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 20px;
            margin-bottom: 10px;
        }

        .iot-insights-title {
            font-size: 1.15rem;
            font-weight: 800;
            color: #1a2540;
            text-align: center;
            margin-bottom: 6px;
        }

        .iot-insights-sub {
            font-size: .8rem;
            color: #5a6275;
            text-align: center;
            margin-bottom: 28px;
        }

        .iot-insights-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: start;
        }

        .iot-insights-img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            height: 300px;
        }

        .iot-insights-feat-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .iot-insight-feat {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .iot-insight-feat-hdr {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .iot-insight-feat-hdr svg {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }

        .iot-insight-feat-hdr span {
            font-size: .78rem;
            font-weight: 700;
            color: #1a2540;
        }

        .iot-insight-feat p {
            font-size: .72rem;
            color: #5a6275;
            line-height: 1.5;
            padding-left: 30px;
        }

        /* ────────────────────────────────────────────
                                                           INTEGRATED INFRA SECTION
                                                        ──────────────────────────────────────────── */
        .iot-infra-badge {
            display: inline-block;
            border: 1.5px solid #1a3060;
            color: #1a3060;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 20px;
            margin-bottom: 10px;
        }

        .iot-infra-title {
            font-size: 1.1rem;
            font-weight: 800;
            color: #1a2540;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: .04em;
            margin-bottom: 6px;
        }

        .iot-infra-sub {
            font-size: .78rem;
            color: #5a6275;
            text-align: center;
            margin-bottom: 32px;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }

        .iot-infra-flow {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0;
            margin-bottom: 10px;
        }

        .iot-infra-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
            min-width: 90px;
        }

        .iot-infra-icon {
            width: 54px;
            height: 54px;
            background: #eef2fb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .iot-infra-icon svg {
            width: 26px;
            height: 26px;
        }

        .iot-infra-step span {
            font-size: .7rem;
            font-weight: 600;
            color: #1a2540;
            line-height: 1.3;
        }

        .iot-infra-step small {
            font-size: .62rem;
            color: #7a8499;
            display: block;
            margin-top: -4px;
        }

        .iot-infra-arrow {
            font-size: 1.4rem;
            color: #1a3060;
            margin: 0 4px;
            margin-bottom: 28px;
        }

        /* ────────────────────────────────────────────
                                                           OUR COMMITMENT SECTION
                                                        ──────────────────────────────────────────── */
        .iot-commit-title {
            font-size: 1.1rem;
            font-weight: 800;
            color: #1a2540;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: .05em;
            margin-bottom: 6px;
        }

        .iot-commit-sub {
            font-size: .78rem;
            color: #5a6275;
            text-align: center;
            margin-bottom: 28px;
        }

        .iot-commit-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
        }

        .iot-commit-card {
            /* border: 1.5px solid #e2e8f0; */
            border-radius: 10px;
            padding: 22px 16px;
            text-align: center;
            background: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .iot-commit-icon {
            width: 52px;
            height: 52px;
            background: #eef2fb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .iot-commit-icon svg {
            width: 26px;
            height: 26px;
        }

        .iot-commit-card h4 {
            font-size: .8rem;
            font-weight: 700;
            color: #1a2540;
        }

        .iot-commit-card p {
            font-size: .72rem;
            color: #5a6275;
            line-height: 1.5;
        }

        /* ────────────────────────────────────────────
                                                           DIVIDER
                                                        ──────────────────────────────────────────── */
        .iot-divider {
            height: 1px;
            background: #e8edf5;
            margin: 0 36px;
        }

        /* ────────────────────────────────────────────
                                                           RESPONSIVE
                                                        ──────────────────────────────────────────── */
        @media (max-width:900px) {
            .iot-feat-bar {
                grid-template-columns: repeat(3, 1fr);
            }

            .iot-mini-grid {
                grid-template-columns: 1fr 1fr;
            }

            .iot-kpi-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .iot-insights-layout {
                grid-template-columns: 1fr;
            }

            .iot-commit-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .iot-section {
                padding: 36px 18px;
                background: #EEF4F9;
            }

            .iot-kpi-section {
                padding: 28px 18px;
            }
        }

        @media (max-width:560px) {
            .iot-feat-bar {
                grid-template-columns: repeat(2, 1fr);
            }

            .iot-mini-grid {
                grid-template-columns: 1fr;
            }

            .iot-mini-grid-2 {
                grid-template-columns: 1fr;
            }

            .iot-kpi-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .iot-commit-grid {
                grid-template-columns: 1fr 1fr;
            }

            .iot-insights-feat-grid {
                grid-template-columns: 1fr;
            }

            .iot-hero h1 {
                font-size: 1.5rem;
            }

            .iot-infra-flow {
                gap: 4px;
            }
        }

        .iot-hero {
            position: relative;
            min-height: 720px;
            background: url('../images/service/iot/hero.webp') center center/cover no-repeat;
            overflow: visible;
        }

        .iot-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,
                    rgba(8, 33, 79, 0.92) 0%,
                    rgba(8, 33, 79, 0.75) 35%,
                    rgba(8, 33, 79, 0.15) 100%);
        }

        .iot-hero .container {
            position: relative;
            z-index: 2;
        }

        .iot-hero-content {
            max-width: 620px;
            padding-top: 130px;
            color: #fff;
        }

        .iot-hero-content h1 {
            font-size: 56px;
            line-height: 1.05;
            font-weight: 800;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .iot-hero-sub {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .iot-hero-desc {
            font-size: 17px;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .iot-hero-desc.small {
            max-width: 550px;
        }

        /* =========================
                           Floating Feature Bar
                        ========================= */

        .iot-feat-bar {
            position: relative;
        left: 50%;
        bottom: 27px;
        transform: translateX(-50%);
        width: 92%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .iot-feat-item {
            text-align: center;
            padding: 28px 18px;
            border-right: 1px solid #ececec;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .iot-feat-item:last-child {
            border-right: none;
        }

        .iot-feat-item img,
        .iot-feat-item svg {
            width: 38px;
            height: 38px;
        }

        .iot-feat-item span {
            font-size: 15px;
            line-height: 1.35;
            color: #5f6d7e;
            font-weight: 500;
        }

        /* Tablet (≤992px) */
        @media (max-width: 992px) {
            .iot-hero {
                padding-top: 100px;
                padding-bottom: 200px;
                padding-left: 24px;
                padding-right: 24px;
                min-height: auto;
            }

            .iot-feat-bar {
                grid-template-columns: repeat(3, 1fr);
                bottom: -150px;
            }

            .iot-hero-content h1 {
                font-size: 44px;
            }
        }

        /* Tablet Portrait (≤768px) */
        @media (max-width: 768px) {
            .iot-hero {
                padding-top: 80px;
                padding-bottom: 180px;
                padding-left: 20px;
                padding-right: 20px;
            }

            .iot-hero-content {
                padding-top: 80px;
                max-width: 100%;
            }

            .iot-hero-content h1 {
                font-size: 34px;
            }

            .iot-hero-sub {
                font-size: 14px;
            }

            .iot-hero-desc {
                font-size: 14px;
            }

            .iot-feat-bar {
                bottom: -130px;
            }

            .iot-numbered-hdr-text h2 {
                font-size: 20px;
            }

            .iot-numbered-hdr-text p {
                font-size: 17px;
            }

            .iot-mini-card-hdr h4 {
                font-size: 16px;
            }

            .iot-kpi-num {
                font-size: 1.6rem;
            }

            .iot-kpi-label {
                font-size: 14px;
            }

            .iot-pipe-label {
                font-size: 14px;
            }

            .platform-title {
                font-size: 26px;
            }
        }

        /* Mobile (≤576px) */
        @media (max-width: 576px) {
            .iot-hero {
                padding-top: 60px;
                padding-bottom: 160px;
                padding-left: 16px;
                padding-right: 16px;
            }

            .iot-hero-content h1 {
                font-size: 28px;
            }

            .iot-feat-bar {
                grid-template-columns: repeat(2, 1fr);
                width: 95%;
                bottom: -110px;
            }

            .iot-feat-item {
                padding: 20px 12px;
            }

            .iot-feat-item span {
                font-size: 13px;
            }

            .iot-pipeline {
                gap: 12px;
            }

            .iot-pipe-img {
                width: 86px;
                height: 88px;
            }
        }

        /* Small Mobile (≤480px) */
        @media (max-width: 480px) {
            .iot-hero {
                padding-top: 48px;
                padding-bottom: 140px;
                padding-left: 16px;
                padding-right: 16px;
            }

            .iot-hero-content h1 {
                font-size: 22px;
                margin-bottom: 12px;
            }

            .iot-hero-sub {
                font-size: 12px;
            }

            .iot-hero-desc {
                font-size: 13px;
            }

            .iot-feat-bar {
                grid-template-columns: repeat(2, 1fr);
                width: 96%;
                bottom: -90px;
            }

            .iot-feat-item {
                padding: 16px 10px;
                gap: 8px;
            }

            .iot-feat-item span {
                font-size: 12px;
            }

            .iot-numbered-hdr {
                flex-direction: column;
                align-items: flex-start;
            }

            .iot-numbered-hdr-text h2 {
                font-size: 16px;
            }

            .iot-numbered-hdr-text p {
                font-size: 13px;
            }

            .iot-pipe-img {
                width: 70px;
                height: 72px;
            }

            .iot-pipe-label {
                font-size: 12px;
            }

            .iot-pipeline {
                gap: 8px;
            }

            .iot-pipe-arrow {
                font-size: 1rem;
                margin-bottom: 20px;
            }

            .iot-kpi-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .iot-kpi-num {
                font-size: 1.4rem;
            }

            .iot-kpi-label {
                font-size: 12px;
            }

            .iot-kpi-item {
                padding: 20px 10px;
            }

            .iot-mini-grid {
                grid-template-columns: 1fr;
            }

            .iot-mini-grid-2 {
                grid-template-columns: 1fr;
            }

            .iot-mini-card-hdr h4 {
                font-size: 15px;
            }

            .iot-divider {
                margin: 0 12px;
            }

            .platform-title {
                font-size: 20px;
            }

            .platform-subtitle {
                font-size: 13px;
            }

            .platform-header {
                margin-bottom: 30px;
            }
        }

        /* Very Small Mobile (≤360px) */
        @media (max-width: 360px) {
            .iot-hero {
                padding-top: 40px;
                padding-bottom: 120px;
            }

            .iot-hero-content h1 {
                font-size: 19px;
            }

            .iot-feat-bar {
                grid-template-columns: repeat(2, 1fr);
                bottom: -80px;
            }

            .iot-pipe-img {
                width: 60px;
                height: 62px;
            }

            .iot-kpi-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
.platform-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.platform-badge {
        display: inline-block;
    padding: 6px 18px;
    border: 1px solid #1E4D8A;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1E4D8A;
    margin-bottom: 16px;
}

.platform-title {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #232931;
    line-height: 1.2;
}

.platform-subtitle {
    max-width: 620px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
      color: #2F3235;
    text-align: center;
}
