/*
 * SLC consolidated stylesheet
 * Generated by tools/build-css-bundles.ps1
 * Source order is intentional and preserves the original cascade.
 */

/* ========================================================================== */

/* Pixel transition between the dark service chapter and the light briefing. */
.pixel-devider {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 47px;
  margin: 0 0 -47px;
  overflow: hidden;
  background-color: transparent !important;
  background-image: url("./assets/images/container/pixels-org-transparent.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 47px;
}

/* ========================================================================== */
/* Source: styles-menu.css */
/* ========================================================================== */

/*
 * WebPort-inspired icon menu, adapted for SLC.
 * Kept in a separate layer so the existing bilingual header and mobile
 * navigation behavior remain intact.
 */

@font-face {
  font-family: "Tekuteku";
  src: url("./fonts/TEKURA__-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --header-height: 0rem;
}

/*
 * The reference composition places both elements inside the hero:
 * the yellow identity tab on the reading side and the icon menu opposite it.
 */

.hero-utility {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: calc(var(--z-content) + 2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  direction: ltr;
  pointer-events: none;
}

[dir="rtl"] .hero-utility {
  direction: rtl;
}

.hero-utility > * {
  pointer-events: auto;
}

#logo {
  position: relative;
  width: 230px;
  height: 116px;
  flex: 0 0 230px;
  overflow: visible;
  border: 0;
  line-height: 1;
}

.header-promocode-button {
  position: relative;
  display: block;
  width: 230px;
  height: 108px;
  overflow: hidden;
  padding: 8px 10px 14px;
  border-top: 1px solid #ffc000;
  background: transparent url("./assets/images/webport-logo-tab.png") bottom center / 230px auto no-repeat;
  /*
   * The tab PNG has transparent lower corners. A drop-shadow on the whole
   * element paints into those corners and appears as a triangular flare.
   */
  filter: none;
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform-origin: top center;
  animation: slc-logo-drop 2s ease both;
}

.header-promocode-button::before,
.header-promocode-button::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.header-promocode-button::before {
  z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 0.5);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.2), transparent 38%);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
}

.header-promocode-button::after {
  z-index: 2;
  display: none;
  width: 42%;
  background: linear-gradient(
    108deg,
    transparent 15%,
    rgb(255 255 255 / 0.08) 38%,
    rgb(255 255 255 / 0.48) 50%,
    rgb(255 255 255 / 0.08) 62%,
    transparent 85%
  );
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  transform: translateX(-180%) skewX(-12deg);
  animation: none;
}

#logobobble,
#logoslogan {
  z-index: 3;
}

#logobobble {
  position: relative;
  display: block;
  width: 210px;
  height: 60px;
  margin: 5px auto 0;
  animation:
    slc-logo-fade 1.2s linear both,
    slc-logo-bobble 5.9s ease-in-out 1.5s infinite;
}

#logoshine,
#logoshine_canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 210px;
  height: 60px;
}

#logoshine {
  object-fit: contain;
}

#logoshine_canvas {
  opacity: 0;
  transition: opacity 220ms ease;
}

#logobobble.is-canvas-ready #logoshine_canvas {
  opacity: 1;
}

#logobobble.is-canvas-ready #logoshine {
  opacity: 0;
}

#logoslogan {
  position: relative;
  display: block;
  max-width: 202px;
  margin: 1px auto 0;
  direction: ltr;
  color: #735b00;
  font-family: "Tekuteku", "Arial Narrow", Impact, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.05;
  text-align: center;
  opacity: 0;
}

.logosloganfadeInUp {
  animation: slc-logo-slogan 1s ease-out 1.8s both;
}

