@charset "UTF-8";
:root {
  --Gray-000: #f5f5f7;
  --Gray-100: #edeeee;
  --Gray-150: #e9ebeb;
  --Gray-200: #d4d6d7;
  --Gray-300: #aeb0b3;
  --Gray-400: #979a9e;
  --Gray-500: #8a8d92;
  --Gray-600: #62666d;
  --Gray-700: #434850;
  --Gray-800: #2d333b;
  --Gray-900: #1d2229;
  --Gray-1000: #1d2229;
  --Pastel-Green-000: #f3fef4;
  --Pastel-Green-100: #ebfded;
  --Pastel-Green-200: #d3fbd8;
  --Pastel-Green-300: #c2e7c7;
  --Pastel-Green-400: #9fc5a4;
  --Pastel-Green-500: #69826c;
  --Pastel-Green-550: #556957;
  --Pastel-Green-600: #3b493c;
  --Pastel-Green-600: #232b24;
  --Coral-100: #fff7f9;
  --Coral-200: #ffeff3;
  --Coral-300: #ffbac8;
  --Coral-400: #ff355e;
  --checkout-header-h: 60px;
  --checkout-footer-h: 40px;
}

@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "peyda";
  src: url("/wwwroot/assets/fonts/Peyda/Peyda-Black.ttf");
  font-weight: 900;
}
/* ===============================
 iranyekan font
=============================== */
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekanRegular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-ExtraBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "iranYekan";
  src: url("../../assets/fonts/IRANYekan/IRANYekan-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "iranYekanFaNum";
  src: url("../../assets/fonts/Farsi_numerals/WebFonts/fonts/ttf/iranyekanwebmediumfanum.ttf");
  font-weight: 500;
  font-style: normal;
}
/* ===============================
 Background color classes
=============================== */
.bg-gray-000 {
  background-color: var(--Gray-000);
}

.bg-gray-100 {
  background-color: var(--Gray-100);
}

.bg-gray-150 {
  background-color: var(--Gray-150);
}

.bg-gray-200 {
  background-color: var(--Gray-200);
}

.bg-gray-300 {
  background-color: var(--Gray-300);
}

.bg-gray-400 {
  background-color: var(--Gray-400);
}

.bg-gray-500 {
  background-color: var(--Gray-500);
}

.bg-gray-600 {
  background-color: var(--Gray-600);
}

.bg-gray-700 {
  background-color: var(--Gray-700);
}

.bg-gray-800 {
  background-color: var(--Gray-800);
}

.bg-gray-900 {
  background-color: var(--Gray-900);
}

.bg-gray-1000 {
  background-color: var(--Gray-1000);
}

.bg-pastel-green-000 {
  background-color: var(--Pastel-Green-000);
}

.bg-pastel-green-100 {
  background-color: var(--Pastel-Green-100);
}

.bg-pastel-green-200 {
  background-color: var(--Pastel-Green-200);
}

.bg-pastel-green-300 {
  background-color: var(--Pastel-Green-300);
}

.bg-pastel-green-400 {
  background-color: var(--Pastel-Green-400);
}

.bg-pastel-green-500 {
  background-color: var(--Pastel-Green-500);
}

.bg-pastel-green-600 {
  background-color: var(--Pastel-Green-600);
}

.bg-pastel-green-700 {
  background-color: var(--Pastel-Green-700);
}

.bg-coral-100 {
  background-color: var(--Coral-100);
}

.bg-coral-200 {
  background-color: var(--Coral-200);
}

.bg-coral-300 {
  background-color: var(--Coral-300);
}

.bg-coral-400 {
  background-color: var(--Coral-400);
}

/* ===============================
 Text color classes
=============================== */
.text-gray-100 {
  color: var(--Gray-100);
}

.text-gray-150 {
  color: var(--Gray-150);
}

.text-gray-200 {
  color: var(--Gray-200);
}

.text-gray-300 {
  color: var(--Gray-300);
}

.text-gray-400 {
  color: var(--Gray-400);
}

.text-gray-500 {
  color: var(--Gray-500);
}

.text-gray-600 {
  color: var(--Gray-600);
}

.text-gray-700 {
  color: var(--Gray-700);
}

.text-gray-800 {
  color: var(--Gray-800);
}

.text-gray-900 {
  color: var(--Gray-900);
}

.text-gray-1000 {
  color: var(--Gray-1000);
}

.text-pastel-green-000 {
  color: var(--Pastel-Green-000);
}

.text-pastel-green-100 {
  color: var(--Pastel-Green-100);
}

.text-pastel-green-200 {
  color: var(--Pastel-Green-200);
}

.text-pastel-green-300 {
  color: var(--Pastel-Green-300);
}

.text-pastel-green-400 {
  color: var(--Pastel-Green-400);
}

.text-pastel-green-500 {
  color: var(--Pastel-Green-500);
}

.text-pastel-green-600 {
  color: var(--Pastel-Green-600);
}

.text-pastel-green-700 {
  color: var(--Pastel-Green-700);
}

.text-coral-100 {
  color: var(--Coral-100);
}

.text-coral-200 {
  color: var(--Coral-200);
}

.text-coral-300 {
  color: var(--Coral-300);
}

.text-coral-400 {
  color: var(--Coral-400);
}

/* ===============================
 Border color classes
=============================== */
.border-gray-100 {
  border-color: var(--Gray-100);
}

.border-gray-150 {
  border-color: var(--Gray-150);
}

.border-gray-200 {
  border-color: var(--Gray-200);
}

.border-gray-300 {
  border-color: var(--Gray-300);
}

.border-gray-400 {
  border-color: var(--Gray-400);
}

.border-gray-500 {
  border-color: var(--Gray-500);
}

.border-gray-600 {
  border-color: var(--Gray-600);
}

.border-gray-700 {
  border-color: var(--Gray-700);
}

.border-gray-800 {
  border-color: var(--Gray-800);
}

.border-gray-900 {
  border-color: var(--Gray-900);
}

.border-gray-1000 {
  border-color: var(--Gray-1000);
}

.border-pastel-green-000 {
  border-color: var(--Pastel-Green-000);
}

.border-pastel-green-100 {
  border-color: var(--Pastel-Green-100);
}

.border-pastel-green-200 {
  border-color: var(--Pastel-Green-200);
}

.border-pastel-green-300 {
  border-color: var(--Pastel-Green-300);
}

.border-pastel-green-400 {
  border-color: var(--Pastel-Green-400);
}

.border-pastel-green-500 {
  border-color: var(--Pastel-Green-500);
}

.border-pastel-green-600 {
  border-color: var(--Pastel-Green-600);
}

.border-pastel-green-700 {
  border-color: var(--Pastel-Green-700);
}

.border-coral-100 {
  border-color: var(--Coral-100);
}

.border-coral-200 {
  border-color: var(--Coral-200);
}

.border-coral-300 {
  border-color: var(--Coral-300);
}

.border-coral-400 {
  border-color: var(--Coral-400);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.heading {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Peyda", sans-serif;
}

.fs-32px {
  font-size: 32px;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  gap: 8px;
}
.custom-checkbox__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--Gray-800);
  border-radius: 6px;
  background: var(--Gray-000);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-checkbox__input:checked {
  background-color: var(--Gray-800);
  border-color: var(--Gray-800);
}
.custom-checkbox__input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: 2px solid var(--Pastel-Green-300);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox__input:disabled {
  background: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

.main-content {
  margin-top: -95px;
  position: relative;
}

body.checkout-page {
  overflow: hidden;
}

.checkout-content {
  min-height: 100vh;
}
@media (min-width: 992px) {
  .checkout-content {
    height: calc(100vh - var(--checkout-header-h) - var(--checkout-footer-h));
    overflow: hidden;
  }
}

.checkout-footer {
  margin-top: auto;
  height: var(--checkout-footer-h);
}
.checkout-footer__text {
  font-size: 12px;
  color: var(--Gray-800);
  padding: 10px 40px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .checkout-footer__text {
    text-align: center;
  }
}

.hero-section {
  padding-block: 40px;
}

.custom-title {
  margin-top: 140px;
  font-size: 24px;
  color: var(--Gray-700);
}

.custom-title-2 {
  margin-top: 120px;
  font-size: 24px;
  color: var(--Gray-700);
}
@media (max-width: 768px) {
  .custom-title-2 {
    margin-top: 100px;
  }
}

.gray-700-divider {
  display: flex;
  height: 30px;
  width: 2px;
  background-color: var(--Gray-700);
}

.jco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-width: 44px;
  height: 44px;
  padding-inline: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400;
  transition: 0.3s ease;
}
.jco-btn__gray-700 {
  border-radius: 10px;
  border: 2px solid var(--Gray-700);
  background-color: var(--Gray-700);
  color: white;
  font-size: 14px;
}
.jco-btn__gray-700:hover {
  background-color: var(--Pastel-Green-400);
  color: var(--Gray-800);
}
.jco-btn__gray-800 {
  border-radius: 10px;
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  color: white;
  font-size: 14px;
}
.jco-btn__gray-800:hover {
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-700);
}
.jco-btn__outline-gray-800 {
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--Gray-800);
  color: var(--Gray-800);
  font-size: 14px;
}
.jco-btn__outline-gray-800:hover {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-800);
  color: var(--Coral-100);
}
.jco-btn__outline-gray-700 {
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--Gray-700);
  color: white;
  font-size: 14px;
}
.jco-btn__outline-gray-700:hover {
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-700);
}
.jco-btn__outline-gray-600 {
  border-radius: 50px;
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-600);
  color: white;
  font-size: 14px;
}
.jco-btn__outline-gray-600:hover {
  background-color: var(--Gray-600);
  border: 2px solid var(--Gray-500);
}
.jco-btn__outline-white {
  background-color: transparent;
  border: 2px solid var(--Coral-100);
  color: var(--Coral-100);
  border-radius: 50px;
  font-size: 14px;
}
.jco-btn__outline-white:hover {
  background-color: var(--Coral-100);
  color: var(--Gray-800);
}
.jco-btn__gray-150 {
  border-radius: 50px;
  background-color: var(--Gray-150);
  border: 2px solid var(--Gray-150);
  color: var(--Gray-800);
}
.jco-btn__gray-150:hover {
  background-color: var(--Gray-000);
  border: 2px solid var(--Gray-000);
  color: var(--Gray-800);
}
.jco-btn__outline-gray-000 {
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--Gray-000);
  color: white;
}
.jco-btn__outline-gray-000:hover {
  background-color: var(--Gray-000);
  border: 2px solid var(--Gray-000);
  color: var(--Gray-800);
}
.jco-btn__pastel-green-200 {
  border-radius: 10px;
  background-color: var(--Pastel-Green-200);
  border: 2px solid var(--Pastel-Green-200);
  color: var(--Gray-800);
}
.jco-btn__pastel-green-200:hover {
  background-color: var(--Pastel-Green-300);
  border: 2px solid var(--Pastel-Green-300);
  color: var(--Gray-800);
}
.jco-btn__outline-coral-400 {
  border: 1px solid var(--Coral-400);
  color: var(--Coral-400);
  border-radius: 10px;
  font-size: 14px;
}
.jco-btn__disabled {
  opacity: 0.6;
  pointer-events: none;
}

.jco-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-width: 44px;
  height: 35px;
  padding-inline: 20px;
  padding-block: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s ease;
  font-size: 12px;
  font-weight: 500;
}
.jco-btn-2__outline-white {
  background-color: transparent;
  border: 2px solid var(--Coral-100);
  color: var(--Coral-100);
  border-radius: 50px;
  font-size: 14px;
}
.jco-btn-2__outline-white:hover {
  background-color: var(--Coral-100);
  color: var(--Gray-800);
}
.jco-btn-2__gray-700 {
  border-radius: 1cap;
  border: 2px solid var(--Gray-700);
  background-color: var(--Gray-700);
  color: white;
  font-size: 14px;
}
.jco-btn-2__gray-700:hover {
  background-color: var(--Pastel-Green-400);
  border: 2px solid var(--Pastel-Green-400);
  color: var(--Gray-800);
}
.jco-btn-2__gray-800 {
  border-radius: 10px;
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  color: white;
}
.jco-btn-2__gray-800:hover {
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-700);
}
.jco-btn-2__outline-gray-700 {
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid var(--Gray-700);
  color: white;
}
.jco-btn-2__outline-gray-700:hover {
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-700);
}

