/* ==================================================
   CONTACT PAGE
   فقط استایل اختصاصی صفحه تماس با ما
================================================== */

:root {
  --contact-dark: #061426;
  --contact-navy: #0b2940;
  --contact-cyan: #06b6d4;
  --contact-blue: #2563eb;
  --contact-purple: #8b5cf6;
  --contact-text: #334e68;
  --contact-muted: #6b7f91;
  --contact-bg: #f1f5f7;
  --contact-white: #ffffff;
  --contact-border: rgba(15, 42, 65, 0.1);
  --contact-shadow: 0 28px 70px rgba(15, 42, 65, 0.11);
}

html {
  scroll-behavior: smooth;
}

body.not-home {
  margin: 0;

  font-family: "Estedad", sans-serif;

  color: var(--contact-text);

  background:
    linear-gradient(
      180deg,
      #f8fafc 0%,
      #edf3f6 52%,
      #f8fafb 100%
    );

  overflow-x: hidden;
}

/* ==================================================
   HERO
================================================== */

body.not-home .contact-hero {
  position: relative;

  min-height: 570px;

  padding:
    180px
    22px
    120px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(34, 211, 238, 0.25),
      transparent 28%
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(139, 92, 246, 0.22),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #061426 0%,
      #0b2940 52%,
      #101c35 100%
    );

  overflow: hidden;
  isolation: isolate;
}

/* شبکه ظریف پس‌زمینه */

body.not-home .contact-hero::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 46px 46px;

  opacity: 0.7;
}

/* موج پایین هیرو */

body.not-home .contact-hero::after {
  content: "";

  position: absolute;
  right: -5%;
  bottom: -78px;
  left: -5%;

  height: 145px;

  background: var(--contact-bg);

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;
}

/* برچسب بالای عنوان */

body.not-home .contact-hero-label {
  position: relative;
  z-index: 2;

  margin-bottom: 20px;
  padding: 8px 17px;

  color: #baf7ff;

  font-size: 0.78rem;
  font-weight: 700;

  background:
    linear-gradient(
      135deg,
      rgba(34, 211, 238, 0.13),
      rgba(255, 255, 255, 0.055)
    );

  border:
    1px solid
    rgba(103, 232, 249, 0.25);

  border-radius: 30px;

  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);

  box-shadow:
    0 12px 30px
    rgba(0, 0, 0, 0.2);

  opacity: 0;

  transform: translateY(20px);

  animation:
    contactLabelEnter
    0.7s ease
    forwards 0.1s;
}

/* عنوان */

body.not-home .contact-hero h1 {
  position: relative;
  z-index: 2;

  margin: 0;

  color: transparent;

  font-size:
    clamp(
      2.8rem,
      6vw,
      5.4rem
    );

  font-weight: 900;
  line-height: 1.25;

  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #67e8f9 28%,
      #60a5fa 53%,
      #c084fc 76%,
      #ffffff 100%
    );

  background-size: 240% auto;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  opacity: 0;

  transform:
    translateY(35px)
    scale(0.97);

  filter: blur(7px);

  animation:
    contactTitleEnter
    0.95s cubic-bezier(.2, .8, .2, 1)
    forwards,
    contactTitleGradient
    6s linear infinite 1s;
}

/* خط زیر عنوان */

body.not-home .contact-hero h1::after {
  content: "";

  display: block;

  width: 0;
  height: 4px;

  margin: 21px auto 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      #67e8f9,
      #60a5fa,
      #c084fc,
      transparent
    );

  border-radius: 30px;

  box-shadow:
    0 0 20px
    rgba(103, 232, 249, 0.45);

  animation:
    contactTitleLine
    1s ease forwards 0.8s;
}

/* توضیح هیرو */

body.not-home .contact-hero p {
  position: relative;
  z-index: 2;

  max-width: 760px;

  margin: 25px auto 0;

  color:
    rgba(
      232,
      244,
      252,
      0.9
    );

  font-size:
    clamp(
      1rem,
      1.8vw,
      1.25rem
    );

  line-height: 2.05;

  text-shadow:
    0 8px 25px
    rgba(0, 0, 0, 0.32);

  opacity: 0;

  transform: translateY(27px);

  animation:
    contactTextEnter
    0.85s ease
    forwards 0.35s;
}

/* ==================================================
   MAIN CONTAINER
================================================== */

body.not-home .contact-container {
  position: relative;

  width: min(100%, 1240px);

  margin: 0 auto;

  padding:
    95px
    20px
    110px;

  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  align-items: stretch;

  gap: 30px;
}

/* هاله‌های پس‌زمینه */

body.not-home .contact-container::before {
  content: "";

  position: absolute;
  top: 30px;
  right: -190px;

  width: 430px;
  height: 430px;

  background:
    radial-gradient(
      circle,
      rgba(6, 182, 212, 0.1),
      transparent 67%
    );

  border-radius: 50%;

  pointer-events: none;
}

body.not-home .contact-container::after {
  content: "";

  position: absolute;
  bottom: 10px;
  left: -190px;

  width: 430px;
  height: 430px;

  background:
    radial-gradient(
      circle,
      rgba(139, 92, 246, 0.09),
      transparent 68%
    );

  border-radius: 50%;

  pointer-events: none;
}

/* ==================================================
   CONTACT CARDS
================================================== */

body.not-home .contact-info,
body.not-home .contact-form-box {
  position: relative;
  z-index: 2;

  padding:
    48px
    42px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(244, 249, 251, 0.96)
    );

  border:
    1px solid
    var(--contact-border);

  box-shadow:
    var(--contact-shadow),
    inset 0 1px 0
    rgba(255, 255, 255, 0.9);

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

body.not-home .contact-info {
  border-radius:
    16px 42px 16px 42px;
}

body.not-home .contact-form-box {
  border-radius:
    42px 16px 42px 16px;
}

/* خط رنگی بالای کارت‌ها */

