
/* Elementor-managed footer template wrapper. */
.mehrad-elementor-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  z-index: 1;
}

.mehrad-elementor-footer:empty {
  display: none;
}

.mehrad-elementor-footer .elementor,
.mehrad-elementor-footer .elementor-section-wrap,
.mehrad-elementor-footer .elementor-section,
.mehrad-elementor-footer .elementor-container,
.mehrad-elementor-footer .elementor-widget-wrap,
.mehrad-elementor-footer .e-con,
.mehrad-elementor-footer .e-con-inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* Mehrad complete Elementor footer */
.elementor-widget-mehrad_complete_footer .elementor-widget-container {
  overflow: visible;
}

.mehrad-complete-footer {
  --mehrad-footer-bg: #222222;
  --mehrad-footer-accent: #22c978;
  --mehrad-footer-title: #ffffff;
  --mehrad-footer-text: #f1f1f1;
  --mehrad-footer-muted: #c5c5c5;
  --mehrad-footer-bottom-bg: #393939;
  --mehrad-footer-badge-bg: #ffffff;
  --mehrad-footer-social-bg: #3b3b3b;
  --mehrad-footer-trust-width: 92px;
  --mehrad-footer-trust-height: 78px;
  position: relative;
  width: 100%;
  padding: 30px 24px 22px;
  direction: rtl;
  overflow: visible;
}


.mehrad-complete-footer__shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 56px 58px 40px;
  border-radius: 14px;
  background: var(--mehrad-footer-bg);
  color: var(--mehrad-footer-text);
}

.mehrad-complete-footer__grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) minmax(170px, .75fr) minmax(170px, .75fr) minmax(210px, .85fr);
  gap: clamp(34px, 4vw, 76px);
  align-items: start;
}

.mehrad-complete-footer__column {
  min-width: 0;
}

.mehrad-complete-footer h3 {
  margin: 0 0 28px;
  color: var(--mehrad-footer-title);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.45;
}

.mehrad-complete-footer__description,
.mehrad-complete-footer__description p {
  margin: 0;
  color: var(--mehrad-footer-text);
  font-size: 15px;
  line-height: 2.15;
}

.mehrad-complete-footer__links ul {
  display: grid;
  gap: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mehrad-complete-footer__links li {
  position: relative;
  padding-inline-start: 17px;
}

.mehrad-complete-footer__links li::before {
  content: "";
  position: absolute;
  top: .9em;
  inset-inline-start: 0;
  width: 8px;
  height: 2px;
  border-radius: 99px;
  background: var(--mehrad-footer-accent);
}

.mehrad-complete-footer__links a {
  color: var(--mehrad-footer-text);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}

.mehrad-complete-footer__links a:hover,
.mehrad-complete-footer__links a:focus-visible {
  color: var(--mehrad-footer-accent);
}

.mehrad-complete-footer__contact-list {
  display: grid;
  gap: 18px;
}

.mehrad-complete-footer__contact-item {
  display: grid;
  gap: 5px;
}

.mehrad-complete-footer__contact-item span {
  color: var(--mehrad-footer-muted);
  font-size: 12px;
}

.mehrad-complete-footer__contact-item strong,
.mehrad-complete-footer__contact-item a {
  color: var(--mehrad-footer-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mehrad-complete-footer__social-title {
  margin: 30px 0 13px;
  color: var(--mehrad-footer-text);
  font-size: 14px;
  font-weight: 600;
}

.mehrad-complete-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mehrad-complete-footer__socials a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 9px;
  color: #fff;
  background: var(--mehrad-footer-social-bg);
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease;
}

.mehrad-complete-footer__socials a:hover,
.mehrad-complete-footer__socials a:focus-visible {
  transform: translateY(-2px);
  background: var(--mehrad-footer-accent);
}

.mehrad-complete-footer__socials a:first-child {
  background: #0ea5e9;
}

.mehrad-complete-footer__social-icon {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
  border-radius: 5px;
}

.mehrad-complete-footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mehrad-complete-footer__trust-item {
  display: grid;
  place-items: center;
  width: var(--mehrad-footer-trust-width);
  height: var(--mehrad-footer-trust-height);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: var(--mehrad-footer-badge-bg);
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(0,0,0,.12);
}

.mehrad-complete-footer__trust-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 7px;
  border-radius: 12px;
  object-fit: contain;
}

.mehrad-complete-footer__trust-item.is-html > * {
  max-width: 100%;
  max-height: 100%;
}

.mehrad-complete-footer__trust-item.is-html img,
.mehrad-complete-footer__trust-item.is-html iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.mehrad-complete-footer__trust-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #344054;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.mehrad-complete-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 52px;
  padding: 22px 20px;
  border-radius: 8px;
  background: var(--mehrad-footer-bottom-bg);
  color: var(--mehrad-footer-text);
  font-size: 14px;
  line-height: 1.7;
}