a {
  all: unset;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.medium-title {
  font-size: 24px;
  color: var(--Coral-100);
  font-weight: 400;
  font-family: "peyda";
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  direction: rtl;
  z-index: 0;
  font-weight: 500;
  font-family: "iranYekan", sans-serif !important;
}

html,
body {
  font-family: "iranYekan", sans-serif;
  font-feature-settings: "ss01";
  unicode-bidi: plaintext;
}

.checkout-header {
  background-color: #ffffff;
  border-bottom: 2px solid var(--Gray-150);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

.header-box {
  position: sticky;
  top: 30px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header-box {
    top: 40px;
  }
}

.main-header {
  background-color: rgba(29, 34, 41, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid var(--Gray-700);
  border-radius: 15px;
  padding: 10px;
  margin-top: 20px;
}

.main-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.main-header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-header__logo {
  width: 90px;
  cursor: pointer;
  transition: transform var(--transition-fast);
}

.main-header__logo img {
  width: 100%;
  height: auto;
  margin-left: 0.5rem;
}

.main-header__nav .main-header__menu {
  display: flex;
  gap: 20px;
  list-style: none;
}

.menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 400 !important;
  text-decoration: none;
  transition: color var(--transition-fast);
  white-space: nowrap;
  font-size: 14px;
  font-family: "peyda";
}
.menu-item > a:hover {
  color: var(--Coral-100);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .menu-item > a {
    font-size: 12px;
  }
}

.arrow-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  transition: transform var(--transition-medium);
  opacity: 0.8;
}

.menu-item--has-submenu:hover .arrow-icon {
  transform: rotate(180deg);
  opacity: 1;
}

.submenu {
  position: absolute;
  top: 120%;
  right: 0;
  width: 100%;
  max-width: none;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 0;
  box-shadow: var(--shadow-heavy);
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all var(--transition-medium);
  pointer-events: none;
  padding: 10px 0;
}

.submenu.show {
  display: flex;
  opacity: 94%;
  transform: translateY(0);
  pointer-events: all;
}

.submenu__sidebar {
  width: 350px;
  padding: 20px 0;
}

.submenu:has(.submenu-category.active) .submenu__sidebar {
  border-left: 2px solid var(--Gray-200);
}

.submenu:not(:has(.submenu-category.active)) .submenu__sidebar {
  border-left: none;
}

.submenu__sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu__sidebar li .menu-link {
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all var(--transition-fast);
  position: relative;
  font-size: 14px;
  font-family: "peyda";
}
.submenu__sidebar li .menu-link:hover {
  background-color: var(--Gray-100);
  border-radius: 10px;
  font-weight: 600;
}

.submenu__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.submenu-category {
  display: none;
}

.submenu-category.active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}

.submenu-category a {
  font-size: 14px;
  font-family: "peyda";
  text-decoration: none;
  transition: all var(--transition-fast);
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.submenu-category a:hover {
  background-color: var(--Pastel-Green-100);
  border-radius: 10px;
  font-weight: 600;
}

.main-header__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}
.main-header__toggle.active .main-header__toggle-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.main-header__toggle.active .main-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.main-header__toggle.active .main-header__toggle-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 1024px) {
  .main-header__toggle {
    display: flex;
  }
  .main-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: rgba(29, 34, 41, 0.97);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: right 0.4s ease;
    z-index: 1000;
    display: none;
  }
  .main-header__nav.active {
    right: 0;
  }
  .main-header__menu {
    flex-direction: column;
    gap: 15px;
  }
  .menu-item > a {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
  }
  .submenu {
    position: relative;
    background: transparent;
    box-shadow: none;
    top: 0;
    right: 0;
    padding: 10px 0;
    display: none;
  }
  .submenu.show {
    display: block;
  }
  .submenu-category.active {
    grid-template-columns: 1fr;
  }
  .main-header__left {
    display: none;
  }
}
.user-icon {
  display: none;
}

@media (max-width: 1024px) {
  .main-header {
    padding: 15px 20px;
  }
  .main-header__logo {
    height: 30px;
  }
  .main-header__logo img {
    height: 100%;
  }
  .main-header__nav {
    width: 100%;
  }
  .menu-item > a {
    font-size: 14px;
  }
  .user-icon {
    display: block;
    height: 25px;
  }
  .user-icon img {
    height: 100%;
    width: 100%;
  }
}
.main-header__left-2 {
  display: flex;
  gap: 30px;
}

@media (min-width: 992px) {
  .main-header__left-2 {
    display: none;
  }
}
.divider-y {
  display: flex;
  background-color: var(--Gray-600);
  height: 20px;
  width: 2px;
  border-radius: 40px;
}

.divider-x {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Gray-600);
  margin-block: 80px;
}

.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  text-align: right;
  margin-top: 40px;
}
.hero__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(211, 251, 216, 0.4), transparent);
  filter: blur(60px);
  opacity: 40%;
  z-index: 0;
  pointer-events: none;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.05;
  z-index: 0;
}
.hero__overlay {
  position: relative;
  z-index: 1;
}
.hero__title {
  display: flex;
  font-size: 2.8rem;
  color: white;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--Gray-600);
  padding-top: 100px;
}
.hero__subtitle {
  font-size: 20px;
  color: #f5f5f7;
  width: 80%;
  padding-top: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
    padding-top: 20px;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
}
.hero__text-swap {
  display: inline-block;
  height: 1.2em;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
  font-weight: 600;
}
.hero__text-swap .hero__text {
  display: block;
  animation: textSwap 5s infinite ease-in-out;
  height: 1.1em;
  line-height: 1.2em;
}

@keyframes textSwap {
  0%, 35% {
    transform: translateY(0%);
  }
  50%, 85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.categories {
  display: flex;
  justify-content: center;
}
.categories__p {
  color: var(--Gray-000);
  font-size: 18px;
}
@media (max-width: 576px) {
  .categories__p {
    font-size: 14px;
  }
}
.categories__container {
  border: 2px solid var(--Gray-700);
  border-radius: 15px;
  padding: 2rem;
  width: 100%;
  background-color: var(--Gray-800);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .categories__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.categories__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 60%;
}
.categories__grid button {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.4rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories__grid button:hover {
  background-color: var(--Gray-700);
  color: var(--Gray-800);
}
.categories__grid a {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  color: var(--Gray-200);
  padding: 0.4rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories__grid a:hover {
  background-color: var(--Gray-700);
  color: var(--Coral-100);
}
.categories__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 24px;
  color: var(--Gray-000);
}
.categories__title .categories__brand {
  color: #ff4f5e;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .categories__grid {
    width: 100%;
    align-items: center;
    padding-top: 2rem;
  }
  .categories__title {
    font-size: 18px;
  }
}

.Supervision {
  padding: 60px 0;
  margin-top: 30px;
  text-align: center;
  background-color: var(--Gray-900);
  color: var(--Gray-100);
  margin-top: 50px;
}
.Supervision__title {
  font-size: 20px;
  font-family: "iranYekan";
}
@media (max-width: 576px) {
  .Supervision__title {
    max-width: 100%;
    padding-inline: 0;
  }
}
.Supervision__mobile-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--Gray-200);
}
.Supervision__mobile-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "peyda";
}
.Supervision__grid {
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
}

.Supervision-card {
  padding: 2rem 0;
  border-radius: 1rem;
  width: 100%;
  padding-inline: 40px;
  transition: transform 0.3s ease;
  font-weight: 400;
}
@media (max-width: 768px) {
  .Supervision-card {
    max-width: 100%;
    padding-inline: 0;
  }
}
.Supervision-card__title {
  font-size: 20px;
  margin-block: 1rem;
  color: var(--Gray-100);
  font-weight: 500;
}
.Supervision-card__desc {
  color: var(--Gray-300);
  font-size: 0.95rem;
  line-height: 1.7;
}

.service-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  animation: pulseIcon 4s infinite ease-in-out;
}
.service-card__icon img {
  height: 100%;
  width: 100%;
}

.custom-carousel .carousel-indicators {
  bottom: -30px;
}
.custom-carousel .carousel-indicators [data-bs-target] {
  background-color: var(--Gray-100);
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 2px;
}
.custom-carousel .carousel-indicators [data-bs-target].active {
  background-color: var(--Pastel-Green-400);
}

@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes movePupil {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.pupil {
  animation: movePupil 2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animate-marquee {
  animation: marquee 30s linear infinite;
}

.services {
  background-color: var(--Gray-000);
  padding-block: 100px;
}
@media (max-width: 768px) {
  .services {
    padding-block: 80px;
  }
}

.services__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .services__container {
    flex-direction: column;
    gap: 0;
  }
}

.services__content {
  flex: 1 1 40ch;
  position: sticky;
  top: 100px;
}

.services__title {
  font-size: 32px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.services__text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--Gray-600);
}
@media (max-width: 768px) {
  .services__text {
    font-size: 18px;
  }
}

.services__list-wrapper {
  flex: 1 1 30ch;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--Gray-300) transparent;
}
.services__list-wrapper::-webkit-scrollbar {
  width: 6px;
  background: var(--Gray-300);
  border-radius: 12px;
}
.services__list-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 12px;
}
.services__list-wrapper::-webkit-scrollbar-thumb {
  background: var(--Gray-300);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .services__list-wrapper {
    margin-top: 40px;
  }
}

.services__list {
  display: flex;
  flex-direction: column;
}

.services__item {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease;
  padding-block: 20px;
  position: relative;
}
.services__item:not(:last-child) {
  border-bottom: 2px solid var(--Gray-200);
}
.services__item .icon_link {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-grow: 1;
}

.services__item .icon {
  display: none;
  transform: translateX(10px);
  transition: all 0.4s ease-in-out;
}

.services__item:hover {
  transform: translateX(-8px);
  color: #69826c;
}

.services__item:hover .icon {
  display: inline-flex;
  transform: translateX(0);
  transition: 0.3ms ease-in-out;
}

@media (max-width: 768px) {
  .services__container {
    flex-direction: column;
  }
  .services__title {
    font-size: 30px;
  }
  .services__content,
  .services__list-wrapper {
    flex: 1 1 100%;
  }
  .services__content {
    position: static;
  }
  .services__list-wrapper {
    max-height: none;
  }
}
.magic-thinking {
  background-color: var(--Gray-000);
  padding-bottom: 60px;
}
.magic-thinking__content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.magic-thinking__content h3 span {
  color: var(--Coral-400);
}
@media (max-width: 768px) {
  .magic-thinking__content h3 {
    font-size: 30px;
  }
}
.magic-thinking__content p {
  color: var(--Gray-600);
  font-size: 20px;
  font-weight: 400;
}

.logos-wrapper-box {
  padding-block: 60px;
}
@media (max-width: 768px) {
  .logos-wrapper-box {
    padding-block: 60px;
  }
}

.magic-thinking__logos-wrapper {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background-color: var(--Gray-100);
  padding-block: 15px;
}

.magic-thinking__logos span:first-child {
  padding-left: 0;
}

.magic-thinking__logos span:last-child::before {
  display: none;
}

.magic-thinking__logos {
  display: flex;
  gap: 3rem;
  animation: scroll-logos 15s linear infinite;
  align-items: center;
  transition: animation-duration 8s ease;
}

.magic-thinking__logos span {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  position: relative;
}

.magic-thinking__logos span::before {
  content: "";
  position: absolute;
  left: 0;
  height: 40%;
  width: 1px;
  border-radius: 10px;
  background-color: var(--Gray-500);
}

.magic-thinking__logos span img {
  height: auto;
  width: 55px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(52%);
  }
}
@media (max-width: 768px) {
  .magic-thinking__logos {
    gap: 2rem;
    padding-block: 20px;
  }
  .magic-thinking__logos span {
    padding-left: 1rem;
  }
}
.idea-section {
  background-color: var(--Gray-900);
  color: #fff;
}
@media (max-width: 768px) {
  .idea-section {
    padding-top: 100px;
  }
}

.idea-text h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.idea-text p {
  font-size: 1rem;
  color: var(--Gray-100);
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "peyda";
}

.socials {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
  cursor: pointer;
}

.socials a {
  color: var(--Gray-000);
  text-decoration: none;
  margin: 0 0.2rem;
}

@media (max-width: 768px) {
  .idea-image {
    width: 120px;
    height: 120px;
  }
}
.idea-container {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .idea-container {
    padding-block: 20px;
  }
}

.idea-text h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .idea-text h3 {
    margin-bottom: 1rem;
  }
}

.idea-text p {
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .idea-text p {
    margin-bottom: 1rem;
  }
}

.email {
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 576px) {
  .email {
    margin-bottom: 1rem;
  }
}