body.not-home .contact-info::before,
body.not-home .contact-form-box::before {
  content: "";

  position: absolute;
  top: 0;
  right: 40px;
  left: 40px;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--contact-cyan),
      var(--contact-blue),
      transparent
    );

  border-radius:
    0 0 20px 20px;
}

/* هاله داخل کارت‌ها */

body.not-home .contact-info::after,
body.not-home .contact-form-box::after {
  content: "";

  position: absolute;
  top: -140px;
  left: -110px;

  width: 330px;
  height: 330px;

  background:
    radial-gradient(
      circle,
      rgba(6, 182, 212, 0.13),
      transparent 68%
    );

  border-radius: 50%;

  pointer-events: none;

  transition:
    transform 0.5s ease;
}

body.not-home .contact-form-box::after {
  top: auto;
  right: -110px;
  bottom: -150px;
  left: auto;

  background:
    radial-gradient(
      circle,
      rgba(139, 92, 246, 0.11),
      transparent 68%
    );
}

body.not-home .contact-info:hover,
body.not-home .contact-form-box:hover {
  transform: translateY(-9px);

  border-color:
    rgba(6, 182, 212, 0.38);

  box-shadow:
    0 40px 90px
    rgba(15, 42, 65, 0.16),
    0 0 34px
    rgba(6, 182, 212, 0.1);
}

body.not-home .contact-info:hover::after,
body.not-home .contact-form-box:hover::after {
  transform: scale(1.2);
}

/* ==================================================
   SECTION HEADINGS
================================================== */

body.not-home .section-heading {
  position: relative;
  z-index: 2;

  margin-bottom: 34px;
}

body.not-home .section-heading > span {
  display: inline-block;

  margin-bottom: 10px;
  padding: 6px 13px;

  color: #087d8e;

  font-size: 0.75rem;
  font-weight: 750;

  background:
    rgba(6, 182, 212, 0.09);

  border:
    1px solid
    rgba(6, 182, 212, 0.16);

  border-radius: 30px;
}

body.not-home .section-heading h2,
body.not-home .contact-info > h2,
body.not-home .contact-form-box > h2 {
  position: relative;

  margin:
    0
    0
    14px;

  padding-bottom: 16px;

  color: #102a43;

  font-size:
    clamp(
      1.8rem,
      3vw,
      2.55rem
    );

  font-weight: 900;
  line-height: 1.6;
}

body.not-home .section-heading h2::after,
body.not-home .contact-info > h2::after,
body.not-home .contact-form-box > h2::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;

  width: 85px;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--contact-cyan),
      var(--contact-blue),
      transparent
    );

  border-radius: 30px;
}

body.not-home .section-heading p {
  margin: 0;

  color: var(--contact-muted);

  font-size: 0.94rem;
  line-height: 2;
}

/* ==================================================
   CONTACT INFORMATION
================================================== */

body.not-home .info-list {
  position: relative;
  z-index: 2;

  display: grid;

  gap: 16px;
}

body.not-home .info-item {
  position: relative;

  min-height: 105px;

  padding: 20px;

  display: flex;
  align-items: center;

  gap: 18px;

  background:
    rgba(255, 255, 255, 0.7);

  border:
    1px solid
    rgba(15, 42, 65, 0.08);

  border-radius:
    14px 24px 14px 24px;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

body.not-home .info-item:hover {
  transform: translateX(-6px);

  background:
    rgba(255, 255, 255, 0.96);

  border-color:
    rgba(6, 182, 212, 0.3);

  box-shadow:
    0 15px 34px
    rgba(15, 42, 65, 0.08);
}

/* آیکون جدید */

body.not-home .info-icon {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  color: #ffffff;

  font-size: 1.35rem;

  background:
    linear-gradient(
      135deg,
      var(--contact-cyan),
      var(--contact-blue)
    );

  border-radius: 18px;

  box-shadow:
    0 13px 28px
    rgba(37, 99, 235, 0.2);

  transition:
    transform 0.3s ease;
}

body.not-home .info-item:hover .info-icon {
  transform:
    rotate(-5deg)
    scale(1.05);
}

/* پشتیبانی از HTML قدیمی */

body.not-home .info-item > i {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  color: #ffffff;

  font-size: 1.35rem;

  background:
    linear-gradient(
      135deg,
      var(--contact-cyan),
      var(--contact-blue)
    );

  border-radius: 18px;

  box-shadow:
    0 13px 28px
    rgba(37, 99, 235, 0.2);
}

body.not-home .info-item strong {
  display: block;

  margin-bottom: 5px;

  color: #102a43;

  font-size: 1rem;
  font-weight: 800;
}

body.not-home .info-item p {
  margin: 0;

  color: #52687c;

  font-size: 0.9rem;
  line-height: 1.95;
}

body.not-home .info-item a {
  color: #1769c2;

  font-weight: 650;

  text-decoration: none;

  transition:
    color 0.25s ease;
}

body.not-home .info-item a:hover {
  color: var(--contact-cyan);
}

body.not-home .contact-phone-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 8px;
}

/* ==================================================
   FORM
================================================== */

body.not-home .contact-form {
  position: relative;
  z-index: 2;

  display: grid;

  gap: 19px;
}

/* پشتیبانی از فرم HTML قدیمی */

body.not-home .contact-form-box form {
  position: relative;
  z-index: 2;

  display: grid;

  gap: 19px;
}

body.not-home .form-row {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;
}

body.not-home .form-group {
  display: grid;

  gap: 8px;
}

body.not-home .form-group label {
  color: #29465f;

  font-size: 0.88rem;
  font-weight: 700;
}

body.not-home .input-wrapper {
  position: relative;
}

body.not-home .input-wrapper > i {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 2;

  color: #6f8ca0;

  font-size: 0.98rem;

  transform: translateY(-50%);

  pointer-events: none;

  transition:
    color 0.25s ease;
}

body.not-home .textarea-wrapper > i {
  top: 23px;

  transform: none;
}

