/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --header-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --header-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --header-color-gray-800: oklch(27.8% 0.033 256.848);
    --header-color-black: #000;
    --header-color-white: #fff;
    --header-spacing: 0.25rem;
    --header-text-sm: 0.875rem;
    --header-text-sm--line-height: calc(1.25 / 0.875);
    --header-text-xl: 1.25rem;
    --header-text-xl--line-height: calc(1.75 / 1.25);
    --header-font-weight-bold: 700;
    --header-radius-xl: 0.75rem;
    --header-radius-2xl: 1rem;
    --header-default-font-family: var(--header-font-sans);
    --header-default-mono-font-family: var(--header-font-mono);
    --header-font-yekanbakh: 'YekanBakh', sans-serif;
  }
}
@layer utilities {
  .header\:absolute {
    position: absolute;
  }
  .header\:fixed {
    position: fixed;
  }
  .header\:relative {
    position: relative;
  }
  .header\:sticky {
    position: sticky;
  }
  .header\:top-0 {
    top: calc(var(--header-spacing) * 0);
  }
  .header\:right-0 {
    right: calc(var(--header-spacing) * 0);
  }
  .header\:bottom-0 {
    bottom: calc(var(--header-spacing) * 0);
  }
  .header\:z-50 {
    z-index: 50;
  }
  .header\:mx-auto {
    margin-inline: auto;
  }
  .header\:my-2 {
    margin-block: calc(var(--header-spacing) * 2);
  }
  .header\:mb-2 {
    margin-bottom: calc(var(--header-spacing) * 2);
  }
  .header\:flex {
    display: flex;
  }
  .header\:hidden {
    display: none;
  }
  .header\:h-6 {
    height: calc(var(--header-spacing) * 6);
  }
  .header\:h-9 {
    height: calc(var(--header-spacing) * 9);
  }
  .header\:h-14 {
    height: calc(var(--header-spacing) * 14);
  }
  .header\:h-20 {
    height: calc(var(--header-spacing) * 20);
  }
  .header\:h-\[calc\(100\%-164px\)\] {
    height: calc(100% - 164px);
  }
  .header\:h-fit {
    height: fit-content;
  }
  .header\:h-full {
    height: 100%;
  }
  .header\:h-screen {
    height: 100vh;
  }
  .header\:max-h-10 {
    max-height: calc(var(--header-spacing) * 10);
  }
  .header\:w-6 {
    width: calc(var(--header-spacing) * 6);
  }
  .header\:w-8 {
    width: calc(var(--header-spacing) * 8);
  }
  .header\:w-40 {
    width: calc(var(--header-spacing) * 40);
  }
  .header\:w-\[300px\] {
    width: 300px;
  }
  .header\:w-fit {
    width: fit-content;
  }
  .header\:w-full {
    width: 100%;
  }
  .header\:w-screen {
    width: 100vw;
  }
  .header\:shrink-0 {
    flex-shrink: 0;
  }
  .header\:cursor-pointer {
    cursor: pointer;
  }
  .header\:flex-col {
    flex-direction: column;
  }
  .header\:flex-row {
    flex-direction: row;
  }
  .header\:flex-wrap {
    flex-wrap: wrap;
  }
  .header\:items-center {
    align-items: center;
  }
  .header\:items-end {
    align-items: flex-end;
  }
  .header\:items-start {
    align-items: flex-start;
  }
  .header\:justify-between {
    justify-content: space-between;
  }
  .header\:justify-center {
    justify-content: center;
  }
  .header\:justify-end {
    justify-content: flex-end;
  }
  .header\:gap-2 {
    gap: calc(var(--header-spacing) * 2);
  }
  .header\:gap-2\.5 {
    gap: calc(var(--header-spacing) * 2.5);
  }
  .header\:gap-4 {
    gap: calc(var(--header-spacing) * 4);
  }
  .header\:gap-5 {
    gap: calc(var(--header-spacing) * 5);
  }
  .header\:gap-10 {
    gap: calc(var(--header-spacing) * 10);
  }
  .header\:gap-y-4 {
    row-gap: calc(var(--header-spacing) * 4);
  }
  .header\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .header\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .header\:rounded-xl {
    border-radius: var(--header-radius-xl);
  }
  .header\:rounded-l-2xl {
    border-top-left-radius: var(--header-radius-2xl);
    border-bottom-left-radius: var(--header-radius-2xl);
  }
  .header\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .header\:border-\[\#009788\] {
    border-color: #009788;
  }
  .header\:bg-\[\#009788\] {
    background-color: #009788;
  }
  .header\:bg-\[\#E3E7EA\] {
    background-color: #E3E7EA;
  }
  .header\:bg-black\/30 {
    background-color: var(--header-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--header-color-black) 30%, transparent);
    }
  }
  .header\:bg-white {
    background-color: var(--header-color-white);
  }
  .header\:p-3 {
    padding: calc(var(--header-spacing) * 3);
  }
  .header\:px-4 {
    padding-inline: calc(var(--header-spacing) * 4);
  }
  .header\:py-1 {
    padding-block: calc(var(--header-spacing) * 1);
  }
  .header\:py-2 {
    padding-block: calc(var(--header-spacing) * 2);
  }
  .header\:py-5 {
    padding-block: calc(var(--header-spacing) * 5);
  }
  .header\:pt-1\.5 {
    padding-top: calc(var(--header-spacing) * 1.5);
  }
  .header\:font-yekanbakh {
    font-family: var(--header-font-yekanbakh);
  }
  .header\:text-sm {
    font-size: var(--header-text-sm);
    line-height: var(--tw-leading, var(--header-text-sm--line-height));
  }
  .header\:text-xl {
    font-size: var(--header-text-xl);
    line-height: var(--tw-leading, var(--header-text-xl--line-height));
  }
  .header\:font-bold {
    --tw-font-weight: var(--header-font-weight-bold);
    font-weight: var(--header-font-weight-bold);
  }
  .header\:text-\[\#009788\] {
    color: #009788;
  }
  .header\:text-black {
    color: var(--header-color-black);
  }
  .header\:text-gray-800 {
    color: var(--header-color-gray-800);
  }
  .header\:text-white {
    color: var(--header-color-white);
  }
  .header\:no-underline {
    text-decoration-line: none;
  }
  .header\:hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .header\:hover\:bg-\[\#009788\] {
    &:hover {
      @media (hover: hover) {
        background-color: #009788;
      }
    }
  }
  .header\:hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--header-color-white);
      }
    }
  }
  .header\:xl\:order-1 {
    @media (width >= 80rem) {
      order: 1;
    }
  }
  .header\:xl\:order-2 {
    @media (width >= 80rem) {
      order: 2;
    }
  }
  .header\:xl\:order-3 {
    @media (width >= 80rem) {
      order: 3;
    }
  }
  .header\:xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .header\:xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .header\:xl\:px-14 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--header-spacing) * 14);
    }
  }
  .header\:xl\:pt-5 {
    @media (width >= 80rem) {
      padding-top: calc(var(--header-spacing) * 5);
    }
  }
  .header\:xl\:pb-3 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--header-spacing) * 3);
    }
  }
  .header\:2xl\:order-2 {
    @media (width >= 96rem) {
      order: 2;
    }
  }
  .header\:2xl\:order-3 {
    @media (width >= 96rem) {
      order: 3;
    }
  }
  .header\:2xl\:w-fit {
    @media (width >= 96rem) {
      width: fit-content;
    }
  }
  .header\:2xl\:justify-between {
    @media (width >= 96rem) {
      justify-content: space-between;
    }
  }
  .header\:2xl\:px-10 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--header-spacing) * 10);
    }
  }
}
@font-face {
  font-family: 'YekanBakh';
  src: url('/fonts/YekanBakh.ttf');
  font-display: swap;
}
@layer components {
  .horizontal-space-header {
    margin-inline: auto;
    width: 100%;
    background-color: transparent;
    padding-inline: calc(var(--header-spacing) * 4);
    @media (width >= 48rem) {
      padding-inline: calc(var(--header-spacing) * 6);
    }
    @media (width >= 80rem) {
      max-width: 1600px;
    }
    @media (width >= 96rem) {
      padding-inline: calc(var(--header-spacing) * 0);
    }
  }
  .hide-angel::before {
    content: none !important;
  }
}
.parent-menu {
  list-style: none;
  padding: 0;
  position: relative;
}
.parent-menu::before {
  content: url('/img/ArrowNav.svg');
  position: absolute;
  top: 3px;
  left: -15px;
}
.dropdown-div {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  min-width: 300px;
  margin-top: 1rem;
  border-radius: 16px;
  z-index: 10;
}
.dropdown-div li {
  list-style: none;
  margin: 0.3rem 0;
}
.dropdown-div a {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  border-radius: 4px;
  transition: background 0.2s;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.dropdown-div a:hover {
  background: #f0f0f0;
}
.dropdown-div img {
  width: 20px;
  height: 20px;
  margin-left: 0.75rem;
}
.header-mobile {
  height: 70px;
}
.black-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.header-mobile-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: white;
  z-index: 1000;
  overflow-y: auto;
  padding: 1rem;
  transition: transform 0.3s ease;
}
.menus-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 18px;
}
.menus-logo img {
  width: 40px;
}
.menu-scroll {
  margin-top: 2rem;
}
.menus-mobile {
  border-radius: 8px;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  height: 40px;
  overflow: hidden;
}
.menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.menu-title a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
.dropdown-arrow {
  width: 16px;
  transition: transform 0.3s;
}
.menus-mobile ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.menus-mobile ul li {
  margin: 0.75rem 0;
}
.menus-mobile ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.menus-mobile ul img {
  width: 24px;
  margin-left: 0.75rem;
}
.header-d-none {
  display: none !important;
}
.header-d-block {
  display: block !important;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
