/* ==========================================================================
   HERO BACKGROUND – WEB DESIGN PAGE
   ========================================================================== */

.top-header.item17.overlay {
    background-image: url('/templates/zenbyte/assets/patterns/hosting-bg.avif') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   ZENBYTE – WEBDESIGN CONTENT (INTRO SECTION)
   ========================================================================== */

.zb-wd-desc.seccolor a {
    color: #1cd4ff;
}
.zb-wd-desc.seccolor a:hover {
    color: #7deeff;
    text-decoration: underline;
}

.zb-webdesign-content {
  padding: 90px 0;
}

.zb-wd-badge {
  display: inline-block;
  background: #0098d8;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.zb-wd-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #1cd4ff;
}

.zb-wd-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #d8eaf8;
}

.zb-wd-img-placeholder {
  width: 100%;
  height: 230px;
  border-radius: 8px;
  margin-top: 15px;
}

/* ==========================================================================
   WEBDESIGN – RECHTERKOLOM FEATURES
   ========================================================================== */

.zb-wd-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.zb-wd-feature-card {
  padding: 20px 25px;
  border-radius: 8px;
  transition: 0.2s ease;
  background-color: #0098d8 !important;
}

.zb-wd-feature-card:hover {
  transform: translateY(-3px);
}

.zb-wd-feature-title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffffff;
}

.zb-wd-feature-text {
  font-size: 15px;
  opacity: .85;
  color: #eaf7ff;
}

/* ==========================================================================
   RESPONSIVE – WEBDESIGN INTRO
   ========================================================================== */

@media (max-width: 768px) {
  .zb-wd-title {
    font-size: 28px;
  }
  
  .zb-wd-img-placeholder {
    height: 180px;
  }
}

/* ==========================================================================
   ZENBYTE – STAPPEN / PROCESSECTIE
   ========================================================================== */

.zb-steps-section {
  padding: 90px 0;
  background: #050f19;
}

.zb-steps-header {
  margin-bottom: 50px;
}

.zb-steps-badge {
  display: inline-block;
  background: #0098d8;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.zb-steps-title {
  font-size: 36px;
  font-weight: 700;
  color: #1cd4ff;
}

.zb-steps-row {
  margin-top: 20px;
}

/* ==========================================================================
   STAP-CARDS
   ========================================================================== */

.zb-step-card {
  padding: 35px 28px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  transition: 0.25s ease;
  background: #071722;
}

.zb-step-card:hover {
  transform: translateY(-5px);
}

.zb-step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1cd4ff;
  opacity: 0.6;
}

.zb-step-title {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #7deeff;
}

.zb-step-arrow {
  width: 60px;
  height: 1px;
  border-bottom: 1px dashed rgba(255,255,255,0.25);
  position: relative;
  margin: 10px 0 20px 0;
}

.zb-step-arrow::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: -7px;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}

.zb-step-text {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
  color: #d8eaf8;
}
/* ==========================================================================
   ZENBYTE – GERELATEERDE DIENSTEN
   ========================================================================== */

.zb-related-section {
  padding: 90px 0;
  background: #050f19;
}

.zb-related-header {
  margin-bottom: 50px;
}

.zb-related-badge {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #0098d8;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 18px;
}

.zb-related-title {
  font-size: 36px;
  font-weight: 700;
  color: #1cd4ff;
}

.zb-related-subtext {
  max-width: 750px;
  margin: 12px auto 0;
  font-size: 16px;
  opacity: .85;
  color: #d8eaf8;
}

/* ==========================================================================
   GERELATEERDE DIENSTEN – CARDS
   ========================================================================== */

.zb-related-row {
  margin-top: 25px;
}

.zb-related-card {
  padding: 35px 28px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  transition: 0.25s ease;
  border: 1px solid rgba(255,255,255,0.05);
  background: #071722;
}

.zb-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(28,212,255,0.35);
}

.zb-related-icon img {
  width: 58px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.zb-related-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #7deeff;
}

