.elementor-1126 .elementor-element.elementor-element-c976425{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right: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;}/* Start custom CSS for html, class: .elementor-element-9819daf */<style>
#rew-main-footer {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: -2px !important;
  
  background-color: #fbf8f3;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(200, 150, 93, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, #fbf8f3 0%, #f4ede4 100%);
  
  padding: 70px 20px 95px 20px !important;
  direction: rtl;
  box-sizing: border-box;
  color: #181311;
  border-top: 1px solid rgba(200, 150, 93, 0.25);
  font-family: inherit;
  text-align: center; /* 👈 فعال‌سازی وسط‌چین برای کل فوتر */
}

.footer-main-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
  gap: 35px;
  margin-bottom: 45px;
}

/* ستون‌ها به صورت فلکس و وسط‌چین */
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 800;
  color: #181311;
  margin: 0 0 18px 0;
  position: relative;
  padding-bottom: 8px;
  text-align: center;
  display: inline-block;
}

/* 👈 وسط‌چین کردن خط طلایی زیر تیترها */
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 30px;
  height: 2px;
  background: #c8965d;
}

/* لوگو و متن معرفی */
.footer-logo-box {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}

.footer-logo-img {
  max-height: 110px;
  width: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
}

.footer-brand-desc {
  font-size: 13px;
  color: #5c524e;
  line-height: 1.8;
  margin: 0 auto 20px auto;
  max-width: 320px;
  text-align: center;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(200, 150, 93, 0.12);
  border: 1px solid rgba(200, 150, 93, 0.3);
  border-radius: 50%;
  color: #8c5a2b;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social-links a:hover {
  background: #c8965d;
  color: #ffffff;
  transform: translateY(-3px);
}

/* لینک‌های سریع وسط‌چین */
.footer-links-grid {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.footer-links-grid a {
  color: #5c524e;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.footer-links-grid a:hover {
  color: #a3723f;
  transform: translateY(-2px);
}

/* آیتم‌های تماس وسط‌چین */
.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  text-align: center;
}

.contact-icon {
  font-size: 18px;
}

.contact-label {
  font-size: 11.5px;
  color: #8c5a2b;
  display: block;
}

.contact-value {
  font-size: 13.5px;
  color: #181311;
  text-decoration: none;
  font-weight: 700;
}

/* ستون خبرنامه وسط‌چین */
.footer-news-desc {
  font-size: 13px;
  color: #5c524e;
  line-height: 1.6;
  margin: 0 auto 14px auto;
  max-width: 280px;
  text-align: center;
}

.footer-news-form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-input-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(200, 150, 93, 0.35);
  border-radius: 12px;
  padding: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  width: 100%;
  max-width: 320px; /* کادر فیت و شیک در مرکز */
}

.footer-input-wrap:focus-within {
  border-color: #c8965d;
  box-shadow: 0 0 12px rgba(200, 150, 93, 0.25);
}

.footer-input-wrap input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 12px;
  font-size: 12.5px;
  color: #181311;
  outline: none;
  text-align: right;
  min-width: 0;
}

.footer-input-wrap input::placeholder {
  color: #9c8e86;
}

.footer-input-wrap button {
  background: linear-gradient(135deg, #c8965d 0%, #a3723f 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.footer-input-wrap button:hover {
  background: linear-gradient(135deg, #d4a373 0%, #b87b44 100%);
  transform: translateY(-1px);
}

.footer-input-wrap button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* بازخورد ثبت فوتر */
.footer-feedback {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
}
.footer-feedback.success {
  background: rgba(46, 204, 113, 0.12);
  color: #27ae60;
  border: 1px solid rgba(46, 204, 113, 0.25);
}
.footer-feedback.error {
  background: rgba(231, 76, 60, 0.12);
  color: #c0392b;
  border: 1px solid rgba(231, 76, 60, 0.25);
}

/* نوار کپی‌رایت */
.footer-bottom-bar {
  border-top: 1px solid rgba(200, 150, 93, 0.2);
  padding-top: 22px;
  text-align: center;
}

.footer-bottom-bar p {
  font-size: 12.5px;
  color: #5c524e;
  margin: 0;
}

.footer-bottom-bar strong {
  color: #a3723f;
}

/* 📱 ریسپانسیو */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  #rew-main-footer {
    padding: 50px 20px 85px 20px !important;
  }
}
</style>/* End custom CSS */