@keyframes slc-logo-drop {
  0% {
    opacity: 0;
    transform: translateY(-160%);
  }
  68% {
    opacity: 1;
    transform: translateY(0);
  }
  84% {
    transform: translateY(-7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slc-logo-bobble {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes slc-logo-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slc-logo-slogan {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slc-frame-shine {
  0%,
  18% {
    transform: translateX(-180%) skewX(-12deg);
  }
  52%,
  100% {
    transform: translateX(380%) skewX(-12deg);
  }
}

.v7-rail-lighting {
  z-index: calc(var(--z-content) + 3);
}

.hero-language-signal {
  grid-template-rows: 1fr 1fr auto;
  width: 3.35rem;
  gap: 0.42rem;
  padding: 0.48rem 0.48rem 0.38rem;
  color: #f5fbff;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.signal-language-code {
  display: block;
  direction: ltr;
  color: rgb(245 251 255 / 0.9);
  font-family: "IRANSansX", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 5px rgb(0 0 0 / 0.7);
}

.hero-language-signal:is(:hover, :focus-visible) {
  border-color: rgb(121 212 255 / 0.72);
  background: rgb(4 25 47 / 0.92);
  box-shadow:
    0 18px 34px rgb(0 7 18 / 0.5),
    0 0 22px rgb(37 184 255 / 0.2);
  filter: brightness(1.12);
}

.hero-language-signal:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.hero-language-signal:is(:hover, :focus-visible) .v7-signal-lamp-cyan {
  box-shadow: 0 0 28px var(--v7-cyan);
}

.hero-language-signal:is(:hover, :focus-visible) .v7-signal-lamp-amber {
  box-shadow: 0 0 28px var(--v7-amber);
}

.hero-stage {
  padding-block-start: 8.25rem;
}

.hero-menu-button {
  display: none;
}

#main-menu {
  position: relative;
  grid-column: auto;
  align-self: start;
  direction: ltr;
  margin-block-start: 0.8rem;
}

#main-menu .menu-navigation,
#main-menu .menuUL {
  min-width: 0;
}

#main-menu .menuUL {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu .menuUL li {
  display: block;
  min-width: 0;
  text-align: center;
  visibility: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-menu .menuUL .nav-link {
  position: relative;
  display: flex;
  width: clamp(5.5rem, 7.8vw, 7rem);
  height: clamp(6.1rem, 8.65vw, 7.75rem);
  min-height: clamp(6.1rem, 8.65vw, 7.75rem);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  padding: clamp(0.7rem, 0.95vw, 0.85rem) 0.4rem 0.45rem;
  border: 2px solid rgb(215 215 215 / 0.18);
  border-radius: 0.25rem;
  background: rgb(255 255 255 / 0.085);
  box-shadow:
    0 0 1px rgb(255 255 255 / 0.4),
    inset 0 3px 5px rgb(0 0 0 / 0.05),
    0 2px 8px rgb(0 0 0 / 0.02),
    inset 0 1px 20px rgb(255 255 255 / 0.16),
    inset 0 -15px 30px rgb(0 0 0 / 0.05),
    0 4px 10px rgb(0 0 0 / 0.1);
  color: rgb(249 249 249 / 0.85);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow:
    -1px -1px 0 #5f6a76,
    1px -1px 0 #5f6a76,
    -1px 1px 0 #5f6a76,
    1px 1px 0 #5f6a76;
  user-select: none;
  transform: translateZ(0);
  transition:
    color 200ms linear,
    background-color 200ms linear,
    border-color 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    height 220ms ease,
    transform 220ms ease,
    opacity 300ms ease;
}

#main-menu .menuUL .nav-link::after {
  display: none;
}

#main-menu .icon,
#main-menu .menu-title {
  display: block;
}

#main-menu .icon {
  padding-top: 0;
  transition: margin 300ms ease;
}

#main-menu .icon-contact {
  position: relative;
  display: inline-grid;
  width: clamp(3rem, 4.25vw, 3.85rem);
  height: clamp(3rem, 4.25vw, 3.85rem);
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.1);
  box-shadow: 0 0 0 1.9rem transparent;
  line-height: 1;
  transform: translate3d(0, 0, 0);
  transition: box-shadow 450ms ease-in-out;
}

#main-menu .menu-title {
  max-width: 100%;
  margin-top: 0.55rem;
  overflow: hidden;
  font-family: "IRANYekanX", "IRANSansX", Tahoma, Arial, sans-serif;
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: margin 420ms ease;
}

html[lang="fa"] #main-menu .menu-title {
  direction: rtl;
}

@media (hover: hover) and (pointer: fine) {
  #main-menu .menuUL:hover .nav-link {
    opacity: 0.42;
  }

  #main-menu .menuUL .nav-link:hover,
  #main-menu .menuUL .nav-link:focus-visible,
  #main-menu .menuUL .nav-link.is-active {
    height: clamp(6.5rem, 9.1vw, 8.2rem);
    border-color: rgb(215 215 215 / 0.42);
    background: rgb(255 255 255 / 0.22);
    color: #fff;
    opacity: 1;
    transform: translateY(0.15rem);
  }

  #main-menu .menuUL .nav-link:hover .menu-title,
  #main-menu .menuUL .nav-link:focus-visible .menu-title {
    margin-top: 0.52rem;
    text-shadow: none;
  }

  #main-menu .menuUL .nav-link:hover .icon-contact,
  #main-menu .menuUL .nav-link:focus-visible .icon-contact,
  #main-menu .menuUL .nav-link.is-active .icon-contact {
    box-shadow: 0 0 3px 2px rgb(255 255 255 / 0.22);
  }
}

#main-menu .menuUL .nav-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#main-menu .clearfix {
  display: none;
}