.mehrad-complete-footer__copyright,
.mehrad-complete-footer__made-with {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.mehrad-complete-footer__copyright strong,
.mehrad-complete-footer__heart {
  color: var(--mehrad-footer-accent);
}

.mehrad-complete-footer__heart {
  font-size: 17px;
  line-height: 1;
}

html.dark .mehrad-complete-footer {
  --mehrad-footer-bg: #171c26;
  --mehrad-footer-accent: #38d996;
  --mehrad-footer-title: #ffffff;
  --mehrad-footer-text: #dce4ef;
  --mehrad-footer-muted: #9dacbf;
  --mehrad-footer-bottom-bg: #252c38;
  --mehrad-footer-social-bg: #2f3745;
}

@media (max-width: 1180px) {
  .mehrad-complete-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mehrad-complete-footer {
    padding: 20px 12px 14px;
  }

  .mehrad-complete-footer__shell {
    padding: 38px 22px 22px;
    border-radius: 16px;
  }

  .mehrad-complete-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .mehrad-complete-footer h3 {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .mehrad-complete-footer__description,
  .mehrad-complete-footer__description p {
    font-size: 14px;
  }

  .mehrad-complete-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 34px;
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .mehrad-complete-footer__trust-item {
    width: min(100%, var(--mehrad-footer-trust-width));
  }
}

/* Footer design two */
.mehrad-footer-two{--mf2-bg:#15171c;--mf2-card:#23262d;--mf2-title-color:#fff;--mf2-text-color:#cbd5e1;--mf2-accent:#19b568;--mf2-bottom-bg:#19b568;--mf2-bottom-text:#fff;width:100%;direction:rtl;background:var(--mf2-bg);color:var(--mf2-text-color)}
.mehrad-footer-two__main{padding:54px 5vw 44px}.mehrad-footer-two__grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,minmax(160px,.7fr));gap:38px}.mehrad-footer-two h3{margin:0 0 18px;color:var(--mf2-title-color);font-size:18px;font-weight:850}.mehrad-footer-two__brand p{margin:0;color:var(--mf2-text-color);line-height:2}.mehrad-footer-two__trust{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:22px;overflow:visible}.mehrad-footer-two__trust-item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;max-width:100%;height:max-content;min-width:0;min-height:0;padding:8px;border-radius:14px;background:var(--mf2-card);overflow:visible;font-size:11px;text-align:center}.mehrad-footer-two__trust-item.is-image img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain;border-radius:9px}.mehrad-footer-two__trust-item.is-html>*{display:block;max-width:100%!important;margin:0 auto!important}.mehrad-footer-two__trust-item.is-html img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain}.mehrad-footer-two__trust-item.is-html iframe{display:block;max-width:100%!important;border:0;overflow:visible}.mehrad-footer-two__links ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.mehrad-footer-two__links a{color:var(--mf2-text-color);text-decoration:none;transition:color .15s ease}.mehrad-footer-two__links a:hover{color:var(--mf2-accent)}.mehrad-footer-two__links li{position:relative;padding-inline-start:14px}.mehrad-footer-two__links li:before{content:"";position:absolute;inset-inline-start:0;top:.85em;width:6px;height:2px;border-radius:9px;background:var(--mf2-accent)}.mehrad-footer-two__bottom{padding:16px 24px;text-align:center;background:var(--mf2-bottom-bg);color:var(--mf2-bottom-text);font-weight:750}
html.dark .mehrad-footer-two{--mf2-bg:#0b1220;--mf2-card:#151f30;--mf2-title-color:#fff;--mf2-text-color:#cbd5e1;--mf2-accent:#22c978;--mf2-bottom-bg:#167a4c;--mf2-bottom-text:#fff}

/* Footer design three - light/dark Rocket-inspired layout */
.mehrad-footer-three{--mf3-bg:#f4f7fb;--mf3-title:#1f3450;--mf3-text:#7890ad;--mf3-accent:#3f82ff;--mf3-line:#dfe8f2;--mf3-social_bg:#eef4ff;--mf3-trust_bg:#fff;width:100%;padding:42px 4vw 18px;background:var(--mf3-bg);color:var(--mf3-text);direction:rtl}.mehrad-footer-three__top{display:grid;direction:ltr;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;max-width:1540px;margin:auto;padding-bottom:42px}.mehrad-footer-three__socials{display:flex;gap:10px;direction:ltr}.mehrad-footer-three__socials a{display:grid;place-items:center;width:50px;height:50px;border-radius:7px;background:var(--mf3-social_bg);color:var(--mf3-accent);text-decoration:none}.mehrad-footer-three__social-icon{width:22px;height:22px;object-fit:contain}.mehrad-footer-three__line{height:1px;background:var(--mf3-line)}.mehrad-footer-three__logo{min-width:220px;text-align:right;direction:rtl}.mehrad-footer-three__logo img{display:block;max-width:240px;max-height:72px;object-fit:contain;margin-inline-start:auto}.mehrad-footer-three__logo strong{color:var(--mf3-title);font-size:30px}.mehrad-footer-three__grid{max-width:1540px;margin:auto;display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:54px}.mehrad-footer-three h3{position:relative;margin:0 0 25px;color:var(--mf3-title);font-size:20px;font-weight:850}.mehrad-footer-three h3:before{content:"";display:inline-block;width:12px;height:12px;margin-inline-end:-4px;margin-inline-start:2px;border-radius:50%;background:color-mix(in srgb,var(--mf3-accent) 22%,transparent)}.mehrad-footer-three__about p{margin:0;color:var(--mf3-text);line-height:2.25}.mehrad-footer-three__about>a{display:inline-flex;margin-top:16px;color:var(--mf3-accent);text-decoration:none;font-weight:750}.mehrad-footer-three__links ul{list-style:none;margin:0;padding:0;display:grid;gap:16px}.mehrad-footer-three__links li{position:relative;padding-inline-start:14px}.mehrad-footer-three__links li:before{content:"";position:absolute;inset-inline-start:0;top:.8em;width:5px;height:5px;border-radius:50%;background:color-mix(in srgb,var(--mf3-accent) 35%,transparent)}.mehrad-footer-three__links a,.mehrad-footer-three__contact a{color:var(--mf3-text);text-decoration:none}.mehrad-footer-three__contact>div:not(.mehrad-footer-three__trust){display:grid;grid-template-columns:auto 1fr;gap:12px;margin-bottom:18px}.mehrad-footer-three__contact strong{color:var(--mf3-title);font-weight:700}.mehrad-footer-three__trust{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-top:28px;overflow:visible}.mehrad-footer-three__trust-item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:max-content;max-width:100%;height:max-content;min-width:0;min-height:0;padding:8px;border:1px solid var(--mf3-line);border-radius:14px;background:var(--mf3-trust_bg);overflow:visible;text-align:center;font-size:11px}.mehrad-footer-three__trust-item.is-image img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain;border-radius:9px}.mehrad-footer-three__trust-item.is-html>*{display:block;max-width:100%!important;margin:0 auto!important}.mehrad-footer-three__trust-item.is-html img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain}.mehrad-footer-three__trust-item.is-html iframe{display:block;max-width:100%!important;border:0;overflow:visible}.mehrad-footer-three__bottom{max-width:1540px;margin:34px auto 0;padding-top:18px;border-top:1px solid var(--mf3-line);text-align:center;color:var(--mf3-text);font-size:12px}
html.dark .mehrad-footer-three{--mf3-bg:#0d263e;--mf3-title:#fff;--mf3-text:#dbe8f6;--mf3-accent:#4b93ff;--mf3-line:#183e61;--mf3-social_bg:#132f58;--mf3-trust_bg:#15314a}
@media(max-width:1050px){.mehrad-footer-two__grid,.mehrad-footer-three__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mehrad-footer-three__top{grid-template-columns:auto 1fr}.mehrad-footer-three__logo{grid-column:1/-1;text-align:center}.mehrad-footer-three__logo img{margin:auto}.mehrad-footer-three__line{display:none}}
@media(max-width:680px){.mehrad-footer-two__grid,.mehrad-footer-three__grid{grid-template-columns:1fr}.mehrad-footer-two__main{padding:38px 22px}.mehrad-footer-three{padding:30px 20px 16px}.mehrad-footer-three__top{grid-template-columns:1fr;justify-items:center;gap:20px;padding-bottom:30px}.mehrad-footer-three__socials{flex-wrap:wrap;justify-content:center}.mehrad-footer-three__logo{min-width:0}.mehrad-footer-three__grid{gap:34px}.mehrad-footer-three h3{margin-bottom:16px}}
.mehrad-footer-three__logo .is-dark{display:none}html.dark .mehrad-footer-three__logo .is-light{display:none}html.dark .mehrad-footer-three__logo .is-dark{display:block}

/* Mehrad v1.0.38 — consistent breathing room for alternate footer designs. */
.mehrad-footer-two,
.mehrad-footer-three {
  margin-top: clamp(28px, 4vw, 60px);
}


/* Mehrad v1.0.97 - equal, single-row trust badges in Footer Designs 2 and 3 */
.mehrad-footer-two__trust,
.mehrad-footer-three__trust{
	display:grid!important;
	grid-auto-flow:column!important;
	grid-auto-columns:92px!important;
	grid-template-rows:82px!important;
	align-items:stretch!important;
	justify-content:start!important;
	gap:12px!important;
	flex-wrap:nowrap!important;
	width:100%!important;
	max-width:100%!important;
	overflow-x:auto!important;
	overflow-y:hidden!important;
	padding:2px 0 7px!important;
	scrollbar-width:thin;
	-webkit-overflow-scrolling:touch;
}
.mehrad-footer-two__trust-item,
.mehrad-footer-three__trust-item{
	display:grid!important;
	place-items:center!important;
	width:92px!important;
	min-width:92px!important;
	max-width:92px!important;
	height:82px!important;
	min-height:82px!important;
	max-height:82px!important;
	padding:8px!important;
	margin:0!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
}
.mehrad-footer-two__trust-item > *,
.mehrad-footer-three__trust-item > *{
	display:grid!important;
	place-items:center!important;
	width:100%!important;
	max-width:100%!important;
	height:100%!important;
	max-height:100%!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
}
.mehrad-footer-two__trust-item img,
.mehrad-footer-two__trust-item iframe,
.mehrad-footer-three__trust-item img,
.mehrad-footer-three__trust-item iframe{
	display:block!important;
	width:100%!important;
	min-width:0!important;
	max-width:100%!important;
	height:100%!important;
	min-height:0!important;
	max-height:100%!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	object-fit:contain!important;
	object-position:center!important;
	box-sizing:border-box!important;
}
.mehrad-footer-two__trust-item.is-html a,
.mehrad-footer-three__trust-item.is-html a{
	display:grid!important;
	place-items:center!important;
	width:100%!important;
	height:100%!important;
}
@media(max-width:680px){
	.mehrad-footer-two__trust,
	.mehrad-footer-three__trust{
		grid-auto-columns:86px!important;
		grid-template-rows:76px!important;
	}
	.mehrad-footer-two__trust-item,
	.mehrad-footer-three__trust-item{
		width:86px!important;
		min-width:86px!important;
		max-width:86px!important;
		height:76px!important;
		min-height:76px!important;
		max-height:76px!important;
	}
}



/* Mehrad v1.0.114 - uncropped, adjustable trust badges for Footer Designs 2 and 3 */
.mehrad-footer-two{--mf2-trust-size:112px;--mf2-trust-padding:12px}
.mehrad-footer-three{--mf3-trust-size:112px;--mf3-trust-padding:12px}
.mehrad-footer-two__trust{
	grid-auto-columns:var(--mf2-trust-size)!important;
	grid-template-rows:var(--mf2-trust-size)!important;
}
.mehrad-footer-three__trust{
	grid-auto-columns:var(--mf3-trust-size)!important;
	grid-template-rows:var(--mf3-trust-size)!important;
}
.mehrad-footer-two__trust-item{
	width:var(--mf2-trust-size)!important;
	min-width:var(--mf2-trust-size)!important;
	max-width:var(--mf2-trust-size)!important;
	height:var(--mf2-trust-size)!important;
	min-height:var(--mf2-trust-size)!important;
	max-height:var(--mf2-trust-size)!important;
	padding:var(--mf2-trust-padding)!important;
	overflow:hidden!important;
}
.mehrad-footer-three__trust-item{
	width:var(--mf3-trust-size)!important;
	min-width:var(--mf3-trust-size)!important;
	max-width:var(--mf3-trust-size)!important;
	height:var(--mf3-trust-size)!important;
	min-height:var(--mf3-trust-size)!important;
	max-height:var(--mf3-trust-size)!important;
	padding:var(--mf3-trust-padding)!important;
	overflow:hidden!important;
}
.mehrad-footer-two__trust-item img,
.mehrad-footer-two__trust-item iframe,
.mehrad-footer-three__trust-item img,
.mehrad-footer-three__trust-item iframe{
	width:100%!important;
	height:100%!important;
	max-width:100%!important;
	max-height:100%!important;
	object-fit:contain!important;
	object-position:center!important;
	border-radius:8px!important;
}
.mehrad-footer-two__trust-item > *,
.mehrad-footer-three__trust-item > *{
	overflow:visible!important;
}
@media(max-width:680px){
	.mehrad-footer-two__trust{grid-auto-columns:var(--mf2-trust-size)!important;grid-template-rows:var(--mf2-trust-size)!important}
	.mehrad-footer-three__trust{grid-auto-columns:var(--mf3-trust-size)!important;grid-template-rows:var(--mf3-trust-size)!important}
	.mehrad-footer-two__trust-item{width:var(--mf2-trust-size)!important;min-width:var(--mf2-trust-size)!important;max-width:var(--mf2-trust-size)!important;height:var(--mf2-trust-size)!important;min-height:var(--mf2-trust-size)!important;max-height:var(--mf2-trust-size)!important}
	.mehrad-footer-three__trust-item{width:var(--mf3-trust-size)!important;min-width:var(--mf3-trust-size)!important;max-width:var(--mf3-trust-size)!important;height:var(--mf3-trust-size)!important;min-height:var(--mf3-trust-size)!important;max-height:var(--mf3-trust-size)!important}
}
