.elementor-12173 .elementor-element.elementor-element-523c4a7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-523c4a7 *//*=========================================================
SELLERS PAGE
PART 1
Global + Hero + Intro + Material Cards
=========================================================*/

:root{

    --primary:#5A8702;
    --secondary:#2F4F06;

    --dark:#171717;
    --text:#000000;
    --light:#F7F9FB;

    --white:#ffffff;
    --border:#E6E6E6;

    --radius:18px;

    --shadow:
        0 12px 40px rgba(0,0,0,.08);

    --transition:.35s ease;

}

/*=========================================================
RESET
=========================================================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:Inter,sans-serif;
    color:var(--text);
    line-height:1.8;
    background:#fff;


}

img{

    display:block;
    width:100%;
    max-width:100%;

}

a{

    text-decoration:none;
    transition:var(--transition);

}

.container{

    width:92%;
    max-width:1250px;
    margin:auto;

}

/*=========================================================
COMMON
=========================================================*/

.section{

    padding:110px 0;

}

.gray{

    background:#F7F9FB;

}

.section-title{

    text-align:center;
    max-width:900px;
    margin:0 auto 70px;

}

.section-title h2{

    font-size:44px;
    color:var(--dark);
    margin-bottom:22px;
    line-height:1.25;

}

.section-title p{

    font-size:18px;
    color:#000;

}

.section-subtitle{

    display:inline-block;

    padding:8px 18px;

    background:rgba(90,135,2,.10);

    color:var(--primary);

    border-radius:40px;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:22px;

}

/*=========================================================
HERO
=========================================================*/

.seller-hero{

    position:relative;

    padding:150px 0;

    overflow:hidden;

    background:

    linear-gradient(

        rgba(0,0,0,.65),

        rgba(0,0,0,.65)

    ),

    url("https://multiverseexim.com/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-21-at-11.10.32-AM.jpeg")

    center center/cover

    no-repeat;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        90deg,

        rgba(0,0,0,.65),

        rgba(0,0,0,.30)

    );

}

.hero-content{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.hero-left h1{

    color:#fff;

    font-size:62px;

    line-height:1.18;

    margin-bottom:28px;

}

.hero-left h1 span{

    display:block;

    color:#B7F357;

}

.hero-text{

    color:#fff;

    font-size:18px;

    margin-bottom:18px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-top:40px;

}

.btn-buyers{

    background:var(--primary);

    color:#fff;

    padding:18px 38px;

    border-radius:50px;

    font-weight:600;

}

.btn-buyers:hover{

    background:var(--secondary);

}

.btn-outline{

    color:#fff;

    border:2px solid #fff;

    padding:18px 38px;

    border-radius:50px;

    font-weight:600;

}

.btn-outline:hover{

    background:#fff;

    color:#111;

}

.hero-right img{

    border-radius:24px;

    box-shadow:0 30px 80px rgba(0,0,0,.35);

}

/*=========================================================
STATS
=========================================================*/

.hero-boxes{

    display:flex;

    gap:22px;

    flex-wrap:wrap;

    margin-top:55px;

}

.hero-box{

    flex:1;

    min-width:180px;

    background:#fff;

    border-radius:20px;

    padding:30px;

    text-align:center;

    box-shadow:var(--shadow);

}

.hero-box h3{

    font-size:44px;

    color:var(--primary);

    margin-bottom:8px;

}

.hero-box p{

    color:#000;

    font-weight:600;

}

/*=========================================================
INTRO
=========================================================*/

.two-column{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.two-column img{

    border-radius:22px;

    box-shadow:var(--shadow);

}

.two-column h2{

    font-size:42px;

    margin-bottom:22px;

    color:var(--dark);

}

.two-column p{

    color:#000;

    margin-bottom:20px;

    font-size:17px;

}

/*=========================================================
FEATURE LIST
=========================================================*/

.feature-list{

    display:grid;

    grid-template-columns:

    repeat(

        2,

        minmax(220px,1fr)

    );

    gap:18px;

    margin-top:35px;

}

.feature-list div{

    background:#fff;

    padding:20px;

    border-radius:14px;

    color:#000;

    font-weight:600;

    box-shadow:

    0 10px 30px

    rgba(0,0,0,.06);

}

/*=========================================================
MATERIAL GRID
=========================================================*/

.material-grid{

    display:grid;

    grid-template-columns:

    repeat(

        auto-fit,

        minmax(290px,1fr)

    );

    gap:35px;

}

.card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.card:hover{

    transform:translateY(-10px);

}

.card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.card h3{

    font-size:28px;

    color:var(--dark);

    padding:28px 28px 14px;

}

.card p{

    padding:0 28px;

    color:#000;

    font-size:16px;

}

.card ul{

    margin-top:22px;

    padding:

    0

    28px

    28px

    48px;

}

.card li{

    margin-bottom:12px;

    color:#000;

}

/*=========================================================
CARD ANIMATION
=========================================================*/

.card img{

    transition:.5s;

}

.card:hover img{

    transform:scale(1.05);

}

/*=========================================================
SECTION SPACING
=========================================================*/

.section+.section{

    border-top:1px solid #f0f0f0;

}


/*=========================================================
PART 2
Industries + Benefits + Global Network
Process + Logistics
=========================================================*/

/*=========================================================
INDUSTRY GRID
=========================================================*/

.industry-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:30px;

    margin-top:60px;

}

.industry-card{

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:var(--transition);

    box-shadow:var(--shadow);

    border:1px solid var(--border);

}

.industry-card:hover{

    transform:translateY(-10px);

    border-color:var(--primary);

}

.industry-card img{

    width:70px;

    height:70px;

    object-fit:contain;

    margin:0 auto 25px;

}

.industry-card h4{

    font-size:20px;

    color:var(--dark);

    line-height:1.5;

}

/*=========================================================
BENEFITS
=========================================================*/

.benefits-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));

    gap:35px;

    margin-top:60px;

}

