/*** Front Page VPS Start ***/
.ptb-ow {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.psbow {
        padding: 20px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}
.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin: 0 auto;
    max-width: 1400px;
}

.plan-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.plan-header {
    background: #E0F2FE;
    color: #0C4A6E;
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #bae6fd;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.plan-price {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 12px;
}

.monthly-price,
.yearly-price {
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0C4A6E;
}

.yearly-price {
    position: relative;
}

.yearly-price::after {
    content: "17% OFF";
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ef4444;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}

.plan-specs {
    padding: 25px 20px;
    flex-grow: 1;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.spec-label {
    color: #64748b;
    font-weight: 500;
}

.spec-value {
    font-weight: 500;
    color: #0f172a;
}

.locations {
    padding: 18px 20px;
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.locations-title {
    color: #64748b;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.location-tag {
    background: #e2e8f0;
    color: #334155;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}

.plan-footer {
    padding: 0 20px 25px;
    text-align: center;
}

.buy-now-link {
    display: inline-block;
    background: #6747c7;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 12px 0px;
}

.buy-now-link:hover {
 background: linear-gradient(135deg, #2563eb, #89a8ff);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    color: #ffffff;
}

@media (max-width: 768px) {
    .plans-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .plan-price {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
/*** Front Page VPS end ***/
/***  Dedicated Start ***/
  .senderRDP-dedi-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.senderRDP-dedi-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
.senderRDP-dedi-card:hover {
    transform: translateY(-5px);
}
.senderRDP-dedi-header {
    background: linear-gradient(135deg, #4b6cb7, #182848);
    color: white;
    padding: 20px;
    text-align: center;
}
.senderRDP-dedi-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.senderRDP-dedi-cpu {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 10px;
}
.senderRDP-dedi-price {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
}
.senderRDP-dedi-stock-badge {
    display: inline-block;
    background: #2ecc71;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-top: 8px;
}
.senderRDP-dedi-specs {
    padding: 20px;
    flex-grow: 1;
}
.senderRDP-dedi-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.senderRDP-dedi-spec-label {
    color: #666;
    font-weight: 500;
}
.senderRDP-dedi-spec-value {
    font-weight: 500;
    text-align: right;
}
.senderRDP-dedi-locations {
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}
.senderRDP-dedi-locations-title {
    color: #666;
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.senderRDP-dedi-location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.senderRDP-dedi-location-tag {
    background: #e9ecef;
    color: #495057;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.senderRDP-dedi-footer {
    padding: 0 20px 20px;
    text-align: center;
}
.senderRDP-dedi-buy-now-link {
    display: inline-block;
    background: linear-gradient(135deg, #4b6cb7, #182848);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 1rem;
}
.senderRDP-dedi-buy-now-link:hover {
    background: linear-gradient(135deg, #3a5aa4, #90abf2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(75, 108, 183, 0.3);
    color: #ffffff;
}
@media (max-width: 768px) {
    .senderRDP-dedi-container {
        grid-template-columns: 1fr;
    }
}
/*** Dedicated end ***/