.elementor-201 .elementor-element.elementor-element-dd4ce7c{--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-8c8a9a1 */.javohub-mini-footer {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 30px auto 16px;
  padding: 0 12px;
  direction: rtl;
}

.javohub-mini-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.65);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.footer-mini-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}

.footer-brand-texts h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #3A3A3A, #3A3A3A, #3A3A3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-brand-texts p {
  margin: 3px 0 0;
  font-size: 12.5px;
  line-height: 1.4;
  background:  linear-gradient(90deg, #3A3A3A, #3A3A3A, #3A3A3A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-center {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-center a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: rgba(45, 45, 55, 0.78);
  transition: all 0.25s ease;
  position: relative;
}

.footer-center a:hover {
  color: #6b6cff;
  transform: translateY(-1px);
}

.footer-left span {
  font-size: 12.5px;
  color: rgba(60, 60, 70, 0.58);
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px) {
  .javohub-mini-footer {
    width: calc(100% - 20px);
    margin: 22px auto 10px;
    padding: 0 4px;
  }

  .javohub-mini-footer-inner {
    flex-direction: column;
    text-align: center;
    padding: 14px 16px;
    gap: 12px;
  }

  .footer-right {
    justify-content: center;
  }

  .footer-center {
    gap: 14px;
  }

  .footer-left span {
    white-space: normal;
  }
}/* End custom CSS */