.counter-wrapper {
    text-align: left; /* Align text to the left */
}

.counter-value {
    display: inline-block;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    color: #232323;
    letter-spacing: -0.04em;
    overflow: hidden;
}

.counter-inner {
    display: flex;
    width: 100%;
    margin-bottom: -0.26em;
}

.counter-content {
    position: relative;
    white-space: nowrap;
}

.counter-placeholder {
    visibility: hidden;
    display: block;
}

.counter-animated {
    font-size: 120px;
    font-weight: 900;
    color: #232323;
    display: block;
}

.counter-divider {
    width: 100%;
    height: 1px;
    background-color: #232323;
    margin: 0 0 21px 0;
    flex-shrink: 0;
}

.counter-label {
    font-size: 20px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5em;
    margin-top: 8px;
}

.section-tagline {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.section-title-large {
    font-size: 72px;
    color: #232323;
    font-weight: 900;
    line-height: 1.1;
}

.section-title-medium {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    margin-bottom: 1rem;
}

.section-paragraph {
    color: #444444;
    font-size: 20px;
    line-height: 1.6em;
}

#about-us {
    padding: 60px 0;
    background-color: #ebebeb;
}

.image {
    height: 500px;
    background-image: linear-gradient(to top, rgba(235, 235, 235, 1), rgba(235, 235, 235, 0)), url('../../images/about-us.jpg');
    background-size: cover;
    background-position: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-value,
    .counter-animated {
        font-size: 64px;
    }
    .counter-label {
        font-size: 16px;
    }
    .main-heading {
        font-size: 42px;
    }

    .section-subheading {
        font-size: 20px;
    }
    .section-title-large {
        font-size: 42px;
    }

    .section-title-medium {
        font-size: 20px;
    }
    .image {
        height: 150px;
    }
}

.swiper-slide {
    background: transparent;
    padding: 2rem;
    border-radius: 8px;
    min-height: 250px;
}

.feature-title {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.16em;
    letter-spacing: -0.02em;
    color: #232323;
}

.feature-description {
    color: #333;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.read-more {
    font-weight: bold;
    text-decoration: none;
    color: #e53935;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.read-more .dot {
    width: 8px;
    height: 8px;
    background-color: #e53935;
    border-radius: 50%;
}

.muted {
    color: #999;
}

.muted .read-more {
    color: #f4a9a9;
}

.muted .read-more .dot {
    background-color: #f4a9a9;
}
hr {
    height: 3px;
    border-top: 1px solid black;
}
