:root {
  --bg-color: #0A0A0F;
  --text-white: #FCFCFF;
  --text-gray: #A9A8AE;
  --primary-start: #6565EC;
  --primary-end: #4545CC;
  --btn-border: #7A75EF;
  --pill-bg: linear-gradient(90deg, rgba(252, 252, 255, 0.1) 0%, rgba(252, 252, 255, 0.02) 100%);

}


/* =========================
   VOLUME & SPEED HERO
========================== */
.volume-speed-hero {
  position: relative;
  min-height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.volume-speed-content {
  margin-top: 0;
}

.volume-speed-breadcrumbs {
  display: flex;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 24px;
}

/* Separator */
.breadcrumb-sep {
  color: #A9A8AE;
}

/* All links */
.breadcrumb-link a {
  color: #A9A8AE;
  text-decoration: none;
  /* remove underline */
  font-weight: 400;
}

/* Homepage link */
.breadcrumb-home {
  text-decoration: none;
  /* remove underline */
  color: #A9A8AE;
  font-weight: 400;
}


.breadcrumb-static {
  cursor: default;
  pointer-events: none;
  color: #A9A8AE;
}

.volume-speed-breadcrumbs a {
  text-decoration: none;
}

.volume-speed-breadcrumbs a:hover {
  text-decoration: underline;
}


.volume-speed-breadcrumbs span:last-child {
  font-weight: 600;
  color: #A9A8AE;
}

/* =========================
   TITLE & SUBTITLE
========================== */
.volume-speed-title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

.volume-speed-subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #A9A8AE;
  max-width: 640px;
  font-weight: 500;

}

/* =========================
   RESPONSIVE
========================== */
@media (max-width: 1024px) {


  .volume-speed-title {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .volume-speed-hero {
    min-height: 425px;
  }

  .h3-title {
    font-size: 28px;
  }

  .h4-heading {
    font-size: 20px;

  }

  .body-paragraph {
    font-size: 14px;
  }

  .volume-speed-title {
    font-size: 40px;
    line-height: 44px;
  }
}




/* 
  Processing speed and volume starts
 */




.dashboard-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.header-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}

.vs-label-text {
  color: #888791;
  font-weight: 400;
  font-size: 14px;
}

.small-caption {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-light-purple);
}

.h3-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0px;
}

.body-paragraph {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray);
  margin: 0px;
}

.table-frame {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #2B2B2F;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;

}

.tg-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  background: #131318;
  border-bottom: 1px solid #2B2B2F;
}

.h4-heading {
  font-size: 28px;
  line-height: 36px;
  color: #BBBBBB;
  font-weight: 400;
  margin: 0px;
}

.tg-card-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 24px;
  background: #131318;
  border-bottom: 1px solid #2B2B2F;
}

.tg-card-row:last-child {
  border-bottom: none;
}

.col-label {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-gray);
  text-transform: uppercase;
}

.col-value {
  flex: 1;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray);
}

.footer-note {
  padding: 24px;
  background: #131318;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-gray);
}

/* Mobile adjustments */
@media (max-width: 1024px) {
  .dashboard-container {
    padding: 40px 24px;
  }
}


/* Section */
.plc-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 40px;
  isolation: isolate;
}

/* Ellipse Background */
.plc-ellipse {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -150px;
  top: -0.06px;
  background: #6565EC;
  opacity: 0.5;
  filter: blur(333.333px);
  z-index: 0;
  pointer-events: none;
}

/* Header Frame */
.plc-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 1128px;
  z-index: 1;
}

.plc-caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  color: #F0EDFE;
  opacity: 0.7;
}

.plc-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plc-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #A9A8AE;
}

/* Comparison Table */
.plc-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;

  border: 1px solid #2B2B2F;
  border-radius: 16px;
  z-index: 2;
  overflow: hidden;
}

.plc-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 24px;
  width: 100%;
  border-bottom: 1px solid #2B2B2F;
}


.plc-header-section {

  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.plc-row:last-child {
  border-bottom: none;
}

.plc-header-row {
  background: #131318;
  height: 70px;
}

.plc-feature-row {
  background: rgba(19, 19, 24, 0.5);
  /* height: 74px; */
}

.plc-column-label {
  width: 166px;
  font-size: 14px;
  line-height: 22px;
  color: #A9A8AE;
  flex-grow: 1;
}

.plc-column-label.empty {
  width: 320px;
  flex-grow: 0;
  opacity: 0;
}

.plc-feature-label {
  width: 320px;
  font-size: 16px;
  line-height: 26px;
  color: #A9A8AE;
  flex-grow: 0;
}

.plc-feature-value {
  width: 166px;
  font-size: 16px;
  line-height: 26px;
  color: #A9A8AE;
  flex-grow: 1;
}

/* Footer Cards */
.plc-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 40px;
  margin-top: 40px;

  z-index: 3;
}

.plc-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 60px;
  flex: 1;
  padding: 30px;
  background: #131318;
  border-radius: 16px;
}

.plc-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.plc-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #BBBBBB;
  margin: 0px;
}

.plc-card-desc {
  font-size: 14px;
  line-height: 22px;
  color: #A9A8AE;
  margin: 0px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .plc-section {
    padding: 40px 20px;
    width: 100%;
  }

  .plc-header,
  .plc-table,
  .plc-footer {
    width: 100%;
  }

  .plc-footer {
    flex-direction: column;
  }

  .plc-card {
    width: 100%
  }
}

@media (max-width: 768px) {
  .plc-section {
    padding: 0px 0px;
  }

  .plc-card {
    width: 100%
  }
}


/* 
Processing speed and volume ends
 */


/* 
Queue starts
 */
/* Section Card */
.qb-section-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  min-height: auto;
  background: #131318;
  border-radius: 24px;
  margin-top: 140px !important;
  margin-bottom: 100px !important;
  padding: 0px 50px !important;
}

/* Heading */
.qb-section-heading {
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1;
}

/* Content Layout */
.qb-columns-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  z-index: 1;
}

.qb-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  flex: 1;
}

.qb-column-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #BBBBBB;
  margin: 0px;
  margin-bottom: 30px;
}


/* List Styling */
.qb-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px;
  padding: 0px;
  padding-left: 12px;
}

.qb-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #A9A8AE;
  opacity: 0.9;
}

.qb-bullet {
  width: 6px;
  height: 6px;
  background-color: #A9A8AE;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Decorative Background Icon */
.qb-bg-icon {
  position: absolute;
  width: 240px;
  height: 240px;
  right: 0;
  top: 28.09px;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

.qb-bg-icon svg {
  width: 100%;
  height: 100%;
}

/* Responsiveness */
@media (max-width: 992px) {
  .qb-columns-container {
    flex-direction: column;
    gap: 40px;
  }

  .qb-section-card {
    height: auto;
    width: 90%;
  }
}

/* 
Queue ends
 */







.volume-speed-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.volume-speed-image {
  position: relative;
  flex-shrink: 0;
}

.volume-speed-image img {

  width: 100%;
  height: auto;

}

/* Responsive */
@media (max-width: 991px) {
  .volume-speed-inner {
    flex-direction: column;
    text-align: center;
  }

  .volume-speed-image img {
    max-width: 260px;
    margin-top: 40px;
  }
}


a.breadcrumb-link {
  text-decoration: none;
  color: #A9A8AE;
}

a.breadcrumb-link:hover {

  color: #A9A8AE;
}