.news_and_events-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.news_and_events-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.news_and_events-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.news_and_events_main h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 3rem;

}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .news_and_events-link {
    max-width: 192px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .news_and_events-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .news_and_events-studio{
    color: white;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }


    /* section-one */

    .news_and_events_section_one{
      width: auto;
      height: 100%;
    }

    .news_and_events_name{
      width: 100%;
      display: flex;
      justify-content: center;
    
    }

    .custom-padding-head{
      padding-left: 8%;
      padding-right: 8%;
    }

    .news_and_events_name h2{
      text-align: center;
      font-size: 15px;
      color: white;
      background-color: rgb(34,153,170);
      padding: 20px;
      width: 1300px;
      margin-left: 0%;
      margin-top: 5%;
      letter-spacing: 5px;
    }

.news_event_image-container {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    background-color: #f1f1f1;
    border-radius: 2rem;
    margin: 0 auto;
}

.news_event_image {
    display: flex;
    gap: 2rem;
}

.news_event_image-container img {
    width: 80%;
    height: 80%;
    margin: 10% auto 0;
    border-radius: 2rem;
    display: block;
}


    .news_info {
      background-color: #18717D;
      width: 1000px; 
      height: auto;
      max-width: 1000px;
      border-radius: 20px;
      padding: 20px;
  }


    .news_full_info{
      display: flex;
      margin-top: 35px;
      gap: 20px;
    }
    
    .logo-mguif{
      display: flex;
      gap: 20px;
      margin-left: 50px;
    }

    .logo-mguif i{
      font-size: 25px;
      color: white;
    }

    .logo-mguif p{
      font-size: 20px;
      color: white;
    }

    .date-mguif{
      display: flex;
      gap: 20px;
    }

    .date-mguif i{
      font-size: 25px;
      color: white;
    }

    .date-mguif p{
      font-size: 20px;
      color: white;
    }

    .news_title h2{
      font-size: 1.8rem;
      font-weight: 500;
      margin-left: 50px;
      margin-top: 29px;
      color: white;
    }

    .news_paragraph p {
      font-size: 20px;
      margin-left: 50px;
      margin-top: 36px;
      color: #ffffff;
      font-weight: 300;
    }
    
    .read-more {
      color: #ffffff; /* Adjust color to match your design */
      font-weight: bold;
      text-decoration: none;
    }
    
    .read-more:hover {
      text-decoration: underline;
    }

    .custom-padding{
      padding-left: 10%;
      padding-right: 10%;
    }

    .visual-border-main{
      /* display: flex; */
      justify-content: center;
      align-items: center;
    }
    
    
    .visual-border {
      width: 100%;
      height: 2px;
      background-color: #000000;
      margin-top: 50px;
    }

    .container-fluid {
      padding-top: 70px;
  }

  /* pagiantion */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.page-btn {
    padding: 10px 15px;
    background-color: #18717D;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.page-btn:hover {
    background-color: #18717D;
}

.page-btn.active {
    background-color: #3ba7b5;
}

#prev-btn, #next-btn {
    font-weight: bold;
}

#prev-btn:disabled, #next-btn:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}



/* media queary */

@media (max-width: 768px) {
  .news_and_events_name h2 {
      font-size: 14px;
      width: 100%;
      margin-left: 0%;
  }

  .news_event_image {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
  }

  .news_info {
      width: 100%;
      max-width: 100%;
      padding: 15px;
      border-radius: 10px;
  }

  .news_full_info {
      align-items: center;
      justify-content: center;
      margin-top: 10px;
  }

  .logo-mguif, .date-mguif {
      justify-content: center;
  }

  .news_title h2 {
      font-size: 14px;
      text-align: center;
      margin-left: 0px;
      margin-top: 10px;
  }

  .news_paragraph p {
      font-size: 14px;
      margin-left: 0;
      margin-top: 20px;
      text-align: justify;
  }


  /* .news_event_image-container img{
      width: 250px;
      height: 250px;
      margin-left: 0px;
      border-radius: 20px;
      position: relative;
      top: 25px;
  }

  .news_event_image-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    border-radius: 20px;
  } */

  .logo-mguif {
    display: flex;
    gap: 20px;
    margin-left: 0px;
}


.visual-border-main{
  display: flex;
  justify-content: center;
  align-items: center;
}


.visual-border {
    width: 125%;
    height: 2px;
    background-color: #000000;
    margin-top: 115px;
}

.date-mguif p {
  font-size: 17px;
  color: white;
}
.date-mguif i {
  font-size: 20px;
  color: white;
}
.logo-mguif p {
  font-size: 16px;
  color: white;
}
.logo-mguif i {
  font-size: 20px;
  color: white;
}

.news_and_events_main h1 {
  font-size: 2rem;
}
.news_and_events-one .about-molecule-one{
  display: none;
}

.news_and_events-one .about-molecule-two{
   display: none;
}
}
    


/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .news_event_image-container {
        max-width: 250px;
        border-radius: 1.5rem;
    }

    .news_event_image-container img {
        width: 75%;
        margin: 12.5% auto 0;
        border-radius: 1.5rem;
    }
}

/* Media query for very small screens */
@media screen and (max-width: 480px) {
    .news_event_image-container {
        max-width: 250px;
        border-radius: 1rem;
    }

    .news_event_image-container img {
        width: 85%;
        margin: 15% auto 0;
        border-radius: 1rem;
        margin-top: 25px;
    }
}