/* ── Client Logos ── */
.box-client {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}

.box-client img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
}

.box-client img:hover {
    -webkit-filter: grayscale(0);
}


/* ── Why Choose Feature List ── */
.why_choose_feature_list {
    border: 1px solid #E9EBF1;
    border-radius: 20px;
    padding: 27px;
    overflow: hidden;
    transition: 0.3s;
}

.why_choose_feature_list_icon {
    background: #E8F7EB;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.why_choose_feature_list_icon img {
    height: 30px;
    width: auto;
}

.why_choose_feature_list .feature_list_head_inner_main {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}


/* ── Journey Section ── */
.half_banner_industry_journey_bg {
    background-image: url(../images/industry/journey_bg_sec.webp);
}

.journey-scroll {
    width: 100%;
}

.journey-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.journey-card {
    flex: 0 1 120px;
    aspect-ratio: 6 / 7;
    min-width: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.2s ease, transform 0.2s ease;
}

.journey-card:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-3px);
}

.journey-card.active {
    background: rgba(255, 255, 255, 0.33);
    border-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 6px 28px rgba(80, 40, 140, 0.22);
}

.journey-card img {
    width: auto;
    height: 50px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.journey-label {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1;
}

.journey-connector {
    flex: 1 1 0;
    min-width: 8px;
    max-width: 56px;
    height: 0;
    border: none;
    border-top: 2px dashed rgba(255, 255, 255, 0.50);
}


/* ── Half Banner Contact ── */
.half_banner_contact_sec_bg_industry {
    background-image: url(../images/industry/half_banner_contact_sec_bg_industry.webp);
    background-size: cover;
    padding: 70px 27px;
}

.half_banner_contact_sec_bg_industry h3 {
    max-width: 66%;
}


/* ── Never Miss Section ── */
.industry_never_miss-wrapper {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.industry_never_miss-row {
    margin: 0;
}

.industry_never_miss-col {
    padding: 36px 30px;
    border-right: 1px solid #d2d2d2;
}

.industry_never_miss-col:last-child {
    border-right: none;
}

.industry_never_miss-icon-wrap {
    width: 68px;
    height: 68px;
    background: #65CA7B;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.industry_never_miss-icon-wrap svg {
    width: auto;
    height: 32px;
}

.industry_never_miss-title {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.industry_never_miss-desc {
    font-size: 0.855rem;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.7;
    margin: 0;
}


/* ── Download Section ── */
.download-wrapper {
    border-radius: 24px;
    overflow: hidden;
}

.download-section {
    position: relative;
    background-color: #65CA7B;
    background-image: url(../images/industry/downlaod_sec_bg_noise.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 380px;
    display: flex;
    align-items: stretch;
    overflow: visible;
}

.download-left-col {
    position: relative;
    z-index: 2;
    padding: 82px 0 82px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-badge {
    display: inline-block;
    background: #65CB7B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 999px;
    margin-bottom: 12px;
    width: fit-content;
}

.download-headline {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.17;
    margin-bottom: 6px;
}

.download-body {
    color: #fff !important;
    line-height: 1.65;
    margin-bottom: 22px;
}

.download-right-col {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.store-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-btn img {
    width: 120px;
}

.phone-img-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 34px;
}

.phone-img-wrap img {
    width: 100%;
    max-width: 100%;
    display: block;
}


/* ── Integration Cards ── */
.industry-integration-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 110px;
    padding: 18px 12px 14px;
    border: 1px solid #d2d2d2;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.industry-integration-icon-inner {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.industry-integration-icon-label {
    font-size: 12px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}

.migration-card {
    border-radius: 40px;
}

/* ════════════════════════════════
   MEDIA QUERIES
════════════════════════════════ */

/* ── ≤ 1199px ── */
@media (max-width: 1199.98px) {
    section.pricing_main_sec .industry_never_miss-title {
        font-size: 20px !important;
    }

    .download-left-col {
        padding: 62px 0 82px 56px;
    }

    .download-headline {
        font-size: 35px;
    }

    .download-badge {
        font-size: 12px;
    }

    .phone-img-wrap {
        padding-top: 0;
    }
}

/* ── ≤ 991px ── */
@media (max-width: 991.98px) {
    .half_banner_contact_sec_bg_industry h3 {
        max-width: 100%;
    }

    .journey-connector {
        display: none;
    }

    .journey-track {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 12px;
    }

    .journey-card img {
        height: 40px;
    }

    .journey-label {
        font-size: 12px;
    }

    .download-left-col {
        padding: 44px 32px 36px;
        align-items: center;
        text-align: center;
    }

    .download-body {
        max-width: 100%;
    }

    .download-right-col {
        justify-content: center;
        padding-bottom: 0;
    }

    .phone-img-wrap {
        margin-top: -20px;
    }

    .phone-img-wrap img {
        width: 60%;
        display: block;
        margin: auto;
    }

    .store-btn img {
        width: 90px;
    }

    .download-headline {
        font-size: 30px;
        width: 70%;
    }

    section.half_banner_contact_sec {
        margin-top: 50px;
    }

        .section_main_head_sec h3 {
        font-size: 25px;
    }
    .home_abt_cont_sec h3 span {
        font-size: 25px;
    }
}

/* ── Tablet: 576px – 991px (2-column Never Miss grid) ── */
@media (max-width: 991.98px) and (min-width: 576px) {
    .industry_never_miss-col {
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
    }

    .industry_never_miss-col:nth-child(2n) {
        border-right: none;
    }

    .industry_never_miss-col:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

/* ── ≤ 640px ── */
@media (max-width: 640px) {
    .journey-track {
        gap: 10px;
    }

    .journey-label {
        font-size: 11px;
    }
}

/* ── ≤ 575px ── */
@media (max-width: 575.98px) {
    .industry_never_miss-col {
        border-right: none;
        border-bottom: 1px solid #d2d2d2;
        padding: 28px 20px;
    }

    .industry_never_miss-col:last-child {
        border-bottom: none;
    }

    .download-wrapper {
        border-radius: 16px;
    }

    .download-left-col {
        padding: 36px 20px 28px;
    }

    .download-headline {
        font-size: 25px;
        width: 100%;
    }

    .phone-img-wrap img {
        width: 200px;
    }

    .deco-shape-a,
    .deco-shape-b {
        display: none;
    }
}

/* ── ≤ 420px ── */
@media (max-width: 420px) {
    .journey-track {
        gap: 8px;
    }

    .journey-label {
        font-size: 10px;
    }
}