.jumbotron {
    position: relative;
    background: url('/images/1.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    clip-path: ellipse(80% 70% at 50% 30%);
    overflow: visible;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-text {
    background-color: #fbf012;
    color: #000;
    padding: 20px 70px;
    border-radius: 60%;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 3px solid white;

}


.announcement-card {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.announcement-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.announcement-content {
    padding: 20px;
    background-color: #f9f9f9;
}

.announcement-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #156294;
    margin-bottom: 10px;
}

.announcement-date {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.announcement-footer {
    background-color: #156294;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
}

.breadcrumb {
    background-color: #f8f9fa;
    /* Light gray */
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.bcrumb {
    color: #156294 !important;
}

.bcrumb-home:hover {
    color: #156294 !important
}

/* Scroll to top button */
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/
