@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("assets/fonts/YekanBakh-ExtraBlack.woff2") format("woff2");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
:root {
  --zima-primary: #32bcad;
  --zima-primary-soft: #32bcac1c;
  --zima-dark: #23254e;
  --zima-text: #30343b;
  --zima-muted: #62666d;
  --zima-border: #e0e0e2;
  --zima-bg-soft: #f0f0f1;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  direction: rtl;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  direction: rtl;
  background: #fff;
  color: var(--zima-text);
}

html,
body,
button,
input,
textarea,
select * {
  font-family: "Yekan Bakh", Tahoma, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
}

.zima-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.zima-header__top {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 16px;
}

.zima-header__row {
  min-height: 74px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.zima-mobile-open {
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  align-items: center;
  justify-content: center;
  color: #3f3f46;
  cursor: pointer;
}

.zima-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.zima-logo img {
  width: auto;
  height: 34px;
  display: block;
}

.zima-search {
  order: 3;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: var(--zima-bg-soft);
  padding: 0 16px;
}

.zima-search svg {
  flex-shrink: 0;
  color: #9ca3af;
}

.zima-search input {
  margin-right: 12px;
  width: 100%;
  height: 100%;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #3f3f46;
  font-size: 13px;
}

.zima-actions {
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.zima-contact-btn {
  display: none;
  height: 36px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--zima-primary-soft);
  padding: 0 14px;
  color: var(--zima-primary);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.zima-login-btn {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  background: #fff;
  color: #00584e;
  cursor: pointer;
  transition: background 0.2s ease;
}

.zima-login-btn:hover {
  background: #f7f7f8;
}

.zima-login-btn span {
  display: none;
  font-size: 13px;
  font-weight: 700;
}

.zima-separator {
  display: none;
  width: 1px;
  height: 26px;
  background: var(--zima-border);
}

.zima-icon-btn {
  border: 0;
  background: transparent;
  color: #374151;
  cursor: pointer;
}

.zima-bell {
  display: none;
}

.zima-nav {
  display: none;
  position: relative;
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.zima-nav__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
}

.zima-nav__links {
  margin-right: 56px;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 14px;
  font-size: 13px;
}

.zima-nav-btn,
.zima-products-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  color: var(--zima-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

.zima-products-toggle {
  gap: 8px;
  color: var(--zima-dark);
  font-size: 14px;
  font-weight: 700;
}

.zima-nav-btn:hover,
.zima-products-toggle:hover,
.zima-products-toggle.is-open {
  background: #c0c0c01a;
  color: #494949;
}

.zima-nav-line {
  width: 1px;
  height: 22px;
  background: var(--zima-border);
}

.zima-products-panel {
  display: none;
}

.zima-products-panel.is-open {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 60;
  width: 100%;
}

.zima-products-backdrop {
  position: fixed;
  inset-inline: 0;
  top: 172px;
  height: calc(100vh - 148px);
  background: rgba(0, 0, 0, 0.45);
}

.zima-products-box {
  position: relative;
  margin-right: 78px;
  display: flex;
  width: 760px;
  height: 520px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
}

.zima-close-products {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f5;
  color: #3f3f46;
  cursor: pointer;
}

.zima-category-list {
  width: 320px;
  border-left: 1px solid #e5e7eb;
  background: #fbfbfc;
  padding: 12px 0;
}

.zima-category-btn {
  width: 100%;
  height: 64px;
  display: flex;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  text-align: right;
  color: var(--zima-text);
  cursor: pointer;
  transition: all 0.2s ease;
}

.zima-category-btn:hover,
.zima-category-btn.is-active {
  background: #32bcac10;
  color: var(--zima-primary);
}

.zima-category-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
}

.zima-category-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  color: #9ca3af;
}

.zima-category-btn.is-active .zima-category-icon {
  color: var(--zima-primary);
}

.zima-subcategories {
  flex: 1;
  background: #fff;
  padding: 20px 24px;
}

.zima-subcat-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #edf0f2;
  padding-bottom: 16px;
}

.zima-subcat-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c0c0c01a;
  color: #494949;
}

.zima-subcat-title {
  margin: 0;
  color: var(--zima-dark);
  font-size: 16px;
  font-weight: 900;
}

.zima-subcat-desc {
  margin: 4px 0 0;
  color: #7a7f87;
  font-size: 12px;
}

.zima-subcat-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.zima-subcat-item {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0 12px;
  text-align: right;
  color: #3f4652;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.zima-subcat-item:hover {
  background: #c0c0c01a;
  color: #494949;
}

.zima-mobile-menu {
  display: none;
}

.zima-mobile-menu.is-open {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: block;
  background: rgba(0, 0, 0, 0.45);
}

.zima-mobile-aside {
  width: 86%;
  max-width: 360px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.zima-mobile-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e7;
  padding-bottom: 16px;
}

.zima-mobile-head img {
  height: 36px;
  width: auto;
}

.zima-mobile-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f5;
  color: #3f3f46;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zima-mobile-links {
  display: grid;
  gap: 8px;
}

.zima-mobile-link {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 12px 16px;
  text-align: right;
  color: var(--zima-text);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.zima-mobile-link:hover {
  background: #f4f4f5;
}

.zima-mobile-link--contact {
  background: #32bcac10;
  color: var(--zima-primary);
}

.zima-mobile-products {
  margin-top: 24px;
  border-top: 1px solid #e4e4e7;
  padding-top: 16px;
}

.zima-mobile-products h3 {
  margin: 0 0 12px;
  color: var(--zima-dark);
  font-size: 15px;
  font-weight: 900;
}

.zima-mobile-category {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #f4f4f5;
  border-radius: 12px;
}

.zima-mobile-category-btn {
  width: 100%;
  display: flex;
  border: 0;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: right;
  color: var(--zima-text);
  cursor: pointer;
}

.zima-mobile-category-btn.is-active {
  background: #32bcac10;
  color: var(--zima-primary);
}

.zima-mobile-category-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
}

.zima-mobile-subcats {
  display: none;
  background: #fafafa;
  padding: 8px 12px;
}

.zima-mobile-category.is-active .zima-mobile-subcats {
  display: grid;
  gap: 4px;
}

.zima-mobile-subcats a {
  display: block;
  border-radius: 8px;
  padding: 8px 12px;
  color: #3f4652;
  font-size: 13px;
}

.zima-main {
  min-height: 60vh;
  padding: 40px 20px;
}

.zima-footer {
  margin-top: 48px;
  border-top: 1px solid #e5e7eb;
  background: #fbfbfc;
  padding: 28px 20px;
  text-align: center;
  color: #62666d;
  font-size: 14px;
}

