/* VPS page uses the same font as the home page */
.vps-page {
    font-family: Arial, Helvetica, sans-serif;
}

.vps-page h1, .vps-page h2, .vps-page h3, .vps-page h4, .vps-page h5, .vps-page h6, .vps-page p, .vps-page a, .vps-page span, .vps-page small, .vps-page strong, .vps-page li, .vps-page button {
    font-family: inherit;
}

/* ==============================
   VPS Hosting Page - Command Center Hero Light Version
============================== */
.vps-command-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 74px 0 54px !important;
    background: #edfce7;
}

.vps-command-hero .container {
    position: relative;
    z-index: 3;
}

/* Background grid */
.vps-command-grid-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(rgba(11, 42, 99, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 42, 99, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 78%);
    opacity: 0.55;
}

/* Background glows */
.vps-command-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(8px);
}

.vps-command-glow.glow-left {
    width: 360px;
    height: 360px;
    left: -170px;
    top: 120px;
    background: rgba(10, 127, 38, 0.10);
}

.vps-command-glow.glow-right {
    width: 420px;
    height: 420px;
    right: -190px;
    bottom: 10px;
    background: rgba(18, 63, 140, 0.10);
}

/* Left Content */
.vps-command-content {
    max-width: 720px;
    opacity: 0;
    transform: translateY(20px);
    animation: vpsCommandContentEnter 0.7s ease-out forwards;
}

.vps-command-content h1 {
    color: var(--primary-color);
    font-size: 52px;
    line-height: 1.06;
         font-weight: 600;
    letter-spacing: -1.4px;
    margin-bottom: 18px;
}

.vps-command-text {
    max-width: 650px;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.65;
         font-weight: 500;
    margin-bottom: 24px;
}

.vps-command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.vps-command-primary-btn, .vps-command-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border-radius: 13px;
    padding: 15px 28px;
    font-size: 16px;
         font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.vps-command-primary-btn {
    color: #ffffff;
    background: var(--accent-color);
    box-shadow: 0 18px 40px rgba(10, 127, 38, 0.28);
}

.vps-command-primary-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 24px 52px rgba(10, 127, 38, 0.36);
}

.vps-command-secondary-btn {
    color: var(--primary-color);
    background: #ffffff;
    border: 2px solid var(--border-color);
    box-shadow: 0 12px 28px rgba(11, 42, 99, 0.08);
}

.vps-command-secondary-btn:hover {
    color: #ffffff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.vps-command-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--text-muted);
    font-size: 15px;
         font-weight: 600;
}

.vps-command-note i {
    color: var(--accent-color);
    font-size: 20px;
}

/* Terminal Visual */
.vps-terminal-visual {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(34px);
    animation: vpsTerminalEnter 0.8s ease-out 0.12s forwards;
}

.vps-terminal-visual::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 78%;
    background: radial-gradient(circle at center, rgba(10, 127, 38, 0.12), transparent 62%), radial-gradient(circle at top right, rgba(18, 63, 140, 0.12), transparent 65%);
    border-radius: 50%;
    z-index: 1;
}

.terminal-window {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 620px;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(5, 18, 43, 0.94);
    border: 1px solid rgba(11, 42, 99, 0.18);
    box-shadow: 0 28px 75px rgba(11, 42, 99, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.terminal-topbar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.055);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-dots {
    display: inline-flex;
    gap: 7px;
}

.terminal-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #64748b;
}

.terminal-dots span:nth-child(1) {
    background: #ef4444;
}

.terminal-dots span:nth-child(2) {
    background: #f59e0b;
}

.terminal-dots span:nth-child(3) {
    background: #22c55e;
}

.terminal-title {
    color: rgba(255, 255, 255, 0.72);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
         font-weight: 600;
}

.terminal-live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9effb9;
    font-size: 13px;
         font-weight: 600;
}

.terminal-live span {
    width: 9px;
    height: 9px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
    animation: terminalLivePulse 1.8s ease-in-out infinite;
}

.terminal-body {
    padding: 26px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.terminal-line {
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 13px;
    clip-path: inset(0 100% 0 0);
    animation: terminalReveal 0.75s steps(45, end) forwards;
}

.terminal-line span {
    color: #4ade80;
         font-weight: 600;
}

.terminal-line strong {
    color: #9effb9;
         font-weight: 600;
}

.terminal-line em {
    font-style: normal;
}

.terminal-line.line-one {
    animation-delay: 0.55s;
}

.terminal-line.line-two {
    animation-delay: 1.15s;
}

.terminal-line.line-three {
    animation-delay: 1.75s;
}

.terminal-line.line-four {
    animation-delay: 2.35s;
}

.terminal-line.line-five {
    animation-delay: 2.95s;
}

.terminal-status-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.terminal-status-panel div {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    padding: 15px;
}

.terminal-status-panel small {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
         font-weight: 600;
    margin-bottom: 5px;
}

.terminal-status-panel strong {
    color: #ffffff;
    font-size: 16px;
         font-weight: 600;
}

/* Trust Bar */
.vps-command-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 34px !important;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(219, 228, 240, 0.95);
    box-shadow: 0 18px 45px rgba(11, 42, 99, 0.10);
    backdrop-filter: blur(12px);
}

.vps-command-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--primary-color);
    font-size: 18px;
         font-weight: 500;
    padding: 12px;
}

.vps-command-trust-item i {
    color: var(--accent-color);
    font-size: 22px;
}

