/*
Theme Name: Unipart 2025
Theme URI: https://www.unipart.com
Author: Unipart Group
Author URI: https://www.unipart.com
Description: Unipart Theme developed in 2025
Version: 1.0
*/
@import url('assets/css/styles.css');

.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}

.counter-block
{
    position: relative;
    overflow: hidden; /* Ensures the zoomed background doesn’t overflow */
    border-radius: 15px;
    border: 1px solid #dfe2e6;
    background: #f1f1f1;
    min-height: 460px;
    display: flex;
    align-items: flex-end; /* Position content at the bottom */
    justify-content: center;
}

.counter-block .counter
{
    font-weight: 600;
    display: inline-block;
    min-width: 50px; /* Prevents width jumping */
    font-weight: bold;
    font-size: 2em; /* Adjust size if needed */
}

.counter-block h4
{
    margin-bottom: 0px;
}

.counter-block .text-container
{
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(255, 255, 255, 0.75); /* Semi-transparent overlay for better readability */
    padding: 15px;
    position: absolute;
    width: 90%;
    left: 0px;
    bottom: 20px;
    font-size:  16px;
}
