/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.urgent-call {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
}

.urgent-call .btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 13px;
    flex-shrink: 0;
}

.c-border-bg {
    position: relative;
    z-index: 1;
    padding: 60px 0 80px;
}

.single-counter-box {
    text-align: center;
    margin-bottom: 30px;
}

.counter-number {
    font-size: 40px;
    color: #5b39c9;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
}

.single-counter-box h6 {
    font-weight: 500;
    color: #8392A5;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 30px 0 40px;
    text-align: center;
    font-size: 14px;
}

.copyright .container {
    text-align: center;
}

.copyright a {
    text-decoration: none;
}
