.ehsan-footer.no-bs {
  background: #1c1c1c;
  color: #f2f2f2;
  direction: rtl;
  padding: 40px 0 0;
}

.ehsan-footer.no-bs a {
  color: #f2f2f2;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ehsan-footer.no-bs a:hover {
  opacity: 0.9;
}

.ehsan-footer.no-bs .wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.6fr;
  gap: 24px;
}

.ehsan-footer.no-bs h5,
.ehsan-footer.no-bs h6 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 600;
}

.ehsan-footer.no-bs h5 {
  font-size: 1.25rem;
}

.ehsan-footer.no-bs h6 {
  font-size: 1rem;
}

.ehsan-footer.no-bs p {
  margin: 0 0 16px;
  color: #ddd;
  line-height: 1.6;
}

.ehsan-footer.no-bs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehsan-footer.no-bs li {
  margin-bottom: 8px;
  color: #ddd;
  font-size: 0.9rem;
}

.ehsan-footer.no-bs .btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ehsan-footer.no-bs .btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 0.85rem;
  text-align: center;
  min-width: 80px;
}

.ehsan-footer.no-bs .btn.o {
  background: transparent;
  border-color: #fff;
}

.ehsan-footer.no-bs .btn.f {
  background: #C8A65B;
  border-color: #C8A65B;
  color: #fff;
}

.ehsan-footer.no-bs .btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.ehsan-footer.no-bs .nl {
  display: flex;
  gap: 8px;
  margin: 8px 0 0;
}

.ehsan-footer.no-bs .nl input {
  flex: 1;
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  border: none;
  font-size: 0.85rem;
}

.ehsan-footer.no-bs .nl button {
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: #C8A65B;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
}

.ehsan-footer.no-bs .nl button:hover {
  background: #b8965a;
}

.ehsan-footer.no-bs .hours {
  display: block;
  margin-top: 10px;
  opacity: 0.75;
  font-size: 0.8rem;
}

.ehsan-footer.no-bs .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  max-width: 1200px;
  margin: auto;
  font-size: 0.85rem;
}

.ehsan-footer.no-bs .policies {
  display: flex;
  gap: 16px;
}

/* ریسپانسیو تبلت */
@media (max-width: 991px) {
  .ehsan-footer.no-bs .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  
  .ehsan-footer.no-bs .bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ریسپانسیو موبایل */
@media (max-width: 575px) {
  .ehsan-footer.no-bs .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .ehsan-footer.no-bs .nl {
    flex-direction: column;
  }
  
  .ehsan-footer.no-bs .btns .btn {
    width: 100%;
  }
  
  .ehsan-footer.no-bs .policies {
    flex-direction: column;
    gap: 8px;
  }
}
