.elementor-78 .elementor-element.elementor-element-d3dea81{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-78 .elementor-element.elementor-element-d3dea81{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c805b93 */.sec-footer-full {
  /* تکنیک Breakout برای پر کردن کل عرض مانیتور */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  background-color: #0b3142;
  color: #ffffff;
  padding-top: 80px;
  overflow: hidden;
}

/* شبکه اصلی ستون‌ها بدون کانتینر محدودکننده */
.sec-footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 30px;
  padding: 0 5%; /* پدینگ درصدی برای حفظ فاصله از لبه‌ها در هر سایزی */
  margin-bottom: 60px;
}

.footer-logo {
  max-width: 180px;
  filter: brightness(0) invert(1);
  margin-bottom: 25px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 2;
  max-width: 500px;
  text-align: justify;
}

.footer-h4 {
  color: #38bede;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
}

.footer-h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background: #38bede;
}

/* استایل لینک‌ها */
.sec-footer-item ul {
  list-style: none;
  padding: 0;
}

.sec-footer-item ul li {
  margin-bottom: 15px;
}

.sec-footer-item ul a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
}

.sec-footer-item ul a:hover {
  color: #38bede;
  padding-right: 10px;
}

/* استایل کانتکت */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-row {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.contact-row i {
  color: #38bede;
  font-size: 18px;
  margin-top: 3px;
}

/* شبکه‌های اجتماعی */
.footer-social-box {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.footer-social-box a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.footer-social-box a:hover {
  background: #38bede;
  transform: translateY(-5px);
}

/* بخش کپی‌رایت حقوقی (Boom Code) */
.sec-footer-legal {
  background: rgba(0, 0, 0, 0.3);
  padding: 25px 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.boom-link {
  color: #38bede;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.5px;
}

/* ریسپانسیو فوق‌العاده */
@media (max-width: 1024px) {
  .sec-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .sec-footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-desc { margin: 0 auto 25px; }
  .footer-h4::after { right: 50%; transform: translateX(50%); }
  .contact-row { justify-content: center; }
  .footer-social-box { justify-content: center; }
  .legal-content { flex-direction: column; gap: 15px; }
}

/* جلوگیری از اسکرول افقی بخاطر 100vw */
body {
  overflow-x: hidden;
}/* End custom CSS */