body.not-home .input-wrapper:focus-within > i {
  color: var(--contact-cyan);
}

/* ورودی‌های جدید و قدیمی */

body.not-home .contact-form input,
body.not-home .contact-form textarea,
body.not-home .contact-form-box form > input,
body.not-home .contact-form-box form > textarea {
  width: 100%;

  padding:
    15px
    46px
    15px
    16px;

  color: #19384f;

  font-family: "Estedad", sans-serif;
  font-size: 0.91rem;
  line-height: 1.8;

  background:
    rgba(247, 250, 252, 0.9);

  border:
    1px solid
    rgba(15, 42, 65, 0.12);

  border-radius: 14px;

  outline: none;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

body.not-home .contact-form-box form > input,
body.not-home .contact-form-box form > textarea {
  padding:
    15px
    17px;
}

body.not-home .contact-form textarea,
body.not-home .contact-form-box textarea {
  min-height: 165px;

  resize: vertical;
}

body.not-home .contact-form input::placeholder,
body.not-home .contact-form textarea::placeholder,
body.not-home .contact-form-box input::placeholder,
body.not-home .contact-form-box textarea::placeholder {
  color: #94a6b4;

  opacity: 1;
}

body.not-home .contact-form input:focus,
body.not-home .contact-form textarea:focus,
body.not-home .contact-form-box input:focus,
body.not-home .contact-form-box textarea:focus {
  background: #ffffff;

  border-color:
    rgba(6, 182, 212, 0.65);

  box-shadow:
    0 0 0 4px
    rgba(6, 182, 212, 0.1),
    0 12px 30px
    rgba(15, 42, 65, 0.06);

  transform: translateY(-2px);
}

/* دکمه ارسال */

body.not-home .contact-submit,
body.not-home .contact-form-box form > button {
  min-height: 54px;

  margin-top: 4px;
  padding: 13px 27px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 11px;

  color: #ffffff;

  font-family: "Estedad", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;

  cursor: pointer;

  background:
    linear-gradient(
      135deg,
      #0891b2,
      #2563eb
    );

  border:
    1px solid
    rgba(255, 255, 255, 0.2);

  border-radius: 14px;

  box-shadow:
    0 15px 35px
    rgba(37, 99, 235, 0.23);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

body.not-home .contact-submit:hover,
body.not-home .contact-form-box form > button:hover {
  transform: translateY(-5px);

  filter: brightness(1.05);

  box-shadow:
    0 22px 45px
    rgba(37, 99, 235, 0.34);
}

body.not-home .contact-submit i {
  transition:
    transform 0.3s ease;
}

body.not-home .contact-submit:hover i {
  transform:
    translateX(-4px)
    rotate(-8deg);
}

/* ==================================================
   MAP SECTION
================================================== */

body.not-home .contact-map-section {
  position: relative;

  padding:
    95px
    20px
    120px;

  background:
    linear-gradient(
      180deg,
      #eaf1f5 0%,
      #f6f8fa 100%
    );

  overflow: hidden;
}

body.not-home .contact-map-section::before {
  content: "";

  position: absolute;
  top: -200px;
  right: -180px;

  width: 500px;
  height: 500px;

  background:
    radial-gradient(
      circle,
      rgba(6, 182, 212, 0.1),
      transparent 68%
    );

  border-radius: 50%;
}

body.not-home .contact-map-heading {
  position: relative;
  z-index: 2;

  max-width: 760px;

  margin:
    0
    auto
    38px;

  text-align: center;
}

body.not-home .contact-map-heading span {
  display: inline-block;

  margin-bottom: 10px;
  padding: 7px 15px;

  color: #087d8e;

  font-size: 0.76rem;
  font-weight: 750;

  background:
    rgba(6, 182, 212, 0.09);

  border:
    1px solid
    rgba(6, 182, 212, 0.16);

  border-radius: 30px;
}

body.not-home .contact-map-heading h2 {
  margin: 0;

  color: #102a43;

  font-size:
    clamp(
      1.9rem,
      4vw,
      3rem
    );

  font-weight: 900;
  line-height: 1.6;
}

/* قاب نقشه */

body.not-home .contact-map {
  position: relative;
  z-index: 2;

  width: min(100%, 1200px);
  height: 440px;

  margin: 0 auto;

  background: #ffffff;

  border:
    8px solid
    rgba(255, 255, 255, 0.95);

  border-radius:
    18px 46px 18px 46px;

  box-shadow:
    0 32px 80px
    rgba(15, 42, 65, 0.16);

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

body.not-home .contact-map:hover {
  transform: translateY(-7px);

  box-shadow:
    0 42px 95px
    rgba(15, 42, 65, 0.2);
}

body.not-home .contact-map iframe {
  display: block;

  width: 100%;
  height: 100%;

  border: 0;
}

/* حذف فاصله اضافه فوتر */

body.not-home .contact-map-section + footer {
  margin-top: 0 !important;
}

/* ==================================================
   ANIMATIONS
================================================== */

@keyframes contactLabelEnter {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes contactTitleEnter {
  to {
    opacity: 1;

    transform:
      translateY(0)
      scale(1);

    filter: blur(0);
  }
}

@keyframes contactTextEnter {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@keyframes contactTitleGradient {
  from {
    background-position:
      0 center;
  }

  to {
    background-position:
      240% center;
  }
}

@keyframes contactTitleLine {
  to {
    width: 130px;
  }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {
  body.not-home .contact-container {
    grid-template-columns: 1fr;

    max-width: 760px;
  }

  body.not-home .contact-info,
  body.not-home .contact-form-box {
    border-radius:
      16px 38px 16px 38px;
  }
}

@media (max-width: 800px) {
  body.not-home .contact-hero {
    min-height: 510px;

    padding:
      155px
      20px
      100px;
  }

  body.not-home .contact-container {
    padding:
      75px
      18px
      90px;
  }

  body.not-home .contact-map-section {
    padding:
      75px
      18px
      95px;
  }

  body.not-home .contact-map {
    height: 380px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 600px) {
  body.not-home .contact-hero {
    min-height: 455px;

    padding:
      135px
      17px
      80px;
  }

  body.not-home .contact-hero::after {
    bottom: -55px;

    height: 105px;
  }

  body.not-home .contact-hero-label {
    margin-bottom: 15px;
    padding: 6px 12px;

    font-size: 0.67rem;
  }

  body.not-home .contact-hero h1 {
    font-size: 2.45rem;
  }

  body.not-home .contact-hero h1::after {
    margin-top: 16px;
  }

  body.not-home .contact-hero p {
    margin-top: 17px;

    font-size: 0.9rem;
    line-height: 1.95;
  }

  body.not-home .contact-container {
    padding:
      62px
      14px
      75px;

    gap: 20px;
  }

  body.not-home .contact-info,
  body.not-home .contact-form-box {
    padding:
      36px
      23px;

    border-radius:
      12px
      28px
      12px
      28px;
  }

  body.not-home .section-heading {
    margin-bottom: 27px;
  }

  body.not-home .section-heading h2,
  body.not-home .contact-info > h2,
  body.not-home .contact-form-box > h2 {
    font-size: 1.65rem;
  }

  body.not-home .info-item {
    min-height: auto;

    padding: 16px;

    align-items: flex-start;

    gap: 13px;

    border-radius:
      12px
      20px
      12px
      20px;
  }

  body.not-home .info-icon,
  body.not-home .info-item > i {
    width: 52px;
    height: 52px;

    font-size: 1.1rem;

    border-radius: 15px;
  }

  body.not-home .info-item strong {
    font-size: 0.91rem;
  }

  body.not-home .info-item p {
    font-size: 0.82rem;
  }

  body.not-home .form-row {
    grid-template-columns: 1fr;
  }

  body.not-home .contact-form input,
  body.not-home .contact-form textarea,
  body.not-home .contact-form-box form > input,
  body.not-home .contact-form-box form > textarea {
    font-size: 0.86rem;
  }

  body.not-home .contact-map-section {
    padding:
      62px
      14px
      80px;
  }

  body.not-home .contact-map-heading {
    margin-bottom: 28px;
  }

  body.not-home .contact-map-heading h2 {
    font-size: 1.65rem;
  }

  body.not-home .contact-map {
    height: 310px;

    border-width: 5px;

    border-radius:
      13px
      30px
      13px
      30px;
  }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {
  body.not-home .contact-hero-label,
  body.not-home .contact-hero h1,
  body.not-home .contact-hero p {
    opacity: 1;

    transform: none;

    filter: none;

    animation: none;
  }

  body.not-home .contact-hero h1::after {
    width: 130px;

    animation: none;
  }
}

/* ==================================================
   هدر نهایی تماس با ما
   دقیقاً مشابه منوی صفحات قبلی
================================================== */

header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;

  background: rgba(7, 18, 38, 0.92) !important;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.08) !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.22) !important;

  transition:
    background 0.35s ease,
    box-shadow 0.35s ease !important;
}

header.scrolled {
  background: rgba(5, 14, 31, 0.98) !important;

  border-bottom-color:
    rgba(0, 210, 230, 0.16) !important;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.32),
    0 1px 0 rgba(0, 210, 230, 0.08) !important;
}

/* کانتینر اصلی هدر */

header .nav-wrapper {
  width: 100% !important;
  max-width: 1380px !important;
  height: 88px !important;

  margin: 0 auto !important;
  padding: 0 32px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 35px !important;
}

/* لوگو و نام برند */

header .brand-box {
  display: flex !important;
  align-items: center !important;

  gap: 14px !important;

  flex-shrink: 0;
}

header .brand-box img {
  display: block !important;

  width: auto !important;
  height: 62px !important;

  padding: 0 !important;

  object-fit: contain !important;

  background: transparent !important;

  border: none !important;
  border-radius: 14px !important;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.3),
    0 0 18px rgba(0, 210, 230, 0.18) !important;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease !important;
}

header .brand-box:hover img {
  transform: scale(1.04) !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(0, 210, 230, 0.25) !important;
}

header .brand-box .title {
  color: #f7fbff !important;

  font-size: 1.65rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;

  white-space: nowrap;

  text-shadow: none !important;
}

header .brand-box small {
  display: block !important;

  color: #7fb3ca !important;

  font-size: 0.82rem !important;
  font-weight: 500 !important;

  letter-spacing: 0.3px;

  opacity: 1 !important;
}

/* ==================================================
   منوی دسکتاپ
================================================== */

header .menu {
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;

  gap: 10px !important;

  list-style: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 0 !important;

  box-shadow: none !important;
}

header .menu > .menu-item {
  position: relative !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;

  transition: none !important;
}

header .menu > .menu-item:hover {
  transform: none !important;
}

/* لینک‌های منوی اصلی */

header .menu > .menu-item > a {
  position: relative !important;

  min-width: 0 !important;
  min-height: 44px !important;

  padding: 10px 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #d8e5ef !important;

  font-size: 0.98rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: 1px solid transparent !important;
  border-radius: 12px !important;

  box-shadow: none !important;
  text-shadow: none !important;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

/* حذف خط و فلش استایل قدیمی */

header .menu > .menu-item > a::before,
header .menu > .menu-item > a::after {
  display: none !important;

  content: none !important;
}

/* هاور منو */

header .menu > .menu-item:hover > a {
  color: #ffffff !important;

  background:
    rgba(34, 211, 238, 0.1) !important;

  border-color:
    rgba(34, 211, 238, 0.12) !important;

  text-shadow: none !important;

  transform: translateY(-2px) !important;
}

/* آیتم فعال ارتباط با ما */

header .menu > .menu-item.active > a {
  color: #22d3ee !important;

  background:
    linear-gradient(
      135deg,
      rgba(34, 211, 238, 0.17),
      rgba(34, 211, 238, 0.06)
    ) !important;

  border-color:
    rgba(34, 211, 238, 0.22) !important;

  box-shadow:
    inset 0 0 0 1px
    rgba(34, 211, 238, 0.04) !important;

  text-shadow: none !important;
}

/* ==================================================
   زیرمنوی دسکتاپ
================================================== */

header .menu .submenu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  z-index: 10000 !important;

  min-width: 245px !important;

  margin: 0 !important;
  padding: 9px !important;

  background:
    rgba(6, 17, 35, 0.98) !important;

  border:
    1px solid rgba(34, 211, 238, 0.14) !important;

  border-radius: 17px !important;

  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.48) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transform:
    translateY(8px)
    scale(0.98) !important;

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease !important;
}

/* فاصله نامرئی بین منو و زیرمنو */

header .menu .submenu::before {
  content: "" !important;

  position: absolute !important;
  right: 0 !important;
  bottom: 100% !important;
  left: 0 !important;

  height: 14px !important;

  display: block !important;
}

header .menu .submenu::after {
  display: none !important;
}

/* بازشدن زیرمنو */

header .menu .menu-item:hover > .submenu,
header .menu .menu-item:focus-within > .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  transform:
    translateY(0)
    scale(1) !important;
}

/* لینک‌های زیرمنو */

header .menu .submenu a {
  min-height: 43px !important;

  padding: 10px 13px !important;

  display: flex !important;
  align-items: center !important;

  color: #bfd0dc !important;

  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 10px !important;

  text-shadow: none !important;

  transform: none !important;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    padding 0.25s ease !important;
}

header .menu .submenu a::before {
  content: "" !important;

  width: 6px !important;
  height: 6px !important;

  margin-left: 9px !important;

  display: block !important;
  flex-shrink: 0;

  background:
    rgba(34, 211, 238, 0.55) !important;

  border-radius: 50% !important;
}

header .menu .submenu a::after {
  display: none !important;
}

header .menu .submenu a:hover {
  color: #ffffff !important;

  padding-right: 20px !important;

  background:
    rgba(34, 211, 238, 0.1) !important;

  text-shadow: none !important;

  transform: none !important;
}

/* زیرمنوی آخر از صفحه بیرون نزند */

header .menu > .menu-item:last-child .submenu {
  right: auto !important;
  left: 0 !important;
}

/* ==================================================
   دکمه موبایل
================================================== */

#mobMenuBtn {
  position: static !important;

  width: 46px !important;
  height: 46px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: none !important;
  align-items: center !important;
  justify-content: center !important;

  color: #d9edf5 !important;

  font-size: 21px !important;

  cursor: pointer !important;

  background:
    rgba(255, 255, 255, 0.055) !important;

  border:
    1px solid rgba(255, 255, 255, 0.12) !important;

  border-radius: 13px !important;

  box-shadow: none !important;

  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;

  transform: none !important;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease !important;
}

