.img-colom{
    height:50vh;
}
.off-popup-code{
    font-size: 10px;
    padding: 5px;
    border:1px dashed #000;
    color:#000;
    cursor:pointer; 
    user-select:all;
}
.off-popup-sub-title{
    font-size: 14px;    
}
.off-popup-title{
    padding:10px;
    font-size: 26px;    
}

.diwali-theme {
  /*position: fixed;*/
  top: 0; 
  left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* Garland (marigold top border) */
.garland {
  position: absolute;
  top: -15px;
  width: 100%;
  height: 80px;
  background: url('https://menteasia.com/assets/diwali/garland-new.png') repeat-x;
  background-size: contain;
}

/* Diyas */
.diya {
  position: absolute;
  bottom: 20px;
  width: 100px; height: 100px;
  background: url('https://menteasia.com/assets/diwali/Diya2.png') no-repeat center;
  background-size: contain;
}
.left-diya { left: 30px; }
.right-diya { right: 30px; }

/* Fireworks animation */
.firework {
  position: fixed;
  width: 120px; height: 120px;
  background: url('https://menteasia.com/assets/diwali/fire2.png') no-repeat center;
  background-size: contain;
  animation: explode 2s infinite ease-in-out;
  pointer-events: none; /* ensures it doesn’t block clicks */
   z-index: 0;
}
.firework1 { top: 100px; left: 20%; }
.firework2 { top: 150px; right: 20%; animation-delay: 1s; }
.firework3 { top: 200px; left: 50%; animation-delay: 1.5s; }
.firework4 { top: 500px; left: 40%; animation-delay: 2s; }
.firework5 { top: 600px; left: 80%; animation-delay: 2.5s; }

@keyframes explode {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
}

/* Floating flowers */
.flower {
  position: absolute;
  top: -50px;
  left: 20%;
  width: 60px; height: 60px;
  background: url('https://menteasia.com/assets/diwali/pngtree_golden-yellow-large-marigold-flower-front-view_21853007.png') no-repeat center;
  background-size: contain;
  animation: fall 8s linear infinite;
}
.flower2 { left: 50%; animation-delay: 2s; }
.flower3 { left: 75%; animation-delay: 4s; }

@keyframes fall {
  0% { transform: translateY(-100px) rotate(0); opacity: 1; }
  100% { transform: translateY(120vh) rotate(360deg); opacity: 0; }
}
.margin-on-offer-bar{
    padding-top:50px;
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 50%, #81C784 100%);
}

@media (max-width: 767.98px) {
    /*.modal-content-custom {
        max-width: 80%;
        margin: 0 auto;
    } */
    .img-colom{
        height:25vh;
    }
}