.blog-hero{
    background:#f7fafc;
    padding:70px 0;
}

.hero-card{

    background:#fff;

    border-radius:22px;

    padding:55px 60px;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

}

.hero-badge{

    display:inline-block;

    background:#E8F4F4;

    color:#166D70;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.hero-title{

    font-size:54px;

    font-weight:700;

    line-height:1.2;

    color:#0F172A;

    margin-bottom:25px;
     max-width:650px;

}

.hero-title span{

    color:#F36A21;

}

.hero-description{

    font-size:18px;

    color:#64748B;

    line-height:1.8;

    margin-bottom:35px;

}

.hero-search{

    display:flex;

    max-width:500px;

    overflow:hidden;

    border-radius:14px;

    border:1px solid #d9e4e8;
     max-width:580px;

}

.hero-search input{

    flex:1;

    border:none;

    padding:18px 20px;

    outline:none;

}
.search-box{

    display:flex;

    border:1px solid #E5E7EB;

    border-radius:12px;

    overflow:hidden;

}
.search-box input{

    flex:1;

    border:none;

    padding:15px;

    outline:none;

}
.search-box button{

    width:55px;

    border:none;

    background:#166D70;

    color:#fff;

}


.hero-search button{

    width:70px;

    border:none;

    background:#166D70;

    color:#fff;

}

.hero-image{
    width:100%;
    height:360px;
    object-fit:contain;
}

/*.blog-category-section{*/
/*    padding:35px 0;*/
/*}*/

/*.category-filter{*/
/*    display:flex;*/
/*    gap:14px;*/
/*    flex-wrap:wrap;*/
/*}*/

/*.category-item{*/

/*    display:inline-flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/

/*    padding:12px 28px;*/

/*    background:#fff;*/

/*    border:1px solid #dfe8ec;*/

/*    border-radius:50px;*/

/*    color:#233245;*/

/*    text-decoration:none;*/

/*    transition:.3s;*/

/*    font-weight:500;*/

/*}*/

/*.category-item:hover{*/

/*    background:#166D70;*/

/*    color:#fff;*/

/*    border-color:#166D70;*/

/*}*/

/*.category-item.active{*/

/*    background:#166D70;*/

/*    color:#fff;*/

/*    border-color:#166D70;*/

/*}*/

/*==============================
Featured Blog
===============================*/

.featured-blog-section{

    padding:15px 0 60px;

}

.featured-blog-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.featured-image{

    width:100%;

    border-radius:16px;

    height:350px;

    object-fit:cover;

}

.featured-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#E8F4F4;

    color:#166D70;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:20px;

}

.featured-title{

    font-size:36px;

    font-weight:700;

    color:#1E293B;

    line-height:1.3;

    margin-bottom:20px;

}

.featured-description{

    font-size:17px;

    color:#64748B;

    line-height:1.8;

    margin-bottom:25px;

}

.featured-meta{

    color:#64748B;

    margin-bottom:25px;

}

.featured-meta span{

    margin-right:20px;

}

.featured-btn{

    display:inline-flex;

    align-items:center;

    color:#166D70;

    font-weight:600;

    text-decoration:none;

}

.featured-btn:hover{

    color:#F36A21;

}
/*=========================
Latest Blogs
==========================*/

.latest-blog-section{

    padding:20px 0 80px;

}
.latest-blog-content{

    flex:1;

}
.latest-blog-content a{

    display:block;

    color:#1E293B;

    font-weight:600;

    text-decoration:none;

    line-height:1.5;

}
.latest-blog-content small{

    display:block;

    margin-top:8px;

    color:#64748B;

}

.section-header{

    margin-bottom:35px;

}

.section-header h2{

    font-size:38px;

    font-weight:700;

    color:#1E293B;

}

.blog-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    height:100%;

}

.blog-card:hover{

    transform:translateY(-8px);

}

.blog-card-image{

    width:100%;

    height:230px;

    object-fit:cover;

}

.blog-card-body{

    padding:25px;

}

/*.blog-category{*/

/*    display:inline-block;*/

/*    background:#E8F4F4;*/

/*    color:#166D70;*/

/*    padding:6px 14px;*/

/*    border-radius:25px;*/

/*    font-size:12px;*/

/*    font-weight:700;*/

/*    margin-bottom:15px;*/

/*}*/
/*.blog-category-list{*/

/*    list-style:none;*/

/*    padding:0;*/

/*    margin:25px 0;*/

/*}*/
/*.blog-category-list li{*/

/*    border-bottom:1px solid #edf2f7;*/

/*}*/
/*.blog-category-list li:last-child{*/

/*    border-bottom:none;*/

/*}*/
/*.blog-category-list a{*/

/*    display:flex;*/

/*    justify-content:space-between;*/

/*    align-items:center;*/

/*    text-decoration:none;*/

/*    padding:18px 0;*/

/*    transition:.35s;*/

/*}*/
/*.category-left{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:15px;*/

/*}*/
/*.category-icon{*/

/*    width:46px;*/

