.topimage-img {
    width: 100%;
}

.bottom-banner {
    width: 100%;
}

.penultimate-bottom {
    display: flex;
    flex-direction: row;
}

.bottombanner-1 {
    width: 50%;
}

.bottombanner-2 {
    width: 50%;
}

.bottom-img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.midsection-main {
    display: flex;
    gap: 25px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: flex-start;
}

.supplier-section,
.buyer-section {
    flex: 1;
}

.leftside,
.rightside {
    display: flex;
    flex-direction: column;
    gap: 22px;
    border: 1px solid lightgrey;
    padding: 20px;
    border-radius: 25px;
}

/* CARD */
.leftside-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #ffffff;
    border: 1px solid #dce5ef;
    border-radius: 28px;
    padding: 28px 25px 28px 95px;
    min-height: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: visible;
}

.leftside-box1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #ffffff;
    width: 100%;
    border: 1px solid #dce5ef;
    border-radius: 28px;
    min-height: 150px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: visible;
}

/* ICON CIRCLE */
.box-image {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);

    width: 125px;
    height: 125px;
    min-width: 125px;

    background: #ffffff;
    border-radius: 50%;

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

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    border: 1px solid #e6e6e6;
}

/* ICON */
.box-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

/* CONTENT */
.box-content {
    margin-left: auto;
    width: 90%;
    display: flex;
}

.box-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #0b4ea2;
    font-weight: 700;
    font-family: "Inter", Arial, sans-serif;
}

.leftside .box-number {
    color: white;
    margin-right: 8px;
    font-weight: 600;
    background-color: #0B4EA2;
    text-wrap-mode: nowrap;
    font-size: 16px;
    padding: 7px;
    border-radius: 9px;
    font-family: "Inter", Arial, sans-serif;
}

.rightside .box-number {
    color: white;
    margin-right: 8px;
    font-weight: 600;
    background-color: #0F771B;
    text-wrap-mode: nowrap;
    font-size: 16px;
    padding: 7px;
    border-radius: 9px;
    font-family: "Inter", Arial, sans-serif;
}

.box-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    font-family: "Inter", Arial, sans-serif;
}

/* BUYER SIDE GREEN */
.buyer-section .box-title {
    color: #0b8c2f;
}

.inquiry-overlay {
    display: none;
}

/* Section header top */
.supplier-section .section-header-top {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #00497c2b;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #01316B;
}

.buyer-section .section-header-top {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #0266272e;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #026627;
}

.section-header-top .header-icon-box {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.section-header-top .header-icon-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.supplier-section .section-header-top h3 {
    color: #002f8c;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
}

.buyer-section .section-header-top h3 {
    color: #24A560;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
}

/* Section header content */
.section-header-content {
    padding: 0 20px 20px;
}

.section-header-content .section-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

.section-header-content .section-subdescription {
    font-size: 14px;
    color: #777;
}

.supplier-section .lastword {
    color: #002f8c;
    font-size: 40px;
    font-weight: 700;
    font-family: "Inter", Arial, sans-serif;
    margin: 0;
    line-height: 1.1;
}

.buyer-section .lastword {
    color: #24A560;
    font-size: 40px;
    font-weight: 700;
    font-family: "Inter", Arial, sans-serif;
    margin: 0;
    line-height: 1.1;
}

/* ── Bottom CTA Section ── */
.da-cta-section {
    background: transparent;
    padding: 20px 0px 28px;
}

/* Card */
.da-cta-inner {
    max-width: 100%;
    margin: 0;
    background: #ffffff;
    border: 1.5px solid #c4d6ef;
    border-radius: 16px;
    padding: 52px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(11, 78, 162, 0.07);
}

/* Left blue accent bar */
.da-cta-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #0B4EA2, #1565C0);
    border-radius: 16px 0 0 16px;
}

/* Faint decorative circle top-right */
.da-cta-inner::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 78, 162, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.da-cta-text {
    flex: 1;
}

.da-cta-label {
    display: inline-block;
    font-family: "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0B4EA2;
    background: #e8f0fb;
    border: 1px solid #c4d6ef;
    border-radius: 50px;
    padding: 4px 12px;
    margin-bottom: 14px;
}

.da-cta-heading {
    font-family: "Inter", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d1f3c;
    margin: 0 0 10px;
    line-height: 1.25;
}

.da-cta-sub {
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    color: #5a6a7e;
    margin: 0;
    line-height: 1.65;
    max-width: 520px;
}

.da-cta-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.da-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to right, #FE4E44, #9F0900);
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(159, 9, 0, 0.30);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    text-decoration: none;
}

.da-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(159, 9, 0, 0.42);
    color: #ffffff;
    text-decoration: none;
}

.da-cta-btn:active {
    transform: translateY(0);
}

.da-cta-note {
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    color: #8a96a3;
}

/* MOBILE */
@media (max-width: 768px) {
    .midsection-main {
        flex-direction: column;
    }

    .leftside-box {
        padding: 95px 20px 25px;
        text-align: center;
        flex-direction: column;
    }

    .box-image {
        position: absolute;
        left: 50%;
        top: -45px;
        transform: translateX(-50%);
    }

    .da-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 36px 28px;
    }

    .da-cta-inner::before {
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
        bottom: unset;
        border-radius: 16px 16px 0 0;
        background: linear-gradient(to right, #0B4EA2, #1565C0);
    }

    .da-cta-sub {
        max-width: 100%;
    }

    .da-cta-heading {
        font-size: 20px;
    }

    .da-cta-label {
        margin-bottom: 10px;
    }
}