.jb-footer-widget,
.jb-footer-widget * {
  box-sizing: border-box;
}

.jb-footer-widget.jb-footer {
  --jb-bg: #08030b;
  --jb-bg-2: #120718;
  --jb-purple: #2b0f38;
  --jb-purple-2: #42124f;
  --jb-pink: #d80b63;
  --jb-pink-2: #ff2f8d;
  --jb-text: #fff7fb;
  --jb-muted: rgba(255, 247, 251, 0.68);
  --jb-soft: rgba(255, 255, 255, 0.07);
  --jb-line: rgba(255, 255, 255, 0.12);
  --jb-radius: 30px;
  --jb-container: 1180px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  color: var(--jb-text);
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--jb-pink-2) 20%, transparent), transparent 32%),
    radial-gradient(circle at 88% 38%, rgba(99, 24, 125, 0.34), transparent 34%),
    linear-gradient(180deg, var(--jb-bg) 0%, var(--jb-bg-2) 100%);
  padding: 92px 0 28px;
  font-family: inherit, "Vazirmatn", Tahoma, Arial, sans-serif;
  isolation: isolate;
  width: 100%;
}

.jb-footer-widget a {
  color: inherit;
  text-decoration: none;
}

.jb-footer-widget img {
  max-width: 100%;
  display: block;
}

.jb-footer-widget .jb-footer__container {
  width: min(var(--jb-container), calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.jb-footer-widget .jb-footer__glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.jb-footer-widget .jb-footer__glow--one {
  right: -180px;
  top: -100px;
  background: radial-gradient(circle, color-mix(in srgb, var(--jb-pink) 34%, transparent), transparent 68%);
}

.jb-footer-widget .jb-footer__glow--two {
  left: -180px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(86, 24, 111, 0.5), transparent 70%);
}

.jb-footer-widget .jb-footer__cta {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--jb-line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--jb-pink-2) 24%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04));
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  overflow: hidden;
  margin-bottom: 42px;
}

.jb-footer-widget .jb-footer__cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.11), transparent 58%);
  transform: translateX(50%) rotate(10deg);
  animation: jbFooterShine 7s ease-in-out infinite;
  pointer-events: none;
}

@keyframes jbFooterShine {
  0%, 45% { transform: translateX(60%) rotate(10deg); opacity: 0; }
  56% { opacity: 1; }
  100% { transform: translateX(-60%) rotate(10deg); opacity: 0; }
}

.jb-footer-widget .jb-footer__cta-content,
.jb-footer-widget .jb-footer__lead {
  position: relative;
  z-index: 1;
}

.jb-footer-widget .jb-footer__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cta-eyebrow, var(--jb-pink-2));
  font-size: 13px;
  font-weight: 900;
}

.jb-footer-widget .jb-footer__cta h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.23;
  letter-spacing: -1.4px;
  color: var(--cta-title, var(--jb-text));
}

.jb-footer-widget .jb-footer__cta p {
  margin: 15px 0 0;
  max-width: 760px;
  color: var(--cta-text, var(--jb-muted));
  line-height: 2;
  font-size: 15.5px;
}

.jb-footer-widget .jb-footer__lead {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(8, 3, 11, 0.5);
  backdrop-filter: blur(14px);
}

.jb-footer-widget .jb-footer__lead label {
  font-size: 13px;
  color: var(--form-label, rgba(255, 247, 251, 0.82));
  font-weight: 800;
}

.jb-footer-widget .jb-footer__input-wrap {
  display: flex;
  gap: 10px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.jb-footer-widget .jb-footer__input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--input-text, #fff);
  padding: 0 12px;
  font-family: inherit;
  direction: ltr;
  text-align: right;
}

.jb-footer-widget .jb-footer__input-wrap input::placeholder {
  color: var(--input-placeholder, rgba(255, 247, 251, 0.42));
}