#mobMenuBtn:hover,
#mobMenuBtn.active {
  color: #ffffff !important;

  background:
    rgba(34, 211, 238, 0.12) !important;

  border-color:
    rgba(34, 211, 238, 0.35) !important;

  transform: none !important;
}

#mobMenuBtn i {
  transition: transform 0.3s ease;
}

#mobMenuBtn.active i {
  transform: rotate(90deg);
}

/* ==================================================
   منوی موبایل
================================================== */

#mobileMenu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 99998 !important;

  width: min(88%, 360px) !important;
  max-width: 360px !important;
  height: 100dvh !important;

  padding:
    90px
    24px
    30px !important;

  background:
    rgba(6, 16, 34, 0.99) !important;

  border: none !important;

  border-left:
    1px solid rgba(34, 211, 238, 0.18) !important;

  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;

  box-shadow:
    -20px 0 60px rgba(0, 0, 0, 0.5) !important;

  overflow-y: auto !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: translateX(105%) !important;

  transition:
    transform 0.4s ease !important;
}

#mobileMenu.open {
  transform: translateX(0) !important;
}

#mobileMenu ul {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

/* دکمه بستن */

.mob-close-btn {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;

  width: 42px !important;
  height: 42px !important;

  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #cde4ee !important;

  font-size: 20px !important;

  cursor: pointer !important;

  background:
    rgba(255, 255, 255, 0.055) !important;

  border:
    1px solid rgba(255, 255, 255, 0.12) !important;

  border-radius: 12px !important;

  box-shadow: none !important;

  transform: none !important;
}

