@font-face {
  font-family: "xsans";
  font-weight: normal;
  src: url("../fonts/xsans-FD.woff") format("woff"),
    url("../fonts/xsans-FD.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("maticons.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Vazirmatn-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
}

@font-face {
  font-family: "lale";
  font-weight: normal;
  src: url("../fonts/lale.ttf") format("truetype");
}

body {
  background: #0a0a0f;
  margin: 0;
  color: #e0e0e0;
  overflow-x: hidden;
  position: relative;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #0a0a0f 50%, #161620 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.6;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

.main {
  width: 90%;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 40px;
  min-height: 100%;
}

* {
  font-family: "Vazirmatn";
}

.navy {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 20;
  background: rgba(10, 10, 15, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.navy.scrolled {
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.navy.hidden {
  height: 0;
  padding: 0;
}

.navy .mobile-navy {
  font-size: 32px;
  margin-right: 12px;
  padding: 4px;
  display: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
}

.navy .mobile-navy:hover {
  color: #6366f1;
}

.navbar {
  width: 95%;
  max-width: 1300px;
  direction: rtl;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 998;
  backdrop-filter: blur(4px);
}

.leftside-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: linear-gradient(180deg, #1a1a24 0%, #0f0f16 100%);
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
  display: none;
  border-right: 1px solid rgba(99, 102, 241, 0.2);
}

.leftside-menu .btn {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  color: #e0e0e0;
  font-weight: 600;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.leftside-menu .btn:hover {
  background: rgba(99, 102, 241, 0.15);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateX(-4px);
}

.leftside-menu .reg {
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.3);
}

.navbar .logo-hld {
  width: 150px;
  height: 37px;
  background: url("../img/top-lndlgo.png") no-repeat;
  background-size: 100%;
  filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.4));
}

.navbar .btns-hld {
  position: relative;
  right: 5px;
  user-select: none;
  margin: auto;
  display: flex;
  margin-left: 4px;
  align-items: center;
  gap: 8px;
}

.navbar .logregbox {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  margin-right: 12px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 4px;
  justify-content: space-around;
}

.navbar .btns-hld .btn {
  display: inline;
  padding: 12px 16px;
  margin: 4px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: #e0e0e0;
  position: relative;
}

.navbar .logregbox .btn {
  padding: 10px 14px;
}

.navbar .logregbox .btn.reg {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25);
  font-weight: 600;
}

.navbar .btns-hld a {
  text-decoration: none;
}

.navbar .btns-hld .btn:hover {
  background: rgba(99, 102, 241, 0.12);
  transform: translateY(-2px);
}

.navbar .btns-hld .btn.active {
  background: rgba(99, 102, 241, 0.15);
}

.navbar .logregbox .btn.reg:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.35);
  transform: translateY(-2px);
}

.main .top-holder {
  font-family: lale;
  padding: 10px;
  transition: all 0.3s;
  user-select: none;
  border-radius: 30px;
  text-align: right;
  padding-right: 15px;
  position: relative;
  min-height: 300px;
  margin-top: 30px;
  text-align: center;
  direction: rtl;
}

.main .top-holder .floater {
  position: absolute;
  width: 64px;
  height: 64px;
  transition: transform 0.1s ease;
  pointer-events: none;
  background-size: 100%;
  opacity: 0.7;
}

.main .top-holder .right-holder {
  width: 39%;
  display: inline-block;
  overflow: hidden;
  height: 650px;
  top: 0;
  padding-top: 100px;
}

.main .top-holder .right-holder .title {
  font-size: 58px;
  font-family: lale;
  text-align: right;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main .top-holder .right-holder .desc {
  font-size: 18px;
  font-family: Vazirmatn;
  text-align: justify;
  color: #a0a0a0;
  line-height: 1.8;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  line-height: unset;
  font-size: 100%;
  vertical-align: middle;
}

.top-holder .left-arrow,
.top-holder .right-arrow {
  background: rgba(99, 102, 241, 0.2);
  color: #6366f1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  cursor: pointer;
  top: 50%;
  position: absolute;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(99, 102, 241, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-holder .left-arrow {
  left: 0;
}

.top-holder .right-arrow {
  right: 0;
}

.top-holder .left-arrow:hover,
.top-holder .right-arrow:hover {
  background: rgba(99, 102, 241, 0.35);
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.top-holder .wpi-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  gap: 8px;
}

.top-holder .wpi {
  width: 12px;
  height: 12px;
  background: rgba(99, 102, 241, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.top-holder .wpi.active {
  background: #6366f1;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.6);
  border-color: rgba(99, 102, 241, 0.3);
}

.top-holder .wpi:hover {
  background: #6366f1;
  transform: scale(1.2);
}

.main .top-holder .left-holder {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: 750px;
}

.main .top-holder .left-img {
  width: 100%;
  filter: drop-shadow(0 20px 60px rgba(99, 102, 241, 0.3));
}

.main .top-holder .m-menu-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  background: rgba(26, 26, 36, 0.9);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.main .top-holder .m-menu-holder a {
  text-decoration: none;
}

.main .top-holder .m-menu-holder .item {
  position: relative;
  font-family: Vazirmatn;
  color: #e0e0e0;
  font-size: 15px;
  padding: 10px 16px;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  margin: 5px;
}

.main .top-holder .m-menu-holder .item:hover {
  border: 1px solid rgba(99, 102, 241, 0.4);
  background: rgba(99, 102, 241, 0.1);
}

.main .top-holder .m-menu-holder .item.active {
  border: 1px solid rgba(99, 102, 241, 0.5);
  background: rgba(99, 102, 241, 0.15);
}

.main .top-holder .menu-holder {
  position: absolute;
  left: 10px;
  top: 4px;
}

.main .top-holder .menu-holder a {
  text-decoration: none;
}

.main .top-holder .menu-holder .item {
  position: relative;
  display: inline;
  overflow: hidden;
  font-family: Vazirmatn;
  color: #e0e0e0;
  font-size: 15px;
  padding: 10px 16px;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 16px;
  cursor: pointer;
}

.main .top-holder .menu-holder .item:hover {
  border: 1px solid rgba(99, 102, 241, 0.4);
  background: rgba(99, 102, 241, 0.1);
}

.main .top-holder .menu-holder .item.active {
  border: 1px solid rgba(99, 102, 241, 0.5);
  background: rgba(99, 102, 241, 0.15);
}

.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
  background: url("../img/trevor.png");
  height: 250px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  width: 150px;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(15px, 0);
  }
  to {
    -webkit-transform: translate(-0px, 0);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0px, 0);
  }
  65% {
    -moz-transform: translate(15px, 0);
  }
  to {
    -moz-transform: translate(-0px, 0);
  }
}

@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.9);
  }
  65% {
    -webkit-transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(0.9);
  }
}

@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9);
  }
  65% {
    -moz-transform: scale(1.3);
  }
  to {
    -moz-transform: scale(0.9);
  }
}

.main-holder .high-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: 140px;
  direction: rtl;
  z-index: 20;
}

.high-center .high-title {
  background: rgba(26, 26, 36, 0.9);
  color: #e0e0e0;
  font-family: "Vazirmatn";
  border-radius: 20px;
  font-size: 19px;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.high-center a {
  text-decoration: none;
}

.high-center .high-value {
  background: rgba(99, 102, 241, 0.2);
  color: #6366f1;
  left: 0;
  right: 0;
  margin: 5 auto;
  border-radius: 20px;
  font-size: 15px;
  font-family: "xsans";
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  width: 140px;
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.high-center .high-value:hover {
  background: rgba(99, 102, 241, 0.35);
  color: #e0e0e0;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.four-holder {
  text-align: center;
  margin-top: 10px;
  user-select: none;
}

.four-holder .four-item {
  width: 23%;
  border-radius: 30px;
  background: linear-gradient(135deg, #1a1a24 0%, #2a2a34 100%);
  height: 200px;
  display: inline-block;
  margin: 10px;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s;
}

.four-holder .four-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.main .info-box {
  padding: 30px;
  text-align: justify;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  border-radius: 30px;
  margin: 20px 0;
  color: #e0e0e0;
  font-family: Vazirmatn;
  direction: rtl;
  position: relative;
  background: rgba(26, 26, 36, 0.5);
  backdrop-filter: blur(10px);
}

.main .info-box .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #6366f1;
}

.main .info-box .social-btn {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: absolute;
}

.main .info-box .social-btn {
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.main .info-box .social-btn a {
  padding: 10px;
  display: inline-block;
  border: 1px solid rgba(99, 102, 241, 0.3);
  margin: 5px;
  border-radius: 30px;
  background: rgba(99, 102, 241, 0.1);
  transition: all 0.3s;
}

.main .info-box .social-btn a:hover {
  background: rgba(99, 102, 241, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.main .info-box .social-btn .ins-logo {
  width: 20px;
  height: 20px;
  background: url("../img/instagram2.svg");
  background-size: 100%;
}

.main .info-box .social-btn .telegram-logo {
  width: 20px;
  height: 20px;
  background: url("../img/telegram2.svg");
  background-size: 100%;
}

.white-bg {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.btn-fixer {
  text-align: left;
}

.sl-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1a1a24 0%, #2a2a34 100%);
  padding: 12px 18px;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 6px 6px 0 rgba(34, 197, 94, 0.3);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  z-index: 20;
  font-size: 16px;
  letter-spacing: -0.5px;
  display: none;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
}

.sl-widget.hidden {
  transform: translateX(130%);
  opacity: 0;
}

.sl-widget img {
  width: 42px;
  height: 42px;
}

.sl-widget:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0px 0px 0 rgba(34, 197, 94, 0.3);
}

.widget-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 2px 2px 8px rgba(34, 197, 94, 0.5);
}

.live-text {
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(239, 68, 68, 0.5);
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border: 2px solid #fff;
  box-shadow: 0 0 12px #ef4444;
  animation: pulse 1.2s infinite;
  border-radius: 50%;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
}

.stream-count {
  font-size: 12px;
  color: #22c55e;
  margin-top: 3px;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(34, 197, 94, 0.5);
}

.btn-fixer button {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.btn-fixer button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
}

.full-donos-holder {
  font-family: "Vazirmatn";
  font-weight: 900;
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.full-donos-holder .loadingdx,
.middle-block-holder .right-cnt .downer .loadingdx,
.middle-block-holder .other-cnt .priceblock-sincecounter .loadingdx,
.live-donates .donos .loadingdx {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(10, 10, 15, 0.7);
  top: 0;
  left: 0;
  z-index: 2;
  backdrop-filter: blur(10px);
}

.loadingdx .load-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: url("../img/nloading.svg") no-repeat;
  background-size: 100%;
}

#countalltran {
  filter: blur(12px);
}

.live-donates {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  padding: 20px;
  margin: 20px auto;
  direction: ltr;
  gap: 16px;
  position: relative;
}

.live-donates .donos {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  position: relative;
  direction: rtl;
}

.live-donates .donos .live-donate {
  width: 160px;
  height: 116px;
  border-radius: 16px;
  background: rgba(26, 26, 36, 0.8);
  filter: blur(8px);
  padding: 4px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}

.live-donates .donos .live-donate:hover {
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateY(-4px);
}

.live-donates .donos .live-donate a {
  text-decoration: none;
}

.live-donates .donos .live-donate.partner {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.3);
}

.live-donates .donos .live-donate.partner .partner-logo {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: url(../img/partner-sign.png);
  background-size: 100%;
  margin-left: 23px;
  margin-top: 20px;
}

.live-donate .heading {
  background: none;
  padding: 4px;
  border-bottom: 2px solid rgba(99, 102, 241, 0.3);
  padding: 4px;
}

.live-donate .heading .first-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  direction: ltr;
}

