/*====================================
ARTICLE TAGS
====================================*/

.article-tags{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:40px 0 20px;
}

.tag-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 15px;
    background:#fff;
    border:1px solid #dcccb5;
    border-radius:40px;
    color:#555;
    font-size:14px;
    font-weight:500;
    line-height:1.2;
    text-decoration:none;
    transition:.3s ease;
}

.tag-chip:hover{
    background:#0b8b84;
    border-color:#0b8b84;
    color:#fff;
}

/* Tablet */

@media (max-width:991px){

.tag-chip{
    font-size:15px;
    padding:9px 16px;
}

}

/* Mobile */

@media (max-width:576px){

.article-tags{
    gap:10px;
}

.tag-chip{
    font-size:14px;
    padding:8px 14px;
}

}
/*===========================
SECTION 05
===========================*/

.benefit-section{

    margin-top:40px;

}

.section-title{

    margin-bottom:45px;

}

.section-title span{

    display:inline-block;

    color:#0b8b84;

    font-size:25px;

    font-weight:800;

    line-height:1;

    margin-bottom:10px;

}

.section-title h2{

    font-size:22px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

}

.section-title p{

    font-size:15px;

    color:#666;

    line-height:34px;

    max-width:900px;

}

.benefit-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.benefit-card{

    background:#faf6ef;

    border:1px solid #e7d8c5;

    border-radius:18px;

    padding:35px;

    transition:.35s;

}

.benefit-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.benefit-card h4{

    color:#d55c17;

    font-size:16px;

    font-weight:700;

    margin-bottom:10px;

    letter-spacing:.5px;

}

.benefit-card p{

    margin:0;

    font-size:15px;

    line-height:26px;

    color:#555;

}

@media(max-width:768px){

.benefit-grid{

grid-template-columns:1fr;

}

.section-title span{

font-size:22px;

}

.section-title h2{

font-size:22px;

}

.benefit-card{

padding:15px;

}

}
/*==========================================
WHY iM16K
==========================================*/

.why-im16k-section{

    margin:70px 0;

}

/* Note */

.engineering-note{

    background:#edf7f6;

    border-left:5px solid #0b8b84;

    border-radius:0 14px 14px 0;

    padding:35px 40px;

    margin-bottom:40px;

}

.engineering-note p{

    margin:0;

    font-size:15px;

    line-height:32px;

    color:#505050;

    font-weight:400;

}

.engineering-note strong{

    color:#0b8b84;

    font-size:22px;

    font-weight:700;

}

/* KPI Grid */

.performance-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    border:1px solid #dfd2bf;

    border-radius:18px;

    overflow:hidden;

    background:#fcfaf6;

}

.performance-card{

    padding:38px 30px;

    border-right:1px solid #dfd2bf;

    transition:.35s;

}

.performance-card:last-child{

    border-right:none;

}

