.elementor-1558 .elementor-element.elementor-element-9331248{--display:flex;}.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-8cfa71a */.footer-barghsan {
  font-family: "IRANSans", sans-serif;
  direction: rtl;
  color: #f1f1f1;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px; /* گوشه‌های بالایی گرد */
}

/* ساختار دو بخشی */
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px 12px 0 0;
}

/* بخش سمت چپ */
.footer-left {
  flex: 1;
  background-color: #2d2d2d;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0px 0 0 0;
}

.footer-logo img {
  width: 60px;
  margin-bottom: 20px;
}

.footer-address h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-address i {
  color: #015096;
  margin-left: 6px;
}

.footer-address p,
.footer-address a {
  color: #cccccc;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-address a:hover {
  color: #ffffff;
}

/* بخش سمت راست */
.footer-right {
  flex: 1;
  background-color: #a32035 !important;
  padding: 30px 30px 20px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  border-radius: 0 0px 0 0;
}


.footer-section h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  display: inline-block;
}

.footer-address p {
  white-space: pre-line;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section a {
  color: #e0e0e0;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.2s;
}

.footer-section a:hover {
  color: #fff;
  font-weight: 500;
}

/* خط جداکننده */
.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #444;
}

/* بخش کپی‌رایت پایین */
.footer-bottom {
  background-color: #1f1f1f;
  text-align: center;
  padding: 15px;
  color: #aaa;
  font-size: 14px;
}

/* 📱 حالت موبایل */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
  }

  .footer-right {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-left {
    text-align: center;
    align-items: center;
  }

  .footer-logo img {
    margin: 0 auto 20px;
  }
}
.footer-logo {
  width: 80px;   /* عرض دلخواه مثلاً 100 پیکسل */
  height: auto;   /* تا تناسب حفظ بشه */
  display: block;
  margin: 0 auto px; /* وسط‌چین با فاصله پایین */
}
@media (max-width: 768px) {
  .footer-logo {
    width: 70px;
  }
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    
}
.map-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-bottoms{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: white;
    height: 70px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top:2px solid;
    align-items: center;
    align-content: center;
    z-index: 1000;
}
.pre-invoice {
    border: 1px solid;
    padding: 15px 15px;
    border-radius: 10px;
        display: flex;
        width: 49%;
        justify-content: center
    }
    
.price-list {
        display: flex;
        background-color: #a32035;
        color: #fff;
        width: 49%;
        padding: 15px 15px;
    border-radius: 10px;
    justify-content: center
    }
    
    
@media (min-width: 768px) {
  .sticky-bottoms{
      display: none ; 
  }
}/* End custom CSS */