/* ==========================================================================
   VPS Hosting Dedicated Stylesheet (vps.css)
   Strictly isolated namespace (vps-*) to prevent class double usage.
   ========================================================================== */

.vps-main-wrapper * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.vps-hero-section {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 140px 0 80px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cbd5e1;
}
.vps-hero-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}
.vps-hero-subnav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.vps-subnav-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.vps-subnav-divider {
    width: 1px;
    height: 18px;
    background-color: #94a3b8;
    opacity: 0.5;
}
.vps-subnav-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.vps-nav-link {
    font-family: 'Poppins', sans-serif;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    font-size: 14.5px;
    transition: all 0.25s ease;
}
.vps-nav-link:hover {
    color: #0d6efd;
}
.vps-nav-link.active {
    color: #0d6efd;
    font-weight: 700;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 2px;
}

/* FLEXBOX HERO LAYOUT (CUSTOM) */
.vps-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.vps-hero-content-col {
    width: 55%;
    text-align: left;
}
.vps-hero-visual-col {
    width: 45%;
    text-align: center;
}
.vps-hero-img {
    max-width: 380px !important;
    max-height: 280px !important;
    width: auto;
    height: auto;
}

/* Light Header Navigation styles for this page */
@media (min-width: 993px) {
    .light-header-page .site-header:not(.menu-open) .nav-link,
    .light-header-page .site-header:not(.menu-open) .dd-toggle {
        color: #111 !important;
        font-weight: 500;
    }

    .light-header-page .site-header:not(.menu-open) .dropdown:hover .dd-toggle,
    .light-header-page .site-header:not(.menu-open) .nav-link:hover {
        color: #0d6efd !important;
    }
}

/* Mobile Hamburger icon color */
.light-header-page .site-header:not(.menu-open) .hamburger,
.light-header-page .site-header:not(.menu-open) .hamburger::before,
.light-header-page .site-header:not(.menu-open) .hamburger::after {
    background-color: #111 !important;
}

.vps-pretitle {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}
.vps-hero-title {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 20px;
}
.vps-highlight {
    color: #2563eb;
    background: linear-gradient(120deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vps-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 34px;
    max-width: 600px;
}
.vps-hero-btn {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.2s ease;
}
.vps-hero-btn:hover {
    background: #1d4ed8;
    color: #ffffff;
}
.vps-hero-lottie {
    height: 420px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.vps-hero-img {
    max-width: 85%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
}

/* Pricing Section */
.vps-pricing-section {
    padding: 100px 0;
    background-color: #f8fafc;
}
.vps-pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.vps-pricing-header {
    text-align: center;
    margin-bottom: 60px;
}
.vps-section-subtitle {
    color: #2563eb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}
.vps-section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Tab bar styles */
.vps-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.vps-tabs-bar {
    display: inline-flex;
    background: #e2e8f0;
    padding: 6px;
    border-radius: 0;
    gap: 6px;
    flex-wrap: wrap;
}
.vps-tab-btn {
    background: transparent;
    border: none;
    padding: 10px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.vps-tab-btn:hover {
    color: #0f172a;
}
.vps-tab-btn.active {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* Pricing Grid & Cards */
.vps-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    align-items: stretch;
}
.vps-plan-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 32px 28px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.vps-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.vps-icon-wrap {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vps-plan-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.vps-plan-desc {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}
.vps-price-wrap {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f1f5f9;
}
.vps-currency {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    vertical-align: top;
    margin-right: 2px;
}
.vps-amount {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.vps-period {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
    margin-left: 4px;
}
.vps-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}
.vps-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: #334155;
    margin-bottom: 16px;
    line-height: 1.5;
}
.vps-check-icon {
    color: #10b981;
    flex-shrink: 0;
    margin-top: 2px;
}
.vps-spec-sub {
    display: block;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 2px;
}
.vps-flags-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f5f9;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    border-bottom-left-radius: 0;
}
.vps-action-wrap {
    margin-top: auto;
}
.vps-order-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 0;
    border-radius: 0;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s ease;
}
.vps-order-btn:hover {
    background: #1d4ed8;
    color: #ffffff;
}

/* Comparison Table Section */
.vps-compare-section {
    padding: 80px 0 110px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}
.vps-compare-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.vps-compare-header {
    text-align: center;
    margin-bottom: 50px;
}
.vps-table-responsive {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03);
}
.vps-custom-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background: #ffffff;
}
.vps-custom-table-wrapper th, 
.vps-custom-table-wrapper td {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14.5px;
    color: #334155;
}
.vps-custom-table-wrapper thead th,
.vps-custom-table-wrapper tr.hovered td {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
    font-size: 16px;
    border-bottom: 2px solid #cbd5e1;
}
.vps-custom-table-wrapper tr:hover td {
    background: #f1f5f9;
}
.comp-check-icon {
    color: #10b981;
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
}
.vps-custom-table-wrapper a.btn {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13.5px;
}
.vps-custom-table-wrapper a.btn:hover {
    background: #1e40af;
}

