.notification-box {
    position: fixed;
    top: 520px;
    right: 20px;
    background-color: rgba(24,105,117, 0.9);
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
  }
  
  .close-btn:hover {
    color: #ffffff;
  }
  
  .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider-item {
    display: none;
    padding: 15px;
    text-align: left;
  }
  
  .slider-item.active {
    display: block;
  }

  .date-box{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;

  }
  
  .date-month {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background-color: #2299aa; 
    padding: 10px;
    border-radius: 8px; 
    width: 100px;
  }
  
  .date {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  
  .month {
    color: #fff; 
    font-size: 14px; 
    text-transform: uppercase; 
    margin-top: 5px;
  }
  
  
  .notification-content {
    padding: 0;
  }
  
  .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px;
  }
  
  .description {
    font-size: 14px;
    text-align: center;
    color: #fcfcfc;
    margin: 0 0 10px;
  }
  
  .read-more {
    font-size: 14px;
    text-decoration: none;
    color: #0DD6F3;
    font-weight: bold;
    text-align: center;
  }

  .read-more-link{
    text-decoration: none;
    
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #D9D9D9;
  }
  
  .control-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
  }
  
  .control-btn:hover {
    color: #333;
  }
  
  .indicators {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .indicator.active {
    background-color: #2299aa;
  }

  .title-news h1{
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .notification-content {
    text-align: center; 
  }
  
  .notification-content .read-more {
    display: inline-block; 
    margin-top: 10px; 
  }
  
  .hr {
    border: 0; /* Remove the default border */
    height: 2px; /* Set the height of the line */
    background-color: #ffffff; /* Set the color of the line (change to your preferred color) */
    opacity: 0.6; /* Optional: You can adjust the opacity of the line */
    margin: 10px 0; /* Add some spacing around the line */
}


/* Notification second */

@media only screen and (max-width: 768px) {
    .notification-box {
        position: fixed;
        top: 422px;
        right: 20px;
        width: 220px;
        height: 220px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        z-index: 1000;
      }
      .title-news h1{
        color: white;
        font-size: 15px;
        margin-top: 10px;
        margin-left: 10px;
      }
      .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        z-index: 1001;
      }
      .hr {
        border: 0; /* Remove the default border */
        height: 2px; /* Set the height of the line */
        background-color: #ffffff; /* Set the color of the line (change to your preferred color) */
        opacity: 0.6; /* Optional: You can adjust the opacity of the line */
        margin: 0px 0; /* Add some spacing around the line */
    }
    .date-month {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        background-color: #ffffff; 
        padding: 10px;
        border-radius: 8px; 
        width: 80px;
      }

      .date {
        color: #2299aa;
        font-size: 17px;
        font-weight: bold;
      }
      
      .month {
        color: #2299aa; 
        font-size: 13px; 
        text-transform: uppercase; 
        margin-top: 0px;
      }
      .title {
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        margin: 0 0 10px;
      }
      .description {
        font-size: 8px;
        text-align: center;
        color: #fcfcfc;
        margin-bottom: 3px;
        margin-top: 3px;
      }
      .notification-content .read-more {
        display: inline-block; 
        margin-top: 1px; 
      }
      
}

@media only screen and (max-width: 320px) {
  .notification-box {
    position: fixed;
    top: 336px;
    right: 20px;
    background-color:#2299aa;
    width: 201px;
    height: 173px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
  }
  .title-news h1{
    color: white;
    font-size: 9px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    z-index: 1001;
  }
  .hr {
    border: 0; /* Remove the default border */
    height: 2px; /* Set the height of the line */
    background-color: #ffffff; /* Set the color of the line (change to your preferred color) */
    opacity: 0.6; /* Optional: You can adjust the opacity of the line */
    margin: 0px 0; /* Add some spacing around the line */
}
.date-month {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background-color: #ffffff; 
    padding: 10px;
    border-radius: 8px; 
    width: 60px;
  }

  .date {
    color: #2299aa;
    font-size: 13px;
    font-weight: bold;
  }
  
  .month {
    color: #2299aa; 
    font-size: 10px; 
    text-transform: uppercase; 
    margin-top: 0px;
  }
  .title {
    font-size:8px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px;
  }
  .description {
    font-size: 8px;
    text-align: center;
    color: #fcfcfc;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .notification-content .read-more {
    display: inline-block; 
    margin-top: 0px;
    font-size: 10px; 
  }
  .date-box{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 7px;

  }
  .slider-item {
    display: none;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1920px){
  .notification-box {
    position: fixed;
    top: 459px;
    right: 20px;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
  }
  
  .close-btn:hover {
    color: #ffffff;
  }
  
  .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider-item {
    display: none;
    padding: 15px;
    text-align: left;
  }
  
  .slider-item.active {
    display: block;
  }

  .date-box{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;

  }
  
  .date-month {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background-color: #2299aa; 
    padding: 10px;
    border-radius: 8px; 
    width: 100px;
  }
  
  .date {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  
  .month {
    color: #fff; 
    font-size: 13px; 
    text-transform: uppercase; 
    margin-top: 5px;
  }
  
  
  .notification-content {
    padding: 0;
  }
  
  .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px;
  }
  
  .description {
    font-size: 11px;
    text-align: center;
    color: #fcfcfc;
    margin: 0 0 10px;
  }
  
  .read-more {
    font-size: 14px;
    text-decoration: none;
    color: #0DD6F3;
    font-weight: bold;
    text-align: center;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #D9D9D9;
  }
  
  .control-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
  }
  
  .control-btn:hover {
    color: #333;
  }
  
  .indicators {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .indicator.active {
    background-color: #2299aa;
  }

  .title-news h1{
    color: white;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .notification-content {
    text-align: center; 
  }
  
  .notification-content .read-more {
    display: inline-block; 
    margin-top: 10px; 
  }
  
  .hr {
    border: 0; /* Remove the default border */
    height: 2px; /* Set the height of the line */
    background-color: #ffffff; /* Set the color of the line (change to your preferred color) */
    opacity: 0.6; /* Optional: You can adjust the opacity of the line */
    margin: 10px 0; /* Add some spacing around the line */
}
}

/* News Icon Styling */
#news-icon {
  position: fixed;
  bottom: 290px; /* Adjust to appear above notification box */
  right: 20px;
  background-color: #2299aa;
  color: white;
  border-radius: 50%;
  padding: 12px 14px;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

#news-icon:hover {
  background-color: #1b7f90;
}

/* News Bubble Styling */
.news-bubble {
  position: fixed;
  bottom: 300px; /* Adjust based on icon position */
  right: 70px;
  /* background-color: #ffffff; */
  color: #333;
  padding: 10px 15px;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  font-size: 14px;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.news-bubble.show {
  display: block;
  opacity: 1;
}

.news-bubble.hide {
  opacity: 0;
}

.news-content {
  background-color: #0a8d99;
  color: #fff;
  padding: 15px 20px;
  border-radius: 15px 15px 15px 5px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}

.news-content:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -26px; /* Position on the right side */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent transparent #0a8d99; /* Right-facing arrow */
}