.consult-btn {
  margin-bottom: 1.5rem;
  padding-block: 4px;
}
@media (max-width: 576px) {
  .consult-btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.socials {
  font-size: 0.9rem;
}

.socials a {
  text-decoration: none;
  color: inherit;
  margin: 0 0.3rem;
}

.idea-image {
  width: 304px;
  height: 304px;
  background-image: url("../img/lamp-off.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.idea-image:hover {
  background-image: url("../img//lamp-on.png");
}

.join-section {
  background-image: url("../img//sell.png");
  color: #fff;
  margin-block: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-block: 80px;
}
@media (max-width: 768px) {
  .join-section {
    margin-block: 100px;
  }
}
@media (max-width: 576px) {
  .join-section {
    padding-block: 44px;
  }
}

.benefits {
  display: flex;
  gap: 1.5rem;
  padding-block: 50px;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}

.benefit-item__img {
  width: 20px;
  height: 20px;
}
.benefit-item__img img {
  height: 100%;
  width: 100%;
}

.join-desc {
  margin: auto;
  padding: 1.5rem;
  border: 2px solid #fff;
  border-radius: 15px;
}
.join-desc p {
  font-weight: 400;
}

.join-btn a {
  display: flex;
  align-items: anchor-center;
  margin-top: 1rem;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 1rem;
  justify-content: end;
  font-size: 16px;
}
.join-btn a span {
  font-size: 22px;
}

@media (max-width: 768px) {
  .benefit-item {
    border-left: none;
    padding: 0.5rem 0;
  }
}
@media (max-width: 576px) {
  .idea-image {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }
  .idea-container {
    flex-direction: column;
  }
  .idea-image {
    text-align: center;
    align-items: center;
  }
  .idea-text {
    text-align: right;
  }
}
.info-tabs .nav-tabs {
  border-bottom: 1px solid #444;
}
.info-tabs .nav-tabs .nav-link {
  color: #ccc;
  border: none;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
}
.info-tabs .nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.info-tabs .nav-tabs .nav-link:hover {
  color: #fff;
}
.info-tabs .tab-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.info-tabs .tab-cards .tab-card {
  background-color: #222;
  border-radius: 12px;
  padding: 1rem;
  color: #f1f1f1;
  transition: transform 0.3s ease;
}
.info-tabs .tab-cards .tab-card:hover {
  transform: translateY(-5px);
}

.footer-section {
  background-color: var(--Gray-800);
}

.main-footer {
  background-color: var(--Gray-1000);
  color: var(--Gray-200);
  font-size: 14px;
  border-radius: 40px;
  padding: 40px;
  font-weight: 400;
  margin-block: 40px;
}
.main-footer .footer-logo {
  height: 40px;
  width: 130px;
}
.main-footer .footer-logo img {
  height: 100%;
  width: 100%;
}
.main-footer .footer-des {
  font-weight: 500;
  font-size: 14px;
}
.main-footer a {
  color: var(--Gray-200);
  text-decoration: none;
  font-weight: 400;
}
.main-footer .footer-links li {
  margin-bottom: 0.5rem;
}
.main-footer button.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.main-footer button.btn-outline-light:hover {
  background-color: #fff;
  color: #0d121a;
}
.main-footer .footer-share-link {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .footer-share-link p {
  color: var(--Gray-400);
  font-size: 12px;
}
@media (max-width: 576px) {
  .main-footer .footer-share-link {
    flex-direction: column;
    gap: 10px;
  }
}
.main-footer .footer-share-link .share-link-icons {
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .main-footer .footer-share-link .share-link-icons {
    justify-content: space-between;
    align-items: normal;
  }
}

.custom-dev-section {
  background-color: #f5f5f7;
  margin-top: -200px !important;
  border-radius: 0 0 40px 40px;
}
.custom-dev-section .section-title {
  font-weight: 600;
  font-size: 32px;
  color: var(--Gray-800);
  max-width: 500px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .custom-dev-section .section-title {
    font-size: 26px;
    padding-top: 140px;
  }
}
.custom-dev-section .section-subtitle {
  color: var(--Gray-800);
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .custom-dev-section .section-subtitle {
    max-width: 100%;
  }
}
.custom-dev-section .image-cards .image-card {
  position: relative;
  border-radius: 33px;
  background-color: #fff;
  padding: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 350px;
}
.custom-dev-section .image-cards .image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .custom-dev-section .image-cards .image-card {
    height: 200px;
  }
}
.custom-dev-section .image-cards .image-card .lock-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("/icons/lock.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.custom-services-section {
  color: #f2f2f2;
}
.custom-services-section h3 {
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 576px) {
  .custom-services-section h3 {
    font-size: 26px;
  }
}
.custom-services-section p {
  color: var(--Gray-200);
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 576px) {
  .custom-services-section p {
    font-size: 16px;
  }
}
.custom-services-section .service-box {
  background-color: #1a222b;
  border-radius: 15px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  border: 2px solid var(--Gray-700);
}
.custom-services-section .service-box .icon {
  width: 140px;
  flex-shrink: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-services-section .service-box .icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-services-section .service-box .icon {
    width: 60px;
    margin-bottom: 15px;
  }
}
.custom-services-section .service-box .text {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.custom-services-section .service-box .text h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--Gray-000);
}
.custom-services-section .service-box .text p {
  margin: 0;
  font-size: 16px;
  color: var(--Gray-200);
  text-align: justify;
  font-weight: 300;
}
.custom-services-section .service-box:nth-child(even) {
  flex-direction: row-reverse;
}
.custom-services-section .service-box:nth-child(even) .text {
  padding-right: 10px;
}
.custom-services-section .service-box:nth-child(odd) {
  flex-direction: row;
}
.custom-services-section .service-box:nth-child(odd) .text {
  padding-left: 10px;
}
.custom-services-section .service-box:nth-child(odd) .icon {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .custom-services-section .service-box {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
  .custom-services-section .service-box .icon,
  .custom-services-section .service-box .text {
    padding: 0 !important;
  }
  .custom-services-section .service-box .text {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .custom-services-section .service-box {
    padding: 20px;
  }
  .custom-services-section .service-box .text {
    width: 100%;
  }
  .custom-services-section .service-box .icon {
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .custom-services-section .service-box .icon img {
    height: 100%;
    width: 100%;
  }
}

.filter-bar input,
.filter-bar select {
  border-radius: 0.5rem;
}
.filter-bar button {
  border-radius: 0.5rem;
}

.product-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card img {
  border-bottom: 1px solid #eee;
}
.product-card h5 {
  font-size: 1.1rem;
}

.cycle_section {
  padding-top: 120px;
}
.cycle_section__title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 32px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .cycle_section__title {
    text-align: start;
    margin: 0 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .cycle_section__title {
    text-align: start;
    margin: 0 15px;
  }
}

.software-cycle {
  background-color: #0f141b;
}
.software-cycle .cycle-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.software-cycle .cycle-img {
  width: 100%;
  max-width: 100%;
}

.certificates-section {
  background-color: #0f141b;
}
.certificates-section .testimonial-box {
  background-color: #1a222b;
  color: #fff;
}
.certificates-section .testimonial-box blockquote {
  font-size: 1rem;
  line-height: 1.6;
}
.certificates-section .accordion-button:not(.collapsed) {
  background-color: #1a1a1a;
  color: #fff;
}

.dev-cycle {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.dev-cycle .cycle-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "peyda";
}
.dev-cycle .cycle-texts .cycle-text {
  position: absolute;
  color: #f1f1f1;
  font-size: 0.9rem;
  text-align: right;
  max-width: 180px;
}
.dev-cycle .cycle-texts .cycle-text span {
  display: block;
  font-size: 16px;
  color: var(--Gray-300);
  margin-top: 4px;
  font-weight: 400;
}
.dev-cycle .cycle-texts .top-start {
  top: 17px;
  left: -26%;
  transform: translateY(-30%);
}
.dev-cycle .cycle-texts .top-end {
  top: 4%;
  right: -30%;
  transform: translateY(-30%);
}
.dev-cycle .cycle-texts .middle-end {
  top: 55%;
  right: -111px;
  transform: translate(40%, -50%);
}
.dev-cycle .cycle-texts .bottom-end {
  bottom: -8%;
  right: -25%;
  transform: translateY(30%);
}
.dev-cycle .cycle-texts .bottom-start {
  bottom: -44px;
  left: -30%;
  transform: translateY(30%);
}
.dev-cycle .cycle-texts .middle-start {
  top: 56%;
  left: -133px;
  transform: translate(-40%, -50%);
}
@media (max-width: 768px) {
  .dev-cycle .cycle-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: static;
  }
  .dev-cycle .cycle-texts .cycle-text {
    position: static;
    transform: none;
    max-width: 100%;
    text-align: right;
  }
  .dev-cycle img {
    width: 180px;
    margin-bottom: 1rem;
  }
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  font-weight: 400;
  padding: 1rem 0;
  transition: background-color 0.3s ease;
}
.custom-accordion .accordion-button .custom-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: "iranYekan";
}
.custom-accordion .accordion-button::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("../img/whiteArrowDown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  transition: transform 0.4s ease-in-out;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.custom-accordion .accordion-body {
  background-color: transparent;
  color: #ccc;
  padding: 1rem 1.25rem;
  border-radius: 0 0 10px 10px;
}
.custom-accordion .accordion-item {
  border-bottom: 1px solid var(--Gray-700);
  background-color: transparent;
  overflow: hidden;
}
.custom-accordion .Permissions-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.custom-accordion .Permissions-section .Permissions-cards__img {
  border: 2px solid var(--Gray-700);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.custom-accordion .Permissions-section .Permissions-cards__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-accordion .Permissions-section .Permissions-cards__des {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--Gray-000);
  padding-block: 10px;
}
.custom-accordion .Honor-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.custom-accordion .Honor-section .Honor-cards__img {
  border: 2px solid var(--Gray-700);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.custom-accordion .Honor-section .Honor-cards__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-accordion .Honor-section .Honor-cards__des {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--Gray-000);
  padding-block: 10px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .custom-accordion .Honor-section {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

.dev-cycle-mobile .cycle-mobile-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .dev-cycle-mobile .cycle-mobile-block {
    flex-direction: row;
  }
}
.dev-cycle-mobile .cycle-mobile-block .cycle-img {
  width: 200px;
  height: 300px;
  flex-shrink: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts {
    margin-right: 0;
  }
}
.dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts li {
  background-color: #1a222b;
  padding: 0.8rem 1rem;
  margin-bottom: 4rem;
  border-radius: 12px;
  text-align: right;
  color: #fff;
}
.dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts li strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts li span {
  font-size: 0.85rem;
  color: #ccc;
}
@media (max-width: 576px) {
  .dev-cycle-mobile .cycle-mobile-block .cycle-mobile-texts li {
    padding: 10px 15px;
    margin-bottom: 1rem;
  }
}

.Quote-section {
  margin-block: 40px;
  display: flex;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .Quote-section {
    flex-direction: column;
    padding: 15px;
    gap: 30px;
  }
}
.Quote-section__right {
  border-radius: 15px;
  border: 2px solid var(--Gray-700);
}
.Quote-section__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .Quote-section__right {
    width: 100%;
    height: 250px;
  }
  .Quote-section__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
  }
}
.Quote-section__left {
  flex: 1;
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  border-radius: 20px;
  padding: 15px 20px;
  color: var(--Coral-100);
}
.Quote-section__left p {
  font-weight: 300;
}
.Quote-section .sign-img {
  display: flex;
  justify-content: end;
}
.Quote-section .sign-img img {
  height: 100px;
  padding: 20px;
}
.Quote-section .End-quote {
  display: flex;
  justify-content: end;
}

.contact-options {
  padding-top: 130px;
  color: var(--Gray-150);
  text-align: center;
  font-weight: 500;
}
.contact-options__header {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .contact-options__header {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
.contact-options__title {
  font-size: 32px;
  font-weight: 500;
}
.contact-options__subtitle {
  margin-top: 1.5rem;
  font-size: 18px;
  font-weight: 400;
  color: var(--Gray-150);
}
.contact-options__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-options__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contact-options__card {
  background-color: var(--Gray-800);
  border-radius: 15px;
  padding: 2rem;
  width: 100%;
  max-width: 450px;
  text-align: right;
  border: 2px solid var(--Gray-700);
}
.contact-options__card-header {
  display: flex;
  align-items: center;
}
.contact-options__card-header .contact-options__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.contact-options__card-title {
  font-weight: bold;
  font-size: 18px;
  color: var(--Pastel-Green-200);
}
.contact-options__card-text {
  font-size: 16px;
  color: var(--Gray-150);
  margin: 20px 0;
  font-weight: 300;
}
.contact-options__button {
  background-color: #1e293b;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  font-size: 0.9rem;
  cursor: pointer;
}
.contact-options__button:hover {
  background-color: #334155;
}

.contact-info-section {
  background-color: var(--Gray-800);
  color: var(--Gray-150);
  margin-block: 100px;
}
.contact-info-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding-block: 25px;
  position: relative;
}
.contact-info-section__image-container {
  height: 200px;
  position: absolute;
  left: 1%;
}
.contact-info-section__image-container img {
  height: 100%;
  width: auto;
  overflow: hidden;
}
.contact-info-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-section__details {
  flex: 2 1 500px;
  flex-wrap: wrap;
  gap: 240px;
}
.contact-info-section__block {
  min-width: 200px;
  flex: 1 1 200px;
}
.contact-info-section__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-info-section__text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  width: 60%;
}
.contact-info-section {
  /* ========================= */
  /*  Mobile & Tablet Fixes */
  /* ========================= */
}
@media (max-width: 992px) {
  .contact-info-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-info-section__image-container {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    order: -1;
  }
  .contact-info-section__image {
    height: 220px;
  }
  .contact-info-section__details {
    flex: 1 1 auto;
    width: 100%;
    gap: 1.5rem;
  }
  .contact-info-section .d-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-info-section__text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-info-section {
    margin-block: 60px;
  }
  .contact-info-section__image {
    height: 180px;
  }
  .contact-info-section__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .contact-info-section__text {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 992px) {
  .contact-info-section__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .contact-info-section__details {
    width: 100%;
    flex: 1 1 auto;
    padding-inline: 15px;
  }
  .contact-info-section .d-flex {
    flex-direction: column;
    gap: 20px;
  }
  .contact-info-section__block {
    min-width: 0;
    flex: 1 1 auto;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .contact-info-section__text {
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .contact-info-section {
    /* عکس بعد از اطلاعات */
  }
  .contact-info-section__image-container {
    position: relative;
    left: auto;
    width: 100%;
    order: 2;
    margin-top: 0.75rem;
  }
  .contact-info-section__image {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-info-section__image-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 309px;
  }
}
@media (max-width: 576px) {
  .contact-info-section__wrapper {
    gap: 0.75rem;
  }
  .contact-info-section .d-flex {
    gap: 15px;
  }
  .contact-info-section__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .contact-info-section__text {
    font-size: 13px;
    line-height: 1.85;
  }
  .contact-info-section__image {
    height: 170px;
  }
}

.consult-form {
  padding: 6rem 2rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.consult-form__content {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .consult-form__content {
    max-width: 1200px;
    width: 100%;
  }
}
.consult-form__left {
  flex: 1;
  min-width: 320px;
}
.consult-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.consult-form__group {
  display: flex;
  flex-direction: column;
}
.consult-form__label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.consult-form__input, .consult-form__textarea {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-700);
  padding: 10px 12px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 1rem;
  font-family: "iranYekanFaNum";
}
.consult-form__textarea {
  resize: vertical;
  min-height: 120px;
}
.consult-form__right {
  flex: 1;
  min-width: 320px;
  text-align: right;
}
.consult-form__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--Gray-000);
}
.consult-form__desc {
  font-size: 20px;
  line-height: 1.8;
  color: var(--Gray-200);
  font-weight: 400;
}
.consult-form__image {
  margin-top: 2rem;
}
.consult-form__image img {
  width: 250px;
  max-width: 100%;
}

.development-faq {
  background-color: #f5f5f7;
  padding: 40px 0;
}
.development-faq__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--Gray-800);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.development-faq__step {
  gap: 1rem;
  color: #fff;
  background-color: #0f172a;
  padding: 1rem;
  border-radius: 0.5rem;
}
.development-faq__icon {
  width: 30px;
  height: 30px;
  background-color: #38bdf8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.development-faq__step-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.development-faq__step-text {
  font-size: 0.9rem;
  color: #cbd5e1;
}
.development-faq__questions {
  margin-block: 4rem;
}
.development-faq__subtitle {
  font-size: 36px;
  font-weight: 600;
  color: var(--Gray-800);
}
@media (max-width: 768px) {
  .development-faq__subtitle {
    padding-bottom: 20px;
  }
}
.development-faq .accordion-button {
  background-color: #fff;
  color: var(--Gray-800);
  text-align: right;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
}
.development-faq .accordion-button:focus {
  box-shadow: none;
}
.development-faq .accordion-button::after {
  display: none;
}
@media (max-width: 576px) {
  .development-faq .accordion-button .accordion-button-text {
    width: 60%;
  }
}
.development-faq .accordion-body {
  font-size: 0.95rem;
  color: #475569;
  background-color: #fff;
  padding-top: 0.5rem;
}
.development-faq .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e2e8f0;
}
.development-faq .accordion-button-text {
  font-size: 18px;
  text-align: right;
}

