/*
Theme Name: EazyShipping Xpress Courier
Version: 1.2
Description: EazyShipping Xpress courier theme with live Delhivery tracking.
*/

:root{
    --orange:#f58220;
    --black:#101010;
    --dark:#191919;
    --gray:#666;
    --light:#f6f6f6;
    --border:#e5e5e5;
    --white:#fff;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    overflow-x:hidden;
}

body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:#111;
    line-height:1.6;
    overflow-x:hidden;
    background:#fff;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    height:auto;
}

.wrap{
    width:min(1180px,92%);
    margin:0 auto;
}

/* TOP BAR */

.top{
    background:var(--black);
    color:#fff;
    font-size:13px;
    padding:8px 0;
}

.top .wrap{
    display:flex;
    justify-content:space-between;
    gap:20px;
}

/* HEADER */

header{
    background:#fff;
    border-bottom:1px solid var(--border);
    position:sticky;
    top:0;
    z-index:99;
}

.nav{
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.logo{
    font-size:24px;
    font-weight:900;
    color:#111;
    white-space:nowrap;
}

.logo b{
    color:var(--orange);
}

nav{
    display:flex;
    gap:25px;
    align-items:center;
}

nav a{
    font-weight:700;
    color:#111;
    transition:.2s;
}

nav a:hover{
    color:var(--orange);
}

/* HERO */

.hero{
    background:linear-gradient(120deg,#101010,#242424 60%,#3b1c08);
    color:#fff;
    padding:80px 0;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:45px;
    align-items:center;
}

.tag{
    color:var(--orange);
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hero h1{
    font-size:clamp(40px,5vw,66px);
    line-height:1.02;
    margin:12px 0;
}

.hero p{
    color:#ddd;
    font-size:18px;
    max-width:650px;
}

.actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;
}

.btn{
    display:inline-block;
    padding:13px 21px;
    background:var(--orange);
    color:#fff!important;
    border-radius:7px;
    font-weight:800;
    border:0;
    cursor:pointer;
    transition:.2s;
}

.btn:hover{
    transform:translateY(-2px);
    opacity:.92;
}

.btn.black{
    background:#111;
}

/* TRACKING */

.track-card{
    background:#fff;
    color:#111;
    border-radius:16px;
    padding:28px;
    box-shadow:0 20px 55px #0007;
    min-width:0;
    overflow:hidden;
}

.track-card .eazy-tracking-widget{
    margin:0;
    padding:0;
    border:0;
    box-shadow:none;
    max-width:none;
}

/* GENERAL SECTIONS */

.section{
    padding:75px 0;
}

.alt{
    background:var(--light);
}

.heading{
    text-align:center;
    max-width:750px;
    margin:0 auto 40px;
}

.heading h2{
    font-size:38px;
    line-height:1.15;
    margin:0 0 10px;
}

.heading p{
    color:var(--gray);
    margin:0;
}

/* STATS */

.stats-section{
    background:#fff;
    padding:35px 0;
}

.grid4{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    width:100%;
}

.stat-card{
    background:#fff;
    border:1px solid var(--border);
    border-bottom:4px solid var(--orange);
    border-radius:14px;
    padding:24px 15px;
    text-align:center;
    box-shadow:0 7px 25px rgba(0,0,0,.07);
    min-width:0;
}

.stat-card strong{
    display:block;
    color:var(--orange);
    font-size:28px;
    font-weight:900;
    line-height:1.2;
    margin-bottom:5px;
}

.stat-card span{
    display:block;
    color:#555;
    font-weight:700;
}

/* SERVICE CARDS */

.grid3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:27px;
    min-width:0;
    box-shadow:0 7px 25px rgba(0,0,0,.06);
    transition:.2s;
}

.card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.1);
}

.card h3{
    margin:8px 0;
}

.card p{
    color:var(--gray);
    margin:0;
}

.icon{
    font-size:34px;
    color:var(--orange);
    line-height:1;
}

/* HOW IT WORKS */

.steps{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
    text-align:center;
}

.steps > div{
    min-width:0;
}

.num{
    width:48px;
    height:48px;
    border-radius:50%;
    display:inline-grid;
    place-items:center;
    background:var(--orange);
    color:#fff;
    font-weight:900;
    margin-bottom:8px;
}

.steps h3{
    margin:5px 0;
}

.steps p{
    color:var(--gray);
    margin:0;
}

/* QUOTE */

.quote-card{
    max-width:900px;
    margin:auto;
}

.formgrid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-bottom:15px;
}