.mob-close-btn:hover {
  color: #ffffff !important;

  background:
    rgba(34, 211, 238, 0.12) !important;

  transform: none !important;
}

/* آیتم‌های منوی موبایل */

#mobileMenu .menu-item {
  margin: 0 0 6px !important;
  padding: 0 !important;

  opacity: 1 !important;

  transform: none !important;

  transition: none !important;
}

#mobileMenu .menu-item > a {
  min-height: 48px !important;

  padding: 11px 13px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  color: #e0eaf1 !important;

  font-size: 0.98rem !important;
  font-weight: 600 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 10px !important;

  text-shadow: none !important;

  transform: none !important;
}

#mobileMenu .menu-item > a::before,
#mobileMenu .menu-item > a::after {
  display: none !important;
}

#mobileMenu .menu-item:hover > a,
#mobileMenu .menu-item.active > a {
  color: #ffffff !important;

  padding-right: 13px !important;

  background:
    rgba(34, 211, 238, 0.09) !important;

  text-shadow: none !important;
}

/* زیرمنوی موبایل */

#mobileMenu .submenu {
  position: static !important;

  width: 100% !important;
  min-width: 0 !important;

  margin-top: 5px !important;
  padding: 7px !important;

  display: block !important;

  background:
    rgba(255, 255, 255, 0.03) !important;

  border:
    1px solid rgba(255, 255, 255, 0.06) !important;

  border-radius: 13px !important;

  box-shadow: none !important;

  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  transform: none !important;
}

