.elementor-1126 .elementor-element.elementor-element-97a6393{--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-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-10ad359 *//* استایل فوتر بلو پوز با نیم‌دایره، حاشیه گرد، سایه و انیمیشن */

/* فوتر نیم‌دایره‌ای */
.bp-footer {
  background: linear-gradient(to top, #007BFF, #4facfe);
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
  padding: 50px 20px 60px;
  text-align: center;
  color: white;
  position: relative;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: fadeInFooter 1s ease-in-out;
}

@keyframes fadeInFooter {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* بخش آدرس با انیمیشن */
.bp-location {
  margin-bottom: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bp-location-icon {
  font-size: 22px;
  animation: upDown 2s infinite ease-in-out;
}

@keyframes upDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.bp-location-text {
  font-weight: bold;
}

/* کانتینر مجوزها */
.bp-license-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* کارت مجوز */
.bp-license {
  background: white;
  border-radius: 16px;
  padding: 12px;
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  animation: floatUp 1.8s ease-in-out infinite alternate;
}

@keyframes floatUp {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-5px); }
}

.bp-license:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.bp-license img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .bp-footer {
    border-top-left-radius: 100% 60px;
    border-top-right-radius: 100% 60px;
    padding: 30px 15px 50px;
  }

  .bp-location-text {
    font-size: 14px;
    text-align: center;
  }

  .bp-license {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
}/* End custom CSS */