.shkhf-part,
.elementor-widget-shkhf-header,
.elementor-widget-shkhf-footer {
  --shkhf-brown: #35170e;
  --shkhf-brown2: #6b2a12;
  --shkhf-gold: var(--shk-gold, #c9982e);
  --shkhf-cream: #fbf7ef;
  --shkhf-border: rgba(201, 152, 46, 0.28);
  --shkhf-menu-normal: #35170e;
  --shkhf-menu-hover: #a36d15;
  --shkhf-menu-current: #178748;
  --shkhf-menu-pressed: #d62128;
  font-family: var(--shk-fa-font, Vazirmatn, Tahoma, sans-serif);
}
.shkhf-part *,
.elementor-widget-shkhf-header *,
.elementor-widget-shkhf-footer * {
  box-sizing: border-box;
}
.shkhf-part a,
.elementor-widget-shkhf-header a,
.elementor-widget-shkhf-footer a {
  color: inherit;
  text-decoration: none;
}
.shkhf-part--header {
  z-index: 1005;
  background: #fff;
  box-shadow: 0 8px 28px rgba(53, 23, 14, 0.12);
}
.shkhf-part--footer {
  position: relative;
  z-index: 5;
  background: var(--shkhf-brown);
  color: #fff;
}
.shkhf-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.shkhf-topbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(201, 152, 46, 0.3);
  background: linear-gradient(90deg, #271009, #4b1d0f, #271009);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}
.shkhf-topbar .shkhf-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.shkhf-header-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 26px;
  background: #fff;
}
.shkhf-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 230px;
  margin-inline-start: auto;
  color: var(--shkhf-brown);
}
.shkhf-brand__logo {
  width: 62px !important;
  height: 62px !important;
  object-fit: contain !important;
  border: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 5px 8px rgba(53, 23, 14, 0.16));
}
.shkhf-brand__sun {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--shkhf-gold);
  font-size: 40px;
}
.shkhf-brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.shkhf-brand strong {
  font-size: 14px;
}
.shkhf-brand small {
  color: #836e64;
  font-size: 10px;
}
.shkhf-nav-wrap {
  flex: 1;
}
.shkhf-navigation {
  display: flex;
  justify-content: center;
}
.shkhf-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shkhf-menu li {
  position: relative;
}
.shkhf-menu a {
  display: block;
  padding: 30px 0;
  color: var(--shkhf-menu-normal, var(--shkhf-brown)) !important;
  font-size: 12px;
  font-weight: 750;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.shkhf-menu a:hover,
.shkhf-menu a:focus-visible {
  color: var(--shkhf-menu-hover, #a36d15) !important;
}
.shkhf-menu .current-menu-item > a,
.shkhf-menu .current_page_item > a,
.shkhf-menu .current-menu-parent > a,
.shkhf-menu .current-menu-ancestor > a,
.shkhf-menu .current_page_parent > a,
.shkhf-menu .current_page_ancestor > a,
.shkhf-menu a[aria-current="page"] {
  color: var(--shkhf-menu-current, #178748) !important;
}
.shkhf-menu a:active,
.shkhf-menu a.shkhf-menu-link--pressed {
  color: var(--shkhf-menu-pressed, #d62128) !important;
}
.shkhf-menu .sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  inset-inline-start: -18px;
  min-width: 210px;
  margin: 0;
  padding: 9px 0;
  list-style: none;
  border: 1px solid var(--shkhf-border);
  background: #fff;
  box-shadow: 0 16px 36px rgba(53, 23, 14, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s;
}
.shkhf-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.shkhf-menu .sub-menu a {
  padding: 8px 18px;
}
.shkhf-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--shkhf-gold);
  border-radius: 4px;
  background: linear-gradient(135deg, #d8ad47, #b67b17);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(201, 152, 46, 0.2);
  transition: 0.2s;
}
.shkhf-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(201, 152, 46, 0.3);
}
.shkhf-menu-toggle {
  display: none;
  width: 44px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--shkhf-border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.shkhf-menu-toggle i,
.shkhf-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--shkhf-brown);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.shkhf-menu-toggle[aria-expanded="true"] i:nth-child(1),
.shkhf-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.shkhf-menu-toggle[aria-expanded="true"] i:nth-child(2),
.shkhf-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}
.shkhf-menu-toggle[aria-expanded="true"] i:nth-child(3),
.shkhf-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.shkhf-menu-toggle .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.shkhf-part--header .site-header {
  position: relative;
  top: auto;
}
.shkhf-el-exact > .elementor-container,
.shkhf-el-exact .elementor-column,
.shkhf-el-exact .elementor-widget-wrap,
.shkhf-el-exact .elementor-widget,
.shkhf-el-exact .elementor-widget-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.shkhf-exact-header .brand__emblem,
.shkhf-exact-header .custom-logo {
  border: 0 !important;
  background: transparent !important;
}
.shkhf-exact-footer .footer-brand__logo,
.shkhf-exact-footer .custom-logo {
  border: 0 !important;
  background: transparent !important;
}
.shkhf-el-topbar > .elementor-container,
.shkhf-el-topbar .elementor-column,
.shkhf-el-topbar .elementor-widget-wrap,
.shkhf-el-topbar .elementor-widget,
.shkhf-el-topbar .elementor-widget-container,
.shkhf-el-flag > .elementor-container,
.shkhf-el-flag .elementor-column,
.shkhf-el-flag .elementor-widget-wrap,
.shkhf-el-flag .elementor-widget,
.shkhf-el-flag .elementor-widget-container,
.shkhf-el-copyright > .elementor-container,
.shkhf-el-copyright .elementor-column,
.shkhf-el-copyright .elementor-widget-wrap,
.shkhf-el-copyright .elementor-widget,
.shkhf-el-copyright .elementor-widget-container {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.shkhf-el-header-row {
  background: #fff;
}
.shkhf-el-header-row > .elementor-container {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
}
.shkhf-el-header-row .elementor-column > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}
.shkhf-el-header-row .elementor-widget-shortcode {
  width: 100%;
}
.shkhf-el-footer-row {
  background: var(--shkhf-brown);
}
.shkhf-el-footer-row > .elementor-container {
  width: min(1180px, calc(100% - 40px));
  padding: 58px 0 44px;
}
.shkhf-el-footer-row .elementor-widget-shortcode {
  width: 100%;
}
.shkhf-flag {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  height: 7px;
}
.shkhf-flag i:nth-child(1) {
  background: #178748;
}
.shkhf-flag i:nth-child(2) {
  background: #fff;
}
.shkhf-flag i:nth-child(3) {
  background: #d62128;
}
.shkhf-footer-row {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr;
  gap: 45px;
  padding: 58px 0 44px;
}
.shkhf-footer-block h3 {
  margin: 0 0 18px;
  color: #efd17e;
  font-size: 14px;
}
.shkhf-footer-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.9;
}
.shkhf-footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shkhf-footer-block li {
  margin: 8px 0;
}
.shkhf-footer-block li a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}
.shkhf-footer-block li a:hover {
  color: #efd17e;
}
.shkhf-footer-about .shkhf-brand {
  margin: 0 0 16px;
  color: #fff;
}
.shkhf-footer-about .shkhf-brand__logo {
  width: 72px !important;
  height: 72px !important;
}
.shkhf-footer-about .shkhf-brand small {
  color: rgba(255, 255, 255, 0.56);
}
.shkhf-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.shkhf-contact a,
.shkhf-contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}
.shkhf-copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: 17px 0;
  border-top: 1px solid rgba(201, 152, 46, 0.3);
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.shkhf-el-copyright {
  background: #2b100a;
}
.shkhf-default-footer {
  background: var(--shkhf-brown);
}
@media (max-width: 900px) {
  .shkhf-part--header {
    overflow: visible !important;
  }
  .shkhf-header-row {
    min-height: 72px;
  }
  .shkhf-brand {
    min-width: 0;
  }
  .shkhf-brand > span:last-child {
    display: none;
  }
  .shkhf-menu-toggle {
    display: block;
    margin-inline: auto;
  }
  .shkhf-navigation {
    position: absolute;
    z-index: 1010;
    top: 100%;
    inset-inline: 15px;
    display: none;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    border: 1px solid var(--shkhf-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(53, 23, 14, 0.16);
  }
  .shkhf-nav-wrap,
  .shkhf-exact-header .nav-wrap {
    position: relative;
  }
  .shkhf-nav-wrap.is-open .shkhf-navigation,
  .shkhf-exact-header.is-open .shkhf-navigation,
  .shkhf-navigation.is-open {
    display: block;
  }
  .shkhf-menu {
    display: block;
    padding: 10px;
  }
  .shkhf-menu a {
    padding: 10px 13px;
  }
  .shkhf-menu .sub-menu {
    position: static;
    display: block;
    margin-inline-start: 18px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .shkhf-footer-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shkhf-el-footer-row > .elementor-container {
    flex-wrap: wrap;
  }
  .shkhf-el-footer-row .elementor-column {
    width: 50% !important;
  }
  .shkhf-el-header-row > .elementor-container {
    min-height: 72px;
  }
  .shkhf-el-header-row .elementor-column:nth-child(1) {
    width: 30% !important;
  }
  .shkhf-el-header-row .elementor-column:nth-child(2) {
    width: 40% !important;
  }
  .shkhf-el-header-row .elementor-column:nth-child(3) {
    width: 30% !important;
  }
}
@media (max-width: 600px) {
  .shkhf-container {
    width: min(100% - 24px, 1180px);
  }
  .shkhf-topbar .shkhf-container span:last-child {
    display: none;
  }
  .shkhf-topbar .shkhf-container {
    justify-content: center;
  }
  .shkhf-cta {
    padding: 0 12px;
    font-size: 10px;
  }
  .shkhf-brand__logo {
    width: 52px !important;
    height: 52px !important;
  }
  .shkhf-footer-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .shkhf-el-footer-row .elementor-column {
    width: 100% !important;
  }
  .shkhf-el-footer-row > .elementor-container {
    padding-inline: 18px;
  }
  .shkhf-copyright {
    flex-direction: column;
    text-align: center;
  }
  .shkhf-el-header-row > .elementor-container {
    width: calc(100% - 20px);
  }
}
