<button class="cybersecurity-alert-close-button" aria-label="Close pop up">X</button>
<h2 class="bright-sea-green">Important alert for customers</h2>

<p>We’ve been alerted to a scam targeting electricity customers countrywide. Fraudulent WhatsApp messages are being circulated, with suspicious/fake links and asking for eKYC details.</p>

<div class="caution-details-wrapper">
<p class="cautious-title">Please stay cautious</p>
<ul>
<li>We never ask for OTP, bank details or password via WhatsApp, SMS, calls, or email.</li>
<li>Do not click any unknown or suspicious links, these may compromise your phone and personal data.</li>
<li>Do not share any personal or financial information in response to any such messages.</li>
</ul>
</div>
<div class="aware-details-wrapper">
<p class="aware-title bright-sea-green">Stay safe and aware</p>
<ul>
<li>Connect only through the official Tata Power communication channels</li>
<li>If something feels suspicious or unauthorised transactions occur, immediately call 1930 or report on the National Cybercrime Portal.</li>
<li>For your safety, download our app only from the official Google Play Store or Apple Appstore. If you receive a link to download our app from any other source, do not click it – it may be a scam.</li>
</ul>
</div>

<p class="tp-font--h2 bright-sea-green p-t-40">Stay Official, Stay Safe.</p>


<style>
#cybersecurity-alert-wrapper {
    background: #000000b0;
    float: unset;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#cybersecurity-alert-wrapper .embed {
    background: #011210;
    padding: 3pc 7%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90vh;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 1200px;
    background-size: cover;
}
#cybersecurity-alert-wrapper h2 {
    font-size: 2pc;
    line-height: 1;
    margin-bottom: 40px;
    color: #202020;
    font-family: Syne, sans-serif;
    font-weight: 600;
}
#cybersecurity-alert-wrapper p, #cybersecurity-alert-wrapper ul {
  font-size: 21px;
  line-height: 1.5;
  color: #F8F5EC;
  font-weight: 400;
  font-family: Outfit, sans-serif;
  margin-bottom: 24px;
}
.caution-details-wrapper ul {
    padding-right: 0;
}
#cybersecurity-alert-wrapper .cautious-title, #cybersecurity-alert-wrapper .aware-title {
  color: #EE3333;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-left: 3pc;
}
.cautious-title:before {
    content: '';
    background-image: url(https://www.tatapower.com/content/dam/tatapoweraemsitesprogram/tatapower/logos/cautious-icon.svg);
    position: absolute;
    top: -3px;
    left: -50px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
}
.aware-title:before {
    content: '';
    background-image: url(https://www.tatapower.com/content/dam/tatapoweraemsitesprogram/tatapower/logos/safe-icon.svg);
    position: absolute;
    top: -3px;
    left: -50px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
}
.cautious-title::after {
    display: none;
}


#cybersecurity-alert-wrapper ul {
    list-style: unset;
    margin-left: 3pc;
}
.cybersecurity-alert-close-button {
    color: #F8F5EC;
    font-family: Syne, sans-serif;
    font-weight: 600;
    position: absolute;
    right: 1pc;
    top: 1pc;
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: 0.5s ease-in-out;
    background : none;
}
.cybersecurity-alert-close-button:hover {
  background: #F8F5EC;
  color: #202020;
  border: 2px solid #202020;
}


/* scrollbar */
/* width */
#cybersecurity-alert-wrapper .embed::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#cybersecurity-alert-wrapper .embed::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* Handle */
#cybersecurity-alert-wrapper .embed::-webkit-scrollbar-thumb {
  background: #F8F5EC;
  border-radius: 5px;
}

@media (min-width: 991px) {
#cybersecurity-alert-wrapper h2 {
    font-size: 3pc;
    line-height: 1;
}
.cautious-title::after {
    content: '';
    background: url(https://www.tatapower.com/content/dam/tatapoweraemsitesprogram/tatapower/logos/alert-icon.png);
    width: 260px;
    height: 230px;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.caution-details-wrapper ul {
    padding-right: 25%;
}
#cybersecurity-alert-wrapper .cautious-title, #cybersecurity-alert-wrapper .aware-title {
  margin-left: 0;
}
}
</style>