@media (max-width: 64rem) {
  .hero-utility {
    inset-block-start: 0;
    justify-content: space-between;
  }

  [dir="rtl"] .hero-utility {
    justify-content: space-between;
  }

  #logo {
    width: 184px;
    height: 91px;
    flex-basis: 184px;
  }

  .header-promocode-button {
    width: 184px;
    height: 86px;
    padding: 5px 8px 11px;
    background-size: 184px auto;
  }

  #logobobble {
    width: 168px;
    height: 48px;
  }

  #logoshine,
  #logoshine_canvas {
    width: 168px;
    height: 48px;
  }

  #logoslogan {
    max-width: 168px;
    font-size: 0.62rem;
  }

  .hero-stage {
    padding-block-start: 6.6rem;
  }

  .hero-menu-button {
    position: relative;
    z-index: calc(var(--z-menu) + 2);
    display: inline-grid;
    align-self: flex-start;
    margin-block-start: 0.8rem;
  }

  body.menu-open .hero-menu-button {
    position: fixed;
    inset-block-start: 0.8rem;
    inset-inline-end: max(1rem, env(safe-area-inset-right));
  }

  #main-menu {
    position: fixed;
    grid-column: auto;
    margin-block-start: 0;
  }

  #main-menu .menu-navigation {
    width: min(100%, 38rem);
    margin-inline: auto;
  }

  #main-menu .menuUL {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
  }

  #main-menu .menuUL .nav-link {
    width: 100%;
    height: clamp(6.2rem, 20vw, 8rem);
    min-height: clamp(6.2rem, 20vw, 8rem);
    justify-content: center;
    border-bottom: 2px solid rgb(215 215 215 / 0.18);
    border-radius: 0.45rem;
  }

  #main-menu .icon-contact {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.75rem;
  }

  #main-menu .menu-title {
    margin-top: 0.55rem;
    font-size: clamp(0.82rem, 2.8vw, 1.05rem);
  }

  .v7-signal-mast {
    top: auto;
    right: auto;
    bottom: 1.5rem;
    left: 1rem;
  }

}

@media (max-width: 30rem) {
  #logo {
    width: 155px;
    height: 78px;
    flex-basis: 155px;
  }

  .header-promocode-button {
    width: 155px;
    height: 74px;
    padding: 4px 6px 9px;
    background-size: 155px auto;
  }

  #logobobble {
    width: 143px;
    height: 41px;
  }

  #logoshine,
  #logoshine_canvas {
    width: 143px;
    height: 41px;
  }

  #logoslogan {
    max-width: 143px;
    font-size: 0.54rem;
  }

  .hero-stage {
    padding-block-start: 5.8rem;
  }

  #main-menu .menuUL {
    gap: 0.55rem;
  }
}

/*
 * Desktop hero proportions:
 * strengthen the logo tab and keep the glass panel close to its content.
 */
@media (min-width: 64.0625rem) {
  #logo {
    width: 280px;
    height: 141px;
    flex-basis: 280px;
  }

  .header-promocode-button {
    width: 280px;
    height: 132px;
    padding: 10px 12px 17px;
    background-size: 280px auto;
  }

  #logobobble {
    width: 256px;
    height: 73px;
    margin-top: 5px;
  }

  #logoshine,
  #logoshine_canvas {
    width: 256px;
    height: 73px;
  }

  #logoslogan {
    max-width: 246px;
    font-size: 0.86rem;
  }

  /* Hero panel sizing belongs to styles-v7.css. */
  .hero-copy:not(.glass-box-shell) {
    width: min(48vw, 56rem);
    max-width: 56rem;
    padding: clamp(1.85rem, 3vw, 3rem);
  }
}

@media (min-width: 48rem) and (max-width: 64rem) {
  .hero-copy:not(.glass-box-shell) {
    width: min(86vw, 44rem);
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-promocode-button,
  .header-promocode-button::after,
  #logobobble,
  .logosloganfadeInUp {
    animation: none;
  }

  #logoslogan {
    opacity: 1;
  }

  #main-menu .menuUL .nav-link,
  #main-menu .icon,
  #main-menu .icon-contact,
  #main-menu .menu-title {
    transition: none;
  }

  .hero-language-signal {
    transition: none;
  }
}

/* Footer contact details */
.footer-meta {
  max-width: 32rem;
}

.footer-contact {
  font-style: normal;
  line-height: 1.85;
}

.footer-contact p + p {
  margin-top: 0.55rem;
}

.footer-contact-label {
  font-weight: 800;
}

.footer-phone {
  display: inline-block;
  color: inherit;
  direction: ltr;
  text-decoration: none;
  unicode-bidi: isolate;
}

.footer-phone:hover,
.footer-phone:focus-visible {
  color: #075fbe;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}


/* ========================================================================== */
/* Source: styles-bottom-bar.css */
/* ========================================================================== */

/* BottomBar ported from webportDEMO2. */

.bottomBar,
.bottomBar * {
  box-sizing: content-box;
}

.bottomBar {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid rgb(0 0 0 / 0.65);
  border-bottom: 2px solid #73a121;
  background: url("./assets/images/bottom-bar/banner.png") repeat scroll 0 0 rgb(0 0 0 / 0.5);
}

.banner_container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 4px 10px 0;
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-shadow: 0 0 2px #000;
}

