.elementor-3543 .elementor-element.elementor-element-0dccd38{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ed8601 *//*.promo-heading{*/
/*    font-size: 45px;*/
/*    color: #006ac6;*/
/*    margin-bottom: 8px;*/
/*    font-weight: bold;*/
/*}*/
.ramadan-promo {
  position: relative;
  padding: 35px 30px;
  text-align: center;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  border-radius: 14px;
  /*max-width: 420px;*/
  margin: auto;
}

.promo-subtitle {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a5fd0;
  margin-bottom: 8px;
}

.promo-title {
  font-size: 36px !important;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #111;
}

.promo-product {
  max-width: 200px !important;
  width: 100%;
  margin: 15px auto;
}

.promo-features {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  text-align: left;
  display: inline-block;
}

.promo-features li {
  margin-bottom: 8px;
  font-size: 15px;
}

.countdown-wrapper {
  margin: 20px 0;
}

.countdown-title {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

.countdown {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.countdown span {
  background: #ffffff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 18px;
  min-width: 120px;
}

.countdown strong {
  display: block;
  font-size: 30px;
  color: #1a5fd0;
}

.promo-btn {
  display: inline-block;
  background: #1a5fd0;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.promo-btn:hover {
  background: #134bb0;
}

.promo-note {
  font-size: 12px;
  color: #777;
  margin-top: 12px;
}

/* Badges */
.badge {
  position: absolute;
  top: 15px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
}

.badge-left {
  left: 15px;
  background: #16a34a;
}

.badge-right {
  right: 15px;
  background: #dc2626;
}
/* Gold folded-edge corner ribbon */
.corner-banner {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 15;
}

.corner-banner span {
  position: absolute;
  display: block;
  width: 180px;
  padding: 10px 0;
  background: #e91313;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
  top: 22px;
  right: -52px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Fold detail (bottom triangle) */
.corner-banner span::before,
.corner-banner span::after {
  content: "";
  position: absolute;
  border-style: solid;
}

/* Bottom left fold */
.corner-banner span::before {
  border-width: 10px 10px 0 0;
  border-color: #b58821 transparent transparent transparent;
  bottom: -10px;
  left: 0;
}

/* Bottom right     fold */
.corner-banner span::after {
  border-width: 0 10px 10px 0;
  border-color: transparent #b58821 transparent transparent;
  bottom: -10px;
  right: -10px;
}/* End custom CSS */