.elementor-683 .elementor-element.elementor-element-f858f57{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overflow:hidden;}.elementor-683 .elementor-element.elementor-element-f858f57:not(.elementor-motion-effects-element-type-background), .elementor-683 .elementor-element.elementor-element-f858f57 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #A7BFCF 0%, #A7BFCF 100%);}.elementor-683 .elementor-element.elementor-element-3105940{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;border-style:none;--border-style:none;}.elementor-683 .elementor-element.elementor-element-3105940:not(.elementor-motion-effects-element-type-background), .elementor-683 .elementor-element.elementor-element-3105940 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #A7BFCF 0%, #A7BFCF 100%);}/* Start custom CSS for html, class: .elementor-element-7b88ae5 */#qte-sh-quote-v1-root {
  --qte-bg: #303030;
  --qte-surface: #3a3a3a;
  --qte-surface-2: #444444;
  --qte-border: #4d4d4d;
  --qte-text: #f2f2f2;
  --qte-text-muted: #a8a8a8;
  --qte-accent: #A7BFCF;
  --qte-accent-text: #1c2226;
  --qte-radius-card: 16px;
  --qte-radius-lg: 20px;
  --qte-radius-btn: 12px;
  --qte-ease: cubic-bezier(.4,0,.2,1);
  --qte-spring: cubic-bezier(.34,1.56,.64,1);

  position: relative;
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  background: var(--qte-bg);
  color: var(--qte-text);
  border-radius: var(--qte-radius-lg);
  overflow: hidden;
  transition: background .3s var(--qte-ease), color .3s var(--qte-ease);
}
#qte-sh-quote-v1-root[data-qte-theme="light"] {
  --qte-bg: #f4f5f7;
  --qte-surface: #ffffff;
  --qte-surface-2: #eef0f3;
  --qte-border: #e0e3e8;
  --qte-text: #232323;
  --qte-text-muted: #6b7280;
  --qte-accent: #5f8299;
  --qte-accent-text: #ffffff;
}
#qte-sh-quote-v1-root * { box-sizing: border-box; }
#qte-sh-quote-v1-root h1,
#qte-sh-quote-v1-root h2,
#qte-sh-quote-v1-root h3,
#qte-sh-quote-v1-root p,
#qte-sh-quote-v1-root button { margin: 0; }

/* ===== Ambient background blobs ===== */
#qte-sh-quote-v1-root .qte-bg-decor {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
#qte-sh-quote-v1-root .qte-blob {
  position: absolute; border-radius: 50%; filter: blur(60px);
  opacity: .35; background: var(--qte-accent);
  animation: qteBlobFloat 16s ease-in-out infinite;
}
#qte-sh-quote-v1-root .qte-blob--1 { width: 260px; height: 260px; top: -80px; right: -60px; }
#qte-sh-quote-v1-root .qte-blob--2 { width: 220px; height: 220px; bottom: 6%; left: -70px; animation-duration: 20s; animation-delay: -4s; }
#qte-sh-quote-v1-root .qte-blob--3 { width: 170px; height: 170px; top: 42%; right: 18%; opacity: .18; animation-duration: 24s; animation-delay: -9s; }
@keyframes qteBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(22px, -28px) scale(1.08); }
}

#qte-sh-quote-v1-root .qte-header,
#qte-sh-quote-v1-root .qte-hero,
#qte-sh-quote-v1-root .qte-main,
#qte-sh-quote-v1-root .qte-footer,
#qte-sh-quote-v1-root .qte-mobile-bar {
  position: relative; z-index: 1;
}

/* ===== Header / Footer ===== */
#qte-sh-quote-v1-root .qte-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--qte-border);
  animation: qteFadeUp .5s var(--qte-ease) both;
}
#qte-sh-quote-v1-root .qte-brand {
  font-weight: 700; font-size: 15px; letter-spacing: .3px;
  color: var(--qte-text); text-decoration: none;
  transition: color .2s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-brand:hover { color: var(--qte-accent); }
#qte-sh-quote-v1-root .qte-theme-toggle {
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid var(--qte-border); background: var(--qte-surface);
  color: var(--qte-text); cursor: pointer; position: relative;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s var(--qte-ease), transform .2s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-theme-toggle:hover { border-color: var(--qte-accent); transform: translateY(-1px) rotate(-8deg); }
#qte-sh-quote-v1-root .qte-theme-toggle:active { transform: scale(.9); }
#qte-sh-quote-v1-root .qte-theme-icon {
  position: absolute; font-size: 15px;
  transition: opacity .3s var(--qte-ease), transform .4s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-theme-icon--sun { opacity: 0; transform: scale(.4) rotate(-90deg); }