.zb-related-text {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
  color: #d8eaf8;
}

/* ==========================================================================
   RESPONSIVE – GERELATEERDE DIENSTEN
   ========================================================================== */

@media (max-width: 768px) {
  .zb-related-title {
    font-size: 28px;
  }

  .zb-related-card {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   ZENBYTE – CTA BLOK (CALL TO ACTION)
   ========================================================================== */

.zb-cta-section {
  padding: 100px 0;
  text-align: center;
  background: #050f19;
}

.zb-cta-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1cd4ff;
}

.zb-cta-subtext {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 35px;
  color: #d8eaf8;
}

.zb-cta-btn {
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 10px;
  background: #00b8ff;
  color: #000;
  font-weight: 600;
  transition: 0.25s ease;
}

.zb-cta-btn:hover {
  background: #1cd4ff;
  color: #000;
}

/* ==========================================================================
   RESPONSIVE – CTA BLOK
   ========================================================================== */

@media (max-width: 768px) {
  .zb-cta-title {
    font-size: 32px;
  }
  .zb-cta-subtext {
    font-size: 16px;
  }
}

/* ==========================================================================
   ZENBYTE – EXPERIENCE / REDESIGN SECTIE
   ========================================================================== */

.zb-exp-section {
  padding: 90px 0;
  background: #050f19;
}

.zb-exp-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #1cd4ff;
}

.zb-exp-desc {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.85;
  margin-bottom: 30px;
  max-width: 520px;
  color: #d8eaf8;
}

.zb-exp-list {
  margin-bottom: 30px;
}

.zb-exp-list-row {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}

.zb-exp-li {
  display: flex;
  align-items: center;
  font-size: 16px;
  opacity: 0.9;
  color: #1cd4ff !important;
}

.zb-exp-icon {
  color: #1cd4ff !important;
  fill: #1cd4ff !important;
  font-weight: 700;
  margin-right: 8px;
}

.zb-exp-icon-img img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #1cd4ff !important;
  fill: #1cd4ff !important;
}

.zb-exp-btn {
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 16px;
  background: #00b8ff;
  color: #000;
}

.zb-exp-btn:hover {
  background: #1cd4ff;
}

/* ==========================================================================
   EXPERIENCE – IMAGE
   ========================================================================== */

.zb-exp-image-wrapper {
  text-align: right;
}

.zb-exp-image {
  width: 100%;
  border-radius: 12px;
}

/* ==========================================================================
   RESPONSIVE – EXPERIENCE / REDESIGN
   ========================================================================== */

@media (max-width: 768px) {
  .zb-exp-image-wrapper {
    margin-top: 40px;
    text-align: center;
  }

  .zb-exp-title {
    font-size: 30px;
  }

  .zb-exp-list-row {
    flex-direction: column;
    gap: 10px;
  }
}

/* ==========================================================================
   PAGE SPACING
   ========================================================================== */

.zb-top-spacer {
  height: 40px;
}

@media (max-width: 768px) {
  .zb-top-spacer {
    height: 50px;
  }
}

.zb-space-30 {
    width: 100%;
    height: 30px;
    display: block;
    background-color: #101920;
}
/* ==========================================================================
   WORDPRESS HOSTING – KAARTEN (EERSTE VARIANT)
   ========================================================================== */

.zb-wp-section {
    padding: 80px 0 100px;
    background: #050f19;
}

.zb-wp-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.zb-wp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1100px) {
    .zb-wp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .zb-wp-grid {
        grid-template-columns: 1fr;
    }
}

.zb-wp-card {
    background: #071722;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.zb-wp-card--highlight {
    border: 1px solid rgba(28,212,255,0.25);
}

