body {
    font-family: 'Rubik', sans-serif !important;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 33px;
}

.about-title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    color: #011954;
    margin-bottom: 20px;
}

.counter-section {
    margin-top: 60px;
    text-align: center;
}

.counter-item {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgb(0 0 0 / 0.12);
}

.counter-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fD7959;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}

.counter-number span.plus {
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
    margin-left: 4px;
}

.counter-icon {
    font-size: 3.5rem;
    color: #fD7959;
    margin-bottom: 15px;
}

.counter-text {
    font-size: 1.15rem;
    color: #000;
    font-weight: 500;
}

#google-reviews {
    margin-top: 60px;
}

#hide {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: transparent;
    background-color: white;
}

#hide a {
    background-color: #fff;
    padding: 1rem;
}

.dNtlyB {
    display: none;
}

@media screen and (min-width: 820px) and (max-width: 1024px) {
    .counter-section {
        margin-top: 50px;
    }
}