.live-donate .heading .first-section .amount {
  color: #22c55e;
  font-weight: bold;
}

.live-donate .payurl-holder {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: center;
}

.live-donate .payurl-holder .sibmo-holder {
  color: #737373;
}

.live-donate .payurl-holder .page-holder {
  color: #e0e0e0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.live-donate .heading .first-section .av-holder {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 2px solid rgba(99, 102, 241, 0.3);
}

.live-donate .heading .second-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  direction: rtl;
}

.live-donate .heading .second-section .time-holder {
  font-size: 8px;
  text-align: right;
  color: #ef4444;
  width: 60px;
  direction: rtl;
}

.live-donate .heading .second-section .name-holder {
  font-size: 12px;
  text-align: left;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
  white-space: nowrap;
  direction: rtl;
}

.live-donates .pulse-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #ef4444;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  animation: pulse-wave 2s ease-out infinite;
  opacity: 0.5;
  z-index: 1;
}

.live-donates .pulse-circle.delay {
  animation-delay: 0.3s;
}

@keyframes pulse-wave {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0.4;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.white-bg .full-donos-btm-txt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #4ade80;
  text-shadow: 0 0 20px rgba(74, 222, 128, 0.3);
}

.live-donates .wheading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 80px;
  padding: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.live-donates .wheading .txt {
  color: #ef4444;
  font-family: "Vazirmatn";
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
}

.live-donates .heading .wifi-pic {
  position: relative;
  width: 100px;
  height: 100px;
}

