.post-data {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.post-data .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-right: 30px;
}

.post-data .content h4 {
    color: #f5f5f5;
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.post-data::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(4deg, #1e387c 5%, transparent);
    z-index: 0;
}

.form-box-blog {
    padding: 25px;
    background: #e9eeff;
    border-radius: 15px;
}

/* Blog Notification */

.notiivation {
    background: linear-gradient(45deg, #89000d, #dc3545);
    padding: 18px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.notiivation .info {
    width: 90%;
    color: #fff;
    font-weight: 600 !important;
}

.notiivation .info h4 {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}




ul.category-blog-home {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

ul.category-blog-home li {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    background: linear-gradient(45deg, #89000d, #dc3545);
    color: #fff;
    border-radius: 100px;
    padding: 2px 14px;
}

ul.category-blog-home li a {
    color: #fff;
}


ul.category-blog-home li a {
    color: #fff;
}

ul.blog-home {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

ul.blog-home li {
    display: inline;
    margin-right: 10px;
    color: #787878;
    font-size: .85rem;
}

.blog-home-post {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000045;
    height: 100%;
    background: #fff;

}


.post-home-content {
    padding: 20px;
}

.post-home-content h4 {
    font-size: 18px;
    margin: 0;
    height: 70px;
}

/* Search Button */

form.search-form label {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: var(--font-heading-1);
}

form.search-form {
    position: relative;
    margin-bottom: 20px;

}

form.search-form .search-field {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;

    padding-left: 15px;
    font-size: 1rem;
    padding: 1.5rem;
    outline: none;
}

form.search-form .search-submit {
    position: absolute;
    right: 2px;
    top: 36px;
    padding: 5px 15px;
    border: none;
    background: linear-gradient(45deg, #89000d, #dc3545);
    border-radius: 100px;
    color: #fff;
    height: auto ! IMPORTANT;
}

.populertags-box.mt-4 a {
    display: inline-block;
    font-size: 14px !important;
    margin-right: 5px;
    background: linear-gradient(45deg, #89000d, #dc3545);
    padding: 2px 10px;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 1px;
}

ul.populer-blog-posts {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.image-blog img {
    width: 135px !important;
    height: 85px;
    border-radius: 1rem ! IMPORTANT;
    object-fit: cover ! IMPORTANT;
}

.populer-blog-posts .d-flex {
    display: flex;
    background: #fff;
    align-items: flex-start;
    margin-bottom: 21px;
    box-shadow: 1px 0 5px #0000002b;
    border-radius: 10px;
    overflow: hidden;
}



.sidebar-blog-content {
    padding: 5px 10px;
}

.sidebar-blog-content h6 {
    font-size: .9rem;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-box h4 {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-heading-1);
}

/* Blog DEtails */
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff6f7 !important;
}

.bg-light.post-info-details .category li {
    background: linear-gradient(45deg, #89000d, #dc3545);
    display: inline-block;
    padding: 2px 10px 4px 10px;
    border-radius: 50px;
}

.bg-light.post-info-details .category li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}

ul.secondary-part-blog li {
    display: inline;
    color: #858383;
}

.post-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.8rem;
    padding: 0 !IMPORTANT;
    margin-top: 1rem !important;
}

ul.secondary-part-blog li+li {
    margin-left: 20px;
    font-size: ;
}

ul.secondary-part-blog {
    margin: 0;
    margin-top: -10px;
}


.post-images-details {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000045;
    margin-bottom: 20px;
}

.post-info-details ul.category-post-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-info-details ul.category-post-details li {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    background: linear-gradient(45deg, #89000d, #dc3545);
    color: #fff;
    border-radius: 100px;
    padding: 2px 14px;
}

.post-info-details ul.category-post-details li+li {
    margin-left: 5px;
}

.post-info-details ul.category-post-details li a {
    background: linear-gradient(45deg, #89000d, #dc3545);
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
}

.post-info-details h2 {
    font-weight: 700;
    margin: 5px 0;
    color: #20367e;
}

.post-info-details ul.post-details-page-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-info-details ul.post-details-page-info li {
    display: inline-block;
    margin-bottom: 10px;
}

.post-info-details ul.post-details-page-info li+li {
    margin-left: 5px;
}

.post-info-details ul.post-details-page-info li a {
    background: linear-gradient(45deg, #89000d, #dc3545);
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
}


.post-info-details p {
    margin: 0;
}

.post-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.post-info-details ul li+li {
    margin-top: 10px;
}

.post-info-details ol {
    margin: 0;
    padding: 0 15px;
    margin-bottom: 1rem;
}

.post-info-details ol li+li {
    margin-top: 10px;
}

.class-blog-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.class-blog-tags li {
    display: inline-block;
}

.class-blog-tags li+li {
    display: inline-block;
}

.pagination {
    margin-top: 30px;
}

.pagination span,
.pagination a {
    height: 45px;
    width: 45px;
    background: #dbdbdb;
    margin: 5px;
    border-radius: 100px;
    padding: 10px;
}

.blog-content h4 {
    font-size: 20px;
    margin: 0;
    color: #000 !important;
    font-weight: 600;
}

.bg-light.blog-content {
    padding: 2rem 0;
}

.img-fluid.wp-post-image {
    border-radius: 1.5rem;
    max-height: 300px;
    object-fit: cover;
}

span.page-numbers.current {
    background: linear-gradient(45deg, #89000d, #dc3545);
    color: #fff;
}

ul.populer-blog-posts a {
    color: #000 !important;
    text-decoration: none;
}

ul.populer-blog-posts a:hover {
    text-decoration: none;
}

.socail-links-box h4 {
    font-weight: 700;
    font-size: 20px;
}

.socail-links-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socail-links-box ul li {
    display: inline;
    margin-right: 15px;
}

.socail-links-box ul li a {
    color: #799533;
}

.socail-links-box ul li a .fab {
    font-size: 30px;
    width: 45px;
    height: 44px;
    background: #fff;
    box-shadow: 1px 0 5px #00000045;
    padding: 8px 10px;
    border-radius: 100px;
}

.socail-links-box .fa-facebook {
    color: #3b5998;
    padding: 7px 8px !important;
}

.socail-links-box .fa-twitter {
    color: #55acee;
}

.socail-links-box .fa-linkedin {
    color: #0077b5;
}

.socail-links-box .fa-youtube {
    color: #bd081c;
    padding: 8px 6px !important;

}

.socail-links-box .fa-instagram {
    color: #3f729b;
}

.form-box-blog button.btn.btn-primary {
    background: linear-gradient(45deg, #89000d, #dc3545);
    border: none;
    width: 100%;
    box-shadow: 1px 0 5px #00000045;
    font-weight: 700;
}

.side-box.mt-4.popular_post_sticky {
    position: sticky;
    top: 90px;
    z-index: 1;
}

.adds.pt-4 {
    border-radius: 9px;
    overflow: hidden;
    display: block;
    box-shadow: 1px 0 5px #00000045;
    padding: 0 !important;
    margin-top: 20px;
}




/* Blog DEtails */
.post-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.8rem;
}

.post-info-details .category li {
    background: var(--primary2);
    display: inline-block;
    padding: 2px 10px 4px 10px;
    border-radius: 50px;
}

.post-info-details .category li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}

.post-info-details ul.secondary-part-blog li {
    display: inline;
    color: #858383;
}

.post-info-details ul.secondary-part-blog li+li {
    margin-left: 20px;
    font-size: .9rem;
}

.post-info-details ul.secondary-part-blog {
    margin: 0;
    margin-top: -10px;
}

table {
    width: 100%;
    border: 1px solid #ababab;
    margin: 1rem 0;
}

table th,
table.alignleft td {
    padding: 7px 10px;
    font-size: 1rem;
}

.post-info-details table tr:nth-child(1) {
    background: linear-gradient(45deg, #89000d, #dc3545);
    color: #fff;
    font-weight: 500 !important;
}

.post-info-details iframe {
    width: 70% !important;
    height: 340px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 1px 0 10px #00000045;
}

.post-info-details h1,
.post-info-details h2,
.post-info-details h3,
.post-info-details h4,
.post-info-details h5,
.post-info-details h6 {
    font-weight: 600;
    color: var(--font-heading-1);
}

.post-info-details h2.mt-3 {
    line-height: 40px;
    margin-bottom: 2rem;
    font-family: var(--font-heading-1);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    display: none;
}

/* ===============================
   Heading Font Family
================================= */
.post-box h1,
.post-box h2,
.post-box h3,
.post-box h4,
.post-box h5,
.post-box h6 {
    font-family: var(--font-heading-1) !important;
}


/* ===============================
   Heading Sizes (Hierarchy)
================================= */
.post-info-details h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.post-info-details h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 1.8rem;
    color: var(--primary1) !important;
}

.post-info-details h3 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-info-details h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}

.post-info-details h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
}

.post-info-details h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}


/* ===============================
   Paragraph Styling
================================= */
.bg-light.post-info-details p {
    font-size: 1rem !important;
    color: #555555;
    line-height: 26px;
    margin-bottom: 15px;
}


/* ===============================
   Lists (UL / OL)
================================= */
.post-info-details ul,
.post-info-details ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.post-info-details ul li,
.post-info-details ol li {
    margin-bottom: 6px;
    line-height: 24px;
}


/* ===============================
   Special Sections Fix
================================= */
.post-info-details .populer-blog-posts h6 {
    margin: 0 !important;
}

.post-info-details .form-box-blog h4 {
    margin: 0 !important;
}

.post-info-details .populer-blog-posts ul {
    margin-bottom: 0 !important;
}


/* ===============================
   Blockquote Styling (Pro Tip)
================================= */
.post-info-details blockquote {
    border-left: 4px solid #ddd;
    padding-left: 15px;
    margin: 20px 0;
    font-style: italic;
    color: #444;
}


/* ===============================
   Responsive Adjustments
================================= */
@media (max-width: 768px) {
    .post-info-details h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .post-info-details h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .post-info-details h3 {
        font-size: 22px;
    }
}

/* Comments form */

div#comments {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

article {
    border: 1px solid #e2e0e0;
    border-radius: 15px;
    margin: 15px 0;
}

.comment-author.vcard {
    background: #e7e6e6;
    padding: 9px;
    border-radius: 100px;
}

time {
    padding: 10px;
    display: block;
}

.comment-content p {
    margin: 0 !important;
    text-transform: capitalize;
}


ul.category-keyword,
ul.class-blog-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.category-keyword li,
ul.class-blog-tags li {
    display: inline-block;
    background: var(--primary2);
    padding: 3px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
    margin-right: 5px;
}



ul.category-keyword li a,
ul.class-blog-tags li a {
    color: #fff;
}

div#comments h2 {
    font-size: 23px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 !important;
}

div#comments label {
    display: block;
}

div#comments p {
    margin-bottom: 1rem;
}

div#comments textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ababab;
}

div#comments input:not([type=checkbox]) {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ababab;

}

p.comment-form-cookies-consent {
    display: flex;
}

p.comment-form-cookies-consent label {
    margin-left: 15px;
}

div#comments footer {
    background: #e4e4e400;
    margin: 0px !important;
    padding: 14px 11px;
    display: block;
    border-radius: 15px;
}

div#comments ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-content {
    padding: 5px 15px;
}

