/*==========================================
EXPORT MARKET PAGE
==========================================*/

.section{
    padding:90px 0;
}

.light-bg{
    background:#f7f9fc;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}


/*==========================================
PAGE BANNER
==========================================*/

.page-banner{

    background:
    linear-gradient(rgba(0,51,102,.75),
    rgba(0,51,102,.75)),
    url("../images/export/banner.webp")
    center/cover no-repeat;

    color:#fff;

    text-align:center;

    padding:140px 20px;

}

.page-banner h1{

    font-size:48px;

    margin-bottom:20px;

    font-weight:700;

}

.page-banner p{

    max-width:700px;

    margin:auto;

    font-size:22px;

    line-height:1.8;

    color:#fff;

}


.world-map{

margin-top:20px;

text-align:center;

}

.world-map img{

height:600px;

width:100%;

max-width:1400px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.15);

}

/*==========================================
SECTION TITLE
==========================================*/

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    display:inline-block;

    color:#0b6db6;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:10px;

    font-size:26px;

}

.section-title h2{

    font-size:34px;

    color:#0d2d52;

}

.section-title p{

    max-width:700px;

    margin:20px auto 0;

    color:#666;

}


/*==========================================
ABOUT GRID
==========================================*/

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.about-grid img{

    width:100%;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.about-grid p{

    color:#666;

    line-height:1.9;

    margin-bottom:18px;

}


/*==========================================
CHECK LIST
==========================================*/

.check-list{

    list-style:none;

    margin-top:25px;

}

.check-list li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

    color:#444;

}

.check-list i{

    color:#0b6db6;

}


/*==========================================
COUNTRY GRID
==========================================*/

.country-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;
    margin-top:40px;

}

.country-card{

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    padding:18px 20px;

    border-radius:10px;

    border:1px solid #e8e8e8;

    transition:.3s;

    cursor:pointer;

    box-shadow:0 5px 15px rgba(0,0,0,.06);

}

.country-card:hover{

    transform:translateY(-15px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

    border-radius: 10px;
    border-color: #0b6db6;
}

.country-card img{

    width:70px;

    height:80px;

    object-fit:contain;

    flex-shrink:0;

}

.country-card h3{

    font-size:18px;

    color:#0d2d52;

}

/*==========================================
EXPORT SERVICES
==========================================*/

.service-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:#fff;

    padding:35px 30px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s ease;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.service-card i{

    font-size:55px;

    color:#0b6db6;

    margin-bottom:20px;

}

.service-card h3{

    font-size:24px;

    color:#0d2d52;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:1.8;

}


/*==========================================
EXPORT PROCESS
==========================================*/

.process-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.process-box{

    background:#fff;

    padding:35px;

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    text-align:center;

    position:relative;

}

.process-box:hover{

    background:#0b6db6;

    color:#fff;

    transform:translateY(-8px);

}

.process-box span{

    display:flex;

    justify-content:center;

    align-items:center;

    width:50px;

    height:40px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#0b6db6;

    color:#fff;

    font-size:25px;

    font-weight:bold;

}

.process-box:hover span{

    background:#fff;

    color:#0b6db6;

}

.process-box h4{

    margin-bottom:15px;

    font-size:22px;

}

.process-box p{

    line-height:1.8;

}

.process-box:hover p{

    color:#fff;

}



/*==========================================
DOCUMENT SECTION
==========================================*/
/* 
.service-card i.fa-file-lines,
.service-card i.fa-certificate,
.service-card i.fa-file-shield,
.service-card i.fa-box,
.service-card i.fa-earth-asia,
.service-card i.fa-ship{

    color:#0b6db6;

} */


/*==========================================
CTA SECTION
==========================================*/

.cta{

    background:linear-gradient(135deg,#003366,#0b6db6);

    color:#fff;

    text-align:center;

    padding:90px 20px;

}

.cta h2{

    font-size:40px;

    margin-bottom:20px;

}

.cta p{

    max-width:700px;

    margin:auto;

    line-height:1.8;

    margin-bottom:35px;

}

.cta .btn{

    display:inline-block;

    padding:14px 35px;

    background:#fff;

    color:#0b6db6;

    text-decoration:none;

    border-radius:6px;

    font-weight:600;

    transition:.3s;

}

.cta .btn:hover{

    background:accent;

    color: #fff;

}


/*==========================================
FADE ANIMATION
==========================================*/

.fade-up{

    opacity:0;

    transform:translateY(40px);

    transition:.8s ease;

}

.fade-up.show{

    opacity:1;

    transform:translateY(0);

}


/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:992px){

    .about-grid{

        grid-template-columns:1fr;

    }

    .section{

        padding:70px 0;

    }

    .page-banner{

        padding:110px 20px;

    }

    .page-banner h1{

        font-size:40px;

    }

}


@media(max-width:768px){

    .page-banner h1{

        font-size:32px;

    }

    .section-title h2{

        font-size:28px;

    }

    .service-grid,
    .process-grid,
    .country-grid{

        grid-template-columns:1fr;

    }

    .cta h2{

        font-size:30px;

    }

}


@media(max-width:480px){

    .container{

        width:92%;

    }

    .page-banner{

        padding:80px 15px;

    }

    .page-banner p{

        font-size:15px;

    }

    .service-card,
    .country-card,
    .process-box{

        padding:25px;

    }

    .cta{

        padding:70px 15px;

    }

    .cta h2{

        font-size:26px;

    }

    .cta .btn{

        width:100%;

        text-align:center;

    }

}