footer a{
	color: #fff581;
}
.floating-button {
    position: fixed; /* Fix the button in place */
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    z-index: 9999; /* Ensure the button stays on top of other content */
    border-radius: 50%; /* Make the button circular */
    width: 60px; /* Set the size of the button */
    height: 60px; /* Set the size of the button */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for visibility */
    cursor: pointer; /* Change cursor to pointer for better UX */
}
.footsi{
    background-image: url('../images/foots.jpg');
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Ensures the image doesn't repeat */
    width: 100%; /* Full width of the parent */
    height: 150px; /* Set the height you prefer */
}
.main{
    background-image: url('../images/wallss.jpg');
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Ensures the image doesn't repeat */
    width: 100%; /* Full width of the parent */
}
.green{
    background:#0d5515;
}
.green a:hover{
    font-weight: bold;
    color: #fff581;
}
.nav-link.active {
    background-color: #fff581 !important;
    color: #000 !important;
    border-radius: 5px; /* Optional for aesthetics */
    padding-left:10px;
}
.greeno{
    background:#0d5515;
    box-shadow: 0 4px 0px rgba(255, 245, 129, 0.2);
}
.yellow{
    background: #fff581;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.yellow a{
    text-decoration: none;
}
.yellow a:hover{
    font-weight: bold;
}
.border{
    border-right: #1e7c9a 3px Solid;
}
.up{
    position: relative;
    top;-30px;
}