body {
    background-color: #eee;
    /* overflow-x: hidden; *//* commented by sama as horizantal bar not showing in Firefox*/
}


.trivandrum-image {
    /* width: 100vw; *//* commented by sama */
    width: 100%;
    height: 200px;
    margin-top: -30px;
    z-index: 10;
}

.announcements .scroll-text {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    animation: example1 30s linear infinite;
    -moz-animation: example1 30s linear infinite;
    -webkit-animation: example1 30s linear infinite;
    white-space: nowrap;
    font-weight: 600;
}

.image-container .col-md-3 > div {
    position: relative;
    padding-top: 50.66%;
    padding-bottom: 16%;
    /* Desired aspect ratio (e.g., 4:3 -> 75%) */
    transition: transform 0.3s ease;
}

.image-container > div {
    padding: 0;
}

.image-container > div:hover {
    z-index: 3;
    background-color: palevioletred;
    padding: 10px;
    display: inline-block;
}

.image-container > div:hover .dis {
    display: inline-block;
    z-index: 3;
    padding: 10px;
}

p {
    line-height: 1;
}

.image-div{
    min-height:200px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.811));
    display: flex;
    align-items: end;
    padding:15px;
    cursor: pointer;
}



.custom-card {
    background-color: #bdbdbd;
    height: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
}

.custom-card:hover {
    background-color: #007bff;
    color: #fff;
    height: 260px;
    width: 260px;
    font-weight: 1.2em;
}

.item-container {
    width: 100%;
}

.item-container h3 {
    font-weight: 700;

}

.item-container p {
    width: 200px;
    align-self: flex-start;
    background-color: rgb(23, 23, 23);
    height: 1px;
}

.square {
    height: 200px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e1e1e1;
    font-size: 1.2em;
    font-weight: 700;
    padding-left:20px;
}

.arrow-item {
    display: flex;
    margin-bottom: 25px;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 100Px solid transparent;
    border-bottom: 100px solid transparent;
}

.bg-green {
    background-color: #006838;
}

.border-left-green {
    border-left: 50px solid #006838;
}

.bg-yellow {
    background-color: #f7941d;
}

.border-left-yellow {
    border-left: 50px solid #f7941d;
}

.bg-orange {
    background-color: #be1e2d;
}

.border-left-orange {
    border-left: 50px solid #be1e2d;
}

.bg-red {
    background-color: #be1e2d;
}

.border-left-red {
    border-left: 50px solid #be1e2d;
}

.stages-items {
    display: flex;
    /* justify-content: center; */
    padding-top: 30px;
}





.desc-display {
    display: none;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 450px) {
    .constituency-block > div .d-flex {
      display: block !important;
    }
    .constituency-block > div .d-flex p {
        text-align: center;
    }
    .dept-block > div .d-flex {
      display: block !important;
    }
    .dept-block > div .d-flex p {
        text-align: center;
    }
}


.fundinfo {
    /* height: 50px; */
    width: 260px;
    display: flex;
    margin: 1px;
    border-radius: 5px;
    transition: 0.2s;
}

.p-5 {
    padding-bottom: 0px !important;
}


hr {
    width:250px;
    opacity: 1 !important;
    border-bottom: 1px solid !important;
}

