html, body, input, textarea, button {
    font-family: "Century Gothic", "CenturyGothic", "AppleGothic", Arial, sans-serif !important;
}

.link-primary {
    color: #c1121f !important;
}

img {
    width: 60px;
    height: 60px;
}

.card {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.menu-icon {
    background-color: white;
}

.aside {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-icon:hover {
    border: 2px solid #c1121f !important;
    transition: border 0.1s ease-in-out !important;
}

.footer {
    height: 10px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
}

.login-btn {
    font-size: 12px;
    text-align: center;
}

    .login-btn:hover {
        background-color: #f64e60 !important;
        color: white !important;
    }

.highlight-container {
    overflow: hidden; /* Ensure the content fits within the borders */
    width: 100%; /* Full width of the parent element */
    height: 700px;
    margin-top: 20px;
    margin-left: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}

.carousel-item {
    width: 100%; /* Full width of the container */
    height: 700px; /* Fixed height, or use 'height: auto;' for a responsive height */
    transform: scale(0.95); /* Slightly smaller when not active */
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
    .carousel-item.active {
        opacity: 1;
        transform: scale(1); /* Full size and visible when active */
    }

    .carousel-item img {
        width: 100%; /* Make image responsive */
        height: 700px; /* Make image cover the fixed height */
        object-fit: cover; /* Cover the area without losing aspect ratio */
        border-radius: 10px;
    }

.carousel-control-prev, .carousel-control-next {
    z-index: 2;
}


.announcement-container {
    width: 100%; /* Full width of its parent container */
    height: 700px; /* Fixed height */
    overflow: hidden; /* Hide overflow initially */
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}

.announcement-heading {
    font-weight: bold;
    padding-right: 5px;
    font-size: 20px;
}

.announcement-scrollable {
    height: calc(100% - 60px); /* Adjust height considering header height */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 15px; /* Padding for inner space */
}

    .announcement-scrollable .ann-card:last-child {
        margin-bottom: 0;
    }

.announcement-card {
    margin-bottom: 15px; /* Space between cards */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.announcement-card-text {
    font-size: 15px; /* Slightly smaller font size for content */
    margin-bottom: .5rem; /* Space below each paragraph */
}

.announcement-card-title {
    font-size: 1.5rem; /* Font size for announcement title */
    margin-bottom: .5rem;
    font-weight: bold;
}
.announcement-title-link {
    color: red; /* Set the color to red */
    text-decoration: none; /* Optional: Remove underline from the link */
}

    .announcement-title-link:hover {
        color: darkred; /* Darker red on hover for better UX */
        text-decoration: underline; /* Optional: Add underline on hover */
    }



.btn-viewall {
    background-color: #F64E60 !important;
    border-color: #F64E60 !important;
    width: 90px;
    height: 40px;
    font-size: 12px;
}

    .btn-viewall:hover {
        background-color: #ED1C24 !important;
    }

.ann-col {
    width: 100%;
}

.high-col {
    width: 100%;
}

.carousel-indicators li {
    list-style-type: none;
}

.btn-light-primary:hover {
    background-color: #283199;
}

.login-btn{
    border-radius: 10px;
}

.form-control{
    border-radius: 10px;
}

.btn-icon{
    border-radius:10px;
}