 .yrsec {
            position: absolute;
            top: 45px;
            left: 92%;
        }
 
.blog-list a {
    color: #1599c0;
}
.publish-date {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000000;
}
.blog-list .col-md-8 p {
    text-align: justify;
}
 
h1.entry-title {
    font-size: 28px;
    padding-top: 3%;
    color: #1599c0;
}
main.col-md-9.ms-sm-auto.col-lg-10.px-md-4.py-4 {
    margin-left: auto !important;
}
.blog-list ul {
padding-left: 6%;
}
h2.wp-block-heading {
    color: #1599c0;
}
        .maincont h3:first-child {
            margin-top: 0px;
        }

        .maincont h3 {
            text-transform: capitalize;
            padding-bottom: 20px;
        }

        #home {
            padding-bottom: 0px;
        }

        .subbtn {
            background: #ff5e00;
            padding: 10px 25px;
            color: #fff;
            border: none;
        }

        #contact_ban h1 {
            font-size: 40px;
            margin-top: 5%;
        }
         .wrapper-pkd-nmabire-site-liks a {
            font-weight: 400;
            color: #ff0000;
        }

        .wrapper-pkd-nmabire-site-liks {
            padding-top: 20px;
        }

        .floating_btn {
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100px;
            height: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        @keyframes pulsing {
            to {
                box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
            }
        }

        .contact_icon {
            background-color: #42db87;
            color: #fff;
            width: 50px;
            height: 50px;
            font-size: 30px;
            border-radius: 50px;
            text-align: center;
            box-shadow: 2px 2px 3px #999;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translatey(0px);
            animation: pulse 1.5s infinite;
            box-shadow: 0 0 0 0 #42db87;
            -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            font-weight: normal;
            font-family: sans-serif;
            text-decoration: none !important;
            transition: all 300ms ease-in-out;
            text-decoration: none !important;
        }

        .wrapper-inner-banner-wrap {
            position: relative;
            background: url(../images/blog-banner.jpg) no-repeat;
            background-size: cover;
            min-height: 480px;
            padding: 150px 0px;
        }

        .blog_sec {
            padding: 50px 0px;
        }

        .blog_box {
            position: relative;
            background-color: var(--color-bg-acc-1);
            box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 20px 0px;
            border: 1px #dbdbdb solid;
            border-radius: var(--global-radius-acc-1);
            padding: var(--gap);
            transition: transform var(--trans-default), box-shadow var(--trans-default), opacity var(--trans-default);
            height: 500px;
            margin: 15px 0px;
        }

        .blog_box img {
            width: 100%;
            position: relative;
        }

        .softtitle {
            position: absolute;
            top: 43.5%;
            left: 20px;
            background: #ff0000;
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            padding: 2px 12px;
            border-radius: 2px;
        }

        .blog_cont {
            padding: 20px 20px 10px;
        }

        .blog_title {
            font-size: 21px;
            color: #222;
            font-weight: 600;
            line-height: 28px;
            padding-top: 5px;
        }

        .blog_box p {
            font-size: 14px;
            color: #666;
            padding: 10px 0px;
            margin: 0px;
        }

        .date {
            font-size: 13px !important;
            text-transform: uppercase;
            color: #a8a7a7 !important;
        }

        .date span {
            float: right;
        }

        @media (min-width: 320px) and (max-width: 767px) {
            .wrapper-inner-banner-wrap {
                min-height: auto;
                height: 160px !important;
            }

            .wrapper-inner-banner-text-formating {
                top: 20px !important;
            }

            .wrapper-inner-banner-wrap:after {
                background: none;
            }

            .blog_sec {
                padding: 30px 0px;
            }
            

        }
@media only screen and (max-width: 600px) {
h1.entry-title {
        font-size: 20px;}
}


.blog-header {
            background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
            padding: 5rem 5% 5rem;
            color: white;
                position: relative;
        }

        .blog-header-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .blog-category {
            display: inline-block;
            background: rgb(68 107 173);
            padding: 0.4rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 1.5rem;
        }

        .blog-title { 
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        .blog-subtitle {
            font-size: 1.3rem;
            color: rgba(255,255,255,0.9);
            font-style: italic;
            margin-bottom: 2rem;
        }

        .blog-meta {
            display: flex;
            gap: 2rem;
            font-size: 0.95rem;
            color: rgba(255,255,255,0.8);
        }

        .blog-meta span {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .blog-header:after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
    z-index: 1;
    inset: 0;
    opacity: 0.8;
}

.blog-header  * {
    z-index: 9;
    position: relative;
}
.BlogContent {
    background: #fff;
    padding: 30px;
}

.BlogListing {
    background: #fff;
    padding: 30px;
}

.BlogListing h2.wp-block-heading {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.BlogListing ul {
    padding: 0;
    list-style: none;
}

.BlogListing ul li a {
    color: #333;
    padding: 0;
    font-size: 14px;
    display: block;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BlogListing ul li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ddd;
    position: relative;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.BlogListing ul li:after {
    content: "\f285" !important;
    font-family: bootstrap-icons !important;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 12px;
}

.BlogListing ul li a:hover {
    color: #ff5e00;
}

.BlogListing {
    position: sticky;
    top: 30px;
}