#mobileMenu .submenu::before,
#mobileMenu .submenu::after {
  display: none !important;
}

#mobileMenu .submenu a {
  min-height: 39px !important;

  padding: 8px 11px !important;

  display: flex !important;
  align-items: center !important;

  color: #a9becb !important;

  font-size: 0.86rem !important;
  font-weight: 500 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 9px !important;

  transform: none !important;
}

#mobileMenu .submenu a::before,
#mobileMenu .submenu a::after {
  display: none !important;
}

#mobileMenu .submenu a:hover {
  color: #ffffff !important;

  padding-right: 15px !important;

  background:
    rgba(34, 211, 238, 0.08) !important;

  transform: none !important;
}

/* ==================================================
   ریسپانسیو
================================================== */

@media (max-width: 1150px) {
  header .nav-wrapper {
    padding: 0 22px !important;

    gap: 20px !important;
  }

  header .menu {
    gap: 5px !important;
  }

  header .menu > .menu-item > a {
    padding:
      10px
      13px !important;

    font-size: 0.9rem !important;
  }

  header .brand-box .title {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 992px) {
  header .menu {
    display: none !important;
  }

  #mobMenuBtn {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  header .nav-wrapper {
    height: 78px !important;

    padding:
      0
      14px !important;
  }

  header .brand-box {
    gap: 9px !important;
  }

  header .brand-box img {
    height: 50px !important;

    border-radius: 11px !important;
  }

  header .brand-box .title {
    font-size: 1rem !important;
  }

  header .brand-box small {
    display: none !important;
  }

  #mobMenuBtn {
    width: 42px !important;
    height: 42px !important;

    font-size: 19px !important;

    border-radius: 11px !important;
  }

  #mobileMenu {
    width: min(90%, 340px) !important;

    padding:
      82px
      18px
      25px !important;
  }
}
/* ===== FIX HEADER CONFLICT (DO NOT EDIT) ===== */

header,
.nav-wrapper,
.menu,
.menu-item,
.menu-item a,
.submenu,
#mobMenuBtn,
#mobileMenu {
  all: unset;
}

/* برگرداندن رفتار پایه */
header {
  display: block;
  width: 100%;
}

.nav-wrapper,
.menu,
.menu-item,
.menu-item a {
  all: revert;
}
/* ==================================================
   FINAL HEADER FIX - SAME AS HOME PAGE
   (SAFE OVERRIDE - NO CONFLICT)
================================================== */

/* پایه هدر */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  background: rgba(10, 20, 40, 0.94);
  backdrop-filter: blur(20px);

  border-bottom: 1px solid rgba(0, 234, 255, 0.15);

  transition: all 0.4s ease;
}

/* حالت اسکرول */
header.scrolled {
  background: rgba(5, 10, 25, 0.98);
  box-shadow: 0 12px 45px rgba(0, 234, 255, 0.22);
}

/* کانتینر اصلی */
.nav-wrapper {
  max-width: 1500px;
  margin: auto;

  padding: 0 20px;
  height: 90px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* لوگو */
.brand-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand-box img {
  height: 65px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 234, 255, 0.45);
  transition: 0.5s ease;
}

/* عنوان برند */
.brand-box .title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}

.brand-box small {
  font-size: 0.9rem;
  color: #88ddff;
}

/* منوی اصلی */
.menu {
  display: flex;
  gap: 40px;
  align-items: center;
  list-style: none;
}

.menu-item {
  position: relative;
}

.menu-item a {
  color: #e0f4ff;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;

  position: relative;
  padding: 8px 0;

  transition: 0.3s ease;
}

/* خط زیر منو */
.menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 0;
  height: 3px;

  background: #00eaff;
  border-radius: 3px;

  transform: translateX(-50%);
  transition: 0.4s ease;
}

.menu-item:hover a,
.menu-item.active a {
  color: #00eaff;
}

.menu-item:hover a::after,
.menu-item.active a::after {
  width: 100%;
}

/* موبایل منو دکمه */
#mobMenuBtn {
  display: none;
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 999999;

  width: 56px;
  height: 56px;

  background: rgba(0, 234, 255, 0.25);
  border: 2px solid rgba(0, 234, 255, 0.6);
  border-radius: 16px;

  color: #00eaff;
  font-size: 26px;

  align-items: center;
  justify-content: center;
}

/* موبایل */
@media (max-width: 992px) {
  .menu {
    display: none;
  }

  #mobMenuBtn {
    display: flex !important;
  }
}

/* ==================================================
   CONTACT HEADER — EXACT HOME PAGE STYLE
   این بخش باید آخرین کد contact.css باشد
================================================== */

/* ------------------------------
   هدر اصلی
------------------------------ */

header {
  --header-accent: #22d3ee;

  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;

  display: block !important;
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: rgba(7, 18, 38, 0.94) !important;

  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22) !important;

  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease !important;
}

header.scrolled {
  background: rgba(5, 14, 31, 0.98) !important;

  border-bottom-color: rgba(34, 211, 238, 0.15) !important;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.32),
    0 1px 0 rgba(34, 211, 238, 0.08) !important;
}

/* ------------------------------
   کانتینر هدر
------------------------------ */

header .nav-wrapper {
  position: relative !important;

  width: 100% !important;
  max-width: 1380px !important;
  height: 84px !important;

  margin: 0 auto !important;
  padding: 0 28px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 35px !important;

  box-sizing: border-box !important;
}

/* ------------------------------
   برند و لوگو
------------------------------ */

header .brand-box {
  display: flex !important;
  align-items: center !important;

  gap: 13px !important;

  margin: 0 !important;
  padding: 0 !important;

  flex-shrink: 0 !important;

  text-decoration: none !important;
}

header .brand-box > a {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;
}

header .brand-box img {
  display: block !important;

  width: auto !important;
  max-width: none !important;
  height: 58px !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;

  background: transparent !important;

  border: none !important;
  border-radius: 13px !important;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.28),
    0 0 16px rgba(34, 211, 238, 0.15) !important;

  transform: none !important;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