#qte-sh-quote-v1-root .qte-theme-icon--moon { opacity: 1; transform: scale(1) rotate(0); }
#qte-sh-quote-v1-root[data-qte-theme="light"] .qte-theme-icon--sun { opacity: 1; transform: scale(1) rotate(0); }
#qte-sh-quote-v1-root[data-qte-theme="light"] .qte-theme-icon--moon { opacity: 0; transform: scale(.4) rotate(90deg); }

#qte-sh-quote-v1-root .qte-footer {
  text-align: center; padding: 20px; border-top: 1px solid var(--qte-border);
}
#qte-sh-quote-v1-root .qte-footer a { color: var(--qte-text-muted); text-decoration: none; font-size: 13px; transition: color .2s var(--qte-ease); }
#qte-sh-quote-v1-root .qte-footer a:hover { color: var(--qte-accent); }

/* ===== Hero ===== */
#qte-sh-quote-v1-root .qte-hero {
  text-align: center; padding: 40px 24px 32px;
}
#qte-sh-quote-v1-root .qte-hero-title {
  font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; line-height: 1.5; color: white;
}
#qte-sh-quote-v1-root .qte-hero-title .qte-word {
  display: inline-block; opacity: 0; transform: translateY(16px);
  animation: qteFadeUp .55s var(--qte-ease) forwards;
}
#qte-sh-quote-v1-root .qte-hero-desc {
  margin-top: 12px; font-size: 15px; color: var(--qte-text-muted); line-height: 1.9;
  opacity: 0; animation: qteFadeUp .5s var(--qte-ease) .38s forwards;
}
#qte-sh-quote-v1-root .qte-hero-tags {
  margin-top: 14px; font-size: 13px; color: var(--qte-accent); font-weight: 500;
  opacity: 0; animation: qteFadeUp .5s var(--qte-ease) .48s forwards;
}
@keyframes qteFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Main layout ===== */
#qte-sh-quote-v1-root .qte-main {
  display: grid; grid-template-columns: 3fr 2fr; gap: 20px;
  padding: 0 24px 32px; align-items: start;
}
@media (max-width: 860px) {
  #qte-sh-quote-v1-root .qte-main { grid-template-columns: 1fr; padding-bottom: 90px; }
}

/* ===== Accordion + scroll reveal ===== */
#qte-sh-quote-v1-root .qte-section {
  background: var(--qte-surface);
  border: 1px solid var(--qte-border);
  border-radius: var(--qte-radius-lg);
  margin-bottom: 14px;
  overflow: hidden;
  opacity: 0; transform: translateY(20px);
  transition: border-color .2s var(--qte-ease), opacity .5s var(--qte-ease), transform .5s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-section.is-visible { opacity: 1; transform: translateY(0); }
#qte-sh-quote-v1-root .qte-section[hidden] { display: none; }
#qte-sh-quote-v1-root .qte-section-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; background: transparent; border: none; cursor: pointer;
  color: var(--qte-text); text-align: right; font-family: inherit;
}
#qte-sh-quote-v1-root .qte-section-title {
  font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 10px;
}
#qte-sh-quote-v1-root .qte-section-check {
  width: 20px; height: 20px; border-radius: 999px; background: var(--qte-accent);
  color: var(--qte-accent-text); font-size: 12px; display: none;
  align-items: center; justify-content: center; flex-shrink: 0;
}
#qte-sh-quote-v1-root .qte-section.is-filled .qte-section-check { display: flex; animation: qteCheckPop .4s var(--qte-spring); }
#qte-sh-quote-v1-root .qte-section-arrow {
  font-size: 13px; color: var(--qte-text-muted);
  transition: transform .35s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-section.is-open .qte-section-arrow { transform: rotate(90deg); }

#qte-sh-quote-v1-root .qte-section-body {
  max-height: 0; opacity: 0;
  transition: max-height .35s var(--qte-ease), opacity .28s var(--qte-ease);
  padding: 0 20px;
}
#qte-sh-quote-v1-root .qte-section.is-open .qte-section-body {
  max-height: 900px; opacity: 1; padding: 0 20px 20px;
}

