/*
 * خدمات برتر — Liquid Poster Wheel V8
 * V8 uses a new theme folder, new asset handles, and CSS-native motion so the
 * floating effect remains visible even when an optimization plugin delays JS.
 */

:root {
  --kb-silver: #c8d1d5;
  --kb-silver-soft: rgba(207, 218, 223, 0.1);
  --kb-silver-line: rgba(219, 229, 234, 0.18);
  --kb-aqua: #4bdcf7;
  --kb-aqua-soft: rgba(41, 194, 225, 0.13);
  --kb-glass-dark: rgba(4, 11, 15, 0.7);
  --kb-glass-mid: rgba(18, 29, 35, 0.58);
  --kb-glass-light: rgba(232, 240, 243, 0.075);
  --kb-glass-radius: 28px;
  --kb-float-distance: 6px;
  --kb-float-duration: 6.8s;
  --kb-float-delay: 0s;
  --kb-glass-x: 22%;
  --kb-glass-y: 12%;
}

html {
  background: #010406;
}

body {
  background:
    radial-gradient(
      circle at 14% 9%,
      rgba(222, 231, 235, 0.1),
      transparent 25rem
    ),
    radial-gradient(
      circle at 88% 4%,
      rgba(37, 198, 230, 0.16),
      transparent 33rem
    ),
    radial-gradient(
      circle at 57% 55%,
      rgba(170, 184, 191, 0.045),
      transparent 42rem
    ),
    radial-gradient(
      circle at 7% 91%,
      rgba(190, 203, 209, 0.07),
      transparent 31rem
    ),
    linear-gradient(145deg, #010305 0%, #071015 44%, #03090d 70%, #010405 100%);
  background-attachment: fixed;
}

body::after {
  width: 46rem;
  height: 46rem;
  right: -19rem;
  bottom: -17rem;
  opacity: 0.38;
  background: rgba(205, 216, 221, 0.12);
  animation: kb-silver-orbit 17s ease-in-out infinite alternate;
}

.site-main::after {
  opacity: 0.9;
  background:
    linear-gradient(
      116deg,
      transparent 8%,
      rgba(235, 241, 244, 0.032) 31%,
      transparent 49%
    ),
    linear-gradient(
      304deg,
      transparent 55%,
      rgba(186, 200, 206, 0.026) 69%,
      transparent 82%
    ),
    radial-gradient(
      circle at 72% 32%,
      rgba(218, 229, 233, 0.035),
      transparent 27rem
    );
  animation: kb-ambient-drift 22s ease-in-out infinite alternate;
}

/* Every major area receives the same liquid-glass material. */
.hero-copy,
.hero-panel,
.showcase-slider,
.content-card,
.service-card,
.home-cta,
.archive-tools,
.single-copy,
.single-visual,
.detail-item,
.video-frame,
.contact-card,
.bartar-form,
.entry-content,
.page-hero .container,
.footer-grid,
.liquid-wheel,
.liquid-wheel__card,
.section-heading > div,
.showcase-heading > div,
.recent-heading > div,
.empty-content,
.wp-block-group,
.wp-block-columns,
.wp-block-table,
.wp-block-quote {
  border: 1px solid var(--kb-silver-line);
  background:
    radial-gradient(
      circle at var(--kb-glass-x) var(--kb-glass-y),
      rgba(255, 255, 255, 0.14),
      transparent 24%
    ),
    linear-gradient(
      138deg,
      rgba(231, 239, 242, 0.095),
      rgba(255, 255, 255, 0.018) 46%,
      rgba(24, 185, 218, 0.045)
    ),
    var(--kb-glass-mid);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.17),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025),
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(194, 208, 214, 0.025);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  backdrop-filter: blur(28px) saturate(150%);
}

.hero-copy {
  border-radius: 34px 47px 34px 46px;
  padding: clamp(28px, 4vw, 52px);
}

.section-heading > div,
.showcase-heading > div,
.recent-heading > div {
  width: fit-content;
  max-width: 790px;
  border-radius: 22px 31px 22px 30px;
  padding: 18px 23px;
}

.section-heading,
.showcase-heading,
.recent-heading {
  align-items: center;
}