.news-section {
  padding-bottom: 120px;
}
.news-section .tabs-section {
  color: #fff;
}
.news-section .tabs-section .tabs-header .nav-tabs {
  border-bottom: none;
  display: flex;
  gap: 20px;
  padding-block: 20px;
}
.news-section .tabs-section .tabs-header .nav-tabs .nav-item .nav-link {
  color: #ccc;
  background: transparent;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.news-section .tabs-section .tabs-header .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
.news-section .tabs-section .tabs-header .nav-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--Pastel-Green-400);
  border-radius: 2px;
}
.news-section .tabs-section .tabs-header .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
}
.news-section .tabs-section .tab-content .tab-pane {
  padding: 20px 0;
}
.news-section .tabs-section .tab-content .tab-pane.show.active #tab-info .blog-cards .row {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .news-section {
    padding-bottom: 80px;
  }
}

.cards-wrapper,
.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.cards-wrapper .card-item,
.cards-wrapper .blog-card,
.blog-cards .card-item,
.blog-cards .blog-card {
  background: var(--Gray-800);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.cards-wrapper .card-item .card-item-img,
.cards-wrapper .blog-card .card-item-img,
.blog-cards .card-item .card-item-img,
.blog-cards .blog-card .card-item-img {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
}
.cards-wrapper .card-item .card-item-img img,
.cards-wrapper .blog-card .card-item-img img,
.blog-cards .card-item .card-item-img img,
.blog-cards .blog-card .card-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cards-wrapper .card-item .card-body,
.cards-wrapper .blog-card .card-body,
.blog-cards .card-item .card-body,
.blog-cards .blog-card .card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-wrapper .card-item .card-body .category,
.cards-wrapper .blog-card .card-body .category,
.blog-cards .card-item .card-body .category,
.blog-cards .blog-card .card-body .category {
  color: var(--Coral-100);
  font-size: 12px;
}
.cards-wrapper .card-item .card-body .title,
.cards-wrapper .blog-card .card-body .title,
.blog-cards .card-item .card-body .title,
.blog-cards .blog-card .card-body .title {
  font-size: 16px;
  margin: 10px 0;
  color: #fff;
}
.cards-wrapper .card-item .card-body .date,
.cards-wrapper .blog-card .card-body .date,
.blog-cards .card-item .card-body .date,
.blog-cards .blog-card .card-body .date {
  color: var(--Gray-200);
  font-size: 12px;
}

.dev-steps {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 2rem;
}
.dev-steps__title {
  color: var(--Coral-100);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 20px;
}
.dev-steps__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 40px;
}
.dev-steps__item {
  gap: 2rem;
  padding-bottom: 1.5rem;
}
.dev-steps__right {
  display: flex;
  min-width: 180px;
  text-align: right;
  gap: 15px;
}
@media (max-width: 576px) {
  .dev-steps__right {
    flex-direction: column;
    align-items: start;
  }
}
.dev-steps__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}
.dev-steps__heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--Coral-100);
}
.dev-steps__left {
  display: flex;
  gap: 4rem;
  direction: rtl;
}
.dev-steps__number-box {
  text-align: end;
}
.dev-steps__number {
  font-size: 1.1rem;
  color: #d4d6d7;
  min-width: 30px;
}
.dev-steps__list {
  list-style: disc;
  padding-right: 1rem;
  text-align: right;
  margin: 0;
}
@media (min-width: 992px) {
  .dev-steps__list {
    width: 420px;
  }
}
.dev-steps__list-2 {
  list-style: disc;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .dev-steps__list-2 {
    display: none;
  }
}
.dev-steps__point {
  font-size: 0.95rem;
  color: #d4d6d7;
  line-height: 1.8;
}
.dev-steps__flow {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 576px) {
  .dev-steps__flow {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .dev-steps {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
  }
  .dev-steps > div:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1;
  }
  .dev-steps > div:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .dev-steps > div:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/span 2;
  }
}

.custom-dev-section-2 {
  background-color: #f5f5f7;
  border-radius: 40px 40px 0 0;
}

.custom-video-carousel-wrapper {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--Gray-700);
}

/* خود اسلایدر = فریم */
.custom-video-carousel {
  width: 100%;
  aspect-ratio: 16/9; /* اینجا نسبت تصویر رو کنترل می‌کنی */
  max-height: 220px; /* اختیاری: سقف ارتفاع مثل نمونه */
}

/* swiper باید ارتفاع فریم رو پر کنه */
.custom-video-carousel .swiper-wrapper,
.custom-video-carousel .swiper-slide {
  height: 100%;
}

/* مرکزچین شدن محتوا */
.custom-video-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* قانون طلایی: هم img هم video یکسان */
.custom-video-carousel .media {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* کراپ تمیز */
}

.custom-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.carousel-item {
  height: 100%;
}

.custom-carousel-controls .custom-controls-btn {
  background-color: transparent;
  font-size: 14px;
  border-radius: 50%;
  padding: 1px 3px;
  border: 0;
}

.custom-carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-block: 30px;
  direction: ltr;
}
.custom-carousel-indicators .carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
}

.custom-carousel-indicators button {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: none;
  background-color: #9ca3af;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-carousel-indicators button.active {
  background-color: var(--Gray-1000);
}

.video-section {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-600);
  border-radius: 15px;
  margin-block: 35px;
  padding: 15px;
}
.video-section__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .video-section__container {
    flex-direction: column;
  }
}

.video-section__content {
  border-radius: 16px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease;
}

.video-section__title {
  color: var(--Pastel-Green-200);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.video-section__desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--Gray-200, #e5e7eb);
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 992px) {
  .video-section__content {
    padding: 24px;
  }
  .video-section__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .video-section {
    padding: 1.5rem 1rem;
  }
  .video-section__content {
    text-align: center;
  }
  .custom-video-carousel-wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .video-section__title {
    font-size: 18px;
  }
}
.copyRight_sec {
  border: 2px solid var(--Gray-150);
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
}

.product-detail {
  display: flex;
  gap: 1.5rem;
  padding-top: 30px;
  padding-bottom: 50px;
}
.product-detail__support-box {
  background-color: var(--Gray-100);
  border: 2px solid var(--Gray-200);
  flex: 1;
  align-items: center;
  padding: 20px 25px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .product-detail {
    flex-direction: column;
  }
}

.support-box__content {
  text-align: center;
}
.support-box__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}
.support-box__title {
  font-size: 24px;
  font-weight: 500;
}
.support-box__description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 80px auto 0;
  text-align: justify;
  font-weight: 400;
  color: var(--Gray-700);
}
@media (max-width: 768px) {
  .support-box__title {
    font-size: 1rem;
  }
  .support-box__description {
    font-size: 0.9rem;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.product-detail__support-box {
  animation: slideInFromRight 0.8s ease-out forwards;
  opacity: 0;
  will-change: transform, opacity;
}

.product-detail__support-box:nth-child(1) {
  animation-delay: 0.2s;
}

.consultation__content {
  display: flex;
  gap: 40px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid var(--Gray-150);
}
@media (max-width: 768px) {
  .consultation__content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .consultation__content {
    margin-inline: 0;
  }
}
.consultation__robot-hand {
  height: auto;
  border-radius: 10px;
}
.consultation__robot-hand img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.consultation__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--Gray-900);
  margin-block: 20px;
}
.consultation__title-2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--Gray-900);
  margin-block: 20px;
}
.consultation__description {
  color: var(--Gray-800);
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 400;
}
.consultation__form {
  flex: 1;
}
.consultation__banner {
  flex: 1;
  position: relative;
}

.consultation-divider {
  display: flex;
  width: 2px;
  background-color: var(--Gray-200);
}

.form__group {
  margin-bottom: 25px;
}
.form__label {
  display: block;
  margin-bottom: 8px;
  color: var(--Gray-900);
  font-weight: 400;
  font-size: 14px;
}
.form__input {
  border: 1px solid var(--Gray-150);
  background-color: var(--Gray-000);
  border-radius: 10px;
  padding: 10px 12px;
  width: 100%;
  font-weight: 400;
  font-family: "iranYekanFaNum";
  font-size: 12px;
}
.form__input:focus {
  outline: none;
  border: 2px solid var(--Gray-200);
}
.form__input::-moz-placeholder {
  color: var(--Gray-500);
  font-weight: 400;
}
.form__input::placeholder {
  color: var(--Gray-500);
  font-weight: 400;
}
.form__submit {
  display: block;
  margin: 30px auto 0;
}
@media (max-width: 576px) {
  .form {
    width: 100%;
    margin-inline: 0;
  }
}

.other_products {
  margin-top: 60px;
}
.other_products__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.other_products__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .other_products__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.other_products__item {
  text-align: center;
  color: var(--Coral-400);
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.5;
  background-color: var(--Gray-100);
  padding: 10px;
}