/* Animations */
@keyframes vpsCommandContentEnter {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vpsTerminalEnter {
    0% {
        opacity: 0;
        transform: translateX(34px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes terminalReveal {
    0% {
        opacity: 1;
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes terminalLivePulse {
    0%, 100% {
        box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
    }

    50% {
        box-shadow: 0 0 0 13px rgba(34, 197, 94, 0.03);
    }
}

@keyframes techFloatOne {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes techFloatTwo {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(9px);
    }
}

/* Responsive */
@media (max-width: 1199px) {
    .vps-command-content h1 {
        font-size: 52px;
    }

    .terminal-window {
        max-width: 580px;
    }
}

@media (max-width: 991px) {
    .vps-command-hero {
        padding: 65px 0 55px !important;
    }

    .vps-command-content {
        text-align: center;
        margin: 0 auto;
    }

    .vps-command-content h1 {
        font-size: 42px;
    }

    .vps-command-text {
        margin-left: auto;
        margin-right: auto;
    }

    .vps-command-actions, .vps-command-note {
        justify-content: center;
    }

    .vps-terminal-visual {
        min-height: auto;
        margin-top: 25px;
    }

    .tech-badge {
        display: none;
    }

    .vps-command-trust-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vps-command-hero {
        padding: 50px 0 52px !important;
    }

    .vps-command-content {
        text-align: left;
    }

    .vps-command-content h1 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .vps-command-text {
        font-size: 16px;
    }

    .vps-command-actions {
        flex-direction: column;
    }

    .vps-command-primary-btn, .vps-command-secondary-btn {
        width: 100%;
    }

    .vps-command-note {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .terminal-body {
        padding: 20px;
    }

    .terminal-line {
        white-space: normal;
        font-size: 13px;
        clip-path: none;
        animation: terminalFadeIn 0.55s ease-out forwards;
    }

    .terminal-status-panel {
        grid-template-columns: 1fr;
    }

    .vps-command-trust-bar {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }
}

@media (max-width: 575px) {
    .vps-command-content h1 {
        font-size: 33px;
    }

    .vps-command-badge {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .terminal-title {
        display: none;
    }
}

@keyframes terminalFadeIn {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vps-command-content, .vps-terminal-visual, .terminal-line, .terminal-live span, .tech-badge {
        animation: none !important;
        opacity: 1;
        transform: none;
        clip-path: none;
    }
}

.tech-badge {
    display: none !important;
}

/* ==============================
   VPS Hero Final Polish
============================== */
/* Side circles/glows adu karanna */
.vps-command-glow.glow-left, .vps-command-glow.glow-right {
    opacity: 0.45;
    filter: blur(18px);
}

.vps-command-glow.glow-left {
    width: 260px;
    height: 260px;
    left: -150px;
    top: 180px;
    background: rgba(10, 127, 38, 0.06);
}

.vps-command-glow.glow-right {
    width: 300px;
    height: 300px;
    right: -170px;
    bottom: 85px;
    background: rgba(18, 63, 140, 0.07);
}

/* Grid ekath subtle karanna */
.vps-command-grid-bg {
    opacity: 0.28;
}

/* Hero bottom spacing balance */
.vps-command-hero {
    padding: 105px 0 70px;
}

/* Trust strip clean card style */
.vps-command-trust-bar {
    max-width: 1180px;
    margin: 58px auto 0;
    padding: 16px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(219, 228, 240, 0.95);
    box-shadow: 0 18px 45px rgba(11, 42, 99, 0.08);
    backdrop-filter: blur(10px);
}

/* Trust item compact karanna */
.vps-command-trust-item {
    justify-content: center;
    padding: 10px 8px;
    color: var(--primary-color);
    font-size: 14px;
         font-weight: 600;
}

.vps-command-trust-item i {
    color: var(--accent-color);
    font-size: 21px;
}

/* Mobile trust bar */
@media (max-width: 991px) {
    .vps-command-trust-bar {
        max-width: 720px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 42px;
    }
}

@media (max-width: 575px) {
    .vps-command-trust-bar {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 18px;
    }

    .vps-command-trust-item {
        justify-content: flex-start;
    }

    .vps-command-glow {
        display: none;
    }
}

/* ==============================
   VPS Pricing Cards Section - Clean Final CSS
============================== */
.vps-pricing-section {
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    background: #f8f9fa;
    border-top: 1px solid rgba(219, 228, 240, 0.7);
}

.vps-pricing-section .container {
    width: min(1500px, calc(100% - 56px));
    max-width: none;
}

/* Section Title */
.vps-pricing-title {
    max-width: 1200px;
    margin: 0 auto 36px;
}

.vps-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--accent-color);
    background: var(--bg-soft-green);
    border: 1px solid rgba(10, 127, 38, 0.16);
    border-radius: 999px;
    padding: 9px 17px;
    margin-bottom: 16px;
    font-size: 14px;
         font-weight: 600;
}

.vps-pricing-title h2 {
    color: var(--primary-color);
    font-size: 46px;
    line-height: 1.12;
         font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.vps-pricing-title p {
    max-width: 780px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
         font-weight: 500;
}

/* Billing Toggle */
.vps-billing-toggle {
    width: fit-content;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px;
    background: rgba(232, 238, 247, 0.98);
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(11, 42, 99, 0.08), 0 12px 30px rgba(11, 42, 99, 0.08);
}

.vps-billing-btn {
    min-width: 115px;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: var(--primary-color);
    background: transparent;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 14px;
         font-weight: 600;
    transition: var(--transition);
}

.vps-billing-btn span {
    display: inline-flex;
    margin-left: 7px;
    color: #ffffff;
    background: var(--accent-color);
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1;
         font-weight: 600;
}

.vps-billing-btn.active {
    color: #ffffff;
    background: var(--primary-color);
    box-shadow: 0 12px 28px rgba(11, 42, 99, 0.24);
    font-size: 18px;
}

/* Pricing Grid */
.vps-pricing-grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

/* Pricing Card */
.vps-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px;
    background: #ffffff;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 30px;
    box-shadow: 0 18px 48px rgba(11, 42, 99, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vps-pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(10, 127, 38, 0.35);
    box-shadow: 0 24px 62px rgba(11, 42, 99, 0.13);
}

.vps-pricing-card.featured {
    border: 2px solid rgba(10, 127, 38, 0.48);
    box-shadow: 0 24px 65px rgba(10, 127, 38, 0.11);
}

.vps-best-badge {
    position: absolute;
    top: -15px;
    left: 26px;
    color: #ffffff;
    background: var(--accent-color);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
         font-weight: 600;
    box-shadow: 0 12px 28px rgba(10, 127, 38, 0.22);
}

/* Card Header */
.vps-card-header span {
    display: inline-block;
    color: var(--accent-color);
    font-size: 12px;
         font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 7px;
}

.vps-card-header h3 {
    color: var(--primary-color);
    font-size: 27px;
    line-height: 1.18;
         font-weight: 600;
    margin-bottom: 9px;
}

.vps-card-header p {
    min-height: 74px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.65;
         font-weight: 600;
    margin-bottom: 19px;
}

/* Price */
.vps-card-price {
    margin-bottom: 22px;
}

.vps-card-price strong {
    color: var(--primary-color);
    font-size: 44px;
    line-height: 1;
         font-weight: 600;
    letter-spacing: -1px;
}

.vps-card-price small {
    color: var(--text-muted);
    font-size: 14px;
         font-weight: 600;
}

.vps-card-price em {
    display: block;
    color: #dc3545;
    font-size: 16px;
    font-style: normal;
         font-weight: 600;
    margin-top: 6px;
}

/* Core Specs */
.vps-core-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.vps-core-specs div {
    padding: 16px;
    background: var(--bg-light);
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 17px;
}

.vps-core-specs i {
    color: var(--accent-color);
    font-size: 20px;
    margin-bottom: 7px;
}

.vps-core-specs strong {
    display: block;
    color: var(--primary-color);
    font-size: 18px;
         font-weight: 600;
}

.vps-core-specs span {
    color: var(--text-muted);
    font-size: 16px;
         font-weight: 600;
}

/* Main Feature List */
.vps-feature-list {
    display: grid;
    gap: 12px;
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
}

.vps-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.45;
         font-weight: 500;
}

.vps-feature-list i {
    color: var(--accent-color);
    font-size: 15px;
    margin-top: 2px;
}

/* Extra Features - Same List Style */
.vps-extra-features {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.35s ease, margin 0.35s ease;
}

.vps-extra-features.open {
    max-height: 300px;
    margin: 0 0 15px;
}

.vps-extra-features ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.vps-extra-features li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.45;
         font-weight: 500;
}

.vps-extra-features li::before {
    content: "\2713";
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--accent-color);
    border-radius: 50%;
    font-size: 10px;
         font-weight: 600;
}

/* See All Features */
.vps-show-features {
    width: fit-content;
    margin-bottom: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent-color);
    font-size: 14px;
         font-weight: 600;
    cursor: pointer;
}

.vps-show-features i {
    margin-left: 4px;
    transition: transform 0.25s ease;
}

.vps-show-features.open i {
    transform: rotate(180deg);
}

/* Deploy Button */
.vps-deploy-btn {
    margin-top: auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    color: #ffffff !important;
    background: var(--accent-color);
    border-radius: 15px;
    padding: 16px 22px;
    font-size: 15px;
         font-weight: 600;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(10, 127, 38, 0.20);
    transition: var(--transition);
}

.vps-deploy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(10, 127, 38, 0.30);
    background: #126d31;
}

/* Tablet */
@media (max-width: 1199px) {
    .vps-pricing-section .container {
        width: min(960px, calc(100% - 32px));
    }

    .vps-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Small Tablet */
@media (max-width: 991px) {
    .vps-pricing-section {
        padding: 85px 0;
    }

    .vps-pricing-title h2 {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .vps-pricing-section .container {
        width: min(100%, calc(100% - 24px));
    }

    .vps-pricing-grid {
        grid-template-columns: 1fr;
    }

    .vps-pricing-title h2 {
        font-size: 32px;
    }

    .vps-pricing-card {
        padding: 25px;
    }

    .vps-card-header h3 {
        font-size: 23px;
    }

    .vps-card-header p {
        min-height: auto;
    }

    .vps-card-price strong {
        font-size: 38px;
    }

    .vps-billing-toggle {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .vps-billing-btn {
        width: 100%;
    }
}

/* ==============================
   VPS Benefits Section - Clean Final CSS
============================== */
.vps-benefits-section {
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
    border-top: 1px solid rgba(219, 228, 240, 0.8);
}

.vps-benefits-section .container {
    position: relative;
    z-index: 2;
}

/* Header */
.vps-benefits-header {
    /* max-width: 1280px; */
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.vps-benefits-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--accent-color);
    background: var(--bg-soft-green);
    border: 1px solid rgba(22, 128, 58, 0.16);
    border-radius: 999px;
    padding: 9px 17px;
    margin-bottom: 18px;
    font-size: 14px;
         font-weight: 600;
}

.vps-benefits-header h2 {
    width: 100%;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 1.18;
         font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 auto 14px;
    text-align: center;
    white-space: nowrap;
}

.vps-benefits-header h2 span {
    display: inline;
    color: #14376f;
}

.vps-benefits-header p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}

/* Grid */
.vps-benefits-grid {
    /* max-width: 1180px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Card */
.vps-benefits-card {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(11, 42, 99, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vps-benefits-card::before {
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    top: -68px;
    right: -68px;
    background: rgba(22, 128, 58, 0.07);
    border-radius: 50%;
    transition: transform 0.25s ease;
}

.vps-benefits-card:hover {
    transform: translateY(-6px);
    border-color: rgba(22, 128, 58, 0.24);
    box-shadow: 0 24px 60px rgba(11, 42, 99, 0.12);
}

.vps-benefits-card:hover::before {
    transform: scale(1.12);
}

/* ==============================
   VPS Benefit Card Image + Title
============================== */
.vps-perk-top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 18px;
}

.vps-perk-top img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 230px;
    margin: 0 auto 16px;
    object-fit: contain;
    object-position: center;
}

.vps-perk-top h3 {
    width: 100%;
    margin: 0;
    color: var(--primary-color);
    font-size: 23px;
         font-weight: 600;
    line-height: 1.25;
    text-align: left;
}

/* Paragraph */
.vps-benefits-card p {
    position: relative;
    z-index: 2;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 0;
}

/* Hide old icons */
.vps-benefits-icon {
    display: none !important;
}

/* Bottom CTA */
.vps-benefits-bottom {
    /* max-width: 1180px; */
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 30px;
    background: radial-gradient(circle at top right, rgba(22, 128, 58, 0.07), transparent 32%), #ffffff;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-left: 5px solid var(--accent-color);
    /* border-radius: 24px; */
    box-shadow: 0 18px 48px rgba(11, 42, 99, 0.08);
}

.vps-benefits-bottom h4 {
    color: var(--primary-color);
    font-size: 22px;
         font-weight: 600;
    margin-bottom: 6px;
}

.vps-benefits-bottom p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}

.vps-benefits-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-shrink: 0;
    color: #ffffff !important;
    background: var(--accent-color);
    border-radius: 14px;
    padding: 13px 22px;
    font-size: 18px;
         font-weight: 600;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(22, 128, 58, 0.22);
    transition: var(--transition);
}

.vps-benefits-btn:hover {
    color: #ffffff !important;
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(22, 128, 58, 0.28);
}

/* Tablet */
@media (max-width: 1199px) {
    .vps-benefits-header h2 {
        white-space: normal;
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .vps-benefits-section {
        padding: 80px 0;
    }

    .vps-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .vps-benefits-card {
        min-height: 270px;
    }

    .vps-benefits-top img {
        width: 92px;
        height: 92px;
    }

    .vps-benefits-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .vps-benefits-section {
        padding: 65px 0;
    }

    .vps-benefits-header h2 {
        font-size: 29px;
    }

    .vps-benefits-grid {
        grid-template-columns: 1fr;
    }

    .vps-benefits-card {
        min-height: auto;
        padding: 26px;
    }

    .vps-benefits-top {
        gap: 16px;
        margin-bottom: 20px;
    }

    .vps-benefits-top img {
        width: 78px;
        height: 78px;
    }

    .vps-benefits-top h3, .vps-benefits-card h3 {
        font-size: 19px;
    }

    .vps-benefits-bottom {
        padding: 24px;
    }

    .vps-benefits-btn {
        width: 100%;
    }
}

/* ==============================
   VPS Color Logo Marquee
============================== */
.vps-logo-marquee-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 80px;
    background-color: #fff8ef;
}

.vps-logo-marquee-header {
    margin-bottom: 22px;
}

.vps-logo-marquee-header span {
    color: var(--text-muted);
    font-size: 18px;
         font-weight: 600;
}

.vps-logo-marquee {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0;
}

.vps-logo-marquee::before, .vps-logo-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
    width: 110px;
    height: 100%;
    pointer-events: none;
}

.vps-logo-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.vps-logo-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f8fbff 0%, rgba(248, 251, 255, 0) 100%);
}

