.elementor-46 .elementor-element.elementor-element-581b689{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4c581e1 *//* SazeYar Professional Footer - Final Version */
.syz-pro-footer,
.syz-pro-footer * {
  box-sizing: border-box;
}

.syz-pro-footer {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  direction: rtl;
  font-family: inherit;
  color: #ffffff;
  padding: 30px 16px 14px;
  background:
    radial-gradient(circle at 16% 0%, rgba(36, 111, 255, 0.26), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(212, 174, 83, 0.16), transparent 28%),
    linear-gradient(135deg, #041225 0%, #082a63 42%, #031020 100%);
  border-top: 1px solid rgba(88, 151, 255, 0.24);
}

.syz-pro-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 94%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 94%);
}

.syz-pro-footer::after {
  content: "";
  position: absolute;
  inset: auto -15% -44% -15%;
  height: 320px;
  z-index: -1;
  background: radial-gradient(circle, rgba(12, 82, 232, 0.42), transparent 64%);
  filter: blur(24px);
}

.syz-pro-footer__inner {
  width: min(1180px, 100%);
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.syz-pro-footer__main {
  width: 100%;
  display: grid;
  grid-template-columns: 1.45fr 0.82fr;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}

.syz-pro-footer__brand,
.syz-pro-footer__cta,
.syz-pro-footer__col {
  min-width: 0;
  border-radius: 24px;
  border: 1px solid rgba(138, 185, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
  box-shadow: 0 22px 55px rgba(0,0,0,0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.syz-pro-footer__brand {
  padding: 24px 26px;
}

.syz-pro-footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-bottom: 13px;
}

.syz-pro-footer__logo img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  background: #ffffff;
  padding: 5px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 16px 34px rgba(11, 85, 255, 0.35);
}

.syz-pro-footer__logo strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.syz-pro-footer__logo small {
  display: block;
  color: rgba(235, 244, 255, 0.66);
  font-size: 12.5px;
  margin-top: 3px;
}

.syz-pro-footer__brand p {
  max-width: 850px;
  margin: 0;
  color: rgba(235, 244, 255, 0.75);
  font-size: 14px;
  line-height: 2.05;
}

.syz-pro-footer__cta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.syz-pro-footer__cta span {
  width: fit-content;
  padding: 6px 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #f7d98a;
  background: rgba(212, 174, 83, 0.13);
  border: 1px solid rgba(212, 174, 83, 0.28);
  font-size: 12px;
  font-weight: 850;
}

.syz-pro-footer__cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: -0.6px;
}

.syz-pro-footer__cta p {
  margin: 0 0 16px;
  color: rgba(235, 244, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.9;
}

.syz-pro-footer__cta a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 15px;
  color: #061426 !important;
  background: linear-gradient(135deg, #f7df98, #d2ad55 58%, #9a7424);
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(212, 174, 83, 0.28);
  transition: transform .22s ease, box-shadow .22s ease;
}

.syz-pro-footer__cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(212, 174, 83, 0.36);
}

.syz-pro-footer__links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.syz-pro-footer__col {
  padding: 19px 20px;
  min-height: 205px;
}

.syz-pro-footer__col h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.6;
}

.syz-pro-footer__col h4::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2f7cff, #d2ad55, transparent);
}

.syz-pro-footer__col > a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: rgba(235, 244, 255, 0.73) !important;
  text-decoration: none !important;
  font-size: 13.8px;
  line-height: 2;
  margin-bottom: 7px;
  transition: color .2s ease, transform .2s ease;
}

.syz-pro-footer__col > a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-radius: 50%;
  background: #2f7cff;
  box-shadow: 0 0 0 4px rgba(47, 124, 255, 0.10);
}

.syz-pro-footer__col > a:hover {
  color: #f7d98a !important;
  transform: translateX(-4px);
}

.syz-pro-footer__trust span {
  display: flex;
  align-items: center;
  color: rgba(235, 244, 255, 0.74);
  font-size: 13.8px;
  line-height: 1.95;
  margin-bottom: 9px;
}

.syz-pro-footer__trust span::before {
  content: "✓";
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  margin-left: 9px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #2f7cff, #0b55ff);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(11, 85, 255, 0.25);
}

.syz-pro-footer__social-box {
  display: flex;
  flex-direction: column;
}

.syz-pro-footer__social-desc {
  margin: -4px 0 14px;
  color: rgba(235, 244, 255, 0.68);
  font-size: 12.8px;
  line-height: 1.9;
}

.syz-pro-footer__socials {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 42px);
  gap: 10px;
  justify-content: start;
}