/*    height:46px;*/

/*    border-radius:50%;*/

/*    background:#EAF8F7;*/

/*    display:flex;*/

/*    align-items:center;*/

/*    justify-content:center;*/

/*    color:#166D70;*/

/*    font-size:18px;*/

/*    transition:.35s;*/

/*}*/

/*.category-left span{*/

/*    color:#1E293B;*/

/*    font-size:17px;*/

/*    font-weight:600;*/

/*    transition:.35s;*/

/*}*/


/*.blog-category-list a:hover{*/
/*    color:#166D70;*/
/*    padding-left:8px;*/
/*}*/

.blog-card h4{

    font-size:24px;

    line-height:1.4;

    margin-bottom:15px;

}

.blog-card h4 a{

    color:#1E293B;

    text-decoration:none;

}

.blog-card p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:20px;

}

.blog-card-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:14px;

}

.blog-card-footer a{

    color:#166D70;

    text-decoration:none;

    font-weight:600;

}
.btn-load-more{

    background:#fff;

    border:2px solid #166D70;

    color:#166D70;

    padding:14px 38px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-load-more:hover{

    background:#166D70;

    color:#fff;

}
.blog-meta{

    display:flex;

    gap:20px;

    color:#64748B;

    font-size:14px;

    margin-bottom:18px;

}

.read-more{

    color:#166D70;

    text-decoration:none;

    font-weight:600;

}

.read-more:hover{

    color:#F36A21;

}
/*=========================
Newsletter
=========================*/

.newsletter-section{

    padding:80px 0;

}

.newsletter-card{

    background:#F3F8FB;

    border-radius:24px;

    padding:60px;

}

.newsletter-card h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

    color:#1E293B;

}

.newsletter-card p{

    color:#64748B;

    font-size:18px;

    line-height:1.8;

    margin-bottom:30px;

}

.newsletter-form{

    display:flex;

    overflow:hidden;

    border-radius:14px;

    background:#fff;

}

.newsletter-form input{

    flex:1;

    border:none;

    padding:18px 22px;

    outline:none;

}

.newsletter-form button{

    border:none;

    background:#166D70;

    color:#fff;

    padding:0 35px;

}

.newsletter-image{

    max-width:320px;

}

/*==================================
Article Header
===================================*/

.article-header-section{

    padding:20px 0 40px;

}

.article-category{

    display:inline-block;

    padding:8px 18px;

    background:#E8F4F4;

    color:#166D70;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:25px;

}

.article-title{

    font-size:48px;

    font-weight:700;

    color:#1E293B;

    line-height:1.3;

    margin-bottom:20px;

}

.article-meta{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

    color:#64748B;

    margin-bottom:35px;

}

.article-image img{

    width:100%;

    border-radius:20px;

    object-fit:cover;

}
.blog-feature-image{
    margin-bottom:25px;
}

.blog-feature-image img{
    width:100%;
    border-radius:18px;
    display:block;
}
.article-content-section{
    padding:10px 0 60px;
}

.blog-content{

    background:#fff;

    padding:10px;

}

.blog-sidebar{

    position:sticky;

    top:120px;

}
.sidebar-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}
.sidebar-card h5{
    font-size:22px;
    font-weight:700;
    color:#1E293B;
    margin-bottom:22px;
    position:relative;
}
.sidebar-card h5::after{
    content:'';
    width:45px;
    height:3px;
    background:#F36A21;
    border-radius:20px;
    display:block;
    margin-top:8px;
}
.sidebar-card input.form-control{
    height:52px;
    border-radius:12px;
    border:1px solid #d9e4e8;
    box-shadow:none;
    padding:0 18px;
}

.sidebar-card input.form-control:focus{
    border-color:#166D70;
    box-shadow:none;
}
.sidebar-title{

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

    color:#1E293B;

}
.latest-blog-item{

    display:flex;

    gap:15px;

    margin-bottom:20px;

}

.latest-blog-item div{
    flex:1;
}

.latest-blog-item img{

    width:90px;

    height:70px;

    border-radius:10px;

    object-fit:cover;

}
.latest-blog-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.latest-blog-item img:hover{
    transform:scale(1.05);
}

.latest-blog-item a{
    display:block;
    color:#0F172A;
    font-weight:600;
    line-height:1.5;
    text-decoration:none;
    transition:.3s;
}

.latest-blog-item a:hover{
    color:#166D70;
}
.latest-blog-item small{
    display:block;
    margin-top:8px;
    color:#94A3B8;
    font-size:13px;
}

.consultation-card{

    background:#166D70;

    color:#fff;

}

.consultation-card h4{

    color:#fff;

    margin-bottom:15px;

}

.consultation-card p{

    color:#E2E8F0;

    margin-bottom:20px;

}

.consultation-card .theme-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:10px;
    padding:15px 20px;
}





/*.blog-category-list a>.fa{*/

/*    color:#166D70;*/

/*    font-size:20px;*/

/*    transition:.35s;*/

/*}*/

