
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@400;500;700;900&display=swap');


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  
}

nav{
    height: 500%;
    background-color: #FFFFFF;
    box-shadow: 0px 14px 64px -4px #18274B1F;
    box-shadow: 0px 8px 22px -6px #18274B1F;
    padding: 0 5em 0 5em;
}

.brandlogo {
    height: 60px;
}

.userbutton{
    background-color: #04A454;
    color: #FFFFFF;
    border-radius: 50px;
    width: 160px;
    height: 40px;
    border: none;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.userbutton img{
    width: 16px;
    background-color: #04A454;
    color: #FFFFFF;
    font-weight: 500;
}

.logoutbutton{
  background-color: #dc3545;
  color: #FFFFFF;
  border-radius: 50px;
  width: 160px;
  height: 40px;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.ms-n5 {
    margin-left: -40px;
}

.navitems{
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 500;
}

.nav-item a:hover{
    border-bottom: 2px solid #04A454;
}


.nav-item a.active {
    border-bottom: 2px solid #04A454;
  }

  ul> li {
    padding-left: 40px;
  }


   .readmore:hover{
    background-color: #04A454;
  }

.main-section{
    display: flex;
    margin-bottom: 10px;
   }

.cardtext{
    font-family: "Vesper Libre", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    text-align: left;
    color: #000000;

}

.Published{
font-family: "Work Sans", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 16.42px;
text-align: left;
color: #4C4C4C;
margin-top: 20px;

}


.Featuredheader{
   
    text-transform: uppercase;
    font-weight: 600;
    font-family:"Work Sans", sans-serif;
    color:#000000;
    font-size: 30px;
    margin-bottom: 0rem;
}

.Featured-News{
    border-left: 3px solid #04A454;
    background-color: #FFFFFF;
    box-shadow: 0px 14px 64px -4px #18274B1F;
    box-shadow: 0px 8px 22px -6px #18274B1F;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
   
}

.Featuredheader-icon{
    color: #04A454;
}
/* Ensure icon visibility on hover */
.read-more-btn:hover i {
    visibility: visible;
    opacity: 1;
    color: inherit; /* Make sure the icon color doesn't change to something that blends into the background */
}

/* Optional - Change the button background on hover */
.read-more-btn:hover {
    background-color: #04A454; /* Or any color of your choice */
    color: white;
}

/* Optional - Customize the icon appearance */
.read-more-btn i {
    transition: color 0.3s, opacity 0.3s;
}


.BulletinNews{
    border-left: 3px solid #04A454;
    background-color: #FFFFFF;
    box-shadow: 0px 14px 64px -4px #18274B1F;
    box-shadow: 0px 8px 22px -6px #18274B1F;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    
}

.Bulletinheader{
    padding-left: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family:"Work Sans", sans-serif;
    color:#000000;
    font-size: 30px;
    margin-bottom: 0rem;
    padding: 7px 0px 7px 6px;
  
}

.BulletinNewsItem{
    font-family:"Work Sans", sans-serif;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px; 
    box-shadow: 0px 12px 42px -4px #18274B1F;
    box-shadow: 0px 8px 18px -6px #18274B1F;
    font-weight: 600;
    background-color: #04A454;
    color: #FFFFFF;
}

.BulletinNewsItem p{
    background-color: #04A454;
    padding-top: 14px;
}

.line{
    border-bottom: 0.2px solid #FFFFFF;
    margin: 2px 0px 2px 0px;
}

.Bulletin{
 color: #FFFFFF;
 background-color: #04A454;
 font-size: large;
 font-weight: 400;
}

.Bulletin-scroll {
  max-height: 200px; /* Adjust the height as per your layout */
  overflow-y: auto;  /* Enable vertical scrolling */
  padding-right: 10px; /* Optional: Ensure the scrollbar doesn’t overlap content */
  border-radius: 20px;
}

.Bulletin-scroll p {
  margin-bottom: 10px;
}

.Bulletin-scroll hr {
  margin: 10px 0;
}

/* Custom Scrollbar for WebKit Browsers (Chrome, Safari, Edge) */
.Bulletin-scroll::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
  border-radius: 20px;
}

.Bulletin-scroll::-webkit-scrollbar-thumb {
  background-color: #B3FED8; /* Color of the scrollbar thumb */
  border-radius: 20px; /* Rounded corners for scrollbar thumb */
  border: 0.2px solid #FFFFFF; /* Space around the thumb for better visibility */
}

.Bulletin-scroll::-webkit-scrollbar-track {
  background-color: #B3FED8; /* Background of the scrollbar track */
  border-radius: 20px;
}

/* Scrollbar for Firefox (limited support for styling) */
.Bulletin-scroll {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #B3FED8 #FFFFFF; /* Thumb color and track color */
  border-radius: 20px;
}

.footer {
    background-color: #04A454;
    padding: 30px 0;
    font-family: "Work Sans", sans-serif;
  }
  
  .footer p {
    color: #FFFFFF;
    background-color: #04A454;
  }
  
  .footerline {
    border: 1px solid #FFFFFF;
  }
  
  .small {
    width: 100px;
    border: 1px 0px 0px 0px;
  }
  
  .Big {
    width: 100%;
    max-width: 1180px;
    border: 1px 0px 0px 0px;
  }
  
  .reach {
    padding-top: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
  }
  
  .iconsFooter {
    padding: 12px 0px 28px 0px;
    background-color: #04A454;
    gap:10px;
  }
  
  
.iconsFooter a {
    display: inline-block;
    border-radius: 50%; /* Ensures the anchor is circular */
    width: 60px; /* Ensure the size fits the circle */
    height: 60px; /* Same height to ensure a perfect circle */
    background-color: #FFFFFF; /* White background for the circle */
    padding: 8px; /* Adds space around the icon inside the circle */
    text-align: center; /* Centers the image inside the circle */
}

.iconsFooter img {
    width: 100%; /* Make the image scale to fit inside the circle */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image circular */
    margin: 0 auto;
}
  
  .Copyright {
    padding-top: 18px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 21px;
  }
  
 
  @media (max-width: 576px) {
    
  }
  
@media (max-width: 576px) {
    .brandlogo {
      width: 100px; /* Adjust the logo size for mobile */
    }
    ul> li {
        padding-left: 0px;
    }
    .formbutton{
        flex-direction: column;
        gap:14px;
    }

    .reach {
        font-size: 1rem;
      }
    .iconsFooter{
        display: flex;
        flex-wrap: wrap;
    }
    
      .small {
        width: 70px;
      }
    
      .Big {
        width: 80%;
      }
    
      .Copyright {
        font-size: 0.75rem;
      }

      .navMobile{
        margin-left: -80px;
        margin-right: 0px;
        padding-right: 0px;
      }

      .iconsFooter a {
        display: inline-block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #FFFFFF;
        padding: 6px;
        text-align: center;
    }
  }
  
  @media (min-width: 768px) {
    .brandlogo {
      width: 150px; /* Adjust for tablet and above */
    }
  }
  