/* VSUALWEB brand overlay — balanced dual accent (lime CTAs, violet tags) */
:root {
  --ab-primary: #ccff00 !important; /* lime — CTAs / primary actions */
  --ab-violet: #c85aff;
  --ab-bg: #090808 !important; /* restored preferred ground */
  --ab-bg-2: #090808 !important;
  --ab-white: #f5f5f7 !important;
  --ab-text: #a8a8b3 !important;
  --ab-border: rgb(168, 168, 179, 0.16) !important;
  --ab-border2: rgb(168, 168, 179, 0.24) !important;
}

html,
body {
  background-color: var(--ab-bg) !important;
  color: var(--ab-text);
  -webkit-font-smoothing: antialiased;
}

.ab-bg,
.ab-bg-dark,
.ab-header,
.footer-area,
.ab-footer,
.ab-about-area,
.ab-service-area,
.ab-service-are,
.ab-project-area,
.ab-testimonial-area,
.ab-testi-area,
.ab-blog-area,
.ab-workflow-are,
.client_logo,
.funfact-area,
section.ab-bg,
section.ab-bg-dark {
  background-color: var(--ab-bg) !important;
}

/* Let the skills intro sit on the section background image */
.ab-skill-area {
  background: transparent !important;
  background-color: transparent !important;
}

.ag-hero {
  background: #090808 !important;
}

/* Brand lockup */
.vw-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none !important;
}
.vw-brand__mark {
  display: block;
  width: 40px;
  height: 40px;
  max-height: none !important;
  flex: 0 0 auto;
  background: transparent !important;
}
.mobile-offcanvas-logo.vw-brand .vw-brand__mark,
.ab-footer-midle-logo .vw-brand__mark,
.ab-footer-midle .vw-brand__mark {
  width: 44px;
  height: 44px;
}
.vw-brand__name {
  font-family: var(--Teko), var(--Kanit), system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ab-white) !important;
  white-space: nowrap;
}
.ab-footer-midle-logo .vw-brand__name,
.ab-footer-midle .vw-brand__name {
  font-size: 1.6rem;
}

.ab-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ab-footer-legal a {
  color: color-mix(in oklab, var(--ab-white) 62%, transparent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.ab-footer-legal a:hover {
  color: var(--ab-primary);
}

/*
  Tags: violet text + violet line/border (not lime).
  Lime stays on solid primary CTAs.
*/
.fs-20-pri,
h3.fs-20-pri,
.ab-section-subtitle,
.ab-section-subtitle-three,
.ab-section-subtitle span,
.ab-section-subtitle-home3,
.ab-section-subtitle-home3 span,
.ab-about-three-title span {
  color: var(--ab-violet) !important;
}
.ab-section-subtitle::before,
.ab-section-subtitle::after {
  background-color: var(--ab-violet) !important;
}
.ab-section-subtitle-home3 {
  border-color: var(--ab-violet) !important;
  /* Template used margin-top:-15px which clips the pill under overflow:hidden parents */
  margin-top: 0 !important;
  flex-shrink: 0;
  overflow: visible;
}
.ab-testi-area .ab-project-three-wrapper.overflow-hidden {
  /* Bootstrap .overflow-hidden uses !important and was clipping the REVIEW pill */
  overflow: visible !important;
}
.ab-testi-area .ab-section-wrapper {
  overflow: visible;
  align-items: flex-start !important;
  padding-top: 0.25rem;
}

/*
 * Home3 project cards (Swiper effect: cards) — template clipped the stacked peeks
 * below 1400px via overflow:hidden, so the deck looked like a single static image.
 */
/* Project section header: tag above title, centered stack */
.ab-project-area-home3 .ab-project-heading {
  max-width: 42rem;
  margin-inline: auto;
  gap: 1rem !important;
  position: relative;
  z-index: 1;
  padding-top: 0.75rem;
}
.ab-project-area-home3 .ab-section-subtitle-home3--top {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
}
.ab-project-area-home3 .ab-section-subtitle-home3--top span {
  transform: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--ab-violet) !important;
}
.ab-project-area-home3 .ab-project-heading__desc {
  max-width: 34rem;
  margin-inline: auto;
  color: color-mix(in oklab, var(--ab-white) 72%, transparent);
  font-size: 1rem;
  line-height: 1.55;
}

/* Different path from skills L, same lime line language as other Ravox shapes */
.ab-project-area-home3 .ab-project-connector {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  width: min(820px, 88%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  /* Keep the stepped stroke in the top padding band, clear of the PROJECT tag */
  max-height: 5.5rem;
  overflow: hidden;
}
.ab-project-area-home3 .ab-project-connector__img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1.25rem;
  opacity: 0.95;
}

.ab-project-area-home3 .ab-project-three-wrapper.overflow-hidden {
  overflow: visible !important;
}
.ab-project-area-home3 .ab-project-three-thumb {
  overflow: visible !important;
  padding-right: clamp(1.5rem, 4vw, 3.5rem);
}
.ab-project-area-home3 .ab-project-home3 {
  cursor: grab;
  overflow: visible !important;
}
.ab-project-area-home3 .ab-project-home3:active {
  cursor: grabbing;
}
.ab-project-area-home3 .ab-project-home3 .swiper-slide {
  border-radius: 16px;
}
.ab-project-area-home3 .ab-project-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: 0;
  margin-top: 0.75rem;
  vertical-align: middle;
}
.ab-project-area-home3 .ab-project-nav__btn {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--ab-white) 22%, transparent);
  background: transparent;
  color: var(--ab-white);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.ab-project-area-home3 .ab-project-nav__btn:hover {
  border-color: var(--ab-primary);
  background: var(--ab-primary);
  color: #090808;
}
.ab-project-area-home3 .ab-project-three-slider-Btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.ab-section-subtitle-three svg path,
.ab-section-subtitle-three i {
  color: var(--ab-violet) !important;
  fill: var(--ab-violet) !important;
}

