/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fafbfc;
    color: #fff;
    transition: background-color 0.3s ease;
}

/* Store & Brand Management Service Section */
.sbm-section {
    width: 100%;
    margin: 4rem 0 2rem 0;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 1 0 auto;
    min-height: unset;
}

.sbm-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3.5rem;
    box-sizing: border-box;
    gap: 2rem;
}

.sbm-title {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: left;
    line-height: 1.2;
}

.sbm-title a {
    color: #82B741;
}

.sbm-cards {
    display: flex;
    gap: 1rem;
    padding: 0 1.5rem;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 2.5rem;
}

.sbm-card {
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    width: 380px;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s, border 0.2s;
    padding: 0.5rem;
}

.sbm-card-img-1 {
    min-height: 240px;
    max-height: 240px;
    border-radius: 1.75rem;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url('/assets/img/ASSET-1101.webp') center/cover no-repeat;
}

.sbm-card-img-2 {
    min-height: 240px;
    max-height: 240px;
    border-radius: 1.75rem;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url('/assets/img/ASSET-1201.webp') center/cover no-repeat;
}

.sbm-card-img-3 {
    min-height: 240px;
    max-height: 240px;
    border-radius: 1.75rem;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url('/assets/img/ASSET-1301.webp') center/cover no-repeat;
}

.sbm-card-img-btn {
    display: none;
}

.sbm-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1.2rem;
    position: relative;
}

