.elementor-144 .elementor-element.elementor-element-9edfa4b{--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;}.elementor-144:not(.elementor-motion-effects-element-type-background), .elementor-144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-de4c15f );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4d500aa *//* بک‌گراند عمیق کهکشانی به همراه جهت راست‌چین */
.qamar-footer {
  background: radial-gradient(circle at 50% 0%, #16192b 0%, #090a10 100%);
  color: #e2e8f0;
  padding: 70px 20px 25px;
  direction: rtl;
  font-family: inherit; /* ارث‌بری از فونت اصلی سایت شما */
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* هاله نوری ملایم در بالای فوتر */
.qamar-footer::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 242, 254, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* شبکه بندی ستون‌ها */
.qamar-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}

/* استایل بخش برندینگ */
.brand-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* افکت درخشش و جابجایی نرم لوگو در هاور (مانند هاله ماه) */
.qamar-logo-wrapper {
  display: inline-block;
  max-width: 160px;
}

.qamar-logo {
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 0px rgba(0, 242, 254, 0));
}

.qamar-logo:hover {
  transform: translateY(-5px) scale(1.02);
  filter: drop-shadow(0 5px 15px rgba(0, 242, 254, 0.5));
}

/* متن معرفی */
.qamar-description {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #94a3b8;
  text-align: justify;
}

/* عناوین ستون‌ها به همراه لاین متحرک پایینی */
.qamar-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.qamar-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 2px;
  background: linear-gradient(90deg, #00f2fe, #4facfe);
  border-radius: 2px;
}

/* افکت حرکتی و تغییر رنگ لینک‌ها هنگام هاور */
.qamar-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.qamar-links li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}

.qamar-links li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #00f2fe;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.qamar-links li a:hover {
  color: #00f2fe;
}

.qamar-links li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* بخش شماره تماس‌ها با کادرهای نئونی نرم */
.qamar-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-icon {
  font-size: 1.1rem;
  color: #00f2fe;
  transition: transform 0.3s ease;
}

.contact-item:hover {
  color: #ffffff;
  background: rgba(0, 242, 254, 0.05);
  border-color: rgba(0, 242, 254, 0.25);
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-item:hover .contact-icon {
  transform: scale(1.2) rotate(-15deg);
}

/* بخش کپی‌رایت انتهای فوتر */
.qamar-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 25px;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

/* بهینه‌سازی و واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 992px) {
  .qamar-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .qamar-footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .brand-col {
    grid-column: span 1;
  }
  .qamar-footer {
    padding: 50px 15px 20px;
  }
}/* End custom CSS */