.benefit-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:45px;

    overflow:hidden;

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.benefit-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:var(--primary);

}

.benefit-card:hover{

    transform:translateY(-10px);

}

.benefit-card h3{

    font-size:28px;

    color:var(--dark);

    margin-bottom:18px;

}

.benefit-card p{

    color:#000;

    font-size:17px;

    line-height:1.8;

}

/*=========================================================
GLOBAL PROCUREMENT
=========================================================*/

.global-map{

    margin-top:50px;

}

.global-map img{

    border-radius:24px;

    box-shadow:var(--shadow);

}

.global-stats{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:45px;

}

.global-stat{

    background:#fff;

    text-align:center;

    padding:35px;

    border-radius:20px;

    box-shadow:var(--shadow);

}

.global-stat h2{

    font-size:42px;

    color:var(--primary);

    margin-bottom:12px;

}

.global-stat p{

    color:#000;

    font-weight:600;

}

/*=========================================================
PROCESS
=========================================================*/

.process{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));

    gap:35px;

    margin-top:70px;

    position:relative;

}

.step{

    position:relative;

    background:#fff;

    padding:45px 35px;

    border-radius:22px;

    text-align:center;

    transition:var(--transition);

    box-shadow:var(--shadow);

}

.step:hover{

    transform:translateY(-12px);

}

.step span{

    width:70px;

    height:70px;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:700;

    margin:0 auto 28px;

}

.step h4{

    font-size:24px;

    margin-bottom:18px;

    color:var(--dark);

}

.step p{

    color:#000;

    font-size:16px;

}

.process:before{

    content:"";

    position:absolute;

    left:0;

    right:0;

    top:35px;

    height:3px;

    background:#d9e4c2;

    z-index:0;

}

.step{

    z-index:2;

}

/*=========================================================
LOGISTICS
=========================================================*/

.service-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));

    gap:35px;

    margin-top:65px;

}

.service-card{

    background:#fff;

    overflow:hidden;

    border-radius:22px;

    transition:var(--transition);

    box-shadow:var(--shadow);

}

.service-card:hover{

    transform:translateY(-10px);

}

.service-card img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s;

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-card h3{

    font-size:28px;

    color:var(--dark);

    padding:28px 30px 15px;

}

.service-card p{

    color:#000;

    padding:0 30px 35px;

    line-height:1.8;

}

/*=========================================================
SECTION DECORATION
=========================================================*/

.section-title{

    position:relative;

}

.section-title:after{

    content:"";

    width:90px;

    height:4px;

    background:var(--primary);

    display:block;

    margin:28px auto 0;

    border-radius:20px;

}

/*=========================================================
IMAGE EFFECTS
=========================================================*/

.two-column img,

.service-card img,

.global-map img{

    transition:.5s;

}

.two-column:hover img,

.service-card:hover img{

    transform:scale(1.03);

}

/*=========================================================
BUTTON EFFECT
=========================================================*/

.btn-buyers,

.btn-outline{

    position:relative;

    overflow:hidden;

}

.btn-buyers:before,

.btn-outline:before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.15);

    transition:.45s;

}

.btn-buyers:hover:before,

.btn-outline:hover:before{

    left:100%;

}


/*=========================================================
PART 3
FAQ + TRUST + CTA + RESPONSIVE + ANIMATIONS
=========================================================*/

/*=========================================================
FAQ
=========================================================*/

.faq{

    display:grid;

    gap:24px;

    max-width:1000px;

    margin:60px auto 0;

}

.faq-item{

    background:#fff;

    padding:35px 40px;

    border-radius:18px;

    border-left:6px solid var(--primary);

    box-shadow:var(--shadow);

    transition:var(--transition);

}

.faq-item:hover{

    transform:translateY(-6px);

}

.faq-item h3{

    font-size:24px;

    color:var(--dark);

    margin-bottom:16px;

}

.faq-item p{

    color:#000;

    font-size:17px;

    line-height:1.9;

}