header .brand-box:hover img {
  transform: scale(1.035) !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.32),
    0 0 20px rgba(34, 211, 238, 0.2) !important;
}

header .brand-box .title {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #f6fbff !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 1.42rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  white-space: nowrap !important;

  background: transparent !important;

  text-shadow: none !important;
}

header .brand-box small {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #86a7b8 !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;

  white-space: nowrap !important;

  opacity: 1 !important;
}

/* ==================================================
   منوی دسکتاپ
================================================== */

header .menu {
  position: relative !important;

  margin: 0 !important;
  padding: 6px 8px !important;

  display: flex !important;
  align-items: center !important;

  gap: 7px !important;

  list-style: none !important;

  background: rgba(255, 255, 255, 0.035) !important;

  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 18px !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 12px 28px rgba(0, 0, 0, 0.15) !important;

  box-sizing: border-box !important;
}

header .menu > .menu-item {
  position: relative !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  opacity: 1 !important;

  transform: none !important;

  transition: none !important;
}

header .menu > .menu-item:hover {
  transform: none !important;
}

/* لینک‌های اصلی */

header .menu > .menu-item > a {
  position: relative !important;

  min-width: 0 !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 10px 16px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #d6e3ec !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: 1px solid transparent !important;
  border-radius: 11px !important;

  box-shadow: none !important;
  text-shadow: none !important;

  transform: none !important;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;

  box-sizing: border-box !important;
}

/* حذف فلش‌های اضافی */

header .menu > .menu-item > a::before {
  display: none !important;

  content: none !important;
}

/* خط زیر آیتم */

header .menu > .menu-item > a::after {
  content: "" !important;

  position: absolute !important;
  right: 18px !important;
  bottom: 4px !important;
  left: 18px !important;

  display: block !important;

  width: auto !important;
  height: 2px !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--header-accent),
      transparent
    ) !important;

  border-radius: 20px !important;

  box-shadow: none !important;

  opacity: 0 !important;

  transform: scaleX(0) !important;

  transition:
    opacity 0.25s ease,
    transform 0.25s ease !important;
}

/* هاور */

header .menu > .menu-item:hover > a {
  color: #ffffff !important;

  background: rgba(255, 255, 255, 0.055) !important;

  border-color: transparent !important;

  text-shadow: none !important;

  transform: translateY(-1px) !important;
}

header .menu > .menu-item:hover > a::after {
  opacity: 1 !important;

  transform: scaleX(1) !important;
}

/* صفحه اصلی در contact فعال نباشد */

header .menu > .menu-item:first-child:not(:hover) > a {
  color: #d6e3ec !important;

  background: transparent !important;

  border-color: transparent !important;
}

header .menu > .menu-item:first-child:not(:hover) > a::after {
  opacity: 0 !important;

  transform: scaleX(0) !important;
}

/* فعال‌شدن ارتباط با ما */

header .menu > .menu-item:nth-child(5) > a {
  color: var(--header-accent) !important;

  background: rgba(34, 211, 238, 0.09) !important;

  border-color: rgba(34, 211, 238, 0.12) !important;

  box-shadow: none !important;
  text-shadow: none !important;
}

header .menu > .menu-item:nth-child(5) > a::after {
  opacity: 1 !important;

  transform: scaleX(1) !important;
}

/* ==================================================
   زیرمنوی دسکتاپ
================================================== */

header .menu .submenu {
  position: absolute !important;
  top: calc(100% + 14px) !important;
  right: 0 !important;
  z-index: 10000 !important;

  width: auto !important;
  min-width: 240px !important;
  max-width: calc(100vw - 24px) !important;
  height: auto !important;

  margin: 0 !important;
  padding: 10px !important;

  display: block !important;

  background: rgba(8, 18, 34, 0.97) !important;

  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 18px !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;

  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transform: translateY(10px) scale(0.98) !important;
  transform-origin: top right !important;

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease !important;

  box-sizing: border-box !important;
}

/* پل بین لینک و زیرمنو */

header .menu .submenu::before {
  content: "" !important;

  position: absolute !important;
  right: 0 !important;
  bottom: 100% !important;
  left: 0 !important;

  display: block !important;

  width: auto !important;
  height: 15px !important;

  background: transparent !important;
}

/* خط بالای زیرمنو */

header .menu .submenu::after {
  content: "" !important;

  position: absolute !important;
  top: 0 !important;
  right: 22px !important;

  display: block !important;

  width: 70px !important;
  height: 3px !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--header-accent),
      transparent
    ) !important;

  border-radius: 20px !important;
}

/* نمایش زیرمنو */

header .menu > .menu-item:hover > .submenu,
header .menu > .menu-item:focus-within > .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  transform: translateY(0) scale(1) !important;
}

/* لینک زیرمنو */

header .menu .submenu a {
  position: relative !important;

  min-height: 44px !important;

  margin: 0 !important;
  padding: 10px 14px !important;

  display: flex !important;
  align-items: center !important;

  color: #cbd9e4 !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 0.91rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 11px !important;

  box-shadow: none !important;
  text-shadow: none !important;

  transform: none !important;

  transition:
    color 0.22s ease,
    background 0.22s ease,
    padding 0.22s ease !important;

  box-sizing: border-box !important;
}

/* نقطه کنار زیرمنو */

header .menu .submenu a::before {
  content: "" !important;

  width: 6px !important;
  height: 6px !important;

  margin-left: 9px !important;

  display: block !important;
  flex-shrink: 0 !important;

  background: rgba(34, 211, 238, 0.5) !important;

  border-radius: 50% !important;
}

header .menu .submenu a::after {
  display: none !important;

  content: none !important;
}

header .menu .submenu a:hover {
  color: #ffffff !important;

  padding-right: 19px !important;

  background: rgba(34, 211, 238, 0.1) !important;

  text-shadow: none !important;

  transform: none !important;
}

