/*==================================================
    KURUNJI MASALA
    EXPORT PAGE
==================================================*/


/*==================================================
    EXPORT HERO
==================================================*/

.export-hero{
    position:relative;
    padding:110px 0;
    background:
        linear-gradient(
            90deg,
            rgba(18,53,36,.68),
            rgba(18,53,36,.34)
        ),
        url("../images/export/export-banner.png")
        center/cover no-repeat;
    color:#fff;
}

.export-hero-content{
    max-width:850px;
}

.export-hero-content > span{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 18px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.export-hero h1{
    margin:0 0 22px;
    font-size:56px;
    line-height:1.15;
    font-weight:700;
}

.export-hero h1 strong{
    display:block;
    color:#f0c75e;
}

.export-hero p{
    max-width:720px;
    margin:0 0 30px;
    color:rgba(255,255,255,.9);
    font-size:17px;
    line-height:1.85;
}


/*==================================================
    HERO BUTTONS
==================================================*/

.export-hero-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.export-outline-btn{
    border:1px solid rgba(255,255,255,.5);
    background:transparent;
    color:#fff;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.export-outline-btn:hover{
    background:#fff;
    color:var(--primary);
}


/*==================================================
    BREADCRUMB
==================================================*/

.export-breadcrumb{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
}

.export-breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.export-breadcrumb a:hover{
    color:#f0c75e;
}

.export-breadcrumb i{
    font-size:11px;
    opacity:.7;
}

.export-breadcrumb span{
    color:#f0c75e;
}


/*==================================================
    EXPORT INTRO
==================================================*/

.export-intro{
    padding:100px 0;
    background:#fff;
}

.export-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.section-label{
    display:inline-block;
    margin-bottom:15px;
    padding:8px 18px;
    border-radius:30px;
    background:#f5ead0;
    color:#8a6500;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.export-intro-content h2{
    margin:0 0 20px;
    color:#222;
    font-size:44px;
    line-height:1.2;
}

.export-intro-content > p{
    margin-bottom:16px;
    color:#666;
    font-size:16px;
    line-height:1.85;
}


/*==================================================
    INTRO HIGHLIGHTS
==================================================*/

.export-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:30px;
}

.export-highlight{
    display:flex;
    align-items:flex-start;
    gap:13px;
}

.export-highlight > i{
    width:42px;
    height:42px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#eef8ef;
    color:var(--primary);
}

.export-highlight h3{
    margin:0 0 5px;
    color:#222;
    font-size:16px;
}

.export-highlight p{
    margin:0;
    color:#777;
    font-size:13px;
    line-height:1.6;
}


/*==================================================
    INTRO IMAGE
==================================================*/

.export-intro-image{
    display:flex;
    justify-content:center;
}

.export-image-box{
    width:100%;
    max-width:500px;
    height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:45px;
    border-radius:30px;
    background:#f8faf7;
    overflow:hidden;
}

.export-image-box img{
    width:auto;
    max-width:85%;
    height:410px;
    object-fit:contain;
    display:block;
}


/*==================================================
    BENEFITS
==================================================*/

.export-benefits{
    padding:100px 0;
    background:#f8faf7;
}

.section-header{
    max-width:760px;
    margin:0 auto 50px;
    text-align:center;
}

.section-header > span{
    display:inline-block;
    margin-bottom:15px;
    padding:8px 18px;
    border-radius:30px;
    background:#f5ead0;
    color:#8a6500;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.section-header h2{
    margin:0 0 18px;
    color:#222;
    font-size:42px;
    line-height:1.2;
}

.section-header p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.export-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.export-benefit-card{
    padding:32px 25px;
    background:#fff;
    border:1px solid #e5ebe6;
    border-radius:22px;
    text-align:center;
    transition:.35s ease;
}

.export-benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.benefit-icon{
    width:60px;
    height:60px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#eef8ef;
    color:var(--primary);
    font-size:22px;
}

.export-benefit-card h3{
    margin:0 0 12px;
    color:#222;
    font-size:18px;
}

.export-benefit-card p{
    margin:0;
    color:#777;
    font-size:14px;
    line-height:1.75;
}


/*==================================================
    EXPORT PRODUCTS
==================================================*/

.export-products{
    padding:100px 0;
    background:#fff;
}

.export-products-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    max-width:1000px;
    margin:0 auto;
}

.export-product-card{
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #e5ebe6;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s ease;
}

.export-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.10);
}

.export-product-image{
    height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    background:#f8faf7;
}

.export-product-image img{
    width:auto;
    max-width:80%;
    height:240px;
    object-fit:contain;
}

.masala-placeholder{
    width:120px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f5ead0;
    color:#8a6500;
    font-size:45px;
}

.export-product-content{
    padding:28px;
}

.export-product-content > span{
    color:#8a6500;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.export-product-content h3{
    margin:10px 0 10px;
    color:#222;
    font-size:24px;
}

.export-product-content p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.75;
}


/*==================================================
    EXPORT PROCESS
==================================================*/

.export-process{
    padding:100px 0;
    background:#f8faf7;
}

.export-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.process-step{
    position:relative;
    padding:30px 25px;
    background:#fff;
    border:1px solid #e5ebe6;
    border-radius:22px;
}