.sbm-card-row {
    display: flex;
    align-items: flex-end;
    gap: 0.7rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.sbm-card-grid {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
}

.sbm-card-num {
    font-size: 3.5rem;
    font-weight: 700;
    color: #9e9e9e;
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1;
    text-align: left;
}

.sbm-card-heading {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #284d7f;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 0.1rem;
    text-align: left;
    margin-top: 0.25rem;
}

.sbm-list {
    margin: 1rem 0 2.5rem 1rem;
    color: #444444;
    font-size: 1rem;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    text-align: left;
    padding: 0;
}

.sbm-list li {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.sbm-list li::marker {
    font-size: 0.75em;
}

.sbm-card-btn {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    border-radius: 1rem;
    transition: transform 0.15s;
    z-index: 2;
}

.sbm-card-btn img {
    margin-left: 80%;
    width: 20%;
    height: auto;
    rotate: 180deg;
}

.sbm-desc {
    color: #444444;
    font-size: 1.25rem;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 2.5rem 0;
    width: 80%;
}

/* Fulfillment Section Style */
.fulfillment-section {
    background: #284d7f;
    padding: 4.5rem 2.5rem;
    margin: 0;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fulfillment-container {
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.fulfillment-left {
    flex: 1.1;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fulfillment-top {
    max-width: 100%;
}

.fulfillment-title {
    color: #82B741;
    font-size: clamp(2rem, 2vw, 2.5rem);
    font-weight: 700;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 0;
    text-align: right;
}

.fulfillment-subtitle {
    display: flex;
    gap: 1rem;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.25rem);
    font-weight: 500;
    margin-bottom: 1.2rem;
    margin-top: 0;
    font-family: 'Poppins', Arial, sans-serif;
}

.fulfillment-subtitle img {
    width: clamp(9rem, 2vw, 11.5rem);
    height: auto;
}

.fulfillment-img {
    width: 100%;
    max-width: 35.5rem;
    border-radius: 1.2rem;
    object-fit: contain;
}

.fulfillment-stats {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    margin-top: 1.5rem;
}

.fulfillment-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.stat-number {
    font-size: 5.75rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
}

.fulfillment-right {
    flex: 1.2;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-top: 1.2rem;
}

.fulfillment-desc {
    font-size: 1.25rem;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.2rem;
    color: #fff;
}

.fulfillment-list {
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
}

.fulfillment-list li {
    line-height: 1.5;
}

.fulfillment-header-group {
    width: 520px;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fulfillment-top-list {
    display: none;
}

.fulfillment-title,
.fulfillment-subtitle {
    width: 100%;
    text-align: left;
}

/* Product Handling Section */
.ph-section {
    width: 100%;
    padding: 3.8rem 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ph-container {
    max-width: 1300px;
    width: 100%;
    padding: 0 2.5rem;
}

.ph-title {
    color: #284d7f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}

.ph-contents {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ph-labels {
    width: 19%;
    color: #82b741;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.55rem);
    font-weight: 700;
    text-align: left;
    line-height: 1.1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.ph-label {
    height: 75px;
    display: flex;
    align-items: flex-end;
}

.ph-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ph-steps {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ph-step {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: clamp(100px, 125px, 150px);
}

.ph-step img {
    width: 75px;
    height: 75px;
}

.ph-step-title {
    padding-top: 0.25rem;
    color: #444444;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(0.75rem, 1rem, 1.25rem);
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-top: 0;
}

.ph-step-title-list {
    padding-top: 0.15rem;
    font-size: clamp(0.6rem, 0.85rem, 1.1rem);
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.ph-step-title-list ul li::marker {
    font-size: 0.75em;
}

.ph-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 17.5px;
}

/* Coverage Section */
.coverage-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.coverage-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/img/Asset 2.webp') center center/cover no-repeat;
    z-index: 1;
}

.coverage-overlay {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 3.5rem auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(40, 77, 127, 0.10);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 2.5rem 2.5rem;
    gap: 2.5rem;
}

.coverage-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 210px;
}

.coverage-title {
    color: #284d7f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(2.5rem, 2vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

.coverage-arrow {
    margin-top: 0.5rem;
    width: clamp(70px, 1vw, 90px);
    height: auto;
}

.coverage-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 0.75rem;
}

.coverage-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.coverage-number {
    color: #82b741;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.coverage-item:last-child .coverage-number {
    min-width: 200px;
}

.coverage-label {
    color: #444;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.3rem;
    text-align: left;
    min-width: 110px;
}

/* Coverage Modal */
.coverage-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
}

.coverage-modal[style*="display: flex"] {
    display: flex !important;
}

.coverage-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 77, 127, 0.45);
    z-index: 1;
    cursor: pointer;
}

.coverage-modal-content {
    position: relative;
    border-radius: 2rem;
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    overflow: hidden;
}

.coverage-modal-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 95vh;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(40, 77, 127, 0.10);
    z-index: 1;
}

.coverage-modal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #284d7f;
    cursor: pointer;
    z-index: 3;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    transition: background 0.15s;
}

.coverage-modal-close:hover {
    background: #f2f6fa;
}

.coverage-modal-bottom {
    position: absolute;
    right: 8%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
    pointer-events: auto;
    background: none;
}

.coverage-modal-title {
    color: #284d7f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.7);
}

.coverage-modal-content {
    position: relative;
}

/* Tablet view (max-width: 1024px) */
@media (max-width: 1200px) {

    /* Store & Brand Management Service Section */
    .sbm-section {
        margin: 4rem 0 1rem 0;
    }

    .sbm-container {
        padding: 0 1rem;
    }

    .sbm-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .sbm-cards {
        padding: 0;
    }

    .sbm-card {
        min-height: 0;
    }

    .sbm-card-img-1,
    .sbm-card-img-2,
    .sbm-card-img-3 {
        min-height: 220px;
        max-height: 220px;
    }

    .sbm-card-content {
        padding-top: 0.75rem;
    }

    .sbm-card-grid {
        gap: 0.75rem;
    }

    .sbm-card-num {
        font-size: 3rem;
    }

    .sbm-card-heading {
        font-size: 1.25rem;
    }

    .sbm-list {
        margin: 1rem 0 2rem 1rem;
        font-size: 0.85rem;
    }

    .sbm-list li {
        margin-bottom: 0.25rem;
    }

    .sbm-last-list {
        max-width: 81%;
    }

    .sbm-desc {
        font-size: 1rem;
        margin-top: 1rem;
        width: 70%;
    }

    /* Fulfillment Section Style */
    .fulfillment-container {
        gap: 1rem;
    }

    .fulfillment-header-group {
        padding-right: 0;
    }

    .stat-number {
        font-size: 4.55rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    .fulfillment-desc {
        font-size: 1.15rem;
    }

    .fulfillment-list {
        font-size: 1.15rem;
    }

    /* Product Handling Section */
    .ph-container {
        padding: 0 1rem;
    }

    .ph-labels {
        font-size: 1.5rem;
    }

    /* Coverage Section */
    .coverage-section {
        min-height: 80vh;
    }

    .coverage-overlay {
        padding: 2rem 2rem;
        gap: 5vw;
    }

    .coverage-left {
        min-width: 130px;
    }

    .coverage-title {
        font-size: 2rem;
    }

    .coverage-arrow {
        width: 45px;
    }

    .coverage-right {
        padding-bottom: 0.7rem;
    }

    .coverage-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 70px;
    }

    .coverage-number {
        font-size: 3rem;
        min-width: 80px;
    }

    .coverage-label {
        font-size: 1rem;
    }

    .coverage-modal-bottom {
        right: 8%;
        bottom: 7%;
    }

    .coverage-modal-title {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {

    /* Store & Brand Management Service Section */
    .sbm-section {
        width: 100%;
        margin: 3rem 0 1rem 0;
    }

    .sbm-container {
        width: 100%;
        max-width: 730px;
        margin: 0 auto;
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .sbm-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 1rem;
    }

    .sbm-cards {
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .sbm-card {
        min-height: 320px;
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        border-radius: 1rem;
    }

    .sbm-card-img-1,
    .sbm-card-img-2,
    .sbm-card-img-3 {
        min-height: 100%;
        border-radius: 0.9rem;
    }

    .sbm-card-img-btn {
        display: block;
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .sbm-card-img-btn img {
        margin-left: 80%;
        width: 20%;
        height: auto;
        rotate: 180deg;
    }

    .sbm-card-content {
        justify-content: center;
    }

    .sbm-card-grid {
        gap: 0;
    }

    .sbm-card-num {
        position: absolute;
        font-size: 2.75rem;
        padding: 0 2vw;
    }

    .sbm-list-container {
        padding-right: 1rem;
    }

    .sbm-card-heading {
        font-size: 1.35rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        margin-left: 5rem;
        min-height: 45px;
    }

    .sbm-list {
        margin: 0.25rem 0 0 2.5rem;
        font-size: 1.1rem;
    }

    .sbm-list li {
        padding-left: 1rem;
    }

    .sbm-card-btn {
        display: none;
    }

    .sbm-desc {
        font-size: 0.95rem;
        margin-top: 2rem;
        width: 85%;
    }

    /* Fulfillment Section Style */
    .fulfillment-container {
        max-width: 700px;
        flex-direction: column;
    }

    .fulfillment-left {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
        min-width: 100%;
    }

    .fulfillment-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .fulfillment-title {
        font-size: 1.65rem;
    }

    .fulfillment-subtitle {
        font-size: 1rem;
    }

    .fulfillment-subtitle img {
        width: 6rem;
    }

    .fulfillment-top-list {
        color: #fff;
        font-size: 0.95rem;
        font-family: 'Poppins', Arial, sans-serif;
        font-weight: 400;
        margin: 0;
        padding-left: 1.2rem;
        display: flex;
        flex-direction: column;
    }

    .fulfillment-top-list li {
        line-height: 1.5;
    }

    .fulfillment-right {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        min-width: 50%;
    }

    .stat-number {
        font-size: 3.75rem;
    }

    .stat-label {
        font-size: 0.9rem;
        width: 100%;
    }

    .fulfillment-stat {
        min-width: 50%;
    }

    .fulfillment-desc {
        max-width: 50%;
        font-size: 0.95rem;
        margin: 0;
    }

    .fulfillment-list {
        display: none;
    }

    .fulfillment-stats {
        justify-content: space-between;
        margin: 0;
        gap: 2vw;
    }

    /* Product Handling Section */
    .ph-title {
        font-size: 1.5rem;
    }

    .ph-labels {
        font-size: 1.1rem;
    }

    .ph-label {
        height: 60px;
    }

    .ph-steps {
        height: 150px;
    }

    .ph-step {
        width: 80px;
    }

    .ph-step img {
        width: 60px;
        height: 60px;
    }

    .ph-step-title {
        font-size: 0.7rem;
    }

    .ph-step-title-list {
        padding-top: 0;
        font-size: 0.6rem;
    }

    .ph-arrow {
        height: 60px;
        width: 15px;
    }

    /* Coverage Section */
    .coverage-overlay {
        gap: 3vw;
    }

    .coverage-title {
        font-size: 1.75rem;
    }

    .coverage-right {
        gap: 2rem;
    }

    .coverage-number {
        font-size: 2.75rem;
    }

    .coverage-number {
        font-size: 3rem;
        min-width: 80px;
    }

    .coverage-item:last-child .coverage-number {
        min-width: 150px;
    }

    .coverage-label {
        min-width: 80px;
    }

    .coverage-modal-bottom {
        right: 8%;
        bottom: 7%;
    }

    .coverage-modal-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {

    /* Store & Brand Management Service Section */
    .sbm-section {
        width: 100%;
        margin: 3rem 0 1rem 0;
        padding: 0 1rem 0 1rem;
    }

    .sbm-container {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .sbm-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 1rem;
    }

    .sbm-cards {
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .sbm-card {
        min-height: 300px;
        width: 100%;
        flex-direction: row;
    }

    .sbm-card-img-1,
    .sbm-card-img-2,
    .sbm-card-img-3 {
        min-height: 100%;
    }

    .sbm-card-img-btn {
        display: block;
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .sbm-card-img-btn img {
        margin-left: 80%;
        width: 20%;
        height: auto;
        rotate: 180deg;
    }

    .sbm-card-content {
        justify-content: center;
    }

    .sbm-card-grid {
        gap: 0;
    }

    .sbm-card-num {
        font-size: 2.5rem;
        padding: 0 2vw;
    }

    .sbm-card-heading {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 4.5rem;
    }

    .sbm-list {
        gap: 0.2rem;
        margin: 0.25rem 0 0 2rem;
        font-size: 0.9rem;
    }

    .sbm-list li {
        padding-left: 0.75rem;
    }

    .sbm-last-list {
        max-width: 90%;
    }

    .sbm-desc {
        font-size: 0.8rem;
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        width: 90%;
    }

    /* Fulfillment Section Style */
    .fulfillment-section {
        padding: 2.5rem 1.5rem;
    }

    .fulfillment-img {
        max-width: 30rem;
    }

    .fulfillment-header-group {
        max-width: 50%;
        padding-right: 0;
    }

    .fulfillment-title {
        font-size: clamp(1.2rem, 3vw, 1.55rem);
    }

    .fulfillment-subtitle {
        font-size: 0.75rem;
    }

    .fulfillment-subtitle img {
        width: 5rem;
    }

    .stat-number {
        font-size: 3.5rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .fulfillment-desc {
        max-width: 50%;
        font-size: 0.75rem;
    }

    .fulfillment-top-list {
        padding-left: 1rem;
        font-size: 0.75rem;
    }

    /* Product Handling Section */
    .ph-title {
        font-size: 1.35rem;
    }

    .ph-labels {
        font-size: 0.95rem;
    }

    .ph-label {
        height: 50px;
    }

    .ph-steps {
        height: 120px;
    }

    .ph-step {
        width: 70px;
    }

    .ph-step img {
        width: 50px;
        height: 50px;
    }

    .ph-step-title {
        font-size: 0.6rem;
    }

    .ph-step-title-list {
        font-size: 0.5rem;
    }

    .ph-step-title-list ul li::marker {
        font-size: 0.7em;
    }

    .ph-arrow {
        height: 50px;
        width: 15px;
    }

    /* Coverage Section */
    .coverage-section {
        min-height: 70vh;
    }

    .coverage-overlay {
        padding: 1.7rem 1.7rem;
        gap: 3vw;
    }

    .coverage-left {
        min-width: 130px;
    }

    .coverage-title {
        font-size: 1.5rem;
    }

    .coverage-arrow {
        width: 35px;
    }

    .coverage-right {
        gap: 0.5rem;
        padding-bottom: 0.7rem;
    }

    .coverage-number {
        font-size: 2.35rem;
        min-width: 65px;
    }

    .coverage-item:last-child .coverage-number {
        min-width: 122px;
    }

    .coverage-label {
        font-size: 0.75rem;
        min-width: 60px;
    }

    .coverage-modal-bottom {
        right: 8%;
        bottom: 7%;
    }

    .coverage-modal-title {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {

    /* Store & Brand Management Service Section */
    .sbm-section {
        width: 100%;
        margin: 3rem 0 1rem 0;
        padding: 0 0.5rem 0 0.5rem;
    }

    .sbm-container {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .sbm-title {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        margin-left: 1rem;
    }

    .sbm-cards {
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .sbm-card {
        min-height: 305px;
        width: 100%;
        flex-direction: row;
    }

    .sbm-card-img-1,
    .sbm-card-img-2,
    .sbm-card-img-3 {
        min-height: 100%;
    }

    .sbm-card-img-btn {
        display: block;
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .sbm-card-img-btn img {
        margin-left: 80%;
        width: 20%;
        height: auto;
        rotate: 180deg;
    }

    .sbm-card-content {
        padding-top: 0.5rem;
        justify-content: center;
    }

    .sbm-card-grid {
        gap: 0;
    }

    .sbm-card-num {
        font-size: 1.85rem;
        padding: 0 2.5vw;
    }

    .sbm-card-heading {
        font-size: 1rem;
        margin-top: 0;
        margin-left: 3.5rem;
        min-height: 38px;
    }

    .sbm-list {
        margin: 0.2rem 0 0 1.75rem;
        font-size: 0.75rem;
        gap: 0.1rem;
    }

    .sbm-list li {
        padding-left: 0.5rem;
    }

    .sbm-last-list {
        max-width: 100%;
    }

    .sbm-desc {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        font-size: 0.60rem;
        width: 95%;
    }

    /* Fulfillment Section Style */
    .fulfillment-section {
        padding: 2.5rem 1.5rem;
    }

    .fulfillment-img {
        max-width: 25rem;
    }

    .fulfillment-top,
    .fulfillment-right {
        gap: 1rem;
    }

    .fulfillment-title {
        font-size: clamp(0.85rem, 3vw, 1.2rem);
    }

    .fulfillment-subtitle {
        font-size: 0.5rem;
    }

    .fulfillment-subtitle img {
        width: 3.5rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-label {
        font-size: 0.5rem;
    }

    .fulfillment-desc {
        font-size: 0.6rem;
    }

    .fulfillment-top-list {
        padding-left: 0.5rem;
        font-size: 0.55rem;
    }

    /* Product Handling Section */
    .ph-title {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .ph-labels {
        font-size: 0.6rem;
    }

    .ph-label {
        height: 30px;
    }

    .ph-steps {
        height: 100px;
    }

    .ph-step {
        width: 50px;
    }

    .ph-step img {
        width: 30px;
        height: 30px;
    }

    .ph-step-title {
        font-size: 0.45rem;
    }

    .ph-step-title-list {
        font-size: 0.375rem;
    }

    .ph-step-title-list ul li {
        list-style-position: inside;
        padding-left: 0;
        margin: 0;
    }

    .ph-arrow {
        height: 30px;
        width: 10px;
    }

    /* Coverage Section */
    .coverage-section {
        min-height: 60vh;
    }

    .coverage-overlay {
        padding: 1.25rem 1.25rem;
        gap: 2vw;
    }

    .coverage-left {
        min-width: 30%;
    }

    .coverage-title {
        font-size: 1.15rem;
    }

    .coverage-arrow {
        width: 30px;
        margin-top: 0.2rem;
    }

    .coverage-right {
        gap: 1rem;
        padding-bottom: 0.5rem;
    }

    .coverage-right .coverage-item:last-child {
        min-width: 70px;
    }

    .coverage-item {
        min-width: 45px;
    }

    .coverage-number {
        font-size: 1.7rem;
        min-width: 45px;
    }

    .coverage-item:last-child .coverage-number {
        min-width: 85px;
    }

    .coverage-label {
        font-size: 0.55rem;
        min-width: 40px;
    }

    .coverage-modal-bottom {
        right: 8%;
        bottom: 7%;
    }

    .coverage-modal-title {
        font-size: 0.85rem;
    }
}

@media(max-width: 425px) {
    .sbm-container {
        max-width: 340px;
    }

    .sbm-card {
        min-height: 225px;
        width: 100%;
        flex-direction: row;
    }

    .sbm-card-num {
        font-size: 1.5rem;
        padding: 0 2vw;
    }

    .sbm-card-heading {
        font-size: 0.7rem;
        margin-left: 2.75rem;
        min-height: 30px;
    }

    .sbm-list {
        font-size: 0.55rem;
        gap: 0;
    }

    .sbm-desc {
        margin: 1rem;
        font-size: 0.45rem;
        width: 95%;
    }

    /* Fulfillment Section Style */
    .fulfillment-section {
        padding: 2.5rem 1rem;
    }

    .fulfillment-img {
        max-width: 15rem;
    }

    .fulfillment-top,
    .fulfillment-right {
        gap: 0.75rem;
    }

    .fulfillment-title {
        font-size: clamp(0.55rem, 3vw, 0.85rem);
    }

    .fulfillment-subtitle {
        font-size: 0.45rem;
    }

    .fulfillment-subtitle img {
        width: 2.5rem;
    }

    .fulfillment-stat {
        max-width: 50%;
    }

    .stat-number {
        font-size: 1.25rem;
    }

    .stat-label {
        font-size: 0.4rem;
    }

    .fulfillment-desc {
        font-size: 0.45rem;
    }

    .fulfillment-top-list {
        padding-left: 0.5rem;
        font-size: 0.45rem;
    }


    /* Product Handling Section */
    .ph-section {
        padding: 2.8rem 0 2.5rem 0;
    }

    .ph-title {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .ph-labels {
        font-size: 0.5rem;
    }

    .ph-label {
        height: 20px;
    }

    .ph-steps {
        height: 60px;
    }

    .ph-step {
        width: 40px;
    }

    .ph-step img {
        width: 20px;
        height: 20px;
    }

    .ph-step-title {
        font-size: 0.35rem;
    }

    .ph-step-title-list {
        padding-top: 0.05rem;
        font-size: 0.28rem;
    }

    .ph-arrow {
        height: 20px;
        width: 7px;
    }

    /* Coverage Section */
    .coverage-section {
        min-height: 50vh;
    }

    .coverage-overlay {
        padding: 1rem 1rem;
        gap: 2vw;
        border-radius: 1rem;
    }

    .coverage-left {
        min-width: 30%;
    }

    .coverage-title {
        font-size: 0.75rem;
    }

    .coverage-arrow {
        width: 20px;
        margin-top: 0;
    }

    .coverage-right {
        gap: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .coverage-item {
        min-width: 35px;
    }

    .coverage-right .coverage-item:last-child {
        min-width: 60px;
    }

    .coverage-number {
        font-size: 1.25rem;
        min-width: 35px;
    }

    .coverage-item:last-child .coverage-number {
        min-width: 60px;
    }

    .coverage-label {
        font-size: 0.4rem;
        margin-top: 0;
    }

    .coverage-modal-bottom {
        right: 8%;
        bottom: 5%;
    }

    .coverage-modal-title {
        font-size: 0.65rem;
    }
}