.banner-bg-six {
    padding-top: 160px !important;
    padding-bottom: 50px !important;
}

.features-bg-two {
    padding-top: 120px !important;
}

.fw-400 {
    font-weight: 400;
}

.banner-area-three .row {
    justify-content: center;
    /* centers the column */
}

.banner-area-three {
    text-align: center;
    padding: 160px 0 180px;
    /* Mobile-first */
}

/* ≥576px (sm) */
@media (min-width: 576px) {
    .banner-area-three {
        padding: 200px 0 200px;
    }
}

/* ≥768px (md) */
@media (min-width: 768px) {
    .banner-area-three {
        padding: 220px 0 220px;
    }
}

/* ≥992px (lg) */
@media (min-width: 992px) {
    .banner-area-three {
        padding: 250px 0 250px;
    }
}

/* ≥1200px (xl) */
@media (min-width: 1200px) {
    .banner-area-three {
        padding: 340px 0 340px;
    }
}

.about-img-wrap img.main-img {
    border-radius: 0 !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.tg-text-primary {
    color: var(--tg-heading-font-color) !important;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px
}

@media (max-width:880px) {
    .steps {
        grid-template-columns: 1fr
    }
}


.step-card {
    background: var(--card);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: transform .22s ease, box-shadow .22s ease
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.10)
}


.num {
    min-width: 100px;
    height: 100px;
    font-size: 100px;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--glass), #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--accent);
    border: 1px solid rgba(37, 99, 235, 0.12)
}


.step-meta {
    flex: 1
}

.step-title {
    margin: 0;
    font-size: 18px
}

.step-desc {
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.5
}


.cta-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px
}


.connector {
    display: none
}

@media(min-width:881px) {
    .connector {
        display: block;
        height: 2px;
        background: linear-gradient(90deg, var(--accent), transparent);
        position: relative;
        margin: -12px 0 24px
    }

    .connector::after {
        content: '';
        position: absolute;
        right: 0;
        top: -9px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18)
    }
}


.muted {
    color: var(--muted);
    font-size: 14px
}

.blog-area-four {
    padding: 100px 0 70px;
    padding-bottom: 200px;
}

.services-item-six {
    margin-left: 0px;
    margin-right: 0px;
}

.services-thumb-six img {
    filter: grayscale(0);
}
.text-offwhite {
    color: #e5e5e5 !important; /* light grey-white */
}
.text-greywhite {
    color: #dddddd !important;
}
.text-transform-none,
.header-top-btn a {
    text-transform: none !important;
}