.blog-listing-section{padding-bottom:80px}.blog-listing-section .filter-wrap{display:flex;justify-content:space-between;margin-top:40px}.blog-listing-section .filter-wrap label{font-size:18px;margin-bottom:8px;color:var(--PrimaryBlue);font-weight:700}.filter-wrap input,.filter-wrap select{padding:16px 35px 16px 15px;font-size:15px;font-weight:400;line-height:1.5;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #cdd3d8;border-radius:.25rem}.filter-wrap select{padding:10px 15px}.blog-card-row-gap{row-gap:var(--bs-gutter-x)}.blog-box{box-shadow:1px 2px 12px 0 rgb(31 45 61 / 10%);border-radius:5px;position:relative;color:#032d60;height:100%;display:block}.blog-box::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:2px solid #094e91;-ms-transform:scale(0);transform:scale(0);transition:all .3s ease;z-index:9}.blog-box:hover{box-shadow:0 2px 20px 0 rgb(17 121 239 / 20%)}.blog-box:hover::before{transform:scale(1)}.blog-box img{border-radius:5px 5px 0 0;object-position:center;width:100%}.blog-box .blog-meta-details{padding:20px}.blog-box .blog-meta-details .blog-category{color:#696969;font-size:14px;font-weight:700;margin-bottom:10px}.blog-box .blog-meta-details h3{font-size:18px;font-weight:800;color:#032d60;line-height:26px}.blog-box:hover .blog-meta-details h3{color:var(--bright-blue)}.loadmore img{animation:1s linear infinite spin;height:16px;width:16px}.loadmore{margin-top:50px;text-align:center}.blog-inner-page{padding:50px 0}.blog-inner-page h1{font-size:50px;line-height:60px;margin-bottom:20px;font-weight:800;color:var(--PrimaryBlue)}.blog-detail-para h2,.blog-detail-para h3,.blog-detail-para h4,.blog-detail-para h5,.blog-detail-para h6{font-weight:800;color:var(--PrimaryBlue)}.blog-inner-page .blog-sub-sec{display:flex;justify-content:space-between}.blog-tags span{margin-right:15px;color:#696969;font-weight:700;line-height:30px}.blog-dimg{margin-bottom:40px;margin-top:40px}.blog-detail-para p,.blog-detail-para ul li{font-size:16px;line-height:26px}.blog-tags span a{color:#696969}.blog-detail-para img{display:block;margin:20px auto;width:100%!important}.blog-detail-para h2{font-size:32px;line-height:45px}.blog-detail-para h3{font-size:26px;line-height:35px}.blog-detail-para h4{font-size:20px;line-height:32px}.blog-detail-para h5,.blog-detail-para h6{font-size:18px;line-height:30px}.social-share ul{margin:0;padding:0}.social-share ul li{display:inline-block;margin-right:8px}.social-share ul li a{color:var(--PrimaryBlue);font-size:34px}.social-share ul li:nth-child(2) a{color:#4267b2}.social-share ul li:nth-child(3) a{color:#000}.social-share ul li:nth-child(4) a{color:#0077b5}.blog-detail-para ul{padding:0 0 0 20px;margin:0;list-style:none}.blog-detail-para li::before{content:" ";height:6px;margin-left:-16px;width:6px;display:block;background-color:var(--PrimaryBlue);transform:translateY(16px);border-radius:2px}@media (max-width:1199px){.our-clients-section .checkbox-list .form-group{width:31.33%;margin-bottom:0}.our-clients-section .accordion-body{height:300px;overflow-y:scroll}}@media (max-width:991px){.our-clients-section .checkbox-list .form-group{width:48%;margin-bottom:0}.our-clients-section .accordion-body{height:300px;overflow-y:scroll}}@media (max-width:767px){.our-clients-section .checkbox-list .form-group{width:100%;margin-bottom:0}.our-clients-section .accordion-body{height:300px;overflow-y:scroll}}
.blog-inner-page table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
    margin-bottom:30px;
}

    .blog-inner-page table th,
    .blog-inner-page table td {
        border: 1px solid #ddd; /* light border */
        padding: 10px 12px;
        text-align: left;
    }

    .blog-inner-page table th {
        background-color: #f0f8ff; /* AliceBlue */
        font-weight: 600;
    }

    .blog-inner-page table tr:nth-child(even) {
        background-color: #fafafa; /* very light alternate row */
    }

    .blog-inner-page table tr:hover {
        background-color: #f5f5f5; /* subtle hover effect */
    }