.input,
textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:7px;
    font:inherit;
    background:#fff;
}

textarea{
    resize:vertical;
}

/* OFFICES */

.office-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.office-grid .card{
    height:100%;
}

.office-grid .card h3{
    color:var(--orange);
}

.office-grid a{
    color:var(--orange);
    font-weight:700;
}

/* CTA */

.cta{
    background:var(--orange);
    color:#fff;
    padding:50px 0;
}

.cta .wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.cta h2{
    margin:0 0 5px;
    font-size:35px;
}

.cta p{
    margin:0;
}

/* FOOTER */

footer{
    background:#111;
    color:#ddd;
    padding:50px 0 18px;
}

.footgrid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:30px;
}

.footgrid h3{
    color:#fff;
}

.footgrid a{
    display:block;
    color:#bbb;
    margin:7px 0;
}

.copy{
    border-top:1px solid #333;
    margin-top:30px;
    padding-top:15px;
    font-size:13px;
}

/* TABLET */

@media(max-width:1000px){

    .hero-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .grid4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .grid3{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .office-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .steps{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .footgrid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* MOBILE */

@media(max-width:700px){

    .wrap{
        width:calc(100% - 28px);
    }

    .top .wrap{
        display:block;
        text-align:center;
    }

    .top .wrap span{
        display:block;
    }

    .nav{
        min-height:65px;
    }

    .logo{
        font-size:19px;
    }

    nav{
        display:none;
    }

    .hero{
        padding:50px 0;
    }

    .hero h1{
        font-size:42px;
    }

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

    .track-card{
        padding:18px;
    }

    .section{
        padding:50px 0;
    }

    .heading h2{
        font-size:30px;
    }

    .grid4,
    .grid3,
    .office-grid{
        grid-template-columns:1fr;
    }

    .steps{
        grid-template-columns:1fr 1fr;
    }

    .formgrid{
        grid-template-columns:1fr;
    }

    .cta .wrap{
        display:block;
    }

    .cta .btn{
        margin-top:20px;
    }

    .footgrid{
        grid-template-columns:1fr;
    }
}

/* SMALL PHONES */

@media(max-width:420px){

    .hero h1{
        font-size:36px;
    }

    .actions{
        display:block;
    }

    .actions .btn{
        display:block;
        width:100%;
        text-align:center;
        margin-bottom:10px;
    }

    .steps{
        grid-template-columns:1fr;
    }

    .stat-card strong{
        font-size:25px;
    }
}
/* =================================================
   EAZYSHIPPING XPRESS BRANDING
   Orange + Black
   ================================================= */

:root {
    --eazy-orange: #f58220;
    --eazy-black: #101010;
}

/* Main section headings */
.heading h2,
.section h2 {
    color: #101010 !important;
}

.heading h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #f58220;
    margin: 12px auto 0;
    border-radius: 4px;
}

/* Service cards */
.grid3 .card {
    border: 2px solid #eeeeee !important;
    border-top: 4px solid #f58220 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    transition: all .25s ease;
}

.grid3 .card:hover {
    border-color: #f58220 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

/* Service titles */
.grid3 .card h3 {
    color: #101010 !important;
    font-weight: 800 !important;
}

/* Service descriptions */
.grid3 .card p {
    color: #555555 !important;
}

/* Service icon */
.grid3 .card .icon {
    color: #f58220 !important;
    font-size: 38px !important;
    font-weight: 900 !important;
}

/* Highlight important words */
.grid3 .card h3:hover {
    color: #f58220 !important;
}

/* Why Choose section */
#about {
    background: #f6f6f6 !important;
}

#about h2 {
    color: #101010 !important;
}

/* Number circles */
.num {
    background: #f58220 !important;
    color: #ffffff !important;
}

/* Buttons */
.btn {
    background: #f58220 !important;
    color: #ffffff !important;
    border: 2px solid #f58220 !important;
}

.btn:hover {
    background: #101010 !important;
    border-color: #101010 !important;
}

/* Black button */
.btn.black {
    background: #101010 !important;
    border-color: #101010 !important;
}

.btn.black:hover {
    background: #f58220 !important;
    border-color: #f58220 !important;
}

/* CTA */
.cta {
    background: #101010 !important;
    color: #ffffff !important;
}

.cta h2 {
    color: #ffffff !important;
}

.cta .btn {
    background: #f58220 !important;
}

/* Links */
a:hover {
    color: #f58220 !important;
}

/* Mobile */
@media (max-width: 800px) {
    .grid3 .card {
        border-top-width: 4px !important;
    }
}