.theme-color{color:#ed3239}
.text-justify{text-align:justify}
.yellow-bg{background: #fcffe0;}
.orange-bg{background: #f2a900;color:#fff!important}
.blue-bg{background: #00b2a9;color:#fff!important}
.table-dark{--bs-table-bg: #ed3239;--bs-table-border-color: #ed3239;color:#fff;}
.home-slider #homPageSlider .carousel-image-wrapper {position: relative;}
.home-slider #homPageSlider .carousel-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5); z-index: 1;}
.home-slider #homPageSlider .carousel-caption {z-index: 2;}
.home-slider #homPageSlider .carousel-caption h5{color: #fff;font-weight: 700;text-shadow: 1px 1px #000000;}
.home-slider #homPageSlider .carousel-caption p{color: #fff;font-weight: 700;font-size: 23px;text-shadow: 1px 1px #000000;}
.home-slider #homPageSlider .carousel-caption .btn-b0{background-color: rgb(237 50 57);}
#awards-recognition h1{text-transform: uppercase;font-size: 36px;font-weight: 600;}
#awards-recognition .report-card {position: relative;background: #fff;border-radius: 10px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s; min-height: 420px; display: flex; flex-direction: column;justify-content: space-between;cursor: pointer;}
#awards-recognition .report-card:hover {transform: translateY(-5px);border-bottom:3px solid #ed3239;}
#awards-recognition .report-card img {width: 100%;border-radius: 10px 10px 0px 0px;}
#awards-recognition .report-title {font-weight: 500;font-size: 16px; padding: 25px 10px; text-align: center;}
#awards-recognition .owl-carousel .item .item-caption {background: #000000a6;padding: 20px 5px;color: #fff;text-transform: uppercase;font-weight: 700;position: absolute;left: 5%;top: 40%;width: 90%;}
#awards-recognition .report-card .award-year{position: absolute;top: 3px;right: 3px;background: #ed3239;color: #fff;padding: 2px 7px;font-weight: 700;border-radius: 10px;font-size: 14px;}
/** news page **/
.media-card {border-radius: 10px;background: #f8f9fa;border: none;}
.media-img {max-height: 80px;object-fit: contain;}
.media-title {font-size: 14px;font-weight: 600;color: #555;letter-spacing: 1px;}
.media-date {font-size: 13px;color: #777;margin: 10px 0;}
.read-more {font-size: 12px;font-weight: 600;color: #ed3239;text-decoration: none;}
.read-more:hover {text-decoration: none;}