        .linux-vps-hero-section{

            padding: 90px 0px 40px 0px;
            background: linear-gradient( rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60) ), url('../images/home/linux-cloud-vps.jpg');
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
        }
        .linux-vps-hero-section::before {
          content: "";
          position: absolute;
          inset: 0;
          background: linear-gradient( rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51) );
          z-index: 1;
        }
        .linux-vps-hero-section{
            position: relative;
            overflow: hidden;
        }

        .linux-vps-hero-section .container{
            position: relative;
            z-index: 2;
        }

        .enterprise-title {
            /*font-weight: 700;*/
            line-height: 1.3;
        }
        /* Card Wrapper Border */
        .enterprise-card-wrapper {
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
        }

        /* Individual Card */
        .enterprise-card {
            padding: 20px 30px;
            border-right: 1px solid #e5e7eb;
            height: 100%;
            background: #ffffff;
            transition: all 0.3s ease;
        }

        .enterprise-card i {
            font-size: 26px;
            color: var(--bs-primary);
            margin-bottom: 15px;
        }

        .enterprise-card h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .enterprise-card p {
            font-size: 14px;
            color: #64748b;
            margin: 0;
        }

        /* Hover Effect */
        .enterprise-card:hover {
            background: #f8fafc;
        }

        /* Remove border on last card */
        .enterprise-card-wrapper .col-lg-3:last-child .enterprise-card {
            border-right: none;
        }

        /* Responsive */
        @media (max-width: 991px) {

            .enterprise-title {
                font-size: 30px;
            }

            .enterprise-card {
                border-right: none;
                border-bottom: 1px solid #e5e7eb;
            }

            .enterprise-card-wrapper .col-lg-3:last-child .enterprise-card {
                border-bottom: none;
            }
        }

        .vps-usecases{
            background: linear-gradient( 135deg, #0052CC 0%, #0066E6 50%, #007BFC 100% );
            color:#fff;
        }

        .section-title{
            font-weight:600;
            margin-bottom:10px;
        }

        .section-desc{
            color:#d1d5db;
            max-width:700px;
        }


        .usecase-box{
            display:flex;
            gap:25px;
            padding:30px;
            border-top:1px solid rgba(255,255,255,0.15);
        }

        .usecase-icon{
            min-width:70px;
            height:70px;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:28px;
            color:#fff;
        }

        .usecase-content h4{
            font-size:16px;
            margin-bottom:10px;
            color: #fff;
        }

        .usecase-content p{
            color:#d1d5db;
            font-size:15px;
            margin-bottom:10px;
            max-width:420px;
        }

        .usecase-link{
            color:#38bdf8;
            text-decoration:none;
            font-weight:500;
        }

        .usecase-link i{
            
        }

        .linux-os-section {
            background: #f8fafc;
        }

        .os-section-title {
            margin-bottom: 10px;
        }

        .os-section-desc {
            margin: auto;
        }

        .os-card {
            background: #fff;
            border-radius: 8px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: 0.3s;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
        }

        .os-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .os-card i {
            font-size: 36px;
            color: #007BFC;
            margin-bottom: 12px;
        }

        .os-card h6 {
            font-size: 15px;
            font-weight: 600;
            margin: 0;
        }
        .os-card img{
            width:36px;
            height:36px;
            margin-bottom:12px;
        }

        .network-infra {
            background: #f8fafc;
            position: relative;
            
        }

        /* soft background shape */

        .network-infra::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle at center,
                    rgba(0, 123, 252, 0.15),
                    transparent 70%);
        }

        /* grid */

        .infra-grid {
            border-top: 1px solid #e5e7eb;
        }

        /* items */

        .infra-item {
            padding: 40px 30px;
            border-right: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
            position: relative;
        }

        /* remove border right */

        .infra-item:nth-child(3n) {
            border-right: none;
        }

        /* icon area */

        .infra-item i {
            font-size: 20px;
            color: #007BFC;
            margin-bottom: 14px;
            display: block;
        }

        /* heading */

        .infra-item h5 {
            font-size: 18px;
            margin-bottom: 8px;
        }

        /* text */

        .infra-item p {
            font-size: 14px;
            color: #6b7280;
            max-width: 260px;
        }

        /* subtle hover */

        .infra-item:hover {
            background: #f1f5ff;
        }

        .vps-title{
        font-weight:600;
        margin-bottom:20px;
        }

        .vps-explain p{
        font-size:14px;
        margin-bottom:16px;
        }


        /* VPS visual */

        .vps-visual{
            background:#fff;
            padding:40px;
            border-radius:12px;
            text-align:center;
        }

        @media (max-width: 991px) {

            .vps-visual{

                padding-left:0px;
                padding-right: 0px;
                padding-bottom: 0px;
            }
        }

        .physical{
        background:#eef2ff;
        padding:14px;
        border-radius:6px;
        margin-bottom:15px;
        font-size:14px;
        }

        .hypervisor{
        background:#e6f0ff;
        padding:12px;
        border-radius:6px;
        margin-bottom:15px;
        font-size:14px;
        }

        .vm-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:12px;
        }

        .vm{
        background:#f1f5f9;
        padding:12px;
        border-radius:6px;
        font-size:13px;
        }


        /* infrastructure stack */

        .infra-pipeline {
            position: relative;
            padding-left: 35px;
        }

        .infra-pipeline::before {
            content: "";
            position: absolute;
            left: 55px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #007bfc;
        }

        /* step */

        .infra-step {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 40px;
            position: relative;
        }

        /* icon */

        .infra-icon {
            width: 40px;
            height: 40px;
            background: #007BFC;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            flex-shrink: 0;
        }

        /* text */

        .infra-text h6 {
            font-size: 16px;
            margin-bottom: 4px;
        }

        .infra-text p {
            font-size: 14px;
            color: #6b7280;
            margin: 0;
        }

        .vps-comparison-section {
            padding: 20px 0;
            background: #fff;
        }

        .vps-comparison-section .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-header {
            margin-bottom: 35px;
        }

        .section-header h2 {
            
            margin-bottom: 12px;
        }

        .section-header p {
            font-size: 17px;
            line-height: 1.7;
            
        }

        .comparison-table-wrapper {
            overflow-x: auto;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 750px;
        }

        .comparison-table thead th {
            text-align: left;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            padding: 18px 20px;
            border-bottom: 1px solid #e5e7eb;
        }

        .comparison-table thead tr{

            background: #006CED;
        }

        .comparison-table tbody td {
            padding: 22px 20px;
            font-size: 17px;
            color: #374151;
            border-bottom: 1px solid #e5e7eb;
        }

        .comparison-table tbody tr:last-child td {
            border-bottom: none;
        }

        .comparison-table tbody tr:hover {
            background: #f8fafc;
        }

        /* Mobile */

        @media (max-width: 768px) {

            .vps-comparison-section {
                padding: 50px 0;
            }

            .section-header h2 {
                font-size: 28px;
                line-height: 1.3;
            }

            .section-header p {
                font-size: 15px;
            }

            .comparison-table {
                min-width: 650px;
            }

            .comparison-table thead th,
            .comparison-table tbody td {
                padding: 16px;
                font-size: 15px;
            }

            .comparison-table-wrapper {
                position: relative;
                padding-bottom: 10px;
            }

            .comparison-table-wrapper::-webkit-scrollbar {
                height: 6px;
            }

            .comparison-table-wrapper::-webkit-scrollbar-thumb {
                background: #007bfc;
                border-radius: 10px;
            }
        }

        .app-box{
            background:#fff;
            border:1px solid #e5e7eb;
            border-radius:12px;
            padding:25px 15px;
            text-align:center;
            height:140px;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-items:center;
            transition:all .3s ease;
        }

        .app-box:hover{
            transform:translateY(-5px);
            box-shadow:0 10px 25px rgba(0,0,0,.08);
        }

        .app-box i{
            font-size:32px;
            margin-bottom:12px;
            color:#007BFC;
        }

        .app-box h6{
            margin:0;
            font-weight:600;
            font-size: 14px;
        }