.vps-logo-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: vpsLogoScroll 36s linear infinite;
}

.vps-logo-marquee:hover .vps-logo-track {
    animation-play-state: paused;
}

.vps-logo-item {
    min-width: 160px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(11, 42, 99, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    flex-direction: column;
}

.vps-logo-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.vps-logo-item span {
    color: var(--primary-color);
    font-size: 14px;
         font-weight: 600;
    white-space: nowrap;
}

.vps-logo-item:hover {
    transform: translateY(-4px);
    border-color: rgba(22, 128, 58, 0.25);
    box-shadow: 0 18px 42px rgba(11, 42, 99, 0.12);
}

@keyframes vpsLogoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .vps-logo-marquee-section {
        padding: 0 0 60px;
    }

    .vps-logo-marquee::before, .vps-logo-marquee::after {
        width: 55px;
    }

    .vps-logo-track {
        gap: 12px;
        animation-duration: 28s;
    }

    .vps-logo-item {
        min-width: 135px;
        height: 62px;
        gap: 9px;
    }

    .vps-logo-item img {
        width: 28px;
        height: 28px;
    }

    .vps-logo-item span {
        font-size: 13px;
    }
}

/* ==============================
   VPS Logo Marquee Heading Fix
============================== */
.vps-logo-marquee-header {
    margin-bottom: 26px !important;
    text-align: center !important;
}

.vps-logo-marquee-header span {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--primary-color) !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: -0.1px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(11, 42, 99, 0.06);
}

.vps-logo-marquee-header span::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(22, 128, 58, 0.12);
}

@media (max-width: 575px) {
    .vps-logo-marquee-header span {
        font-size: 14.5px !important;
        padding: 9px 14px;
    }
}

/* ==============================
   VPS Logo Marquee Final Polish
============================== */
.vps-logo-marquee-section {
    padding: 0 0 55px !important;
}

.vps-logo-marquee-header {
    margin-bottom: 20px !important;
}

.vps-logo-marquee {
    max-width: 1240px !important;
    padding: 6px 0 !important;
}

.vps-logo-marquee::before, .vps-logo-marquee::after {
    width: 70px !important;
}

.vps-logo-item {
    min-width: 170px !important;
    height: 76px !important;
    gap: 14px !important;
}

.vps-logo-item img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
}

.vps-logo-item span {
    color: var(--primary-color) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* cPanel / small logos bigger */
.vps-logo-item img[alt="cPanel"], .vps-logo-item img[alt="Plesk"], .vps-logo-item img[alt="aaPanel"] {
    width: 54px !important;
    height: 36px !important;
}

/* Hover effect */
.vps-logo-item:hover {
    transform: translateY(-4px);
    border-color: rgba(22, 128, 58, 0.28) !important;
    box-shadow: 0 18px 42px rgba(11, 42, 99, 0.12) !important;
}

/* ==============================
   VPS Logo Marquee Final Size Polish
============================== */
.vps-logo-marquee-section {
    padding: 0px !important;
}

.vps-logo-marquee-header {
    margin-bottom: 24px !important;
}

.vps-logo-marquee {
    max-width: 100% !important;
    padding: 10px 0 !important;
}

.vps-logo-item {
    min-width: 190px !important;
    height: 117px !important;
    gap: 12px !important;
}

.vps-logo-item img {
    width: 68px !important;
    height: 50px !important;
}

.vps-logo-item span {
    font-size: 16.5px !important;
    font-weight: 500 !important;
}

/* Fade eka tikak adu karanna */
.vps-logo-marquee::before, .vps-logo-marquee::after {
    width: 65px !important;
}

/* ==============================
   VPS Global Edge Network Stats Cards (Fixed)
============================== */
.vps-edge-stat-cards {
    max-width: 1120px;
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   

    position: relative;
    z-index: 2;
}

.vps-edge-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 26px 20px;
    background: rgba(255, 255, 255, 0.05);
    /* Glass Effect */
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.vps-edge-stat-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(134, 239, 172, 0.4);
}

.vps-edge-stat-card i {
    color: #86efac;
    /* Neon Green Icon */
    font-size: 32px;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 10px rgba(134, 239, 172, 0.3));
}

.vps-edge-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 26px;
         font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.vps-edge-stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14.5px;
    font-weight: 400;
}

/* Responsive Design (Mobile & Tablet) */
@media (max-width: 991px) {
    .vps-edge-stat-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .vps-edge-stat-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vps-edge-stat-card {
        padding: 20px;
    }
}

/* ==============================
   VPS Illustrated FAQ & Dark CTA CSS
============================== */
.vps-illustrated-section {
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    background:
        radial-gradient(
            circle at 10% 30%,
            rgba(43, 87, 151, 0.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 75%,
            rgba(10, 127, 38, 0.05),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f4f8ff 0%,
            #ffffff 100%
        );
}

/* Header */
.vps-section-header {
    max-width: 920px;
    margin: 0 auto 48px !important;
    text-align: center;
}


.vps-badge-soft {
    display: inline-block;
    color: var(--accent-color);
    background: var(--accent-soft);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 12px;
         font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vps-section-header h2 {
    margin: 0 0 14px;
    color: #14376f;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -0.8px;
}

.vps-section-header p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
}

.vps-faq-row {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    align-items: start !important;
    gap: 56px;
    margin-right: 0;
    margin-bottom: 55px;
    margin-left: 0;
}

.vps-faq-row > [class*="col-"] {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0;
}


/* Left Side Illustration */
.vps-illustration-wrapper {
    position: sticky;
    top: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 610px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(10, 127, 38, 0.09),
            transparent 44%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #edf4ff 100%
        );
    box-shadow: 0 22px 55px rgba(11, 42, 99, 0.09);
}

.vps-illustration-wrapper::before {
    content: "";
    position: absolute;
    width: 76%;
    height: 76%;
    border: 1px dashed rgba(43, 87, 151, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.vps-3d-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 124%;
    max-width: none;
    height: auto;
    margin: 0 -12%;
    mix-blend-mode: darken;
    transform: scale(1.12);
    animation: none;
}

.vps-floating-accordion {
    width: 100%;
}


.float-element {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    color: var(--primary-color);
    font-size: 26px;
    z-index: 3;
}

.shape-1 {
    top: 10%;
    left: -10%;
    animation: floatIcon 4s ease-in-out infinite alternate;
}

.shape-2 {
    bottom: 15%;
    right: -5%;
    color: var(--accent-color);
    animation: floatIcon 5s ease-in-out infinite alternate-reverse;
}

@keyframes floatingImg {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-10px) scale(1.05);
    }
}

