.offering-card {
    background-color: var(--ibdic-blue-1);
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    color: var(--ibdic-white);
    max-width: 380px;
    width: 100%;
    min-height: 557px;
    max-height: 557px;
    justify-content: space-between;
}

.offering-card-header {
    display: flex;
    align-items: center;
}

.offering-card-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 60px;
}

.offering-card-brand-name {
    font-weight: 600;
    font-size: 14px;
}

.offering-card-illustration {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offering-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offering-card-title {
    font-weight: 500;
    font-size: 24px;
}

.offering-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.offering-card-feature-item,
.offering-card .wp-block-list li {
    padding-left: 24px;
    position: relative;
    font-family: Manrope;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 24px;
    list-style: none;
}

.offering-card ul {
    margin-top: 20px;
}

.offering-card-feature-item::before,
.offering-card .wp-block-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("/asset/logos/check-tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.offering-card-btn {
    padding: 16px 24px;
    border-radius: 32px;
    color: var(--ibdic-blue-1);
    font-weight: 500;
    font-size: 12px;
    background: var(--ibdic-white);
    border: none;
    margin-top: 32px;
}

/* --- Benefits Grid --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 21px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.benefits-grid::-webkit-scrollbar {
    display: none;
}

.benefits-grid-item {
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border-radius: 16px;

}

.overlay-div {
    background: linear-gradient(192.97deg, rgba(0, 0, 0, 0) 30.95%, #000000 90.05%);
    position: absolute;
    width: 100%;
    height: 100%;

}

.benefits-grid-item:nth-child(1) {
    grid-row: span 2;
}

.benefits-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-grid-overlay-content {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 32px;
    background: linear-gradient(192.97deg, rgba(0, 0, 0, 0) 30.95%, #000000 90.05%);

}

.benefits-grid-overlay-content h1 {
    font-weight: 700;
    font-size: 24px;
}

/* --- Trade Hero Banner (CTA) --- */
.trade-hero-banner {
    background-image: url('/asset/images/career-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-color:linear-gradient(246.06deg, rgba(0, 0, 0, 0) -0.17%, #1D6DD0 92.36%);
    color: var(--ibdic-white);
    display: flex;
    align-items: stretch;
}


.banner-1{
    margin: 50px 0px;
}

.trade-hero-banner .container {
    display: flex;
    align-items: stretch;
    width: 100%;
}


.colab-desctext {
    color: #CECECE;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;

}

.trade-hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    max-width: 50%;
}

.trade-hero-header h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}

.trade-hero-header p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: var(--ibdic-white);
    margin-top: 8px;

}

.trade-hero-message p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.trade-hero-actions {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    gap: 12px;
}

.trade-hero-btn-primary,
.trade-hero-btn-secondary {
    padding: 12px 24px;
    border-radius: 32px;
    cursor: pointer;
    text-align: center;
    max-width: 140px;
}

.trade-hero-btn-primary a {
    background: #1D6DD0;
    text-decoration: none;
}

.trade-hero-btn-primary {
    background: #1D6DD0;
}

.trade-hero-btn-primary a p {
    text-decoration: none;
    color: var(--ibdic-white);
}

.trade-hero-btn-secondary {
    border: 2px solid white;
    backdrop-filter: blur(10px);
}


/* trade-hero */
.trade-hero-banner.banner-1 {
    min-height: 419px;
}

.trade-hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    color: var(--ibdic-white);
    display: flex;
    min-height: 388px;
    align-items: stretch;
}

.trade-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(246.06deg, rgba(0, 0, 0, 0) -0.17%, #000000 92.36%);
    z-index: 1;
    pointer-events: none;
}

.trade-hero-banner > * {
    position: relative;
    z-index: 2;
}

.trade-hero-banner .container {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.trade-hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trade-hero-message h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}

.trade-hero-message p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.trade-hero-actions {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    gap: 12px;
}

.offering-card-btn {
    padding: 16px 24px;
    border-radius: 32px;
    color: var(--ibdic-blue-1);
    font-weight: 500;
    font-size: 12px;
    background: var(--ibdic-white);
    border: none;
    margin-top: 32px;
}

.trade-hero-btn-primary,
.trade-hero-btn-secondary {
    padding: 12px 24px;
    border-radius: 32px;
    cursor: pointer;
    text-align: center;
}

.trade-hero-btn-primary {
    background: var(--ibdic-blue-2);
    color: var(--ibdic-white);

}

.trade-hero-btn-secondary {
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.offering-card-feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url(--check-icon);
    background-repeat: no-repeat;
    background-size: contain;
}

.offering-card-illustration img {
    height: 100%;
}

.product-swiper {
    overflow: visible !important;
}

.product-swiper .swiper-slide {
    width: auto !important;
}


@media (max-width: 768px) {
    .benefits-grid {
        margin: 0px -24px;
        padding: 0px 24px;
    }

    .trade-hero-content {
        max-width: 100%;
    }

    .offering-card {
        max-width: 340px;
        min-height: 580px;
        max-height: 580px;
    }

    .trade-hero-header h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
    }

    .trade-hero-header p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--ibdic-white);
        margin-top: 8px;
    }

}