.main-menu ul li a:hover,
.ab-menu-active > ul > li > a:hover,
.ab-footer-midle-menu a:hover {
  color: var(--ab-violet) !important;
}

.primary-btn-one,
.primary-btn-one:visited {
  background-color: var(--ab-primary) !important;
  border-color: var(--ab-primary) !important;
  color: #090808 !important;
}
.primary-btn-one:hover {
  color: var(--ab-white) !important;
}

.ab-footer-newsletter-title-3 {
  color: transparent !important;
  background-image: linear-gradient(
    105deg,
    #f5f5f7 0%,
    #f5f5f7 42%,
    #c85aff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ab-section-title,
.ab-about-three-title,
h1, h2, h3, h4, h5, h6 {
  color: var(--ab-white);
}
h3.fs-20-pri,
.fs-20-pri {
  color: var(--ab-violet) !important;
}

/* Proof section: outcomes + process (replaces fake testimonials) */
.vw-proof-area .client_logo-shape {
  display: none;
}
.vw-proof-lead {
  max-width: 42rem;
  color: var(--ab-text);
  line-height: 1.65;
}
.vw-proof-stat {
  padding-top: 0.35rem;
  border-top: 1px solid color-mix(in oklab, var(--ab-primary) 45%, transparent);
}
.vw-proof-stat__value {
  margin: 0.85rem 0 0.45rem;
  font-family: var(--Teko), var(--Kanit), system-ui, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ab-white);
}
.vw-proof-stat__label {
  margin: 0;
  max-width: 16rem;
  color: var(--ab-text);
  font-size: 0.95rem;
  line-height: 1.55;
}
.vw-proof-point {
  padding-top: 0.85rem;
  border-top: 1px solid color-mix(in oklab, var(--ab-violet) 40%, transparent);
}
.vw-proof-point__title {
  margin: 0 0 0.45rem;
  font-family: var(--Teko), var(--Kanit), system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ab-white);
}
.vw-proof-point__text {
  margin: 0;
  color: var(--ab-text);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 22rem;
}
@media (max-width: 767px) {
  .vw-proof-outcomes,
  .vw-proof-process {
    row-gap: 1.75rem;
  }
}