.performance-card:hover{

    background:#ffffff;

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.metric{

    color:#0b8b84;

    font-size:20px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:22px;

}

.performance-card p{

    color:#6c6c6c;

    font-size:15px;

    line-height:34px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.performance-grid{

grid-template-columns:repeat(2,1fr);

}

.performance-card:nth-child(2){

border-right:none;

}

.performance-card{

border-bottom:1px solid #dfd2bf;

}

.performance-card:nth-last-child(-n+2){

border-bottom:none;

}

}

@media(max-width:576px){

.performance-grid{

grid-template-columns:1fr;

}

.performance-card{

border-right:none;

border-bottom:1px solid #dfd2bf;

}

.performance-card:last-child{

border-bottom:none;

}

.engineering-note{

padding:25px;

}

.engineering-note p{

font-size:18px;

line-height:32px;

}

.engineering-note strong{

font-size:24px;

}

.metric{

font-size:34px;

}

.performance-card p{

font-size:17px;

line-height:30px;

}

}
.engineering-blog{

    background:#f5f1e8;

    padding:80px 0;

}

.blog-layout{

    display:grid;

    grid-template-columns:2.4fr .95fr;

    gap:35px;

    align-items:start;

}

.journal-post{

    background:#fff;

    border:1px solid #e4d9c7;

    border-radius:14px;

    overflow:hidden;

}

.post-top{

    display:flex;

    justify-content:space-between;

    padding:18px 28px;

    border-bottom:1px solid #ece6dc;

    font-size:13px;

    letter-spacing:.6px;

}

.category{

    color:#d56b1d;

    font-weight:600;

}

.issue{

    color:#777;

}

.hero-image{

    margin:0;

}

.hero-image img{

    width:100%;

    height:420px;

    object-fit:cover;

    display:block;

}

.hero-image figcaption{

    font-size:12px;

    color:#888;

    padding:12px 28px;

    border-bottom:1px solid #ececec;

    background:#fafafa;

}

.article-header{

    padding:35px;

}

.article-header h1{

    font-size:44px;

    line-height:1.18;

    margin-bottom:25px;

    font-weight:800;

    color:#1d1d1d;

}

.meta{

    display:flex;

    flex-wrap:wrap;

    gap:30px;

    color:#777;

    font-size:14px;

}

.meta i{

    margin-right:8px;

    color:#d56b1d;

}

/* Sidebar */

.journal-sidebar{

    position:sticky;

    top:120px;

}

.sidebar-box{
    background:#fff;
    border:1px solid #e6d8c4;
    border-radius:18px;
    padding:28px; margin-top:20px;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.sidebar-box h5{
    margin:0 0 22px;
    font-size:15px;
    font-weight:700;
    color:#7b8794;
    letter-spacing:2px;
    text-transform:uppercase;
}

.archive-item{
    padding:22px 0;
    border-top:1px solid #ece7df;
}

.archive-item:first-of-type{
    border-top:1px solid #ece7df;
}

.archive-item.last{
    padding-bottom:0;
}

.archive-item .issue{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#f15a24;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:12px;
}

.archive-item h6{
    margin:0;
    font-size:16px;
    line-height:1.45;
    color:#1f2d3d;
    font-weight:500;
}

.archive-item p{
    margin:0 0 10px;
    font-size:16px;
    color:#7f8b98;
    line-height:1.45;
}

.archive-item small{
    font-size:14px;
    color:#9aa4af;
}

.archive-item.active h6{
    color:#10243d;
}

.tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}

.tags span{

    border:1px solid #ddd;

    border-radius:30px;

    padding:8px 16px;

    font-size:13px;

    background:#fafafa;

}

/* Responsive */

@media(max-width:992px){

.blog-layout{

grid-template-columns:1fr;

}

.journal-sidebar{

position:relative;

top:auto;

}

.hero-image img{

height:300px;

}

.article-header h1{

font-size:34px;

}

}


/* Newsletter Sidebar */
.newsletter-box{
    background:linear-gradient(180deg,#ffffff 0%,#fbfaf8 100%);
}

.newsletter-box h5{
    margin-bottom:18px;
}

.newsletter-box p{
    color:#6d7a89;
    font-size:15px;
    line-height:1.7;
    margin-bottom:24px;
}

.newsletter-box form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.newsletter-box input{
    width:100%;
    height:52px;
    padding:0 18px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;
    font-size:15px;
    transition:.3s;
    outline:none;
}

.newsletter-box input:focus{
    border-color:#f15a24;
    box-shadow:0 0 0 3px rgba(241,90,36,.12);
}

.newsletter-box input::placeholder{
    color:#9aa4af;
}

.newsletter-box button{
    width:100%;
    height:52px;
    border:none;
    border-radius:10px;
    background:#f15a24;
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.newsletter-box button:hover{
    background:#d94e1d;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(241,90,36,.25);
}

.newsletter-box button:active{
    transform:translateY(0);
}

.img-responsive{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:12px; margin-top:20px; /* Optional */
}

.responsive-img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:18px; margin-top:20px;
    object-fit:cover;
}

/* CSS Document */

/*=====================================
INSIGHTS HERO
======================================*/

.insights-hero{

    padding:120px 0 70px;

    background:#faf9f7;

    text-align:center;

}

.hero-label{

    display:inline-block;

    background:#fff;

    color:#f15a24;

    padding:10px 22px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:25px;

}

.insights-hero h1{

    font-size:58px;

    font-weight:700;

    line-height:1.15;

    color:#1d2d3a;

    margin-bottom:25px;

}

.insights-hero h1 span{

    color:#f15a24;

}

.insights-hero p{

    max-width:760px;

    margin:auto;

    font-size:19px;

    line-height:1.8;

    color:#6b7785;

}



/*=====================================
FEATURED CARD
======================================*/

.featured-insight{

    padding:20px 0 90px;

    background:#faf9f7;

}

.featured-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    display:grid;

    grid-template-columns:55% 45%;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.featured-image{

    overflow:hidden;

}

.featured-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.featured-card:hover img{

    transform:scale(1.05);

}

.featured-content{

    padding:55px;

}

.featured-content .issue{

    color:#f15a24;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.featured-content h2{

    margin:18px 0;

    font-size:38px;

    line-height:1.3;

}

.featured-content p{

    color:#697684;

    line-height:1.9;

    margin-bottom:25px;

}

.meta{

    display:flex;

    gap:25px;

    margin-bottom:35px;

    color:#888;

    font-size:14px;

}

.btn-read{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#fff;

    background:#f15a24;

    padding:15px 32px;

    border-radius:50px;

    transition:.3s;

}

.btn-read:hover{

    background:#1d2d3a;

    color:#fff;

}

/*=========================================
LATEST INSIGHTS
==========================================*/

.insights-list{

    padding:100px 0;

    background:#fff;

}

.section-heading{

    text-align:center;

    margin-bottom:60px;

}

.section-heading span{

    color:#f15a24;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

    font-size:13px;

}

.section-heading h2{

    font-size:46px;

    margin:15px 0;

    color:#1c2d3a;

}

.section-heading p{

    color:#777;

    font-size:18px;

}



.insight-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}



.insight-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.07);

    transition:.35s;

}



.insight-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}



.card-image{

    position:relative;

    overflow:hidden;

}



.card-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s;

}



.insight-card:hover img{

    transform:scale(1.08);

}



.issue-badge{

    position:absolute;

    top:20px;

    left:20px;

    background:#f15a24;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

}



.card-content{

    padding:30px;

}



.card-date{

    color:#888;

    font-size:13px;

    margin-bottom:15px;

}



.card-content h3{

    font-size:24px;

    line-height:1.45;

    margin-bottom:18px;

    color:#1d2d3a;

}



.card-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}



.card-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:25px;

}



.card-tags span{

    background:#f6f6f6;

    padding:7px 16px;

    border-radius:40px;

    font-size:13px;

}



.card-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    border-top:1px solid #eee;

    padding:20px;

}



.card-footer span{

    color:#888;

    font-size:13px;

}



.card-footer a{

    color:#f15a24;

    text-decoration:none;

    font-weight:700;

}



.card-footer a:hover{

    color:#1d2d3a;

}



