/* Diagnostika Volvo Page specific styles */

.cma-volvo-diagnostika-page {
  margin-top: -80px;
}

.cma-volvo-diagnostika-page .breadcrumb-bg {
  background-size: cover !important;
  background-position: center 40% !important;
  position: relative;
}

.cma-volvo-diagnostika-page .breadcrumb-bg .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 17, 26, 0.9) 0%, rgba(26, 26, 30, 0.4) 100%);
  z-index: 1;
}

.cma-volvo-diagnostika-page .breadcrumb-bg .container {
  position: relative;
  z-index: 2;
}

/* Advantages cards — Volvo blue accent instead of Geely red */
.cma-volvo-diagnostika-page .cma-diag-adv-icon i {
  color: #1a5276;
}

/* Dark tables section */
.cma-volvo-diag-tables-section {
  position: relative;
  overflow: hidden;
}

.cma-volvo-diag-tables-section::before {
  background: radial-gradient(circle at center, rgba(26, 82, 118, 0.3), transparent 62%);
  content: "";
  height: 420px;
  position: absolute;
  right: -90px;
  top: -100px;
  width: 420px;
  pointer-events: none;
}

.cma-volvo-diag-table {
  border-color: rgba(255, 255, 255, 0.18);
}

.cma-volvo-diag-table thead th {
  border-color: rgba(255, 255, 255, 0.18);
  font-size: 17px;
  font-weight: 700;
  border-bottom: 2px solid rgba(26, 82, 118, 0.7);
}

.cma-volvo-diag-table tbody td {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
  color: #e2e8f0;
  vertical-align: middle;
}

.cma-volvo-diag-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.06);
}

.cma-volvo-diag-table tbody tr:hover td {
  background: rgba(26, 82, 118, 0.2);
}

/* Process steps */
.cma-volvo-diag-step__num {
  background: #1a5276;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}

/* Contact info icons */
.cma-volvo-diagnostika-page .cma-diag-contact-icon i {
  color: #1a5276;
}

/* Sidebar sticky */
.cma-volvo-diagnostika-page .service-sidebar.sticky-top {
  z-index: 10;
}

/* FAQ Accordion Chevron Fix */
.cma-volvo-diagnostika-page .accordion .card-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

/* Intro bullets */
.cma-diag-intro-bullets li i {
  color: #1a5276;
}

/* Responsive adjustments */
@media only screen and (max-width: 991px) {
  .cma-volvo-diagnostika-page {
    margin-top: 0;
  }
}