.mission-section {
  padding-top: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
  gap: 40px;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mission-section {
    gap: 0;
    padding-top: 100px;
  }
}
.mission-section .mission-image {
  flex: 1;
  display: flex;
  justify-content: end;
  width: 250px;
  height: 466px;
}
.mission-section .mission-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .mission-section .mission-image {
    padding: 10px;
    height: 266px;
  }
}
.mission-section .mission-content {
  flex: 1;
}
.mission-section .mission-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.mission-section .mission-content h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.mission-section .mission-content p {
  font-size: 1rem;
  line-height: 2;
  color: #c0c0c0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .mission-section {
    flex-direction: column;
  }
  .mission-section .mission-content {
    padding-inline: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.fade-in-right {
  opacity: 0;
  transform: translateX(100px);
  animation: fadeInRight 1.2s ease forwards;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: fadeInLeft 1.2s ease forwards;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.stats-section {
  color: var(--Coral-100);
  padding-bottom: 80px;
}
.stats-section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
  overflow: hidden;
}
.stats-section__row:not(:last-child) {
  border-bottom: 2px solid var(--Gray-700);
}
.stats-section__number {
  font-size: 36px;
  flex: 1;
  text-align: right;
  font-weight: 400;
  font-family: "peyda";
}
.stats-section__description {
  font-size: 16px;
  color: var(--Gray-200);
  font-weight: 300;
  text-align: justify;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .stats-section__row {
    flex-direction: column;
    text-align: right;
    align-items: start;
  }
  .stats-section__description {
    padding-right: 0;
    margin-top: 10px;
    font-size: 18px;
  }
  .stats-section__number {
    font-size: 28px;
    font-weight: 600;
    flex: 1;
    text-align: right;
  }
}

.fade-in-right {
  opacity: 0;
  transform: translateX(100px);
  animation: fadeInRight 1.5s ease forwards;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: fadeInLeft 1.5s ease forwards;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.process-section {
  background-color: var(--Gray-000);
  padding-bottom: 0;
  padding-top: 120px;
  text-align: center;
}
.process-section__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
  font-family: "peyda";
}
@media (max-width: 768px) {
  .process-section__title {
    display: flex;
    flex-wrap: wrap;
  }
}
.process-section__image {
  margin-bottom: 80px;
}
.process-section__image img {
  max-width: 90%;
  height: auto;
}
.process-section__row {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .process-section__row {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .process-section__row:not(:last-child) {
    border-bottom: 1.5px solid var(--Pastel-Green-300);
  }
}
.process-section__number {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  padding-block: 20px;
  font-family: "peyda";
}
@media (min-width: 768px) {
  .process-section__number {
    flex: 1;
  }
  .process-section__number:not(:last-child) {
    border-bottom: 1.5px solid var(--Pastel-Green-300);
  }
}
.process-section__description {
  font-size: 1rem;
  color: var(--Gray-700);
  display: flex;
  gap: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .process-section__description {
    flex: 2;
  }
}
.process-section__comment {
  padding-block: 120px;
  text-align: right;
}
.process-section__comment p {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .process-section__comment p {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .process-section__row {
    flex-direction: column;
    text-align: right;
    padding-block: 10px;
  }
  .process-section__description {
    padding-right: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .process-section__image {
    margin-bottom: 60px;
  }
  .process-section__number {
    padding-block: 0;
  }
  .process-section__comment {
    padding-block: 60px;
  }
}

.Permissions-sec {
  margin-block: 80px;
  padding-top: 40px;
}
.Permissions-sec__title {
  font-size: 30px;
  color: var(--Coral-100);
  text-align: start;
  font-family: "peyda";
}
@media (max-width: 576px) {
  .Permissions-sec {
    margin: 30px 15px;
  }
}

.news-page {
  padding-block: 40px;
}
.news-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.news-page__title {
  font-size: 32px;
  color: var(--Gray-700);
  margin-top: 100px;
  font-family: "peyda";
  font-weight: 600;
}
.news-page__content .article-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .news-page {
    padding-block: 30px;
  }
}

.search-nav {
  background-color: var(--Gray-150);
}
.search-nav__container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 10px;
}
@media (max-width: 768px) {
  .search-nav__container {
    flex-direction: column;
    padding-block: 30px;
    width: 100%;
  }
}
.search-nav__btn {
  background: var(--Gray-800);
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--Coral-100);
  font-size: 14px;
}
@media (max-width: 768px) {
  .search-nav__btn {
    width: 100%;
  }
}
.search-nav__btn-2 {
  background: var(--Gray-600);
  border: none;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--Coral-100);
  font-size: 14px;
}
@media (max-width: 700px) {
  .search-nav__btn-2 {
    width: 100%;
  }
}
.search-nav__filter {
  width: 350px;
  padding: 0.5rem;
  padding-inline-end: 44px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: var(--Gray-200);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2362666D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 12px 8px;
}
@media (max-width: 768px) {
  .search-nav__filter {
    width: 100%;
  }
}
.search-nav__input-wrapper {
  position: relative;
  width: 265px;
}
@media (max-width: 768px) {
  .search-nav__input-wrapper {
    width: 100%;
  }
}
.search-nav__input {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--Gray-200);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 0.9rem;
  color: #333;
  font-family: "iranYekanFaNum";
}
.search-nav__input::-moz-placeholder {
  color: #aaa;
}
.search-nav__input::placeholder {
  color: #aaa;
}
.search-nav__input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 1rem;
  pointer-events: none;
}

.article {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  gap: 20px;
}
.article__content {
  flex: 1;
  margin-left: 1rem;
}
.article__category {
  font-size: 0.8rem;
  color: var(--Gray-600);
  display: block;
  font-weight: 500;
}
.article__title {
  font-size: 1rem;
  font-weight: 600;
  margin-block: 15px;
  color: var(--Gray-800);
}
@media (max-width: 576px) {
  .article__title {
    margin-block: 10px;
  }
}
.article__date {
  font-size: 0.8rem;
  color: var(--Gray-600);
  font-weight: 500;
}
.article__image {
  width: 300px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .article__image {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .article {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}

.news-detail {
  color: #222;
  padding-top: 130px;
}
.news-detail__meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .news-detail__meta {
    justify-content: start;
  }
}
.news-detail__date, .news-detail__category {
  font-weight: 500;
}
.news-detail__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 24px;
  color: var(--Gray-700);
}
@media (max-width: 576px) {
  .news-detail__title {
    text-align: right;
  }
}
.news-detail__share {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.news-detail__icon {
  font-size: 1.2rem;
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
.news-detail__icon:hover {
  color: #0077cc;
}
.news-detail__image {
  aspect-ratio: 16/9;
  width: 80%;
  max-width: 800px;
  margin: 0 auto 20px;
  border-radius: 4px;
  overflow: hidden;
}
.news-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .news-detail__image {
    width: 100%;
  }
}
.news-detail__content {
  text-align: justify;
  line-height: 1.8;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.news-detail__content a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.news-detail__content img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .news-detail__content img {
    width: 50% !important;
  }
}
.news-detail__content table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--Gray-200);
  border-radius: 12px;
  overflow: hidden;
  direction: rtl;
  text-align: right;
  font-family: "iranYekan" !important;
  font-size: 13px !important;
  line-height: 1.8;
}
.news-detail__content table thead {
  background-color: var(--Pastel-Green-300);
  border-bottom: 2px solid var(--Gray-300);
}
.news-detail__content table thead th {
  padding: 10px !important;
}
.news-detail__content table td {
  width: auto !important;
  padding: 14px 16px;
  vertical-align: middle;
  border-left: 1px solid var(--Gray-200);
  border-bottom: 1px solid var(--Gray-200);
  text-align: right;
  white-space: nowrap;
}
.news-detail__content table {
  /* ---------- THEAD ---------- */
}
.news-detail__content table thead td {
  background: #cfeecf !important;
  font-weight: 700;
  color: #1f2a1f;
  border-bottom: 2px solid var(--Gray-300); /* 👈 خط پایین هدر */
}
.news-detail__content table {
  /* ---------- BODY STRIPES ---------- */
}
.news-detail__content table tbody tr:nth-child(odd) td {
  background: var(--Gray-000);
}
.news-detail__content table tbody tr:nth-child(even) td {
  background: var(--Gray-100);
}
.news-detail__content table tbody tr:last-child td {
  border-bottom: 0;
}
.news-detail__content table {
  /* چون RTL هستیم */
}
.news-detail__content table tr td:last-child {
  border-left: 0;
}
.news-detail__content table {
  /* گوشه‌های گرد بالا */
}
.news-detail__content table thead tr:first-child td:first-child {
  border-top-right-radius: 12px;
}
.news-detail__content table thead tr:first-child td:last-child {
  border-top-left-radius: 12px;
}
.news-detail__content table {
  /* حذف اثر spanهای اینلاین ادیتور */
}
.news-detail__content table td span {
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}
@media (max-width: 768px) {
  .news-detail__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    table-layout: auto; /* مهم: از fixed خارج شود */
    width: 100% !important;
  }
  .news-detail__content {
    /* جدول باید بتونه بزرگ‌تر از عرض موبایل بشه تا اسکرول فعال شه */
  }
  .news-detail__content table tbody,
  .news-detail__content table thead {
    display: table;
    width: -moz-max-content;
    width: max-content; /* یا min-width: 700px; */
    min-width: 700px; /* عدد را بر اساس تعداد ستون‌ها تنظیم کن */
  }
}
.news-detail__subtitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.news-detail__text {
  font-size: 0.95rem;
  color: var(--Gray-700);
  border-bottom: 2px solid var(--Gray-200);
}

.tag-section {
  border-bottom: 2px solid var(--Gray-200);
}

.tag-box__container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag-box__container .tag-box {
  border-radius: 50px;
  border: 1px solid var(--Gray-600);
  color: var(--Gray-600);
  padding: 5px 10px;
  font-size: 14px;
}

.custom-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.custom-pagination .pagination {
  gap: 15px;
  display: flex;
  flex-direction: row-reverse;
}
.custom-pagination .pagination .PagedList-skipToPrevious {
  color: transparent;
  background: url("../img/CircleArrowLeft.svg") no-repeat center center;
  background-size: 40px 40px;
}
.custom-pagination .pagination .PagedList-skipToNext {
  color: transparent;
  background: url("../img/CrcleArrowRight.svg") no-repeat center center;
  background-size: 40px 40px;
}
.custom-pagination .pagination .PagedList-skipToLast {
  color: transparent;
  background: url("../img/CircleArrowLeft.svg") no-repeat center center !important;
  background-size: 40px 40px;
}
@media (max-width: 576px) {
  .custom-pagination .pagination {
    gap: 10px;
    font-size: 14px;
  }
}
.custom-pagination li {
  color: var(--Gray-400);
  background-color: transparent !important;
  transition: all 0.2s ease;
  border: 0 !important;
  offset: 40px;
}
.custom-pagination li:hover {
  background: #f0f0f0;
  border-color: #bbb;
  color: #000;
}
.custom-pagination li.active {
  background: #0b0c0c;
  color: var(--Gray-1000);
  text-decoration: underline !important;
}
.custom-pagination li.disabled {
  color: #aaa;
  background: #eee;
  border-color: #ddd;
  pointer-events: none;
}