.process-number{
    margin-bottom:22px;
    color:var(--primary);
    font-size:30px;
    font-weight:800;
}

.process-step h3{
    margin:0 0 12px;
    color:#222;
    font-size:19px;
}

.process-step p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.75;
}


/*==================================================
    DOCUMENTATION
==================================================*/

.export-documents{
    padding:100px 0;
    background:#fff;
}

.export-documents-grid{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:60px;
    align-items:center;
}

.documents-content h2{
    margin:0 0 18px;
    color:#222;
    font-size:42px;
}

.documents-content > p{
    max-width:650px;
    margin:0 0 25px;
    color:#666;
    font-size:16px;
    line-height:1.85;
}

.document-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.document-list div{
    display:flex;
    align-items:center;
    gap:12px;
    color:#444;
    font-size:14px;
    font-weight:500;
}

.document-list i{
    color:var(--primary);
    font-size:18px;
}

.documents-box{
    padding:45px 30px;
    border-radius:25px;
    background:#f8faf7;
    text-align:center;
}

.documents-box > i{
    width:65px;
    height:65px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:#eef8ef;
    color:var(--primary);
    font-size:25px;
}

.documents-box h3{
    margin:0 0 10px;
    color:#222;
    font-size:23px;
}

.documents-box p{
    margin:0 0 22px;
    color:#666;
    font-size:14px;
    line-height:1.7;
}


/*==================================================
    BUYER ENQUIRY
==================================================*/

.export-enquiry{
    padding:80px 0;
    background:
        linear-gradient(
            135deg,
            #123524,
            #1f6b2d
        );
    color:#fff;
}

.export-enquiry-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.export-enquiry-wrapper > div:first-child{
    max-width:700px;
}

.export-enquiry-wrapper > div:first-child > span{
    color:#f0c75e;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.export-enquiry-wrapper h2{
    margin:12px 0 15px;
    font-size:40px;
    line-height:1.2;
}

.export-enquiry-wrapper p{
    margin:0;
    color:rgba(255,255,255,.85);
    font-size:15px;
    line-height:1.8;
}

.export-enquiry-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}

.export-email-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 22px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s ease;
}

.export-email-btn:hover{
    background:#fff;
    color:var(--primary);
}


/*==================================================
    TABLET
==================================================*/

@media(max-width:1100px){

    .export-benefits-grid,
    .export-process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:992px){

    .export-hero{
        padding:90px 0;
    }

    .export-hero h1{
        font-size:46px;
    }

    .export-intro-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .export-intro-content{
        text-align:center;
        max-width:750px;
        margin:0 auto;
    }

    .export-intro-image{
        order:2;
    }

    .export-highlights{
        text-align:left;
    }

    .export-documents-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .documents-content{
        max-width:750px;
        margin:0 auto;
        text-align:center;
    }

    .document-list{
        align-items:center;
    }

    .export-enquiry-wrapper{
        flex-direction:column;
        text-align:center;
    }

}


/*==================================================
    MOBILE
==================================================*/

@media(max-width:768px){

    .export-hero{
        padding:70px 0;
    }

    .export-hero-content{
        text-align:center;
        margin:0 auto;
    }

    .export-hero h1{
        font-size:36px;
    }

    .export-hero p{
        font-size:15px;
    }

    .export-hero-actions{
        justify-content:center;
    }

    .export-breadcrumb{
        justify-content:center;
    }

    .export-intro,
    .export-benefits,
    .export-products,
    .export-process,
    .export-documents{
        padding:70px 0;
    }

    .export-intro-content h2,
    .section-header h2,
    .documents-content h2{
        font-size:34px;
    }

    .export-highlights{
        grid-template-columns:1fr;
    }

    .export-image-box{
        height:400px;
    }

    .export-image-box img{
        height:320px;
    }

    .export-benefits-grid,
    .export-process-grid,
    .export-products-grid{
        grid-template-columns:1fr;
    }

    .export-product-image{
        height:270px;
    }

    .export-enquiry{
        padding:65px 0;
    }

    .export-enquiry-wrapper h2{
        font-size:32px;
    }

    .export-enquiry-actions{
        flex-direction:column;
        width:100%;
    }

    .export-enquiry-actions .btn,
    .export-email-btn{
        width:100%;
        justify-content:center;
    }

}


/*==================================================
    SMALL MOBILE
==================================================*/

@media(max-width:480px){

    .export-hero h1{
        font-size:30px;
    }

    .export-hero-content > span{
        font-size:11px;
    }

    .export-intro-content h2,
    .section-header h2,
    .documents-content h2{
        font-size:29px;
    }

    .export-image-box{
        height:330px;
        padding:25px;
    }

    .export-image-box img{
        height:270px;
    }

    .export-product-image{
        height:240px;
    }

    .export-product-image img{
        height:195px;
    }

    .export-enquiry-wrapper h2{
        font-size:28px;
    }

}

/*==================================================
    HERO IMAGE CLARITY FIX
==================================================*/

.export-hero h1{
    color:#fff;
    text-shadow:0 2px 5px rgba(0,0,0,.18);
}

.export-hero p{
    color:#fff;
    text-shadow:0 1px 3px rgba(0,0,0,.25);
}