/* ===== Option cards ===== */
#qte-sh-quote-v1-root .qte-options { display: flex; flex-direction: column; gap: 8px; }
#qte-sh-quote-v1-root .qte-options--grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
@media (max-width: 480px) {
  #qte-sh-quote-v1-root .qte-options--grid { grid-template-columns: repeat(2, 1fr); }
}
#qte-sh-quote-v1-root .qte-card {
  position: relative; overflow: hidden;
  padding: 13px 14px;
  border: 1px solid var(--qte-border);
  border-radius: var(--qte-radius-card);
  background: var(--qte-surface-2);
  cursor: pointer; text-align: right;
  font-family: inherit; color: var(--qte-text); font-size: 13.5px; font-weight: 500;
  transition: border-color .18s var(--qte-ease), transform .2s var(--qte-spring), box-shadow .2s var(--qte-ease), background .18s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-card:hover {
  transform: translateY(-3px) scale(1.015);
  border-color: color-mix(in srgb, var(--qte-accent) 55%, var(--qte-border));
  box-shadow: 0 10px 22px rgba(0,0,0,.16), 0 0 0 1px color-mix(in srgb, var(--qte-accent) 30%, transparent);
}
#qte-sh-quote-v1-root .qte-card:active { transform: translateY(-1px) scale(.98); }
#qte-sh-quote-v1-root .qte-card:focus-visible {
  outline: 2px solid var(--qte-accent); outline-offset: 2px;
}
#qte-sh-quote-v1-root .qte-card.is-selected {
  border-color: var(--qte-accent);
  background: color-mix(in srgb, var(--qte-accent) 14%, var(--qte-surface-2));
  box-shadow: 0 0 0 1px var(--qte-accent) inset;
}
#qte-sh-quote-v1-root .qte-card.is-selected::after {
  content: '✓'; position: absolute; top: 8px; left: 10px;
  width: 16px; height: 16px; border-radius: 999px;
  background: var(--qte-accent); color: var(--qte-accent-text);
  font-size: 10px; display: flex; align-items: center; justify-content: center;
  animation: qteCheckPop .4s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-ripple {
  position: absolute; border-radius: 50%; pointer-events: none;
  background: color-mix(in srgb, var(--qte-accent) 55%, transparent);
  transform: scale(0); opacity: .55;
  animation: qteRipple .55s ease-out forwards;
}
@keyframes qteRipple { to { transform: scale(2.6); opacity: 0; } }
@keyframes qteCheckPop {
  0% { transform: scale(0); }
  60% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* ===== Stepper (categories) ===== */
#qte-sh-quote-v1-root .qte-stepper {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border: 1px solid var(--qte-border); border-radius: var(--qte-radius-card);
  background: var(--qte-surface-2);
}
#qte-sh-quote-v1-root .qte-stepper-btn {
  width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--qte-border);
  background: var(--qte-surface); color: var(--qte-text); font-size: 16px; cursor: pointer;
  transition: border-color .15s var(--qte-ease), transform .15s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-stepper-btn:hover { border-color: var(--qte-accent); transform: translateY(-1px) scale(1.06); }
#qte-sh-quote-v1-root .qte-stepper-btn:active { transform: scale(.9); }
#qte-sh-quote-v1-root .qte-stepper-val {
  font-size: 16px; font-weight: 700; min-width: 32px; text-align: center;
  display: inline-block; transition: transform .2s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-stepper-val.is-bumped { transform: scale(1.25); }
#qte-sh-quote-v1-root .qte-stepper-hint { font-size: 12px; color: var(--qte-text-muted); margin-top: 8px; }

/* ===== Conditional (store) reveal ===== */
#qte-sh-quote-v1-root .qte-conditional {
  max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-6px);
  transition: max-height .3s var(--qte-ease), opacity .25s var(--qte-ease), transform .25s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-conditional.is-visible {
  max-height: 600px; opacity: 1; transform: translateY(0);
}

/* ===== Estimate sidebar ===== */
#qte-sh-quote-v1-root .qte-estimate { position: sticky; top: 16px; }
@media (max-width: 860px) { #qte-sh-quote-v1-root .qte-estimate { position: static; } }
#qte-sh-quote-v1-root .qte-estimate-inner {
  background: var(--qte-surface); border: 1px solid var(--qte-border);
  border-radius: var(--qte-radius-lg); padding: 22px; text-align: center;
  transition: box-shadow .2s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-estimate-inner.is-pulsing {
  animation: qtePriceRing .55s var(--qte-ease);
}
@keyframes qtePriceRing {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--qte-accent) 45%, transparent); }
  100% { box-shadow: 0 0 0 16px transparent; }
}
#qte-sh-quote-v1-root .qte-estimate-empty p {
  font-size: 13.5px; color: var(--qte-text-muted); line-height: 1.9;
}
#qte-sh-quote-v1-root .qte-estimate-label { font-size: 12.5px; color: var(--qte-text-muted); }
#qte-sh-quote-v1-root .qte-price {
  font-size: 30px; font-weight: 800; color: var(--qte-accent); margin-top: 8px;
  font-variant-numeric: tabular-nums; transition: transform .18s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-price.is-bumped { transform: scale(1.06); }