@media (min-width: 640px) {
  .zima-logo img {
    height: 50px;
  }

  .zima-login-btn {
    width: auto;
    border-radius: 8px;
    padding: 0 15px;
    gap: 8px;
  }

  .zima-login-btn span {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .zima-header {
    box-shadow: none;
  }

  .zima-header__top {
    padding: 0 22px;
  }

  .zima-header__row {
    height: 100px;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 16px 0 0;
  }

  .zima-mobile-open {
    display: none;
  }

  .zima-search {
    order: initial;
    margin-right: 16px;
    width: 560px;
    height: 45px;
    flex-shrink: 0;
    padding: 0 20px;
  }

  .zima-spacer {
    display: block;
    flex: 1;
  }

  .zima-actions {
    margin-right: 0;
    gap: 16px;
  }

  .zima-contact-btn {
    display: flex;
  }

  .zima-login-btn {
    height: 42px;
  }

  .zima-separator {
    display: block;
  }

  .zima-bell {
    display: block;
  }

  .zima-nav {
    display: block;
  }
}

@media (min-width: 1280px) {
  .zima-contact-btn {
    display: flex;
  }
}

/* xima footer */
.xima-footer {
  margin-top: 80px;
  border-top: 1px solid #e4e4e7;
  background: #f3f4f6;
  color: #27272a;
  text-align: right;
}

.xima-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px;
}

.xima-footer__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.xima-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: -16px;
}

.xima-footer__logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.xima-footer__about {
  max-width: 250px;
  margin: 16px 0 0;
  color: #52525b;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  direction: rtl;
}

.xima-footer__title {
  margin: 0 0 20px;
  color: #18181b;
  font-size: 18px;
  font-weight: 700;
}

.xima-footer__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #52525b;
  font-size: 14px;
}

.xima-footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #52525b;
  transition: color 0.2s ease;
}

.xima-footer-link:hover {
  color: #007c6d;
}

.xima-footer-link__icon {
  display: inline-flex;
  color: #007c6d;
  transition: transform 0.2s ease;
}

.xima-footer-link:hover .xima-footer-link__icon {
  transform: translateX(-4px);
}

.xima-footer__contact-list {
  display: grid;
  gap: 20px;
  color: #52525b;
  font-size: 14px;
}

.xima-footer__contact-item {
  display: flex;
  gap: 12px;
  line-height: 1.8;
}

.xima-footer__contact-icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 4px;
  color: #007c6d;
}

.xima-footer__contact-item a {
  color: #52525b;
  transition: color 0.2s ease;
}

.xima-footer__contact-item a:hover {
  color: #007c6d;
}

.xima-footer__bottom {
  margin-top: 48px;
  border-top: 1px solid #e4e4e7;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #71717a;
  font-size: 14px;
}

.xima-footer__copyright-wrap {
  display: flex;
  width: 100%;
  max-width: 830px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.xima-footer__copyright {
  margin: 0;
}

.xima-footer__language {
  color: #111827;
}

.xima-footer__language select {
  min-width: 132px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fff;
  padding: 10px 14px;
  color: #111827;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.xima-footer__language select:focus {
  border-color: #007c6d;
  box-shadow: 0 0 0 3px rgba(0, 124, 109, 0.12);
}

.xima-footer__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.xima-footer__legal a {
  color: #71717a;
  transition: color 0.2s ease;
}

.xima-footer__legal a:hover {
  color: #007c6d;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .xima-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-footer__bottom {
    flex-direction: row;
  }

  .xima-footer__copyright-wrap {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .xima-footer__container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xima-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xima-footer__col:first-of-type {
    margin-right: 20px;
  }
}
/* xima home page */
.xima-home-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.xima-slider-missing {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  color: #71717a;
  border-bottom: 1px dashed #d4d4d8;
}

/* Buttons */
.xima-btn {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.xima-btn:hover {
  transform: translateY(-2px) scale(1.03);
}

.xima-btn--primary {
  background: #006e69;
  color: #fff;
  border-color: #006e69;
}

.xima-btn--outline {
  background: #007c6d05;
  color: #007c6d;
  border-color: #007c6d;
}

/* Products Section */
.xima-products-section {
  background: #fff !important;
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 40px 16px;
}

.xima-products-section__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 40px;
}

.xima-products-content {
  order: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xima-products-content h2 {
  margin: 0;
  color: #00584e;
  font-size: 24px;
  font-weight: 800;
}

.xima-products-content p {
  max-width: 448px;
  margin: 20px 0 0;
  color: #00584e;
  font-size: 14px;
  line-height: 2;
}

.xima-products-actions {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.xima-products-gallery {
  order: 2;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-products-grid {
  width: 100%;
  max-width: 620px;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  grid-auto-rows: 125px;
  gap: 12px;
}

.xima-product-slot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-product-slot--1 {
  grid-column: 1;
  grid-row: 1;
}

.xima-product-slot--2 {
  grid-column: 1;
  grid-row: 2;
}

.xima-product-slot--3 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.xima-product-slot--4 {
  grid-column: 3;
  grid-row: 1;
}

.xima-product-slot--5 {
  grid-column: 3;
  grid-row: 2;
}

.xima-product-card {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
  background: #f3f3f3;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    opacity 900ms ease,
    transform 900ms ease,
    box-shadow 300ms ease;
}

.xima-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.xima-product-card.is-fading {
  opacity: 0;
  transform: scale(0.96);
}

.xima-product-image-wrap {
  position: relative;
  width: 86px;
  height: 86px;
  display: block;
  transition: transform 500ms ease;
}

.xima-product-image-wrap.is-center {
  width: 150px;
  height: 210px;
}

.xima-product-card:hover .xima-product-image-wrap {
  transform: scale(1.05);
}

.xima-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: opacity 500ms ease;
}

.xima-product-image--hover {
  opacity: 0;
}

.xima-product-card:hover .xima-product-image--main {
  opacity: 0;
}

.xima-product-card:hover .xima-product-image--hover {
  opacity: 1;
}

/* Series */
.xima-series-section {
  background: #fff;
  padding: 0 16px;
}

.xima-series-container {
  max-width: 1280px;
  margin: 0 auto;
}

.xima-series-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.xima-series-card {
  position: relative;
  height: 100px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  background: #f4f4f4;
  display: block;
  transition: transform 500ms ease;
}

.xima-series-card:hover {
  transform: translateY(-4px);
}

.xima-series-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.3),
    transparent,
    rgba(255, 255, 255, 0.2)
  );
  pointer-events: none;
}

.xima-series-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(
    circle at bottom right,
    rgba(0, 150, 136, 0.38),
    transparent 62%
  );
  transition: opacity 500ms ease;
  pointer-events: none;
}

.xima-series-card:hover::after {
  opacity: 1;
}

.xima-series-glow {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(20px);
  pointer-events: none;
}

.xima-series-glow--right {
  right: -40px;
  top: -40px;
  width: 128px;
  height: 128px;
}

.xima-series-glow--left {
  left: -40px;
  bottom: 0;
  width: 112px;
  height: 112px;
}