input#submit {
    background: linear-gradient(45deg, #89000d, #dc3545);
    color: #fff;
    border: none;
    width: 200px !important;
    border-radius: 100px !important;
}

.reply {
    background: linear-gradient(45deg, #89000d, #dc3545);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff !important;
    margin: 8px 14px;
}

.reply a {
    color: #fff;
}

img.avatar.avatar-60.photo {
    border-radius: 60px;
}

.blog {
    padding: 3rem 0;
    background: #ffffff !important;
}

p>strong:not(.woocommerce) {
    padding: 1rem 0;
    font-weight: 700 !IMPORTANT;
    color: var(--color-1);
}

img.img-fluid.mt-3.rounded {
    border-radius: 1.5rem ! IMPORTANT;
    max-height: 600px;
    object-fit: cover;
}

.meta-info {
    display: flex;
    gap: 1.5rem;
    color: #726f6f;
    text-transform: capitalize;
}

.image-blog {
    width: 30% ! IMPORTANT;
    height: auto ! IMPORTANT;
}

.sidebar-blog-content {
    width: 70%;
}

.blog-content span .fa {
    margin-right: .5rem;
}

.meta-info span {
    font-weight: 600;
    font-family: 'Mulish';
}

.blog-image {
    margin: 1rem !IMPORTANT;
    border-radius: .5rem;
    overflow: hidden;
    max-height: 210px;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
    background: #f5f5f5;
}

.blog-image img {
    padding: 0 !IMPORTANT;
    display: block;
}

.blog-box:hover .blog-image>img {
    transform: scale(1.1);
}

textarea {
    resize: vertical;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #dedede;
    margin-bottom: 1rem;
}

@media screen and (max-width:768px) {
    .post-info-details iframe {
        width: 100% !important;
        max-height: 340px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 25px;
        box-shadow: 1px 0 10px #00000045;
    }

}