.steel-auction-hero{
    padding:100px 0;
    background:#f5faff;
    overflow:hidden;
}

.auction-hero-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eaf4ff;
    color:#2f8be6;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:25px;
}

.auction-hero-content h1{

    font-size:52px;
    line-height:1.2;
    color:#163b65;
    margin-bottom:25px;
}

.auction-hero-content h1 span{

    color:#2f8be6;
}

.hero-text{

    font-size:17px;
    line-height:30px;
    color:#5d6b7d;
    margin-bottom:20px;
}

.hero-buttons{

    display:flex;
    gap:20px;
    margin-top:40px;
}

.btn-primary{

    background:#2f8be6;
    color:#fff;
    padding:15px 34px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.btn-primary:hover{

    background:#1b70c2;
}

.btn-secondary{

    border:2px solid #2f8be6;
    color:#2f8be6;
    padding:15px 34px;
    border-radius:40px;
    text-decoration:none;
}

.auction-hero-image{

    position:relative;
}

.auction-hero-image img{

    width:100%;
    border-radius:25px;
    box-shadow:0 25px 70px rgba(0,0,0,.15);
}

.floating-card{

    position:absolute;
    background:#fff;
    padding:15px 20px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    font-weight:600;
}

.card-one{

    top:20px;
    left:-40px;
}

.card-two{

    bottom:50px;
    right:-30px;
}

.card-three{

    bottom:180px;
    left:-30px;
}

@media(max-width:991px){

.auction-hero-wrapper{

grid-template-columns:1fr;
}

.auction-hero-content{

order:2;
}

.auction-hero-image{

order:1;
}

.auction-hero-content h1{

font-size:40px;
}

.hero-buttons{

flex-wrap:wrap;
}

}

/*--------------------------------------------------------------
Latest Auctions
--------------------------------------------------------------*/

.steel-auctions-preview{

    padding:90px 0;

}

.section-heading{

    text-align:center;

    max-width:700px;

    margin:auto auto 60px;

}

.section-heading h2{

    font-size:42px;

    color:#163b65;

    margin:15px 0;

}

.section-heading p{

    color:#6d7785;

    line-height:28px;

}

.auction-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.auction-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    border:1px solid #e8eef6;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    transition:.35s;

}

.auction-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(47,139,230,.15);

}

.auction-status{

    display:inline-block;

    background:#eaf4ff;

    color:#2f8be6;

    padding:7px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:20px;

}

.auction-card h3{

    color:#163b65;

    margin-bottom:25px;

    font-size:24px;

}

.auction-meta{

    display:grid;

    gap:18px;

    margin-bottom:30px;

}

.auction-meta strong{

    display:block;

    color:#163b65;

    margin-bottom:4px;

}

.auction-meta span{

    color:#666;

}

.auction-btn{

    display:block;

    text-align:center;

    background:#2f8be6;

    color:#fff;

    padding:14px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;

}

.auction-btn:hover{

    background:#0d71d7;

    color:#fff;

}

.auction-view-all{

    text-align:center;

    margin-top:60px;

}

@media(max-width:1200px){

.auction-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.auction-grid{

grid-template-columns:1fr;

}

}

/*==================================================
Ecosystem
==================================================*/

.tes-ecosystem{

    padding:120px 0;

    background:#f8fbff;

}

.ecosystem-wrapper{

    position:relative;

    max-width:1200px;

    margin:auto;

    min-height:750px;

}

.ecosystem-center{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:250px;

    height:250px;

    border-radius:50%;

    background:#2f8be6;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:0 25px 60px rgba(47,139,230,.25);

}

.ecosystem-logo img{

    width:90px;

    margin-bottom:20px;

}

.ecosystem-item{

    position:absolute;

    width:270px;

    background:#fff;

    padding:30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.ecosystem-item:hover{

    transform:translateY(-10px);

}

.ecosystem-item img{

    width:65px;

    margin-bottom:20px;

}

.ecosystem-item h4{

    color:#163b65;

    margin-bottom:15px;

}

.ecosystem-item p{

    color:#666;

    line-height:28px;

}

/* Position */

.buyer{

    left:0;

    top:0;

}

.seller{

    right:0;

    top:0;

}

.facilitator{

    left:0;

    bottom:0;

}

.service{

    right:0;

    bottom:0;

}

.referrer{

    left:50%;

    bottom:-40px;

    transform:translateX(-50%);

}

@media(max-width:991px){

.ecosystem-wrapper{

display:grid;

grid-template-columns:1fr;

gap:30px;

min-height:auto;

}

.ecosystem-center,

.ecosystem-item{

position:relative;

left:auto;

top:auto;

right:auto;

bottom:auto;

transform:none;

width:100%;

margin:auto;

}

}

/*==================================================
Why Auctions
==================================================*/

.why-auctions{
    padding:100px 0;
    background:#fff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.why-card{
    background:#fff;
    border:1px solid #e8eef6;
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.3s;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:#2f8be6;
    box-shadow:0 20px 40px rgba(47,139,230,.12);
}

.why-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#eaf4ff;
    color:#2f8be6;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    font-weight:bold;
}

.why-card h3{
    color:#163b65;
    margin-bottom:15px;
    font-size:22px;
}

.why-card p{
    color:#666;
    line-height:28px;
}

@media(max-width:991px){
    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .why-grid{
        grid-template-columns:1fr;
    }
}