/* Add custom CSS styles below */ 
/* خلفية مغبشة */
#promoPopupOverlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.55);
display: none;
align-items: center;
justify-content: center;
z-index: 999999;
backdrop-filter: blur(4px);
}


/* صندوق البوب أب */
#promoPopupBox {
position: relative;
background: #fff;
padding: 30px;
border-radius: 18px;
width: 320px;
text-align: center;
box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}


#promoTimer {
font-size: 40px;
font-weight: bold;
margin-top: 10px;
}


#closePopup {
position: absolute;
top: 10px;
left: 10px;
background: #000;
color: #fff;
border: none;
padding: 8px 12px;
border-radius: 6px;
cursor: pointer;
font-size: 18px;
}