.elementor-57 .elementor-element.elementor-element-e4b7678{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-516215d *//* =============================================
   RESET
============================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #102941;
  --navy-dark: #0b2035;
  --gold: #d6ad4f;
  --gold-light: #f1cc73;
  --white: #ffffff;
  --header-h: 80px;
  --header-scroll-h: 66px;
  --logo-h: 46px;
  --logo-scroll-h: 38px;
}

/* =============================================
   مخفی کردن هدر اصلی Astra
============================================= */

#masthead,
.site-header,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* =============================================
   SPACER
============================================= */

.dr-header-spacer {
  height: var(--header-h);
  transition: height 0.35s ease;
}

/* =============================================
   HEADER MAIN
============================================= */

.dr-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: var(--header-h);
  background: var(--navy);
  border-bottom: 1px solid rgba(214, 173, 79, 0.20);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: all 0.35s ease;
  overflow: visible !important;
}

.dr-header.scrolled {
  background: rgba(16, 41, 65, 0.45);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
  height: var(--header-scroll-h);
}

/* =============================================
   INNER
============================================= */

.dr-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 36px;
  gap: 24px;
  overflow: visible !important;
}

/* =============================================
   LOGO
============================================= */

.dr-logo-wrap {
  flex-shrink: 0;
}

.dr-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.dr-logo-img {
  height: var(--logo-h);
  max-height: var(--logo-h);
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
  transition: all 0.35s ease;
}

.dr-header.scrolled .dr-logo-img {
  height: var(--logo-scroll-h);
  max-height: var(--logo-scroll-h);
}

/* =============================================
   TYPED TEXT
============================================= */

.dr-logo-text-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 170px;
}

.dr-logo-typed {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.3;
  white-space: nowrap;
  font-family: inherit;
}

.dr-logo-typed.is-rtl {
  direction: rtl;
  font-size: 14px;
  letter-spacing: 0;
}

.dr-logo-cursor {
  color: var(--gold);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  animation: cursorBlink 0.75s step-end infinite;
  margin-right: 1px;
  flex-shrink: 0;
}

@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* =============================================
   NAVIGATION
============================================= */

.dr-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: visible !important;
}

.dr-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 4px;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.dr-menu-item {
  position: relative;
  overflow: visible !important;
}

.dr-menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 10px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.dr-menu-link::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 0px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 99px;
  transform: scaleX(0);
  transition: transform 0.28s ease;
}

.dr-menu-link:hover,
.dr-menu-link.active,
.dr-has-submenu.current-submenu > .dr-menu-link {
  color: var(--gold-light);
}

.dr-menu-link:hover::after,
.dr-menu-link.active::after,
.dr-has-submenu.current-submenu > .dr-menu-link::after {
  transform: scaleX(1);
}

/* =============================================
   SUBMENU DESKTOP
============================================= */

.dr-has-submenu > .dr-menu-link {
  gap: 8px;
}

.dr-submenu-arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin 0.3s ease;
  display: inline-block;
  flex-shrink: 0;
  margin-top: -2px;
}

.dr-has-submenu:hover > .dr-menu-link .dr-submenu-arrow,
.dr-has-submenu.open > .dr-menu-link .dr-submenu-arrow,
.dr-has-submenu.current-submenu > .dr-menu-link .dr-submenu-arrow {
  transform: rotate(225deg);
  margin-top: 2px;
}

.dr-submenu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  min-width: 285px;
  background: rgba(11, 32, 53, 0.96);
  border: 1px solid rgba(214,173,79,0.18);
  border-radius: 20px;
  padding: 10px;
  margin: 0;
  list-style: none;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.20),
    0 6px 18px rgba(214,173,79,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    transform 0.28s ease;
  z-index: 99999;
}

.dr-submenu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 28px;
  width: 14px;
  height: 14px;
  background: rgba(11, 32, 53, 0.96);
  border-top: 1px solid rgba(214,173,79,0.18);
  border-right: 1px solid rgba(214,173,79,0.18);
  transform: rotate(-45deg);
}

.dr-submenu li {
  margin: 0;
}

.dr-submenu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  padding: 11px 14px;
  border-radius: 14px;
  transition: all .25s ease;
  white-space: nowrap;
}

.dr-submenu li a:hover,
.dr-submenu li a.active {
  background: rgba(214,173,79,0.12);
  color: var(--gold-light);
  transform: translateX(-3px);
}

@media (min-width: 961px) {
  .dr-has-submenu:hover > .dr-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* =============================================
   HEADER ACTIONS
============================================= */

.dr-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* =============================================
   SEARCH BOX
============================================= */

.dr-search-wrap {
  position: relative;
}

.dr-search-form {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(214, 173, 79, 0.35);
  border-radius: 999px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 200px;
}

.dr-search-form:focus-within {
  background: rgba(255,255,255,0.14);
  border-color: var(--gold);
  box-shadow:
    0 0 0 3px rgba(214,173,79,0.15),
    0 0 12px rgba(214,173,79,0.20);
  width: 240px;
}

.dr-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 14px;
  direction: rtl;
  font-family: inherit;
  width: 100%;
}

.dr-search-input::placeholder {
  color: rgba(255,255,255,0.55);
  animation: placeholderShimmer 2.5s ease-in-out infinite;
}

