/* Gulf DropShip service and contact pages */

.gds-service-page {
    background: #f7f9fc;
    color: #14213d;
}

.gds-service-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.gds-service-hero {
    padding: 82px 0 72px;
   background: radial-gradient(circle at top right, rgba(30, 86, 181, 0.14), transparent 34%), linear-gradient(135deg, #eaf4ff 0%, #f6fbff 49%, #fff7df 100%);
    color: #fff;
}

.gds-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: 56px;
}

.gds-service-eyebrow,
.gds-service-heading > span,
.gds-service-cta-inner > div > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #f2b84b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gds-service-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.gds-service-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.75;
}

.gds-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.gds-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gds-service-btn:hover,
.gds-service-btn:focus {
    transform: translateY(-2px);
}

.gds-service-btn-primary {
    background: #f2b84b;
    color: #172033 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.gds-service-btn-secondary {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(8, 21, 33, 0.56);
    color: #fff !important;
}

.gds-service-btn-light {
    background: #fff;
    color: #0b3ea8 !important;
}

.gds-service-visual {
    display: grid;
    gap: 10px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 35%), linear-gradient(180deg, #0d3470 0%, #061f4f 100%);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.gds-service-visual-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    border-radius: 20px;
    background: #fff;
    font-size: 34px;
}

.gds-service-visual strong,
.gds-service-visual span {
    padding: 13px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.gds-service-visual strong {
    color: #fff;
    font-size: 18px;
}

.gds-service-visual span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.gds-service-section {
    padding: 82px 0;
    background: #fff;
}

.gds-service-section-soft {
    background: #f3f6fb;
}

.gds-service-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.gds-service-heading h2 {
    margin: 0;
    color: #0f234f;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.gds-service-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.gds-service-steps,
.gds-service-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gds-service-steps article,
.gds-service-benefits article {
    min-width: 0;
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 35, 79, 0.05);
}

.gds-service-steps article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #eaf1ff;
    color: #0b3ea8;
    font-weight: 900;
}

.gds-service-benefits article > span {
    display: block;
    margin-bottom: 16px;
    font-size: 30px;
}

.gds-service-steps h3,
.gds-service-benefits h3 {
    margin: 0 0 10px;
    color: #13254b;
    font-size: 19px;
}

.gds-service-steps p,
.gds-service-benefits p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
}

.gds-service-cta {
    padding: 58px 0;
    background: radial-gradient(circle at top right, rgba(30, 86, 181, 0.14), transparent 34%), linear-gradient(135deg, #eaf4ff 0%, #f6fbff 49%, #fff7df 100%);
    color: #fff;
}

.gds-service-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.gds-service-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
}

.gds-contact-page-content {
    padding: 70px 0;
}

.gds-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 28px;
}

.gds-contact-content-card,
.gds-contact-support-card {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 35, 79, 0.06);
}

.gds-contact-content-card > *:first-child,
.gds-contact-support-card > *:first-child {
    margin-top: 0;
}

.gds-contact-support-card h2 {
    margin: 0 0 12px;
    color: #0f234f;
    font-size: 25px;
}

.gds-contact-support-card p {
    color: #64748b;
    line-height: 1.7;
}

.gds-contact-email {
    display: block;
    margin: 18px 0;
    color: #0b3ea8 !important;
    font-weight: 800;
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .gds-service-hero-grid,
    .gds-contact-grid {
        grid-template-columns: 1fr;
    }

    .gds-service-visual {
        max-width: 520px;
    }

    .gds-service-steps,
    .gds-service-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gds-service-container {
        width: min(100% - 28px, 1180px);
    }

    .gds-service-hero {
        padding: 58px 0 50px;
    }

    .gds-service-hero h1 {
        font-size: 38px;
    }

    .gds-service-hero p {
        font-size: 16px;
    }

    .gds-service-actions {
        flex-direction: column;
    }

    .gds-service-btn {
        width: 100%;
    }

    .gds-service-section {
        padding: 58px 0;
    }

    .gds-service-steps,
    .gds-service-benefits {
        grid-template-columns: 1fr;
    }

    .gds-service-cta-inner {
        align-items: stretch;
        flex-direction: column;
    }
}




















/* ==================================================
   PRODUCT SOURCING BANNER — PROFESSIONAL MOBILE VIEW
   Paste after the existing CSS
   ================================================== */