.live-donates .heading .wifi-pic .wifi-dot {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-base.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .btm-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-btm.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .mid-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-mid.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .top-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-top.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .dono-item {
  margin: 4px;
}

.dono-item.dono-anim {
  animation: slideIn 0.6s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.full-donos-holder .amount {
  font-size: 80px;
  text-shadow: 0 0 40px rgba(34, 197, 94, 0.5);
}

.full-donos-holder .txt {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 4px;
}

.full-donos-holder .txt .top {
  opacity: 0.5;
}

.white-bg .footer {
  padding: 10px;
  direction: rtl;
  margin-bottom: 0;
  padding-bottom: 2px;
  user-select: none;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 40px;
  margin-top: 60px;
}

.white-bg .footer .yjlogo {
  background: url("../img/yjw.png") no-repeat;
  width: 47px;
  height: 42px;
  background-size: 100%;
  overflow: hidden;
  display: inline-block;
  filter: brightness(1.2);
}

.white-bg .footer .txt-hld {
  font-family: Vazirmatn;
  font-size: 14px;
  direction: rtl;
  text-align: justify;
  overflow: hidden;
  display: inline-block;
  color: #737373;
}

.white-bg .footer .txt-hld p {
  margin: 0;
}

.middle-block-holder {
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 1200px;
  min-height: 300px;
  margin-bottom: 60px;
  direction: rtl;
  gap: 10px;
}

.middle-block-holder .right-cnt {
  width: 20%;
  border-radius: 25px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  padding: 0px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s;
}

.middle-block-holder .right-cnt:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.middle-block-holder .right-cnt .upper {
  text-align: center;
  color: #e0e0e0;
  font-weight: bold;
  direction: ltr;
  margin: 20px;
}

.middle-block-holder .right-cnt .upper .logox {
  display: flex;
  line-height: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.middle-block-holder .right-cnt .upper .logo-holder {
  background: url("../img/users-count.png") no-repeat;
  background-size: 100%;
  width: 64px;
  height: 60px;
  filter: brightness(1.2) drop-shadow(0 4px 12px rgba(99, 102, 241, 0.3));
}

.middle-block-holder .right-cnt .upper .txt-holder {
  font-size: 14px;
  color: #a0a0a0;
}

.middle-block-holder .right-cnt .downer {
  text-align: right;
  margin: 20px;
  position: relative;
}

.middle-block-holder .right-cnt .downer .bignums {
  color: #6366f1;
  font-weight: bold;
  font-size: 50px;
  height: 60px;
  filter: blur(8px);
  text-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
}

.middle-block-holder .right-cnt .downer .hezar {
  color: #e0e0e0;
  font-weight: bold;
  font-size: 20px;
  filter: blur(8px);
}

.middle-block-holder .right-cnt .downer .bottomtxt {
  color: #a0a0a0;
  font-size: 14px;
  filter: blur(8px);
}

.middle-block-holder .other-cnt {
  width: 40%;
  padding: 0px;
  margin: 5px;
}

.middle-block-holder .other-cnt.full {
  width: 40%;
  border-radius: 25px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s;
}

.middle-block-holder .other-cnt.full:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.prices-block {
  display: flex;
  max-width: 1200px;
  align-items: stretch;
  justify-content: center;
  margin: 40px auto;
  padding: 5px;
  position: relative;
  align-content: center;
  flex-direction: column;
}

.prices-block a {
  text-decoration: none;
  color: #e0e0e0;
}

.prices-block .top-block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  direction: rtl;
  color: #e0e0e0;
  padding: 10px;
}

.prices-block .top-text {
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
  color: #6366f1;
}

.prices-block .bottom-block {
  display: flex;
  justify-content: start;
  position: relative;
  width: 100%;
  direction: rtl;
  margin-top: 20px;
  overflow-x: auto;
  padding: 40px;
  padding-top: 20px;
}

.prices-block .plan-block {
  width: 180px;
  min-width: 180px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 20px;
  margin: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.prices-block .plan-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
  border-color: rgba(99, 102, 241, 0.4);
}

.prices-block .plan-block .plan-img {
  background: url("/img/plan-img.png") no-repeat;
  width: 55px;
  height: 75px;
  position: relative;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 20px auto;
  filter: brightness(1.2);
}

.prices-block .plan-block.special {
  border-color: rgba(34, 197, 94, 0.4);
  background: linear-gradient(135deg, #1e3a28 0%, #2d5a3e 100%);
}

.prices-block .plan-block.special:hover {
  box-shadow: 0 20px 60px rgba(34, 197, 94, 0.3);
}

.prices-block .plan-block.special .plan-img {
  background: url("/img/plan-img-special.png") no-repeat;
  width: 55px;
  height: 75px;
  background-size: 100%;
  filter: brightness(1.2) drop-shadow(0 4px 12px rgba(34, 197, 94, 0.3));
}

.prices-block .plan-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 5px;
  font-weight: 600;
}

.prices-block .plan-profit {
  direction: rtl;
  padding: 5px 10px;
  margin: 4px auto;
  font-size: 16px;
  font-weight: bold;
  background: rgba(99, 102, 241, 0.15);
  border-radius: 8px;
  text-align: center;
  width: 60px;
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.prices-block .plan-block.special .plan-profit {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.3);
}

.prices-block .plan-inner-block {
  display: flex;
  direction: rtl;
  justify-content: center;
  align-items: center;
}

.prices-block .plan-inner-block .per-month-price {
  font-size: 40px;
  font-weight: bold;
  color: #6366f1;
}

.prices-block .plan-inner-block .left-block {
  margin-right: 5px;
  font-size: 12px;
  color: #a0a0a0;
}

.collapse {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.collapse .collapsible {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: #e0e0e0;
  cursor: pointer;
  padding: 18px 24px;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  border-radius: 16px;
  margin: 20px 5px;
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: space-between;
  direction: rtl;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.collapsible .title {
  font-size: 18px;
  font-weight: 500;
}

.collapsible .arrow {
  font-weight: 100;
  font-size: 16px;
  transform: rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
  line-height: 32px;
  color: #6366f1;
}

.collapsible.active .arrow {
  transform: rotate(450deg);
}

.collapsible.active {
  background: linear-gradient(135deg, #2d3f55 0%, #3d5166 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(99, 102, 241, 0.4);
}

.collapsible:hover {
  background: linear-gradient(135deg, #2d3f55 0%, #3d5166 100%);
  border-color: rgba(99, 102, 241, 0.3);
}

.white-bg .social-networks {
  max-width: 1200px;
  margin: 80px auto 0 auto;
  display: flex;
  flex-direction: row;
  direction: rtl;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 768px) {
  .white-bg .social-networks {
    margin: 40px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.social-networks a {
  text-decoration: none;
  color: inherit;
}

.social-networks .telegram {
  background: linear-gradient(135deg, #1c92d2 0%, #4ea0cc 100%);
  border-radius: 16px;
  padding: 12px 20px;
  margin: 8px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(28, 146, 210, 0.5);
  box-shadow: 0 8px 24px rgba(28, 146, 210, 0.2);
}

.social-networks .instagram {
  background: linear-gradient(135deg, #9838bd 0%, #e52d70 100%);
  border-radius: 16px;
  padding: 12px 20px;
  margin: 8px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(152, 56, 189, 0.5);
  box-shadow: 0 8px 24px rgba(152, 56, 189, 0.2);
}

.telegram .logo {
  width: 32px;
  height: 32px;
  background: url("../img/telegram.png");
  background-size: 100%;
}

.instagram .logo {
  width: 32px;
  height: 32px;
  background: url("../img/instagram.png");
  background-size: 100%;
}

.social-networks .telegram:hover {
  background: linear-gradient(135deg, #1565a3 0%, #3a7a99 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(28, 146, 210, 0.3);
}

.social-networks .instagram:hover {
  background: linear-gradient(135deg, #7d2a9b 0%, #c72558 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(152, 56, 189, 0.3);
}

.collapse .content {
  padding: 0 18px;
  overflow: hidden;
  background: rgba(30, 41, 59, 0.5);
  max-width: 1200px;
  margin: auto;
  transition: all 0.3s;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #e0e0e0;
  margin: 5px;
  margin-top: 0;
  max-height: 0;
  border-top: none;
}

.collapse .content p {
  font-size: 16px;
  direction: rtl;
  text-align: justify;
  color: #a0a0a0;
  line-height: 1.8;
}

.prices-block .plan-inner-block .free-plan {
  font-size: 16px;
  font-weight: bold;
  padding-top: 60px;
  color: #6366f1;
}

.prices-block .buy-button {
  padding: 12px 24px;
  font-size: 14px;
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  border-radius: 20px;
  margin: 5px auto;
  width: 80px;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}

.prices-block .buy-button:hover {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.4);
}

.support-block {
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
  border: 3px dashed rgba(99, 102, 241, 0.3);
  border-radius: 50px;
  color: #a0a0a0;
  direction: rtl;
  background: rgba(26, 26, 36, 0.3);
  backdrop-filter: blur(10px);
}

.support-block .title {
  font-weight: bold;
  font-size: 25px;
  margin: 30px;
  color: #6366f1;
}

.support-block .desc {
  text-align: justify;
  margin: 30px;
  line-height: 1.8;
}

.support-block .socials {
  height: 50px;
  direction: ltr;
  margin: 30px;
  flex-direction: row;
}

.support-block .btn-instagram {
  padding: 10px;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    #faba62 0%,
    #f06167 17%,
    #e52d70 47%,
    #9838bd 100%
  );
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  transition: all 0.3s;
  border: 1px solid rgba(152, 56, 189, 0.5);
}

.support-block .btn-instagram:hover {
  background: linear-gradient(160deg, #ff7144 50%, #c15531 100%);
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(152, 56, 189, 0.4);
}

.middle-block-holder .other-cnt.last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  gap: 10px;
}

.middle-block-holder .other-cnt .priceblock-sincecounter {
  color: #e0e0e0;
  font-size: 13px;
  padding: 20px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s;
}

.middle-block-holder .other-cnt .priceblock-sincecounter:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.priceblock-sincecounter .txt {
  filter: blur(8px);
}

.other-cnt .h-list {
  display: flex;
  gap: 10px;
  height: 100%;
}

.h-list .h-item {
  background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
  border-radius: 20px;
  width: 100%;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-decoration: none;
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.2);
}

.h-list .h-item:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(91, 33, 182, 0.3);
}

.h-item .pic.term {
  width: 44px;
  height: 81px;
  background: url("../img/term-hitem.png") no-repeat;
  background-size: 100%;
  filter: brightness(1.2);
}

.h-item .pic.sharingapp {
  width: 44px;
  height: 81px;
  background: url("../img/sharingapp-hitem.png") no-repeat;
  background-size: 100%;
  filter: brightness(1.2);
}

.h-item .pic.learn {
  width: 44px;
  height: 81px;
  background: url("../img/learn-hitem.png") no-repeat;
  background-size: 100%;
  filter: brightness(1.2);
}

.h-item .text {
  font-size: 12px;
  color: #e0e0e0;
  font-weight: 600;
}

.middle-block-holder .other-cnt .more-btn {
  color: #6366f1;
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.middle-block-holder .other-cnt .more-btn:hover {
  color: #8b5cf6;
}

.middle-block-holder .other-cnt .block-title {
  font-weight: bold;
  color: #e0e0e0;
  font-size: 25px;
  margin: 20px;
}

.middle-block-holder .other-cnt .content-item {
  display: flex;
  align-items: center;
  margin: 10px;
  flex-direction: row;
  transition: all 0.3s;
  padding: 8px;
  border-radius: 12px;
}

.middle-block-holder .other-cnt .content-item:hover {
  background: rgba(99, 102, 241, 0.08);
}

.middle-block-holder .other-cnt .block-content a {
  text-decoration: none;
}

.middle-block-holder .other-cnt .block-content {
  margin: 20px;
}

.middle-block-holder .other-cnt .content-item .item-date {
  background: rgba(99, 102, 241, 0.15);
  padding: 10px;
  border-radius: 16px;
  height: 60px;
  width: 60px;
  color: #e0e0e0;
  border: 1px solid rgba(99, 102, 241, 0.3);
}

.middle-block-holder .other-cnt .content-item .item-date .day {
  background: transparent;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  color: #6366f1;
}

.middle-block-holder .other-cnt .content-item .item-date .month {
  text-align: center;
  font-size: 12px;
  color: #a0a0a0;
}

.middle-block-holder .other-cnt .content-item .item-text {
  height: 60px;
  padding: 10px;
}

.middle-block-holder .other-cnt .content-item .item-text .text-title {
  color: #e0e0e0;
  font-weight: bold;
  font-size: 20px;
}

.middle-block-holder .other-cnt .content-item .item-text .text-desc {
  color: #737373;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  text-overflow: ellipsis;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

@media (max-width: 500px) {
  .floating {
    display: none;
  }
  .main .four-holder .four-item {
    width: 100%;
    margin: 10px 0;
  }
  .white-bg .footer,
  .main .footer .txt-hld {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .main .top-holder .menu-holder {
    display: none;
  }
  .main .top-holder .m-menu-holder {
    display: unset;
  }
}

@media (max-width: 1080px) {
  .main .top-holder .right-holder {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    height: unset;
    top: 0;
    padding-top: 50px;
  }
  .main .top-holder .right-holder .title {
    font-size: 38px;
  }
  .main .top-holder .left-holder {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    height: unset;
  }
  .main .links-holder .link-block {
    display: block;
  }

  .white-bg {
    padding-top: 20px;
  }

  .middle-block-holder {
    margin-top: 30px;
  }
}

@media (max-width: 715px) {
  .middle-block-holder {
    display: block;
    width: unset;
  }
  .middle-block-holder .right-cnt {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }
  .middle-block-holder .other-cnt {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }
  .middle-block-holder .other-cnt.full {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }

  .support-block {
    width: 80%;
  }
}

@media (max-width: 825px) {
  .navbar .btns-hld .btn {
    display: none;
  }

  .btns-hld .logregbox {
    display: flex;
    padding: 4px;
  }

  .btns-hld .logregbox .btn {
    display: block;
  }

  .navy .mobile-navy {
    display: block;
  }

  .full-donos-holder .amount {
    font-size: 32px;
  }

  .full-donos-holder .txt {
    font-size: 14px;
  }

  .live-donates .heading .wifi-pic {
    width: 80px;
    height: 80px;
  }

  .live-donates .heading .txt {
    font-size: 16px;
  }

  .white-bg .full-donos-btm-txt {
    font-size: 12px;
  }
  .h-list .h-item {
    align-items: center;
    padding: 12px;
    font-size: 8px;
    text-align: center;
  }
}

.top-month-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  direction: ltr;
}

.top-month-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 16px;
  padding: 14px 20px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.25s;
  margin: 0 5px;
}

.top-month-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
}

.top-month-item .rank {
  color: #6366f1;
  font-weight: bold;
  font-size: 20px;
  width: 20px;
}

.top-month-item .user {
  flex: 1;
  font-weight: bold;
  color: #e0e0e0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.top-month-item .user a {
  text-decoration: none;
  color: #e0e0e0;
  font-size: 14px;
}

.top-month-item .user .user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.top-month-item .user-info .displayname {
  color: #6366f1;
  font-size: 16px;
  font-weight: bold;
}

.top-month-item .amount {
  color: #22c55e;
  font-weight: bold;
}

.about-container {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s;
  direction: rtl;
}

.about-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.about-text h3 {
  color: #6366f1;
  font-size: 28px;
  margin-bottom: 20px;
}

.about-text p {
  color: #a0a0a0;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.feature-item {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  transition: all 0.3s;
}

.feature-item:hover {
  background: rgba(99, 102, 241, 0.1);
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.feature-item h4 {
  color: #e0e0e0;
  margin-bottom: 8px;
}

.feature-item p {
  color: #737373;
  font-size: 14px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s;
}

.contact-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2);
}

.contact-info-box {
  background: rgba(10, 10, 15, 0.4);
  border-radius: 20px;
  padding: 20px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  transition: all 0.3s;
}

.contact-info-item:hover {
  background: rgba(99, 102, 241, 0.1);
  transform: translateX(-4px);
}

.contact-icon {
  font-size: 28px;
}

.contact-info-item h4 {
  color: #e0e0e0;
  margin: 0 0 5px 0;
}

.contact-info-item p {
  color: #a0a0a0;
  margin: 0;
}

.contact-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-social a {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}

.contact-social a:first-child {
  background: linear-gradient(135deg, #1c92d2, #4ea0cc);
}

.contact-social a:last-child {
  background: linear-gradient(135deg, #9838bd, #e52d70);
}

.contact-social a:hover {
  transform: translateY(-2px);
}

.contact-form-box {
  background: rgba(10, 10, 15, 0.4);
  border-radius: 20px;
  padding: 20px;
}

.form-group-custom {
  margin-bottom: 20px;
}

.form-group-custom input,
.form-group-custom select,
.form-group-custom textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(10, 10, 15, 0.6);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 12px;
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.3s;
  box-sizing: border-box;
  font-family: "Vazirmatn", sans-serif;
}

.form-group-custom input:focus,
.form-group-custom select:focus,
.form-group-custom textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.contact-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Vazirmatn", sans-serif;
}

.contact-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

.contact-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: contactSpin 0.6s linear infinite;
  margin: 0 auto;
}

@keyframes contactSpin {
  to {
    transform: rotate(360deg);
  }
}

.contact-form-status {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
  font-size: 14px;
}

.contact-form-status.success {
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.contact-form-status.error {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .about-container {
    padding: 20px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .about-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-item {
    padding: 10px;
  }
}

/* Contact section social links - fixed for mobile */
.contact-info-box .contact-social-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: space-between;
}

.contact-info-box .contact-social-telegram,
.contact-info-box .contact-social-instagram {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-info-box .contact-social-telegram {
  background: linear-gradient(135deg, #1c92d2, #4ea0cc);
  border: 1px solid rgba(28, 146, 210, 0.5);
}

.contact-info-box .contact-social-instagram {
  background: linear-gradient(135deg, #9838bd, #e52d70);
  border: 1px solid rgba(152, 56, 189, 0.5);
}

.contact-info-box .contact-social-telegram:hover,
.contact-info-box .contact-social-instagram:hover {
  transform: translateY(-3px);
}

.contact-info-box .contact-social-logo {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.contact-info-box .telegram-logo-icon {
  background-image: url("../img/telegram.png");
}

.contact-info-box .instagram-logo-icon {
  background-image: url("../img/instagram.png");
}

/* Fix for mobile view */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .contact-info-box {
    padding: 15px;
  }

  .contact-info-item {
    padding: 12px;
    gap: 12px;
  }

  .contact-icon {
    font-size: 24px;
  }

  .contact-info-item h4 {
    font-size: 14px;
  }

  .contact-info-item p {
    font-size: 12px;
  }

  .contact-info-box .contact-social-telegram,
  .contact-info-box .contact-social-instagram {
    padding: 10px 12px;
    font-size: 12px;
  }

  .contact-social-logo {
    width: 18px;
    height: 18px;
  }

  .contact-form-box {
    padding: 15px;
  }

  .form-group-custom input,
  .form-group-custom select,
  .form-group-custom textarea {
    padding: 10px 14px;
    font-size: 13px;
  }

  .contact-submit-btn {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-info-box .contact-social-telegram,
  .contact-info-box .contact-social-instagram {
    padding: 8px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .contact-info-box .contact-social-logo {
    width: 16px;
    height: 16px;
  }

  .contact-info-item {
    padding: 10px;
  }

  .contact-icon {
    font-size: 20px;
  }
}

.top-month-list {
  padding: 30px 20px 20px 20px;
  margin: 20px 0;
}

.podium-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  direction: ltr;
}

.podium-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.podium-bar {
  width: 100px;
  background: linear-gradient(180deg, #2a2a4a 0%, #1a1a2e 100%);
  border-radius: 32px 32px 8px 8px;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(99, 102, 241, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.podium-item:hover .podium-bar {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

.podium-rank {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #2d2d5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border: 2px solid #4f46e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.podium-rank.gold {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  color: #1a1a2e;
  border-color: #ffd700;
  font-size: 24px;
  font-weight: 900;
  width: 50px;
  height: 50px;
  top: -25px;
}

.crown-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  animation: crownFloat 2s ease-in-out infinite;
}

@keyframes crownFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.podium-user {
  text-align: center;
  width: 100%;
}

.podium-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #4f46e5;
  margin-bottom: 8px;
  background: #0f0f1a;
  transition: all 0.3s;
}

.podium-item:hover .podium-user img {
  transform: scale(1.05);
  border-color: #ffd700;
  box-shadow: 0 0 20px rgba(79, 70, 229, 0.5);
}

.podium-name {
  font-weight: bold;
  font-size: 14px;
  color: #e2e8f0;
  margin-bottom: 4px;
}

.podium-name.champion {
  font-size: 16px;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.podium-link {
  font-size: 10px;
  color: #818cf8;
  text-decoration: none;
  word-break: break-all;
}

.podium-link:hover {
  color: #a5b4fc;
  text-decoration: underline;
}

/* Footer standings for 4th and 5th */
.podium-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(99, 102, 241, 0.2);
  direction: ltr;
}

.podium-footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 20px;
  border-radius: 60px;
  transition: all 0.3s;
  min-width: 200px;
}

.podium-footer-item:hover {
  background: rgba(99, 102, 241, 0.15);
  transform: translateX(-5px);
}

.footer-rank {
  width: 32px;
  height: 32px;
  background: #2d2d5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #4f46e5;
}

.podium-footer-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4f46e5;
}

.footer-info {
  flex: 1;
}

.footer-name {
  font-weight: bold;
  font-size: 13px;
  color: #e2e8f0;
}

.footer-link {
  font-size: 9px;
  color: #818cf8;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .podium-container {
    gap: 10px;
  }

  .podium-item {
    width: 100px;
  }

  .podium-bar {
    width: 60px;
  }

  .podium-user img {
    width: 50px;
    height: 50px;
  }

  .podium-name {
    font-size: 11px;
  }

  .podium-link {
    font-size: 8px;
  }

  .podium-footer-item {
    min-width: 150px;
    padding: 8px 15px;
  }

  .footer-rank {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .podium-footer-item img {
    width: 35px;
    height: 35px;
  }

  .footer-name {
    font-size: 11px;
  }
}

@media (max-width: 550px) {
  .podium-container {
    gap: 15px;
    justify-content: center;
  }

  .podium-item {
    width: 80px;
  }

  .podium-bar {
    width: 50px;
  }

  .podium-rank {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -16px;
  }

  .podium-rank.gold {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: -20px;
  }

  .crown-icon {
    font-size: 22px;
    top: -38px;
  }

  .podium-user img {
    width: 45px;
    height: 45px;
  }

  .podium-footer {
    flex-direction: column;
    align-items: center;
  }

  .podium-footer-item {
    width: 100%;
    max-width: 280px;
  }
}

.podium-chart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding: 40px 20px 20px 20px;
  margin: 20px 0;
  direction: ltr;
}

.chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  min-width: 100px;
  transition: all 0.3s ease;
}

.chart-item:hover {
  transform: translateY(-8px);
}

.chart-bar {
  width: 70px;
  background: linear-gradient(180deg, #2a2a4a 0%, #1a1a2e 100%);
  border-radius: 20px 20px 12px 12px;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(99, 102, 241, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.chart-item:hover .chart-bar {
  background: linear-gradient(180deg, #3a3a5e 0%, #2a2a4a 100%);
  border-color: #6366f1;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.chart-rank {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: #2d2d5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 2px solid #4f46e5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.chart-rank.gold {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  color: #1a1a2e;
  border-color: #ffd700;
  font-size: 26px;
  font-weight: 900;
  width: 55px;
  height: 55px;
  top: -30px;
}

.chart-rank.silver {
  background: linear-gradient(135deg, #c0c0c0, #a8a8a8);
  color: #1a1a2e;
  border-color: #c0c0c0;
}

.chart-rank.bronze {
  background: linear-gradient(135deg, #cd7f32, #b87333);
  color: #1a1a2e;
  border-color: #cd7f32;
}

.crown-icon {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  animation: crownFloat 2s ease-in-out infinite;
  z-index: 3;
}

@keyframes crownFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.chart-user {
  text-align: center;
  width: 100%;
}

.chart-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #4f46e5;
  margin-bottom: 8px;
  background: #0f0f1a;
  transition: all 0.3s;
}

.chart-item:hover .chart-user img {
  transform: scale(1.08);
  border-color: #ffd700;
  box-shadow: 0 0 20px rgba(79, 70, 229, 0.5);
}

.chart-avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  margin: 0 auto 8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border: 3px solid #4f46e5;
}

.chart-avatar-placeholder::before {
  content: "❤️";
}

.chart-name {
  font-weight: bold;
  font-size: 13px;
  color: #e2e8f0;
  margin-bottom: 4px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-name.champion {
  font-size: 15px;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.chart-link {
  font-size: 9px;
  color: #818cf8;
  text-decoration: none;
  word-break: break-all;
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-link:hover {
  color: #a5b4fc;
  text-decoration: underline;
}

.chart-donor-badge {
  font-size: 10px;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: 5px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .podium-chart {
    gap: 12px;
    padding: 30px 15px 15px 15px;
  }

  .chart-item {
    width: 85px;
    min-width: 80px;
  }

  .chart-bar {
    width: 55px;
  }

  .chart-rank {
    width: 35px;
    height: 35px;
    font-size: 16px;
    top: -20px;
  }

  .chart-rank.gold {
    width: 45px;
    height: 45px;
    font-size: 22px;
    top: -25px;
  }

  .crown-icon {
    font-size: 24px;
    top: -48px;
  }

  .chart-user img,
  .chart-avatar-placeholder {
    width: 50px;
    height: 50px;
  }

  .chart-name {
    font-size: 11px;
  }

  .chart-name.champion {
    font-size: 13px;
  }

  .chart-link {
    font-size: 8px;
  }
}

@media (max-width: 550px) {
  .podium-chart {
    gap: 8px;
    padding: 25px 10px 10px 10px;
  }

  .chart-item {
    width: 70px;
    min-width: 65px;
  }

  .chart-bar {
    width: 45px;
  }

  .chart-rank {
    width: 30px;
    height: 30px;
    font-size: 13px;
    top: -18px;
  }

  .chart-rank.gold {
    width: 38px;
    height: 38px;
    font-size: 18px;
    top: -22px;
  }

  .crown-icon {
    font-size: 20px;
    top: -42px;
  }

  .chart-user img,
  .chart-avatar-placeholder {
    width: 42px;
    height: 42px;
  }

  .chart-name {
    font-size: 10px;
  }

  .chart-name.champion {
    font-size: 11px;
  }
}

.about-section {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0;
}

.about-container-modern {
  background: linear-gradient(145deg, #111827, #0f172a);
  border-radius: 48px;
  padding: 48px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  margin: 50px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  direction: rtl;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(99, 102, 241, 0.15);
  padding: 6px 16px;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, 0.3);
  margin-bottom: 20px;
}

.about-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #f3f4f6;
}

.gradient-text {
  background: linear-gradient(135deg, #818cf8, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-description {
  color: #9ca3af;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}

.about-stats {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(99, 102, 241, 0.2);
}

.about-stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #facc15, #fbbf24);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-label {
  font-size: 12px;
  color: #6b7280;
}

.features-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 28px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(99, 102, 241, 0.1);
}

.feature-card:hover {
  transform: translateY(-6px);
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.3);
}

.feature-icon-modern {
  font-size: 48px;
  margin-bottom: 16px;
  color: #a5b4fc;
  line-height: 1;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 13px;
  color: #6b7280;
}

/* ============================================
   MODERN CONTACT SECTION
   ============================================ */

.contact-section {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0;
  direction: rtl;
}

.contact-container-modern {
  background: linear-gradient(145deg, #111827, #0f172a);
  border-radius: 48px;
  padding: 48px;
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  margin: 50px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(99, 102, 241, 0.15);
  padding: 6px 16px;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #a5b4fc;
  margin-bottom: 20px;
}

.contact-info-modern h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #f3f4f6;
}

.contact-info-modern p {
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 32px;
}

.contact-details-modern {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  padding: 24px;
  margin-bottom: 24px;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(99, 102, 241, 0.1);
}

.contact-detail-item:last-child {
  border-bottom: none;
}

.detail-icon {
  width: 48px;
  height: 48px;
  background: rgba(99, 102, 241, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #a5b4fc;
}

.contact-detail-item h4 {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.contact-detail-item p,
.contact-detail-item a {
  font-size: 15px;
  font-weight: 600;
  color: #e5e7eb;
  text-decoration: none;
}

.social-modern {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.1),
    rgba(168, 85, 247, 0.1)
  );
  border-radius: 28px;
  padding: 24px;
  margin-top: 32px;
}

.social-title {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.social-icons-modern {
  display: flex;
  gap: 16px;
}

.social-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.social-link .material-icons,
.about-badge .material-icons,
.contact-badge .material-icons {
  font-size: 18px;
  line-height: 1;
}

.feature-icon-modern .material-icons {
  font-size: inherit;
  line-height: 1;
}

.detail-icon .material-icons,
.crown-icon.material-icons {
  font-size: inherit;
  line-height: 1;
}

.telegram-modern {
  background: linear-gradient(135deg, #1c92d2, #4ea0cc);
  color: white;
}

.instagram-modern {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: white;
}

.social-link:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

/* Contact Form Modern */
.contact-form-modern {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 32px;
  padding: 32px;
}

.form-group-modern {
  position: relative;
  margin-bottom: 24px;
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(10, 10, 15, 0.6);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 20px;
  color: #f3f4f6;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
  outline: none;
  border-color: #6366f1;
  background: rgba(10, 10, 15, 0.8);
}

.input-focus {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #a855f7);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.form-group-modern input:focus ~ .input-focus,
.form-group-modern select:focus ~ .input-focus,
.form-group-modern textarea:focus ~ .input-focus {
  width: 80%;
}

.submit-btn-modern {
  position: relative;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(95deg, #4f46e5, #7c3aed);
  border: none;
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.submit-btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);
}

.btn-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.submit-btn-modern:hover .btn-glow {
  left: 100%;
}

.contact-form-status-modern {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 16px;
  font-size: 13px;
  display: none;
}

.contact-form-status-modern.success {
  display: block;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.contact-form-status-modern.error {
  display: block;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

/* Responsive */
@media (max-width: 968px) {
  .about-grid,
  .contact-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-container-modern,
  .contact-container-modern {
    padding: 32px;
    margin: 20px;
  }

  .about-title {
    font-size: 28px;
  }

  .features-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .features-modern {
    grid-template-columns: 1fr;
  }

  .about-stats {
    flex-direction: column;
    gap: 16px;
  }

  .social-icons-modern {
    flex-direction: column;
  }

  .contact-detail-item {
    padding: 10px 0;
  }

  .detail-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* 2026 modern refresh */
:root {
  --sibmo-ink: #0a0a0f;
  --sibmo-ink-2: #0f0f16;
  --sibmo-panel: #1a1a24;
  --sibmo-panel-2: #2a2a34;
  --sibmo-paper: #0a0a0f;
  --sibmo-paper-2: #161620;
  --sibmo-text: #e0e0e0;
  --sibmo-muted: #a0a0a0;
  --sibmo-green: #6366f1;
  --sibmo-green-2: #818cf8;
  --sibmo-amber: #8b5cf6;
  --sibmo-rose: #f45d5d;
  --sibmo-cyan: #43c7d7;
  --sibmo-border: rgba(255, 255, 255, 0.12);
  --sibmo-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

html {
  scroll-behavior: smooth;
}

body.home-modern {
  background: linear-gradient(120deg, rgba(99, 102, 241, 0.14), transparent 32%),
    linear-gradient(240deg, rgba(139, 92, 246, 0.12), transparent 34%), #0a0a0f;
  color: var(--sibmo-text);
}

body.home-modern::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

body.home-modern .bg {
  display: none;
}

body.home-modern .navy {
  padding: 14px 0;
  overflow: visible;
}

body.home-modern .navy.scrolled {
  background: rgba(10, 10, 15, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.26);
}

body.home-modern .navbar {
  width: min(94%, 1320px);
  min-height: 64px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(10, 10, 15, 0.72);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

body.home-modern .navbar .logo-hld {
  width: 158px;
  height: 42px;
  background-image: url("../img/nav-logo-long.png?v=3");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 10px 18px rgba(99, 102, 241, 0.24));
}

body.home-modern .navbar .btns-hld {
  gap: 6px;
  margin: 0;
  align-items: center;
}

body.home-modern .navbar .btns-hld .btn,
body.home-modern .leftside-menu .btn {
  border: 1px solid transparent;
  border-radius: 16px;
  color: rgba(248, 251, 245, 0.84);
  background: transparent;
  font-weight: 700;
  letter-spacing: 0;
}

body.home-modern .navbar .btns-hld .btn:hover,
body.home-modern .navbar .btns-hld .btn.active {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.11);
  color: #fff;
}

body.home-modern .navbar .logregbox {
  min-width: 154px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

body.home-modern .navbar .logregbox .btn.reg {
  color: var(--sibmo-ink);
  background: linear-gradient(135deg, var(--sibmo-green), var(--sibmo-amber));
  box-shadow: 0 12px 28px rgba(99, 102, 241, 0.24);
}

body.home-modern .leftside-menu {
  background: #0f0f16;
  border-right: 1px solid rgba(99, 102, 241, 0.2);
}

body.home-modern .main {
  width: min(94%, 1320px);
  padding-top: 116px;
  margin-bottom: 58px;
}

body.home-modern .main .top-holder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: 32px;
  min-height: 680px;
  margin-top: 0;
  padding: 58px 64px 42px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.16), transparent 42%),
    linear-gradient(180deg, #161620 0%, #0a0a0f 100%);
  box-shadow: var(--sibmo-shadow);
}

body.home-modern .main .top-holder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

body.home-modern .main .top-holder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 18px
  );
  opacity: 0.26;
}

body.home-modern .main .top-holder .right-holder,
body.home-modern .main .top-holder .left-holder,
body.home-modern .top-holder .wpi-holder,
body.home-modern .top-holder .left-arrow,
body.home-modern .top-holder .right-arrow {
  z-index: 1;
}

body.home-modern .main .top-holder .right-holder {
  width: auto;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

body.home-modern .hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.3);
  background: rgba(99, 102, 241, 0.14);
  color: var(--sibmo-green);
  direction: ltr;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.home-modern .main .top-holder .right-holder .title {
  max-width: 620px;
  margin: 0;
  font-family: "Vazirmatn";
  font-size: 66px;
  line-height: 1.08;
  font-weight: 900;
  color: var(--sibmo-text);
  background: none;
  -webkit-text-fill-color: currentColor;
  text-wrap: balance;
}

body.home-modern .main .top-holder .right-holder .desc {
  max-width: 610px;
  margin-top: 20px;
  color: rgba(248, 251, 245, 0.72);
  font-size: 18px;
  line-height: 2;
}

body.home-modern .settlement-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.24);
}

body.home-modern .settlement-pill i {
  font-size: 24px;
}

body.home-modern .settlement-pill strong {
  font-size: 24px;
  font-weight: 900;
}

body.home-modern .settlement-pill span {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
}

body.home-modern .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.home-modern .hero-cta {
  min-width: 140px;
  padding: 13px 20px;
  border-radius: 18px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.home-modern .hero-cta.primary {
  color: var(--sibmo-ink);
  background: linear-gradient(135deg, var(--sibmo-green), var(--sibmo-amber));
  box-shadow: 0 18px 36px rgba(99, 102, 241, 0.24);
}

body.home-modern .hero-cta.secondary {
  color: var(--sibmo-text);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
}

body.home-modern .hero-cta:hover {
  transform: translateY(-3px);
}

body.home-modern .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.home-modern .hero-points span {
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(248, 251, 245, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}

body.home-modern .main .top-holder .left-holder {
  width: auto;
  height: auto;
  overflow: visible;
}

body.home-modern .hero-visual-shell {
  position: relative;
  width: min(100%, 600px);
  aspect-ratio: 1 / 1.05;
  margin: auto;
  perspective: 1000px;
}

body.home-modern .main .top-holder .left-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.36));
  transform: translateZ(40px);
}

body.home-modern .dollar-3d {
  position: absolute;
  left: 9%;
  top: 7%;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #241900;
  font-family: Arial, sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 42%, #8b5cf6 100%);
  box-shadow: inset -12px -14px 24px rgba(10, 10, 15, 0.34),
    inset 10px 10px 20px rgba(255, 255, 255, 0.44),
    0 22px 38px rgba(99, 102, 241, 0.28);
  transform-style: preserve-3d;
  animation: dollarSpin 4.8s linear infinite;
}

body.home-modern .dollar-3d::before,
body.home-modern .dollar-3d::after {
  content: "$";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: inherit;
  backface-visibility: hidden;
}

body.home-modern .dollar-3d::before {
  color: rgba(10, 10, 15, 0.42);
  transform: translateZ(-14px);
}

body.home-modern .dollar-3d::after {
  color: rgba(255, 255, 255, 0.26);
  transform: translateZ(14px) rotateY(18deg);
}

@keyframes dollarSpin {
  0% {
    transform: rotateX(14deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(14deg) rotateY(360deg);
  }
}

body.home-modern .top-holder .left-arrow,
body.home-modern .top-holder .right-arrow {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: var(--sibmo-text);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

body.home-modern .top-holder .left-arrow:hover,
body.home-modern .top-holder .right-arrow:hover {
  background: rgba(99, 102, 241, 0.18);
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.18);
}

body.home-modern .top-holder .wpi-holder {
  grid-column: 1 / -1;
  margin: 6px 0 0;
}

body.home-modern .top-holder .wpi {
  width: 30px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 0;
}

body.home-modern .top-holder .wpi.active,
body.home-modern .top-holder .wpi:hover {
  background: var(--sibmo-green);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.42);
}

body.home-modern .settlement-attention {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 22px auto 0;
  padding: 16px 20px;
  border-radius: 24px;
  color: var(--sibmo-text);
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.18),
    rgba(139, 92, 246, 0.14)
  );
  border: 1px solid rgba(99, 102, 241, 0.3);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  text-align: center;
}

body.home-modern .settlement-attention strong {
  color: #c4b5fd;
  font-size: 28px;
  font-weight: 900;
}

body.home-modern .settlement-attention span {
  color: rgba(248, 251, 245, 0.82);
  font-weight: 800;
}

body.home-modern .white-bg {
  padding-top: 42px;
  background: linear-gradient(
    180deg,
    var(--sibmo-paper) 0%,
    var(--sibmo-paper-2) 100%
  );
  color: var(--sibmo-ink);
}

body.home-modern .live-donates {
  margin-top: 0;
  border-radius: 28px;
  background: var(--sibmo-ink-2);
  box-shadow: var(--sibmo-shadow);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-modern .live-donates .donos .live-donate {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
}

body.home-modern .live-donate .heading {
  border-bottom-color: rgba(99, 102, 241, 0.28);
}

body.home-modern .live-donate .heading .first-section .amount {
  color: #818cf8;
}

body.home-modern .live-donates .wheading .txt {
  color: var(--sibmo-text);
  font-weight: 900;
}

body.home-modern .middle-block-holder {
  gap: 14px;
  margin-top: 48px;
}

body.home-modern .middle-block-holder .right-cnt,
body.home-modern .middle-block-holder .other-cnt.full,
body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter {
  background: #ffffff;
  border: 1px solid rgba(99, 102, 241, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

body.home-modern .middle-block-holder .right-cnt .upper,
body.home-modern .middle-block-holder .right-cnt .downer .bignums,
body.home-modern .middle-block-holder .right-cnt .downer .hezar,
body.home-modern .middle-block-holder .right-cnt .downer .bottomtxt,
body.home-modern .middle-block-holder .other-cnt .block-title,
body.home-modern .middle-block-holder .other-cnt .more-btn,
body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter {
  color: var(--sibmo-ink);
}

body.home-modern .middle-block-holder .right-cnt .upper .logo-holder {
  background-color: unset;
  border-radius: unset;
}

body.home-modern .h-list {
  gap: 12px;
}

body.home-modern .h-list .h-item {
  border-radius: 22px;
  background: linear-gradient(135deg, var(--sibmo-panel), var(--sibmo-panel-2));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

body.home-modern .full-donos-holder {
  margin-top: 44px;
  padding: 12px;
  color: var(--sibmo-green-2);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

body.home-modern .full-donos-holder .amount {
  font-size: 62px;
  color: var(--sibmo-green-2);
}

body.home-modern .full-donos-holder .txt {
  color: var(--sibmo-ink);
}

body.home-modern .full-donos-btm-txt {
  color: rgba(224, 224, 224, 0.68);
  font-weight: 800;
}

body.home-modern .prices-block {
  margin: 48px auto;
  border-radius: 30px;
}

body.home-modern .prices-block .top-block {
  color: var(--sibmo-ink);
}

body.home-modern .prices-block .top-text {
  position: relative;
  font-size: 28px;
  font-weight: 900;
}

body.home-modern .prices-block .top-text::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sibmo-green), var(--sibmo-amber));
}

body.home-modern .podium-bar,
body.home-modern .chart-bar {
  background: linear-gradient(180deg, var(--sibmo-panel-2), var(--sibmo-ink-2));
  border-color: rgba(99, 102, 241, 0.22);
}

body.home-modern .podium-name,
body.home-modern .footer-name,
body.home-modern .chart-name {
  color: var(--sibmo-ink);
}

body.home-modern .podium-link,
body.home-modern .footer-link {
  color: var(--sibmo-green-2);
}

body.home-modern .podium-footer-item {
  background: var(--sibmo-paper);
}

body.home-modern .prices-block .plan-block.special {
  width: 240px;
  padding: 16px 12px;
  border-radius: 26px;
  background: linear-gradient(145deg, #1a1a24, #0f0f16);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.26);
}

body.home-modern .prices-block .buy-button,
body.home-modern .prices-block .plan-block.special .buy-button {
  width: 132px;
  color: var(--sibmo-ink);
  background: linear-gradient(135deg, var(--sibmo-green), var(--sibmo-amber));
  font-weight: 900;
  text-align: center;
}

body.home-modern .collapse {
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

body.home-modern .collapsible {
  color: var(--sibmo-ink);
}

body.home-modern .collapse .content {
  color: rgba(224, 224, 224, 0.72);
}

body.home-modern .about-container-modern,
body.home-modern .contact-container-modern {
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), transparent 36%),
    linear-gradient(315deg, rgba(67, 199, 215, 0.1), transparent 40%),
    var(--sibmo-ink-2);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--sibmo-shadow);
}

body.home-modern .feature-card,
body.home-modern .contact-form-modern,
body.home-modern .contact-details-modern,
body.home-modern .social-modern {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

body.home-modern .gradient-text,
body.home-modern .stat-number {
  background: linear-gradient(135deg, var(--sibmo-green), var(--sibmo-amber));
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-modern .contact-badge,
body.home-modern .about-badge {
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.14);
  border-color: rgba(99, 102, 241, 0.3);
}

body.home-modern .submit-btn-modern {
  color: var(--sibmo-ink);
  background: linear-gradient(135deg, var(--sibmo-green), var(--sibmo-amber));
}

body.home-modern .centerenamad-temp {
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.home-modern .white-bg .footer {
  color: var(--sibmo-ink);
}

body.home-modern .sl-widget {
  letter-spacing: 0;
  border-radius: 18px;
  background: var(--sibmo-ink-2);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.sibmo-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease var(--reveal-delay, 0ms),
    transform 0.65s ease var(--reveal-delay, 0ms);
}

.sibmo-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .sibmo-reveal,
  .sibmo-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.home-modern .dollar-3d {
    animation: none;
  }
}

@media (max-width: 1080px) {
  body.home-modern .main {
    padding-top: 104px;
  }

  body.home-modern .main .top-holder {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 30px 34px;
  }

  body.home-modern .main .top-holder .right-holder .title {
    font-size: 52px;
  }

  body.home-modern .main .top-holder .left-holder {
    width: min(100%, 620px);
    margin: auto;
  }

  body.home-modern .middle-block-holder {
    align-items: stretch;
  }
}

@media (max-width: 825px) {
  body.home-modern .navbar {
    width: min(92%, 720px);
  }

  body.home-modern .live-donates {
    margin: 20px;
  }

  body.home-modern .full-donos-holder {
    margin: 20px;
  }

  body.home-modern .navbar .btns-hld {
    display: none;
  }

  body.home-modern .navy .mobile-navy {
    display: block;
    color: var(--sibmo-text);
  }

  body.home-modern .main {
    width: 92%;
    padding-top: 96px;
  }

  body.home-modern .main .top-holder {
    padding: 34px 20px 28px;
    border-radius: 26px;
  }

  body.home-modern .main .top-holder .right-holder .title {
    font-size: 42px;
  }

  body.home-modern .main .top-holder .right-holder .desc {
    font-size: 15px;
    line-height: 1.9;
  }

  body.home-modern .settlement-pill strong,
  body.home-modern .settlement-attention strong {
    font-size: 22px;
  }

  body.home-modern .dollar-3d {
    width: 86px;
    height: 86px;
    font-size: 56px;
  }

  body.home-modern .live-donates {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  body.home-modern .live-donates .donos {
    width: 100%;
  }

  body.home-modern .middle-block-holder {
    width: 92%;
  }
}

@media (max-width: 550px) {
  body.home-modern .navbar {
    min-height: 56px;
    border-radius: 20px;
  }

  body.home-modern .navbar .logo-hld {
    width: 132px;
  }

  body.home-modern .main .top-holder .right-holder .title {
    font-size: 36px;
  }

  body.home-modern .hero-cta {
    width: 100%;
  }

  body.home-modern .settlement-pill {
    justify-content: center;
    text-align: center;
  }

  body.home-modern .top-holder .left-arrow,
  body.home-modern .top-holder .right-arrow {
    top: auto;
    bottom: 18px;
  }

  body.home-modern .full-donos-holder {
    flex-direction: column;
  }

  body.home-modern .full-donos-holder .amount {
    font-size: 38px;
  }
}

/* Palette restore: keep the refreshed layout on the original dark Sibmo color range. */
body.home-modern {
  background: linear-gradient(-60deg, #0a0a0f 50%, #161620 50%), #0a0a0f;
  color: #e0e0e0;
}

body.home-modern::before {
  background-image: linear-gradient(
      rgba(99, 102, 241, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(99, 102, 241, 0.06) 1px, transparent 1px);
}

body.home-modern .navy.scrolled,
body.home-modern .navbar,
body.home-modern .leftside-menu,
body.home-modern .live-donates,
body.home-modern .sl-widget {
  background: rgba(10, 10, 15, 0.86);
  border-color: rgba(99, 102, 241, 0.2);
}

body.home-modern .main .top-holder {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.16), transparent 42%),
    linear-gradient(180deg, #161620 0%, #0a0a0f 100%);
  border-color: rgba(99, 102, 241, 0.24);
  border: none;
  overflow: unset;
}

body.home-modern .hero-kicker,
body.home-modern .contact-badge,
body.home-modern .about-badge {
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.14);
  border-color: rgba(99, 102, 241, 0.3);
}

body.home-modern .settlement-pill,
body.home-modern .hero-cta.primary,
body.home-modern .navbar .logregbox .btn.reg,
body.home-modern .prices-block .buy-button,
body.home-modern .prices-block .plan-block.special .buy-button,
body.home-modern .submit-btn-modern {
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.24);
}

body.home-modern .settlement-pill span {
  color: rgba(255, 255, 255, 0.72);
}

body.home-modern .settlement-attention {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.18),
    rgba(139, 92, 246, 0.14)
  );
  border-color: rgba(99, 102, 241, 0.3);
}

body.home-modern .settlement-attention strong {
  color: #c4b5fd;
}

body.home-modern .hero-cta.secondary,
body.home-modern .hero-points span,
body.home-modern .feature-card,
body.home-modern .contact-form-modern,
body.home-modern .contact-details-modern,
body.home-modern .social-modern {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

body.home-modern .dollar-3d {
  color: #f5f3ff;
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 42%, #8b5cf6 100%);
  box-shadow: inset -12px -14px 24px rgba(22, 22, 32, 0.34),
    inset 10px 10px 20px rgba(255, 255, 255, 0.18),
    0 22px 38px rgba(99, 102, 241, 0.28);
}

body.home-modern .dollar-3d::before {
  color: rgba(12, 12, 20, 0.42);
}

body.home-modern .white-bg {
  background: linear-gradient(180deg, #0a0a0f 0%, #161620 100%);
  color: #e0e0e0;
}

body.home-modern .middle-block-holder .right-cnt,
body.home-modern .middle-block-holder .other-cnt.full,
body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter,
body.home-modern .full-donos-holder,
body.home-modern .collapse,
body.home-modern .centerenamad-temp {
  background: linear-gradient(145deg, #1a1a24 0%, #0f0f16 100%);
  border-color: rgba(99, 102, 241, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

body.home-modern .middle-block-holder .right-cnt .upper,
body.home-modern .middle-block-holder .right-cnt .downer .bignums,
body.home-modern .middle-block-holder .right-cnt .downer .hezar,
body.home-modern .middle-block-holder .right-cnt .downer .bottomtxt,
body.home-modern .middle-block-holder .other-cnt .block-title,
body.home-modern .middle-block-holder .other-cnt .more-btn,
body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter,
body.home-modern .prices-block .top-block,
body.home-modern .prices-block .top-text,
body.home-modern .collapsible,
body.home-modern .podium-name,
body.home-modern .footer-name,
body.home-modern .chart-name,
body.home-modern .full-donos-holder .txt,
body.home-modern .white-bg .footer,
body.home-modern .white-bg .footer .txt-hld {
  color: #e0e0e0;
}

body.home-modern .full-donos-holder,
body.home-modern .full-donos-holder .amount {
  color: #818cf8;
}

body.home-modern .full-donos-btm-txt,
body.home-modern .collapse .content,
body.home-modern .about-description,
body.home-modern .contact-info-modern p {
  color: #a0a0a0;
}

body.home-modern .prices-block .top-text::after,
body.home-modern .gradient-text,
body.home-modern .stat-number {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.home-modern .prices-block .top-text::after {
  background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

body.home-modern .middle-block-holder .right-cnt .upper .logo-holder {
  background-color: unset;
}

body.home-modern .h-list .h-item,
body.home-modern .prices-block .plan-block.special,
body.home-modern .about-container-modern,
body.home-modern .contact-container-modern {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), transparent 36%),
    linear-gradient(145deg, #1a1a24 0%, #0f0f16 100%);
  border-color: rgba(99, 102, 241, 0.22);
}

body.home-modern .podium-bar,
body.home-modern .chart-bar {
  background: linear-gradient(180deg, #2a2a4a 0%, #1a1a2e 100%);
  border-color: rgba(99, 102, 241, 0.3);
}

body.home-modern .podium-link,
body.home-modern .footer-link {
  color: #818cf8;
}

body.home-modern .podium-footer-item {
  background: rgba(255, 255, 255, 0.05);
}

body.home-modern .top-holder .wpi.active,
body.home-modern .top-holder .wpi:hover {
  background: #6366f1;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.55);
}

/* Slim synchronized navbar refinement */
body.home-modern .navy {
  padding: 12px 0 !important;
  height: auto !important;
  max-height: 96px;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease,
    transform 0.35s ease, background 0.28s ease, border-color 0.28s ease,
    box-shadow 0.28s ease;
  will-change: max-height, transform, opacity;
}

body.home-modern .navy.scrolled {
  background: rgba(10, 10, 15, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

body.home-modern .navy.hidden {
  height: auto !important;
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

body.home-modern .navbar {
  direction: rtl;
  width: min(94%, 1320px);
  min-height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 1;
  transition: opacity 0.25s ease;
}

body.home-modern .navy.hidden .navbar {
  opacity: 0;
}

body.home-modern .navbar .logo-hld {
  flex: 0 0 150px;
  width: 150px;
  height: 42px;
  background-image: url("../img/nav-logo-long.png?v=3");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  filter: drop-shadow(0 8px 18px rgba(99, 102, 241, 0.24));
}

body.home-modern .navbar .btns-hld {
  direction: rtl;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 0;
  right: auto;
}

body.home-modern .navbar .btns-hld .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 11px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  color: rgba(224, 224, 224, 0.82);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transform: none;
}

body.home-modern .navbar .btns-hld .btn::after {
  content: "";
  position: absolute;
  right: 12px;
  left: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.home-modern .navbar .btns-hld .btn:hover,
body.home-modern .navbar .btns-hld .btn.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transform: none;
}

body.home-modern .navbar .btns-hld .btn:hover::after,
body.home-modern .navbar .btns-hld .btn.active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.home-modern .navbar .logregbox {
  flex: 0 0 auto;
  min-width: auto;
  margin-right: 10px;
  padding: 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  gap: 2px;
  display: inline-flex !important;
}

body.home-modern .navbar .logregbox .btn {
  min-height: 36px;
  padding: 7px 13px;
}

body.home-modern .navbar .logregbox .btn::after {
  display: none;
}

body.home-modern .navbar .logregbox .btn.reg {
  color: #fff;
  border-radius: 11px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  box-shadow: 0 10px 22px rgba(99, 102, 241, 0.24);
}

body.home-modern .navy .mobile-navy {
  direction: rtl;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  color: #e0e0e0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1060px) {
  body.home-modern .navbar .btns-hld .btn {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }
}

@media (max-width: 825px) {
  body.home-modern .navbar {
    justify-content: space-between;
  }

  body.home-modern .navbar .btns-hld {
    display: none;
  }

  body.home-modern .navy .mobile-navy {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  body.home-modern .contact-form-modern {
    padding: 0;
    border: unset;
    background: none;
  }

  body.home-modern .centerenamad-temp {
    margin: 20px;
  }
  body.home-modern .main .top-holder::before {
    border: none;
  }
}

@media (max-width: 825px) {
  body.home-modern .navbar .btns-hld,
  .navbar .btns-hld {
    display: flex !important;
    flex: 0 0 auto;
    margin: 0;
    gap: 0;
  }

  body.home-modern .navbar .btns-hld > .btn,
  .navbar .btns-hld > .btn {
    display: none !important;
  }

  body.home-modern .navbar .logregbox,
  .navbar .logregbox {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }

  body.home-modern .navbar .logregbox .btn,
  .navbar .logregbox .btn {
    display: inline-flex !important;
  }
}

/* Modern live donations */
body.home-modern .live-donates {
  --live-accent: #ff4778;
  --live-purple: #7667ff;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  min-height: 330px;
  margin: 72px auto 52px;
  padding: 10px;
  gap: 10px;
  overflow: hidden;
  direction: rtl;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: radial-gradient(
      circle at 7% 12%,
      rgba(118, 103, 255, 0.2),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 100%,
      rgba(255, 71, 120, 0.13),
      transparent 34%
    ),
    linear-gradient(135deg, #101425 0%, #090b14 62%, #111323 100%);
  box-shadow: 0 32px 80px rgba(13, 18, 38, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.05);
}

body.home-modern .live-donates::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

body.home-modern .live-donates__intro,
body.home-modern .live-donates__feed {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

body.home-modern .live-donates__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 19px;
}

body.home-modern .live-donates__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff85a6;
  font-size: 12px;
  font-weight: 800;
}

body.home-modern .live-donates__eyebrow i,
body.home-modern .live-donates__live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--live-accent);
  box-shadow: 0 0 0 6px rgba(255, 71, 120, 0.13);
  animation: liveDonatePulse 1.8s ease-out infinite;
}

body.home-modern .live-donates__intro h2 {
  margin: 14px 0 9px;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.25;
  letter-spacing: -1px;
}

body.home-modern .live-donates__intro p {
  max-width: 190px;
  margin: 0;
  color: #a7afc3;
  font-size: 13px;
  line-height: 2;
}

body.home-modern .live-donates__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

body.home-modern .live-donates__facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: #c8cede;
  font-size: 10px;
}

body.home-modern .live-donates__facts .material-icons {
  color: #8b80ff;
  font-size: 15px;
}

body.home-modern .live-donates__feed {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

body.home-modern .live-donates__feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
  direction: rtl;
}

body.home-modern .live-donates__feed-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.home-modern .live-donates__feed-head strong {
  color: #f7f8fc;
  font-size: 15px;
}

body.home-modern .live-donates__feed-head > div span {
  color: #858da2;
  font-size: 10px;
}

body.home-modern .live-donates__live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 71, 120, 0.17);
  border-radius: 99px;
  background: rgba(255, 71, 120, 0.09);
  color: #ff759a;
  font: 800 10px/1 Arial, sans-serif;
  letter-spacing: 0.8px;
}

body.home-modern .live-donates .donos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  min-height: 205px;
  gap: 10px;
  overflow: visible;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

body.home-modern .live-donates .dono-item {
  min-width: 0;
  margin: 0;
}

body.home-modern .live-donates .donos .live-donate {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 205px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.095),
    rgba(255, 255, 255, 0.028)
  );
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease,
    background 0.25s ease;
}

body.home-modern .live-donates .donos .live-donate::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 2px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--live-purple),
    var(--live-accent),
    transparent
  );
  opacity: 0.72;
}

body.home-modern .live-donates .donos .live-donate:hover {
  z-index: 2;
  border-color: rgba(139, 128, 255, 0.34);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.045)
  );
  transform: translateY(-6px);
}

body.home-modern .live-donates .donos .live-donate.partner {
  border-color: rgba(250, 204, 21, 0.25);
  background: linear-gradient(
    155deg,
    rgba(250, 204, 21, 0.12),
    rgba(255, 255, 255, 0.03)
  );
}

body.home-modern .live-donate .heading {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: none;
}

body.home-modern .live-donate .heading .first-section {
  align-items: flex-start;
  gap: 7px;
  direction: rtl;
}

body.home-modern .live-donate .heading .first-section .amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  min-width: 0;
  max-width: calc(100% - 49px);
  font: 800 clamp(13px, 1.15vw, 17px) / 1.45 "Vazirmatn", sans-serif;
  white-space: nowrap;
}

body.home-modern .live-donate .heading .first-section .amount small {
  margin-bottom: 2px;
  color: #858da2;
  font-size: 8px;
  font-weight: 600;
}

body.home-modern .live-donate .heading .first-section .amount-main {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  direction: ltr;
  max-width: 100%;
}

body.home-modern .live-donate .heading .first-section .amount-value {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
}

body.home-modern .live-donate .heading .first-section .amount.amount--large {
  font-size: clamp(11px, 0.95vw, 14px);
}

body.home-modern .live-donate .heading .first-section .amount.amount--xlarge {
  font-size: clamp(9px, 0.78vw, 12px);
}

body.home-modern .live-donate .heading .first-section .amount b {
  color: #59dfa0;
  font-size: 10px;
}

body.home-modern .live-donate .heading .first-section .av-holder {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

body.home-modern .live-donate .heading .first-section .av-holder::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 9px;
  height: 9px;
  border: 2px solid #181a29;
  border-radius: 50%;
  background: #35d68a;
}

body.home-modern .live-donate .heading .first-section .partner-logo {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 16px;
  height: 16px;
  margin: 0;
}

body.home-modern .live-donate .heading .second-section {
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
  direction: rtl;
}

body.home-modern .live-donate .heading .second-section .name-holder {
  width: 100%;
  max-width: none;
  color: #e9ebf3;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

body.home-modern .live-donate .heading .second-section .time-holder {
  width: auto;
  color: #858da2;
  font-size: 8px;
}

body.home-modern .live-donate > a {
  text-decoration: none;
}

body.home-modern .live-donate .payurl-holder {
  justify-content: flex-start;
  min-width: 0;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 8px;
}

body.home-modern .live-donate .payurl-holder .sibmo-holder {
  color: #737b90;
}

body.home-modern .live-donate .payurl-holder .page-holder {
  color: #aeb5c8;
}

body.home-modern .live-donates .donos .loadingdx {
  border-radius: 19px;
  background: rgba(12, 14, 25, 0.65);
}

body.home-modern .live-donate--skeleton::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 12px;
  opacity: 0.5;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.025) 30%,
    rgba(255, 255, 255, 0.09) 48%,
    rgba(255, 255, 255, 0.025) 66%
  );
  background-size: 240% 100%;
  animation: liveDonateSkeleton 1.7s linear infinite;
}

@keyframes liveDonatePulse {
  65%,
  100% {
    box-shadow: 0 0 0 12px rgba(255, 71, 120, 0);
  }
}

@keyframes liveDonateSkeleton {
  to {
    background-position: -240% 0;
  }
}

@media (max-width: 980px) {
  body.home-modern .live-donates {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 32px));
    margin-top: 54px;
  }

  body.home-modern .live-donates__intro {
    align-items: center;
    padding: 30px 26px 22px;
    text-align: center;
  }

  body.home-modern .live-donates__intro p {
    max-width: 520px;
  }

  body.home-modern .live-donates .donos {
    grid-template-columns: none;
    grid-auto-columns: minmax(170px, 34%);
    grid-auto-flow: column;
    padding-bottom: 7px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  body.home-modern .live-donates .dono-item {
    scroll-snap-align: start;
  }
}

@media (max-width: 600px) {
  body.home-modern .live-donates {
    width: calc(100% - 20px);
    margin: 38px auto 34px;
    padding: 7px;
    border-radius: 25px;
  }

  body.home-modern .live-donates__intro {
    padding: 25px 17px 18px;
  }

  body.home-modern .live-donates__intro h2 {
    margin-top: 11px;
    font-size: 32px;
  }

  body.home-modern .live-donates__intro p {
    font-size: 12px;
  }

  body.home-modern .live-donates__facts {
    justify-content: center;
    margin-top: 18px;
  }

  body.home-modern .live-donates__feed {
    padding: 17px 13px 13px;
    border-radius: 20px;
  }

  body.home-modern .live-donates__feed-head {
    margin-bottom: 14px;
  }

  body.home-modern .live-donates__feed-head > div span {
    display: none;
  }

  body.home-modern .live-donates .donos {
    grid-auto-columns: minmax(176px, 76%);
    gap: 9px;
  }

  body.home-modern .live-donates .donos .live-donate {
    height: 194px;
  }
}

/* Match the homepage information panels to the live-donation visual system. */
body.home-modern .middle-block-holder {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(190px, 0.68fr) minmax(280px, 1.05fr) minmax(
      360px,
      1.35fr
    );
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  min-height: 320px;
  margin: 0 auto 60px;
  padding: 10px;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: radial-gradient(
      circle at 92% 4%,
      rgba(118, 103, 255, 0.18),
      transparent 28%
    ),
    radial-gradient(circle at 8% 100%, rgba(255, 71, 120, 0.1), transparent 32%),
    linear-gradient(135deg, #101425 0%, #090b14 62%, #111323 100%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.05);
}

body.home-modern .middle-block-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

body.home-modern .middle-block-holder .right-cnt,
body.home-modern .middle-block-holder .other-cnt,
body.home-modern .middle-block-holder .other-cnt.full {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.home-modern .middle-block-holder .right-cnt,
body.home-modern .middle-block-holder .other-cnt.full,
body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

body.home-modern .middle-block-holder .right-cnt:hover,
body.home-modern .middle-block-holder .other-cnt.full:hover,
body.home-modern
  .middle-block-holder
  .other-cnt
  .priceblock-sincecounter:hover {
  border-color: rgba(139, 128, 255, 0.3);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

body.home-modern .middle-block-holder .right-cnt .upper,
body.home-modern .middle-block-holder .right-cnt .downer {
  margin: 22px;
}

body.home-modern .middle-block-holder .right-cnt .downer .bignums {
  color: #8b80ff;
  font-size: clamp(38px, 4vw, 52px);
  text-shadow: 0 0 24px rgba(118, 103, 255, 0.3);
}

body.home-modern .middle-block-holder .other-cnt .block-title {
  margin: 24px;
  color: #f7f8fc;
  font-size: 22px;
}

body.home-modern .middle-block-holder .other-cnt .more-btn {
  top: 24px;
  left: 24px;
  color: #9b91ff;
}

body.home-modern .middle-block-holder .other-cnt.last {
  grid-template-rows: 1fr auto;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-width: 0;
  gap: 10px;
}

body.home-modern .middle-block-holder .other-cnt .h-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  height: 100%;
  gap: 10px;
  min-height: 0;
}

body.home-modern .middle-block-holder .h-list .h-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 0;
  padding: 20px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 21px;
  background: linear-gradient(
    155deg,
    rgba(118, 103, 255, 0.18),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

body.home-modern .middle-block-holder .h-list .h-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #7667ff,
    #ff4778,
    transparent
  );
}

body.home-modern .middle-block-holder .h-list .h-item:hover {
  border-color: rgba(139, 128, 255, 0.32);
  background: linear-gradient(
    155deg,
    rgba(118, 103, 255, 0.25),
    rgba(255, 255, 255, 0.055)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}

body.home-modern .middle-block-holder .other-cnt .priceblock-sincecounter {
  padding: 18px 20px;
  color: #d9dce7;
}

@media (max-width: 980px) {
  body.home-modern .middle-block-holder {
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    width: min(720px, calc(100% - 32px));
  }
  body.home-modern .middle-block-holder .other-cnt.last {
    grid-column: 1/-1;
    min-height: 245px;
  }
}

@media (max-width: 650px) {
  body.home-modern .middle-block-holder {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    padding: 7px;
    border-radius: 25px;
  }
  body.home-modern .middle-block-holder .other-cnt.last {
    grid-column: auto;
    min-height: 0;
  }
  body.home-modern .middle-block-holder .right-cnt,
  .home-modern .middle-block-holder .other-cnt.full {
    min-height: 270px;
  }
  body.home-modern .middle-block-holder .other-cnt .h-list {
    grid-template-columns: 1fr;
  }
  body.home-modern .middle-block-holder .h-list .h-item {
    min-height: 135px;
    flex-direction: row;
    align-items: center;
  }
  body.home-modern .middle-block-holder .h-list .h-item .pic {
    height: 58px;
  }
}
