  .eteeapheroimage{



 background: url('/upload/banners/eteeap-cover.jpg') center center / cover no-repeat !important;
  width: 100%;
  min-height: 100vh;   /* FULL SCREEN */



  
}


.eteeapbgcolor{
  background-color: #cfcfcf !important;



  
}



.announcement {
    background-color: #710e1d; !important
    color: #ffffff; !important
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    position: relative;
    text-align: center;
}

/* Text + link */
.announcement a {
    color: #fff;
    font-size:15px;
    font-weight: bold;
    text-decoration: underline;
}

/* Close button */
.close-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .announcement {
        font-size: 14px;
        padding: 10px 30px 10px 10px;
        text-align: left;
    }

    .close-btn {
        top: 8px;
        right: 8px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .announcement {
        font-size: 13px;
        line-height: 1.4;
    }
}

