.self-banner-cont{
    max-width:780px;
}
.self-color-text {
    color: #52b5f8;
}

.ssk-overview-section {
    background: #ffffff;
}

.ssk-overview-container {
    max-width: 1700px;
    padding-top: 40px;
    padding-bottom: 52px;
}

.ssk-overview-badge-wrap {
    margin-bottom: 24px;
}

.ssk-overview-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 101px;
    height: 26px;
    padding: 0 10px;
    border-radius: 9999px;
    background: #eff6ff;
    color: #2472da;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-overview-grid {
    display: grid;
    grid-template-columns: 335px minmax(0, 1fr);
    column-gap: 60px;
    align-items: center;
}

.ssk-overview-image-wrap {
    width: 335px;
    height: 335px;
    border-radius: 20px;
    overflow: hidden;
}

.ssk-overview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ssk-overview-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.ssk-overview-title {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-overview-title-highlight {
    color: #2472da;
}

.ssk-overview-text {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-family: Manrope-Regular;
}

.ssk-features-section {
    position: relative;
    overflow: hidden;
    background-image: url("../../../img/Product/self-service-payment-kiosk/titanhz-kiosk-features-section-background.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.ssk-features-shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.ssk-features-shape img {
    display: block;
    width: 100%;
    height: auto;
}

.ssk-features-shape-left {
    left: 0;
    top: 175px;
    width: 205px;
}

.ssk-features-shape-right {
    right: 0;
    top: 168px;
    width: 217px;
}

.ssk-features-container {
    max-width: 1440px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 80px;
}

.ssk-features-badge-wrap {
    margin-bottom: 22px;
}

.ssk-features-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    height: 28px;
    padding: 0 14px;
    border-radius: 9999px;
    background: #eff6ff;
    color: #2472da;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-features-title {
    margin: 0 0 36px;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-features-title-highlight {
    color: #2472da;
}

.ssk-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.ssk-feature-card {
    min-height: 262px;
    border: 1px solid #d2d4d6;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 22px 24px;
    text-align: center;
}

.ssk-feature-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ssk-feature-icon-image {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.ssk-feature-card-title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-feature-card-text {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.2px;
    font-family: Manrope-Regular;
}

.ssk-payment-flow-section {
    background: #ffffff;
}

.ssk-payment-flow-container {
    max-width: 1700px;
    padding-top: 40px;
    padding-bottom: 0;
}

.ssk-payment-flow-badge-wrap {
    margin-bottom: 26px;
}

.ssk-payment-flow-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    height: 28px;
    padding: 0 10px;
    border-radius: 9999px;
    background: #eff6ff;
    color: #2472da;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-payment-flow-title {
    margin: 0 0 46px;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-payment-flow-title-highlight {
    color: #2472da;
}

.ssk-payment-flow-track {
    max-width: 1460px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 58px 200px 58px 200px 58px 200px;
    justify-content: center;
    justify-items: center;
    align-items: start;
    column-gap: 80px;
}

.ssk-payment-step {
    position: relative;
    margin-top: 10px;
    width: 200px;
    min-height: 180px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border: 1px solid #d2d4d6;
    border-bottom: 0;
    text-align: center;
    padding: 34px 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ssk-payment-step.is-green { border-color: #15b574; }
.ssk-payment-step.is-teal { border-color: #31a6b0; }
.ssk-payment-step.is-sky { border-color: #0188e9; }
.ssk-payment-step.is-blue { border-color: #2465e9; }

.ssk-payment-step-icon-image {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 56px;
    height: 57px;
    object-fit: contain;
}

.ssk-payment-step-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.ssk-payment-step.is-green .ssk-payment-step-title { color: #15b574; }
.ssk-payment-step.is-teal .ssk-payment-step-title { color: #31a6b0; }
.ssk-payment-step.is-sky .ssk-payment-step-title { color: #0188e9; }
.ssk-payment-step.is-blue .ssk-payment-step-title { color: #2465e9; }

.ssk-payment-step-text {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Manrope-Regular;
}

.ssk-payment-step-no {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 29px;
    height: 29px;
    border-radius: 10px;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Manrope-Bold;
}

.ssk-payment-step.is-green .ssk-payment-step-no { background: #15b574; }
.ssk-payment-step.is-teal .ssk-payment-step-no { background: #31a6b0; }
.ssk-payment-step.is-sky .ssk-payment-step-no { background: #0188e9; }
.ssk-payment-step.is-blue .ssk-payment-step-no { background: #2465e9; }

.ssk-payment-flow-arrow {
    display: grid;
    place-items: center;
    align-self: center;
    margin-top: 0;
    height: auto;
}

.ssk-payment-flow-arrow-image {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

@media (max-width: 1452px) {
    .ssk-payment-flow-track {
        max-width: 1100px;
        grid-template-columns: 180px 38px 180px 38px 180px 38px 180px;
        column-gap: 26px;
    }

    .ssk-payment-step {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .ssk-features-title {
        font-size: 36px;
    }

    .ssk-payment-flow-track {
        grid-template-columns: repeat(2, minmax(220px, 260px));
        gap: 60px;
    }

    .ssk-payment-flow-arrow {
        display: none;
    }
    .self-banner-parent{
        height:400px;
    }
}

@media (max-width: 1023px) {
    .ssk-overview-container {
        padding-top: 28px;
        padding-bottom: 36px;
    }

    .ssk-overview-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .ssk-overview-image-wrap {
        width: min(335px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
    }

    .ssk-overview-title {
        font-size: 24px;
        line-height: 1.45;
    }

    .ssk-overview-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .ssk-features-container {
        padding-top: 30px;
        padding-bottom: 44px;
    }

    .ssk-features-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .ssk-features-grid {
        max-width: 640px;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
    }

    .ssk-features-shape-left {
        width: 120px;
        top: 240px;
    }

    .ssk-features-shape-right {
        width: 130px;
        top: 240px;
    }
}

@media (max-width: 767px) {
    .ssk-features-grid {
        grid-template-columns: 1fr;
        max-width: 335px;
    }

    .ssk-features-shape {
        display: none;
    }

    .ssk-payment-flow-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ssk-payment-flow-title {
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 1.4;
    }

    .ssk-payment-flow-track {
        grid-template-columns: 1fr;
        max-width: 280px;
    }
    .self-banner-parent{
        height:320px;
    }
}