.xima-series-letter {
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 2;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  border-radius: 14px;
  border: 1px solid #fff;
  background: linear-gradient(to top right, #006e69, #008f84);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 500ms ease;
}

.xima-series-letter span {
  margin-top: 8px;
}

.xima-series-card:hover .xima-series-letter {
  transform: translateY(-50%) scale(1.05);
}

.xima-series-title {
  position: absolute;
  left: 64px;
  top: 50%;
  z-index: 2;
  width: 133px;
  transform: translateY(-50%);
  color: #009688;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  transition: color 300ms ease;
}

.xima-series-card:hover .xima-series-title {
  color: #007c6d;
}

.xima-series-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid #16a085;
  background: rgba(255, 255, 255, 0.9);
  color: #16a085;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms ease;
}

.xima-series-card:hover .xima-series-arrow {
  transform: translate(-4px, -50%);
}

/* Service */
.xima-service-section {
  position: relative;
  padding-top: 48px;
  min-height: 320px;
  overflow: hidden;
  background: #fff !important;
}

.xima-service-section__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: flex;
}

.xima-service-section__content {
  position: absolute;
  top: 25%;
  right: 16%;
  max-width: 520px;
  color: #fff;
}

.xima-service-section__content h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}

.xima-service-section__content p {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 2.2;
}

.xima-service-btn {
  margin-top: 28px;
  width: 165px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #007c6d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  transition: transform 300ms ease;
}

.xima-service-btn:hover {
  transform: translateY(-2px) scale(1.04);
}

/* OEM */
.xima-oem-section {
  margin: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 32px;
  padding: 48px 0;
}

.xima-oem-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-oem-image {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}

.xima-oem-content {
  display: grid;
  align-items: center;
}
@media (min-width: 1200px) {
  .xima-oem-content {
    margin-top: 10%;
  }
}

.xima-oem-content h2 {
  margin: 0;
  color: #18181b;
  font-size: 28px;
  font-weight: 800;
}

.xima-oem-content p {
  max-width: 448px;
  margin: 24px 0 0;
  color: #3f3f46;
  font-size: 14px;
  line-height: 2;
}

.xima-oem-content .xima-btn {
  margin-top: 24px;
  width: 165px;
}

/* Modal */
.xima-price-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.xima-price-modal.is-open {
  display: flex;
}

.xima-price-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.xima-price-modal__box {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.xima-price-modal__close {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f5;
  font-size: 24px;
  cursor: pointer;
}

.xima-price-modal__box h3 {
  margin: 0;
  color: #00584e;
  font-size: 24px;
}

.xima-price-modal__box p {
  margin: 12px 0 20px;
  color: #52525b;
  line-height: 1.9;
}

.xima-price-form {
  display: grid;
  gap: 12px;
}

.xima-price-form input,
.xima-price-form textarea {
  width: 100%;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: inherit;
  outline: none;
}

.xima-price-form textarea {
  min-height: 110px;
  resize: vertical;
}

.xima-price-form input:focus,
.xima-price-form textarea:focus {
  border-color: #007c6d;
  box-shadow: 0 0 0 3px rgba(0, 124, 109, 0.12);
}

/* Responsive */
@media (min-width: 640px) {
  .xima-products-actions {
    width: auto;
    flex-direction: row;
  }

  .xima-products-grid {
    grid-auto-rows: 142px;
    gap: 20px;
  }

  .xima-product-image-wrap {
    width: 100px;
    height: 100px;
  }

  .xima-product-image-wrap.is-center {
    width: 180px;
    height: 250px;
  }

  .xima-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-products-content h2,
  .xima-service-section__content h2,
  .xima-oem-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .xima-products-section {
    padding: 60px 48px;
  }

  .xima-products-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 180px;
  }

  .xima-products-content {
    order: 2;
    margin-right: 96px;
    align-items: flex-start;
    text-align: right;
  }

  .xima-products-gallery {
    order: 1;
    min-height: 390px;
  }

  .xima-products-grid {
    grid-auto-rows: 164px;
    gap: 24px;
  }

  .xima-product-image-wrap {
    width: 112px;
    height: 112px;
  }

  .xima-product-image-wrap.is-center {
    width: 220px;
    height: 300px;
  }

  .xima-oem-section {
    margin: 0 40px;
    grid-template-columns: 3fr 2fr;
  }

  .xima-oem-image-wrap {
    padding: 80px 120px 0 0;
  }
}

@media (min-width: 1280px) {
  .xima-series-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xima-service-section {
    background: #007c6d;
  }

  .xima-service-section__image {
    height: 520px;
    opacity: 0.35;
  }

  .xima-service-section__content {
    top: 50%;
    right: 24px;
    left: 24px;
    transform: translateY(-50%);
  }

  .xima-service-section__content h2 {
    font-size: 24px;
  }
}
/* xima contact page */
.xima-contact-page {
  min-height: 100vh;
  padding: 32px 16px;
}