/*.blog-category-list a:hover{*/

/*    padding-left:8px;*/

/*}*/

/*.blog-category-list a:hover .category-icon{*/

/*    background:#166D70;*/

/*    color:#fff;*/

/*}*/

/*.blog-category-list a:hover span{*/

/*    color:#166D70;*/

/*}*/

/*.blog-category-list a:hover>.fa{*/

/*    transform:translateX(6px);*/

/*}*/
/*.category-list{*/
/*    list-style:none;*/
/*    margin:0;*/
/*    padding:0;*/
/*}*/
/*.category-list li{*/
/*    border-bottom:1px solid #EEF2F7;*/
/*}*/

/*.category-list li:last-child{*/
/*    border-bottom:none;*/
/*}*/

/*.category-list li a{*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    align-items:center;*/
/*    padding:18px 0;*/
/*    text-decoration:none;*/
/*    color:#1E293B;*/
/*    font-weight:600;*/
/*    transition:.3s;*/
/*}*/
/*.category-list li a i{*/
/*    opacity:0;*/
/*    transform:translateX(-8px);*/
/*    transition:.3s;*/
/*    color:#166D70;*/
/*}*/
/*.category-list li a:hover i{*/
/*    opacity:1;*/
/*    transform:translateX(0);*/
/*}*/



/*.category-list a:hover{*/

/*    color:#166D70;*/

/*    padding-left:8px;*/

/*}*/

/*=========================
View All Categories
==========================*/

/*.view-category-btn{*/

/*    margin-top:25px;*/

/*    width:100%;*/

/*    height:56px;*/

/*    border:2px solid #166D70;*/

/*    border-radius:14px;*/

/*    display:flex;*/

/*    align-items:center;*/

/*    justify-content:center;*/

/*    gap:12px;*/

/*    color:#166D70;*/

/*    text-decoration:none;*/

/*    font-weight:700;*/

/*    transition:.35s;*/

/*}*/

/*.view-category-btn:hover{*/

/*    background:#166D70;*/

/*    color:#fff;*/

/*}*/


/*=========================
Premium Categories
=========================*/

/*============================
Related Blogs
=============================*/

.related-blog-section{

    margin-top:70px;

    padding-top:50px;

    border-top:1px solid #ececec;

}

.related-title{

    font-size:34px;

    font-weight:700;

    color:#1E293B;

    margin-bottom:35px;

}

.related-card{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    transition:.35s;

    height:100%;

}

.related-card:hover{

    transform:translateY(-8px);

}

.related-image{

    width:100%;

    height:180px;

    object-fit:cover;

}

.related-body{

    padding:18px;

}

.related-date{

    display:block;

    color:#64748B;

    margin-bottom:12px;

}

.related-body h5{

    font-size:18px;

    line-height:1.5;

    margin-bottom:18px;

    min-height:58px;

}

.related-body h5 a{

    color:#1E293B;

    text-decoration:none;

}

.related-body h5 a:hover{

    color:#166D70;

}

.read-more{

    color:#166D70;

    font-weight:700;

    text-decoration:none;

}

.read-more i{

    margin-left:8px;

    transition:.3s;

}

.read-more:hover i{

    margin-left:14px;

}


/*==========================
Share Article
==========================*/
/*=========================
Share Article
=========================*/

.share-section{
    display:flex;
    align-items:center;
    gap:22px;
    margin:35px 0 45px;
}

.share-label{
    font-size:24px;
    font-weight:700;
    color:#1E293B;
    position:relative;
    padding-right:22px;
}

.share-label::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:30px;
    background:#E5E7EB;
}

.share-icons{
    display:flex;
    align-items:center;
    gap:18px;
}

.share-icons a{
    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    transition:.3s ease;
}

.share-icons a:hover{
    transform:translateY(-4px) scale(1.08);
}

.facebook{
    background:#1877F2;
    color:#fff;
}

.twitter{
    background:#000;
    color:#fff;
}

.linkedin{
    background:#0A66C2;
    color:#fff;
}

.whatsapp{
    background:#25D366;
    color:#fff;
}

.copy-link{
    background:#F3F4F6;
    color:#166D70;
}

.copy-link:hover{
    background:#166D70;
    color:#fff;
}

/*==================================
Blog Category Filter
===================================*/

.blog-category-section{
    padding:35px 0 25px;
}

.category-filter{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.category-item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 22px;
    border:1px solid #E5E7EB;
    border-radius:40px;
    background:#fff;
    color:#334155;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.category-item:hover{
    background:#166D70;
    color:#fff;
    border-color:#166D70;
    transform:translateY(-2px);
}

.category-item.active{
    background:#166D70;
    border-color:#166D70;
    color:#fff;
    box-shadow:0 8px 20px rgba(22,109,112,.25);
}
.blog-card-category{
    display:inline-flex;
    align-items:center;
    justify-content:center;
     padding:7px 12px; 
    margin-bottom:18px;

    background:#EAF6F5;
    color:#166D70;

    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;

    border-radius:999px;
}