/* === Counter Item Overlay Styles === */

/*.counter__item {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*}*/

/*.counter__item img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    border-radius: 10px;*/
/*    transition: transform 0.4s ease;*/
/*}*/

/* Overlay that sits on top of the image */
/*.counter__overlay {*/
/*    position: absolute;*/
    /*inset: 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 22px 0 0 160px;*/
/*    transition: background 0.3s ease;*/
/*}*/

/* Title */
/*.counter__overlay h3 {*/
/*    font-size: 22px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 10px;*/
/*}*/

/* Paragraph */
/*.counter__overlay p {*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    margin: 0;*/
/*    max-width: 90%;*/
/*}*/

/* Optional hover effect (subtle zoom & darker overlay) */
/*.counter__item:hover img {*/
/*    transform: scale(1.05);*/
/*}*/

/*.counter__item:hover .counter__overlay {*/
    /*background: rgba(0, 0, 0, 0.6);*/
/*}*/


/*@media(max-width: 576px){*/
/*    .counter__overlay h3{*/
/*        font-size: 16px;*/
/*    }*/
    
/*    h3{*/
/*        line-height: 0;*/
/*    }*/
    
/*    .counter__item{*/
/*        height: 130%;*/
/*    }*/
/*}*/

/*.bg-danger{*/
/*    background: #8a1e07;*/
/*}*/
/*.bg-blue{*/
/*    background: #0073c3;*/
/*}*/
/*.bg-green{*/
/*    background: #8d9e2b;*/
/*}*/

/*.counter__item-left img{*/
/*    width: 26rem;*/
/*    height: 13.1rem;*/
/*    object-fit: unset;*/
/*    border-radius: 10px 0px 0px 10px;*/
/*}*/

/*.counter__item-right{*/
/*    padding-left: 103px;*/
    /*margin-top: .5rem !important;*/
/*    margin-top: 1rem !important;*/
/*}*/

/*.counter__item-right{*/
/*    padding-left: 103px;*/
/*    margin-top: .5rem !important;*/
/*    color: white;*/
/*}*/

/*.counter__item-right h3{*/
/*    color: white;*/
/*}*/

/*.counter__item{*/
/*    padding: unset;*/
/*}*/