.bookkeeping-how-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    justify-items: center;
    /* CENTER ALIGNED */
    align-items: start;
    position: relative;
}
.bookkeeping-how-steps-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-items: center;
    /* CENTER ALIGNED */
    align-items: start;
    position: relative;
}
.bookkeeping-step {
    text-align: center !important;
    position: relative;
    width: 100%;
    max-width: 260px;
}
.bookkeeping-step-2 {
    text-align: center !important;
    position: relative;
    width: 100%;
    max-width: 260px;
}
/* NUMBER BOX */
.bookkeeping-step-icon {
    width: 80px;
    height: 80px;
    background: #eaf7ff;
    border: 1px solid #c5e8ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-size: 24px;
    font-weight: 300;
    /* margin: 0 auto; */
}

/* ARROW BETWEEN STEPS */
.bookkeeping-step-2::after {
    content: "";
    position: absolute;
    top: 34px;
    left: calc(6% + 65px);
    width: 253px;
    height: 30px;
    background-image: url(../image/home-page/center-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.bookkeeping-step::after {
    content: "";
    position: absolute;
    top: 34px;
    left: calc(6% + 65px);
    width: 196px;
    height: 30px;
    background-image: url(../image/home-page/center-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.bookkeeping-step:last-child::after {
    display: none;
}

/* TITLES */
.bookkeeping-step-title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #0c1c3c;
    text-align: left;
}

/* DESC */
.bookkeeping-step-desc {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #5b6473;
    text-align: left;
}




.bookkeeping-how-mobile {
    display: none;
}

/* MOBILE WRAPPER */
.bookkeeping-mob-step {
    display: flex;
    gap: 18px;
    /* margin-bottom: 38px; */
}

/* ICON + LINE */
.bookkeeping-mob-center-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bookkeeping-mob-icon-box {
    width: 70px;
    height: 70px;
    background: #eaf7ff;
    border: 1px solid #c5e8ff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookkeeping-mob-line {
    width: 70px;
    height: 80px;
    background-image: url("../image/home-page/center-arrow-phone.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* MOBILE TEXT */
.bookkeeping-mob-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c1c3c;
    margin-bottom: 6px;
}

.bookkeeping-mob-text p {
    font-size: 16px;
    line-height: 20px;
    color: #5b6473;
}
.bookkeeping-core {
    background-image: url("../image/service/core-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}

.bookkeeping-core-value-title {
    font-size: 55px;
    font-weight: 300;
}

.text-light-blue {
    font-weight: 700;
    background: linear-gradient(to right, #0891B2, #06B6D4, #00D3F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bookkeeping-core-value-sub {
    font-size: 18px;
    color: #dce8f4;
    margin-top: 24px;
}

/* GRID SAME LIKE serve-box WRAPPER */
.bookkeeping-core-value-grid {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 40px;
}

/* CARD — 100% SAME AS serve-card */
.bookkeeping-core-box {
    position: relative;
    border-radius: 14px;
    padding: 50px 24px 24px 24px;
    background: rgba(255, 255, 255, 0.12);
    /* only difference */
    border: 2px solid #468AAF;
    min-height: 115px;
    transition: 0.3s;
    text-align: left;
    backdrop-filter: blur(8px);
    width: 97%;
    margin-left: auto;
}

/* TOP TAB LIKE serve-tab */
.bookkeeping-core-tag {
    position: absolute;
    top: -22px;
    left: -18px;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    color: #0c1c3c;
}

/* ONLY DIFFERENCE: COLORS */
.bookkeeping-core-tag.blue {
    background: #C0EFFC;
}

.bookkeeping-core-tag.yellow {
    background: #ffe7a1;
}

.bookkeeping-core-tag.orange {
    background: #ffc8b3;
}

/* BODY TEXT SAME AS serve-body */
.bookkeeping-core-box p {
    font-size: 18px;
    line-height: 1.55;
    color: #eaf3ff;
}

.mt-80 {
    margin-top: 80px;
}

.b-card{
    display: flex;
    align-items: start;
    padding: 30px;
    border: #D8F4FD 2px solid;
    border-radius: 12px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.advance-payment{
    display: flex;
    align-items: center;
    justify-content: center;
}
.advance-payment-inner{
    display: flex;
    align-items: center;
}
.ms-cus{
    margin-left: 20px;
}
.sm-card {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    width: 100%;
}

/* Borders */
.b-yellow { border: 2px solid #FEF8EA; }
.b-blue   { border: 2px solid #D8F4FD; }
.b-orange { border: 2px solid #FFF0EA; }
.b-parpal { border: 2px solid #EBEBFE; }


/* -----------------------------------------
   RESPONSIVE – MOBILE / TABLET
----------------------------------------- */
@media (max-width: 992px) {
    .sm-card {
        padding: 18px;
        gap: 12px;
    }
     .sm-card-wrapper {
        padding: 0 5px;
        gap:10px;
    }
}

@media (max-width: 768px) {
    .sm-card {
        padding: 16px;
        gap: 10px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .sm-card-wrapper {
        padding: 0 12px;
        gap: 6px;
    }

    .sm-card {
        flex-direction: row;
        padding: 14px;
        font-size: 16px;
    }

    .icon-32 {
        width: 25px;
        height: 25px;
    }
    .bookkeeping-mob-step {
    display: flex;
    gap: 10px;
    /* margin-bottom: 38px; */
}
}

@media (max-width: 992px) {
    .advance-payment{
    display: block!important;
    justify-content: center;
    justify-content: center;
}
.advance-payment-inner{
    display: flex;
    align-items: center;
    justify-content: center!important;
}
.ms-cus{
    margin-left: 10px;
}
       .bookkeeping-how-steps {
        display: none !important;
    }
    .bookkeeping-how-steps-2{
        display: none !important;
    }

    .bookkeeping-how-mobile {
        display: block !important;
    }
.bookkeeping-core-box {
    position: relative;
    border-radius: 14px;
    padding: 30px 24px 24px 24px;
    background: rgba(255, 255, 255, 0.12);
    /* only difference */
    border: 2px solid #468AAF;
    transition: 0.3s;
    text-align: left;
    backdrop-filter: blur(8px);
    width: 100%;
    min-height: 174px;
}
.mt-60-md {
    margin-top: 40px;
}
.bookkeeping-core-tag {
    position: absolute;
    top: -22px;
    left: -17px;
    padding: 8px 10px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 8px;
    color: #0c1c3c;
}
}
@media (max-width: 576px) {
     .bookkeeping-core-box {
        width: 100%;
    }

.advance-payment-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
    .bookkeeping-core-tag {
        position: absolute;
        top: -22px;
        left: 0px!important;
        padding: 8px 10px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .mb-60 {
    margin-bottom: 30px;
}
.mt-80 {
    margin-top: 50px;
}
}

@media (max-width: 767px) {
    .mt-60-md {
        margin-top: 40px;
    }

    .mt-40-sm {
        margin-top: 40px;
    }
}