/* ==========================================================================
   eCommerce Marketplace Single Detail Page Styles (ecom-detail.css)
   ========================================================================== */

.ecom-detail-page {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* --- Hero Wrapper & Card --- */
.ecom-hero-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.ecom-hero-banner {
    background-image: url(/wp-content/uploads/orange_decorative_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(135deg, rgb(206, 70, 1) 0%, rgb(215, 109, 31) 45%, rgb(218, 120, 41) 100%); */
    border-radius: 28px;
    padding: 36px 36px 90px 36px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(211, 84, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.ecom-hero-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
}

.ecom-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    padding: 12px 22px;
    color: #ffffff;
    background: linear-gradient(93deg, rgb(51 51 51 / 18%) 0%, rgb(255 255 255 / 20%) 56%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4), 0 4px 10px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(7px);
}

.ecom-platform-badge i {
    font-size: 26px;
}

.ecom-platform-badge__text {
    display: flex;
    flex-direction: column;
}

.ecom-platform-badge__label {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ecom-platform-badge__val {
    font-size: 16px;
    font-weight: 700;
}

.ecom-hero-img-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    background: #ffffff;
    display: inline-block;
    max-width: 100%;
}

.ecom-hero-img {
    width: 100%;
    max-width: 100%;
    /* height: 260px; */
    object-fit: cover;
    display: block;
}

/* --- About Opportunity Box (Overlapping Bottom) --- */
.ecom-about-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 32px;
    border: 1px solid #f2e2d8;
    /* box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08); */
    box-shadow: rgb(0 0 0 / 0%) 0px 14px 28px, rgb(0 0 0 / 14%) 0px 10px 10px;
    margin-top: -65px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 5;
}

.ecom-about-box .ecom-about-content ul {
    padding-left: ;
}

.ecom-about-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.ecom-about-content ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    /* vertical-align: sub; */
    line-height: 1.5;
}

.ecom-about-content ul li::before {
    width: 18px;
    height: 18px;
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);

    background-image: url("/wp-content/uploads/check-new-icon.svg");
    position: relative;
    bottom: -3px;
    flex-shrink: 0;
}

.ecom-about-content ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0px !important;
}

.ecom-about-title i {
    color: #d35400;
    font-size: 22px;
}

.ecom-step-sec {
    background: #fef7ef;
    border: 1px solid #f9e2d6;
    border-radius: 12px;
    padding: 24px 28px;
}

/* --- Section General --- */
.ecom-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
}

.ecom-section .ecom-cards-carousel .swiper-pagination-bullet,
.ecom-benefits-carousel .swiper-pagination-bullet {
    border: 1px solid !important;
    opacity: 1;
    background: transparent;
}