/* Right Side Floating Accordion */
.vps-faq-card {
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 17px;
    background: var(--bg-white);
    box-shadow: 0 10px 28px rgba(11, 42, 99, 0.055);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vps-faq-card:last-child {
    margin-bottom: 0;
}


.vps-faq-card:hover {
    transform: none;
    border-color: rgba(43, 87, 151, 0.18);
    box-shadow: 0 14px 32px rgba(11, 42, 99, 0.075);
}

.vps-faq-card.active {
    border-color: rgba(10, 127, 38, 0.24);
    box-shadow: 0 16px 36px rgba(11, 42, 99, 0.08);
}

.vps-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 17px 20px;
    cursor: pointer;
    user-select: none;
    background: var(--bg-white);
}

.vps-faq-header h4 {
    flex: 1;
    margin: 0;
    padding: 0;
    color: #14376f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.vps-faq-card.active .vps-faq-header h4 {
    color: var(--accent-color);
}

.vps-faq-card:hover .vps-faq-header h4 {
    color: #14376f;
}

.vps-faq-card.active:hover .vps-faq-header h4 {
    color: var(--accent-color);
}

.vps-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: var(--primary-color);
    border-radius: 50%;
    background: var(--primary-soft);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.vps-faq-card.active .vps-faq-icon {
    color: #ffffff;
    background: var(--accent-color);
    transform: rotate(180deg);
}

.vps-faq-body {
    max-height: 0;
    overflow: hidden;
    background: var(--bg-white);
    transition: max-height 0.4s ease;
}

.vps-faq-body p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.75;
}


/* Bottom Dark Blue CTA Banner */
.vps-dark-cta-banner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding: 48px 35px;
    text-align: center;
    border-radius: 26px;
    background: var(--primary-dark);
    box-shadow: 0 22px 55px rgba(11, 42, 99, 0.16);
}

.vps-dark-cta-banner .cta-content {
    position: relative;
    z-index: 5;
    max-width: 700px;
    margin: 0 auto;
}


.vps-dark-cta-banner h2 {
    margin: 0 0 14px;
    color: var(--text-white);
    font-size: 32px;
         font-weight: 600;
    line-height: 1.25;
}

.vps-dark-cta-banner p {
    max-width: 620px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.65;
}


.btn-cta-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    color: var(--primary-dark);
    font-size: 16px;
         font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    background: var(--bg-white);
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.btn-cta-green:hover {
    color: var(--text-white);
    background: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(22, 128, 58, 0.3);
}

/* CTA Background Patterns */
.cta-bg-pattern {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.05) 0%,
        transparent 60%
    );
}

.pattern-left {
    top: -100px;
    left: -100px;
}

.pattern-right {
    right: -100px;
    bottom: -100px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .vps-illustrated-section {
        padding: 65px 20px;
    }

    .vps-faq-row {
        display: block;
        margin-bottom: 45px;
    }

    .vps-illustration-wrapper {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 580px;
        min-height: 500px;
        margin: 0 auto 42px;
    }

    .vps-3d-img {
        width: 118%;
        margin: 0 -9%;
        transform: scale(1.08);
    }

    .vps-floating-accordion {
        max-width: 720px;
        margin: 0 auto;
    }

    .vps-dark-cta-banner {
        padding: 45px 24px;
    }

    .vps-dark-cta-banner h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .vps-illustrated-section {
        padding: 55px 14px;
    }

    .vps-illustrated-section .container {
        width: 100%;
    }

    .vps-section-header {
        margin-bottom: 32px !important;
    }

    .vps-section-header h2 {
        font-size: 30px;
    }

    .vps-section-header p {
        font-size: 15px;
    }

    .vps-illustration-wrapper {
        min-height: 390px;
        padding: 12px;
        border-radius: 22px;
    }

    .vps-3d-img {
        width: 128%;
        margin: 0 -14%;
        transform: scale(1.05);
    }

    .vps-faq-header {
        min-height: 62px;
        padding: 15px 16px;
    }

    .vps-faq-header h4 {
        font-size: 15px;
    }

    .vps-faq-body p {
        padding: 0 16px 17px;
        font-size: 14.5px;
    }

    .vps-dark-cta-banner {
        padding: 38px 18px;
        border-radius: 22px;
    }

    .vps-dark-cta-banner h2 {
        font-size: 25px;
    }

    .btn-cta-green {
        width: 100%;
    }
}


/* ==============================
   VPS Alternatives Section (Brand Matched Theme)
============================== */
.vps-alternatives-section {
    padding: 50px 20px;
    background: #FFF8F0;
    border-top: 1px solid var(--border-color);
}

.vps-alternatives-header {
    max-width: 900px;
    margin: 0 auto 50px;
}

.vps-alternatives-header h2 {
    color: var(--primary-color);
    font-size: 38px;
         font-weight: 600;
    letter-spacing: -0.8px;
    margin-bottom: 18px;
}

/* Red wenuwata ube brand Green eka wadinawa */
.vps-alternatives-header h2 span {
    color: var(--accent-color);
}

.vps-alternatives-header p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
         font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

/* Card Styling - Matched with existing cards */
.vps-alt-card {
    background: #f8f9fa;
    border: 1px solid var(--accent-color);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vps-alt-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
    border-color: rgba(22, 128, 58, 0.3);
    /* Soft green border on hover */
}

/* Icon Box */
.windows-icon {
    background: #16803a;
}

.vps-alt-icon {
    width: 60px;
    height: 60px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 26px;
    margin-bottom: 24px;
}

.vps-alt-card h3 {
    color: var(--primary-color);
    font-size: 25px;
         font-weight: 600;
    margin-bottom: 14px;
}

.vps-alt-card p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
         font-weight: 500;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* --- New Solid Button Styles for Cards --- */

.vps-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    font-size: 18px;
         font-weight: 600;
    border-radius: var(--border-radius-sm, 6px);
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto; 
}