.syz-pro-footer__socials a {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 14px;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(138, 185, 255, 0.22);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.syz-pro-footer__socials a::before {
  display: none !important;
  content: none !important;
}

.syz-pro-footer__socials svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.syz-pro-footer__socials .sy-social--bale svg,
.syz-pro-footer__socials .sy-social--rubika svg,
.syz-pro-footer__socials .sy-social--eitaa svg,
.syz-pro-footer__socials .sy-social--aparat svg {
  width: 31px;
  height: 31px;
}

.syz-pro-footer__socials .sy-social--instagram {
  color: #ffffff !important;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.syz-pro-footer__socials .sy-social--youtube {
  color: #ffffff !important;
  background: #ff0033;
}

.syz-pro-footer__socials .sy-social--telegram {
  color: #ffffff !important;
  background: #229ed9;
}

.syz-pro-footer__socials .sy-social--bale,
.syz-pro-footer__socials .sy-social--rubika,
.syz-pro-footer__socials .sy-social--eitaa,
.syz-pro-footer__socials .sy-social--aparat {
  color: inherit !important;
  background: rgba(255,255,255,.92);
}

.syz-pro-footer__socials a:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(247,217,138,.70);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}

.syz-pro-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(235, 244, 255, 0.11);
}

.syz-pro-footer__bottom p {
  margin: 0;
  color: rgba(235, 244, 255, 0.64);
  font-size: 12.8px;
  line-height: 1.8;
}

.syz-pro-footer__bottom a {
  color: #f7d98a !important;
  text-decoration: none !important;
  font-size: 12.8px;
  font-weight: 850;
}

/* Tablet */
@media (max-width: 1024px) {
  .syz-pro-footer__main {
    grid-template-columns: 1fr;
  }

  .syz-pro-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syz-pro-footer__col {
    min-height: auto;
  }
}

/* Mobile compact version */
@media (max-width: 768px) {
  .syz-pro-footer {
    padding: 18px 12px 12px;
  }

  .syz-pro-footer__inner {
    width: 100%;
  }

  .syz-pro-footer__main {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .syz-pro-footer__brand {
    padding: 16px;
    border-radius: 18px;
  }

  .syz-pro-footer__logo {
    margin-bottom: 8px;
  }

  .syz-pro-footer__logo img {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    padding: 4px;
  }

  .syz-pro-footer__logo strong {
    font-size: 20px;
  }

  .syz-pro-footer__logo small {
    font-size: 11.5px;
  }

  .syz-pro-footer__brand p {
    font-size: 12.8px;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .syz-pro-footer__cta {
    padding: 15px;
    border-radius: 18px;
  }

  .syz-pro-footer__cta span {
    display: none;
  }

  .syz-pro-footer__cta h3 {
    font-size: 17px;
    margin-bottom: 6px;
    line-height: 1.55;
  }

  .syz-pro-footer__cta p {
    display: none;
  }

  .syz-pro-footer__cta a {
    width: 100%;
    min-height: 40px;
    font-size: 13px;
  }

  .syz-pro-footer__links {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 0 0 8px;
    margin: 0 -2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .syz-pro-footer__links::-webkit-scrollbar {
    height: 4px;
  }

  .syz-pro-footer__links::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
    border-radius: 99px;
  }

  .syz-pro-footer__links::-webkit-scrollbar-thumb {
    background: rgba(247,217,138,0.75);
    border-radius: 99px;
  }

  .syz-pro-footer__col {
    flex: 0 0 78%;
    min-height: 145px;
    padding: 15px;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .syz-pro-footer__col h4 {
    font-size: 14.5px;
    margin-bottom: 10px;
  }

  .syz-pro-footer__col > a,
  .syz-pro-footer__trust span {
    font-size: 12.8px;
    line-height: 1.75;
    margin-bottom: 6px;
  }

  .syz-pro-footer__trust span:nth-of-type(n+3) {
    display: none;
  }

  .syz-pro-footer__social-desc {
    display: none;
  }

  .syz-pro-footer__social-box {
    min-height: 120px;
  }

  .syz-pro-footer__socials {
    grid-template-columns: repeat(7, 38px);
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px;
    justify-content: start;
  }

  .syz-pro-footer__socials a {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 13px;
  }

  .syz-pro-footer__socials svg {
    width: 25px;
    height: 25px;
  }

  .syz-pro-footer__socials .sy-social--bale svg,
  .syz-pro-footer__socials .sy-social--rubika svg,
  .syz-pro-footer__socials .sy-social--eitaa svg,
  .syz-pro-footer__socials .sy-social--aparat svg {
    width: 28px;
    height: 28px;
  }

  .syz-pro-footer__bottom {
    margin-top: 8px;
    padding-top: 10px;
    justify-content: center;
    text-align: center;
  }

  .syz-pro-footer__bottom p {
    font-size: 11.8px;
  }

  .syz-pro-footer__bottom a {
    display: none;
  }
}

@media (max-width: 420px) {
  .syz-pro-footer__col {
    flex-basis: 86%;
  }
}/* End custom CSS */