.banner {
  background: #1e2227;
  color: #fff;
}
.banner__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  /* دسکتاپ: ترتیب همون HTML (content | image) */
  /* موبایل: می‌خوای المان اول (content) دوم نمایش داده بشه => image بیاد بالا */
}
@media (max-width: 576px) {
  .banner__container {
    grid-template-columns: 1fr;
    /* چون image دومِ HTML هست، با order میاریمش بالا */
  }
}
.banner__image {
  flex: 1;
  display: flex;
  justify-content: end;
}
@media (max-width: 576px) {
  .banner__image {
    order: 1; /* بیاد بالا */
    justify-content: center;
    width: 100%;
  }
}
.banner__image img {
  max-width: 450px;
  height: auto;
  transform: scale(0.9);
  animation: slideInLeft 1s ease forwards, zoomIn 1s ease forwards;
}
.banner__content {
  text-align: right;
}
@media (max-width: 576px) {
  .banner__content {
    order: 2; /* المان اول در HTML => دوم نمایش داده میشه */
  }
}
.banner__title {
  color: var(--Coral-100);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__subtitle {
  font-size: 22px;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .banner__subtitle {
    font-size: 16px;
  }
}
.banner__tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.banner__tag {
  background-color: var(--Gray-800);
  border: 2px solid var(--Gray-600);
  padding: 0.4rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  color: var(--Gray-150);
  transition: 0.2s;
  font-weight: 300;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-right {
  animation: slideInRight 1s ease forwards;
}

.animate-left {
  animation: slideInLeft 1s ease forwards;
}

.fancybox__content img,
.fancybox-image {
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.fancybox__content .Permissions-cards__img img {
  all: unset !important;
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.custom-rounded-page {
  padding-bottom: 30px;
}

.product {
  padding-block: 20px;
  background-color: var(--Gray-000);
}
.product__title {
  font-size: 28px;
  color: var(--Gray-700);
  padding-top: 20px;
  font-weight: 600;
}
.product__header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.product__label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.product__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product__filter {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s ease;
}
.product__filter:hover {
  background: #e5e5e5;
}
.product__filter--active {
  background: var(--Pastel-Green-200);
  color: #000;
  font-weight: 600;
  border: 1px solid var(--Pastel-Green-300);
}
.product__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .product__cards {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}

.product-card {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card__image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-card__badges-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #eaeaea;
}
.product-card__badges {
  display: flex;
  gap: 40px;
  padding: 5px 10px;
  align-items: center;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: slideBadges 10s linear infinite;
}
.product-card__badge {
  position: relative;
  color: var(--Pastel-Green-500);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
.product-card__badge::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
}
.product-card__badge:first-child::after {
  display: none;
}
.product-card__content {
  padding: 15px;
}
.product-card__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--Gray-800);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes slideBadges {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.breadcrumb {
  padding-top: 120px;
  color: var(--Gray-600);
  font-size: 14px;
}
.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  /* separator */
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 5px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%23979A9E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.breadcrumb__item--active .breadcrumb__link {
  color: var(--Gray-600);
  cursor: pointer;
  text-decoration: none;
}
.breadcrumb__link {
  color: var(--Gray-400);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.share-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-navbar .right-section {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-navbar .left-section {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .share-navbar {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.share-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 680px) {
  .share-icons {
    gap: 30px;
  }
}

.custom-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 30px;
}

.icon-bg {
  background-color: var(--Gray-700);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px;
}

.module-tabs .nav-pills {
  display: flex;
  gap: 10px;
}
.module-tabs .nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Gray-100);
  color: var(--Gray-400);
  border-radius: 30px;
  font-size: 14px;
  padding: 15px 30px;
}
.module-tabs .nav-pills .nav-link.active {
  background-color: var(--Gray-800);
  color: var(--Gray-000);
}
.module-tabs .nav-pills .nav-link:hover {
  background-color: var(--Pastel-Green-200);
  color: var(--Gray-800);
  transition: all 0.3s ease;
}
@media (min-width: 577px) and (max-width: 640px) {
  .module-tabs .nav-pills .nav-link {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .module-tabs .nav-pills .nav-link {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .module-tabs .nav-pills {
    flex-direction: column;
  }
}

.module-contents {
  background-color: #ffffff;
  border: 1px solid var(--Pastel-Green-100);
  border-radius: 30px;
  overflow: hidden;
  padding: 20px !important;
}
.module-contents__text {
  font-size: 14px;
  color: var(--Gray-800);
  margin-bottom: 10px;
}
.module-contents .accordion-header {
  font-family: "iranyekan" !important;
}
.module-contents .accordion-body {
  background-color: #ffffff !important;
  padding-inline: 0;
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-contents .accordion-body ul {
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-contents .accordion-body p {
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-contents .accordion-body span {
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-contents .accordion-button {
  padding: 20px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  color: var(--Gray-800) !important;
  text-align: right !important;
}
.module-contents .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
}
.module-contents .accordion-button.collapsed {
  background-color: #ffffff !important;
}
.module-contents .accordion-button:focus {
  box-shadow: none !important;
}
.module-contents .accordion-button::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/circleArrowDown/CircleArrow/CircleArrowDown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  transition: transform 0.3s ease;
}
.module-contents .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.module-info {
  background-color: #f5f5f7;
  overflow: hidden;
  padding: 20px !important;
}
.module-info .accordion-header {
  font-family: "iranyekan" !important;
}
.module-info .accordion-body {
  background-color: #f5f5f7 !important;
  padding-inline: 0;
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-info .accordion-body ul {
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-info .accordion-body p {
  font-weight: 400 !important;
  font-family: "iranyekan" !important;
}
.module-info .accordion-button {
  padding: 20px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  color: var(--Gray-800) !important;
}
.module-info .accordion-button:not(.collapsed) {
  background-color: #f5f5f7 !important;
}
.module-info .accordion-button.collapsed {
  background-color: #f5f5f7 !important;
}
.module-info .accordion-button:focus {
  box-shadow: none !important;
}
.module-info .accordion-button::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/circleArrowDown/CircleArrow/CircleArrowDown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  transition: transform 0.3s ease;
}
.module-info .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-group {
  overflow: hidden;
}
.accordion-group__item {
  background: #fff;
  border-radius: 30px;
}
.accordion-group__header {
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
  cursor: pointer;
}
@media (min-width: 699px) {
  .accordion-group__header {
    align-items: center;
  }
}
@media (max-width: 690px) {
  .accordion-group__header {
    flex-direction: column;
    gap: 20px;
  }
}
.accordion-group__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 690px) {
  .accordion-group__right {
    align-items: start;
  }
}
.accordion-group__check {
  cursor: pointer;
}
.accordion-group__title {
  font-size: 1rem;
  font-weight: 500;
}
.accordion-group__left {
  display: flex;
  align-items: center;
}
@media (max-width: 690px) {
  .accordion-group__left {
    justify-content: space-between;
  }
}
.accordion-group__price {
  font-size: 0.9rem;
  color: #444;
}
.accordion-group__sep {
  color: #999;
  padding-inline: 20px;
  color: var(--Gray-700);
}
.accordion-group__toggle {
  background: none;
  border: none;
  color: var(--Gray-600);
  cursor: pointer;
  padding: 0;
}
.accordion-group__toggle:hover {
  text-decoration: underline;
}
.accordion-group__body {
  padding: 0 1rem;
  font-size: 0.9rem;
  color: #555;
  background: transparent;
}

.group__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.group__list .item {
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion {
  border: none;
  background-color: var(--Gray-000) !important;
}
.faq-accordion .accordion .accordion-body {
  background-color: transparent;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
  padding-inline: 0 !important;
  color: var(--Gray-700) !important;
  font-weight: 500 !important;
}
.faq-accordion .accordion .accordion-item {
  border: none !important;
  background-color: var(--Gray-000) !important;
}
.faq-accordion .accordion .accordion-item:not(:last-child) {
  border-bottom: 2px solid var(--Pastel-Green-300);
}
.faq-accordion .accordion .accordion-item .accordion-header {
  padding: 0;
  background: none;
}
.faq-accordion .accordion .accordion-item .accordion-button {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline;
  text-align: right;
  padding-inline: 0 !important;
}
.faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--Gray-000) !important;
  color: var(--Gray-900) !important;
  font-weight: 600 !important;
}
.faq-accordion .accordion .accordion-item .accordion-button.collapsed {
  background-color: var(--Gray-000) !important;
}
.faq-accordion .accordion .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-accordion .accordion .accordion-item .accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: url("../img/plus-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  transition: all 0.3s ease;
  background-color: var(--Gray-100);
}
.faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus-small.svg");
  transform: rotate(0deg);
  background-color: var(--Gray-300);
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-group__label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  color: var(--Gray-800);
}
.form-group__optional {
  font-size: 12px;
  color: #888;
}
.form-group {
  /* Input Base Style */
}
.form-group__input {
  padding: 15px 10px;
  font-size: 14px;
  border: 1px solid var(--Gray-200);
  border-radius: 10px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  outline: none;
  font-family: "iranYekanFaNum";
}
.form-group__input:focus {
  border-color: var(--Gray-700);
}
.form-group__input::-moz-placeholder {
  color: var(--Gray-300);
  font-size: 13px;
  font-weight: 400;
}
.form-group__input::placeholder {
  color: var(--Gray-300);
  font-size: 13px;
  font-weight: 400;
}
.form-group__input__file {
  padding: 6px;
}
.form-group__input__textarea {
  resize: vertical;
}
.form-group__input__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='gray' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 12px;
}
.form-group__radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .form-group__radio {
    flex-wrap: wrap;
  }
}
.form-group__radio .form-group__radio-options {
  display: flex;
  gap: 40px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .form-group__radio .form-group__radio-options {
    gap: 10px;
  }
}
.form-group__radio .form-group__radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.form-group__radio .form-group__radio-label input[type=radio] {
  accent-color: var(--Gray-800);
  width: 16px;
  height: 16px;
}

.cooperation-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 16px;
}

.cooperation-form {
  margin: 0 auto;
  border: 2px solid var(--Coral-100);
  border-radius: 15px;
}
.cooperation-form__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}
.cooperation-form__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .cooperation-form__body {
    padding: 20px;
  }
}

.form-actions {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.form-actions__btn {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
.form-actions__btn:hover {
  background-color: #43a047;
}

.group__list {
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 20px;
}
.group__list .item:not(:last-child) {
  border-bottom: 2px solid var(--Pastel-Green-100);
}
@media (max-width: 768px) {
  .group__list {
    margin-bottom: 25px;
  }
}

.software-purchase__grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}

.custom-checkbox__input[data-ismain=True],
.custom-checkbox__input[data-ismain=True] + .accordion-group__header {
  cursor: not-allowed;
}

.custom-checkbox__input[data-ismain=True] + .accordion-group__title {
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .software-purchase__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .software-purchase__grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-self: stretch;
    align-self: stretch;
  }
  .software-purchase__grid .receipt {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }
  .software-purchase__grid .receipt .receipt__card {
    width: 100%;
    box-sizing: border-box;
  }
}
.receipt {
  position: sticky;
  top: 24px;
  align-self: start;
  width: 100%;
}

.receipt__card {
  background: var(--Gray-100);
  border: 1px solid var(--Gray-200);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 40px;
}

.receipt__section {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--Gray-200);
  display: flex;
  justify-content: space-between;
}
.receipt__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.receipt__row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.receipt__row--title {
  margin-bottom: 8px;
}

.receipt__dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #556957;
  display: inline-block;
}

.receipt__title {
  font-weight: 600;
  color: var(--Pastel-Green-550);
  font-size: 14px;
}

.receipt__note {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Pastel-Green-550);
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
}

.receipt__list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 240px;
  overflow: auto;
}

.receipt-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f9f9f9;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 10px;
}
.receipt-item__title {
  font-size: 13px;
  color: #333;
}
.receipt-item__price {
  font-size: 12px;
  color: #555;
  margin-inline-start: auto;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 2px 8px;
}
.receipt-item__remove {
  background: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.receipt__totals {
  margin-top: 4px;
}

.receipt__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
}
.receipt__total-row--pay {
  border-top: 1px solid var(--Gray-200);
}
.counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4d6d7;
  border-radius: 15px;
  background: #fafafa;
  overflow: hidden;
  height: 40px;
}
.counter__btn {
  width: 36px;
  display: grid;
  place-items: center;
  border: none;
  background: #fafafa;
  cursor: pointer;
  font-size: 18px;
}
.counter__btn--plus {
  color: var(--Pastel-Green-550);
}
.counter__btn--minus {
  color: var(--Gray-200);
}
.counter__value {
  width: 28px;
  text-align: center;
  border: none;
  background: #fafafa;
  font-weight: 600;
  color: var(--Gray-800);
  font-family: "iranYekanFaNum";
}

@media (max-width: 1024px) {
  .page__grid {
    grid-template-columns: 1fr;
  }
  .receipt {
    position: static;
  }
}
.receipt__section--selected {
  margin-top: 10px;
}
.receipt__selected-box {
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid var(--Gray-200);
  border-radius: 10px;
  padding: 8px;
  background: var(--Gray-000);
}
.receipt__selected-box::-webkit-scrollbar {
  width: 6px;
}
.receipt__selected-box::-webkit-scrollbar-track {
  background: transparent;
}
.receipt__selected-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.receipt__selected-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.receipt__selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  transition: background 0.2s ease;
}
.receipt__selected-item:not(:last-child) {
  border-bottom: 1px solid var(--Gray-200);
}
.receipt__selected-item:hover {
  background: #f1f1f1;
}
.receipt__selected-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 6px;
}
.receipt__selected-price {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 13px;
  color: #333;
  margin-left: 10px;
}
.receipt__remove {
  background: var(--Gray-150);
  border: none;
  color: var(--Gray-800);
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.checkout {
  height: 100%;
  overflow: hidden;
}
.checkout__container {
  display: flex;
  gap: 2rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .checkout__container {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .checkout__container {
    flex-direction: column;
  }
}
.checkout__cart {
  width: 35%;
  height: 100%;
  align-self: stretch;
  position: sticky;
  top: 0;
  background-color: var(--Gray-100);
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .checkout__cart {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .checkout__cart {
    width: 100%;
    overflow: visible;
  }
}
.checkout__form {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding-inline: 50px;
}
@media (max-width: 992px) {
  .checkout__form {
    padding-inline: 20px;
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .checkout .buyer-form {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .checkout__cart {
    position: fixed;
    top: 67px;
    left: 0;
    height: 100vh;
    width: 35%;
    z-index: 200;
    background-color: var(--Gray-100);
    overflow: auto;
    align-self: auto;
  }
  .checkout__container {
    padding-left: 37%;
  }
}
.cart__inner {
  padding: 40px;
  display: flex; /* مهم */
  flex-direction: column; /* مهم */
  height: 100%;
}
@media (max-width: 992px) {
  .cart__inner {
    padding-inline: 20px;
  }
}

.cart__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cart__title {
  font-weight: 600;
  font-size: 24px;
}

.cart__edit {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.cart__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart__item {
  border-bottom: 1px solid var(--Gray-200);
  padding: 0.75rem 0;
}
.cart__item:last-child {
  border-bottom: none;
}
.cart__item-info {
  display: flex;
  justify-content: space-between;
}
.cart__item-name {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart__details-btn {
  margin-top: 0.5rem;
  background: #eee;
  border: none;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
  cursor: pointer;
}

.cart__summary {
  margin-top: auto;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cart__summary {
    margin-bottom: 40px;
  }
}

.wizard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 2rem;
}
.wizard__step {
  position: relative;
  flex: 1;
}
.wizard__step__btn {
  background-color: #ffffff;
  border: 1px solid var(--Gray-300);
  border-radius: 13px;
  padding: 2px 20px;
  z-index: 1;
  position: relative;
}
.wizard__step__btn.completed {
  color: var(--Gray-300);
  background-color: var(--Gray-150);
}
.wizard__step__btn.active {
  color: #ffffff;
  font-weight: 500;
  background-color: var(--Gray-900);
}
.wizard__step__text {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--Gray-400);
}
.wizard__step__text.active {
  font-weight: 600;
  color: var(--Gray-800);
}
.wizard__step::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: calc(10% + 45px);
  height: 1px;
  background: var(--Gray-300);
  z-index: 0;
}

.wizard__step:last-child::after {
  display: none;
}

@media (max-width: 800px) {
  .wizard {
    margin-block: 2.3rem;
  }
  .wizard__step {
    display: none;
  }
  /* فقط مرحله‌ای که دکمه active دارد نمایش داده شود */
  .wizard__step:has(.wizard__step__btn.active) {
    display: flex;
  }
  /* متن مرحله هم مخفی */
  .wizard__step__text {
    display: none;
  }
  .wizard__step::after,
  .wizard__step::before {
    content: none !important;
    display: none !important;
  }
  /* اگر کانکتور را روی دکمه گذاشتی */
  .wizard__step__btn::after,
  .wizard__step__btn::before {
    content: none !important;
    display: none !important;
  }
}
.buyer-tabs {
  background-color: var(--Gray-100);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: none;
  margin-block: 1.5rem;
  border-radius: 10px;
  padding: 5px 10px;
}
.buyer-tabs__btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #666;
}
.buyer-tabs__btn .buyer-tabs__circle {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
}
.buyer-tabs__btn .buyer-tabs__circle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease;
}
.buyer-tabs__btn.active {
  color: #000;
}
.buyer-tabs__btn.active .buyer-tabs__circle {
  border-color: #000;
}
.buyer-tabs__btn.active .buyer-tabs__circle::after {
  transform: translate(-50%, -50%) scale(1);
}
.buyer-tabs .nav-tabs {
  border: 0 !important;
}
.buyer-tabs .nav-link {
  border: 0;
  margin: 0;
}
.buyer-tabs .nav-item label input[type=radio] {
  accent-color: var(--Gray-800);
  width: 16px;
  height: 16px;
}
.buyer-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 576px) {
  .form__grid {
    grid-template-columns: 1fr;
  }
}

.form__field--full {
  grid-column: span 2;
}

.custom-modal .modal-content {
  border-radius: 16px;
  background-color: rgba(245, 245, 248, 0.84);
  padding: 40px;
}
.custom-modal .modal-header {
  border-bottom: none;
  padding: 0;
  justify-content: space-between;
  padding-bottom: 30px;
}
.custom-modal .modal-header .btn-close {
  margin: 0;
  padding: 5px;
  background-color: var(--Gray-200);
  font-size: 14px;
}
.custom-modal .modal-header .modal-title h5 {
  font-size: 20px;
  color: var(--Gray-800);
  font-weight: 600 !important;
}
.custom-modal .modal-body {
  padding: 0;
}
.custom-modal .modal-body .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: start;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.custom-modal .modal-footer {
  border-top: 0 !important;
  padding: 0 !important;
  margin-top: 40px !important;
}

.btn-close-left {
  position: absolute;
  left: 20px;
  top: 20px;
}

.product-modal__section {
  margin-bottom: 1.5rem;
}
.product-modal__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-modal__row .product-modal__dot {
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  display: inline-block;
}
.product-modal__row .product-modal__label {
  font-weight: 500;
  color: #333;
}
.product-modal__row .product-modal__count {
  margin-right: auto;
  font-weight: bold;
}
.product-modal__price {
  margin-top: 0.3rem;
  color: #777;
  font-size: 0.85rem;
  padding-right: 1.2rem;
}
.product-modal__modules {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1rem;
}
.product-modal__modules-title {
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #444;
}
.product-modal__modules-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-modal__modules-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #e0e0e0;
}
.product-modal__modules-list li:last-child {
  border-bottom: none;
}
.product-modal__module-price {
  color: #777;
  min-width: 110px;
  text-align: left;
}
.product-modal__module-name {
  color: #333;
  font-weight: 500;
}
.product-modal .modal-footer {
  border-top: none;
  justify-content: flex-start;
}
.product-modal .modal-footer .btn-outline-danger {
  border-radius: 8px;
  font-weight: 500;
}