.xima-contact-hero {
  max-width: 1280px;
  margin: 0 auto 32px;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xima-contact-hero h1 {
  margin: 0;
  color: #111827;
  font-size: 34px;
  font-weight: 700;
}

.xima-contact-hero p {
  max-width: 672px;
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2;
}

.xima-contact-hero__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #e9fbf8;
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-contact-cards {
  max-width: 1280px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.xima-contact-card {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.xima-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.xima-contact-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #f3f4f6;
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
}

.xima-contact-card:hover .xima-contact-card__icon {
  background: #e9fbf8;
}

.xima-contact-card h3 {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
}

.xima-contact-card__value {
  margin: 0 0 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.xima-contact-card__desc {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.8;
}

.xima-contact-main-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.xima-contact-form-box,
.xima-contact-side-card {
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.xima-contact-form-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.xima-contact-form-head__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #e9fbf8;
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-contact-form-head h2,
.xima-contact-side-title h2,
.xima-contact-quick-title {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.xima-contact-form-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.xima-contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.xima-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.xima-form-field input,
.xima-form-field textarea,
.xima-form-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f9fafb;
  padding: 12px 16px;
  color: #111827;
  font-size: 14px;
  outline: none;
  transition:
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.xima-form-field textarea {
  resize: none;
  min-height: 150px;
}

.xima-form-field input:focus,
.xima-form-field textarea:focus,
.xima-form-field select:focus {
  border-color: #32bcad;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(50, 188, 173, 0.1);
}

.xima-contact-submit {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: #32bcad;
  color: #fff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition:
    background 300ms ease,
    box-shadow 300ms ease;
}

.xima-contact-submit:hover {
  background: #249e91;
  box-shadow: 0 8px 24px rgba(36, 158, 145, 0.22);
}

.xima-contact-sidebar {
  display: grid;
  gap: 24px;
}

.xima-contact-side-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.xima-contact-info-list {
  display: grid;
  gap: 16px;
}

.xima-contact-info-item {
  display: flex;
  gap: 12px;
  color: #4b5563;
  font-size: 14px;
}

.xima-contact-info-item span {
  flex-shrink: 0;
  margin-top: 4px;
  color: #32bcad;
  display: flex;
}

.xima-contact-info-item p {
  margin: 0;
  line-height: 2;
}

.xima-contact-quick-title {
  margin-bottom: 16px;
  font-size: 18px;
}

.xima-contact-quick-list {
  display: grid;
  gap: 12px;
}

.xima-contact-quick-item {
  width: 100%;
  border-radius: 16px;
  background: #f9fafb;
  padding: 12px 16px;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 300ms ease,
    color 300ms ease;
}

.xima-contact-quick-item:hover {
  background: #e9fbf8;
  color: #249e91;
}

.xima-contact-alert {
  margin-bottom: 20px;
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
}

.xima-contact-alert--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.xima-contact-alert--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

@media (min-width: 640px) {
  .xima-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-form-field--full {
    grid-column: span 2;
  }

  .xima-contact-submit {
    width: auto;
  }
}

@media (min-width: 768px) {
  .xima-contact-page {
    padding: 32px 24px;
  }

  .xima-contact-hero {
    padding: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .xima-contact-hero h1 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .xima-contact-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xima-contact-main-grid {
    grid-template-columns: 2fr 1fr;
  }
}
body:has(.xima-contact-page) {
  background: #f8f9fa;
  overflow-x: hidden;
}

.xima-contact-page {
  overflow-x: hidden;
}

body:has(.xima-contact-page) .zima-header {
  background: #fff;
}

body:has(.xima-contact-page) .xima-footer {
  margin-top: 0;
}

/* xima blog page */
.xima-blog-page {
  min-height: 100vh;
  padding: 32px 16px;
}

.xima-blog-container {
  max-width: 1320px;
  margin: 0 auto;
}

.xima-blog-section {
  position: relative;
  margin-bottom: 48px;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
  padding: 24px 16px 32px;
}

.xima-blog-section__head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.xima-blog-section__head h2 {
  margin: 0;
  color: #18181b;
  font-size: 22px;
  font-weight: 800;
}

.xima-blog-section__slider {
  position: relative;
}

.xima-blog-section__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.xima-blog-section__track::-webkit-scrollbar {
  display: none;
}

@media (min-width: 640px) {
  .xima-blog-section__track {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (min-width: 1024px) {
  .xima-blog-section__track {
    grid-auto-columns: calc((100% - 48px) / 4);
  }
}

.xima-blog-section__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #3f3f46;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.xima-blog-section__arrow:hover {
  background: #fafafa;
}

.xima-blog-section__arrow--right {
  right: -4px;
}

.xima-blog-section__arrow--left {
  left: -4px;
}

.xima-blog-card {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  background: #f5f5f5;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.xima-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.xima-blog-card__full-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  overflow: visible;
}

.xima-blog-card__image-wrap {
  position: relative;
  z-index: 2;
  display: block;
  height: 180px;
  overflow: visible;
}

.xima-blog-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* دیگه عکس جداگانه scale نمی‌شه */
.xima-blog-card:hover .xima-blog-card__image {
  transform: none;
}

.xima-blog-card__time {
  position: absolute;
  right: 16px;
  bottom: 0;
  border-radius: 6px 6px 0 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
}

.xima-blog-card__author-image {
  position: absolute;
  left: 28px;
  bottom: -34px;
  z-index: 20;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(to top right, #fde047, #ec4899, #a855f7);
  padding: 3px;
  pointer-events: none;
}

.xima-blog-card__author-image span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #fff;
}

.xima-blog-card__author-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.xima-blog-card__body {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 16px 20px;
  text-align: right;
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
}

.xima-blog-card__author {
  display: block;
  margin: 0 0 12px;
  color: #3f3f46;
  font-size: 14px;
  font-weight: 500;
}

.xima-blog-card__title {
  display: block;
  min-height: 56px;
  margin: 0;
  color: #18181b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
  transition: color 200ms ease;
}

.xima-blog-card:hover .xima-blog-card__title {
  color: #007c6d;
}
@media (min-width: 640px) {
  .xima-blog-section__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .xima-blog-section__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xima-blog-section__arrow {
    display: flex;
  }
}

.xima-blog-card {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  background: #f5f5f5;
}

.xima-blog-card__image-wrap {
  position: relative;
  z-index: 2;
  display: block;
  height: 180px;
  overflow: visible;
}

.xima-blog-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: transform 0.5s ease;
}

.xima-blog-card__author-image {
  position: absolute;
  left: 28px;
  bottom: -34px;
  z-index: 20;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(to top right, #fde047, #ec4899, #a855f7);
  padding: 3px;
  pointer-events: none;
}

.xima-blog-card__author-image span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #fff;
}

.xima-blog-card__author-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.xima-blog-card__body {
  position: relative;
  z-index: 1;
  padding: 40px 16px 20px;
  text-align: right;
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
}
/* xima full width pages */
.xima-page-full {
  width: 100%;
  min-height: 70vh;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

.xima-page-full__content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.xima-page-full__content > * {
  max-width: none;
}

.xima-page-full__content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.xima-page-full__content .alignwide {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
/* xlp product list page - isolated classes for /list-product */
.xlp-page {
  min-height: 100vh;
  background: #f7f8fa;
  overflow-x: hidden;
}

.xlp-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 32px 20px;
}

.xlp-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.xlp-head h1 {
  margin: 0;
  color: #303030;
  font-size: 24px;
  font-weight: 700;
}

.xlp-head p {
  margin: 8px 0 0;
  color: #71717a;
  font-size: 14px;
}

.xlp-cats {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.xlp-cats::-webkit-scrollbar {
  display: none;
}

.xlp-cat {
  flex-shrink: 0;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fff;
  color: #52525b;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition:
    border-color 200ms ease,
    background 200ms ease,
    color 200ms ease;
}

.xlp-cat:hover,
.xlp-cat.is-active {
  border-color: #32bcad;
  background: #32bcac10;
  color: #32bcad;
}

.xlp-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.xlp-filters {
  order: 2;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
}

.xlp-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e7;
  padding: 20px;
}

.xlp-filters__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #27272a;
  font-size: 16px;
  font-weight: 700;
}

.xlp-filter-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #32bcad;
}

.xlp-filter-section {
  border-bottom: 1px solid #f4f4f5;
}

.xlp-filter-section__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: #27272a;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: right;
}

.xlp-filter-section__toggle svg {
  transition: transform 300ms ease;
}

.xlp-filter-section.is-open .xlp-filter-section__toggle svg {
  transform: rotate(180deg);
}

.xlp-filter-section__body {
  display: none;
  padding: 0 20px 16px;
}

.xlp-filter-section.is-open .xlp-filter-section__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xlp-filter-option {
  width: 100%;
  border-radius: 12px;
  color: #52525b;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 200ms ease,
    color 200ms ease;
}

.xlp-filter-option:hover,
.xlp-filter-option.is-active {
  background: #32bcac1e;
  color: #32bcad;
}

.xlp-filter-option .xlp-filter-dot {
  background: #d4d4d8;
}

.xlp-filter-option.is-active .xlp-filter-dot {
  background: #32bcad;
}

.xlp-clear-filters {
  margin: 20px;
  height: 40px;
  border: 1px solid #32bcad;
  border-radius: 12px;
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  transition: background 200ms ease;
}

.xlp-clear-filters:hover {
  background: #32bcac10;
}

.xlp-results {
  order: 1;
}

.xlp-sort {
  margin-bottom: 20px;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.xlp-sort__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xlp-sort__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.xlp-sort__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #27272a;
  font-size: 14px;
  font-weight: 700;
}

.xlp-sort a {
  color: #71717a;
  font-size: 14px;
  font-weight: 600;
  transition: color 200ms ease;
}

.xlp-sort a.is-active,
.xlp-sort a:hover {
  color: #32bcad;
}

.xlp-count {
  color: #71717a;
  font-size: 14px;
  font-weight: 600;
}

.xlp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.xlp-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.xlp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.xlp-card__full-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: 16px;
}

.xlp-card__inner {
  position: relative;
  z-index: 0;
}

.xlp-card__image-box {
  height: 230px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f4f5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xlp-card__image-box img {
  width: 60%;
  height: 60%;
  max-width: none;
  object-fit: contain;
  transition: transform 300ms ease;
}

.xlp-card:hover .xlp-card__image-box img {
  transform: scale(1.1);
}

.xlp-card__title {
  min-height: 52px;
  margin: 20px 0 0;
  color: #27272a;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.xlp-card__features {
  display: grid;
  justify-content: start;
  margin-top: 0;
  color: #71717a;
  font-size: 11px;
}

.xlp-card__feature {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.xlp-card__feature span {
  line-height: 1.7;
}

.xlp-card__footer {
  margin-top: 16px;
  border-top: 1px solid #f4f4f5;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.xlp-card__buy {
  position: relative;
  z-index: 20;
  border-radius: 8px;
  background: #16a085;
  color: #fff;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: background 200ms ease;
}

.xlp-card__buy:hover {
  background: #12836d;
  color: #fff;
}

.xlp-card__buy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.xlp-card__price-box {
  position: relative;
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.xlp-card__currency {
  position: absolute;
  top: -14px;
  right: 0;
  color: #71717a;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.xlp-card__price {
  color: #18181b;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.xlp-empty {
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #fff;
  padding: 40px;
  text-align: center;
  color: #71717a;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .xlp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .xlp-layout {
    grid-template-columns: 280px 1fr;
  }

  .xlp-filters {
    order: 1;
  }

  .xlp-results {
    order: 2;
  }

  .xlp-sort__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .xlp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .xlp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* zima search page */
.zima-search-page {
  min-height: 100vh;
  background: #f7f8fa;
  padding: 32px 16px;
}

.zima-search-container {
  max-width: 1280px;
  margin: 0 auto;
}

.zima-search-head {
  margin-bottom: 28px;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.zima-search-head h1 {
  margin: 0;
  color: #18181b;
  font-size: 28px;
  font-weight: 900;
}

.zima-search-head p {
  margin: 10px 0 0;
  color: #71717a;
  font-size: 14px;
}

.zima-search-head strong {
  color: #16a085;
}

.zima-search-page-form {
  margin-top: 20px;
  height: 52px;
  border-radius: 999px;
  background: #f0f0f1;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.zima-search-page-form svg {
  color: #9ca3af;
  flex-shrink: 0;
}

.zima-search-page-form input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #27272a;
  font-size: 14px;
}

.zima-search-page-form button {
  height: 40px;
  min-width: 92px;
  border: 0;
  border-radius: 999px;
  background: #16a085;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.zima-search-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.zima-search-card {
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.zima-search-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.zima-search-card__image {
  height: 120px;
  border-radius: 16px;
  background: #f4f4f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zima-search-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.zima-search-card__body {
  min-width: 0;
}

.zima-search-card__type {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #32bcac1e;
  color: #16a085;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
}

.zima-search-card h2 {
  margin: 0;
  color: #18181b;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
}

.zima-search-card h2 a:hover {
  color: #16a085;
}

.zima-search-card p {
  margin: 8px 0 0;
  color: #71717a;
  font-size: 14px;
  line-height: 2;
}

.zima-search-card__meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zima-search-card__meta span,
.zima-search-card__meta strong {
  border-radius: 999px;
  background: #f4f4f5;
  color: #52525b;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
}

.zima-search-card__meta strong {
  background: #fce9a962;
  color: #9a7a20;
}

.zima-search-card__link {
  width: fit-content;
  margin-top: 14px;
  border-radius: 10px;
  background: #007c6d;
  color: #fff;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.zima-search-card__link:hover {
  background: #12836d;
  color: #fff;
}

.zima-search-empty {
  border: 1px dashed #d4d4d8;
  border-radius: 20px;
  background: #fff;
  padding: 40px 24px;
  text-align: center;
}

.zima-search-empty h2 {
  margin: 0;
  color: #18181b;
  font-size: 22px;
}

.zima-search-empty p {
  margin: 12px 0 0;
  color: #71717a;
  font-size: 14px;
}

.zima-search-pagination {
  margin-top: 28px;
}

.zima-search-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.zima-search-pagination a,
.zima-search-pagination span {
  min-width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  color: #52525b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.zima-search-pagination .current {
  background: #16a085;
  color: #fff;
}

@media (min-width: 768px) {
  .zima-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .zima-search-card {
    grid-template-columns: 1fr;
  }

  .zima-search-card__image {
    height: 180px;
  }

  .zima-search-page-form {
    height: auto;
    border-radius: 18px;
    padding: 12px;
    flex-wrap: wrap;
  }

  .zima-search-page-form input {
    height: 40px;
  }

  .zima-search-page-form button {
    width: 100%;
  }
}

/* Global xima select style - like SelectCustom */
body select:not([multiple]) {
  width: 100%;
  min-height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background-color: #f9fafb;
  color: #374151;
  padding: 0 16px 0 42px;
  font-family: "Yekan Bakh", Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  outline: none;
  cursor: pointer;
  direction: rtl;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition:
    border-color 250ms ease,
    background-color 250ms ease,
    box-shadow 250ms ease,
    color 250ms ease;

  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%239CA3AF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 18px;
}

body select:not([multiple]):hover {
  border-color: #32bcad;
  background-color: #fff;
}

body select:not([multiple]):focus {
  border-color: #32bcad;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(50, 188, 173, 0.1);
}

body select:not([multiple]):disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background-color: #f3f4f6;
}

body select:not([multiple]) option {
  background: #fff;
  color: #374151;
  font-family: "Yekan Bakh", Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

body select:not([multiple]) option:checked {
  background: #32bcad;
  color: #fff;
}

body select:not([multiple]) option:hover {
  background: #e9fbf8;
  color: #374151;
}

/* Firefox selected option color helper */
body select:not([multiple]) option:checked {
  box-shadow: 0 0 10px 100px #32bcad inset;
}

/* Error state if later you add class has-error */
body select.has-error,
body .has-error select {
  border-color: #ef4444;
}

body select.has-error:focus,
body .has-error select:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.xima-form-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background-color: #f9fafb;
  color: #374151;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.xima-form-field select:focus {
  border-color: #32bcad;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(50, 188, 173, 0.1);
}

/* xima custom select */
.xima-native-select-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
}

.xima-custom-select {
  position: relative;
  width: 100%;
  direction: rtl;
  font-family: "Yekan Bakh", Tahoma, Arial, sans-serif;
}

.xima-custom-select__control {
  width: 100%;
  min-height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f9fafb;
  color: #374151;
  padding: 0 14px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  outline: none;
  transition: all 250ms ease;
}

.xima-custom-select__control:hover {
  border-color: #32bcad;
  background: #fff;
}

.xima-custom-select.is-open .xima-custom-select__control {
  border-color: #32bcad;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(50, 188, 173, 0.1);
}

.xima-custom-select__value {
  min-width: 0;
  color: #9ca3af;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xima-custom-select.has-value .xima-custom-select__value {
  color: #374151;
}

.xima-custom-select__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 250ms ease,
    color 250ms ease;
}

.xima-custom-select.is-open .xima-custom-select__arrow {
  color: #32bcad;
  transform: rotate(180deg);
}

.xima-custom-select__menu {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  direction: rtl;
}

.xima-custom-select.is-open .xima-custom-select__menu {
  display: block;
}

.xima-custom-select.is-down .xima-custom-select__menu {
  top: calc(100% + 8px);
  bottom: auto;
}

.xima-custom-select.is-up .xima-custom-select__menu {
  top: auto;
  bottom: calc(100% + 8px);
}

.xima-custom-select__options {
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
}

.xima-custom-select__options::-webkit-scrollbar {
  width: 6px;
}

.xima-custom-select__options::-webkit-scrollbar-track {
  background: transparent;
}

.xima-custom-select__options::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d4d4d8;
}

.xima-custom-select__option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #374151;
  padding: 10px 12px;
  margin-bottom: 4px;
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  transition:
    background 200ms ease,
    color 200ms ease;
}

.xima-custom-select__option:last-child {
  margin-bottom: 0;
}

.xima-custom-select__option:hover {
  background: #e9fbf8;
  color: #374151;
}

.xima-custom-select__option.is-selected {
  background: #32bcad;
  color: #fff;
  font-weight: 700;
}

.xima-custom-select__option.is-selected:hover {
  background: #32bcad;
  color: #fff;
}

.xima-custom-select__option.is-disabled,
.xima-custom-select__option:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.xima-custom-select.is-disabled {
  opacity: 0.7;
}

.xima-custom-select.is-disabled .xima-custom-select__control {
  cursor: not-allowed;
  background: #f3f4f6;
}
/* About Us Page */
.xima-about-page {
  min-height: 100vh;
  padding: 32px 20px 60px;
}

.xima-about-hero,
.xima-about-section {
  max-width: 1320px;
  margin: 0 auto 28px;
}

.xima-about-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.xima-about-hero__content {
  border-radius: 28px;
  background: #ffffff;
  padding: 36px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.xima-about-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(50, 188, 173, 0.12);
  color: #16a085;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
}

.xima-about-hero__content h1 {
  margin: 16px 0 12px;
  color: #1f2937;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
}

.xima-about-hero__content p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 2.2;
}

.xima-about-hero__features {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.xima-about-mini-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 12px 16px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.xima-about-mini-card svg {
  color: #16a085;
  flex-shrink: 0;
}

.xima-about-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  user-select: none;
}

/* این بخش باعث می‌شود عکس کامل دیده شود و بریده نشود */
.xima-about-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain !important;
  filter: grayscale(0);
  transition:
    filter 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* هاور سیاه سفید */
.xima-about-hero__image:hover img {
  filter: grayscale(1);
}

/* لایه نامرئی برای سخت‌تر کردن دانلود با راست کلیک */
.xima-about-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}