#qte-sh-quote-v1-root .qte-support-note {
  margin-top: 10px; font-size: 12px; color: var(--qte-accent);
  background: color-mix(in srgb, var(--qte-accent) 14%, transparent);
  padding: 8px 10px; border-radius: 10px; line-height: 1.8;
  animation: qteFadeUp .35s var(--qte-ease);
}

#qte-sh-quote-v1-root .qte-summary { text-align: right; margin-top: 18px; border-top: 1px solid var(--qte-border); padding-top: 14px; }
#qte-sh-quote-v1-root .qte-summary-row {
  display: flex; justify-content: space-between; gap: 10px;
  font-size: 12.5px; padding: 5px 0; color: var(--qte-text-muted);
  animation: qteFadeUp .3s var(--qte-ease);
}
#qte-sh-quote-v1-root .qte-summary-row span:last-child { color: var(--qte-text); font-weight: 500; }

#qte-sh-quote-v1-root .qte-cta {
  position: relative; overflow: visible;
  margin-top: 18px; width: 100%; border: none; cursor: pointer;
  background: var(--qte-accent); color: var(--qte-accent-text);
  padding: 13px 20px; border-radius: var(--qte-radius-btn);
  font-family: inherit; font-size: 14.5px; font-weight: 700;
  opacity: 0; transform: translateY(10px) scale(.96);
  animation: qteCtaIn .45s var(--qte-spring) forwards;
  transition: filter .15s var(--qte-ease), transform .15s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-cta:hover { filter: brightness(1.06); transform: translateY(-2px); }
#qte-sh-quote-v1-root .qte-cta:active { transform: scale(.96); }
#qte-sh-quote-v1-root .qte-cta::before {
  content: ''; position: absolute; inset: -5px; border-radius: inherit;
  border: 2px solid var(--qte-accent); opacity: 0; pointer-events: none;
  animation: qteCtaPulse 2.4s ease-out .8s infinite;
}
@keyframes qteCtaIn { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes qteCtaPulse {
  0% { opacity: .5; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.18); }
}
#qte-sh-quote-v1-root .qte-spark {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: var(--qte-accent-text); top: 50%; left: 50%; pointer-events: none;
  animation: qteSparkOut .6s ease-out forwards;
}
@keyframes qteSparkOut {
  to { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
}

/* ===== Mobile sticky bar ===== */
#qte-sh-quote-v1-root .qte-mobile-bar { display: none; }
@media (max-width: 860px) {
  #qte-sh-quote-v1-root .qte-mobile-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--qte-surface); border-top: 1px solid var(--qte-border);
    padding: 12px 16px; z-index: 999;
    transform: translateY(0); transition: transform .4s var(--qte-spring);
  }
  #qte-sh-quote-v1-root .qte-mobile-bar[hidden] { transform: translateY(100%); display: flex; }
}
#qte-sh-quote-v1-root .qte-mobile-bar-label { display: block; font-size: 11px; color: var(--qte-text-muted); }
#qte-sh-quote-v1-root .qte-mobile-bar-price { font-size: 16px; font-weight: 800; color: var(--qte-accent); }
#qte-sh-quote-v1-root .qte-mobile-cta {
  border: none; background: var(--qte-accent); color: var(--qte-accent-text);
  padding: 11px 18px; border-radius: var(--qte-radius-btn); font-family: inherit;
  font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap;
  transition: transform .15s var(--qte-spring);
}
#qte-sh-quote-v1-root .qte-mobile-cta:active { transform: scale(.94); }

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  #qte-sh-quote-v1-root * { animation-duration: .001ms !important; transition-duration: .001ms !important; animation-iteration-count: 1 !important; }
  #qte-sh-quote-v1-root .qte-section { opacity: 1 !important; transform: none !important; }
  #qte-sh-quote-v1-root .qte-hero-title .qte-word,
  #qte-sh-quote-v1-root .qte-hero-desc,
  #qte-sh-quote-v1-root .qte-hero-tags { opacity: 1 !important; transform: none !important; }
}/* End custom CSS */