        .windows-vps-hero-section{

            padding: 90px 0px 40px 0px;
            background: linear-gradient( rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61) ), url('../images/home/windows-vps-server-hero-banner.jpg');
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
        }

        .windows-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;
        }
        .windows-vps-hero-section{
            position: relative;
            overflow: hidden;
        }

        .windows-vps-hero-section .container{
            position: relative;
            z-index: 2;
        }
        /* 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;
            }
        }

        

        .info-image-box {
            padding: 30px;
        }

        .info-image-box img {
            width: 100%;
            height: auto;
        }

        .section-title {
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #0b1c4d;
        }

        .border-right{

            border-right: 2px solid #007bfc;
        }
        .border-left{

            border-left: 2px solid #007bfc;
        }

        .vps-workloads-section {
            background: #f6f8fb;
        }

        .vps-spec-box {
            background: #fff;
            border-radius: 12px;
            padding: 50px;
            border: 1px solid #e8edf5;
        }

        .win-vps-label {
            font-size: 13px;
            letter-spacing: .1em;
            color: #6b7280;
            display: block;
            margin-bottom: 15px;
        }

        .win-vps-title {
            font-size: 34px;
            font-weight: 700;
            color: #0b1c4d;
            margin-bottom: 20px;
        }

        .win-vps-desc {
            font-size: 16px;
            color: #5a6b82;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .feature-item {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .feature-item i {
            font-size: 24px;
            color: #007BFC;
            margin-bottom: 8px;
        }

        .feature-item h4 {
            font-size: 18px;
            font-weight: 600;
            color: #0b1c4d;
            margin-bottom: 6px;
        }

        .feature-item p {
            font-size: 14px;
            color: #5a6b82;
            line-height: 1.6;
        }

        /** Comparision section **/

        .compare-table{
            border:1px solid #e5e7eb;
            border-radius:20px;
            overflow:hidden;
            background:#fff;
        }

        .compare-header,
        .compare-item{
            display:grid;
            grid-template-columns:1fr 1fr 1fr;
        }

        .compare-header{
            background:linear-gradient(135deg, #005FCC 0%, #007BFC 100%);
            color:#fff;
            font-weight:700;
        }

        .compare-header div,
        .compare-item div{
            padding:18px 20px;
        }

        .compare-item{
            border-top:1px solid #e5e7eb;
            font-size: 14px;
        }

        .feature{
            font-weight:600;
        }

        .featured{
            background:#F0F8FF;
            font-weight:600;
        }

        .compare-plan.featured{
            background:#007BFC;
            color:#fff;
        }

        .compare-table{
            border:1px solid #dbeafe;
            border-radius:20px;
            overflow:hidden;
            background:#fff;
        }

        .compare-plan.featured{
            background:#007BFC;
            color:#fff;
        }

        .featured{
            background:#F7FBFF;
            font-weight:600;
        }

        .compare-item:hover{
            background:#fafcff;
        }

        .feature{
            font-weight:600;
            color:#111827;
        }

        @media(max-width:768px){

            .compare-header{
                display:none;
            }

            .compare-item{
                grid-template-columns:1fr;
                margin:12px;
                border:1px solid #e5e7eb;
                border-radius:14px;
                overflow:hidden;
            }

            .feature{
                background:#f8fafc;
            }

            .value{
                display:flex;
                justify-content:space-between;
            }

            .value:before{
                font-weight:600;
                color:#64748b;
            }

            .compare-item .value:nth-child(2):before{
                content:"VPS Server";
            }

            .compare-item .value:nth-child(3):before{
                content:"Shared Server";
            }
        }

        /** Comparision section **/

        .border-light-theme{

            border: 1px solid #8CC4FF;
        }
        .text-light-theme{
            color: #8CC4FF;
        }   

        .app-card{
            height:100%;
            background:#fff;
            border:1px solid #e8edf5;
            padding:28px 22px;
            transition:.3s;
        }

        .app-card:hover{
            border-color:#0d6efd;
            transform:translateY(-5px);
            box-shadow:0 12px 30px rgba(0,0,0,.08);
        }

        .app-card i{
            font-size:34px;
            color:var(--bs-primary);
            margin-bottom:18px;
            display:block;
        }

        .app-card h5{
            font-size:18px;
            font-weight:600;
            margin-bottom:10px;
            color:#1d2939;
        }

        .app-card p{
            font-size:14px;
            line-height:1.7;
            color:#667085;
            margin:0;
        }
        .os-card {
          height: 100%;
          background: #fff;
          border: 1px solid #e6ecf3;
          padding: 30px 25px;
          transition: 0.3s;
        }
        .os-card:hover {
          transform: translateY(-5px);
          border-color: #0d6efd;
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }
        .os-card img {
          width: 70px;
          height: 70px;
          object-fit: contain;
          margin-bottom: 20px;
        }
        .os-card h4 {
          font-size: 20px;
          margin-bottom: 18px;
        }
        .os-card ul {
          margin: 0;
          padding-left: 18px;
        }
        .os-card ul li {
          margin-bottom: 5px;
          color: #667085;
          line-height: 1.6;
          font-size: 14px;
        }

        .os-card{
            border:1px solid #dee2e6;
            padding:30px;
            height:100%;
        }

        .object-fit-cover{
            object-fit:cover;
        }

        @media (min-width:992px){

            /* Make both columns equal height */
            .row.align-items-stretch{
                align-items:stretch;
            }

            /* Image fills full height */
            .row.align-items-stretch .col-lg-4 img{
                height:100%;
                min-height:100%;
            }
        }
        .comparison-card{
            background:#fff;
            border:1px solid #e8eef6;
            border-radius:18px;
        }

        .comparison-header{
            background:linear-gradient(135deg,#0d6efd,#4f8cff);
        }

        .feature-column{
            background:rgba(255,255,255,.08);
        }

        .comparison-card .row:not(.comparison-header):hover{
            background:#f8fbff;
            transition:.3s;
        }

        .comparison-card .border-bottom{
            border-color:#edf2f8!important;
        }

        .comparison-card .fw-semibold{
            color:#1d3557;
        }

        .comparison-card i{
            font-size:18px;
        }

        @media(max-width:768px){

            .comparison-header .col-md-4{
                border:none!important;
            }

            .comparison-card .row{
                text-align:center;
            }

            .comparison-card .px-4{
                padding-top:10px;
                padding-bottom:10px;
            }

        }