.xima-about-section {
  border-radius: 28px;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.xima-about-section__head {
  margin-bottom: 24px;
}

.xima-about-section__eyebrow {
  display: inline-block;
  color: #16a085;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.xima-about-section__head h2 {
  margin: 10px 0 12px;
  color: #1f2937;
  font-size: 28px;
  font-weight: 900;
}

.xima-about-section__head p {
  max-width: 100%;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 2.1;
}

.xima-about-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.xima-about-story__card {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #f9fafb;
  padding: 24px;
}

.xima-about-story__card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.xima-about-story__card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2;
}

.xima-about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.xima-about-value-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #f9fafb;
  padding: 18px 20px;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.xima-about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.xima-about-value-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(50, 188, 173, 0.12);
  color: #16a085;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-about-value-card h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.xima-about-value-card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

.xima-about-export-box {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  padding: 24px;
}

.xima-about-export-box__icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(50, 188, 173, 0.12);
  color: #16a085;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.xima-about-export-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.xima-about-export-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.xima-about-export-item svg {
  color: #16a085;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .xima-about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-about-export-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .xima-about-hero {
    grid-template-columns: 1fr;
  }

  .xima-about-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .xima-about-page {
    padding: 20px 14px 40px;
  }

  .xima-about-hero__content,
  .xima-about-section {
    padding: 22px;
    border-radius: 20px;
  }

  .xima-about-hero__content h1 {
    font-size: 28px;
  }

  .xima-about-section__head h2 {
    font-size: 24px;
  }

  .xima-about-values,
  .xima-about-export-list {
    grid-template-columns: 1fr;
  }

  .xima-about-hero__image {
    min-height: 280px;
    border-radius: 20px;
  }
}