@media (max-width: 991px) {
    .vps-hero-row {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .vps-hero-content-col, .vps-hero-visual-col {
        width: 100%;
        text-align: center;
    }
    .vps-hero-subtitle {
        margin: 0 auto 30px auto;
    }
    .vps-hero-visual-col {
        margin-top: 20px;
    }
}
/* Header */
.header {
  padding: 30px 0 50px;
  background-color: #ffe05d;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .header {
    padding: 70px 0;
  }
}
/* navigator */
.header .navigator {
  margin-bottom: 120px;
  font-family: var(--secondary-font);
}

/* title */
.header .navigator .title {
  position: relative;
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
  margin-right: 45px;
}
.header .navigator .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--dark);
  right: -24px;
}

/* item */
.header .navigator .item {
  font-size: 15px;
  color: var(--dark);
  font-weight: 300;
  border-bottom: 1px solid transparent;
}
.header .navigator .item.active {
  font-weight: 500;
  border-bottom-color: var(--dark);
 }
.header .navigator .item:not(:last-child) {
  margin-right: 25px;
}
.header .navigator .item:hover {
  border-bottom-color: var(--dark);
}

/* title-5 */
.header .title-5 {
  font-size: 17px;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 10px;
}

/* title-1 */
.header .title-1 {
  font-size: clamp(2.01rem,calc(.5rem + 2.9004vw),3.247rem);
  font-family: var(--third-font);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 30px;
}

/* hero */
.header .hero {
  position: absolute;
  bottom: -50px;
  right: 12vw;
  width: 420px;
}
@media only screen and (max-width: 1199.98px) {
  .header .hero {
    width: 370px;
    right: 4vw
  }
}
@media only screen and (max-width: 991.98px) {
  .header .hero {
    display: none
  }
}
/*------------------------------------------------------*/

/* Section I */

/* item */
.se-i .filter-bar .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-gray);
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, .05);
  padding: 14px 28px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
  transition: all .2s ease;
}
.light-theme .se-i .filter-bar .item {
  background-color: var(--light);
}
.se-i .filter-bar .item:not(.active):hover {
  background-color: var(--semi-dark);
}
.light-theme .se-i .filter-bar .item:not(.active):hover {
  background-color: var(--border);
}
.se-i .filter-bar .item.active {
  background-color: var(--primary);
  color: #FFFFFF;
}

/* responsive-table */
.se-i .responsive-table {
  display: none
}
.se-i .responsive-table.show {
  display: block
}

/* custom-table */
.se-i .custom-table {
  width: 100%;
  margin-top: 30px;
}

/* tbody */
.se-i .custom-table .tbody {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.se-i .custom-table .tbody .tr {
  width: calc(25% - 20px);
  border-radius: 4px !important;
  overflow: hidden;
  margin: 10px;
  background-color: var(--semi-dark);
  border: 1px solid rgba(255, 255, 255, .05);
}
.light-theme .se-i .custom-table .tbody .tr {
  background-color: var(--light);
  border-color: var(--border);
}
.se-i .custom-table .tbody .tr:hover {
  background-color: rgba(255, 255, 255, .02);
}
.light-theme .se-i .custom-table .tbody .tr:hover {
  background-color: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .se-i .custom-table .tbody .tr {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 991.98px) {
  .se-i .custom-table .tbody .tr {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767.98px) {
  .se-i .custom-table .tbody .tr {
    width: calc(100% - 20px);
  }
}

/* td */
.se-i .custom-table .tbody .td {
  width: 100% !important;
  display: flex !important;
}
.se-i .custom-table .tbody .td:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, .05) !important;
}
.light-theme .se-i .custom-table .tbody .td:nth-child(2) {
  border-color: var(--border) !important;
}
.se-i .custom-table .tbody .td:not(:first-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
  padding: 0 !important;
}
.light-theme .se-i .custom-table .tbody .td:not(:first-of-type) {
  border-color: var(--border) !important;
}

/* icon */
.se-i .custom-table .tbody .td .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .05);
  min-width: 40px;
  width: 40px;
}
.light-theme .se-i .custom-table .tbody .td .icon {
  border-color: var(--border);
}
.se-i .custom-table .tbody .td .icon img {
  filter: invert(1);
  width: 17px;
  opacity: .6;
}
.light-theme .se-i .custom-table .tbody .td .icon img {
  filter: invert(0);
  opacity: .7;
}