.banner_container .close {
  position: absolute;
  z-index: 20;
  top: -17px;
  right: 0;
  display: block;
  width: 26px;
  height: 17px;
  overflow: hidden;
  background: url("./assets/images/bottom-bar/btn_close.png") no-repeat left top;
  text-indent: 2000px;
  white-space: nowrap;
}

.banner_container .close.active {
  background-position: 0 bottom;
}

.banner_container a {
  color: #fff;
}

.banner_container .DestroyBar {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: url("./assets/images/bottom-bar/small_close.png") no-repeat right top;
  text-indent: 1000px;
}

.banner_container #DestroyBar {
  position: relative;
  top: 4px;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border: 0;
}

.bottomBar-layout {
  display: block;
  float: left;
  margin-top: -2px;
  margin-left: 20px;
}

.bottomBar .site-header {
  position: absolute;
  z-index: 4;
  inset: auto;
  top: 1px;
  right: 2.2%;
  left: 40px;
  display: block;
  height: 34px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

.bottomBar .site-header .nav-trigger {
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 16px;
  background: #fff url("./assets/images/bottom-bar/trigger.png") left top no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  cursor: url("./assets/images/bottom-bar/cursor.123"), default !important;
  transition: all 200ms linear;
}

.bottomBar .site-header .nav-trigger .nav-trigger-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  transition: all 20000ms linear;
}

.bottomBar .site-header .nav-trigger .nav-trigger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 4px;
  height: 10px;
  margin-top: 8px;
  margin-left: -2px;
  background: red;
}

.bottomBar .site-header .nav-trigger .nav-trigger-inside.rotated {
  transform: rotate(3600deg);
}

.bottomBar .site-header .nav-trigger .nav-trigger-inside.rotated .nav-trigger-line {
  display: block;
}

.show-sidebar .bottomBar .site-header .nav-trigger {
  transform: rotate(90deg);
}

.bottomBar .site-header .nav-trigger:hover {
  border-color: #c6f4d4;
  background-color: #c6f4d4;
}

.bottomBar .site-header .site-menu {
  float: left;
  margin-left: 30px;
  text-transform: uppercase;
}

.bottomBar .site-header .site-menu a {
  display: none;
  margin-right: 14px;
  color: #6cabc8;
  font-family: "IRANYekanX", "IRANSansX", Tahoma, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
  opacity: 0;
  transition: color 100ms linear;
}

.bottomBar .site-header .site-menu a.show,
.bottomBar .site-header .site-menu.show a {
  display: inline-block;
}

.bottomBar .site-header .site-menu a.active,
.bottomBar .site-header .site-menu a:hover {
  color: #38e6ff;
}

.bottomBar .site-header .social-bar {
  float: right;
  margin-right: 10px;
  overflow: hidden;
}

.bottomBar .site-header .social-link {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: 3px solid #65c1ff;
  border-radius: 16px;
  color: #fff !important;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  transition: all 200ms linear;
}

.bottomBar .site-header .social-link:last-child {
  margin-right: 0;
}

.bottomBar .site-header .social-link:hover {
  border-color: #5b9dca;
  color: #c6f4d4;
}

.bottomBar .site-header #SocialArea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  float: right;
  width: 365px;
  height: 34px;
  vertical-align: middle;
}

.bottomBar .follow {
  width: 223px;
  height: 32px;
  margin-right: -20px;
}

.bottomBar .follow-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: #e8f7ff;
  font-family: "IRANSansX", "IRANYekanX", Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.bottomBar .site-header #SocialArea .social-bar {
  float: none;
  margin-right: 0;
}

.bottomBar .site-header #SocialArea .social-link {
  display: inline-grid;
  place-items: center;
  float: none;
  margin: 0;
  border-color: #65c1ff;
  font-size: 14px;
  line-height: 1;
}

.bottomBar .detailShareBut {
  position: relative;
  display: inline-block;
  float: left;
  width: 500px;
  height: 26px;
  margin: 2px auto 0 8px !important;
  padding: 0;
  overflow: hidden;
  background: transparent;
  direction: rtl;
  font-size: 12px;
  line-height: 20px;
}

.bottomBar .detailShareBut li {
  font-family: "IRANSansX", "IRANYekanX", Tahoma, Arial, sans-serif !important;
}


/* ========================================================================== */
/* Source: styles-footer-tarannom.css */
/* ========================================================================== */

/*
 * Tarannom footer port
 * Kept isolated so reverting the footer only requires removing this stylesheet
 * and restoring the previous <footer class="site-footer">.
 */