/* --- Key Benefits Cards --- */
.ecom-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.ecom-benefit-card {
    background: #FEF7EF;
    /* border: 1px solid #f9e2d6; */
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ecom-benefits-carousel {
    padding-bottom: 39px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.ecom-benefits-carousel .swiper-pagination {
    bottom: 0 !important;
}

/* .ecom-benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(211, 84, 0, 0.12);
} */



.ecom-benefit-icon {
    width: 100px;
    /* height:80px; */
    border-radius: 50%;
    /* background: #fbebe3; */
    color: #d35400;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ecom-benefit-icon img {
    width: 80px;
    /* height: 32px; */
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
    object-fit: contain;
}

.ecom-benefit-text {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    line-height: 1.45;
}

/* --- Get Connected Grid (6 Cards) --- */
.ecom-connected-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ecom-contact-card {
    background: #fff8f5;
    border: 1px solid #d354008a;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ecom-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #d35400;
    color: #d35400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecom-contact-icon img {
    width: 20px;
    /* height: 30px; */
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2000%) hue-rotate(1deg) brightness(95%) contrast(101%);
}

.ecom-contact-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ecom-contact-label {
    font-size: 16px;
    color: #5d5959;
    font-weight: 500;
}

.ecom-contact-val {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    /* text-decoration: none; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

a.ecom-contact-val:hover {
    color: #d35400;
    text-decoration: underline;
}

.ecom-social-links {
    display: flex;
    gap: 10px;
    margin-top: 2px;
}

.ecom-social-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #d35400;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
}

.ecom-social-btn:hover {
    background: #b04300;
    color: #ffffff;
}

/* --- Who is Eligible Section (Solid Orange Banner) --- */
.ecom-eligible-banner {
    background: linear-gradient(90deg,
            #DA7829 0%,
            #DA7829 45%,
            #D56218 70%,
            #D14A05 100%);
    /* background: linear-gradient(135deg, #d35400 0%, #e67e22 100%); */
    /* border-radius: 12px; */
    padding: 30px 20px;
    color: #ffffff;
    /* box-shadow: 0 8px 24px rgba(211, 84, 0, 0.18); */
}

.ecom-eligible-banner .section-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ecom-eligible-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ecom-eligible-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.ecom-eligible-item i {
    font-size: 20px;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.ecom-eligible-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #b65c1b;
    padding: 5px;
}

.ecom-eligible-icon img {
    max-width: 90%;
    /* max-height: 100%; */
    object-fit: contain;
    filter: invert(1);
}

/* --- Mandatory Documents Step Timeline --- */
.ecom-docs-timeline {
    background: #fef7ef;
    border: 1px solid #f9e2d6;
    border-radius: 12px;
    padding: 24px 28px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 157' width='128' height='157'%3e%3cdefs%3e%3cimage width='128' height='157' id='img1' href='data:image/png;base64,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'/%3e%3c/defs%3e%3cstyle%3e%3c/style%3e%3cuse style='opacity:.05' href='%23img1' x='0' y='0'/%3e%3c/svg%3e");
}

.ecom-doc-step {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    padding-bottom: 20px;
}

.ecom-doc-step:last-child {
    padding-bottom: 0;
}

.ecom-doc-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 20px;
    bottom: 0;
    width: 2px;
    border-left: 2px dashed #e6a885;
}

.ecom-doc-step__num {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6dbc4;
    color: #d35400;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
}

.ecom-doc-step__text {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

/* --- Suitable Sectors Pills --- */
.ecom-sectors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ecom-sector-pill {
    /* background: #d35400; */
    background: linear-gradient(90deg, #CC500A 0%, #D46316 45%, #DB7829 100%);
    box-shadow: 0 4px 8px rgba(117, 48, 8, 0.28);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(211, 84, 0, 0.2);
}

.ecom-sector-pill i {
    font-size: 15px;
}

.ecom-sector-pill__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #ffffff; */
    filter: brightness(0) invert(1);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
}

/* --- How it Works Step Flow --- */
/* =========================================
   ECOM HOW IT WORKS
========================================= */

.ecom-how-works-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: 0;
    row-gap: 20px;
    overflow: visible;
}

.ecom-how-step {
    position: relative;
    width: 100%;
    min-width: 0;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 8px;
}

/* =========================================
   ARROW
   Doesn't take any grid space
========================================= */

.ecom-how-step:not(:last-child)::after {
    content: "";

    position: absolute;

    width: 42px;
    height: 16px;

    top: 32px;

    left: calc(100% - 21px);

    background-image: url("https://discovery.deasra.in/wp-content/uploads/Untitled-150.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    z-index: 5;

    pointer-events: none;
}

/* =========================================
   ICON
========================================= */

.ecom-how-icon-box {
    width: 80px;
    height: 80px;

    flex: 0 0 80px;

    border-radius: 50%;
    border: 1px solid #d35400;

    background: #fff8f5;
    color: #d35400;

    font-size: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    margin-bottom: 0;
}

.ecom-how-icon-box img {
    width: 36px !important;
    height: 36px !important;

    max-width: 100%;
    object-fit: contain;

    display: block;
}

/* =========================================
   NUMBER BADGE
========================================= */

.ecom-how-step-badge {
    position: relative;

    margin-top: -1px;

    background: #d35400;
    color: #ffffff;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 800;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
}

/* =========================================
   TEXT
========================================= */

.ecom-how-step-text {
    width: 100%;
    max-width: 150px;

    font-size: 14px;
    font-weight: 700;

    color: #222;

    line-height: 1.35;

    text-align: center;
}

.line-cut-val {
    display: block;
    white-space: unset !important;
    text-align: right;
}

.line-cut-val .ecom-contact-text {
    text-align: left !important;
}

.line-cut-val .ecom-contact-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-cut-val.expanded .ecom-contact-text {
    display: inline-block;
}

.ecom-read-more {
    display: inline;
    border: 0;
    background: none;
    padding: 0;
    margin-left: 5px;
    color: #d45d13;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

/* =========================================
   MOBILE
   KEEP ALL 4 IN ONE ROW
========================================= */

@media (max-width: 767px) {

    .ecom-how-works-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 0;
        width: 100%;
    }

    .ecom-how-step {
        /* width: 100%; */
        /* min-width: 0; */
        flex: unset;
    }

    .ecom-how-icon-box {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .ecom-how-icon-box img {
        width: 25px !important;
        height: 25px !important;
    }

    .ecom-how-step-badge {
        width: 23px;
        height: 23px;
        font-size: 11px;
    }

    .ecom-how-step-text {
        max-width: 85px;
        font-size: 10px;
        line-height: 1.25;
    }

    /* Smaller arrow on mobile */
    .ecom-how-step:not(:last-child)::after {
        width: 24px;
        height: 10px;

        top: 12px;

        left: calc(100% - 12px);
    }
}

.ecom-how-step-text {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 1.35;
    max-width: 140px;
}

/* --- Unlock Details CTA Button --- */
.ecom-unlock-cta-wrapper {
    margin: 40px 0;
}

.ecom-unlock-cta-wrapper .btn-unlock-expert {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(211, 84, 0, 0.3);
    transition: all 0.25 ease;
}

.ecom-unlock-cta-wrapper .btn-unlock-expert:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(211, 84, 0, 0.4);
    background: linear-gradient(135deg, #b04300 0%, #d35400 100%);
}

/* --- Related Swiper Carousel Bullets --- */
.ecom-cards-carousel {
    padding-bottom: 45px !important;
    position: relative;
}

.ecom-cards-carousel .swiper-pagination {
    bottom: 0 !important;
}

.view-more-link,
.view-all-link {
    color: #d35400 !important;
}

.ecom-cards-carousel .swiper-pagination-bullet-active,
.ecom-benefits-carousel .swiper-pagination-bullet-active {
    background: #111111 !important;
}

.exb-step-sec {
    background: #fef7ef;
    border: 1px solid #f9e2d6;
    border-radius: 12px;
    padding: 24px 28px;
}

/* --- Responsive Media Queries --- */
@media (min-width: 768px) {

    .js-toggle-docs,
    .js-toggle-ecom-sectors {
        display: none !important;
    }

    .js-extra-doc-step {
        display: flex !important;
    }

    .js-extra-sector-pill {
        display: inline-flex !important;
    }
}

@media (max-width: 767.98px) {
    .ecom-hero-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .ecom-eligible-banner {
        padding: 10px 20px;
        border-radius: 0px;
        margin-inline: -15px;
    }

    .ecom-eligible-item {
        font-size: 12px;
        gap: 5px;
        font-size: 12px;
    }

    .ecom-eligible-icon {
        width: 25px;
        height: 25px;
    }

    .ecom-eligible-list {
        gap: 8px;
    }

    .ecom-eligible-icon img {
        max-width: 98%;
    }

    .ecom-about-content p:last-child {
        margin: 0px;
    }

    .ecom-connected-grid {
        /* grid-template-columns: 1fr; */
        gap: 9px;
    }

    .ecom-contact-card {
        border-radius: 8px;
        padding: 10px;
        align-items: center;
        gap: 10px;
    }

    .ecom-contact-icon {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 15px;
    }

    .ecom-how-works-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .ecom-hero-banner {
        background-image: url('/wp-content/uploads/orange_mobile_background.svg') !important;
        border-radius: 12px;
        padding: 10px 10px 84px 10px;

    }

    .ecom-hero-banner .row .col-md-7 {
        margin-top: 10px !important;
    }

    .ecom-about-title i {
        font-size: 20px;
    }

    .ecom-contact-val {
        word-wrap: break-word;
        white-space: pre-wrap;
    }

    .ecom-about-box {
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px 10px;
    }

    .ecom-about-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .ecom-benefits-carousel {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 28px !important;
        padding-top: 16px !important;
    }

    .ecom-benefit-card {
        padding: 8px;
    }

    .ecom-benefit-text {
        font-size: 10px;
    }

    .ecom-section-title,
    .ecom-eligible-banner .section-title {
        font-size: 18px;
    }

    .ecom-about-content ul li,
    .ecom-about-content p {
        font-size: 12px !important;
        line-height: normal !important;

    }

    .ecom-platform-badge {
        padding: 10px;
    }

    .ecom-about-content ul li::before {
        width: 15px;
        height: 15px;
    }


    .ecom-contact-val {
        font-size: 12px;
    }

    .ecom-contact-label {
        font-size: 10px;
    }

    .ecom-social-btn {
        width: 20px;
        height: 20px;
    }

    .ecom-docs-timeline {
        background-size: 150px;
        padding: 10px 20px;
        border-radius: 0px;
        margin-inline: -15px;
    }

    .ecom-step-sec {
        padding: 10px 5px;
        border-radius: 0px;
        margin-inline: -15px;
    }

    .ecom-step-sec h3 {
        padding-left: 20px;
    }

    .ecom-doc-step__num {
        font-size: 11px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        line-height: normal;
    }

    .ecom-doc-step__text {
        font-size: 13px;
        line-height: normal;
    }

    .ecom-doc-step {
        gap: 10px;
    }

    .ecom-doc-step:not(:last-child)::after {
        top: 35px;
        left: 15px;
    }

    .ecom-doc-step {
        padding-bottom: 24px;
    }

    .ecom-sector-pill {
        font-size: 10px;
        padding: 6px;
        border-radius: 5px;
        gap: 5px;
    }

    .ecom-sector-pill__icon {
        width: 15px;
        height: 15px
    }

    /* .ecom-doc-step:nth-child(6) {
        padding-bottom: 0px !important;
    } */

    /* .ecom-eligible-banner .section-title {
        font-size: 22px !important;
    } */
}

@media (max-width: 767px) {

    /* .ecom-how-works-grid {
        grid-template-columns: repeat(7, 1fr);
  
        gap: 0px;
    } */

    .ecom-how-icon-box {
        width: 40px;
        height: 40px;
        flex-basis: unset;
    }

    /* .ecom-how-icon-box img {
        width: 20px !important;
        height: 20px !important;
    } */

    .ecom-how-arrow {
        padding: 7px;
        /* height: 105px;    */
        overflow: hidden;
    }

    .ecom-how-step-badge {
        width: 20px;
        height: 20px;
        /* border-radius: 50%; */
        font-size: 8px;
    }

    .ecom-how-arrow img {
        width: 82px;
        /* transform: rotate(90deg); */
        height: 33%;
        object-fit: cover;

    }

    .ecom-how-step-text {
        font-size: 9px;
    }

    .ecom-benefit-icon {
        margin-bottom: 0px;
    }

    .ecom-benefit-icon img {
        width: 45px;
    }

    .ecom-sectors-grid {
        gap: 10px;
    }
}