
:root {
  --wd-primary: rgb(31,164,133);
  --wd-primary-dark: #037D61;
  --wd-primary-light: #32AB8B;
  --wd-text: #242424;
  --wd-muted: #F0F2F2;
  --wd-header-h: 90px;
  --font-main: "IRANSansDN", "IRANSans", Tahoma, "Segoe UI", Arial, sans-serif;
}
@font-face {
  font-family: "IRANSansDN";
  src: url("../fonts/iransansdn.woff2") format("woff2"),
       url("../fonts/iransansdn.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansDN";
  src: url("../fonts/iransansdnbold.woff2") format("woff2"),
       url("../fonts/iransansdnbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansDN";
  src: url("../fonts/iransansdnlight.woff2") format("woff2"),
       url("../fonts/iransansdnlight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--wd-text);
  background: #fff;
  line-height: 1.7;
  direction: rtl;
}
a { color: var(--wd-primary); text-decoration: none; }
a:hover { color: #242424; }
img { max-width: 100%; height: auto; display: inline-block; vertical-align: middle; }
.container { width: min(1222px, calc(100% - 32px)); margin-inline: auto; }

/* Header — reconstructed from header_246375 */
.whb-header {
  position: absolute;
  top: 0; right: 0; left: 0;
  z-index: 100;
  color: #fff;
}
.page-services .whb-header,
.page-contact .whb-header,
.page-404-body .whb-header,
.whb-header.whb-sticked {
  position: fixed;
  background: rgba(255,255,255,.96);
  color: #242424;
  box-shadow: 0 1px 12px rgba(0,0,0,.08);
}
.page-home .whb-header:not(.whb-sticked) {
  position: absolute;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.whb-general-header { min-height: var(--wd-header-h); }
.whb-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--wd-header-h);
  gap: 16px;
}
.whb-column { display: flex; align-items: center; }
.whb-col-left, .whb-col-right { flex: 1; }
.whb-col-center { justify-content: center; }
.whb-col-right { justify-content: flex-start; }
.site-logo img { width: 110px; height: auto; }
.mobile-logo img { width: 72px; }
.wd-nav .menu {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wd-nav a {
  color: inherit;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.wd-nav .current a { color: var(--wd-primary); }
.contact-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: inherit;
  font-weight: 600;
  font-size: 13px;
}
.whb-hidden-lg { display: none; }
.mobile-nav-toggle {
  background: none; border: 0; width: 36px; height: 28px;
  display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; padding: 0;
}
.mobile-nav-toggle span {
  display: block; height: 2px; background: currentColor; border-radius: 2px;
}
.mobile-menu {
  background: #fff; color: #242424;
  padding: 12px 20px 20px;
  border-bottom: 1px solid #eee;
}
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu a {
  display: block; padding: 12px 0; border-bottom: 1px solid #f0f0f0;
  color: #242424; font-weight: 600;
}

/* Static hero fallback for missing RevSlider */
.static-hero {
  position: relative;
  height: min(78vh, 720px);
  min-height: 420px;
  overflow: hidden;
  border-radius: 0 0 20px 0;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .8s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-dots {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 2;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.55); cursor: pointer;
}
.hero-dot.is-active { background: #fff; }

/* Elementor-ish layout */
.elementor-section { position: relative; }
.elementor-container {
  display: flex;
  flex-wrap: wrap;
  width: min(1222px, 100%);
  margin-inline: auto;
  align-items: stretch;
}
.elementor-section-stretched > .elementor-container { width: 100%; max-width: 100%; }
.elementor-column { display: flex; }
.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--col-align, center);
  width: 100%;
  padding: 10px;
  gap: 8px;
}
.elementor-widget { width: 100%; }
.wd-gallery .gallery-inner {
  display: flex; justify-content: center; align-items: center; gap: 10px;
}
.wd-gallery img { border-radius: 6px; }
.wd-gallery.has-mask img {
  -webkit-mask-image: radial-gradient(circle, #000 66%, transparent 67%);
  mask-image: radial-gradient(circle, #000 66%, transparent 67%);
}
.wd-gallery.anim-pulse img { animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
.wd-title .title {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 700;
}
.wd-title.color-white, .wd-title.color-white .title, .wd-title.color-white .title-after_title { color: #fff; }
.wd-title.color-white a { color: #fff; }
.wd-text-block { font-size: 1rem; }
.services-prose {
  max-width: 820px;
  margin: 40px auto;
  padding: 24px;
  line-height: 1.9;
  text-align: right;
}
.elementor-shape-top {
  position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; z-index: 1;
}
.elementor-shape-top svg { width: calc(100% + 1.3px); height: 7px; display: block; }

/* Footer — cms_block 10387 */
.site-footer {
  background: var(--wd-primary);
  color: #fff;
  padding: 40px 0 28px;
  margin-top: 0;
  text-align: center;
}
.site-footer a { color: #fff; font-weight: 700; }
.footer-logo { max-width: 150px; margin: 0 auto 12px; display: block; }
.footer-content { font-weight: 700; font-size: 14px; }
.footer-content p { margin: 5px 0; }
.footer-copy { margin-top: 18px; opacity: .85; font-size: 13px; }

/* Inner pages */
.page-pad { padding: 140px 20px 60px; }
.page-404 {
  min-height: 60vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 160px 20px 80px;
}
.page-404 h1 { font-size: 4rem; margin: 0; color: var(--wd-primary); }
.contact-grid .elementor-container { align-items: flex-start; }
.contact-grid iframe { width: 100%; max-width: 100%; height: 450px; border: 0; }

/* Lightbox simple */
.lightbox-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.85);
  display: none; align-items: center; justify-content: center; z-index: 1000;
}
.lightbox-overlay.is-open { display: flex; }
.lightbox-overlay img { max-width: min(92vw, 1000px); max-height: 90vh; }

@media (max-width: 1024px) {
  .whb-visible-lg { display: none !important; }
  .whb-hidden-lg { display: flex !important; }
  .whb-flex-row { justify-content: space-between; }
  .whb-mobile-left, .whb-mobile-right { flex: 1; }
  .whb-mobile-center { justify-content: center; }
  .elementor-column { width: 100% !important; }
  .structure-30 .elementor-column { width: 33.333% !important; }
  .structure-50 .elementor-column { width: 20% !important; }
  .static-hero { min-height: 320px; height: 56vh; }
}
@media (max-width: 767px) {
  .structure-30 .elementor-column { width: 33.333% !important; }
  .structure-50 .elementor-column { width: 33.333% !important; }
  .structure-20 .elementor-column { width: 100% !important; }
  .site-logo img { width: 88px; }
}