/* زیرمنوی ارتباط با ما از صفحه بیرون نزند */

header .menu > .menu-item:last-child > .submenu {
  right: auto !important;
  left: 0 !important;

  transform-origin: top left !important;
}

/* ==================================================
   دکمه منوی موبایل
================================================== */

#mobMenuBtn {
  position: static !important;

  width: 46px !important;
  height: 46px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: none !important;
  align-items: center !important;
  justify-content: center !important;

  color: #d9e8ef !important;

  font-family: inherit !important;
  font-size: 21px !important;

  cursor: pointer !important;

  background: rgba(255, 255, 255, 0.055) !important;

  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;

  box-shadow: none !important;

  transform: none !important;

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease !important;

  box-sizing: border-box !important;
}

#mobMenuBtn:hover,
#mobMenuBtn.active {
  color: #ffffff !important;

  background: rgba(34, 211, 238, 0.12) !important;

  border-color: rgba(34, 211, 238, 0.25) !important;

  transform: none !important;
}

#mobMenuBtn i {
  transition: transform 0.3s ease !important;
}

#mobMenuBtn.active i {
  transform: rotate(90deg) !important;
}

/* ==================================================
   منوی موبایل
================================================== */

#mobileMenu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 99998 !important;

  width: min(88%, 360px) !important;
  max-width: 360px !important;
  height: 100dvh !important;

  margin: 0 !important;
  padding: 88px 22px 30px !important;

  display: block !important;

  background: rgba(6, 16, 34, 0.99) !important;

  border: none !important;
  border-left: 1px solid rgba(34, 211, 238, 0.16) !important;

  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;

  box-shadow:
    -18px 0 55px rgba(0, 0, 0, 0.48) !important;

  overflow-y: auto !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: translateX(105%) !important;

  transition: transform 0.38s ease !important;

  box-sizing: border-box !important;
}

#mobileMenu.open {
  transform: translateX(0) !important;
}

#mobileMenu ul {
  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  list-style: none !important;
}

/* دکمه بستن */

#mobileMenu .mob-close-btn {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;

  width: 42px !important;
  height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #dceaf1 !important;

  font-family: inherit !important;
  font-size: 20px !important;

  cursor: pointer !important;

  background: rgba(255, 255, 255, 0.055) !important;

  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 11px !important;

  box-shadow: none !important;

  transform: none !important;

  box-sizing: border-box !important;
}

/* آیتم‌های موبایل */

#mobileMenu .menu-item {
  position: relative !important;

  margin: 0 0 6px !important;
  padding: 0 !important;

  display: block !important;

  list-style: none !important;

  opacity: 1 !important;

  transform: none !important;

  transition: none !important;
}

#mobileMenu .menu-item > a {
  position: relative !important;

  min-height: 48px !important;

  margin: 0 !important;
  padding: 11px 13px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  color: #e0ebf2 !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 10px !important;

  box-shadow: none !important;
  text-shadow: none !important;

  transform: none !important;

  box-sizing: border-box !important;
}

#mobileMenu .menu-item > a::before,
#mobileMenu .menu-item > a::after {
  display: none !important;

  content: none !important;
}

#mobileMenu .menu-item:hover > a {
  color: #ffffff !important;

  background: rgba(34, 211, 238, 0.08) !important;
}

/* صفحه اصلی موبایل فعال نباشد */

#mobileMenu .menu-item:first-child:not(:hover) > a {
  color: #e0ebf2 !important;

  background: transparent !important;
}

/* ارتباط با ما موبایل فعال */

#mobileMenu .menu-item:nth-child(5) > a {
  color: #ffffff !important;

  background: rgba(34, 211, 238, 0.08) !important;
}

/* زیرمنوی موبایل */

#mobileMenu .submenu {
  position: static !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 6px 0 0 !important;
  padding: 7px !important;

  display: block !important;

  background: rgba(255, 255, 255, 0.03) !important;

  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 14px !important;

  box-shadow: none !important;

  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  transform: none !important;

  box-sizing: border-box !important;
}

#mobileMenu .submenu::before,
#mobileMenu .submenu::after {
  display: none !important;

  content: none !important;
}

#mobileMenu .submenu a {
  min-height: 40px !important;

  margin: 0 !important;
  padding: 9px 12px !important;

  display: flex !important;
  align-items: center !important;

  color: #a7bfcd !important;

  font-family: "Estedad", sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;

  text-decoration: none !important;

  background: transparent !important;

  border: none !important;
  border-radius: 9px !important;

  box-shadow: none !important;
  text-shadow: none !important;

  transform: none !important;
}

#mobileMenu .submenu a::before,
#mobileMenu .submenu a::after {
  display: none !important;

  content: none !important;
}

#mobileMenu .submenu a:hover {
  color: #ffffff !important;

  padding-right: 16px !important;

  background: rgba(34, 211, 238, 0.08) !important;
}

/* ==================================================
   ریسپانسیو
================================================== */

@media (max-width: 1200px) {
  header .nav-wrapper {
    padding: 0 22px !important;

    gap: 22px !important;
  }

  header .menu {
    gap: 4px !important;
  }

  header .menu > .menu-item > a {
    padding: 10px 12px !important;

    font-size: 0.88rem !important;
  }

  header .brand-box .title {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 992px) {
  header .menu {
    display: none !important;
  }

  #mobMenuBtn {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  header .nav-wrapper {
    height: 78px !important;

    padding: 0 14px !important;
  }

  header .brand-box {
    gap: 9px !important;
  }

  header .brand-box img {
    height: 50px !important;

    border-radius: 11px !important;
  }

  header .brand-box .title {
    font-size: 1rem !important;
  }

  header .brand-box small {
    display: none !important;
  }

  #mobMenuBtn {
    width: 42px !important;
    height: 42px !important;

    font-size: 19px !important;

    border-radius: 11px !important;
  }

  #mobileMenu {
    width: min(90%, 340px) !important;

    padding: 82px 18px 25px !important;
  }
}