@media screen and (max-width: 767px) {

    /* Main banner */
    .gds-product-sourcing-page .gds-service-hero {
        padding: 38px 0 42px !important;

        background:
            radial-gradient(
                circle at top right,
                rgba(30, 86, 181, 0.14),
                transparent 38%
            ),
            linear-gradient(
                135deg,
                #eaf4ff 0%,
                #f6fbff 55%,
                #fff7df 100%
            ) !important;
    }

    .gds-product-sourcing-page .gds-service-container {
        width: calc(100% - 32px) !important;
        max-width: 1180px !important;
    }

    /* Stack content professionally */
    .gds-product-sourcing-page .gds-service-hero-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        align-items: stretch !important;
    }

    /* Small heading */
    .gds-product-sourcing-page .gds-service-eyebrow {
        margin-bottom: 10px !important;
        color: #e9a51c !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.12em !important;
    }

    /* Main heading */
    .gds-product-sourcing-page .gds-service-hero h1 {
        max-width: 100% !important;
        margin: 0 !important;

        color: #08245c !important;

        font-size: 32px !important;
        line-height: 1.13 !important;
        letter-spacing: -0.025em !important;
        font-weight: 800 !important;

        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Description */
    .gds-product-sourcing-page .gds-service-hero p {
        max-width: 100% !important;
        margin: 18px 0 0 !important;

        color: #475569 !important;

        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    /* Buttons remain compact instead of full width */
    .gds-product-sourcing-page .gds-service-actions {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 24px !important;
    }

    .gds-product-sourcing-page .gds-service-actions .gds-service-btn {
        width: auto !important;
        min-height: 44px !important;
        padding: 0 16px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .gds-product-sourcing-page .gds-service-btn-primary {
        background: linear-gradient(
            135deg,
            #f2b84b 0%,
            #ffd36f 100%
        ) !important;

        color: #08245c !important;
    }

    .gds-product-sourcing-page .gds-service-btn-secondary {
        background: #ffffff !important;
        color: #08245c !important;
        border: 1px solid #cbd8e8 !important;
        box-shadow: 0 8px 18px rgba(15, 35, 79, 0.08) !important;
    }

    /* Right-side process card */
    .gds-product-sourcing-page .gds-service-visual {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;

        padding: 18px !important;

        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 20px !important;

        background:
            radial-gradient(
                circle at top right,
                rgba(245, 158, 11, 0.16),
                transparent 38%
            ),
            linear-gradient(
                180deg,
                #0d3470 0%,
                #061f4f 100%
            ) !important;

        box-shadow: 0 18px 38px rgba(8, 36, 92, 0.20) !important;
    }

    /* Search icon */
    .gds-product-sourcing-page .gds-service-visual-icon {
        grid-column: 1 / -1 !important;

        width: 56px !important;
        height: 56px !important;
        margin-bottom: 4px !important;

        border-radius: 16px !important;
        font-size: 27px !important;
    }

    /* Process items */
    .gds-product-sourcing-page .gds-service-visual strong,
    .gds-product-sourcing-page .gds-service-visual span {
        display: flex !important;
        align-items: center !important;

        min-height: 46px !important;
        padding: 10px 12px !important;

        border-radius: 10px !important;
        background: rgba(255, 255, 255, 0.10) !important;
    }

    .gds-product-sourcing-page .gds-service-visual strong {
        color: #ffffff !important;
        font-size: 14px !important;
    }

    .gds-product-sourcing-page .gds-service-visual span {
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 13px !important;
    }

    /* Bottom CTA banner */
    .gds-product-sourcing-page .gds-service-cta {
        padding: 38px 0 !important;

        background:
            radial-gradient(
                circle at top right,
                rgba(245, 184, 75, 0.18),
                transparent 38%
            ),
            linear-gradient(
                135deg,
                #08245c 0%,
                #0c356d 100%
            ) !important;
    }

    .gds-product-sourcing-page .gds-service-cta-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }

    .gds-product-sourcing-page .gds-service-cta h2 {
        max-width: 100% !important;
        color: #ffffff !important;
        font-size: 27px !important;
        line-height: 1.25 !important;
    }

    .gds-product-sourcing-page
    .gds-service-cta
    .gds-service-btn {
        width: auto !important;
        min-height: 44px !important;
        padding: 0 18px !important;
    }

    .gds-product-sourcing-page
    .gds-service-cta
    .gds-service-btn-light {
        background: linear-gradient(
            135deg,
            #f2b84b 0%,
            #ffd36f 100%
        ) !important;

        color: #08245c !important;
        border: 0 !important;
    }
}

/* Very small phones */
@media screen and (max-width: 390px) {

    .gds-product-sourcing-page .gds-service-hero h1 {
        font-size: 29px !important;
    }

    .gds-product-sourcing-page .gds-service-actions {
        align-items: stretch !important;
    }

    .gds-product-sourcing-page .gds-service-actions .gds-service-btn {
        flex: 1 1 calc(50% - 5px) !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .gds-product-sourcing-page .gds-service-visual {
        grid-template-columns: 1fr !important;
    }

    .gds-product-sourcing-page .gds-service-visual-icon {
        grid-column: auto !important;
    }
}






/* Product Sourcing mobile banner */
@media screen and (max-width: 767px) {

    .gds-product-sourcing-page .gds-service-container {
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
    }

    .gds-product-sourcing-page .gds-service-hero {
        padding: 42px 0 44px !important;

        background:
            radial-gradient(
                circle at top right,
                rgba(30, 86, 181, 0.14),
                transparent 36%
            ),
            linear-gradient(
                135deg,
                #eaf4ff 0%,
                #f6fbff 52%,
                #fff7df 100%
            ) !important;

        color: #08245c !important;
    }

    .gds-product-sourcing-page .gds-service-hero-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .gds-product-sourcing-page .gds-service-eyebrow {
        margin-bottom: 10px !important;
        color: #e6a21a !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: 0.12em !important;
    }

    .gds-product-sourcing-page .gds-service-hero h1 {
        margin: 0 !important;
        max-width: 100% !important;

        color: #08245c !important;

        font-size: 32px !important;
        line-height: 1.12 !important;
        font-weight: 800 !important;
        letter-spacing: -0.025em !important;

        opacity: 1 !important;
    }

    .gds-product-sourcing-page .gds-service-hero p {
        margin: 18px 0 0 !important;
        max-width: 100% !important;

        color: #475569 !important;

        font-size: 14px !important;
        line-height: 1.65 !important;

        opacity: 1 !important;
    }

    /* Keep both buttons compact and on one row */
    .gds-product-sourcing-page .gds-service-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        margin-top: 24px !important;
    }

    .gds-product-sourcing-page .gds-service-actions .gds-service-btn {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;

        padding: 0 10px !important;
        border-radius: 10px !important;

        font-size: 11px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .gds-product-sourcing-page .gds-service-btn-primary {
        background: linear-gradient(
            135deg,
            #f2b84b 0%,
            #ffd36f 100%
        ) !important;

        color: #08245c !important;
        border: 0 !important;
    }

    .gds-product-sourcing-page .gds-service-btn-secondary {
        background: #ffffff !important;
        color: #08245c !important;
        border: 1px solid #cbd8e8 !important;

        box-shadow: 0 8px 20px rgba(15, 35, 79, 0.08) !important;
    }

    /* Right process card */
    .gds-product-sourcing-page .gds-service-visual {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;

        padding: 18px !important;
        border-radius: 20px !important;

        background:
            radial-gradient(
                circle at top right,
                rgba(245, 158, 11, 0.16),
                transparent 38%
            ),
            linear-gradient(
                180deg,
                #0d3470 0%,
                #061f4f 100%
            ) !important;

        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: 0 18px 38px rgba(8, 36, 92, 0.20) !important;
    }

    .gds-product-sourcing-page .gds-service-visual-icon {
        grid-column: 1 / -1 !important;

        width: 56px !important;
        height: 56px !important;
        margin-bottom: 4px !important;

        border-radius: 15px !important;
        background: #ffffff !important;

        font-size: 27px !important;
    }

    .gds-product-sourcing-page .gds-service-visual strong,
    .gds-product-sourcing-page .gds-service-visual span {
        display: flex !important;
        align-items: center !important;

        min-height: 44px !important;
        padding: 10px 12px !important;

        border-radius: 10px !important;
        background: rgba(255, 255, 255, 0.10) !important;
    }

    .gds-product-sourcing-page .gds-service-visual strong {
        color: #ffffff !important;
        font-size: 14px !important;
    }

    .gds-product-sourcing-page .gds-service-visual span {
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 12px !important;
    }
}

/* Smaller phones */
@media screen and (max-width: 380px) {

    .gds-product-sourcing-page .gds-service-hero h1 {
        font-size: 29px !important;
    }

    .gds-product-sourcing-page .gds-service-actions {
        grid-template-columns: 1fr !important;
    }

    .gds-product-sourcing-page .gds-service-visual {
        grid-template-columns: 1fr !important;
    }

    .gds-product-sourcing-page .gds-service-visual-icon {
        grid-column: auto !important;
    }
}