.home-latest .blog_area {
    position: relative;
    overflow: hidden;
    padding: 86px 0 100px !important;
    background: radial-gradient(circle at 6% 8%, rgba(12,90,219,.09), transparent 23%), radial-gradient(circle at 96% 38%, rgba(36,194,214,.07), transparent 22%), #f5f7fb !important;
}
.home-latest .blog_area > .container { position: relative; z-index: 1; max-width: 1240px; }
.home-latest .blog-listing__intro { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-bottom: 32px; }
.home-latest .blog-listing__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 10px; color: #0c5adb; font-size: 13px; font-weight: 900; }
.home-latest .blog-listing__eyebrow::before { width: 30px; height: 2px; content: ""; border-radius: 99px; background: linear-gradient(90deg,#0c5adb,#24c2d6); }
.home-latest .blog-listing__intro h2 { margin: 0 0 9px; color: #071b4a; font-size: clamp(28px,3.2vw,42px); font-weight: 900; line-height: 1.45; }
.home-latest .blog-listing__intro p { max-width: 760px; margin: 0; color: #68758c; font-size: 14px; line-height: 2; }
.home-latest .home-latest__all { display: inline-flex; min-height: 48px; padding: 6px 18px; flex: 0 0 auto; align-items: center; gap: 10px; color: #0c5adb; border: 1px solid rgba(12,90,219,.14); border-radius: 99px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(7,27,74,.07); font-size: 13px; font-weight: 900; transition: color .25s ease,background .25s ease,transform .25s ease; }
.home-latest .home-latest__all:hover { color: #fff; background: #0c5adb; transform: translateY(-2px); }
.home-latest .blog-listing__grid { display: grid !important; margin: 0 !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.home-latest .blog-listing__item { display: flex !important; width: auto !important; max-width: none !important; padding: 0 !important; flex: none !important; }
.home-latest .single_blog { display: flex; overflow: hidden; width: 100%; min-width: 0; height: 100%; flex-direction: column; margin: 0 !important; text-align: left !important; border: 1px solid rgba(7,27,74,.075) !important; border-radius: 23px; background: #fff; box-shadow: 0 15px 42px rgba(7,27,74,.075); transition: border-color .3s ease,box-shadow .3s ease,transform .3s ease; }
.home-latest .single_blog:hover { border-color: rgba(12,90,219,.18) !important; box-shadow: 0 25px 60px rgba(7,27,74,.135); transform: translateY(-6px); }
.home-latest .single_blog_thumb { position: relative; overflow: hidden; aspect-ratio: 1/1; background: #e9edf5; }
.home-latest .single_blog_thumb a { display: block; height: 100%; }
.home-latest .single_blog_thumb img { display: block; width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.home-latest .single_blog:hover .single_blog_thumb img { transform: scale(1.035); }
.home-latest .single_blog_content { display: flex; min-width: 0; min-height: 270px; padding: 22px 22px 24px !important; flex: 1; flex-direction: column; background: #fff; }
.home-latest .techno_blog_meta { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; color: #8490a6; background: transparent; box-shadow: none; font-size: 11px; font-weight: 700; }
.home-latest .techno_blog_meta > a { display: inline-flex; min-height: 28px; padding: 3px 10px; align-items: center; color: #0c5adb; border: 1px solid rgba(12,90,219,.09); border-radius: 99px; background: #eef4ff; font-size: 10px; font-weight: 900; pointer-events: none; }
.home-latest .techno_blog_meta > a::before { display: none; }
.home-latest .meta-date { position: relative; padding-left: 16px; }
.home-latest .meta-date::before { position: absolute; top: 50%; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: #b4bfd2; transform: translateY(-50%); }
.home-latest .blog_page_title { padding: 14px 0 0 !important; }
.home-latest .blog_page_title h3 { overflow: hidden; height: 60px !important; margin: 0; padding: 0; color: #10234a; font-size: 18px; font-weight: 900; line-height: 1.7; }
.home-latest .blog_page_title h3 a { color: inherit; }
.home-latest .blog_description { padding: 10px 0 0 !important; }
.home-latest .blog_description p { display: -webkit-box; overflow: hidden; height: 72px; margin: 0; color: #6b778d; font-size: 12px; line-height: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-latest .blog_page_button { margin-top: auto; padding: 19px 0 0 !important; }
.home-latest .blog_page_button a { display: inline-flex; align-items: center; gap: 8px; color: #0c5adb; font-size: 12px; font-weight: 900; }
.home-latest .blog_page_button a i { display: grid; width: 28px; height: 28px; margin: 0; place-items: center; border-radius: 50%; background: #eef4ff; font-size: 10px; }
@media (max-width: 991px) { .home-latest .blog_area { padding: 68px 0 78px !important; } .home-latest .blog-listing__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767px) {
    .home-latest .blog_area { padding: 50px 0 60px !important; }
    .home-latest .blog-listing__intro { display: block; margin-bottom: 24px; }
    .home-latest .blog-listing__intro h2 { font-size: 28px; }
    .home-latest .blog-listing__intro p { font-size: 12px; line-height: 1.9; }
    .home-latest .home-latest__all { min-height: 44px; margin-top: 18px; padding: 5px 15px; font-size: 12px; }
    .home-latest .blog-listing__grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
    .home-latest .single_blog { border-radius: 19px; }
    .home-latest .single_blog_content { padding: 21px 20px 23px !important; }
    .home-latest .blog_page_button { margin-top: 0; }
}
