.fact-newsletter {background: url(../Images/bg.jpg) 0 0/cover no-repeat;background-size: cover}
.fact-newslettera {background: url(../Images/npatt.png);padding: 40px 0 60px}
/* Section Base */
.kds-base-section {
  dispaly:block
}
#ac-wrapper {
  position: absolute;  
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;    
  background: rgba(0,0,0,.6);
  z-index: 999999;
  padding: 10px 0;   
}

/* Popup Box */
#popup {
  position: relative;
  max-width: 40vw;
  margin: 40px auto;    
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%; 
}

/* Image */
.popimg {
  width: 100%;
  height: auto;
  display: block;
}
/* Close Button */
.close-btn {
  position: absolute;
  top: -22px;
  right: -22px;
  background: red;
  color: #fff;
  font-size: 18px;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99999; 
}

/* mobile fix */
@media (max-width: 768px) {
#popup {
  position: relative;
  max-width: 84vw;
  margin: 20vh 8vw; 
  height: 100%;
}
.close-btn {
  position: absolute;
  top: -17px;
  right: -17px;
  background: red;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99999; 
}
  }
.anim1 {
  animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;   /* soft effect */
    color: #cc0000;
  }
}
