.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.tp-how-list li {
    display: flex;
    flex-direction: row;       /* force same line */
    align-items: center;       /* vertical alignment */
    gap: 12px;
    margin-bottom: 20px;       /* space between points */
}

.tp-how-list li:last-child {
    margin-bottom: 0;
}

.step-icon {
    color: #A5C488;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;            /* icon never wraps */
}

.tp-how-list li p {
    margin: 0;
    line-height: 1.6;
    display: inline-block;     /* keeps text inline */
}

/* Tablets */
@media (max-width: 991px) {
    .tp-how-steps-overlay {
        margin-left: 0 !important;
        margin-right: 0;
        max-width: 100%;
        padding: 30px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .tp-how-steps-overlay {
        padding: 24px !important;
        border-radius: 16px;
    }

    .tp-how-list li {
        align-items: flex-start;
    }

    .tp-how-list p {
        font-size: 14px;
    }
}



/* Space inside the white box */
.tp-how-steps-overlay {
    padding: 44px !important; /* 40px inner div spacing */
    max-width: 520px;
}

.tp-how-steps p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.tp-how-img img {
    object-fit: cover;
}

.tp-how-img-sm {
    padding: 70px;              /* inner padding */
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-how-img-sm img {
    max-width: 75%;             /* controls image size */
    height: auto;
}

.feature-item {
    display: flex;
    align-items: center;
}

.feature-item .icon {
    flex-shrink: 0;
}

.app-cta-wrap {
    background: linear-gradient(180deg, #ebebff 16.29%, #ebebff 84.71%);
}
.p-relative {
    position: relative;
}
.pt-120 {
    padding-top: 120px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.app-cta-thumb-1 {
    bottom: -1px;
    right: 12%;
    z-index: 22;
    position: relative;
}












/* GST Services */
.gst-services-section {
    background: #fff;
}

.gst-card {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

.gst-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.08);
}

.gst-card-content {
   position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    min-height: 208px;
    background: #fff;
    border-radius: 14px;
    padding: 30px !important;
    z-index: 2;
}

.gst-card-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gst-card-content ul {
    padding-left: 18px;
    margin: 0;
}

.gst-card-content ul li {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.gst-cta-box {
    background: #DDE3FF;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: center;
    justify-content: center;
}

.gst-cta-inner {
   width: 100%;
    max-width: 520px;
    padding: 27px 30px 0px !important;
}

.app-btn img {
    transition: transform 0.3s ease;
}

.app-btn:hover img {
    transform: translateY(-2px);
}

.tp-how-steps-overlay {
    padding: 44px !important;
    max-width: 672px;
}


/* Responsive fix */
@media (max-width: 768px) {
    .cta-user-img {
        position: static;
        margin-top: 20px;
    }
}

/* force parent layout */
.tp-how-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

/* force text container */
.tp-how-text {
    display: block !important;
    width: 100% !important;
}

/* main line */
.tp-how-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* sub-points */
.tp-how-subpoints {
    margin: 0 !important;
    padding-left: 18px !important;
    list-style: disc !important;
}

.tp-how-subpoints li {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}















/* Registration & Licenses */

@media (min-width: 1400px) {
    .container-1824 {
        max-width: 1824px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.p-relative {
    position: relative;
}
@media (min-width: 992px) {
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.rounded-3{
    width: 546PX;
    height: 320px;
}