.jb-footer-widget .jb-footer__input-wrap button {
  flex: 0 0 auto;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  color: var(--btn-text, #fff);
  font-weight: 900;
  font-family: inherit;
  background: linear-gradient(135deg, var(--jb-pink), var(--jb-pink-2));
  box-shadow: 0 15px 36px color-mix(in srgb, var(--jb-pink) 28%, transparent);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jb-footer-widget .jb-footer__input-wrap button:hover {
  transform: translateY(-2px);
}

.jb-footer-widget .jb-footer__form-msg {
  color: var(--form-note, rgba(255, 247, 251, 0.52));
  line-height: 1.7;
}

.jb-footer-widget .jb-footer__main {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.72fr 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
}

.jb-footer-widget .jb-footer__brand,
.jb-footer-widget .jb-footer__col {
  min-width: 0;
}

.jb-footer-widget .jb-footer__logo {
  display: inline-flex;
  width: min(220px, 100%);
  margin-bottom: 18px;
  filter: drop-shadow(0 14px 30px color-mix(in srgb, var(--jb-pink) 22%, transparent));
}

.jb-footer-widget .jb-footer__brand p {
  margin: 0;
  max-width: 390px;
  color: var(--brand-text, var(--jb-muted));
  line-height: 2;
  font-size: 14.5px;
}

.jb-footer-widget .jb-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.jb-footer-widget .jb-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 247, 251, 0.78);
  background: var(--jb-soft);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 12.5px;
}

.jb-footer-widget .jb-footer__lead label {
  color: var(--form-label, rgba(255, 247, 251, 0.82));
}

.jb-footer-widget .jb-footer__accordion {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--col-title, #fff);
  font-family: inherit;
  font-size: 16px;
  font-weight: 950;
  text-align: right;
  margin-bottom: 17px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jb-footer-widget .jb-footer__accordion span {
  display: none;
}

.jb-footer-widget .jb-footer__links {
  display: grid;
  gap: 11px;
}

.jb-footer-widget .jb-footer__links a {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  width: fit-content;
  color: var(--link-color, rgba(255, 247, 251, 0.66));
  font-size: 14px;
  line-height: 1.8;
  transition: color 0.25s ease, transform 0.25s ease;
}

.jb-footer-widget .jb-footer__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--jb-pink), var(--jb-pink-2));
  transition: width 0.28s ease;
}

.jb-footer-widget .jb-footer__links a:hover {
  color: #fff;
  transform: translateX(-4px);
}

.jb-footer-widget .jb-footer__links a:hover::after {
  width: 100%;
}

.jb-footer-widget .jb-footer__contact i {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-style: normal;
  color: #fff;
  background: color-mix(in srgb, var(--jb-pink) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--jb-pink-2) 25%, transparent);
}

.jb-footer-widget .jb-footer__hours {
  margin-top: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.jb-footer-widget .jb-footer__hours b,
.jb-footer-widget .jb-footer__hours span {
  display: block;
}

.jb-footer-widget .jb-footer__hours b {
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--hours-title, var(--jb-text));
}

.jb-footer-widget .jb-footer__hours span {
  color: var(--hours-text, var(--jb-muted));
  font-size: 13px;
  line-height: 1.8;
}

.jb-footer-widget .jb-footer__map-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: stretch;
  margin-top: 12px;
}

.jb-footer-widget .jb-footer__map {
  position: relative;
  min-height: 142px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--jb-pink-2) 20%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.jb-footer-widget .jb-footer__map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.jb-footer-widget .jb-footer__map-pin {
  position: absolute;
  right: 52%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%) rotate(45deg);
  border-radius: 50% 50% 50% 4px;
  background: linear-gradient(135deg, var(--jb-pink), var(--jb-pink-2));
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--jb-pink) 12%, transparent), 0 0 40px color-mix(in srgb, var(--jb-pink-2) 56%, transparent);
  animation: jbFooterPin 2.3s ease-in-out infinite;
}

@keyframes jbFooterPin {
  0%, 100% { transform: translate(50%, -50%) rotate(45deg) scale(1); }
  50% { transform: translate(50%, -62%) rotate(45deg) scale(1.08); }
}