/*=========================================================
TRUST BANNER
=========================================================*/

.trust-banner{

    background:

    linear-gradient(

        135deg,

        var(--primary),

        var(--secondary)

    );

    padding:90px 0;

    text-align:center;

    color:#fff;

}

.trust-banner h2{

    font-size:46px;

    max-width:950px;

    margin:0 auto 55px;

    line-height:1.3;

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:30px;

}

.trust-grid div{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(6px);

    padding:30px;

    border-radius:18px;

    font-size:18px;

    font-weight:600;

    border:1px solid rgba(255,255,255,.2);

    transition:var(--transition);

}

.trust-grid div:hover{

    background:rgba(255,255,255,.18);

    transform:translateY(-8px);

}

/*=========================================================
CTA
=========================================================*/

.buyers-cta{

    background:

    linear-gradient(

        rgba(0,0,0,.70),

        rgba(0,0,0,.70)

    ),

    url("YOUR-CTA-IMAGE.jpg")

    center center/cover

    no-repeat;

    padding:130px 0;

    text-align:center;

}

.buyers-cta h2{

    color:#fff;

    font-size:54px;

    margin:20px auto 25px;

    max-width:900px;

    line-height:1.25;

}

.buyers-cta p{

    color:#fff;

    max-width:850px;

    margin:0 auto 45px;

    font-size:18px;

    line-height:1.9;

}

.white{

    color:#fff;

    background:rgba(255,255,255,.15);

}

/*=========================================================
BUTTONS
=========================================================*/

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-buyers{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

}

/*=========================================================
SMOOTH IMAGE EFFECTS
=========================================================*/

img{

    transition:

    transform .45s ease,

    filter .45s ease;

}

.card:hover img,

.service-card:hover img,

.two-column:hover img{

    transform:scale(1.05);

}

/*=========================================================
SCROLL ANIMATION READY
=========================================================*/

.fade-up{

    opacity:0;

    transform:translateY(50px);

    transition:

    opacity .8s ease,

    transform .8s ease;

}

.fade-up.active{

    opacity:1;

    transform:translateY(0);

}

/*=========================================================
HOVER LIFT
=========================================================*/

.card,

.industry-card,

.benefit-card,

.service-card,

.hero-box,

.faq-item,

.trust-grid div{

    transition:

    transform .35s ease,

    box-shadow .35s ease;

}

.card:hover,

.industry-card:hover,

.benefit-card:hover,

.service-card:hover,

.hero-box:hover,

.faq-item:hover,

.trust-grid div:hover{

    transform:translateY(-10px);

    box-shadow:

    0 25px 60px rgba(0,0,0,.12);

}

/*=========================================================
TEXT SELECTION
=========================================================*/

::selection{

    background:var(--primary);

    color:#fff;

}

/*=========================================================
SCROLLBAR
=========================================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#f4f4f4;

}

::-webkit-scrollbar-thumb{

    background:var(--primary);

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:var(--secondary);

}

/*=========================================================
RESPONSIVE - LARGE TABLETS
=========================================================*/

@media(max-width:1100px){

    .hero-content,

    .two-column{

        grid-template-columns:1fr;

        gap:60px;

    }

    .hero-left{

        text-align:center;

    }

    .hero-boxes{

        justify-content:center;

    }

    .hero-left h1{

        font-size:52px;

    }

    .feature-list{

        grid-template-columns:repeat(2,1fr);

    }

}

/*=========================================================
TABLET
=========================================================*/

@media(max-width:768px){

    .section{

        padding:80px 0;

    }

    .hero-left h1{

        font-size:42px;

    }

    .section-title h2,

    .two-column h2,

    .buyers-cta h2,

    .trust-banner h2{

        font-size:36px;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:center;

    }

    .btn-buyers,

    .btn-outline{

        width:100%;

        max-width:320px;

    }

    .feature-list{

        grid-template-columns:1fr;

    }

    .hero-box{

        min-width:100%;

    }

    .process:before{

        display:none;

    }

}

/*=========================================================
MOBILE
=========================================================*/

@media(max-width:576px){

    .container{

        width:94%;

    }

    .seller-hero{

        padding:110px 0;

    }

    .hero-left h1{

        font-size:34px;

    }

    .hero-text{

        font-size:16px;

    }

    .section-title h2{

        font-size:30px;

    }

    .section-title p{

        font-size:16px;

    }

    .card h3,

    .service-card h3,

    .benefit-card h3,

    .faq-item h3{

        font-size:22px;

    }

    .hero-box h3{

        font-size:34px;

    }

    .buyers-cta{

        padding:90px 0;

    }

    .buyers-cta h2{

        font-size:32px;

    }

    .buyers-cta p{

        font-size:16px;

    }

}

/*=========================================================
END OF STYLESHEET
=========================================================*/
.section p {
    color: #555555 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-80cb5de *//* Hero Boxes description color */
.hero-box p{
    color: #555555 !important;
}/* End custom CSS */