.xima-single-action,
.xima-single-back {
  font-weight: 600 !important;
}

.xima-single-series-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(22, 160, 133, 0.08);
  color: #007c6d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(22, 160, 133, 0.2);
  transition:
    background 200ms ease,
    border-color 200ms ease;
}

.xima-single-series-btn:hover {
  background: rgba(22, 160, 133, 0.15);
  border-color: rgba(22, 160, 133, 0.4);
  color: #007c6d;
}

h1,
h2 {
  font-weight: 600 !important;
}
h1 {
  font-size: 32px !important;
}

/* Courses List Page */
.xima-courses-page {
  min-height: 100vh;
  padding: 32px 20px 70px;
}

.xima-courses-hero,
.xima-courses-section {
  max-width: 1320px;
  margin: 0 auto;
}

.xima-courses-hero {
  margin-bottom: 28px;
}

.xima-courses-hero__content {
  border-radius: 28px;
  background:
    radial-gradient(
      circle at top left,
      rgba(50, 188, 173, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  padding: 36px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.xima-courses-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(50, 188, 173, 0.12);
  color: #16a085;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 900;
}

.xima-courses-hero h1 {
  margin: 16px 0 12px;
  color: #111827;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.5;
}

.xima-courses-hero p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 2.2;
}

.xima-courses-section {
  border-radius: 28px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.xima-courses-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.xima-courses-section__head span {
  color: #16a085;
  font-size: 13px;
  font-weight: 900;
}

.xima-courses-section__head h2 {
  margin: 8px 0 0;
  color: #111827;
  font-size: 26px;
  font-weight: 950;
}

.xima-courses-section__head a {
  border-radius: 14px;
  background: #e9fbf8;
  color: #007c6d;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: all 220ms ease;
}

.xima-courses-section__head a:hover {
  background: #16a085;
  color: #fff;
}

.xima-courses-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.xima-course-card {
  overflow: visible;
  border-radius: 12px;
  background: transparent;
}

.xima-course-card__link {
  display: block;
  height: 100%;
  overflow: visible;
  border-radius: 12px;
  background: #f5f5f5;
  color: inherit;
  text-decoration: none;
  transition:
    transform 350ms ease,
    box-shadow 350ms ease;
}

.xima-course-card__link:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.xima-course-card__image-wrap {
  position: relative;
  display: block;
  height: 190px;
  overflow: visible;
}

.xima-course-card__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18), transparent 54%);
  pointer-events: none;
}