/* text */
.se-i .custom-table .tbody .td:not(.plan-td) .text {
  margin-left: 16px;
  padding: 6px;
}

/* plan-td */
.se-i .custom-table .tbody .td.plan-td {
  min-width: 208px;
  width: 208px;
  padding: 20px 12px;
}

.se-i .custom-table .tbody .td.plan-td .flag {
  position: relative;
}
.se-i .custom-table .tbody .td.plan-td .flag:not(:last-child) {
  margin-bottom: 8px;
}
.se-i .custom-table .tbody .td.plan-td .flag::before {
  position: absolute;
  content: attr(data-tooltip);
  left: calc(100% + 6px);
  top: 50%;
  transform: translateY(-50%);
  background: #1e5f74;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  min-width: 10px;
  white-space: nowrap;
  word-wrap: break-word;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}
.se-i .custom-table .tbody .td.plan-td .flag::after {
  position: absolute;
  content: '';
  left: calc(100% - 6px);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #1e5f74;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}
.se-i .custom-table .tbody .td.plan-td .flag:hover::before,
.se-i .custom-table .tbody .td.plan-td .flag:hover::after {
  opacity: 1;
  visibility: visible;
}

.se-i .custom-table .tbody .td.plan-td .flags img {
  display: block;
  width: 17px;
  margin: 0 8px;
}

.se-i .custom-table .tbody .td.plan-td .text {
  margin-left: 8px;
}
.se-i .custom-table .tbody .td.plan-td .text .name {
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.6;
}
.light-theme .se-i .custom-table .tbody .td.plan-td .text .name {
  color: var(--dark);
}
.se-i .custom-table .tbody .td.plan-td .text .des {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text-gray);
}

.se-i .custom-table .tbody .td:not(.plan-td) {
  padding: 0 8px;
}
/* text */
.se-i .custom-table .tbody .td:not(.plan-td) .name {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text-gray);
  line-height: 1.6;
}
.se-i .custom-table .tbody .td:not(.plan-td) .des {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--text-gray);
}

/* cpu-td */
.se-i .custom-table .tbody .td.cpu-td {
  min-width: 176px;
  width: 176px;
}

/* ram-td */
.se-i .custom-table .tbody .td.ram-td {
  min-width: 112px;
  width: 112px;
}

/* storage-td */
.se-i .custom-table .tbody .td.storage-td {
  min-width: 144px;
  width: 144px;
}

/* bandwidth-td */
.se-i .custom-table .tbody .td.bandwidth-td {
  min-width: 144px;
  width: 144px;
}

/* ip-td */
.se-i .custom-table .tbody .td.ip-td {
  min-width: 130px;
  width: 130px;
}

/* price-td */
.se-i .custom-table .tbody .td.price-td {
  min-width: 154px;
  width: 154px;
}
.se-i .custom-table .tbody .td.price-td .price {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: #ffffff;
  margin-left: 16px;
  padding: 10px 6px;
}
.se-i .custom-table .tbody .td.price-td .price {
  color: var(--text-gray);
}
.se-i .custom-table .tbody .td.price-td .price span {
  font-size: 12px;
  display: inline-flex;
  margin-left: 4px;
  font-weight: 300;
  color: var(--text-gray);
}

/* actions-td */
.se-i .custom-table .tbody .td.actions-td {
  min-width: 160px;
  width: 160px;
  padding: 10px !important;
}
.se-i .custom-table .tbody .td.actions-td .btn-fill-primary {
  width: 100%;
  min-width: unset;
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

/* se-footer */
.se-i .se-footer .line {
  margin: 6px 12px;
}
.se-i .se-footer .line .icon {
  min-width: 16px;
  width: 16px;
  margin-right: 10px;
}
.se-i .se-footer .line .text {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text-gray);
  line-height: 1;
}
/* --------------------------------- */

/* Pricing Integration Overrides */
.pricing-integration h3,
.pricing-integration h4,
.pricing-integration p,
.pricing-integration li,
.pricing-integration strong,
.pricing-integration div {
    color: rgba(255, 255, 255, 0.9) !important;
}

.pricing-integration .price {
    color: #fff !important;
}

.pricing-integration .price span {
    color: rgba(255, 255, 255, 0.7) !important;
}

.div-budget-card {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.budget-card.title {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.budget-card.title.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* Pricing Grid Flex Fixes */
.pricing-integration ul.list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.pricing-integration ul.list li img {
    margin-top: 3px;
}
.pricing-integration ul.list li > div {
    display: flex;
    flex-direction: column;
}
.pricing-integration ul.list li > div > strong {
    line-height: 1.2;
    margin-bottom: 2px;
}
.pricing-integration ul.list li > div > span {
    font-size: 13px;
    opacity: 0.8;
}