.order-summary-container {
  background-color: var(--Gray-100);
  border: 2px solid var(--Gray-150);
  border-radius: 0 0 30px 30px;
  margin-top: -30px;
  padding: 35px;
  min-height: 50vh;
}
@media (max-width: 768px) {
  .order-summary-container {
    padding: 15px;
  }
}

.order-list-container {
  background-color: var(--Gray-150);
  border: 1px solid var(--Gray-200);
  border-radius: 10px;
  padding: 0 15px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--Gray-300) transparent;
  margin-bottom: 30px;
}
.order-list-container::-webkit-scrollbar {
  width: 6px;
  background: var(--Gray-300);
  border-radius: 12px;
}
.order-list-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 12px;
}
.order-list-container::-webkit-scrollbar-thumb {
  background: var(--Gray-300);
  border-radius: 10px;
}

.order-summary {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .order-summary {
    padding-top: 30px;
  }
}
.order-summary__name {
  font-size: 14px;
}
@media (max-width: 768px) {
  .order-summary__name {
    font-size: 14px;
  }
}

.order-summary__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--Gray-800);
}
@media (max-width: 768px) {
  .order-summary__title {
    margin-bottom: 15px;
  }
}

.order-summary__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.order-summary__item {
  padding: 15px 0;
}
.order-summary__item:not(:last-child) {
  border-bottom: 1px solid var(--Gray-200);
}

.order-summary__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.order-summary__buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 20px;
}

.order-summary__details-btn {
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}

.order-summary__edit-btn {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.order-summary__actions-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-summary__remove-btn {
  background: var(--Gray-200);
  border: none;
  color: var(--Gray-800);
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 576px) {
  .order-summary__remove-btn {
    font-size: 1rem;
    width: 28px;
    height: 28px;
  }
}

.order-summary__remove-btn:hover {
  background: #e5e7eb;
}

.order-details-box {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.order-details-section {
  margin-bottom: 15px;
}
.order-details-section li {
  margin-bottom: 15px;
}

.order-details-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-details-section li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.detail-item__title {
  font-weight: 600;
  font-size: 16px;
  color: var(--Pastel-Green-500);
  margin: 0;
}

.selected-modules-title {
  color: var(--Pastel-Green-500);
  padding-top: 15px;
  font-weight: 700;
}
.selected-modules-title:not(:last-child) {
  border-top: 1px solid var(--Gray-200);
}

.detail-item__desc {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

.product-section-title {
  font-weight: bold;
  font-size: 32px;
  color: #0c0c0c;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .product-section-title {
    font-size: 26px;
    padding-top: 10px;
  }
}

.selected-modules li {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  padding: 10px 0;
}
.selected-modules li:not(:last-child) {
  border-bottom: 1px solid var(--Gray-200);
}

.module-title {
  color: #444;
  font-size: 0.85rem;
}

.product-module-title {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.price__value {
  font-size: 16px;
  font-weight: 600;
  color: var(--Gray-800);
  font-family: "peyda";
}
@media (max-width: 576px) {
  .price__value {
    font-size: 14px;
  }
}

.price__currency {
  font-size: 0.8rem;
  color: #888;
}
@media (max-width: 576px) {
  .price__currency {
    font-size: 10px;
  }
}

.price-2 {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.price-2__value {
  font-size: 14px;
  color: var(--);
}
@media (max-width: 576px) {
  .price-2__value {
    font-size: 12px;
  }
}

.price-2__currency {
  font-size: 12px;
  color: var(--Gray-500);
}
@media (max-width: 576px) {
  .price-2__currency {
    font-size: 10px;
  }
}

.order-summary__summary {
  margin-top: 20px;
  border-top: 1px solid #d1d5db;
}

.summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--Gray-700);
  font-weight: 600;
}
.summary__total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--Gray-200);
  padding-top: 20px;
}
.summary__total-label {
  font-size: 20px;
  color: var(--Pastel-Green-500);
  font-family: "peyda";
  font-weight: 600;
}

.row-divider {
  padding-block: 20px;
}

.summary--total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--Pastel-Green-500);
  border-top: 1px solid var(--Gray-200);
  padding-block: 10px;
}
.summary--total .price {
  font-size: 20px !important;
}

.order-summary__actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.btn {
  flex: 1;
  padding: 12px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.btn--primary {
  background: #1f2937;
  color: white;
}

.btn--primary:hover {
  background: #111827;
}

.btn--outline {
  border: 1px solid #1f2937;
  background: transparent;
  color: #1f2937;
}

.btn--outline:hover {
  background: #f3f4f6;
}

@media (max-width: 480px) {
  .order-summary__title {
    font-size: 1.2rem;
  }
  .order-summary__item {
    flex-direction: column;
    align-items: stretch;
  }
  .order-summary__actions-item {
    justify-content: space-between;
  }
}
.purchase-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  padding: 10px;
  background-color: var(--Pastel-Green-000);
  border-radius: 15px;
  border: 2px solid var(--Gray-150);
  font-size: 14px;
}
.purchase-nav .right-section {
  display: flex;
  gap: 15px;
}
@media (max-width: 680px) {
  .purchase-nav .right-section {
    gap: 10px;
  }
}
@media (max-width: 394px) {
  .purchase-nav .right-section {
    gap: 10px;
    font-size: 12px;
  }
}
.purchase-nav .desktop-left-section {
  display: flex;
  gap: 20px;
}
@media (max-width: 680px) {
  .purchase-nav .desktop-left-section {
    display: none;
  }
}
@media (max-width: 1024px) {
  .purchase-nav {
    margin-inline: 15px;
  }
}
@media (max-width: 768px) {
  .purchase-nav {
    margin-inline: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 680px) {
  .purchase-nav {
    padding-inline: 15px;
  }
}

.mobile-left-section {
  display: none;
}
@media (max-width: 679px) {
  .mobile-left-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 15px;
  }
}

.help-section {
  background-color: #1c1f24;
  padding: 20px;
  display: flex;
  justify-content: center;
  padding-inline: 40px;
}
@media (max-width: 680px) {
  .help-section {
    padding-inline: 15px;
  }
}

.help-section__container {
  border-radius: 16px;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.help-section__container-2 {
  background-color: var(--Gray-000);
  border-radius: 16px;
  padding-block: 80px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.help-section__icon-wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(67, 72, 80, 0.38);
  padding: 10px;
  border-radius: 30px;
}
@media (max-width: 680px) {
  .help-section__icon-wrapper-1 {
    display: none;
  }
}

.help-section__icon-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3d41;
  border-radius: 20px;
}
@media (max-width: 680px) {
  .help-section__icon-wrapper-2 {
    display: none;
  }
}

.help-section__icon {
  background-color: #3a3d41;
  width: 94px;
  height: 94px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
}

.help-section__content-1 {
  flex: 1;
  background-color: rgba(67, 72, 80, 0.38);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 20px;
}

.help-section__content-2 {
  flex: 1;
  background-color: #3a3d41;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.help-section__text {
  color: #fff;
}
.help-section__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.help-section__description {
  font-size: 0.95rem;
  color: #d1d1d1;
  margin: 0;
}

@media (max-width: 600px) {
  .help-section__container {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 15px;
  }
  .help-section__content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .help-section__button {
    text-align: center;
  }
  .help-section__icon {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}
.otp-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.otp-description {
  font-size: 16px;
  color: var(--Gray-800);
  margin-bottom: 20px;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 10px;
}

.otp-extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  font-size: 0.9rem;
}

.otp-timer {
  color: var(--Coral-400);
  font-weight: 500;
}

.change-phone-link {
  color: var(--Gray-600);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s;
}

.change-phone-link:hover {
  color: #0056b3;
}

.otp-input {
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid var(--Gray-200);
  border-radius: 15px;
  transition: 0.2s;
  font-family: "iranYekanFaNum";
}

.otp-input:focus {
  border-color: var(--Gray-900);
  outline: none;
}

.otp-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.otp-actions .btn {
  min-width: 130px;
}

@media (max-width: 480px) {
  .otp-input {
    width: 38px;
    height: 45px;
    font-size: 1rem;
  }
}
.invoice-info-section {
  max-width: 500px;
  padding: 10px 20px;
  border: 1px solid var(--Gray-200);
  border-radius: 30px;
  background: #fff;
}

.invoice-info-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.invoice-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.invoice-info-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 15px;
}
.invoice-info-item:not(:last-of-type) {
  border-bottom: 1px solid var(--Gray-200);
}

.invoice-info-label {
  font-size: 0.9rem;
  color: #555;
}

.invoice-info-value {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

@media (max-width: 480px) {
  .invoice-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .invoice-info-label,
  .invoice-info-value {
    font-size: 0.85rem;
  }
}
.back-icon {
  cursor: pointer;
}

.payment-success {
  margin: 20px auto;
  padding: 30px 20px;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.payment-success-container {
  max-width: 700px;
  margin: 0 auto;
}

.payment-success__message {
  color: var(--Pastel-Green-500);
  text-align: start;
  margin-bottom: 25px;
}

.payment-success__message .payment-success__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--Pastel-Green-500);
  text-align: center;
  margin-bottom: 25px;
}

.payment-success__message .payment-success__description {
  font-size: 16px;
  color: #555;
  text-align: center;
}

.payment-success__buyer-info {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 8px;
  background: var(--Gray-000);
}

.payment-success__buyer-info .info-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.payment-success__buyer-info .info-item__label {
  font-size: 0.9rem;
  color: #555;
}

.payment-success__buyer-info .info-item__value {
  font-size: 0.9rem;
  color: #333;
  font-weight: bold;
  direction: ltr;
}

.payment-success__products .products__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.payment-success__products .products__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-success__products .products__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 10px;
}
.payment-success__products .products__item:not(:last-of-type) {
  border-bottom: 1px solid var(--Gray-200);
}

.payment-success__products .products__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.payment-success__products .products__name {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  flex: 1;
}