.vps-btn i {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.vps-btn:hover i {
    transform: translateX(4px);
}

/* Green Button (Matches Windows Icon) */
.vps-btn-green {
    background-color: var(--accent-color);
    color: #ffffff !important;
}

.vps-btn-green:hover {
    background-color: #126b30; /* Darker hover green */
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(22, 128, 58, 0.25);
    transform: translateY(-2px);
}

/* Dark Blue Button (Matches Contact Icon) */
.vps-btn-blue {
    background-color: var(--primary-color);
    color: #ffffff !important;
}

.vps-btn-blue:hover {
    background-color: #081d45; /* Darker hover blue */
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(11, 42, 99, 0.25);
    transform: translateY(-2px);
}

/* Contact Us Icon Box */
.contact-icon {
    background: var(--primary-color); /* Brand eke dark blue eka */
}

/* Responsive */
@media (max-width: 767px) {
    .vps-alternatives-header h2 {
        font-size: 32px;
    }

    .vps-alt-card {
        padding: 30px;
    }
}

/* ==============================
   US Global Network Edge Matrix Section (Light Minimalist Premium)
============================== */
.win-network-section {
    position: relative;
    background: #ffffff;
    /* Smooth page light base flow */
    padding: 100px 0;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.network-label-mb {
    margin-bottom: 16px !important;
}

.network-main-title {
    color: var(--primary-color, #091a3c) !important;
    /* Deep dark blue for headers */
    font-size: 36px;
         font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.network-desc-text {
    color: var(--text-muted, #64748b) !important;
    /* Premium descriptive gray text */
    font-size: 15.5px;
    line-height: 1.7;
}

/* Borderless Data Array Rows Container (Light Integration) */
.network-matrix-container {
    margin-top: 50px;
    border-top: 1px solid rgba(9, 26, 60, 0.08);
}

.network-matrix-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 10px;
    border-bottom: 1px solid rgba(9, 26, 60, 0.08);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.network-matrix-row:hover {
    background: rgba(9, 26, 60, 0.02);
    /* Soft slate gray background layer on hover */
    padding-left: 20px;
    /* Fluid shifting motion */
}

/* Flag & Region Text Configurations */
.net-col-region {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.flag-icon-us {
    font-size: 26px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.net-region-meta h4 {
    color: var(--text-dark, #0b1528) !important;
    font-size: 17px;
         font-weight: 600;
    margin: 0 0 4px 0;
}

.net-region-meta span {
    color: #64748b !important;
    font-size: 13.5px;
         font-weight: 600;
}

/* Hardware Technical Spec Tags Column */
.net-col-spec {
    display: flex;
    gap: 10px;
    flex: 1;
    justify-content: flex-start;
}

.spec-tag {
    background: rgba(9, 26, 60, 0.03);
    border: 1px solid rgba(9, 26, 60, 0.06);
    color: #475569 !important;
    /* Slate color for tags */
    font-size: 12px;
         font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Latency Live Pulse Columns */
.net-col-ping {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.latency-pulse-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 8px 16px;
    border-radius: 30px;
}

.ping-ms-text {
    color: var(--accent-color) !important;
    /* Sharp green accent pulse */
    font-size: 13.5px;
         font-weight: 600;
}

/* Pulse dot animation logic */
.pulse-core-dot {
    width: 7px;
    height: 7px;
    background: #10b981;
    border-radius: 50%;
    position: relative;
}

.pulse-core-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10b981;
    border-radius: 50%;
    animation: netPingPulse 1.8s infinite ease-in-out;
}

@keyframes netPingPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

/* Responsive Table Breakdowns */
@media (max-width: 991px) {
    .network-matrix-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 24px 5px;
    }

    .net-col-spec {
        justify-content: flex-start;
        width: 100%;
    }

    .net-col-ping {
        justify-content: flex-start;
        width: 100%;
    }

    .network-main-title {
        font-size: 28px;
    }
}

/* =====================================================
   VPS Infrastructure Center Layout Section
===================================================== */
.vps-center-infra-section {
    padding: 50px 20px;
    background-color: var(--bg-white);
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid var(--border-color);
}

.vps-infra-header {
    margin-bottom: 3rem;
}

.vps-infra-header .vps-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--accent-soft);
    color: var(--accent-color);
    border-radius: 50px;
    font-size: 13px;
         font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(10, 127, 38, 0.15);
}

.vps-infra-header h2 {
    color: var(--primary-color);
    font-size: 44px;
         font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.15;
}

.vps-infra-header h2 span {
    color: var(--accent-color);
}

.vps-infra-header p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

/* Feature Items */
.infra-center-item {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
    align-items: flex-start;
    transition: var(--transition);
}

.infra-center-item:last-child {
    margin-bottom: 0;
}

/* Left side text alignment for desktop */
@media (min-width: 992px) {
    .vps-infra-left .infra-center-item {
        text-align: right;
    }
}

.infra-center-icon {
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    background: var(--bg-light);
    color: var(--secondary-color);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.infra-center-content h3 {
    color: var(--text-dark);
    font-size: 22px;
         font-weight: 600;
    margin-bottom: 8px;
    transition: var(--transition);
}

.infra-center-content p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* Hover Effects */
.infra-center-item:hover .infra-center-icon {
    background: var(--accent-color);
    color: var(--text-white);
    border-color: var(--accent-color);
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(10, 127, 38, 0.2);
}

.infra-center-item:hover .infra-center-content h3 {
    color: var(--accent-color);
}

/* Center Image Animation */
.infra-center-visual {
    position: relative;
    padding: 20px;
}

.floating-server {
    position: relative;
    z-index: 2;
    animation: float-server-anim 6s ease-in-out infinite;
    mix-blend-mode: darken;
    /* helps remove white backgrounds on images */
}

.server-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(10, 127, 38, 0.15) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    border-radius: 50%;
    animation: pulse-glow 4s infinite alternate;
}

@keyframes float-server-anim {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse-glow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .vps-center-infra-section {
        padding: 80px 0;
    }

    .infra-center-item {
        margin-bottom: 35px;
        text-align: left;
    }

    .vps-infra-left {
        margin-bottom: 35px;
    }
}

@media (max-width: 767.98px) {
    .vps-center-infra-section {
        padding: 60px 0;
    }

    .vps-infra-header h2 {
        font-size: 32px;
    }
}

/* =====================================================
   Technical Specifications Section
===================================================== */
.vps-specs-section {
    padding: 50px 20px;
    background-color: #FFF8F0;
    /* Very light, tech-friendly background */
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid var(--border-color);
}

.vps-specs-header {
    margin-bottom: 3.5rem;
}

.vps-specs-header .vps-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: rgba(11, 42, 99, 0.1);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 13px;
         font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.vps-specs-header h2 {
    color: var(--text-dark);
    font-size: 45px;
         font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.vps-specs-header h2 span {
    color: var(--accent-color);
}

.vps-specs-header p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;
}

/* Columns */
.specs-column-box {
   background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-md);
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%; 
    
    box-shadow: var(--shadow-card);
}

.specs-column-title {
    color: var(--primary-color);
    font-size: 22px;
         font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--bg-blue-soft);
    display: flex;
    align-items: center;
    gap: 12px;
}


/* Tech Specs List */
.tech-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.tech-specs-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.tech-specs-list li:last-child {
    margin-bottom: 0;
}

.tech-specs-list li i {
    font-size: 22px;
    color: var(--accent-color);
    margin-top: 2px;
}

.tech-specs-list li div {
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.6;
}

.tech-specs-list li strong {
    color: var(--text-dark);
         font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

/* Software Specs Container */
.vps-software-specs {
    background: var(--bg-white, #ffffff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Table Setup */
.tech-specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Main Table Header */
.tech-specs-table th {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 16px 20px;
    font-size: 16px;
         font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.tech-specs-table th:nth-child(2) {
    text-align: center;
}

.tech-specs-table th:last-child {
    text-align: right;
}

/* Table Body Cells */
.tech-specs-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #edf2f7;
    color: #4a5568;
    font-size: 18px;
    vertical-align: middle;
    transition: background-color 0.2s ease;
}

/* License Name Column */
.tech-specs-table td:nth-child(1) {
         font-weight: 600;
    color: #1a202c;
}

/* Accounts / Domains Column (Centered) */
.tech-specs-table td:nth-child(2) {
    text-align: center;
    color: #4a5568;
    font-size: 18px;
}

/* Pricing Column (Highlighted Green) */
.tech-specs-table td:nth-child(3) {
    text-align: right;
         font-weight: 600;
    color: #009639; /* Brand Green Accent */
    font-size: 18px;
}

/* Category Headers (cPanel, Plesk, DirectAdmin Banners) */
.table-category-header td {
    background: #f27138c2 !important;
    color: #ffffff !important;
    font-size: 16px;
         font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-bottom: none;
}

/* Zebra Striping & Hover */
.tech-specs-table tbody tr:nth-child(even):not(.table-category-header) {
    background-color: #f8fafc;
}

.tech-specs-table tbody tr:not(.table-category-header):hover {
    background-color: #f1f5f9;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .vps-software-specs {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .vps-software-specs {
        padding: 15px;
    }

    .tech-specs-table th, 
    .tech-specs-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .tech-specs-table td:nth-child(3) {
        font-size: 14px;
    }
}
/* =====================================================
   Why Choose Us - Uniform Grid Layout
===================================================== */
.vps-why-grid-section {
    padding: 100px 0;
    background-color: var(--bg-white);
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid var(--border-color);
}

.vps-why-header {
    margin-bottom: 3.5rem;
}

.vps-why-header .vps-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--accent-soft);
    color: var(--accent-color);
    border-radius: 50px;
    font-size: 13px;
         font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(10, 127, 38, 0.15);
}

.vps-why-header h2 {
    color: var(--primary-color);
    font-size: 42px;
         font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.15;
}

.vps-why-header h2 span {
    color: var(--accent-color);
}

.vps-why-header p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* Uniform Cards */
.why-uniform-card {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition: var(--transition);
}

.why-uniform-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
    border-color: rgba(10, 127, 38, 0.2);
    background: var(--bg-white);
}

.why-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-white);
    color: var(--accent-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(11, 42, 99, 0.05);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.why-uniform-card:hover .why-icon {
    background: var(--accent-color);
    color: var(--text-white);
    border-color: var(--accent-color);
}

.why-uniform-card h3 {
    color: var(--text-dark);
    font-size: 22px;
    font-weight: 750;
    margin-bottom: 15px;
}

.why-uniform-card p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .vps-why-grid-section {
        padding: 60px 0;
    }

    .vps-why-header h2 {
        font-size: 32px;
    }

    .why-uniform-card {
        padding: 30px 25px;
    }
}

/* =====================================================
   VPS Infrastructure Center Layout - FULLY RESPONSIVE
===================================================== */
.vps-center-infra-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    /* Prevents horizontal scroll on small devices */
}

.vps-infra-header {
    margin-bottom: 3rem;
    padding: 0 15px;
}

.vps-infra-header h2 {
    color: var(--primary-color);
    font-size: 44px;
         font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    line-height: 1.15;
}

.vps-infra-header h2 span {
    color: var(--accent-color);
}

.vps-infra-header p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

/* Feature Items Base Structure */
.infra-center-item {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
    align-items: flex-start;
    transition: var(--transition);
}

.infra-center-item:last-child {
    margin-bottom: 0;
}

/* Icon Styling */
.infra-center-icon {
    flex-shrink: 0;
    /* Important: Stops icon from squishing on mobile */
    width: 55px;
    height: 55px;
    background: var(--bg-light);
    color: var(--secondary-color);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

/* Text Content */
.infra-center-content h3 {
    color: var(--text-dark);
    font-size: 20px;
         font-weight: 600;
    margin-bottom: 8px;
    transition: var(--transition);
}

.infra-center-content p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Hover Effects */
.infra-center-item:hover .infra-center-icon {
    background: var(--accent-color);
    color: var(--text-white);
    border-color: var(--accent-color);
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(10, 127, 38, 0.2);
}

.infra-center-item:hover .infra-center-content h3 {
    color: var(--accent-color);
}

/* Center Image Animation */
.infra-center-visual {
    position: relative;
    padding: 20px;
}

.floating-server {
    position: relative;
    z-index: 2;
    animation: float-server-anim 6s ease-in-out infinite;
    mix-blend-mode: darken;
}

.server-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(10, 127, 38, 0.15) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    border-radius: 50%;
    animation: pulse-glow 4s infinite alternate;
}

