/* Celebrating 9 Years - Top Banner */
.sovWare__discount-banner--mega-deal {
  padding: 12px 0;
  background: linear-gradient(90deg, #10B981 0%, #0D9488 50%, #0891B2 100%);
  position: relative;
  overflow: clip;
}

.sovWare__discount-banner--mega-deal > .container {
  position: relative;
  pointer-events: auto;
  z-index: 2;
}

.sovWare__discount-banner .disc-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}

.sovWare__discount-banner .disc-close svg {
  width: 20px;
  height: 20px;
}

.sovWare__discount-banner__wrapper {
  display: flex;
  gap: 10px 24px;
  align-items: center;
  justify-content: center;
}

.sovWare__discount-banner__content {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.sovWare__discount-banner__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.sovWare__discount-banner__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.sovWare__discount-banner__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 50px;
  background: #F97316;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sovWare__discount-banner__btn .btn-claim-now {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.sovWare__discount-banner__btn .btn-claim-now:hover {
  opacity: 0.85;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 991.99px) {
  .sovWare__discount-banner__title {
    font-size: 17px;
  }
  .sovWare__discount-banner__subtitle {
    font-size: 14px;
  }
  .sovWare__discount-banner__badge {
    font-size: 12px;
    padding: 5px 14px;
  }
  .sovWare__discount-banner__btn .btn-claim-now {
    font-size: 14px;
  }
  .sovWare__discount-banner .disc-close {
    right: 10px;
  }
}

@media screen and (max-width: 767.99px) {
  .sovWare__discount-banner--mega-deal {
    padding: 10px 0;
  }
  .sovWare__discount-banner__wrapper {
    gap: 8px 16px;
    padding-right: 30px;
  }
  .sovWare__discount-banner__title {
    font-size: 15px;
  }
  .sovWare__discount-banner__subtitle {
    font-size: 13px;
  }
  .sovWare__discount-banner__badge {
    font-size: 11px;
    padding: 4px 12px;
  }
  .sovWare__discount-banner__btn .btn-claim-now {
    font-size: 13px;
  }
}

@media screen and (max-width: 575.99px) {
  .sovWare__discount-banner__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
  }
  .sovWare__discount-banner__content {
    flex: 0 0 100%;
    justify-content: center;
  }
  .sovWare__discount-banner .disc-close {
    right: 8px;
    top: 8px;
    transform: none;
  }
  .sovWare__discount-banner .disc-close svg {
    width: 16px;
    height: 16px;
  }
}

/* Deal Banner (pricing page) */
.mega-deal-pricing {
  position: relative;
  padding: 37px 0 43px;
  background-size: cover;
  background: linear-gradient(180deg, #8622BF 0%, #25147D 100%);
  overflow: hidden;
  z-index: 0;
}

.mega-deal-pricing__content .discount-countdown {
  margin: 24px 0 0;
}
.mega-deal-pricing__content .discount-countdown .discount-countdown-title {
  font-size: 18px;
  line-height: 23px;
  color: #e9eaff;
  margin: 0 0 10px;
}
.mega-deal-pricing__content .discount-countdown ul {
  gap: 16px;
  justify-content: center;
}
.mega-deal-pricing__content .discount-countdown li {
  width: 64px;
  height: 75px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  border-radius: 8px;
  color: #1749c9 !important;
  border: 1px solid #1749c9;
  background: #e9eaff;
}
.mega-deal-pricing__content .discount-countdown li span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #1749c9;
}
.mega-deal-pricing__content .discount-countdown li .loader-dot:nth-child(1) {
  background-color: #1749c9;
}

@media screen and (max-width: 575.99px) {
  .mega-deal-pricing__content .discount-countdown li {
    width: 50px;
    height: 65px;
    font-size: 30px;
    line-height: 30px;
  }
  .mega-deal-pricing__content .discount-countdown li span {
    font-size: 12px;
    line-height: 12px;
  }
}