.xima-course-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform 450ms ease;
}

.xima-course-card__link:hover .xima-course-card__image {
  transform: scale(1.045);
}

.xima-course-card__time {
  position: absolute;
  right: 16px;
  bottom: 0;
  z-index: 3;
  border-radius: 8px 8px 0 0;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
}

.xima-course-card__author-image {
  position: absolute;
  left: 22px;
  bottom: -34px;
  z-index: 5;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(to top right, #fde047, #ec4899, #a855f7);
  padding: 3px;
}

.xima-course-card__author-image span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #fff;
}

.xima-course-card__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xima-course-card__body {
  display: block;
  padding: 42px 16px 20px;
  text-align: right;
}

.xima-course-card__label {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(50, 188, 173, 0.12);
  color: #007c6d;
  padding: 5px 10px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
}

.xima-course-card__author {
  display: block;
  margin-bottom: 10px;
  color: #52525b;
  font-size: 13px;
  font-weight: 600;
}

.xima-course-card__title {
  min-height: 56px;
  margin: 0;
  color: #18181b;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.9;
  transition: color 220ms ease;
}

.xima-course-card__link:hover .xima-course-card__title {
  color: #007c6d;
}

.xima-courses-pagination {
  margin-top: 30px;
}

.xima-courses-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.xima-courses-pagination a,
.xima-courses-pagination span {
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f6f7f9;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.xima-courses-pagination .current {
  background: #16a085;
  color: #fff;
}

.xima-courses-empty {
  border: 1px dashed #d4d4d8;
  border-radius: 22px;
  background: #f9fafb;
  padding: 34px;
  text-align: center;
}

.xima-courses-empty h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  font-weight: 950;
}

.xima-courses-empty p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 1200px) {
  .xima-courses-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .xima-courses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-courses-section__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .xima-courses-page {
    padding: 20px 14px 50px;
  }

  .xima-courses-hero__content,
  .xima-courses-section {
    border-radius: 22px;
    padding: 22px;
  }

  .xima-courses-hero h1 {
    font-size: 28px;
  }

  .xima-courses-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   xima After Sales Page
================================ */

.xima-after-page {
  min-height: 100vh;
  padding: 34px 20px 80px;
  color: #111827;
  overflow-x: hidden;
}

.xima-after-page * {
  box-sizing: border-box;
}

.xima-after-hero,
.xima-after-cards,
.xima-after-process,
.xima-after-support,
.xima-after-faq,
.xima-after-cta {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.xima-after-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 34px;
  min-height: 520px;
  border-radius: 34px;
  padding: 42px;
  background:
    radial-gradient(
      circle at top left,
      rgba(50, 188, 173, 0.2),
      transparent 34%
    ),
    linear-gradient(135deg, #ffffff 0%, #f8fffd 100%);
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.xima-after-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(50, 188, 173, 0.12);
  color: #007c6d;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.xima-after-badge--soft {
  background: #e9fbf8;
}

.xima-after-hero__content h1 {
  max-width: 720px;
  margin: 18px 0 14px;
  color: #111827;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.55;
}

.xima-after-hero__content p {
  max-width: 690px;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 2.25;
}

.xima-after-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.xima-after-btn {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 15px;
  padding: 0 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.xima-after-btn:hover {
  transform: translateY(-2px);
}

.xima-after-btn--primary {
  background: #007c6d;
  color: #fff;
}

.xima-after-btn--primary:hover {
  background: #006e69;
  color: #fff;
}

.xima-after-btn--light {
  background: #fff;
  color: #007c6d;
  border-color: #d9f4ef;
}

.xima-after-btn--light:hover {
  background: #e9fbf8;
  color: #006e69;
}

.xima-after-btn--white {
  background: #fff;
  color: #007c6d;
}

.xima-after-hero__visual img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 24px;
}

.fild-warraty-inquiry {
  display: flex;
  align-items: center;
  gap: 6px;
}

.xima-after-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.xima-after-card {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.xima-after-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.09);
}

.xima-after-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #e9fbf8;
  color: #007c6d;
  margin-bottom: 18px;
}

.xima-after-card h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.xima-after-card p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 2;
}

.xima-after-process,
.xima-after-faq {
  margin-top: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 34px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.xima-after-section-head {
  margin-bottom: 24px;
}

.xima-after-section-head span {
  display: block;
  margin-bottom: 8px;
  color: #16a085;
  font-size: 13px;
  font-weight: 800;
}

.xima-after-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
}

.xima-after-section-head p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2.1;
}

.xima-after-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xima-after-step {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f6f7f9;
  border: 1px solid #eceff3;
  padding: 22px;
}

.xima-after-step__number {
  display: block;
  margin-bottom: 16px;
  color: rgba(0, 124, 109, 0.18);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.xima-after-step h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.xima-after-step p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 2;
}

.xima-after-support {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 36px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.xima-after-support__image {
  border-radius: 30px;
  background: #f6f7f9;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xima-after-support__image img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
  padding: 22px;
}

.xima-after-support__content h2 {
  margin: 18px 0 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
}

.xima-after-support__content p {
  max-width: 690px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2.2;
}

.xima-after-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.xima-after-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.xima-after-list li svg {
  color: #16a085;
  flex-shrink: 0;
}

.xima-after-faq__list {
  display: grid;
  gap: 14px;
}

.xima-after-faq__item {
  border-radius: 20px;
  background: #f6f7f9;
  border: 1px solid #eceff3;
  padding: 20px;
}

.xima-after-faq__item h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.xima-after-faq__item p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 2;
}

.xima-after-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.22),
      transparent 32%
    ),
    linear-gradient(135deg, #006e69, #16a085);
  padding: 32px;
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 124, 109, 0.22);
}

.xima-after-cta span {
  display: block;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 700;
}