@keyframes float-server-anim {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse-glow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

/* =====================================================
   RESPONSIVE MEDIA QUERIES (The Fix)
===================================================== */
/* Tablet & Small Laptops (max-width: 991px) */
@media (max-width: 991.98px) {
    .vps-center-infra-section {
        padding: 80px 0;
    }

    .vps-infra-header h2 {
        font-size: 38px;
    }

    /* Adds spacing between the left column and right column on tablets when the image hides */
    .vps-infra-left {
        margin-bottom: 40px;
    }

    .infra-center-item {
        margin-bottom: 35px;
    }
}

/* Mobile Phones (max-width: 767px) */
@media (max-width: 767.98px) {
    .vps-center-infra-section {
        padding: 60px 0;
    }

    .vps-infra-header {
        margin-bottom: 2.5rem;
    }

    .vps-infra-header h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .vps-infra-header p {
        font-size: 15px;
    }

    /* Mobile-specific margins and padding for layout balance */
    .vps-infra-left {
        margin-bottom: 0;
    }

    .vps-infra-right {
        margin-top: 30px;
    }

    .infra-center-item {
        gap: 15px;
        /* Reduce gap between icon and text */
        margin-bottom: 30px;
    }

    /* Slightly scale down icons for small screens */
    .infra-center-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .infra-center-content h3 {
        font-size: 18px;
    }

    .infra-center-content p {
        font-size: 14px;
    }
}


/* =====================================================
   Extracted Inline Styles (VPS FAQ Accordion)
===================================================== */
.vps-faq-card.active .vps-faq-body {
    max-height: 200px;
}



/* =====================================================
   FINAL RESPONSIVE SAFETY NET (VPS Hosting)
   Ensures 100% compatibility across all extreme device sizes
===================================================== */

/* Ultra-wide monitors (4K / 2K) */
@media (min-width: 1600px) {
    .vps-command-hero, 
    .vps-pricing-section, 
    .vps-center-infra-section, 
    .vps-alternatives-section, 
    .vps-benefits-section, 
    .vps-specs-section, 
    .vps-why-grid-section, 
    .vps-illustrated-section {
        /* padding-top: 80px !important; */
        /* padding-bottom: 80px !important; */
        padding: 50px 20px !important;
    }
}

/* Small Mobile Devices (380px & below - e.g., iPhone SE) */
@media (max-width: 380px) {
    .vps-command-content h1 {
        font-size: 28px !important;
        letter-spacing: -1px !important;
    }
    
    .vps-pricing-title h2,
    .vps-infra-header h2,
    .vps-alternatives-header h2,
    .vps-benefits-header h2,
    .vps-specs-header h2,
    .vps-why-header h2,
    .vps-section-header h2 {
        font-size: 26px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }

    .vps-command-actions .vps-command-primary-btn, 
    .vps-command-actions .vps-command-secondary-btn {
        padding: 12px 18px !important;
        font-size: 14.5px !important;
    }

    .terminal-body {
        padding: 15px !important;
    }

    .vps-card-price strong {
        font-size: 36px !important;
    }

    .vps-core-specs {
        grid-template-columns: 1fr !important;
    }

    .vps-benefits-top h3, 
    .vps-benefits-card h3 {
        font-size: 18px !important;
    }

    .vps-alt-card {
        padding: 24px !important;
    }

    .vps-alt-card h3 {
        font-size: 22px !important;
    }

    .vps-logo-item {
        min-width: 130px !important;
        height: 60px !important;
    }

    .vps-logo-item img {
        width: 30px !important;
        height: 30px !important;
    }

    .vps-logo-item span {
        font-size: 12px !important;
    }

    .vps-edge-stat-card strong {
        font-size: 22px !important;
    }

    .vps-faq-header h4 {
        font-size: 14px !important;
    }

    .vps-faq-body p {
        font-size: 13.5px !important;
        padding: 0 15px 15px !important;
    }

    .vps-dark-cta-banner {
        padding: 30px 15px !important;
    }
}

/* General Mobile Flex Fixes */
@media (max-width: 575.98px) {
    .vps-command-trust-bar {
        grid-template-columns: 1fr 1fr;
    }
    
    .vps-command-trust-item {
        text-align: center;
        flex-direction: column;
        gap: 6px;
    }

    .tech-specs-table th:first-child {
        width: 50% !important;
    }
}


/* =========================================================
   iHoster.net
   VPS HOSTING - FINAL RESPONSIVE OVERRIDES
   KEEP AT ABSOLUTE END OF vps-hosting.css
========================================================= */


/* =========================================================
   GLOBAL VPS PAGE SAFETY
========================================================= */

.vps-command-hero,
.vps-pricing-section,
.vps-center-infra-section,
.vps-alternatives-section,
.vps-benefits-section,
.vps-specs-section,
.vps-why-grid-section,
.vps-illustrated-section,
.win-network-section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.vps-command-hero *,
.vps-pricing-section *,
.vps-center-infra-section *,
.vps-alternatives-section *,
.vps-benefits-section *,
.vps-specs-section *,
.vps-why-grid-section *,
.vps-illustrated-section *,
.win-network-section * {
    box-sizing: border-box;
}

.vps-command-hero img,
.vps-pricing-section img,
.vps-center-infra-section img,
.vps-alternatives-section img,
.vps-benefits-section img,
.vps-specs-section img,
.vps-why-grid-section img,
.vps-illustrated-section img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   LARGE LAPTOP
   1200px - 1399px
========================================================= */

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        width: 100%;
        max-width: 1320px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .vps-command-content h1 {
        font-size: 48px !important;
    }

    .terminal-window {
        max-width: 570px;
    }

    .vps-pricing-grid {
        gap: 20px;
    }

    .vps-pricing-card {
        padding: 28px;
    }

    .vps-card-header h3 {
        font-size: 24px;
    }
}


/* =========================================================
   SMALL LAPTOP
   992px - 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        width: 100%;
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }


    /* HERO */

    .vps-command-hero {
        padding: 58px 0 !important;
    }

    .vps-command-content h1 {
        font-size: 43px !important;
        line-height: 1.08;
    }

    .vps-command-text {
        font-size: 16px;
    }

    .terminal-window {
        width: 100%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }


    /* PRICING */

    .vps-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        max-width: 900px;

        margin-left: auto;
        margin-right: auto;

        gap: 22px;
    }

    .vps-pricing-card {
        min-width: 0;
    }


    /* BENEFITS */

    .vps-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 20px;
    }
}


/* =========================================================
   TABLET
   BELOW 992px
========================================================= */

@media (max-width: 991.98px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        width: 100%;
        max-width: 100%;

        padding-left: 24px;
        padding-right: 24px;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .vps-command-hero {
        padding: 55px 0 !important;
    }

    .vps-command-content {
        width: 100%;
        max-width: 760px;

        margin: 0 auto;

        text-align: center;
    }

    .vps-command-content h1 {
        max-width: 760px;

        margin-left: auto;
        margin-right: auto;

        font-size: clamp(38px, 6vw, 48px) !important;
        line-height: 1.1;
    }

    .vps-command-text {
        max-width: 680px;

        margin-left: auto;
        margin-right: auto;
    }

    .vps-command-actions,
    .vps-command-note {
        justify-content: center;
    }


    /*
       IMPORTANT:
       PHP does NOT contain .vps-terminal-visual wrapper.
       Target .terminal-window directly.
    */

    .terminal-window {
        width: 100%;
        max-width: 700px;

        margin: 35px auto 0;
    }

    .terminal-body {
        width: 100%;
    }

    .terminal-line {
        max-width: 100%;
    }


    /* TRUST BAR */

    .vps-command-trust-bar {
        width: calc(100% - 48px);
        max-width: 720px;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        margin: 35px auto 0 !important;
    }

    .vps-command-trust-item {
        justify-content: flex-start;
    }


    /* =====================================================
       PRICING
    ===================================================== */

    .vps-pricing-section {
        padding: 70px 0 !important;
    }

    .vps-pricing-title {
        max-width: 760px;
    }

    .vps-pricing-title h2 {
        font-size: 38px !important;
        line-height: 1.18;
    }

    .vps-pricing-grid {
        width: 100%;
        max-width: 850px;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 20px;

        margin-left: auto;
        margin-right: auto;
    }

    .vps-pricing-card {
        width: 100%;
        min-width: 0;

        padding: 27px;
    }

    .vps-card-header p {
        min-height: auto;
    }


    /* =====================================================
       INFRASTRUCTURE
    ===================================================== */

    .vps-center-infra-section {
        padding: 70px 0 !important;
    }

    .vps-infra-header h2 {
        font-size: 38px;
    }

    .vps-infra-left {
        margin-bottom: 0 !important;
    }

    .vps-infra-right {
        margin-top: 0;
    }

    .infra-center-item {
        margin-bottom: 28px;
    }


    /* =====================================================
       ALTERNATIVES
    ===================================================== */

    .vps-alternatives-section {
        padding: 70px 0 !important;
    }

    .vps-alternatives-header {
        margin-bottom: 38px;
    }


    /* =====================================================
       BENEFITS
    ===================================================== */

    .vps-benefits-section {
        padding: 70px 0 !important;
    }

    .vps-benefits-header h2 {
        white-space: normal !important;

        font-size: 36px !important;
    }

    .vps-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 20px;
    }

    .vps-benefits-card {
        min-width: 0;
        min-height: auto;
    }

    .vps-benefits-bottom {
        align-items: center;
    }


    /* =====================================================
       SPECS
    ===================================================== */

    .vps-specs-section {
        padding: 70px 0 !important;
    }

    .specs-column-box,
    .vps-software-specs {
        padding: 28px;
    }


    /* =====================================================
       WHY CHOOSE
    ===================================================== */

    .vps-why-grid-section {
        padding: 70px 0 !important;
    }


    /* =====================================================
       FAQ
    ===================================================== */

    .vps-illustrated-section {
        padding: 70px 0 !important;
    }

    .vps-faq-row {
        display: block !important;

        margin-left: 0;
        margin-right: 0;
    }

    .vps-illustration-wrapper {
        position: relative !important;
        top: auto !important;

        width: 100%;
        max-width: 580px;

        min-height: auto;

        margin: 0 auto 35px;

        padding: 18px;
    }

    .vps-3d-img {
        display: block;

        width: 100% !important;
        max-width: 520px !important;

        margin: 0 auto !important;

        transform: none !important;
    }

    .vps-floating-accordion {
        width: 100%;
        max-width: 760px;

        margin: 0 auto;
    }
}


