

.sitemap-page-AR {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: var(--themes-background-background-white);
  min-height: 100vh;
  transition: background-color 0.3s ease;
}

.sitemap-page-AR .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: var(--themes-background-background-primary-25);
  transition: background-color 0.3s ease;
}

.sitemap-page-AR .sitemap {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-global-spacing-4xl);
  padding: var(--spacing-global-spacing-5xl) var(--spacing-global-spacing-8xl);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .sitemap-page-AR .sitemap {
    padding: var(--spacing-global-spacing-4xl) var(--spacing-global-spacing-5xl);
  }
  
  .sitemap-page-AR .background {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .sitemap-page-AR .sitemap {
    padding: var(--spacing-global-spacing-xl) var(--spacing-global-spacing-4xl);
  }
  
  .sitemap-page-AR .background {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .sitemap-page-AR .sitemap {
    padding: var(--spacing-global-spacing-md) var(--spacing-global-spacing-xl);
  }
  
  .sitemap-page-AR .background {
    height: 120px;
  }
}

.sitemap-page-AR .sitemap-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-global-spacing-7xl);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.sitemap-page-AR .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacing-global-spacing-md);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.sitemap-page-AR .breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
  gap: var(--spacing-global-spacing-none);
}

.sitemap-page-AR .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-link-link-sm-gap);
  padding: 0px 0px 0px var(--spacing-link-link-sm-gap);
  position: relative;
  flex: 0 0 auto;
}

.sitemap-page-AR .link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-link-link-sm-gap);
  position: relative;
  flex: 0 0 auto;
}

.sitemap-page-AR .link-text {
  color: var(--themes-global-text-default-disabled);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-sm-regular-font-family);
  font-weight: var(--text-sm-regular-font-weight);
  font-size: var(--text-sm-regular-font-size);
  letter-spacing: var(--text-sm-regular-letter-spacing);
  line-height: var(--text-sm-regular-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--text-sm-regular-font-style);
  transition: color 0.2s ease;
}

.sitemap-page-AR .breadcrumb-item:hover .link-text {
  color: var(--themes-link-link-neutral);
}

.sitemap-page-AR .arrow-left {
  position: relative;
  width: 16px;
  height: 16px;
}

.sitemap-page-AR .text-wrapper {
  color: var(--themes-link-link-neutral);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-sm-regular-font-family);
  font-weight: var(--text-sm-regular-font-weight);
  font-size: var(--text-sm-regular-font-size);
  letter-spacing: var(--text-sm-regular-letter-spacing);
  line-height: var(--text-sm-regular-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--text-sm-regular-font-style);
  transition: color 0.2s ease;
}

.sitemap-page-AR .breadcrumb-item:hover .text-wrapper {
  color: var(--themes-text-text-primary);
}

.sitemap-page-AR .div {
  position: relative;
  width: fit-content;
  font-family: var(--display-sm-bold-font-family);
  font-weight: var(--display-sm-bold-font-weight);
  color: var(--themes-text-text-default);
  font-size: var(--display-sm-bold-font-size);
  text-align: left;
  letter-spacing: var(--display-sm-bold-letter-spacing);
  line-height: var(--display-sm-bold-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--display-sm-bold-font-style);
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .sitemap-page-AR .div {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .sitemap-page-AR .div {
    font-size: 20px;
    line-height: 28px;
  }
}

.sitemap-page-AR .categories {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-global-spacing-xl);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
@media (max-width: 768px) {
  .sitemap-page-AR .categories {
    gap: var(--spacing-global-spacing-md);
  }
}

.sitemap-page-AR .main-page {
    display: inline-flex
;
    align-items: flex-start;
    gap: var(--spacing-global-spacing-xs);
    position: relative;
    flex: 0 0 auto;
    flex-direction: row-reverse;
}
.sitemap-page-AR .link-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-link-link-md-gap);
  position: relative;
  flex: 0 0 auto;
}
.sitemap-page-AR .link-22 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-link-link-md-gap);
  position: relative;
  flex: 0 0 auto;
}


.sitemap-page-AR .link-text-22 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--themes-link-link-primary);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--text-md-regular-font-style);
 
  cursor: pointer;
}

.sitemap-page-AR .link-text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--themes-link-link-primary);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--text-md-regular-font-style);
  transition: all 0.2s ease;
  cursor: pointer;
}

.sitemap-page-AR .link-2:hover .link-text-2 {
  text-decoration: underline;
    transform: translateX(-2px);
}


.sitemap-page-AR .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--themes-text-text-primary);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-md-regular-font-style);
}

.sitemap-page-AR .sub-page {
    display: inline-flex
;
    align-items: center;
    gap: var(--spacing-global-spacing-xs);
    padding: 0px var(--spacing-global-spacing-xl) 0px 0px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s 
ease;
    flex-direction: row-reverse;
}

.sitemap-page-AR .sub-page2 {
    display: inline-flex
;
    align-items: center;
    gap: var(--spacing-global-spacing-xs);
    padding: 0px var(--spacing-global-spacing-xl) 0px 0px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s 
ease;
    flex-direction: row-reverse;
}

.sitemap-page-AR .sub-page:hover {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .sitemap-page-AR .sub-page {
    padding: 0px var(--spacing-global-spacing-md) 0px 0px;
  }
}

.sitemap-page-AR .link-text-3 {
  color: var(--themes-link-link-primary);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-sm-regular-font-family);
  font-weight: var(--text-sm-regular-font-weight);
  font-size: var(--text-sm-regular-font-size);
  letter-spacing: var(--text-sm-regular-letter-spacing);
  line-height: var(--text-sm-regular-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--text-sm-regular-font-style);
  transition: all 0.2s ease;
  cursor: pointer;
}

.sitemap-page-AR .link:hover .link-text-3 {
  text-decoration: underline;
  transform: translateX(-2px);
}

.sitemap-page-AR .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  margin-top: -1.00px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--themes-text-text-primary);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  font-style: var(--text-md-regular-font-style);
}

.sitemap-page-AR .sub-sub-page {
    display: inline-flex
;
    align-items: center;
    gap: var(--spacing-global-spacing-xs);
    padding: 0px var(--spacing-global-spacing-4xl) 0px 0px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s 
ease;
    flex-direction: row-reverse;
}

.sitemap-page-AR .sub-sub-page:hover {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .sitemap-page-AR .sub-sub-page {
    padding: 0px var(--spacing-global-spacing-xl) 0px 0px;
  }
}

.sitemap-page-AR .sub-sub-sub-page {
    display: inline-flex
;
    align-items: center;
    gap: var(--spacing-global-spacing-xs);
    padding: 0px var(--spacing-global-spacing-6xl) 0px 0px;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.2s 
ease;
    flex-direction: row-reverse;
}

.sitemap-page-AR .sub-sub-sub-page:hover {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .sitemap-page-AR .sub-sub-sub-page {
    padding: 0px var(--spacing-global-spacing-4xl) 0px 0px;
  }
}

.sitemap-page-AR .link-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--spacing-global-spacing-xs);
  padding: 0px var(--spacing-global-spacing-4xl) 0px 0px;
  position: relative;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.sitemap-page-AR .link-wrapper:hover {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .sitemap-page-AR .link-wrapper {
    padding: 0px var(--spacing-global-spacing-xl) 0px 0px;
  }
}