.xima-after-cta h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .xima-after-hero,
  .xima-after-support {
    grid-template-columns: 1fr;
  }

  .xima-after-cards,
  .xima-after-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xima-after-hero__visual,
  .xima-after-support__image {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .xima-after-page {
    padding: 20px 14px 54px;
  }

  .xima-after-hero {
    min-height: auto;
    border-radius: 26px;
    padding: 24px;
    gap: 24px;
  }

  .xima-after-hero__content h1 {
    font-size: 27px;
    line-height: 1.7;
  }

  .xima-after-hero__content p {
    font-size: 14px;
    line-height: 2.15;
  }

  .xima-after-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .xima-after-btn {
    width: 100%;
  }

  .xima-after-hero__visual {
    min-height: 230px;
    border-radius: 22px;
  }

  .xima-after-hero__visual img {
    max-height: 270px;
    padding: 16px;
  }

  .xima-after-cards,
  .xima-after-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .xima-after-process,
  .xima-after-support,
  .xima-after-faq {
    margin-top: 22px;
    border-radius: 24px;
    padding: 22px;
  }

  .xima-after-section-head h2,
  .xima-after-support__content h2 {
    font-size: 23px;
  }

  .xima-after-support {
    gap: 22px;
  }

  .xima-after-support__image {
    min-height: 230px;
    border-radius: 22px;
  }

  .xima-after-support__image img {
    max-height: 260px;
    padding: 16px;
  }

  .xima-after-cta {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    padding: 24px;
    text-align: right;
  }

  .xima-after-cta h2 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .xima-after-hero__content h1 {
    font-size: 23px;
  }

  .xima-after-card {
    padding: 20px;
    border-radius: 22px;
  }

  .xima-after-card h2 {
    font-size: 16px;
  }

  .xima-after-step__number {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  html body .xima-rch-button {
    bottom: 80px !important;
  }
}

/* ── LTR / English mode overrides ──────────────────────────────────────── */
html.xima-ltr-mode,
html.xima-ltr-mode body {
  direction: ltr !important;
}

html.xima-ltr-mode [dir],
html.xima-ltr-mode [dir="rtl"] {
  direction: ltr !important;
}

html.xima-ltr-mode body select,
html.xima-ltr-mode .xima-custom-select,
html.xima-ltr-mode .xima-custom-select__menu {
  direction: ltr !important;
}

html.xima-ltr-mode .zima-header,
html.xima-ltr-mode .zima-mobile-aside,
html.xima-ltr-mode .zima-nav,
html.xima-ltr-mode .xima-footer,
html.xima-ltr-mode .xima-app-nav {
  direction: ltr !important;
}

html.xima-ltr-mode body select {
  background-position: right 14px center !important;
  padding: 0 14px 0 42px !important;
}

/* ===== Single Blog Post ===== */

.xima-single-post {
  min-height: 100vh;
  background: #fff;
  padding-bottom: 64px;
}

.xima-single-post__hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: var(--zima-dark);
}

@media (min-width: 768px) {
  .xima-single-post__hero {
    height: 460px;
  }
}

.xima-single-post__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.xima-single-post__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35,37,78,0.55) 0%, transparent 60%);
}

.xima-single-post__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

.xima-single-post__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 24px 0 20px;
  color: var(--zima-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.xima-single-post__back:hover {
  color: var(--zima-primary);
}

.xima-single-post__back svg {
  transform: rotate(180deg);
}

.xima-single-post__article {
  background: #fff;
  border: 1px solid var(--zima-border);
  border-radius: 16px;
  padding: 32px 28px 40px;
}

@media (max-width: 640px) {
  .xima-single-post__article {
    padding: 24px 16px 32px;
  }
}

.xima-single-post__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.xima-single-post__cat-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--zima-primary-soft);
  color: #007c6d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}

.xima-single-post__cat-badge:hover {
  background: #b2ede9;
}

.xima-single-post__title {
  margin: 0 0 24px;
  color: #18181b;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.7;
  text-align: right;
}

@media (min-width: 768px) {
  .xima-single-post__title {
    font-size: 32px;
  }
}

.xima-single-post__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.xima-single-post__author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.xima-single-post__author-avatar {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(to top right, #fde047, #ec4899, #a855f7);
  padding: 3px;
  flex-shrink: 0;
}

.xima-single-post__author-avatar span {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.xima-single-post__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.xima-single-post__author-name {
  color: #3f3f46;
  font-size: 14px;
  font-weight: 700;
}

.xima-single-post__meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.xima-single-post__time,
.xima-single-post__date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--zima-muted);
  font-size: 13px;
  font-weight: 500;
}

.xima-single-post__divider {
  border: none;
  border-top: 1px solid var(--zima-border);
  margin: 0 0 32px;
}

/* Post Content Typography */
.xima-single-post__content {
  color: var(--zima-text);
  font-size: 16px;
  line-height: 2;
  text-align: right;
  word-break: break-word;
}

.xima-single-post__content h2,
.xima-single-post__content h3,
.xima-single-post__content h4 {
  color: #18181b;
  font-weight: 900;
  margin: 32px 0 12px;
  line-height: 1.6;
}

.xima-single-post__content h2 { font-size: 22px; }
.xima-single-post__content h3 { font-size: 19px; }
.xima-single-post__content h4 { font-size: 17px; }

.xima-single-post__content p {
  margin: 0 0 20px;
}

.xima-single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 8px 0 20px;
  display: block;
}

.xima-single-post__content a {
  color: var(--zima-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xima-single-post__content a:hover {
  color: #007c6d;
}

.xima-single-post__content ul,
.xima-single-post__content ol {
  margin: 0 20px 20px 0;
  padding: 0;
}

.xima-single-post__content li {
  margin-bottom: 8px;
}

.xima-single-post__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-right: 4px solid var(--zima-primary);
  background: var(--zima-primary-soft);
  border-radius: 0 8px 8px 0;
  color: #18181b;
  font-style: normal;
  font-weight: 600;
}

.xima-single-post__content pre,
.xima-single-post__content code {
  direction: ltr;
  text-align: left;
  font-family: monospace;
  background: #f4f4f5;
  border-radius: 6px;
}

.xima-single-post__content pre {
  padding: 16px;
  overflow-x: auto;
  font-size: 14px;
  margin: 0 0 20px;
}

.xima-single-post__content code {
  padding: 2px 6px;
  font-size: 14px;
}

/* Tags */
.xima-single-post__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--zima-border);
}

.xima-single-post__tags-label {
  color: var(--zima-muted);
  font-size: 13px;
  font-weight: 600;
}

.xima-single-post__tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid var(--zima-border);
  color: #3f3f46;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.xima-single-post__tag:hover {
  border-color: var(--zima-primary);
  color: #007c6d;
}

/* Related Posts */
.xima-single-post__related {
  margin-top: 48px;
}

.xima-single-post__related-head {
  margin-bottom: 20px;
}

.xima-single-post__related-head h2 {
  margin: 0;
  color: #18181b;
  font-size: 20px;
  font-weight: 900;
}

.xima-single-post__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .xima-single-post__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .xima-single-post__related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* LTR overrides for single post */
html.xima-ltr-mode .xima-single-post,
html.xima-ltr-mode .xima-single-post__article,
html.xima-ltr-mode .xima-single-post__content {
  direction: ltr;
  text-align: left;
}

html.xima-ltr-mode .xima-single-post__content blockquote {
  border-right: none;
  border-left: 4px solid var(--zima-primary);
  border-radius: 8px 0 0 8px;
}