@keyframes placeholderShimmer {
  0% { color: rgba(255,255,255,0.45); }
  50% {
    color: rgba(214,173,79,0.90);
    text-shadow: 0 0 8px rgba(214,173,79,0.50);
  }
  100% { color: rgba(255,255,255,0.45); }
}

.dr-search-btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--gold);
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease;
  flex-shrink: 0;
}

.dr-search-btn:hover {
  color: var(--gold-light);
}

/* =============================================
   RESERVE BUTTON
============================================= */

.dr-reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy-dark);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--gold);
  box-shadow: 0 6px 18px rgba(214,173,79,0.25);
  transition: all 0.28s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.dr-reserve-btn:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(214,173,79,0.20);
}

.dr-reserve-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: dotBlink 1.4s ease-in-out infinite;
}

@keyframes dotBlink {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); opacity: 1; }
  60% { box-shadow: 0 0 0 6px rgba(34,197,94,0); opacity: 0.7; }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); opacity: 1; }
}

/* =============================================
   MOBILE TOGGLE
============================================= */

.dr-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.dr-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 99px;
  transition: all 0.3s ease;
}

.dr-mobile-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.dr-mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.dr-mobile-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =============================================
   MOBILE
============================================= */

@media (max-width: 960px) {

  :root {
    --header-h: 64px;
    --header-scroll-h: 58px;
    --logo-h: 38px;
    --logo-scroll-h: 34px;
  }

  .dr-header-inner {
    padding: 0 16px;
    gap: 12px;
  }

  .dr-logo-text-wrap {
    min-width: 130px;
  }

  .dr-logo-typed {
    font-size: 13px;
  }

  .dr-search-wrap,
  .dr-reserve-btn {
    display: none;
  }

  .dr-mobile-toggle {
    display: flex;
  }

  .dr-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    left: 0;
    background: rgba(11, 32, 53, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px;
    border-bottom: 1px solid rgba(214,173,79,0.18);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    justify-content: flex-start;
    z-index: 99998;
    text-align: center;
  }

  .dr-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .dr-menu {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .dr-menu-item {
    width: 100%;
  }

  .dr-menu-link {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 12px;
  }

  .dr-menu-link::after {
    display: none;
  }

  .dr-menu-link:hover,
  .dr-menu-link.active,
  .dr-has-submenu.current-submenu > .dr-menu-link {
    background: rgba(214,173,79,0.12);
    color: var(--gold-light);
  }

  .dr-has-submenu > .dr-menu-link {
    position: relative;
  }

  .dr-has-submenu > .dr-menu-link .dr-submenu-arrow {
    position: absolute;
    left: 18px;
    margin-top: 0;
  }

  .dr-submenu {
    position: static;
    min-width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 6px;
    margin-top: 8px;

    opacity: 1;
    visibility: visible;
    transform: none;

    display: block;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      padding 0.25s ease,
      margin 0.25s ease,
      border-color 0.25s ease,
      background 0.25s ease;
  }

  .dr-submenu::before {
    display: none;
  }

  .dr-has-submenu:not(.open) > .dr-submenu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border-color: transparent;
    background: transparent;
  }

  .dr-has-submenu.open > .dr-submenu {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 8px;
  }

  .dr-submenu li a {
    display: block;
    text-align: center;
    font-size: 13.5px;
    padding: 11px 12px;
    white-space: normal;
    color: #fff;
    text-decoration: none;
    border-radius: 11px;
    transition: all 0.25s ease;
  }

  .dr-submenu li a:hover,
  .dr-submenu li a.active {
    background: rgba(214,173,79,0.12);
    color: var(--gold-light);
    transform: none;
  }

  .dr-menu-reserve-mobile {
    display: flex !important;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.10);
  }

  .dr-menu-reserve-mobile a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    padding: 11px 28px;
    border-radius: 999px;
    border: 1.5px solid var(--gold);
  }

  .dr-menu-reserve-mobile a:hover {
    background: #ffffff;
    color: var(--navy-dark);
    border-color: #ffffff;
  }

  .dr-header.scrolled {
    background: rgba(16, 41, 65, 0.48);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
  }
}

/* =============================================
   SMALL MOBILE
============================================= */

@media (max-width: 480px) {

  :root {
    --header-h: 60px;
    --header-scroll-h: 54px;
    --logo-h: 34px;
    --logo-scroll-h: 30px;
  }

  .dr-header-inner {
    padding: 0 12px;
  }

  .dr-logo-text-wrap {
    min-width: 110px;
  }

  .dr-logo-typed {
    font-size: 12px;
  }
}

/* رزرو نوبت داخل منو در دسکتاپ مخفی */
.dr-header .dr-menu-reserve-mobile {
  display: none !important;
}

@media (max-width: 960px) {
  .dr-header .dr-menu-reserve-mobile {
    display: flex !important;
  }
}
/* وقتی زیرمنوی خدمات باز یا فعال است */
.dr-has-submenu.open > .dr-menu-link,
.dr-has-submenu:hover > .dr-menu-link,
.dr-has-submenu.current-submenu > .dr-menu-link {
  color: #f1cc73 !important;
  background: rgba(214, 173, 79, 0.12);
}/* End custom CSS */