.zb-wp-card-header {
    padding: 32px 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zb-wp-icon-round {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #1cd4ff;
}

.zb-wp-name {
    font-size: 18px;
    font-weight: 600;
    color: #7deeff;
    margin: 0;
}

.zb-wp-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.zb-wp-price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.zb-wp-price-period {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.zb-wp-cta {
    margin-top: 14px;
}

.zb-wp-cta a {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 999px;
    background: #00b8ff;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.zb-wp-cta a:hover {
    background: #1cd4ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
}

.zb-wp-card-body {
    background: #0098d8;
    padding: 24px 26px 26px;
    color: #023047;
    font-size: 13px;
}

.zb-wp-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb-wp-features li {
    margin-bottom: 6px;
    line-height: 1.4;
}

.zb-wp-features li strong {
    display: block;
    font-weight: 600;
}

/* ==========================================================================
   WORDPRESS HOSTING – KAARTEN (TWEEDE VARIANT / UITGEBREIDER)
   ========================================================================== */

.zb-wp-section {
    padding: 130px 0 90px;
    background: #050f19;
}

.zb-wp-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.zb-wp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1100px) {
    .zb-wp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .zb-wp-grid {
        grid-template-columns: 1fr;
    }
}

.zb-wp-card {
    background: #071722;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.zb-wp-card--highlight {
    border: 1px solid rgba(28,212,255,0.25);
}

.zb-wp-card-header {
    padding: 32px 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zb-wp-header-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zb-wp-icon-round {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.zb-wp-icon-round i {
    font-size: 28px;
    color: #1cd4ff;
}

.zb-wp-name {
    font-size: 18px;
    font-weight: 600;
    color: #7deeff;
    margin: 0;
}

.zb-wp-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.zb-wp-price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.zb-wp-price-period {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}

.zb-wp-cta {
    margin-top: 14px;
}

.zb-wp-cta a {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 999px;
    background: #fff;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: transform 0.15s ease;
}

.zb-wp-cta a:hover {
    background: #1cd4ff;
    transform: translateY(-1px);
}

.zb-wp-card-body {
    background: #0098d8;
    padding: 24px 26px 26px;
    color: #012435;
    font-size: 14px;
}

.zb-wp-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zb-wp-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(255,255,255,0.08);
}

.zb-wp-feature-icon {
    width: 26px;
    text-align: center;
    margin-top: 2px;
}

.zb-wp-feature-icon i {
    font-size: 20px;
    color: #004a80;
}

.zb-wp-feature-text .spec,
.zb-wp-feature-text .detail {
    display: block;
}

.zb-wp-feature-text .spec {
    font-weight: 600;
    font-size: 13px;
    color: #012435;
}

.zb-wp-feature-text .detail {
    font-size: 13px;
    color: #013c5e;
}

/* ==========================================================================
   WORDPRESS HOSTING – VARIANT 3 / ZENBYTE BRANDING
   ========================================================================== */

.zb-wp-icon-round {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.zb-wp-icon-round i {
    font-size: 30px;
    color: #1cd4ff;
}

.zb-wp-name {
    font-size: 18px;
    font-weight: 600;
    color: #0098d8;
}

.zb-wp-card-body {
    background: #0098d8;
    color: #ffffff;
}

.zb-wp-feature-icon i {
    color: #ffffff;
    opacity: 0.95;
}

.zb-wp-feature-text .spec {
    color: #04477a;
}

.zb-wp-feature-text .detail {
    color: rgba(255,255,255,0.9);
    font-size: medium;
}

.zb-wp-heading {
    text-align: center;
    margin-bottom: 35px;
}

.zb-wp-title {
    font-size: 28px;
    font-weight: 700;
    color: #1cd4ff;
}

/* ==========================================================================
   ZENBYTE WORDPRESS HOSTING INTRO
   ========================================================================== */

.zb-wp-intro {
    background: #050f19;
    padding: 40px 0 35px;
}

.zb-wp-intro .section-heading {
    margin-bottom: 18px;
    font-size: 34px;
    text-align: left;
    color: #1cd4ff;
}

.zb-wp-intro-inner {
    max-width: 900px;
    margin: 0 auto;
}

.zb-wp-intro p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    color: #d8eaf8;
}

.zb-wp-intro-lists {
    margin: 18px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px 40px;
    text-align: left;
}

@media (max-width: 768px) {
    .zb-wp-intro .section-heading {
        font-size: 28px;
    }

    .zb-wp-intro-lists {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   ZENBYTE WORDPRESS – INCLUDED FEATURES
   ========================================================================== */

.zb-wp-included {
    background: #050f19;
    padding: 45px 0 70px;
}

.zb-wp-inc-heading {
    max-width: 900px;
    margin: 0 auto 24px auto;
    text-align: left;
}

.zb-wp-inc-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1cd4ff;
}

.zb-wp-inc-subtitle {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    color: #d8eaf8;
}

.zb-wp-inc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 992px) {
    .zb-wp-inc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .zb-wp-inc-grid {
        grid-template-columns: 1fr;
    }
}

.zb-wp-inc-card {
    padding: 26px 24px;
    border-radius: 12px;
    background: #071722;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: 0.2s ease;
}

.zb-wp-inc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(28,212,255,0.35);
}

.zb-wp-inc-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: rgba(28,212,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.zb-wp-inc-icon i {
    font-size: 40px;
    color: #1cd4ff;
}

.zb-wp-inc-card-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #7deeff;
}

.zb-wp-inc-text {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    color: #d8eaf8;
}
/*********************************************
 * TAB FIX – voorkomt wit vlak bij Overview
 *********************************************/
.arkhost-vps-container .tab-content > .tab-pane {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.arkhost-vps-container .tab-content > .active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.arkhost-vps-container .tab-pane.fade {
    opacity: 1 !important;
}

/* ==========================================================================
   ArkHost Hetzner VPS Module – Zenbyte Aqua Edition
   ========================================================================== */

/* Header-balk */
.arkhost-vps-container .head {
    border-bottom: 2px solid #1cd4ff !important;
}

/* Header + Title blocks */
.arkhost-vps-container .card-header,
.arkhost-vps-container .title-block {
    background: linear-gradient(135deg, #00b8ff 0%, #1cd4ff 100%) !important;
    color: #000 !important;
}

/* Tabs active */
.arkhost-vps-container .nav-tabs .nav-link.active {
    background-color: #1cd4ff !important;
    color: #000 !important;
    border-radius: 12px 12px 0 0;
}

/* Hover tabs */
.arkhost-vps-container .nav-tabs .nav-link:hover {
    background-color: #7deeff !important;
    color: #000 !important;
}

/* Vertical tabs active */
.arkhost-vps-container .v-tabs-container .nav-link.active {
    background-color: #1cd4ff !important;
    color: #000 !important;
}

/* Hover vertical tabs */
.arkhost-vps-container .v-tabs-container .nav-link:hover {
    background-color: #7deeff !important;
    color: #000 !important;
}

/* ==========================================================================
   Originele module code (kleuren vervangen, layout ongewijzigd)
   ========================================================================== */

.arkhost-vps-container {
    font-family: 'Arial', sans-serif;
    margin: 15px 0;
}

.arkhost-vps-container .title-block {
    color: #d8eaf8;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.arkhost-vps-container .dashboard-value {
    font-size: 18px;
    color: #1cd4ff;
}

.arkhost-vps-container .usage-details {
    font-size: 14px;
    color: #89a1b7;
    margin-top: 5px;
}

.arkhost-vps-container .progress {
    height: 20px;
    margin-bottom: 20px;
}

.arkhost-vps-container .nav-tabs {
    border-bottom: 1px solid #1e2e3a;
}

.arkhost-vps-container .nav-tabs .nav-link {
    border: none;
    color: #b8ccd9;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    padding: 12px 20px;
    transition: all 0.2s ease;
    margin-right: 4px;
}

.arkhost-vps-container .nav-tabs .nav-link:hover {
    background-color: rgba(124,238,255,0.15);
    color: #7deeff;
}

.arkhost-vps-container .overview-label {
    color: #d8eaf8;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

/* Buttons */
.arkhost-vps-container .submit-btn {
    background: linear-gradient(135deg, #00b8ff 0%, #1cd4ff 100%);
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.arkhost-vps-container .danger-btn {
    background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Header */
.arkhost-vps-container .head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.arkhost-vps-container .head img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: -8px;
    vertical-align: middle;
}

/* Vertical pills menu */
.arkhost-vps-container .v-tabs-container .nav-link {
    padding: 10px 16px;
    margin: 3px 0;
    border-radius: 12px;
    transition: all 0.2s ease;
    color: #b8ccd9;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.arkhost-vps-container .v-tabs-container .nav-link:hover {
    background-color: rgba(124,238,255,0.15);
    color: #7deeff;
    text-decoration: none;
}

/* OS badges */
.arkhost-vps-container .os_badge {
    margin: 8px;
    border-radius: 16px;
    transition: all 0.3s ease;
    min-height: 140px;
    width: 100%;
    max-width: 400px !important;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

/*********************************************
 * VOLLEDIGE ZENBYTE HEADERBALK FIX
 *********************************************/
.product-overbox {
  background: #3629ee;
  background: radial-gradient(circle at 30% 30%, #5e4bff 0%, #3b2ca8 35%, #1b163d 100%);
}
.arkhost-vps-container .card-header {
background: linear-gradient(
  135deg,
  #00c8ff 0%,
  #00a2ff 40%,
  #0061d4 100%
) !important;

color: #000 !important;
padding: 20px 22px !important;
min-height: 60px !important;

display: flex;
align-items: center;

border-radius: 14px 14px 0 0 !important;

font-weight: 700 !important;
font-size: 16px !important;

box-shadow: 0 3px 12px rgba(0, 162, 255, 0.35) !important;

}

/* Active tabs = dezelfde balk */
.arkhost-vps-container .nav-tabs .nav-link.active {
    background: linear-gradient(
  135deg,
  #00c8ff 0%,
  #0098ff 40%,
  #0051c9 100%
) !important;

color: #000 !important;
font-weight: 700 !important;
box-shadow: 0 3px 12px rgba(0, 152, 255, 0.35) !important;

}

/* Graph headers */
.arkhost-vps-container #graphs-container .card-header {
    background: linear-gradient(135deg, #00b8ff 0%, #1cd4ff 100%) !important;
    min-height: 60px !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    color: #000 !important;
}
.btn-default-fill:hover,
.btn-default-yellow-fill {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
}

a.d-block.mb-3 {
  color: #eaf7ff !important;
}
.know-bgbox-container .col-sm-12 a span {
  background-color: #fff !important;
}
a {
color: #00a2ff !important;
}
/* ==========================================================================
   FINAL STABILITY FIX - ZENBYTE HOMEPAGE
   ========================================================================== */

/* Forceer dat alle iconen in de lijst direct een gereserveerde ruimte hebben */
.pricing .list-info li {
    display: grid !important;
    grid-template-columns: 35px 1fr !important; /* Forceer kolombreedte voor icoon */
    align-items: start !important;
    gap: 10px !important;
    min-height: 48px !important;
    margin-bottom: 12px !important;
}

.pricing .list-info li i {
    font-size: 24px !important;
    color: #1cd4ff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
}

/* Zorg dat de middelste kolom (WordPress) niet 'springt' door de badge */
.pricing .col-md-4 {
    display: flex !important;
}

.pricing .wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #071722 !important; /* Zorg voor consistente achtergrond */
}

.pricing .list-info {
    flex-grow: 1 !important; /* Dwingt de lijsten om de volledige hoogte te vullen */
}

/* Fix voor iconen die soms groter laden dan verwacht */
.pricing .list-info li i[class^="icon-"]::before {
    display: block !important;
    width: 24px;
}