/* Text remains readable while carrying a visible silver-glass glow. */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.site-brand__text strong,
.content-card h3,
.service-card h3,
.showcase-slide h3,
.liquid-wheel__body > strong {
  background: linear-gradient(
    112deg,
    #ffffff 0%,
    #eef3f5 42%,
    #b9c5ca 72%,
    #8eeaff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

p,
li,
dd,
figcaption,
.content-card__excerpt,
.showcase-slide__content > p,
.liquid-wheel__body > small {
  color: #c4d0d5;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.eyebrow,
.micro-label,
.section-kicker,
.showcase-type,
.card-type,
.liquid-wheel__eyebrow,
.liquid-wheel__badge,
.showcase-facts span,
.single-tags span,
.recent-slide__meta,
.content-card__meta span {
  border: 1px solid rgba(190, 224, 232, 0.19);
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      rgba(229, 238, 242, 0.12),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(7, 20, 25, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(0, 0, 0, 0.2);
  color: #aeeeff;
  -webkit-backdrop-filter: blur(15px) saturate(145%);
  backdrop-filter: blur(15px) saturate(145%);
}

/* Navigation and all actionable controls float as glass capsules. */
.site-header {
  border-color: rgba(218, 230, 235, 0.2);
  background:
    radial-gradient(
      circle at 16% -35%,
      rgba(255, 255, 255, 0.16),
      transparent 18rem
    ),
    linear-gradient(
      135deg,
      rgba(229, 237, 241, 0.11),
      rgba(255, 255, 255, 0.02) 44%,
      rgba(27, 190, 222, 0.065)
    ),
    rgba(4, 11, 15, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.19),
    0 28px 75px rgba(0, 0, 0, 0.42),
    0 0 48px rgba(201, 214, 220, 0.035);
  -webkit-backdrop-filter: blur(32px) saturate(155%);
  backdrop-filter: blur(32px) saturate(155%);
}

.button,
.wp-element-button,
button,
input[type="button"],
input[type="submit"],
.primary-menu a,
.header-search,
.section-link,
.showcase-link,
.recent-slide__link,
.liquid-wheel__link,
.social-links a,
.navigation.pagination .page-numbers {
  border: 1px solid rgba(184, 225, 235, 0.22);
  background:
    radial-gradient(
      circle at 23% 0%,
      rgba(255, 255, 255, 0.22),
      transparent 52%
    ),
    linear-gradient(
      135deg,
      rgba(208, 224, 230, 0.12),
      rgba(255, 255, 255, 0.025) 52%,
      rgba(40, 201, 232, 0.09)
    ),
    rgba(5, 18, 23, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(35, 192, 223, 0.06);
  color: #eaf4f7;
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}

.button:hover,
.wp-element-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.primary-menu a:hover,
.header-search:hover,
.section-link:hover,
.showcase-link:hover,
.recent-slide__link:hover,
.liquid-wheel__link:hover,
.social-links a:hover,
.navigation.pagination .page-numbers:hover {
  border-color: rgba(111, 230, 252, 0.5);
  background:
    radial-gradient(
      circle at 25% 0%,
      rgba(255, 255, 255, 0.3),
      transparent 48%
    ),
    linear-gradient(
      135deg,
      rgba(187, 220, 229, 0.17),
      rgba(39, 199, 231, 0.13)
    ),
    rgba(7, 27, 34, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 46px rgba(0, 0, 0, 0.35),
    0 0 34px rgba(53, 212, 245, 0.13);
  color: #fff;
}

input:not([type="button"]):not([type="submit"]),
textarea,
select {
  border: 1px solid rgba(208, 222, 228, 0.18);
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(255, 255, 255, 0.1),
      transparent 52%
    ),
    rgba(3, 10, 13, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.22);
  color: #edf5f7;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

/* Stronger depth across cards and imagery. */
.content-card,
.service-card,
.liquid-wheel__card,
.showcase-slide,
.recent-slide {
  transform-style: preserve-3d;
}

.content-card:hover,
.service-card:hover,
.liquid-wheel__card.is-active,
.showcase-slide.is-active {
  border-color: rgba(114, 226, 248, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.21),
    0 38px 92px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(37, 196, 227, 0.1);
}

.card-art,
.single-visual,
.showcase-slide__visual,
.recent-slide__media,
.liquid-wheel__media {
  border: 1px solid rgba(214, 227, 232, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 55px rgba(0, 0, 0, 0.34);
}

/* JS assigns these classes to all visible interface groups. The individual
   `translate` property keeps this motion separate from slider/tilt transforms. */
.kb-float-text,
.kb-float-control,
.kb-float-surface {
  will-change: translate;
  animation-delay: var(--kb-float-delay);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.kb-float-text {
  --kb-float-distance: 3px;
  --kb-float-duration: 6.4s;
  animation-name: kb-float-text;
}

.kb-float-control {
  --kb-float-distance: 5px;
  --kb-float-duration: 5.2s;
  animation-name: kb-float-control;
}

.kb-float-surface {
  --kb-float-distance: 8px;
  --kb-float-duration: 7.4s;
  animation-name: kb-float-surface;
}

.kb-float-control:hover,
.kb-float-surface:hover,
.kb-float-control:focus-visible,
.kb-float-surface:focus-within {
  animation-play-state: paused;
}

.kb-liquid-reactive {
  transition:
    border-color 280ms ease,
    box-shadow 360ms ease,
    background 360ms ease;
}

@keyframes kb-float-text {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 calc(var(--kb-float-distance) * -1);
  }
}

@keyframes kb-float-control {
  0%,
  100% {
    translate: 0 0;
  }
  45% {
    translate: 1px calc(var(--kb-float-distance) * -1);
  }
  70% {
    translate: -1px calc(var(--kb-float-distance) * -0.55);
  }
}

@keyframes kb-float-surface {
  0%,
  100% {
    translate: 0 0;
  }
  42% {
    translate: 0 calc(var(--kb-float-distance) * -1);
  }
  68% {
    translate: 2px calc(var(--kb-float-distance) * -0.62);
  }
}

@keyframes kb-silver-orbit {
  0% {
    transform: translate3d(0, 0, 0) scale(0.94);
  }
  100% {
    transform: translate3d(-8vw, -5vh, 0) scale(1.08);
  }
}

@keyframes kb-ambient-drift {
  0% {
    transform: translate3d(-1.5%, 0, 0);
    opacity: 0.72;
  }
  100% {
    transform: translate3d(1.5%, -1%, 0);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .hero-copy {
    border-radius: 25px 34px 25px 33px;
    padding: 25px;
  }

  .section-heading > div,
  .showcase-heading > div,
  .recent-heading > div {
    width: 100%;
  }

  .kb-float-text {
    --kb-float-distance: 2px;
  }
  .kb-float-control {
    --kb-float-distance: 3px;
  }
  .kb-float-surface {
    --kb-float-distance: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  .site-main::after,
  .kb-float-text,
  .kb-float-control,
  .kb-float-surface {
    animation: none !important;
    translate: none !important;
  }
}

@supports not (
  (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
) {
  .hero-copy,
  .hero-panel,
  .content-card,
  .service-card,
  .liquid-wheel,
  .liquid-wheel__card,
  .showcase-slider,
  .entry-content,
  .footer-grid {
    background-color: #091318;
  }
}

/* --------------------------------------------------------------------------
   V8 guaranteed design layer
   -------------------------------------------------------------------------- */

body.khadamat-bartar-v8 {
  --v8-aqua: #67e8ff;
  --v8-aqua-deep: #0785a3;
  --v8-silver: #d3dce0;
  --v8-silver-soft: rgba(211, 220, 224, 0.1);
  --v8-border: rgba(221, 235, 240, 0.2);
  --v8-panel: rgba(10, 22, 28, 0.6);
  --v8-panel-heavy: rgba(5, 14, 18, 0.78);
  --v8-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(225, 234, 238, 0.11),
      transparent 25rem
    ),
    radial-gradient(
      circle at 88% 4%,
      rgba(45, 208, 239, 0.18),
      transparent 34rem
    ),
    radial-gradient(
      circle at 55% 48%,
      rgba(188, 201, 207, 0.055),
      transparent 42rem
    ),
    radial-gradient(
      circle at 8% 92%,
      rgba(205, 216, 221, 0.075),
      transparent 31rem
    ),
    linear-gradient(145deg, #010305 0%, #071116 43%, #030a0e 72%, #010405 100%);
  background-attachment: fixed;
}

body.khadamat-bartar-v8::after {
  background: rgba(218, 228, 232, 0.13);
  opacity: 0.42;
}

body.khadamat-bartar-v8 .site-main::before {
  opacity: 0.7;
  background-image:
    linear-gradient(rgba(230, 239, 242, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 239, 242, 0.024) 1px, transparent 1px);
  background-size: 58px 58px;
}

body.khadamat-bartar-v8 .site-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      118deg,
      transparent 6%,
      rgba(238, 244, 247, 0.04) 30%,
      transparent 49%
    ),
    linear-gradient(
      304deg,
      transparent 56%,
      rgba(185, 200, 206, 0.032) 70%,
      transparent 84%
    );
}

/* One strong material system across every public surface. */
body.khadamat-bartar-v8
  :is(
    .site-header,
    .hero-copy,
    .hero-panel,
    .liquid-wheel,
    .liquid-wheel__card,
    .showcase-slider,
    .showcase-slide,
    .content-card,
    .service-card,
    .home-cta,
    .archive-tools,
    .single-copy,
    .single-visual,
    .detail-item,
    .video-frame,
    .contact-card,
    .bartar-form,
    .entry-content,
    .page-hero .container,
    .footer-grid,
    .empty-content,
    .wp-block-group,
    .wp-block-columns,
    .wp-block-table,
    .wp-block-quote
  ) {
  border: 1px solid var(--v8-border);
  background:
    radial-gradient(
      circle at var(--kb-glass-x, 22%) var(--kb-glass-y, 12%),
      rgba(255, 255, 255, 0.16),
      transparent 26%
    ),
    linear-gradient(
      138deg,
      rgba(237, 244, 247, 0.11),
      rgba(255, 255, 255, 0.024) 46%,
      rgba(44, 202, 233, 0.055)
    ),
    var(--v8-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025),
    var(--v8-shadow),
    0 0 46px rgba(199, 216, 222, 0.035);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
  backdrop-filter: blur(30px) saturate(155%);
}

body.khadamat-bartar-v8
  :is(
    .hero-copy,
    .hero-panel,
    .showcase-slider,
    .home-cta,
    .entry-content,
    .footer-grid
  ) {
  border-radius: 32px;
}

body.khadamat-bartar-v8
  :is(
    .content-card,
    .service-card,
    .detail-item,
    .archive-tools,
    .bartar-form,
    .contact-card
  ) {
  border-radius: 24px;
}

body.khadamat-bartar-v8
  :is(
    .hero-stat,
    .content-pill,
    .card-art__arrow,
    .meta-chip,
    .showcase-count,
    .liquid-wheel__count,
    .footer-menu a,
    .footer-contact li,
    .content-card__meta span,
    .showcase-facts span
  ) {
  border: 1px solid rgba(203, 229, 235, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(255, 255, 255, 0.16),
      transparent 54%
    ),
    linear-gradient(
      135deg,
      rgba(222, 235, 240, 0.11),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(5, 17, 22, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(17px) saturate(145%);
  backdrop-filter: blur(17px) saturate(145%);
}

/* Every heading and paragraph receives glass-like light and its own motion. */
body.khadamat-bartar-v8 :is(h1, h2, h3, h4, h5, h6, .entry-title) {
  background: linear-gradient(
    112deg,
    #fff 0%,
    #f2f7f9 40%,
    #c2cdd1 72%,
    #94efff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
  animation: kb-v8-float-text 6.2s ease-in-out infinite;
  will-change: translate;
}

body.khadamat-bartar-v8
  :is(
    p,
    .entry-content li,
    .entry-content dd,
    .entry-content figcaption,
    .content-card__excerpt,
    .liquid-wheel__body > small,
    .site-brand__text,
    .content-card__meta,
    .showcase-slide__topline,
    .recent-slide__meta,
    .content-card__eyebrow,
    .hero-stat strong,
    .hero-stat small,
    .detail-item small,
    .detail-item strong,
    .footer-menu a,
    .footer-contact li
  ) {
  color: #cbd7dc;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
  animation: kb-v8-float-copy 7s ease-in-out infinite;
  will-change: translate;
}

body.khadamat-bartar-v8
  :is(
    .eyebrow,
    .micro-label,
    .section-kicker,
    .showcase-type,
    .card-type,
    .liquid-wheel__badge,
    .meta-chip,
    .showcase-facts span,
    .single-tags span,
    .archive-count
  ) {
  border: 1px solid rgba(195, 228, 235, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(255, 255, 255, 0.2),
      transparent 55%
    ),
    linear-gradient(
      135deg,
      rgba(225, 236, 240, 0.13),
      rgba(255, 255, 255, 0.028)
    ),
    rgba(7, 20, 25, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.19),
    0 12px 28px rgba(0, 0, 0, 0.24);
  color: #b7f4ff;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  animation: kb-v8-float-label 5.8s ease-in-out infinite;
  will-change: translate;
}

/* Every button and interactive link is a visible floating liquid capsule. */
body.khadamat-bartar-v8
  :is(
    .button,
    .wp-element-button,
    button,
    input[type="button"],
    input[type="submit"],
    .primary-menu a,
    .header-search,
    .section-link,
    .showcase-link,
    .recent-slide__link,
    .liquid-wheel__link,
    .social-links a,
    .navigation.pagination .page-numbers
  ) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(194, 230, 238, 0.25);
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 22% 0%,
      rgba(255, 255, 255, 0.25),
      transparent 52%
    ),
    linear-gradient(
      135deg,
      rgba(219, 232, 237, 0.15),
      rgba(255, 255, 255, 0.032) 52%,
      rgba(47, 207, 238, 0.1)
    ),
    rgba(5, 18, 23, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.23),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 25px rgba(46, 205, 236, 0.07);
  color: #eef8fa;
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  backdrop-filter: blur(20px) saturate(165%);
  animation: kb-v8-float-control 5.25s ease-in-out infinite;
  will-change: translate;
}

body.khadamat-bartar-v8
  :is(
    .button,
    .wp-element-button,
    button,
    input[type="button"],
    input[type="submit"],
    .primary-menu a,
    .header-search,
    .section-link,
    .showcase-link,
    .recent-slide__link,
    .liquid-wheel__link,
    .social-links a
  )::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -120%;
  left: -42%;
  width: 38%;
  height: 340%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: rotate(22deg);
  transition: left 620ms ease;
}

body.khadamat-bartar-v8
  :is(
    .button,
    .wp-element-button,
    button,
    input[type="button"],
    input[type="submit"],
    .primary-menu a,
    .header-search,
    .section-link,
    .showcase-link,
    .recent-slide__link,
    .liquid-wheel__link,
    .social-links a
  ):hover::after {
  left: 115%;
}

body.khadamat-bartar-v8
  :is(
    .button,
    .wp-element-button,
    button,
    input[type="button"],
    input[type="submit"],
    .primary-menu a,
    .header-search,
    .section-link,
    .showcase-link,
    .recent-slide__link,
    .liquid-wheel__link,
    .social-links a,
    .navigation.pagination .page-numbers
  ):hover {
  border-color: rgba(115, 235, 255, 0.58);
  background:
    radial-gradient(
      circle at 24% 0%,
      rgba(255, 255, 255, 0.34),
      transparent 48%
    ),
    linear-gradient(135deg, rgba(197, 228, 236, 0.2), rgba(44, 205, 237, 0.15)),
    rgba(7, 28, 35, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 24px 52px rgba(0, 0, 0, 0.38),
    0 0 38px rgba(67, 220, 247, 0.16);
  color: #fff;
  translate: 0 -7px;
}

/* CSS-native surface motion remains active if JavaScript is delayed. */
body.khadamat-bartar-v8
  :is(
    .site-header,
    .hero-copy,
    .hero-panel,
    .liquid-wheel,
    .showcase-slider,
    .showcase-slide,
    .content-card,
    .service-card,
    .home-cta,
    .archive-tools,
    .single-copy,
    .single-visual,
    .detail-item,
    .video-frame,
    .contact-card,
    .bartar-form,
    .entry-content,
    .page-hero .container,
    .footer-grid,
    .liquid-wheel__card,
    .empty-content
  ) {
  animation: kb-v8-float-surface 7.8s ease-in-out infinite;
  will-change: translate;
}

body.khadamat-bartar-v8
  :is(.content-grid, .service-grid, .detail-grid)
  > :nth-child(2n),
body.khadamat-bartar-v8
  :is(.primary-menu, .hero-actions, .social-links)
  > :nth-child(2n) {
  animation-delay: -1.7s;
}

body.khadamat-bartar-v8
  :is(.content-grid, .service-grid, .detail-grid)
  > :nth-child(3n),
body.khadamat-bartar-v8
  :is(.primary-menu, .hero-actions, .social-links)
  > :nth-child(3n) {
  animation-delay: -3.2s;
}

body.khadamat-bartar-v8
  :is(.content-grid, .service-grid, .detail-grid)
  > :nth-child(4n) {
  animation-delay: -4.6s;
}

/* The hero's right side contains the wheel only: no descriptive showcase box. */
body.khadamat-bartar-v8 .hero-panel {
  padding: 10px;
}

body.khadamat-bartar-v8 .liquid-wheel {
  min-height: 520px;
  padding: 0;
  overflow: hidden;
}

body.khadamat-bartar-v8 .liquid-wheel__controls--overlay {
  position: absolute;
  z-index: 8;
  top: 16px;
  inset-inline-end: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(208, 231, 237, 0.22);
  border-radius: 999px;
  padding: 7px;
  background:
    linear-gradient(
      135deg,
      rgba(235, 242, 245, 0.13),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(4, 14, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 38px rgba(0, 0, 0, 0.36);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  backdrop-filter: blur(22px) saturate(155%);
}

body.khadamat-bartar-v8 .liquid-wheel__controls--overlay button {
  width: 38px;
  height: 38px;
  padding: 0;
}

body.khadamat-bartar-v8 .liquid-wheel__viewport {
  min-height: 500px;
  padding-top: 76px;
  padding-bottom: 36px;
  scrollbar-width: none;
}

body.khadamat-bartar-v8 .liquid-wheel__progress--standalone {
  position: absolute;
  z-index: 7;
  right: 24px;
  bottom: 18px;
  left: 24px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(219, 232, 237, 0.12);
}

body.khadamat-bartar-v8 .liquid-wheel__progress--standalone i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--v8-silver), var(--v8-aqua));
  box-shadow: 0 0 18px rgba(103, 232, 255, 0.5);
  transition: width 420ms ease;
}

body.khadamat-bartar-v8 .liquid-wheel__card.is-active {
  border-color: rgba(116, 234, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 42px 96px rgba(0, 0, 0, 0.52),
    0 0 52px rgba(53, 212, 245, 0.14);
}

body.khadamat-bartar-v8
  :is(input:not([type="button"]):not([type="submit"]), textarea, select) {
  border: 1px solid rgba(211, 229, 235, 0.21);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(255, 255, 255, 0.12),
      transparent 54%
    ),
    rgba(3, 11, 15, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.26);
  color: #f1f8fa;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.khadamat-bartar-v8 :is(input, textarea, select):focus {
  border-color: rgba(105, 229, 252, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 4px rgba(66, 208, 236, 0.09),
    0 18px 40px rgba(0, 0, 0, 0.3);
}

@keyframes kb-v8-float-text {
  0%,
  100% {
    translate: 0 0;
  }
  45% {
    translate: 0 -5px;
  }
  70% {
    translate: 1px -2px;
  }
}

@keyframes kb-v8-float-copy {
  0%,
  100% {
    translate: 0 0;
  }
  52% {
    translate: 0 -3px;
  }
}

@keyframes kb-v8-float-label {
  0%,
  100% {
    translate: 0 0;
  }
  42% {
    translate: 1px -5px;
  }
  72% {
    translate: -1px -2px;
  }
}

@keyframes kb-v8-float-control {
  0%,
  100% {
    translate: 0 0;
  }
  42% {
    translate: 1px -7px;
  }
  70% {
    translate: -1px -3px;
  }
}

@keyframes kb-v8-float-surface {
  0%,
  100% {
    translate: 0 0;
  }
  44% {
    translate: 0 -9px;
  }
  72% {
    translate: 2px -4px;
  }
}

@media (max-width: 900px) {
  body.khadamat-bartar-v8 .liquid-wheel {
    min-height: 470px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__viewport {
    min-height: 450px;
    padding-top: 68px;
  }

  body.khadamat-bartar-v8
    :is(
      .hero-copy,
      .hero-panel,
      .showcase-slider,
      .home-cta,
      .entry-content,
      .footer-grid
    ) {
    border-radius: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.khadamat-bartar-v8 *,
  body.khadamat-bartar-v8 *::before,
  body.khadamat-bartar-v8 *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* V8 poster wheel
   The uploaded artwork keeps the reference image's 1000:1315 portrait ratio
   on the physical left.
   The title, description and action remain together on the physical right. */
body.khadamat-bartar-v8 .liquid-wheel {
  --wheel-card-width: min(540px, calc(100vw - 72px));
  min-height: 520px;
}

body.khadamat-bartar-v8 .liquid-wheel__viewport {
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 38px;
}

body.khadamat-bartar-v8 .liquid-wheel__track {
  gap: 20px;
}

body.khadamat-bartar-v8 .liquid-wheel__card {
  border-radius: 26px 36px 26px 34px;
}

body.khadamat-bartar-v8 .liquid-wheel__card > a {
  display: grid;
  grid-template-areas: "poster details";
  grid-template-columns: minmax(210px, 44%) minmax(0, 1fr);
  grid-template-rows: 1fr;
  direction: ltr;
}

body.khadamat-bartar-v8 .liquid-wheel__media {
  grid-area: poster;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  align-self: start;
  aspect-ratio: 1000 / 1315;
  border: 0;
  border-inline-end: 1px solid rgba(210, 224, 230, 0.14);
  border-radius: 25px 0 0 33px;
  background-position: center;
  background-size: cover;
}

body.khadamat-bartar-v8 .liquid-wheel__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 400ms ease;
}

body.khadamat-bartar-v8
  .liquid-wheel__card.is-active
  .liquid-wheel__poster {
  transform: scale(1.015);
  filter: saturate(1.04) contrast(1.02);
}

body.khadamat-bartar-v8 .liquid-wheel__media::after {
  z-index: 1;
  background:
    linear-gradient(to top, rgba(2, 7, 10, 0.42), transparent 55%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 36%);
}

body.khadamat-bartar-v8 .liquid-wheel__orb {
  z-index: 2;
}

body.khadamat-bartar-v8 .liquid-wheel__badge {
  z-index: 3;
  right: auto;
  left: 13px;
}

body.khadamat-bartar-v8 .liquid-wheel__body {
  grid-area: details;
  min-width: 0;
  min-height: 0;
  direction: rtl;
  justify-content: center;
  padding: 54px 24px 20px 22px;
  text-align: right;
}

body.khadamat-bartar-v8 .liquid-wheel__body > strong {
  display: -webkit-box;
  overflow: hidden;
  color: #f8fcfd;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
  text-overflow: initial;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.khadamat-bartar-v8 .liquid-wheel__body > small {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  margin-top: 12px;
  color: #aebcc1;
  font-size: 11px;
  line-height: 2.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

body.khadamat-bartar-v8 .liquid-wheel__link {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 720px) {
  body.khadamat-bartar-v8 .liquid-wheel {
    --wheel-card-width: min(430px, calc(100vw - 42px));
    min-height: 455px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__viewport {
    min-height: 435px;
    padding-top: 72px;
    padding-bottom: 34px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__card > a {
    grid-template-columns: minmax(145px, 42%) minmax(0, 1fr);
  }

  body.khadamat-bartar-v8 .liquid-wheel__body {
    padding: 55px 17px 20px 16px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__body > strong {
    font-size: 17px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__body > small {
    margin-top: 8px;
    font-size: 9.5px;
    line-height: 1.9;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 430px) {
  body.khadamat-bartar-v8 .liquid-wheel {
    --wheel-card-width: min(350px, calc(100vw - 34px));
    min-height: 415px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__viewport {
    min-height: 395px;
    padding-top: 68px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__card > a {
    grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);
  }

  body.khadamat-bartar-v8 .liquid-wheel__body {
    padding: 48px 13px 16px 12px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__body > strong {
    font-size: 14px;
  }

  body.khadamat-bartar-v8 .liquid-wheel__body > small {
    font-size: 8.5px;
    -webkit-line-clamp: 4;
  }

}

/* --------------------------------------------------------------------------
   V8 clean poster and reliable interaction layer
   -------------------------------------------------------------------------- */

/* Remove every decorative circle or veil that could cover the real artwork. */
body.khadamat-bartar-v8 .hero-showcase::after,
body.khadamat-bartar-v8 .liquid-wheel::after,
body.khadamat-bartar-v8 .liquid-wheel__media::after,
body.khadamat-bartar-v8 .liquid-wheel__orb {
  display: none !important;
  content: none !important;
}

body.khadamat-bartar-v8 .liquid-wheel__poster,
body.khadamat-bartar-v8
  .liquid-wheel__card.is-active
  .liquid-wheel__poster {
  filter: none !important;
}

body.khadamat-bartar-v8 .liquid-wheel__body {
  gap: 10px;
  justify-content: center;
  padding-block: 44px;
}

body.khadamat-bartar-v8 .liquid-wheel__body > small {
  margin-top: 0;
}

/* The former details capsule is removed from markup; this also guards cached HTML. */
body.khadamat-bartar-v8 .liquid-wheel__link {
  display: none !important;
}

body.khadamat-bartar-v8 .liquid-wheel__viewport {
  overscroll-behavior-inline: contain;
  touch-action: pan-y;
}

body.khadamat-bartar-v8 .liquid-wheel__viewport.is-dragging,
body.khadamat-bartar-v8 .liquid-wheel__viewport.is-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
}

body.khadamat-bartar-v8 .liquid-wheel__viewport.is-dragging a {
  pointer-events: none;
}

body.khadamat-bartar-v8 .liquid-wheel__poster {
  -webkit-user-drag: none;
  user-select: none;
}

body.khadamat-bartar-v8 .liquid-wheel__controls--overlay {
  isolation: isolate;
  pointer-events: auto;
}

body.khadamat-bartar-v8 .liquid-wheel__controls--overlay button {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

body.khadamat-bartar-v8
  .liquid-wheel__controls--overlay
  button:focus-visible,
body.khadamat-bartar-v8 .liquid-wheel__viewport:focus-visible {
  outline: 2px solid var(--v8-aqua);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  body.khadamat-bartar-v8 .liquid-wheel__body {
    padding-block: 40px 24px;
  }
}

@media (max-width: 430px) {
  body.khadamat-bartar-v8 .liquid-wheel__body {
    padding-block: 34px 20px;
  }
}

/* --------------------------------------------------------------------------
   V9 mobile-first performance and layout layer

   Desktop keeps the full floating glass presentation. Phones and touch-first
   tablets use static translucent materials, one active wheel card, and a
   compact layout so scrolling does not continuously repaint blurred layers.
   -------------------------------------------------------------------------- */

body.khadamat-bartar-v9 {
  --v9-edge: rgba(180, 225, 235, 0.2);
  --v9-panel: rgba(6, 20, 26, 0.94);
  --v9-panel-soft: rgba(10, 28, 35, 0.88);
}

@media (hover: none) and (pointer: coarse) {
  body.khadamat-bartar-v9,
  body.khadamat-bartar-v9::before,
  body.khadamat-bartar-v9::after,
  body.khadamat-bartar-v9 .site-main::before,
  body.khadamat-bartar-v9 .site-main::after,
  body.khadamat-bartar-v9
    :is(
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      li,
      .site-header,
      .hero-copy,
      .hero-panel,
      .liquid-wheel,
      .liquid-wheel__card,
      .showcase-slider,
      .showcase-slide,
      .content-card,
      .service-card,
      .home-cta,
      .archive-tools,
      .single-copy,
      .single-visual,
      .detail-item,
      .video-frame,
      .contact-card,
      .bartar-form,
      .entry-content,
      .page-hero .container,
      .footer-grid,
      .empty-content,
      .button,
      button,
      .primary-menu a,
      .section-link,
      .eyebrow,
      .meta-chip
    ) {
    animation: none !important;
    translate: none !important;
    will-change: auto !important;
  }

  body.khadamat-bartar-v9
    :is(
      .site-header,
      .hero-copy,
      .hero-panel,
      .liquid-wheel,
      .liquid-wheel__card,
      .showcase-slider,
      .showcase-slide,
      .content-card,
      .service-card,
      .home-cta,
      .archive-tools,
      .single-copy,
      .single-visual,
      .detail-item,
      .video-frame,
      .contact-card,
      .bartar-form,
      .entry-content,
      .page-hero .container,
      .footer-grid,
      .empty-content,
      .button,
      button,
      .primary-menu a,
      .section-link,
      .eyebrow,
      .meta-chip
    ) {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}

@media (max-width: 900px) {
  html {
    width: 100%;
    overflow-x: clip;
    scroll-padding-top: 84px;
  }

  body.khadamat-bartar-v9 {
    width: 100%;
    overflow-x: clip;
    background:
      radial-gradient(
        circle at 92% 2%,
        rgba(41, 193, 223, 0.13),
        transparent 22rem
      ),
      radial-gradient(
        circle at 5% 62%,
        rgba(202, 215, 220, 0.055),
        transparent 22rem
      ),
      linear-gradient(160deg, #020608 0%, #061116 46%, #02080b 100%);
    background-attachment: scroll;
  }

  body.khadamat-bartar-v9::before,
  body.khadamat-bartar-v9::after,
  body.khadamat-bartar-v9 .site-main::before,
  body.khadamat-bartar-v9 .site-main::after,
  body.khadamat-bartar-v9 .home-hero::before,
  body.khadamat-bartar-v9 .hero-showcase::before,
  body.khadamat-bartar-v9 .hero-showcase::after,
  body.khadamat-bartar-v9 .liquid-wheel::before,
  body.khadamat-bartar-v9 .liquid-wheel::after {
    display: none !important;
    content: none !important;
  }

  body.khadamat-bartar-v9 .site-main {
    width: 100%;
    overflow: clip;
  }

  body.khadamat-bartar-v9
    :is(.container, .entry-shell, .entry-shell--wide) {
    width: min(100% - 20px, 760px);
    max-width: 100%;
    margin-inline: auto;
  }

  body.khadamat-bartar-v9
    :is(
      .site-header,
      .hero-copy,
      .hero-panel,
      .liquid-wheel,
      .liquid-wheel__card,
      .showcase-slider,
      .showcase-slide,
      .content-card,
      .service-card,
      .home-cta,
      .archive-tools,
      .single-copy,
      .single-visual,
      .detail-item,
      .video-frame,
      .contact-card,
      .bartar-form,
      .entry-content,
      .page-hero .container,
      .footer-grid,
      .empty-content,
      .section-heading > div,
      .showcase-heading > div,
      .recent-heading > div
    ) {
    animation: none !important;
    translate: none !important;
    will-change: auto !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background:
      linear-gradient(
        145deg,
        rgba(225, 237, 242, 0.085),
        rgba(255, 255, 255, 0.018) 52%,
        rgba(37, 187, 217, 0.045)
      ),
      var(--v9-panel-soft);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 15px 38px rgba(0, 0, 0, 0.28);
  }

  body.khadamat-bartar-v9
    :is(
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      li,
      .site-brand__text,
      .eyebrow,
      .micro-label,
      .section-kicker,
      .showcase-type,
      .card-type,
      .liquid-wheel__badge,
      .meta-chip,
      .showcase-facts span,
      .single-tags span,
      .archive-count,
      .button,
      .wp-element-button,
      button,
      .primary-menu a,
      .section-link,
      .showcase-link,
      .recent-slide__link,
      .social-links a
    ) {
    animation: none !important;
    translate: none !important;
    will-change: auto !important;
  }

  body.khadamat-bartar-v9 :is(h1, h2, h3, h4, h5, h6) {
    filter: none;
  }

  body.khadamat-bartar-v9 .site-header {
    top: 8px;
    width: calc(100% - 16px);
    border-radius: 20px;
    background:
      linear-gradient(
        145deg,
        rgba(225, 237, 242, 0.09),
        rgba(255, 255, 255, 0.02)
      ),
      rgba(4, 16, 21, 0.97);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 12px 30px rgba(0, 0, 0, 0.28);
  }

  body.khadamat-bartar-v9 .header-inner {
    min-height: 66px;
    gap: 10px;
    padding-inline: 8px;
  }

  body.khadamat-bartar-v9
    :is(.site-brand__mark, .site-brand__custom) {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 14px;
  }

  body.khadamat-bartar-v9 .site-brand__text strong {
    font-size: 14px;
  }

  body.khadamat-bartar-v9 .site-brand__text small {
    margin-top: 4px;
    font-size: 7px;
  }

  body.khadamat-bartar-v9 .menu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
  }

  body.khadamat-bartar-v9 .main-navigation {
    top: 82px;
    right: 10px;
    left: 10px;
    max-height: calc(100dvh - 98px);
    border-color: var(--v9-edge);
    border-radius: 18px;
    background: rgba(3, 14, 18, 0.99);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.48);
    padding: 10px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.khadamat-bartar-v9 .primary-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body.khadamat-bartar-v9 .primary-menu a {
    min-width: 0;
    border: 1px solid rgba(179, 222, 232, 0.12);
    border-radius: 12px;
    background: rgba(15, 35, 42, 0.92);
    color: #d6e4e8;
    padding: 11px 10px;
    text-align: center;
    white-space: normal;
  }

  body.khadamat-bartar-v9 .hero-grid {
    width: min(100% - 20px, 760px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding-block: 34px 48px;
  }

  body.khadamat-bartar-v9 .hero-copy {
    min-width: 0;
    border-radius: 24px;
    padding: 25px 19px 20px;
    text-align: right;
  }

  body.khadamat-bartar-v9 .hero-copy .eyebrow {
    max-width: 100%;
    justify-content: flex-start;
    line-height: 1.7;
    white-space: normal;
  }

  body.khadamat-bartar-v9 .hero-copy h1 {
    max-width: 100%;
    margin-top: 20px;
    font-size: clamp(34px, 9.7vw, 50px);
    line-height: 1.34;
    overflow-wrap: anywhere;
  }

  body.khadamat-bartar-v9 .hero-copy > p {
    max-width: 100%;
    margin-inline: 0;
    font-size: 13px;
    line-height: 2;
  }

  body.khadamat-bartar-v9 .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  body.khadamat-bartar-v9 .hero-actions .button {
    width: 100%;
    min-height: 45px;
    justify-content: space-between;
    padding-inline: 16px;
  }

  body.khadamat-bartar-v9 .hero-stats {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  body.khadamat-bartar-v9 .hero-stat {
    min-width: 0;
    border-radius: 15px;
    padding: 12px 6px;
    text-align: center;
  }

  body.khadamat-bartar-v9 .hero-stat strong {
    font-size: 15px;
    line-height: 1.3;
  }

  body.khadamat-bartar-v9 .hero-stat small {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.45;
  }

  body.khadamat-bartar-v9
    :is(.hero-showcase, .hero-panel, .liquid-wheel) {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  body.khadamat-bartar-v9 .hero-showcase {
    transform: none !important;
  }

  body.khadamat-bartar-v9 .hero-panel {
    overflow: hidden;
    border-radius: 24px;
    padding: 7px;
  }

  body.khadamat-bartar-v9 .liquid-wheel {
    --wheel-card-width: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 19px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__controls--overlay {
    top: 10px;
    inset-inline-end: 10px;
    gap: 5px;
    padding: 5px;
    background: rgba(3, 15, 20, 0.96);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.khadamat-bartar-v9
    .liquid-wheel__controls--overlay
    button {
    width: 35px;
    height: 35px;
    min-height: 35px;
    padding: 0;
  }

  body.khadamat-bartar-v9 .liquid-wheel__count {
    display: inline-flex;
    min-width: 47px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__viewport {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 60px 8px 17px;
    scroll-snap-type: none;
    scroll-behavior: auto;
    touch-action: pan-y;
  }

  body.khadamat-bartar-v9 .liquid-wheel__track {
    display: grid;
    width: 100%;
    max-width: 100%;
    gap: 0;
    perspective: none;
  }

  body.khadamat-bartar-v9 .liquid-wheel__card {
    display: none;
    width: 100%;
    max-width: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    transform: none !important;
    transition: opacity 180ms ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.khadamat-bartar-v9 .liquid-wheel__card.is-active {
    display: block;
    opacity: 1;
    transform: none !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.17),
      0 16px 38px rgba(0, 0, 0, 0.34);
  }

  body.khadamat-bartar-v9 .liquid-wheel__card > a {
    width: 100%;
    min-height: 0;
    grid-template-areas: "poster details";
    grid-template-columns: minmax(118px, 41%) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  body.khadamat-bartar-v9 .liquid-wheel__media {
    width: 100%;
    aspect-ratio: 1000 / 1315;
    align-self: stretch;
    border-radius: 18px 0 0 18px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__poster,
  body.khadamat-bartar-v9
    .liquid-wheel__card.is-active
    .liquid-wheel__poster {
    transform: none !important;
    filter: none !important;
    transition: none;
  }

  body.khadamat-bartar-v9 .liquid-wheel__body {
    min-width: 0;
    min-height: 0;
    gap: 7px;
    justify-content: center;
    padding: 17px 14px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__body > strong {
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }

  body.khadamat-bartar-v9 .liquid-wheel__body > small {
    margin: 0;
    font-size: clamp(8.5px, 2.5vw, 10.5px);
    line-height: 1.85;
    -webkit-line-clamp: 5;
  }

  body.khadamat-bartar-v9 .liquid-wheel__badge {
    top: 9px;
    left: 9px;
    padding: 4px 7px;
    font-size: 7px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.khadamat-bartar-v9 .liquid-wheel__progress--standalone {
    right: 16px;
    bottom: 9px;
    left: 16px;
  }

  body.khadamat-bartar-v9
    :is(.section, .showcase-section, .single-details) {
    padding-block: 48px;
  }

  body.khadamat-bartar-v9
    :is(.section-heading, .showcase-heading, .recent-heading) {
    display: block;
  }

  body.khadamat-bartar-v9
    :is(
      .section-heading > div,
      .showcase-heading > div,
      .recent-heading > div
    ) {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 17px;
  }

  body.khadamat-bartar-v9
    :is(.section-heading, .showcase-heading, .recent-heading)
    > .section-link {
    display: inline-flex;
    margin-top: 12px;
  }

  body.khadamat-bartar-v9
    :is(.content-grid, .service-grid, .detail-grid, .footer-grid) {
    min-width: 0;
  }

  body.khadamat-bartar-v9
    :is(
      .content-card,
      .service-card,
      .showcase-slide,
      .recent-slide,
      .detail-item
    ) {
    transform: none !important;
    transform-style: flat;
  }

  body.khadamat-bartar-v9 .showcase-window {
    touch-action: pan-y;
  }

  body.khadamat-bartar-v9 .site-footer {
    margin-top: 54px;
  }

  body.khadamat-bartar-v9 .footer-grid {
    margin-block: 34px 24px;
    padding: 23px 18px;
  }
}

@media (max-width: 620px) {
  body.khadamat-bartar-v9
    :is(.content-grid, .service-grid, .detail-grid, .footer-grid) {
    grid-template-columns: minmax(0, 1fr);
  }

  body.khadamat-bartar-v9 .showcase-slider {
    border-radius: 22px;
  }

  body.khadamat-bartar-v9 .showcase-slide {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  body.khadamat-bartar-v9
    :is(.container, .entry-shell, .entry-shell--wide),
  body.khadamat-bartar-v9 .hero-grid {
    width: calc(100% - 16px);
  }

  body.khadamat-bartar-v9 .hero-copy {
    padding: 22px 16px 18px;
  }

  body.khadamat-bartar-v9 .hero-copy h1 {
    font-size: clamp(32px, 10.2vw, 42px);
  }

  body.khadamat-bartar-v9 .hero-stat {
    padding-inline: 4px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__card > a {
    grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
  }

  body.khadamat-bartar-v9 .liquid-wheel__body {
    padding: 14px 11px;
  }

  body.khadamat-bartar-v9 .liquid-wheel__body > small {
    -webkit-line-clamp: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.khadamat-bartar-v9 *,
  body.khadamat-bartar-v9 *::before,
  body.khadamat-bartar-v9 *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    translate: none !important;
  }
}