.jb-footer-widget .jb-footer__map-content {
  position: absolute;
  inset: auto 22px 22px auto;
  display: grid;
  gap: 5px;
}

.jb-footer-widget .jb-footer__map-content span {
  color: var(--map-sub, var(--jb-muted));
  font-size: 13px;
}

.jb-footer-widget .jb-footer__map-content b {
  color: var(--map-title, #fff);
  font-size: 18px;
}

.jb-footer-widget .jb-footer__social {
  min-width: 260px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.jb-footer-widget .jb-footer__social > span {
  display: block;
  margin-bottom: 15px;
  font-weight: 900;
  color: var(--social-title, var(--jb-text));
}

.jb-footer-widget .jb-footer__social div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.jb-footer-widget .jb-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--social-link, rgba(255, 247, 251, 0.72));
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.jb-footer-widget .jb-footer__social a:hover {
  color: #fff;
  background: color-mix(in srgb, var(--jb-pink) 23%, transparent);
  transform: translateY(-3px);
}

.jb-footer-widget .jb-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--bottom-text, rgba(255, 247, 251, 0.52));
  font-size: 13px;
}

.jb-footer-widget .jb-footer__bottom p {
  margin: 0;
}

.jb-footer-widget .jb-footer__bottom div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.jb-footer-widget .jb-footer__bottom a {
  color: var(--bottom-link, inherit);
  transition: color 0.25s ease;
}

.jb-footer-widget .jb-footer__bottom a:hover {
  color: #fff;
}

.jb-footer-widget .jb-footer__top {
  position: fixed;
  left: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: color-mix(in srgb, var(--jb-pink) 32%, transparent);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 20;
}

.jb-footer-widget .jb-footer__top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.elementor-editor-active .jb-footer-widget .jb-footer__top,
.elementor-editor-preview .jb-footer-widget .jb-footer__top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .jb-footer-widget.jb-footer {
    padding-top: 70px;
  }

  .jb-footer-widget .jb-footer__cta,
  .jb-footer-widget .jb-footer__main,
  .jb-footer-widget .jb-footer__map-row {
    grid-template-columns: 1fr;
  }

  .jb-footer-widget .jb-footer__main {
    gap: 18px;
  }

  .jb-footer-widget .jb-footer__brand,
  .jb-footer-widget .jb-footer__col,
  .jb-footer-widget .jb-footer__social {
    padding: 20px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
  }

  .jb-footer-widget .jb-footer__brand p {
    max-width: 100%;
  }

  .jb-footer-widget .jb-footer__social {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .jb-footer-widget.jb-footer {
    padding: 54px 0 22px;
  }

  .jb-footer-widget .jb-footer__container {
    width: min(100% - 26px, var(--jb-container));
  }

  .jb-footer-widget .jb-footer__cta {
    border-radius: 30px;
    margin-bottom: 24px;
  }

  .jb-footer-widget .jb-footer__input-wrap {
    display: grid;
    border-radius: 22px;
  }

  .jb-footer-widget .jb-footer__input-wrap input {
    min-height: 44px;
    text-align: center;
  }

  .jb-footer-widget .jb-footer__input-wrap button {
    width: 100%;
  }

  .jb-footer-widget .jb-footer__accordion {
    pointer-events: auto;
    margin-bottom: 0;
    cursor: pointer;
  }

  .jb-footer-widget .jb-footer__accordion span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    transition: transform 0.25s ease;
  }

  .jb-footer-widget .jb-footer__col.is-open .jb-footer__accordion span {
    transform: rotate(45deg);
  }

  .jb-footer-widget .jb-footer__links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: max-height 0.32s ease, opacity 0.25s ease, padding-top 0.32s ease;
  }

  .jb-footer-widget .jb-footer__col.is-open .jb-footer__links {
    max-height: 420px;
    opacity: 1;
    padding-top: 16px;
  }

  .jb-footer-widget .jb-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .jb-footer-widget .jb-footer__top {
    left: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jb-footer-widget *,
  .jb-footer-widget *::before,
  .jb-footer-widget *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