.tarannom-footer {
  --footer-ink: #405060;
  --footer-title: #102c44;
  --footer-accent: #0b8ec8;
  --footer-link: #0262b4;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  color: var(--footer-ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(122, 188, 219, 0.14), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(91, 145, 187, 0.09), transparent 38%),
    linear-gradient(135deg, #f8fbfd 0%, #eff7fb 48%, #e7f2f8 100%);
  border-top: 1px solid rgba(70, 129, 173, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 -18px 48px rgba(9, 49, 76, 0.06);
}

.tarannom-footer::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 52%;
  opacity: 0.55;
  background: linear-gradient(to top, rgba(115, 169, 201, 0.08), transparent);
  pointer-events: none;
}

.tarannom-footer::after {
  content: none;
}

.tarannom-footer__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(250px, 0.88fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  width: min(100% - 3rem, 1180px);
  margin-inline: auto;
  padding: clamp(3.35rem, 6vw, 5.6rem) 0 clamp(2.8rem, 5vw, 4.6rem);
}

.tarannom-footer__column {
  position: relative;
  min-width: 0;
  z-index: 2;
}

.tarannom-footer__title {
  position: relative;
  margin: 0 0 1.8rem;
  padding-bottom: 0.85rem;
  color: var(--footer-title);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.65;
}

.tarannom-footer__title::after {
  position: absolute;
  content: "";
  height: 3px !important;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url("./assets/images/footer/title-bg3.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.tarannom-footer__title strong {
  color: var(--footer-accent);
  font-weight: 800;
}

.tarannom-footer__column--about .tarannom-footer__title {
  margin-bottom: 1rem;
}

.tarannom-footer__brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1.25rem;
  opacity: 0.86;
  border-radius: 4px;
  transition: opacity 180ms ease;
}

.tarannom-footer__brand:hover {
  opacity: 1;
}

.tarannom-footer__brand:focus-visible {
  opacity: 1;
  outline: 2px solid rgba(11, 142, 200, 0.42);
  outline-offset: 6px;
}

.tarannom-footer__brand img {
  display: block;
  width: min(210px, 72vw);
  height: auto;
}

.tarannom-footer__about {
  margin-top: 0;
  font-size: 0.93rem;
  line-height: 2.15;
  text-align: justify;
}

.tarannom-footer__map {
  display: block;
  width: min(100%, 440px);
  height: auto;
  margin: -0.75rem auto 0;
  opacity: 0.16;
  filter: brightness(0) saturate(100%);
  pointer-events: none;
  user-select: none;
}

.tarannom-footer .fa {
  display: inline-grid;
  font: normal normal normal 1rem/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tarannom-footer .fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.tarannom-footer .fa-hourglass-1::before {
  content: "\f251";
}

.tarannom-footer .fa-hourglass-2::before {
  content: "\f252";
}

.tarannom-footer .fa-commenting::before {
  content: "\f27a";
}

.tarannom-footer .fa-black-tie::before {
  content: "\f27e";
}

.tarannom-footer__about strong {
  color: #1b5e89;
  font-weight: 750;
}

.tarannom-contact {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  font-style: normal;
}

.tarannom-contact__item {
  position: relative;
  min-height: 48px;
  padding-inline-start: 54px;
}

.tarannom-footer .tarannom-contact__icon {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 48px;
  color: #2f6f96;
  font-size: 1.22rem;
  border-inline-end: 1px solid rgba(64, 80, 96, 0.28);
}

.tarannom-contact__label {
  margin-bottom: 0.18rem;
  color: rgba(64, 80, 96, 0.7);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.6;
}

.tarannom-contact__text {
  color: #203f58;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.75;
}

.tarannom-contact__text--hours {
  direction: ltr;
  text-align: right;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
}

.tarannom-contact__text a {
  color: var(--footer-link);
  text-decoration: none;
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.tarannom-contact__text a:hover,
.tarannom-contact__text a:focus-visible {
  color: #079ed5;
  text-shadow: 0 0 18px rgba(7, 158, 213, 0.24);
}

.tarannom-contact__text a:focus-visible {
  outline: 2px solid rgba(7, 158, 213, 0.35);
  outline-offset: 4px;
  border-radius: 3px;
}

.tarannom-contact__ltr {
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
}

.tarannom-footer__base {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(64, 80, 96, 0.13);
  background: rgba(237, 246, 251, 0.46);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.tarannom-footer__base-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  width: min(100% - 3rem, 1180px);
  min-height: 62px;
  margin-inline: auto;
  padding-block: 0.8rem;
  color: rgba(64, 80, 96, 0.75);
  font-size: 0.79rem;
}

.tarannom-footer__base p {
  margin: 0;
}

.tarannom-footer__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarannom-footer__quicklinks a {
  color: #315b77;
  text-decoration: none;
  transition: color 180ms ease;
}

.tarannom-footer__quicklinks a:hover,
.tarannom-footer__quicklinks a:focus-visible {
  color: var(--footer-accent);
}

.tarannom-footer .hrfooter {
  position: relative;
  z-index: 4;
  clear: both;
  width: min(744px, calc(100% - 2rem));
  height: 57px;
  margin: -25px auto -48px;
  background: url("./assets/images/footer/div.png") no-repeat scroll;
  background-position: 50% 50%;
  background-size: contain;
  text-align: center !important;
  pointer-events: none;
}

@media (max-width: 980px) {
  .tarannom-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tarannom-footer__column--about {
    grid-column: 1 / -1;
  }

}

@media (max-width: 680px) {
  .tarannom-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    width: min(100% - 2rem, 560px);
    padding-block: 3.2rem 2.8rem;
  }

  .tarannom-footer__column--about {
    grid-column: auto;
  }

  .tarannom-footer__title {
    margin-bottom: 1.4rem;
  }

  .tarannom-footer__about {
    font-size: 0.88rem;
    line-height: 2.05;
  }

  .tarannom-footer__map {
    width: min(100%, 360px);
    margin-top: -0.5rem;
  }

  .tarannom-footer__base-inner {
    align-items: flex-start;
    flex-direction: column;
    width: min(100% - 2rem, 560px);
    padding-block: 1.15rem;
  }
}

@media print {
  .tarannom-footer {
    color: #000;
    background: #fff;
    box-shadow: none;
  }

  .tarannom-footer .hrfooter {
    display: none;
  }
}


/* ========================================================================== */
/* Source: styles-type-scale.css */
/* ========================================================================== */

/*
 * Final typography scale
 * Keeps the visual hierarchy consistent across the versioned section styles.
 */

:root {
    --type-section: clamp(2.35rem, 3.15vw, 3.65rem);
    --type-section-compact: clamp(2.15rem, 2.75vw, 3.2rem);
    --type-statement: clamp(2.4rem, 3.15vw, 3.65rem);
    --type-group: clamp(1.5rem, 1.8vw, 2rem);
    --type-feature: clamp(1.95rem, 2.45vw, 2.75rem);
    --type-card: clamp(1.2rem, 1.35vw, 1.5rem);
}

/* Primary section headings */
.service-section .section-heading .section-title,
.briefing-intro .section-title,
.sulfur-copy .section-title {
    font-size: var(--type-section);
    line-height: 1.28;
    letter-spacing: -0.025em;
}

/* Longer headings need a slightly quieter scale to preserve readable line lengths. */
.khorasan-copy .section-title,
.control-section .section-heading .section-title,
.inquiry-copy .section-title {
    max-width: 19ch;
    font-size: var(--type-section-compact);
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.service-section .section-heading .section-title {
    max-width: 19ch;
}

/* Operational statement and experience marker */
.operation-statement h2 {
    max-width: 20ch;
    font-size: var(--type-statement);
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.operation-year strong {
    font-size: clamp(4.75rem, 7vw, 7.25rem);
    line-height: 0.9;
}

/* Briefing groups */
.briefing-group h3,
.briefing-group:nth-child(2) h3 {
    font-size: var(--type-group);
    line-height: 1.42;
    letter-spacing: -0.015em;
}

.briefing-pair h4 {
    font-size: clamp(1.05rem, 1.15vw, 1.3rem);
    line-height: 1.5;
}

/* Service and benefit cards */
.ledger-item h3 {
    font-size: clamp(1.25rem, 1.5vw, 1.7rem);
    line-height: 1.45;
}

.control-feature h3 {
    max-width: 14ch;
    font-size: var(--type-feature);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.control-note h3 {
    font-size: var(--type-card);
    line-height: 1.45;
    letter-spacing: -0.01em;
}

/* Collaboration process */
.process-spine > h2 {
    max-width: 20ch;
    font-size: var(--type-section-compact);
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.process-spine li h3 {
    font-size: clamp(1.02rem, 1.05vw, 1.16rem);
    line-height: 1.5;
}

@media (max-width: 64rem) {
    :root {
        --type-section: clamp(2.25rem, 4.8vw, 3.25rem);
        --type-section-compact: clamp(2.1rem, 4.5vw, 3rem);
        --type-statement: clamp(2.3rem, 4.8vw, 3.25rem);
        --type-feature: clamp(1.9rem, 4vw, 2.55rem);
    }

    .operation-year strong {
        font-size: clamp(4.4rem, 10vw, 6.25rem);
    }
}

@media (max-width: 47.99rem) {
    :root {
        --type-section: clamp(2rem, 8vw, 2.65rem);
        --type-section-compact: clamp(1.95rem, 7.6vw, 2.55rem);
        --type-statement: clamp(2rem, 8vw, 2.7rem);
        --type-group: clamp(1.4rem, 5.8vw, 1.8rem);
        --type-feature: clamp(1.8rem, 7.5vw, 2.35rem);
        --type-card: clamp(1.16rem, 4.8vw, 1.38rem);
    }

    .service-section .section-heading .section-title,
    .briefing-intro .section-title,
    .khorasan-copy .section-title,
    .sulfur-copy .section-title,
    .control-section .section-heading .section-title,
    .inquiry-copy .section-title,
    .operation-statement h2,
    .process-spine > h2 {
        max-width: 100%;
        letter-spacing: -0.015em;
    }

    .operation-year strong {
        font-size: clamp(4rem, 20vw, 5.5rem);
    }

    .briefing-pair h4 {
        font-size: clamp(1.02rem, 4.5vw, 1.2rem);
    }

    .ledger-item h3 {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
    }

    .control-feature h3 {
        max-width: 15ch;
    }
}


/* ========================================================================== */
/* Source: styles-icons.css */
/* ========================================================================== */

/*
 * Central MDI icon helper
 * Icons are decorative unless the surrounding control supplies an accessible name.
 */

.app-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: inherit;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.app-icon::before {
  display: block;
  font-size: inherit;
  line-height: 1;
}

.app-icon--menu {
  font-size: clamp(1.65rem, 2.2vw, 2rem);
}

.app-icon--service {
  position: relative;
  z-index: 2;
  margin-block-end: 0.9rem;
  color: var(--signal-strong);
  font-size: clamp(2.6rem, 3.4vw, 3.6rem);
}

.ledger-item:nth-child(1) .app-icon--service {
  color: #ffffff;
}

.app-icon--feature,
.app-icon--card {
  position: relative;
  z-index: 2;
  margin-block-end: 0.85rem;
}

.app-icon--feature {
  color: #ffffff;
  font-size: clamp(2rem, 2.3vw, 2.35rem);
}

.app-icon--card {
  color: var(--signal-strong);
  font-size: clamp(1.6rem, 1.8vw, 1.85rem);
}

.app-icon--step {
  margin-block-end: 0.65rem;
  color: var(--signal-strong);
  font-size: 1.45rem;
}

.app-icon--button {
  font-size: 1.2rem;
}

.app-icon--contact {
  font-size: 1.22rem;
}

.app-icon--social {
  font-size: 0.95rem;
}

html[dir="rtl"] .app-icon--button {
  transform: none;
}

@media (max-width: 47.99rem) {
  .app-icon--menu {
    font-size: 1.55rem;
  }

  .app-icon--service {
    font-size: 2.5rem;
  }

  .app-icon--feature {
    font-size: 2rem;
  }
}


/* ========================================================================== */
/* Source: styles-image-integrations.css */
/* ========================================================================== */

/*
 * Approved cargo watermark
 * Kept isolated so the base industrial layouts remain untouched.
 */

.inquiry-checklist--illustrated {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.inquiry-checklist-content {
  position: relative;
  z-index: 2;
}

.inquiry-cargo-visual {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 1;
  width: clamp(11rem, 36%, 14rem);
  margin: 0;
  opacity: 0.16;
  pointer-events: none;
}

.inquiry-cargo-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.25) saturate(0.8);
}

.inquiry-cargo-visual--standalone {
  inset: auto 0 0 auto;
  width: min(14rem, 48%);
}

html[dir="rtl"] .inquiry-cargo-visual--standalone {
  inset: auto auto 0 0;
}

@media (max-width: 767px) {
  .inquiry-cargo-visual {
    width: min(12rem, 52vw);
    opacity: 0.13;
  }
}


/* ========================================================================== */
/* Source: styles-reference-inspirations.css */
/* ========================================================================== */

/*
 * Reference-informed type treatments.
 * Adapted for Sahand Logistics rather than copied from template demos.
 */

/* Hero: overlapping outlined and solid titles, adapted from the supplied demo. */

.hero-dual-title {
  width: 100%;
  overflow: visible;
}

.hero .hero-outline-kicker {
  width: 100%;
  max-width: 100%;
  margin: 0;
  line-height: 1;
}

.hero-outline-word {
  display: block;
}

.hero-outline-word {
  color: rgb(37 184 255 / 0.65);
  font-size: clamp(3.35rem, 4.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  paint-order: stroke fill;
  text-shadow: none;
}

.hero-dual-title > #hero-title {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}

/* Sulfur route: semantic title box with a material-specific background label. */

.khorasan-section--title-box .khorasan-grid {
  row-gap: 0.5rem;
}

.khorasan-section--title-box .khorasan-media,
.khorasan-section--title-box .khorasan-copy {
  grid-row: 2;
}

.sulfur-section--title-box > .sulfur-mark {
  display: none;
}

.sulfur-section--title-box .sulfur-layout {
  row-gap: 0.5rem;
}

:is(.sulfur-title-box, .khorasan-title-box) {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: grid;
  min-height: clamp(11rem, 16vw, 13rem);
  grid-column: 1 / -1;
  margin-bottom: 0.5rem;
  padding: clamp(2.25rem, 3.5vw, 3.25rem) clamp(1rem, 3vw, 2.5rem);
  place-items: center;
  text-align: center;
}

:is(.sulfur-title-box, .khorasan-title-box)::after {
  content: attr(data-name);
  position: absolute;
  z-index: -1;
  inset: 50% auto auto 50%;
  color: #6f6f6f;
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(5.75rem, 9vw, 9.375rem);
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.055;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

:is(.sulfur-title-box, .khorasan-title-box) .kicker,
:is(.sulfur-title-box, .khorasan-title-box) .section-title,
:is(.sulfur-title-box, .khorasan-title-box) .section-title-separator {
  margin-inline: auto;
}

:is(.sulfur-title-box, .khorasan-title-box) .kicker {
  order: 2;
  margin-top: 0.85rem;
  color: #886a12;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

html[lang="fa"] :is(.sulfur-title-box, .khorasan-title-box) .kicker {
  letter-spacing: 0;
}

:is(.sulfur-title-box, .khorasan-title-box) .section-title,
html[lang="fa"] :is(.sulfur-title-box, .khorasan-title-box) .section-title {
  order: 1;
  max-width: none;
  margin: 0;
  font-size: clamp(2.35rem, 3.125vw, 2.5rem);
  font-weight: 600;
  line-height: 1.1;
  text-wrap: balance;
  white-space: nowrap;
}

:is(.sulfur-title-box, .khorasan-title-box) .section-title-separator {
  order: 3;
  display: block;
  width: 3.5rem;
  height: 3px;
  margin-top: 1rem;
  background: var(--sulfur, #d6ad33);
  box-shadow: 0 6px 18px rgb(214 173 51 / 0.24);
}

@media (max-width: 47.99rem) {
  .hero-outline-word {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .hero-dual-title > #hero-title {
    margin-top: -0.65rem;
  }

  :is(.sulfur-title-box, .khorasan-title-box) {
    min-height: 0;
    margin-bottom: 1rem;
    padding: 2.5rem 0.25rem 2rem;
  }

  :is(.sulfur-title-box, .khorasan-title-box) .section-title,
  html[lang="fa"] :is(.sulfur-title-box, .khorasan-title-box) .section-title {
    max-width: 17ch;
    font-size: clamp(2.15rem, 9vw, 3rem);
    white-space: normal;
  }

  :is(.sulfur-title-box, .khorasan-title-box)::after {
    font-size: clamp(4rem, 22vw, 6.5rem);
    opacity: 0.065;
  }

  .khorasan-section--title-box .khorasan-title-box {
    grid-row: 1;
  }

  .khorasan-section--title-box .khorasan-media,
  [dir="rtl"] .khorasan-section--title-box .khorasan-media {
    grid-row: 2;
  }

  .khorasan-section--title-box .khorasan-copy,
  [dir="rtl"] .khorasan-section--title-box .khorasan-copy {
    grid-row: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-outline-kicker {
    transform: none !important;
  }
}
/* Corridor title — pale technical atlas treatment inspired by the supplied reference. */

.corridor-section {
  isolation: isolate;
  overflow: hidden;
}

.corridor-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(174deg, transparent 0 23%, rgb(26 101 151 / 0.055) 23.1% 23.25%, transparent 23.35%),
    repeating-linear-gradient(90deg, transparent 0 calc(15.5vw - 1px), rgb(26 101 151 / 0.055) calc(15.5vw - 1px) 15.5vw);
  content: "";
  pointer-events: none;
}

.corridor-heading {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: none;
  min-height: clamp(19rem, 29vw, 28rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(1rem, 4vw, 4rem);
  text-align: center;
}

.corridor-heading::before {
  position: absolute;
  z-index: -1;
  inset-inline: 50%;
  top: 50%;
  width: 100vw;
  overflow: hidden;
  color: rgb(12 49 82 / 0.035);
  content: attr(data-watermark);
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(4rem, 7vw, 8.5rem);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(50%, -42%);
}

.corridor-heading .section-title {
  order: 1;
  max-width: 24ch;
  margin: 0;
  color: #071d39;
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(2.35rem, 4.1vw, 4.8rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.045em;
}

.corridor-heading .kicker {
  order: 2;
  margin-top: 1.15rem;
  color: #ae8615;
  font-size: clamp(0.9rem, 1.25vw, 1.15rem);
  font-weight: 700;
}

.corridor-heading .kicker::after {
  display: block;
  width: 4.75rem;
  height: 3px;
  margin: 1.15rem auto 0;
  background: #d6a516;
  content: "";
}

.corridor-heading .section-lead {
  order: 3;
  max-width: 43rem;
  margin-top: 1.45rem;
}

@media (max-width: 47.99rem) {
  .corridor-heading {
    min-height: 22rem;
    padding-inline: 0;
    text-align: center;
  }

  .corridor-heading::before {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
  }

  .corridor-heading .section-title {
    max-width: 15ch;
    margin-inline: auto;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .corridor-heading .section-lead {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .corridor-heading::before {
    transform: translate(50%, -42%);
  }
}