.payment-success__products .price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.payment-success__products .price__value {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

.payment-success__products .price__currency {
  font-size: 0.85rem;
  color: #555;
}

@media (max-width: 480px) {
  .payment-success {
    padding: 20px 10px;
  }
  .payment-success__products .products__name {
    font-size: 0.85rem;
  }
  .payment-success__products .price__value {
    font-size: 0.85rem;
  }
}
.payment-fail__title {
  color: var(--Coral-400);
  font-size: 24px;
  text-align: center;
}

.cart-icon {
  cursor: pointer;
}

.learning-file-image {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learning-file-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .learning-file-image {
    width: 60px;
    height: 40px;
  }
}

.product-description span {
  font-family: "iranYekan" !important;
  font-weight: 400 !important;
}
.product-description a {
  font-family: "iranYekan" !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.cart {
  position: relative;
}

.cart-count-badge {
  position: absolute;
  top: 8px;
  left: 3px;
  color: white;
  min-width: 18px;
  height: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-count-badge .cart-count-badge-text {
  position: relative;
  top: 1.5px;
  font-size: 13px;
  right: 1px;
}

.fade-in-up {
  position: relative;
  overflow: hidden;
}

.fade-in-up-img {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.2s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.receipt__discount {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--Gray-200);
}

.discount-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.discount-input {
  flex: 1;
  background-color: var(--Gray-150);
  padding: 10px 12px;
  border: 1px solid var(--Gray-200);
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  color: var(--Gray-800);
  font-family: "iranYekanFaNum";
}
.discount-input::-moz-placeholder {
  color: var(--Gray-600);
}
.discount-input::placeholder {
  color: var(--Gray-600);
}

.discount-input:focus {
  border-color: var(--Pastel-Green-550, #4caf50);
}

.discount-btn {
  background-color: var(--Pastel-Green-550);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  white-space: nowrap;
  margin-block: 2px;
}
.discount-btn:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
  opacity: 0.7;
}

.discount-message {
  font-size: 12px;
  color: var(--Pastel-Green-500);
}
.discount-message.is-success {
  color: var(--Pastel-Green-500);
}
.discount-message.is-error {
  color: var(--Coral-400);
}
.discount-message.is-warning {
  color: var(--Orange-400);
}

@media (max-width: 600px) {
  .discount-form {
    align-items: stretch;
  }
}
.btn-wrapper {
  display: flex;
}
@media (max-width: 576px) {
  .btn-wrapper {
    width: 100%;
  }
  .btn-wrapper a {
    width: 100%;
    padding-block: 10px;
  }
}

.field-validation-error {
  color: red !important;
  font-size: 14px !important;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}

.custom-service-carousel .image-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 33px;
  background-color: #ffffff;
  padding: 8px;
  height: 350px;
}

.custom-service-carousel .image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.delete-discount {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  justify-content: end;
  cursor: pointer;
}
.delete-discount:hover {
  color: var(--Coral-400);
}
.delete-discount:hover svg path {
  stroke: var(--Coral-400);
  fill: var(--Coral-400);
}

.jobs-gallery {
  background-color: var(--Gray-100);
  margin-top: 20px;
  border-radius: 15px;
  border: 2px solid var(--Gray-150);
  padding: 10px 20px;
}
.jobs-gallery__empty {
  color: #777;
  font-size: 14px;
}
.jobs-gallery__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 1.5rem;
}

.jobs-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.jobs-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mobile-canvas .offcanvas {
  background-color: var(--Gray-900);
  width: 80%;
}
.mobile-canvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: var(--Gray-600) rgba(255, 255, 255, 0.08);
  /* Chrome, Edge, Safari */
}
.mobile-canvas .offcanvas-body::-webkit-scrollbar {
  width: 6px;
}
.mobile-canvas .offcanvas-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}
.mobile-canvas .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: var(--Gray-600);
  border-radius: 10px;
}
.mobile-canvas .main-header__menu .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 10px;
  color: var(--Gray-100);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  border-radius: 10px;
}
.mobile-canvas .nav-item:not(:last-of-type) {
  border-bottom: 2px solid var(--Gray-700);
}
.mobile-canvas .btn-close {
  position: absolute;
  left: 5px;
  top: 20px;
  color: var(--Gray-150);
  background-color: var(--Gray-600);
}
.mobile-canvas .subMenu {
  margin: 10px 0 12px;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--Gray-700);
  border-radius: 14px;
  list-style: none;
}
.mobile-canvas .collapsing {
  transition-duration: 140ms !important;
}
.mobile-canvas .subMenu > li + li {
  margin-top: 4px;
}
.mobile-canvas .subMenu a {
  display: block;
  padding: 20px 10px;
  color: var(--Gray-100);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
}
.mobile-canvas .menu-item {
  padding: 10px;
}
.mobile-canvas .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--Gray-700);
}
.mobile-canvas .menu-item a {
  font-size: 16px;
}
.mobile-canvas .mobile-menu__cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-canvas .nav-item.dropdown > .nav-link {
  position: relative;
  padding-left: 36px;
}
.mobile-canvas .nav-item.dropdown > .nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--Gray-200);
  border-bottom: 2px solid var(--Gray-200);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 200ms ease, opacity 200ms ease;
  opacity: 0.9;
}
.mobile-canvas .nav-item.dropdown > .nav-link[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-135deg);
  opacity: 1;
}

.hero-cert-btn {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 40;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  background-color: rgba(174, 176, 179, 0.25);
  border: 1px solid var(--Gray-600);
  border-right: 0;
  color: var(--Coral-100);
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.alert-bar {
  display: block;
  background-color: var(--Gray-900);
  color: var(--Pastel-Green-200);
  font-size: 13px;
  line-height: 1.6;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.alert-bar__container {
  min-height: 30px;
  gap: 16px;
  padding: 10px;
}
.alert-bar__content {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 768px) {
  .alert-bar__content {
    gap: 4px;
    text-align: center;
    align-items: start;
  }
}
.alert-bar__icon {
  font-size: 14px;
  flex-shrink: 0;
}
.alert-bar__text {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .alert-bar__text {
    flex-wrap: wrap;
    font-size: 10px;
  }
}
.alert-bar__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.alert-bar__close:hover {
  opacity: 1;
}

.contact-social-section {
  background-color: var(--Gray-800);
  margin-bottom: 90px;
}
.contact-social-section .social-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .contact-social-section .social-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-social-section .social-item {
  padding: 20px 16px;
  text-decoration: none;
  position: relative;
}
.contact-social-section .social-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  padding-block: 10px;
  color: red;
  top: 0;
}
.contact-social-section .social-item__icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact-social-section .social-item__title {
  font-size: 16px;
  font-family: "peyda";
  color: var(--Pastel-Green-300);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-social-section .social-item__url {
  font-size: 12px;
  color: var(--Coral-100);
  direction: ltr;
  word-break: break-all;
}

.checkout-container {
  margin-top: 120px;
  margin-bottom: 120px;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding-block: 40px;
}
.cart-empty__img {
  width: 120px;
  height: auto;
}
.cart-empty__text {
  margin: 0;
  font-size: 14px;
  color: var(--Gray-700);
}
.cart-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 30px;
  font-size: 13px;
  color: var(--Gray-800);
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid var(--Gray-800);
  cursor: pointer;
}

.tax-guide__hero {
  color: #e9eef4;
  padding: 32px 0 40px;
}
.tax-guide__header {
  padding-top: 120px;
}
.tax-guide__lead {
  color: var(--Gray-150);
}
.tax-guide__title {
  font-size: 32px;
  margin-bottom: 20px;
}
.tax-guide__bottom {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  padding-block: 60px;
}
.tax-guide__text {
  font-size: 14px;
  color: var(--Gray-150);
}
.tax-guide__text p {
  color: var(--Gray-150);
}
.tax-guide__video {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 360px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.tax-guide__video-el {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: none;
}
.tax-guide__actions {
  background-color: var(--Gray-000);
}
.tax-guide__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: stretch;
  padding-block: 50px;
}

/* Responsive */
@media (max-width: 900px) {
  .tax-guide__bottom {
    grid-template-columns: 1fr;
  }
  .tax-guide__video {
    max-width: 420px;
    margin: 0 auto;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .tax-guide__bottom {
    grid-template-columns: 1fr;
  }
  .tax-guide__video {
    max-width: 420px;
    margin: 0 auto;
  }
}
/* CARD */
.tax-card {
  background: var(--Gray-100);
  border: 1px solid var(--Gray-200);
  border-radius: 15px;
  padding: 18px 18px 16px;
}
.tax-card__title {
  margin: 2px 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--Gray-800);
}
.tax-card__desc {
  margin: 0 0 30px;
  font-size: 16px;
  color: var(--Gray-600);
}
.tax-card__btn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.tax-card__btn-stack {
  display: grid;
  gap: 12px;
}

/* BUTTON */
.tax-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--Gray-800);
  color: var(--Gray-100);
  font-size: 13px;
  border: 1px solid var(--Gray-800);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.tax-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}
.tax-btn:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tax-guide__hero-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .tax-guide__video {
    max-width: 420px;
    width: 100%;
  }
  .tax-guide__text {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .tax-guide__cards {
    grid-template-columns: 1fr;
  }
  .tax-card__btn-grid {
    grid-template-columns: 1fr;
  }
}
/* Roadmap Section (SCSS) */
.tax-roadmap {
  padding-block: 80px;
  color: #e9eef4;
}
.tax-roadmap__container {
  margin-inline: auto;
}
.tax-roadmap__head {
  margin-bottom: 30px;
}
.tax-roadmap__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #f0f4f8;
  letter-spacing: -0.2px;
}
.tax-roadmap__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: stretch;
}

/* Card */
.tax-step {
  background: var(--Gray-800);
  border: 1px solid var(--Gray-700);
  border-radius: 12px;
  padding: 16px 16px 14px;
}
.tax-step__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "peyda";
  color: #f3f6fa;
  display: flex;
  gap: 6px;
  align-items: center;
}
.tax-step__no {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.88);
}
.tax-step__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--Gray-300);
}
.tax-step__link {
  color: rgba(233, 238, 244, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}
.tax-step__link:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 900px) {
  .tax-roadmap__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .tax-roadmap {
    padding: 26px 0 30px;
  }
  .tax-roadmap__container {
    width: min(1100px, 100% - 28px);
  }
  .tax-step {
    padding: 14px 14px 12px;
  }
  .tax-step__title {
    font-size: 13.5px;
  }
  .tax-step__desc {
    font-size: 12.5px;
  }
}
.supervision-reveal {
  display: none;
}
@media (min-width: 769px) {
  .supervision-reveal {
    display: block;
  }
}

.chat-icon {
  background-color: var(--Pastel-Green-200);
  height: 40px;
  width: 40px;
  border-radius: 15px;
}

.chat-modal-header {
  position: relative;
  padding: 16px 20px;
}
.chat-modal-header__logo {
  height: 32px;
  width: auto;
}
.chat-modal-header__close {
  position: absolute;
  top: 10px;
  left: 10px;
  --bs-btn-close-bg: none;
  opacity: 1 !important;
}
.chat-modal-header__close span {
  color: #ee3960;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  font-weight: 700;
}
.chat-modal-header__close span:hover {
  color: var(--Gray-1000);
}
.chat-modal-header__close:focus {
  box-shadow: none;
}

.other-article {
  margin-top: 30px;
}

.custom-service-title {
  font-size: 26px;
  text-align: center;
  font-weight: 400;
}

.custom-services-des {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.form-group-2 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-sign {
  width: 100px;
}
.footer-sign img {
  width: 100%;
}

.quotes-section {
  background: var(--Gray-900);
}
.quotes-section__inner {
  padding-block: 50px;
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
@media (max-width: 900px) {
  .quotes-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 78vw);
    grid-template-columns: unset;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .quotes-grid::-webkit-scrollbar {
    height: 8px;
  }
  .quotes-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
  }
}

.quote-card {
  position: relative;
  background: var(--Gray-800);
  border: 1px solid var(--Gray-700);
  border-radius: 15px;
  padding: 18px 18px 20px;
  min-height: 150px;
}
@media (max-width: 900px) {
  .quote-card {
    scroll-snap-align: start;
  }
}
.quote-card__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: right;
  padding-inline-start: 6px;
}
.quote-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.9;
  text-align: right;
  padding-inline: 6px;
  padding-bottom: 15px;
}
.quote-card__mark {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quote-card__mark--top {
  top: 10px;
  inset-inline-end: 12px;
  font-size: 18px;
}
.quote-card__mark--bottom {
  bottom: 10px;
  inset-inline-start: 12px;
  font-size: 22px;
  opacity: 0.95;
}
.quote-card {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.quote-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.product-faq {
  padding: 120px 0;
}
.product-faq__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 992px) {
  .product-faq__grid {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .product-faq__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.product-faq__title h2 {
  font-size: 28px;
  line-height: 1.6;
  color: var(--Gray-800);
}
.product-faq__accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #bdecc8;
}
.product-faq__accordion .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-block: 20px;
  padding-inline: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1d2229;
  position: relative;
  text-align: right;
}
.product-faq__accordion .accordion-button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e9faf0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  transition: all 0.25s ease;
  /* SVG PLUS */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d2229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}
.product-faq__accordion .accordion-button:not(.collapsed)::after {
  background-color: #d3fbd8;
  /* SVG MINUS */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d2229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}
.product-faq__accordion .accordion-button:focus {
  box-shadow: none;
}
.product-faq__accordion .accordion-body {
  padding: 0 0 24px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

.contactus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  border-radius: 50px;
  background-color: var(--Gray-700);
  border: 2px solid var(--Gray-600);
  color: white;
  font-size: 14px;
  transition: 0.3s ease;
  max-width: 180px;
  width: 100%;
}
.contactus-btn:hover {
  background-color: var(--Gray-600);
  border: 2px solid var(--Gray-600);
}

.fullscreen-video {
  cursor: pointer;
}/*# sourceMappingURL=NewStyle.css.map */