/* =========================================================
   MOBILE
   BELOW 768px
========================================================= */

@media (max-width: 767.98px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .vps-command-hero {
        padding: 42px 0 50px !important;
    }

    .vps-command-content {
        text-align: left;
    }

    .vps-command-content h1 {
        max-width: 100%;

        margin-left: 0;
        margin-right: 0;

        font-size: clamp(32px, 9vw, 40px) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.8px !important;
    }

    .vps-command-content h1 span {
        display: block;
    }

    .vps-command-text {
        max-width: 100%;

        margin-left: 0;
        margin-right: 0;

        font-size: 15px;
        line-height: 1.7;
    }

    .vps-command-actions {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }

    .vps-command-primary-btn,
    .vps-command-secondary-btn {
        width: 100%;

        min-height: 48px;

        padding: 12px 16px;

        font-size: 14px;
    }

    .vps-command-note {
        justify-content: flex-start;
        align-items: flex-start;

        font-size: 13px;
        line-height: 1.55;
    }


    /* =====================================================
       TERMINAL
    ===================================================== */

    .terminal-window {
        width: 100%;

        margin-top: 28px;

        border-radius: 20px;
    }

    .terminal-topbar {
        gap: 9px;

        padding: 12px 13px;
    }

    .terminal-title {
        min-width: 0;

        overflow: hidden;

        font-size: 11px;

        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .terminal-live {
        flex: 0 0 auto;

        font-size: 11px;
    }

    .terminal-body {
        padding: 18px !important;
    }

    .terminal-line {
        width: 100%;

        white-space: normal !important;

        overflow-wrap: anywhere;

        font-size: 12px !important;
        line-height: 1.65;

        clip-path: none !important;
    }

    .terminal-status-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 8px;
    }

    .terminal-status-panel div {
        min-width: 0;

        padding: 11px 8px;

        border-radius: 12px;
    }

    .terminal-status-panel small {
        font-size: 10px;
    }

    .terminal-status-panel strong {
        font-size: 13px;
    }


    /* TRUST */

    .vps-command-trust-bar {
        width: calc(100% - 36px);

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 8px;

        padding: 12px;

        border-radius: 17px;
    }

    .vps-command-trust-item {
        min-width: 0;

        gap: 8px;

        padding: 9px 6px;

        font-size: 12px;
    }

    .vps-command-trust-item i {
        font-size: 18px;
    }


    /* =====================================================
       COMMON SECTION SPACING
    ===================================================== */

    .vps-pricing-section,
    .vps-center-infra-section,
    .vps-alternatives-section,
    .vps-benefits-section,
    .vps-specs-section,
    .vps-why-grid-section,
    .vps-illustrated-section {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }


    /* =====================================================
       COMMON HEADINGS
    ===================================================== */

    .vps-pricing-title h2,
    .vps-infra-header h2,
    .vps-alternatives-header h2,
    .vps-benefits-header h2,
    .vps-specs-header h2,
    .vps-why-header h2,
    .vps-section-header h2 {
        font-size: 29px !important;
        line-height: 1.2 !important;

        white-space: normal !important;
    }

    .vps-pricing-title p,
    .vps-infra-header p,
    .vps-alternatives-header p,
    .vps-benefits-header p,
    .vps-specs-header p,
    .vps-why-header p,
    .vps-section-header p {
        font-size: 14.5px !important;
        line-height: 1.7;
    }


    /* =====================================================
       BILLING TOGGLE
    ===================================================== */

    .vps-billing-toggle {
        display: grid;

        width: 100%;
        max-width: 520px;

        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 6px;

        margin-left: auto;
        margin-right: auto;

        padding: 7px;

        border-radius: 18px;
    }

    .vps-billing-btn {
        min-width: 0;

        padding: 11px 8px;

        font-size: 11px;

        white-space: normal;
    }

    .vps-billing-btn span {
        margin-left: 3px;

        padding: 3px 5px;

        font-size: 9px;
    }


    /* =====================================================
       PRICING CARDS
    ===================================================== */

    .vps-pricing-grid {
        grid-template-columns: 1fr !important;

        width: 100%;
        max-width: 520px;

        gap: 20px;

        margin-left: auto;
        margin-right: auto;
    }

    .vps-pricing-card {
        width: 100%;

        min-width: 0;

        padding: 24px;

        border-radius: 22px;
    }

    .vps-best-badge {
        left: 18px;

        font-size: 11px;
    }

    .vps-card-header h3 {
        font-size: 22px;
    }

    .vps-card-header p {
        min-height: 0;

        font-size: 14px;
    }

    .vps-card-price strong {
        font-size: 38px !important;
    }

    .vps-core-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 9px;
    }

    .vps-core-specs div {
        min-width: 0;

        padding: 12px;
    }

    .vps-core-specs strong {
        font-size: 14px;
    }

    .vps-core-specs span {
        font-size: 10px;
    }

    .vps-feature-list li,
    .vps-extra-features li {
        font-size: 13px;
    }


    /* =====================================================
       INFRASTRUCTURE
    ===================================================== */

    .vps-infra-header {
        margin-bottom: 34px;
    }

    .vps-infra-header h2 br {
        display: none;
    }

    .vps-infra-left,
    .vps-infra-right {
        width: 100%;

        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .infra-center-item {
        width: 100%;

        gap: 13px;

        margin-bottom: 24px !important;

        text-align: left !important;
    }

    .infra-center-icon {
        flex: 0 0 44px;

        width: 44px;
        height: 44px;

        font-size: 18px;
    }

    .infra-center-content {
        min-width: 0;
    }

    .infra-center-content h3 {
        font-size: 17px;
    }

    .infra-center-content p {
        font-size: 13.5px;
        line-height: 1.65;
    }


    /* =====================================================
       ALTERNATIVES
    ===================================================== */

    .vps-alternatives-header {
        margin-bottom: 32px;
    }

    .vps-alt-card {
        padding: 24px !important;

        border-radius: 18px;
    }

    .vps-alt-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 18px;

        font-size: 22px;
    }

    .vps-alt-card h3 {
        font-size: 20px !important;
    }

    .vps-alt-card p {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .vps-btn {
        justify-content: center;

        width: 100%;

        padding: 12px 15px;

        font-size: 13px;
    }


    /* =====================================================
       BENEFITS
    ===================================================== */

    .vps-benefits-grid {
        grid-template-columns: 1fr !important;

        width: 100%;
        max-width: 520px;

        margin-left: auto;
        margin-right: auto;

        gap: 18px;
    }

    .vps-benefits-card {
        width: 100%;

        min-height: auto;

        padding: 22px;

        border-radius: 20px;
    }

    .vps-perk-top img {
        width: 100%;
        max-width: 210px;

        height: auto;

        margin-left: auto;
        margin-right: auto;
    }

    .vps-perk-top h3 {
        font-size: 19px !important;
    }

    .vps-benefits-card p {
        font-size: 13.5px;
        line-height: 1.7;
    }


    /* Benefits CTA */

    .vps-benefits-bottom {
        flex-direction: column;

        align-items: flex-start;

        padding: 20px;

        gap: 18px;
    }

    .vps-benefits-bottom h4 {
        font-size: 18px;
    }

    .vps-benefits-bottom p {
        font-size: 13.5px;
    }

    .vps-benefits-btn {
        width: 100%;

        font-size: 14px;
    }


    /* =====================================================
       SPECS
    ===================================================== */

    .specs-column-box,
    .vps-software-specs {
        padding: 20px;
    }

    .tech-specs-list li {
        gap: 10px;

        margin-bottom: 18px;
    }

    .tech-specs-list li i {
        flex: 0 0 auto;

        font-size: 18px;
    }

    .tech-specs-list li div {
        font-size: 14px;
    }


    /*
       Software table:
       do NOT squeeze table until text becomes unreadable.
       Allow horizontal swipe instead.
    */

    .vps-software-specs {
        width: 100%;
        max-width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }

    .tech-specs-table {
        width: 100%;
        min-width: 560px;
    }

    .tech-specs-table th,
    .tech-specs-table td {
        padding: 11px 12px;

        font-size: 13px;
    }


    /* =====================================================
       WHY CHOOSE
    ===================================================== */

    .vps-why-header {
        margin-bottom: 34px;
    }

    .why-uniform-card {
        padding: 24px 20px;

        border-radius: 17px;
    }

    .why-icon {
        width: 50px;
        height: 50px;

        margin-bottom: 18px;

        font-size: 21px;
    }

    .why-uniform-card h3 {
        font-size: 18px;
    }

    .why-uniform-card p {
        font-size: 13.5px;
        line-height: 1.65;
    }


    /* =====================================================
       FAQ
    ===================================================== */

    .vps-section-header {
        margin-bottom: 34px !important;
    }

    .vps-illustration-wrapper {
        width: 100%;

        min-height: auto !important;

        margin-bottom: 30px;

        padding: 12px;

        border-radius: 20px;
    }

    .vps-3d-img {
        width: 100% !important;
        max-width: 420px !important;

        margin: 0 auto !important;

        transform: none !important;
    }

    .vps-faq-card {
        width: 100%;
    }

    .vps-faq-header {
        min-height: 58px;

        gap: 10px;

        padding: 14px 15px;
    }

    .vps-faq-header h4 {
        min-width: 0;

        font-size: 14px !important;
        line-height: 1.45;
    }

    .vps-faq-icon {
        width: 28px;
        height: 28px;

        flex: 0 0 28px;
    }

    .vps-faq-body p {
        padding: 0 15px 16px !important;

        font-size: 13.5px !important;
        line-height: 1.7;
    }


    /* Final CTA */

    .vps-dark-cta-banner {
        padding: 32px 20px !important;

        border-radius: 20px;
    }

    .vps-dark-cta-banner h2 {
        font-size: 25px !important;
    }

    .vps-dark-cta-banner p {
        font-size: 13.5px;
    }

    .btn-cta-green {
        width: 100%;

        padding: 13px 16px;

        font-size: 14px;
    }


    /* =====================================================
       NETWORK / EDGE MATRIX SAFETY
    ===================================================== */

    .network-matrix-row {
        width: 100%;

        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }

    .net-col-spec,
    .net-col-ping {
        width: 100%;
        min-width: 0;

        justify-content: flex-start;
    }

    .vps-edge-stat-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
   BELOW 576px
========================================================= */

@media (max-width: 575.98px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* HERO */

    .vps-command-content h1 {
        font-size: clamp(30px, 9vw, 35px) !important;
    }

    .vps-command-text {
        font-size: 14px;
    }


    /* TERMINAL */

    .terminal-title {
        display: none;
    }

    .terminal-body {
        padding: 15px !important;
    }

    .terminal-status-panel {
        grid-template-columns: 1fr;

        gap: 7px;
    }

    .terminal-status-panel div {
        padding: 10px 12px;
    }


    /* TRUST */

    .vps-command-trust-bar {
        width: calc(100% - 30px);

        grid-template-columns: 1fr !important;

        padding: 10px;
    }

    .vps-command-trust-item {
        flex-direction: row !important;

        justify-content: flex-start;

        text-align: left !important;
    }


    /* BILLING TOGGLE */

    .vps-billing-toggle {
        grid-template-columns: 1fr;

        max-width: 360px;

        border-radius: 18px;
    }

    .vps-billing-btn {
        width: 100%;

        font-size: 12px;
    }


    /* PRICING */

    .vps-pricing-card {
        padding: 22px;
    }

    .vps-core-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    /* NETWORK */

    .vps-edge-stat-cards {
        grid-template-columns: 1fr;
    }


    /* HEADINGS */

    .vps-pricing-title h2,
    .vps-infra-header h2,
    .vps-alternatives-header h2,
    .vps-benefits-header h2,
    .vps-specs-header h2,
    .vps-why-header h2,
    .vps-section-header h2 {
        font-size: 27px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   320px - 400px
========================================================= */

@media (max-width: 400px) {

    .vps-command-hero .container,
    .vps-pricing-section .container,
    .vps-center-infra-section .container,
    .vps-alternatives-section .container,
    .vps-benefits-section .container,
    .vps-specs-section .container,
    .vps-why-grid-section .container,
    .vps-illustrated-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vps-command-hero {
        padding-top: 36px !important;
        padding-bottom: 42px !important;
    }

    .vps-command-content h1 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .vps-command-primary-btn,
    .vps-command-secondary-btn {
        padding: 11px 12px !important;

        font-size: 13px !important;
    }


    /* TERMINAL */

    .terminal-topbar {
        padding: 10px;
    }

    .terminal-body {
        padding: 12px !important;
    }

    .terminal-line {
        font-size: 11px !important;
    }


    /* PRICING */

    .vps-pricing-card {
        padding: 19px;

        border-radius: 18px;
    }

    .vps-card-price strong {
        font-size: 34px !important;
    }

    .vps-core-specs {
        grid-template-columns: 1fr !important;
    }

    .vps-core-specs div {
        padding: 11px;
    }


    /* ALTERNATIVE / BENEFIT / WHY CARDS */

    .vps-alt-card,
    .vps-benefits-card,
    .why-uniform-card {
        padding: 18px !important;
    }


    /* SECTION HEADINGS */

    .vps-pricing-title h2,
    .vps-infra-header h2,
    .vps-alternatives-header h2,
    .vps-benefits-header h2,
    .vps-specs-header h2,
    .vps-why-header h2,
    .vps-section-header h2 {
        font-size: 25px !important;
        line-height: 1.22 !important;
    }


    /* FAQ */

    .vps-faq-header {
        padding: 12px;
    }

    .vps-faq-header h4 {
        font-size: 13px !important;
    }

    .vps-faq-body p {
        padding: 0 12px 14px !important;

        font-size: 13px !important;
    }

    .vps-dark-cta-banner {
        padding: 27px 14px !important;
    }
}


/* =========================================================
   VPS SOFTWARE TABLE - MOBILE HORIZONTAL SCROLL FIX
   KEEP AT ABSOLUTE END OF vps-hosting.css
========================================================= */

@media (max-width: 767.98px) {

    /* Outer card */
    .vps-software-specs {
        width: 100%;
        max-width: 100%;

        padding: 18px !important;

        overflow: hidden !important;
    }


    /* THIS is the actual horizontal scroll container */
    .vps-software-specs .table-responsive {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        -webkit-overflow-scrolling: touch;

        overscroll-behavior-x: contain;

        touch-action: pan-x pan-y;

        scrollbar-width: thin;
    }


    /* Force table wider than mobile screen */
    .vps-software-specs .tech-specs-table {
        width: 760px !important;
        min-width: 760px !important;
        max-width: none !important;

        table-layout: auto !important;

        margin: 0 !important;
    }


    /* Prevent columns from collapsing */
    .vps-software-specs .tech-specs-table th:first-child,
    .vps-software-specs .tech-specs-table td:first-child {
        width: 190px !important;
        min-width: 190px !important;

        white-space: nowrap;
    }

    .vps-software-specs .tech-specs-table th:nth-child(2),
    .vps-software-specs .tech-specs-table td:nth-child(2) {
        width: 570px !important;
        min-width: 570px !important;

        white-space: normal;
    }


    .vps-software-specs .tech-specs-table th,
    .vps-software-specs .tech-specs-table td {
        padding: 12px 14px !important;

        font-size: 13px !important;
        line-height: 1.5;
    }


    /* Visible scrollbar */
    .vps-software-specs .table-responsive::-webkit-scrollbar {
        height: 7px;
    }

    .vps-software-specs .table-responsive::-webkit-scrollbar-track {
        background: #edf2f7;

        border-radius: 20px;
    }

    .vps-software-specs .table-responsive::-webkit-scrollbar-thumb {
        background: #0b2a63;

        border-radius: 20px;
    }
}


/* Very small phones */
@media (max-width: 400px) {

    .vps-software-specs {
        padding: 14px !important;
    }

    .vps-software-specs .tech-specs-table {
        width: 720px !important;
        min-width: 720px !important;
    }

    .vps-software-specs .tech-specs-table th:first-child,
    .vps-software-specs .tech-specs-table td:first-child {
        width: 170px !important;
        min-width: 170px !important;
    }

    .vps-software-specs .tech-specs-table th:nth-child(2),
    .vps-software-specs .tech-specs-table td:nth-child(2) {
        width: 550px !important;
        min-width: 550px !important;
    }
}