.news-section .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.news-section figure.image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.news-section figure.image {
    position: relative;
}

.news-section figure.image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: RGBA(254,104,9,0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.news-section .news-block-one:hover figure.image:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.news-section .post-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: var(--theme-color);
    border-radius: 26px 0px 0px 0px;
}

.news-section .post-info h5{
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}

.news-section .post-info h5:hover>a{
    color: var(--secondary-color);
}

.news-section  .post-info .date {
    position: relative;
    margin-left: 40px;
}

.news-section  .post-info .date:before {
    content: "\f12e";
    position: absolute;
    font-family: 'flaticon_bizgenius';
    top: -6px;
    left: -40px;
    padding: 5px 7px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 14px;
}

.news-section  .post-info .date:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -35px;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.18);
}

.news-section  .post-info .admin {
    position: relative;
    margin-left: 40px;
}

.post-info .admin:before {
    content: "\f125";
    position: absolute;
    font-family: 'flaticon_bizgenius';
    top: -6px;
    left: -40px;
    padding: 5px 7px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 14px;
}

.news-section .lower-content h3 {
    padding: 25px 70px 15px 70px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}

.news-section .lower-content h3:before {
    background: #EBEBEB;
    content: "";
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 40px;
    height: 1px;
}

.news-section .lower-content.text-centerd {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 60px 60px 0px rgba(209, 209, 209, 0.15);
}

.news-section .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

a.news-btn-1 {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}

a.news-btn-1:hover {
    color: var(--theme-color);
}

a.news-btn-2 {
    padding: 10px;
    font-size: 12px;
    color: var(--white-color);
    background: rgba(217, 217, 217, 1);
    border-radius: 50%;
    line-height: 0;
}

a.news-btn-2:hover {
    color: var(--white-color);
    background: var(--theme-color);
}

.news-section.three .post-info {
    bottom: 10px;
    right: 10px;
    left: 82px;
    background: var(--secondary-color);
    border-radius: 5px;
}

.news-section.three .post-info h5:hover>a {
    color: var(--theme-color);
}

/*
 Inner page
blog page
*/

.blog-inner-box {
    padding: 40px 50px 80px 40px;
    background: var(--white-color);
    box-shadow: 0px 4px 40px 0px rgba(121, 121, 121, 0.05);
}

ul.meta-info {
    display: flex;
}

ul.meta-info li {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-right: 47px;
    position: relative;
    margin-left: 20px;
}

li.admin:before {
    content: "\f125";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 3px;
    left: -20px;
    color: var(--theme-color);
}

li.comments:before {
    content: "\f126";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 3px;
    left: -20px;
    color: var(--theme-color);
}

h3.blog-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
}


.tags-left {
    display: flex;
    align-items: center;
}

.tags-left h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    margin-right: 15px;
}

ul.tags-list-1 li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    transition: all 500ms ease;
}

ul.tags-list-1 {
    display: flex;
}

.blog-tags-box {
    background: rgba(112, 112, 112, 0.10);
    padding: 20px 40px;
}

ul.tags-list-1 li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px;
    background: var(--white-color);
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(212, 212, 212, 0.25);
}

ul.blog-social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  ul.blog-social-icons li {
    height: 35px;
    width: 35px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--title-color);
    padding: 4px 7px;
    transition: all 500ms ease;
  }

  ul.tags-list-1 li:hover {
    color: var(--theme-color);
}

ul.blog-social-icons li:hover {
    color: var(--theme-color);
}

h3.comments-title {
    font-size: 30px;
    line-height: 1.5em;
    margin: 40px 0;
}
/* 
.comments-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDD;
    margin-top: 60px;
}

.comments-box:nth-last-child(-n+2) {
    border-bottom: none;
}

.comments-content .upper h4 {
    font-size: 20px;
    line-height: 1.5em;
}

.comments-content a.reply-btn {
    padding: 5px 20px;
    background: rgba(241, 241, 241, 1);
    transition: all 500ms ease;
}

.comments-content a.reply-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.comments-content .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comments-content {
    margin-left: 40px;
    flex-shrink: 1;
}

.comments-box .image-box {
    flex-shrink: 0;
    display: flex;
}

.comments-form.contact-section.two .form-inner {
    max-width: 100%;
}

.comments-form.contact-section.two .form-inner .form-group:nth-child(3) {
    margin-bottom: 60px;
} */


ul.popular-tag {
    display: block;
}

ul.popular-tag li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em; 
    padding: 5px 10px;
    background: var(--white-color);
    display: inline-block;
    margin: 20px 14px 0 0;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(212, 212, 212, 0.25);
    transition: all 500ms ease;
}

ul.popular-tag li:hover {
    color: var(--theme-color);
}

.single-sidebar-box.two.last-box .title h3 {
    margin-bottom: 0;
}

/* sidebar */

.sidebar-search-box {
    padding: 46px 40px;
    background: rgba(112, 112, 112, 0.10);
}   

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--white-color);
    border: 1px solid #DFDFDF;
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
    padding-left: 24px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box form.search-form button {
    position: absolute;
    top: 0;
    right: 65px;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    color: rgba(171, 171, 171, 1);
}

.single-sidebar-box.two {
    padding: 60px 40px;
    background: rgba(112, 112, 112, 0.10);
    margin: 40px 0;
}

.single-sidebar-box.two .title h3 {
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.single-sidebar-box.two .inner {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.single-sidebar-box.two .inner .title-box h4 {
    font-size: 16px;
    line-height: 1.2em;
}

.single-sidebar-box.two .inner .title-box .date {
    margin-bottom: 8px;
    margin-left: 20px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.single-sidebar-box.two .inner .title-box .date:before {
    content: "\f12e";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 2px;
    left: -20px;
    color: var(--theme-color);
}

.single-sidebar-box.two .title-box {
    margin-left: 15px;
    flex-shrink: 1;
}

.single-sidebar-box.two .inner .img-box {
    flex-shrink: 0;
    display: flex;
}

.single-sidebar-box.two .inner:hover {
    background: var(--white-color);
    border-radius: 10px;
}

ul.sidebar-categories-box li {
    position: relative;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-left: 45px;
    margin-bottom: 10px;
}

ul.sidebar-categories-box li:hover:before {
   background: var(--theme-color);
}

ul.sidebar-categories-box li:before {
    content: "\f127";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 1px;
    left: -45px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: rgba(233, 172, 188, 1);
    color: var(--white-color);
    font-size: 10px;
    padding: 0 8px;
    line-height: 24px;
    transition: all 500ms ease;
}

/* responsive */

@media only screen and (max-width: 1272px){

    .news-section .post-info .date:after{
        display: none;
    }

    .news-section .lower-content h3 {
        padding: 25px;
    }

    .news-section .post-info{
        left: 60px;
    }
  
  }

  @media only screen and (max-width: 768px){

    .blog-inner-box {
        padding: 30px;
    }

    ul.blog-social-icons {
        justify-content: start;
        margin-top: 20px;
    }
    
  
  }

  @media only screen and (max-width: 510px){

    ul.tags-list-1 {
        flex-direction: column;
        gap: 10px;
    }

    .comments-box {
        flex-direction: column;
    }

    .comments-box .image-box {
        margin-bottom: 20px;
    }
  
  }

@media only screen and (max-width: 425px){

    .news-section .lower-content h3 {
        padding: 30px;
    }
  
  }










  /* Blog Details page */
.blog-area {
    padding: 140px 0;
  }
  .blog-area ol, .blog-area ul {
    padding-left: 20px;
  }
  .blog-area ol li, .blog-area ul li {
    padding-top: 7px;
  }
  .blog-details-wrapper .comment-respond {
    margin-top: 78px;
    margin-bottom: 40px;
  }
  .blog-details-wrapper .post-comments {
    margin-top: 70px;
  }
  .blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
    color: #ffffff !important;
  }
  .blog-details-wrapper .single-post-item {
    border: 0;
    overflow: visible;
  }
  .blog-details-wrapper .single-post-item iframe {
    width: 100%;
    height: 522px;
  }
  .blog-details-wrapper .single-post-item .post-meta {
    margin-bottom: 20px;
  }
  .blog-details-wrapper .single-post-item .post-gallery:hover img {
    transform: scale(1) !important;
  }
  .blog-details-wrapper .single-post-item .post-thumbnail, .blog-details-wrapper .single-post-item .post-video, .blog-details-wrapper .single-post-item .post-gallery, .blog-details-wrapper .single-post-item .postbox-audio, .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative;
  }
  @media (max-width: 767px) {
    .blog-details-wrapper .single-post-item .post-thumbnail, .blog-details-wrapper .single-post-item .post-video, .blog-details-wrapper .single-post-item .post-gallery, .blog-details-wrapper .single-post-item .postbox-audio, .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
      margin-bottom: 30px;
    }
  }
  .blog-details-wrapper .single-post-item .post-thumbnail:hover img, .blog-details-wrapper .single-post-item .post-video:hover img, .blog-details-wrapper .single-post-item .post-gallery:hover img, .blog-details-wrapper .single-post-item .postbox-audio:hover img, .blog-details-wrapper .single-post-item .wp-block-post-featured-image:hover img {
    transform: scale(1.06);
    transition: all 0.5s ease-out;
  }
  .blog-details-wrapper .single-post-item .post-thumbnail img, .blog-details-wrapper .single-post-item .post-video img, .blog-details-wrapper .single-post-item .post-gallery img, .blog-details-wrapper .single-post-item .postbox-audio img, .blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
  .blog-details-wrapper .single-post-item .post-content-wrapper {
    padding: 0 0 10px 0;
  }
  .blog-details-wrapper .single-post-item .post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */
  }
  .blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
    padding-left: 0;
  }
  .blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
    margin-bottom: 30px;
  }
  .blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
    padding-left: 0;
  }
  .blog-details-wrapper .single-post-item .post-content .wp-block-group {
    margin: 15px 0;
  }
  .blog-details-wrapper .single-post-item .post-content .wp-block-group p {
    margin-bottom: 0;
  }
  .blog-details-wrapper .single-post-item .post-content p {
    margin-bottom: 20px;
  }
  .blog-details-wrapper .single-post-item .post-content p img {
    margin: 20px 0;
    border-radius: 8px;
  }
  .blog-details-wrapper .single-post-item .blog-post-tag .social-share {
    padding-bottom: 20px;
  }
  .blog-details-wrapper .wp-block-calendar {
    margin-bottom: 30px;
  }
  .single-post-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 48px;
    border: 1px solid rgba(112, 112, 112, 0.10);
    /* Quote Format Post */
    /* Sticky Post */
  }
  .single-post-item:hover .post-thumbnail img, .single-post-item:hover .post-video img {
    transform: scale(1.06);
    transition: all 0.5s ease-out;
  }
  .single-post-item iframe {
    width: 100%;
    height: 522px;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item iframe {
      height: 350px;
    }
  }
  .single-post-item .post-content-wrapper {
    padding: 45px 47px 41px 47px;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-content-wrapper {
      padding: 35px;
      padding-top: 30px;
    }
  }
  .single-post-item .post-content-wrapper .read-more {
    margin-top: 30px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .single-post-item.format-quote .post-content {
    margin: 0;
  }
  .single-post-item.format-quote blockquote {
    margin: 0;
  }
  .single-post-item.format-quote blockquote p {
    margin-top: 0;
  }
  .single-post-item.format-quote blockquote cite a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text-color);;
    margin-top: 20px;
    font-style: normal;
    transition: all 0.5s ease-out;
  }
  .single-post-item.format-quote blockquote cite a:hover {
    transition: all 0.5s ease-out;
    color: var(--theme-color);
  }
  .single-post-item.sticky {
    border: 2px solid var(--theme-color);
  }
  .single-post-item.sticky .post-content {
    margin-bottom: 0;
  }
  .single-post-item.sticky .post-content p {
    margin-bottom: 0;
  }
  .single-post-item .post-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-title {
      font-size: 28px;
      line-height: 42px;
      margin-top: 5px;
    }
  }
  .single-post-item .post-title:hover a {
    color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-content p {
    margin-top: 17px;
  }
  .single-post-item .post-content h2, .single-post-item .post-content h3, .single-post-item .post-content h4, .single-post-item .post-content h5, .single-post-item .post-content h6 {
    margin-bottom: 10px;
  }
  .single-post-item .post-content p {
    margin-bottom: unset;
  }
  .single-post-item .single-post-meta {
    display: inline-flex;
    align-items: flex-start;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
  }
  .single-post-item .social-share {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
  }
  .single-post-item .social-share a.facebook {
    color: #1877f2;
  }
  .single-post-item .social-share a.twitter {
    color: #1da1f2;
  }
  .single-post-item .social-share a.linkedin {
    color: #1a70c6;
  }
  .single-post-item .social-share .social-share-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin-right: 5px;
    text-transform: uppercase;
  }
  .single-post-item .blog-post-tag {
    width: 100%;
    display: inline-block;
  }
  .single-post-item .blog-post-tag span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: var(--title-color);
    margin-bottom: 0;
    margin-right: 30px;
    text-transform: uppercase;
    margin-top: 8px;
    float: left;
  }
  .single-post-item .blog-post-tag .post-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .single-post-item .blog-post-tag .post-tag-list a {
    color: var(--text-color);;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 12px 22px;
    border-radius: 50px;
    transition: all 0.5s ease-out;
    border: 1px solid #bfc5cb;
  }
  .single-post-item .blog-post-tag .post-tag-list a:hover {
    color: #ffffff;
    background: var(--theme-color);
    border-color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-thumbnail, .single-post-item .post-video {
    position: relative;
    overflow: hidden;
  }
  .single-post-item .post-thumbnail img, .single-post-item .post-video img {
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-thumbnail .popup-video-wrapper, .single-post-item .post-video .popup-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-post-item .post-thumbnail .video-btn a, .single-post-item .post-video .video-btn a {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    background-color: #ffffff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-post-item .post-thumbnail .video-btn a i, .single-post-item .post-video .video-btn a i {
    color: var(--theme-color);
    font-size: 18px;
  }
  .single-post-item .post-thumbnail .video-btn a:hover, .single-post-item .post-video .video-btn a:hover {
    animation: none;
  }
  .single-post-item button.post-gallery-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .single-post-item button.post-gallery-btn.prev-btn {
    left: 30px;
  }
  .single-post-item button.post-gallery-btn.next-btn {
    right: 30px;
  }
  .single-post-item button.post-gallery-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--title-color);
    font-size: 17px;
    transition: all 0.5s ease-out;
  }
  .single-post-item button.post-gallery-btn:hover {
    transition: all 0.5s ease-out;
    background-color: var(--theme-color);
  }
  .single-post-item button.post-gallery-btn:hover i {
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-audio iframe {
    width: 100%;
  }
  .single-post-item .post-meta {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 2px;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-meta {
      gap: 10px;
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
    }
  }
  .single-post-item .post-meta span {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .single-post-item .post-meta span i {
    color: var(--theme-color);;
    font-size: 18px;
  }
  .single-post-item .post-meta span a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);;
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-meta span a:hover {
    color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .single-post-item .post-meta span a:hover i {
    color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .author-info {
    background-color: rgba(112, 112, 112, 0.10);
    padding: 90px 45px 45px 45px;
    display: flex;
    gap: 30px;
    border-radius: 14px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 70px;
  }
  .author-info .author-thumb {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .author-info .author-thumb img {
    border-radius: 50%;
  }
  .author-info .author-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .author-info .author-text .designation {
    font-size: 16px;
    font-style: italic;
    color: #9ba8c3;
    text-transform: capitalize;
  }
  .author-info .author-text p {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .author-info .author-social-profiles {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .author-info .author-social-profiles a {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.5s ease-out;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 10px;
  }

  .author-info .author-social-profiles a:hover {
    transition: all 0.5s ease-out;
    background-color: #ffffff;
    color: var(--theme-color);
  }
  .author-info .author-post a {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    border-bottom: 2px solid var(--theme-color);
    margin-top: 30px;
    display: inline-block;
  }
  .author-info .author-post a:hover {
    color: var(--theme-color);
  }
  .blog-post-nav {
    margin: 40px 0;
    background: #fff;
    padding: 23px 30px;
    padding-bottom: 22px;
    border-radius: 8px;
    border: 1px solid rgba(112, 112, 112, 0.10);
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav {
      flex-direction: column;
      padding: 30px;
      margin: 30px 0;
    }
  }
  @media (max-width: 767px) {
    .blog-post-nav {
      flex-direction: column;
      padding: 30px;
      margin: 30px 0;
    }
  }
  .blog-post-nav .divider {
    background-color: rgba(112, 112, 112, 0.10);
    width: 1px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .divider {
      width: 100%;
      height: 1px;
    }
  }
  @media (max-width: 767px) {
    .blog-post-nav .divider {
      width: 100%;
      height: 1px;
    }
  }
  .blog-post-nav .post-navigation {
    display: flex;
    gap: 20px;
    flex-basis: 0;
    flex-grow: 1;
    width: 50%;
  }
  @media (max-width: 374px) {
    .blog-post-nav .post-navigation {
      flex-direction: column !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .post-navigation {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .blog-post-nav .post-navigation {
      width: 100%;
    }
  }
  .blog-post-nav .post-navigation:last-child {
    flex-direction: row-reverse;
  }
  .blog-post-nav .post-navigation:last-child .text {
    text-align: right;
  }
  @media (max-width: 374px) {
    .blog-post-nav .post-navigation:last-child .text {
      text-align: left;
    }
  }
  .blog-post-nav .post-navigation .post-img {
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
  }
  @media (max-width: 374px) {
    .blog-post-nav .post-navigation .post-img {
      width: 100% !important;
      height: 150px !important;
    }
  }
  .blog-post-nav .post-navigation .post-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    left: 0;
    top: 0;
  }
  .blog-post-nav .post-navigation .text {
    width: 100%;
    margin: auto;
  }
  .blog-post-nav .post-navigation .text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #ff5b5b;
  }
  .blog-post-nav .post-navigation .text h4 {
    font-size: 21px;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
  }
  .post-card.style-one {
    min-height: 218px;
  }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .post-card.style-one {
      gap: 10px;
      padding: 30px;
    }
  }
  .post-card.style-one:hover .image img {
    transition: all 0.5s ease-out;
    transform: scale(1.1);
    visibility: visible;
  }
  .post-card.style-one:hover .image:before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .post-card.style-one:hover .date-bottom {
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .post-card.style-one:hover .content .title {
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .post-card.style-one:hover .content .post-meta span:first-child {
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .post-card.style-one:hover .content .post-meta span:first-child a {
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .post-card.style-one .content .title {
    height: 56px;
    overflow: hidden;
  }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .post-card.style-one .content .title {
      height: 84px;
    }
  }
  .post-card.style-one .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .post-card.style-one .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    visibility: hidden;
  }
  .post-card.style-one .image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    content: "";
    transition: all 0.5s ease-out;
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
  .post-card.style-one .image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    transition: all 0.5s ease-out;
    z-index: 1;
  }
  .post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 37px;
    border: 1px solid rgba(112, 112, 112, 0.10);
    border-radius: 13px;
    gap: 40px;
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
  }
  .post-card .image {
    overflow: hidden;
    border-radius: 6px;
  }
  .post-card .image img {
    transition: all 0.5s ease-out;
    transform: scale(1);
  }
  .post-card .overlay {
    width: 100%;
    height: 100%;
    background: #393d48;
    opacity: 24%;
  }
  .post-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .post-card .content .post-meta {
    display: inline-flex;
    gap: 17px;
    align-items: center;
  }
  .post-card .content .post-meta span {
    color: var(--text-color);;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
  }
  .post-card .content .post-meta span:before {
    background-color: #b8bfcc;
    width: 1px;
    display: inline-flex;
    height: 12px;
    content: "";
    margin-right: 17px;
  }
  .post-card .content .post-meta span:first-child {
    color: var(--theme-color);
  }
  .post-card .content .post-meta span:first-child a {
    color: var(--theme-color);
  }
  .post-card .content .post-meta span:first-child a:hover {
    color: var(--theme-color) !important;
  }
  .post-card .content .post-meta span:first-child:before {
    display: none;
  }
  .post-card .content .title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    color: var(--title-color);
    transition: all 0.5s ease-out;
  }
  .post-card .date {
    margin-bottom: 0;
  }
  .post-card .date-bottom {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #778196;
    position: relative;
    z-index: 3;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card {
      padding: 20px 25px;
      gap: 55px;
    }
    .post-card .content .post-meta {
      font-size: 14px;
    }
    .post-card .content .title {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .post-card.style-two {
    padding: 0;
    border: none;
    border-radius: 0;
    gap: 30px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 36px;
  }
  .post-card.style-two:hover .image img {
    transform: scale(1.05);
  }
  .post-card.style-two:hover .image .icon {
    z-index: 2;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease-out;
  }
  .post-card.style-two:hover .image:before {
    opacity: 0.6;
    z-index: 1;
  }
  .post-card.style-two .image {
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 180px;
    height: 132px;
  }
  .post-card.style-two .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: scale(1);
    width: 100%;
    transition: all 0.5s ease-out;
  }
  .post-card.style-two .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #393d48;
    z-index: -2;
    opacity: 0;
  }
  .post-card.style-two .image .icon {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-out;
  }
  .post-card.style-two .image .icon i {
    color: #ffffff;
  }
  .post-card.style-two .content {
    gap: 12px;
  }
  .post-card.style-two .content .post-meta span:last-child {
    display: block;
  }
  .post-card.style-two .content .post-meta span:first-child:before {
    display: none;
  }
  .post-card.style-two .content .post-meta .date {
    color: #778196;
    font-weight: 400;
  }
  .post-card.style-two .content .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
  }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .post-card.style-two .content .title {
      height: 66px;
      overflow: hidden;
    }
  }
  .post-card.style-two .content .title:hover {
    color: var(--theme-color);
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-two {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 30px;
    }
    .post-card.style-two .image {
      width: 100%;
      height: 340px;
    }
  }
  .post-card.style-three {
    height: 470px;
    justify-content: end;
    align-items: end;
    overflow: hidden;
    border: 0;
  }
  @media (max-width: 280px) {
    .post-card.style-three {
      padding: 20px;
    }
  }
  .post-card.style-three:before {
    background-color: var(--title-color);
    opacity: 0.3;
  }
  .post-card.style-three:hover .image img {
    transform: scale(1.05);
    transition: all 0.5s ease-out;
  }
  .post-card.style-three .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .post-card.style-three .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.01);
    transition: all 0.5s ease-out;
  }
  .post-card.style-three .image .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .post-card.style-three .content .post-meta {
    color: #ffffff;
    display: inline-flex;
    gap: 17px;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
  }
  @media (max-width: 280px) {
    .post-card.style-three .content .post-meta {
      flex-wrap: wrap;
    }
  }
  .post-card.style-three .content .post-meta span {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
  }
  .post-card.style-three .content .post-meta span a {
    color: #ffffff;
  }
  .post-card.style-three .content .post-meta span a:hover {
    color: var(--theme-color);
  }
  .post-card.style-three .content .post-meta span:before {
    background-color: #b8bfcc;
    width: 1px;
    display: inline-flex;
    height: 12px;
    content: "";
    margin-right: 17px;
  }
  
  .post-card.style-three .content .post-meta span:last-child {
    display: block;
  }
  .post-card.style-three .content .post-meta span:first-child:before {
    display: none;
  }
  .post-card.style-three .content .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  .post-card.style-three .content .title:hover {
    color: var(--theme-color);
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-three {
      height: 340px;
    }
    .post-card.style-three .content .post-meta {
      font-size: 14px;
    }
    .post-card.style-three .content .title {
      font-size: 24px;
      line-height: 38px;
    }
  }
  .post-card.style-four {
    flex-direction: column;
    border: none;
    padding: 0;
    gap: 25px;
    margin-bottom: 45px;
  }
  @media (max-width: 991px) {
    .post-card.style-four {
      gap: 22px;
    }
  }
  .post-card.style-four:hover .image img {
    transform: scale(1.06);
  }
  .post-card.style-four .image {
    position: relative;
  }
  .post-card.style-four .image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
  }
  .post-card.style-four .content .title a {
    font-size: 24px;
    line-height: 33px;
  }
  .post-card.style-four .content .title:hover {
    color: var(--theme-color);
  }
  .post-card.style-four .content .post-meta span {
    color: var(--theme-color);
    line-height: 30px;
    font-weight: 700;
  }
  .post-card.style-four .content .post-meta span:last-child {
    display: block;
  }
  .post-card.style-four .content .post-meta span:first-child:before {
    display: none;
  }
  .post-card.style-four .content .post-meta .date {
    color: #778196;
    font-weight: 400;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-four {
      gap: 20px;
    }
  }
  /* Widget */
  .widget {
    background-color: rgba(112, 112, 112, 0.10);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 48px;
  }
  .widget:last-child {
    margin-bottom: 40px;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .widget {
      padding: 30px;
    }
  }
  .widget ol, .widget ul {
    margin-bottom: 0;
  }
  .widget .widget-instagram-feed {
    width: 315px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget .widget-instagram-feed {
      width: 220px;
    }
  }
  @media (max-width: 374px) {
    .widget .widget-instagram-feed {
      width: 200px;
    }
  }
  .widget .widget-instagram-feed .single-instagram-feed {
    width: 96px;
    height: 96px;
  }
  .widget .wp-block-heading, .widget .widget-title, .widget .wp-block-search__label {
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--title-color);
    position: relative;
  }
  /* .widget .wp-block-heading:before, .widget .widget-title:before, .widget .wp-block-search__label:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    margin-right: 6px;
    color: var(--theme-color);;
    font-size: 18px;
  } */
  .widget .wp-block-social-links .wp-social-link {
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .widget .wp-block-social-links .wp-social-link a {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    font-weight: 500;
  }
  .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author, .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link, .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author, .widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
    font-weight: 500;
  }
  .widget .wp-block-latest-comments li.wp-block-latest-comments__comment, .widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
    margin-bottom: 0;
  }
  .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta, .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title, .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta, .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
    line-height: 28px;
    font-weight: 400;
  }
  .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date, .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date, .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date, .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
    font-size: 14px !important;
    margin-bottom: 10px;
    position: relative;
  }
  .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before, .widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before, .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before, .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
  }
  .widget .wp-block-latest-comments li a, .widget .wp-block-latest-posts li a {
    color: var(--text-color);;
  }
  .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    display: inline !important;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400;
  }
  .widget .wp-block-latest-comments li a:hover, .widget .wp-block-latest-posts li a:hover {
    color: var(--theme-color);
  }
  .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p, .widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }
  .widget .social-profile {
    justify-content: flex-start;
  }
  .widget .social-profile a {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    color: #ffffff;
    transition: all 0.5s ease-out;
    flex-shrink: 0;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1199px) {
    .widget .social-profile a {
      width: 40px;
      height: 40px;
    }
  }
  .widget .social-profile a.facebook {
    background-color: #1877f2;
  }
  .widget .social-profile a.twitter {
    background-color: #1da1f2;
  }
  .widget .social-profile a.linkedin {
    background-color: #0a66c2;
  }
  .widget .social-profile a.instagram {
    background-color: #405de6;
  }
  .widget .social-profile a:hover {
    color: #ffffff;
    transition: all 0.5s ease-out;
    background-color: var(--theme-color);
  }
  .widget select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid transparent;
    padding: 0 10px;
    border-radius: 5px;
    color: var(--text-color);
    margin-bottom: 0;
  }
  .widget .has-login-form .login-username label, .widget .has-login-form .login-password label {
    margin-bottom: 10px;
  }
  .widget .has-login-form .login-username input, .widget .has-login-form .login-password input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 5px;
    color: var(--text-color);;
  }
  .widget .has-login-form .login-remember label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .widget .has-login-form .login-submit {
    margin-bottom: 0;
  }
  .widget .has-login-form .login-submit input.button-primary {
    display: inline-flex;
    background: var(--theme-color);
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
  }
  .widget .search-form {
    display: flex !important;
  }
  .widget .search-form button {
    width: 62px;
    flex-shrink: 0;
  }
  .widget .wp-block-search__no-button.wp-block-search input {
    border-radius: 10px;
  }
  .widget .wp-block-search {
    margin-bottom: -2px;
  }
  .widget .wp-block-search, .widget .search-form {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .widget .wp-block-search .wp-block-search__inside-wrapper, .widget .search-form .wp-block-search__inside-wrapper {
    display: flex;
    padding: 0 !important;
  }
  .widget .wp-block-search label, .widget .search-form label {
    font-size: 24px;
    display: block;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--title-color);
  }
  .widget .wp-block-search input, .widget .search-form input {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
    padding: 0 25px;
    height: 50px;
    width: 100%;
    color: var(--text-color);;
    font-size: 15px;
    border-radius: 6px 0 0 6px;
  }
  .widget .wp-block-search button, .widget .search-form button {
    font-family: var(--title-font);
    color: #ffffff;
    padding: 0 20px;
    position: relative;
    right: 0;
    background-color: var(--theme-color);
    top: 0;
    height: auto;
    border-radius: 0 6px 6px 0;
    line-height: 0;
    border: 0;
    margin-left: 0 !important;
  }
  .widget .tagcloud, .widget .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
  .widget .tagcloud a, .widget .wp-block-tag-cloud a {
    color: var(--text-color);;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 12px 22px;
    transition: all 0.5s ease-out;
    border: 1px solid #1f1f1f;
  }
  .widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
    color: #ffffff;
    background: var(--theme-color);
    border-color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .widget ul, .widget ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */
  }
  .widget ul li, .widget ol li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.10);
    /* Recent Comment Widget */
  }
  .widget ul li:first-child, .widget ol li:first-child {
    padding-top: 0;
  }
  .widget ul li:last-child, .widget ol li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .widget ul li.recentcomments .comment-author-link a:before, .widget ol li.recentcomments .comment-author-link a:before {
    display: block;
  }
  .widget ul li.recentcomments a, .widget ol li.recentcomments a {
    padding-left: 0;
    display: inline;
  }
  .widget ul li.recentcomments a:before, .widget ol li.recentcomments a:before {
    display: none;
  }
  .widget ul li a, .widget ol li a {
    color: var(--text-color);;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.5s ease-out;
    /* RSS Widget */
  }
  .widget ul li a:hover, .widget ol li a:hover {
    color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .widget ul li a.rsswidget, .widget ol li a.rsswidget {
    padding-left: 0;
    font-weight: 500;
    display: block;
  }
  .widget ul li a.rsswidget:before, .widget ol li a.rsswidget:before {
    display: none;
  }
  .widget ul li ul, .widget ol li ul {
    padding-left: 25px;
    padding-top: 10px;
  }
  .widget ul.wp-tag-cloud li, .widget ol.wp-tag-cloud li {
    display: inline-block;
    padding: 0;
    border: 0;
  }
  .widget ul.wp-tag-cloud li a:before, .widget ol.wp-tag-cloud li a:before {
    display: none;
  }
  .widget.widget_categories ul li, .widget.widget_archive ul li {
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  .widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  .widget.widget_categories ul li a, .widget.widget_archive ul li a {
    float: left;
  }
  /* About Info Widget*/
  .widget-about-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .widget-about-info .about-desc {
    text-align: left;
  }
  .widget-about-info .about-desc .about-title {
    font-size: 20px;
  }
  .widget-about-info .about-image {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .widget-about-info .social-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.10);
    width: 100%;
    margin-top: 10px;
  }
  .widget-about-info .social-profile a {
    transition: all 0.5s ease-out;
    width: 44px;
    height: 44px;
    background-color: #f3f4f8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    transition: all 0.5s ease-out;
  }
  .widget-about-info .social-profile a:hover {
    color: #ffffff;
    transition: all 0.5s ease-out;
    background-color: var(--theme-color);
  }
  /* Latest Post Widget*/
  .has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
  }
  .widget_rss .wp-block-heading:before, .widget_rss .widget-title:before {
    display: none;
  }
  .widget_rss .rss-widget-icon {
    margin-right: 6px;
  }
  .widget_rss ul li a.rsswidget {
    color: var(--title-color);
  }
  .widget_rss ul li a.rsswidget:hover {
    color: var(--theme-color);
  }
  .wp-block-latest-posts .wp-block-rss__item-title, .wp-block-rss .wp-block-rss__item-title, .widget_rss .wp-block-rss__item-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-author, .wp-block-latest-posts .wp-block-rss__item-publish-date, .wp-block-rss .wp-block-latest-posts__post-author, .wp-block-rss .wp-block-rss__item-publish-date, .widget_rss .wp-block-latest-posts__post-author, .widget_rss .wp-block-rss__item-publish-date {
    margin-right: 10px;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-author, .wp-block-latest-posts .wp-block-latest-posts__post-date, .wp-block-latest-posts .wp-block-rss__item-publish-date, .wp-block-latest-posts .wp-block-rss__item-author, .wp-block-latest-posts .rss-date, .wp-block-rss .wp-block-latest-posts__post-author, .wp-block-rss .wp-block-latest-posts__post-date, .wp-block-rss .wp-block-rss__item-publish-date, .wp-block-rss .wp-block-rss__item-author, .wp-block-rss .rss-date, .widget_rss .wp-block-latest-posts__post-author, .widget_rss .wp-block-latest-posts__post-date, .widget_rss .wp-block-rss__item-publish-date, .widget_rss .wp-block-rss__item-author, .widget_rss .rss-date {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-date:before, .wp-block-latest-posts .wp-block-rss__item-publish-date:before, .wp-block-latest-posts .rss-date:before, .wp-block-rss .wp-block-latest-posts__post-date:before, .wp-block-rss .wp-block-rss__item-publish-date:before, .wp-block-rss .rss-date:before, .widget_rss .wp-block-latest-posts__post-date:before, .widget_rss .wp-block-rss__item-publish-date:before, .widget_rss .rss-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-author:before, .wp-block-latest-posts .wp-block-rss__item-author:before, .wp-block-rss .wp-block-latest-posts__post-author:before, .wp-block-rss .wp-block-rss__item-author:before, .widget_rss .wp-block-latest-posts__post-author:before, .widget_rss .wp-block-rss__item-author:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts .wp-block-rss__item-excerpt, .wp-block-latest-posts .rssSummary, .wp-block-rss .wp-block-latest-posts__post-excerpt, .wp-block-rss .wp-block-rss__item-excerpt, .wp-block-rss .rssSummary, .widget_rss .wp-block-latest-posts__post-excerpt, .widget_rss .wp-block-rss__item-excerpt, .widget_rss .rssSummary {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .widget_latest_post ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    border: 0;
    align-items: center;
  }
  .widget_latest_post ul li:hover .latest-post-thumb img {
    transform: scale(1.2);
    transition: all 0.5s ease-out;
  }
  .widget_latest_post ul li:last-child {
    margin-bottom: 0;
  }
  .widget_latest_post ul li a {
    padding-left: 0;
  }
  .widget_latest_post ul li a:before {
    display: none;
  }
  .widget_latest_post ul li .latest-post-thumb {
    flex-shrink: 0;
    overflow: hidden;
    width: 84px;
    height: 84px;
    border-radius: 6px;
  }
  .widget_latest_post ul li .latest-post-thumb img {
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
  .widget_latest_post ul li .latest-post-desc .latest-post-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color);
  }
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color);
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-out;
  }
  .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
    color: var(--theme-color);
    transition: all 0.5s ease-out;
  }
  .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    color: var(--text-color);;
  }
  .widget-instagram-feed {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    width: 240px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget-instagram-feed {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 374px) {
    .widget-instagram-feed {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .widget-instagram-feed .single-instagram-feed {
    border-radius: 5px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  .widget-instagram-feed .single-instagram-feed:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
  }
  .widget-instagram-feed .single-instagram-feed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
  .widget_promotion {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #020a27;
  }
  .widget_promotion .wp-block-heading {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
  }
  .widget_promotion .secondary-btn {
    display: inline-block;
    background: var(--theme-color);
    color: var(--title-color);
    padding: 12px 104px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-out;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
  }
  .widget_promotion .secondary-btn i {
    color: #fff;
    font-size: 16px;
  }
  .widget_promotion .secondary-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .widget_promotion p {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 32px;
  }
  .single-post-item .single-post-meta {
    gap: 32px;
  }
  /*Comment Input Filed*/
  .post-comments-title .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .post-comments-title h2 {
    font-size: 36px;
    line-height: 28px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-comments-title h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
  }
  .post-comments-title h2 small {
    font-size: 16px;
    color: var(--theme-color);
  }
  .comment-respond {
    background-color: rgba(112, 112, 112, 0.10);
    padding: 50px;
    border-radius: 18px;
    position: relative;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-respond {
      padding: 30px;
    }
  }
  .comment-respond p {
    margin: 0;
  }
  .comment-respond .contacts-email, .comment-respond .contacts-name, .comment-respond .single-input-field {
    margin-bottom: 12px;
  }
  .comment-respond label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #778196;
    margin-bottom: 12px;
  }
  .comment-respond .checkbox-field-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 15px 0;
  }
  .comment-respond .checkbox-field-wrapper p {
    margin: 0;
  }
  .comment-respond .checkbox-field-wrapper .single-checkbox-field {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
  }
  .comment-respond .comment-form-cookies-consent {
    display: none;
  }
  .comment-respond input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .comment-respond input, .comment-respond select {
    padding: 0 20px;
    height: 60px;
    width: 100%;
    color: #778196;
    opacity: 1;
    border: 1px solid transparent !important;
    box-shadow: 0px 10px 30px 0px rgba(4, 43, 77, 0.04);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
  }
  .comment-respond *::-webkit-input-placeholder {
    color: #778196;
  }
  .comment-respond *:-moz-placeholder {
    color: #778196;
    opacity: 1;
  }
  .comment-respond *::-moz-placeholder {
    color: #778196;
    opacity: 1;
  }
  .comment-respond *:-ms-input-placeholder {
    color: #778196;
  }
  .comment-respond *::-ms-input-placeholder {
    color: #778196;
  }
  .comment-respond *::placeholder {
    color: #778196;
  }
  .comment-respond textarea {
    resize: vertical;
    padding: 20px;
    width: 100%;
    color: #778196;
    border: 1px solid transparent !important;
    box-shadow: 0px 10px 30px 0px rgba(4, 43, 77, 0.04);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    height: 192px;
    margin-bottom: 12px;
  }
  .comment-respond input:focus, .comment-respond textarea:focus, .comment-respond .form-select:focus {
    outline: none !important;
    box-shadow: none;
    border-color: var(--theme-color) !important;
    transition: all 0.4s ease 0s;
  }
  .comment-respond.style-two {
    margin: 0;
    background-color: transparent;
    padding: 82px 88px 82px 6px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-respond.style-two {
      padding: 50px;
    }
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-respond.style-two {
      padding: 30px;
    }
  }
  .comment-respond.style-two .post-comments-title h2 {
    color: #ffffff;
  }
  .comment-respond.style-two label {
    color: #c7cdda;
  }
  .comment-respond.style-two .nice-select:after {
    border-color: transparent transparent #c7cdda transparent;
  }
  .comment-respond.style-two input[type="radio"]::before, .comment-respond.style-two input[type="checkbox"]::before {
    background-color: transparent;
  }
  .comment-respond.style-two .single-input-field p {
    margin-bottom: 0;
  }
  .comment-respond.style-two .single-input-field input, .comment-respond.style-two .single-input-field select, .comment-respond.style-two .single-input-field textarea {
    background-color: transparent;
    color: #c7cdda;
    border-color: #739bbf !important;
    box-shadow: none;
  }
  .comment-respond.style-two .single-input-field .nice-select {
    color: #c7cdda;
    border-color: #739bbf !important;
  }
  .comment-respond.style-two .single-input-field input:focus, .comment-respond.style-two .single-input-field textarea:focus, .comment-respond.style-two .single-input-field .form-select:focus, .comment-respond.style-two .single-input-field .nice-select:focus {
    border-color: var(--theme-color) !important;
  }
  .comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
    color: #c7cdda;
  }
  .comment-respond.style-two .single-input-field *:-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
  }
  .comment-respond.style-two .single-input-field *::-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
  }
  .comment-respond.style-two .single-input-field *:-ms-input-placeholder {
    color: #c7cdda;
  }
  .comment-respond.style-two .single-input-field *::-ms-input-placeholder {
    color: #c7cdda;
  }
  .comment-respond.style-two .single-input-field *::placeholder {
    color: #c7cdda;
  }
  .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field .form-check-input, .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item .form-check-input {
    background-color: transparent;
    border-color: #739bbf !important;
  }
  .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type="checkbox"], .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type="radio"], .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type="checkbox"], .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type="radio"] {
    border-color: #739bbf !important;
  }
  .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type="checkbox"]:checked, .comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type="radio"]:checked, .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type="checkbox"]:checked, .comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type="radio"]:checked {
    border-color: var(--theme-color) !important;
  }
  .comment-respond.style-three {
    margin: 0;
  }
  .comment-respond.style-three input, .comment-respond.style-three select, .comment-respond.style-three textarea {
    border: 1px solid rgba(112, 112, 112, 0.10) !important;
    box-shadow: none;
  }
  .comment-respond.style-three input:focus, .comment-respond.style-three textarea:focus, .comment-respond.style-three .form-select:focus, .comment-respond.style-three .nice-select:focus {
    border-color: var(--theme-color) !important;
  }

  /*
   Block Unit Test Widget
   ============================*/
  .wp-block-search__input {
    border: 1px solid rgba(112, 112, 112, 0.10) !important;
  }
  .wp-block-search__button {
    margin-left: 0 !important;
  }
  .wp-block-social-links {
    padding-left: 0 !important;
  }
  .wp-block-social-links li {
    padding-top: 0 !important;
  }
  .single-post-item.format-quote blockquote {
    padding: 45px;
  }
  @media (max-width: 767px) {
    .single-post-item.format-quote blockquote {
      padding: 35px;
    }
  }
  blockquote {
    overflow: hidden;
    margin: 40px 0;
    position: relative;
    z-index: 1;
    padding-left: 60px;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote {
      padding-left: 30px;
    }
  }
  blockquote p {
    font-size: 18px;
    color: var(--text-color);;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote p {
      font-size: 18px;
      line-height: 28px;
    }
  }
  blockquote p a {
    color: var(--theme-color);
    text-decoration: underline;
  }
  blockquote footer {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--title-color);
    margin-top: 20px;
  }
  .wp-block-quote, blockquote {
    border-left: solid 5px var(--theme-color);
  }
  .wp-block-pullquote {
    border-top: 5px solid var(--theme-color) !important;
    border-bottom: 5px solid var(--theme-color) !important;
    background-color: rgba(112, 112, 112, 0.10);
  }
  .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 10px;
    display: block;
  }
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 10px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 10px;
  }
  .wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
  }
  .post-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
  .post-content p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
  }
  .post-content .wp-block-search {
    margin-bottom: 15px;
  }
  .post-content .wp-block-file {
    margin-top: 20px;
  }
  .post-content .wp-block-group__inner-container p {
    margin-top: 0 !important;
  }
  .has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: var(--theme-color) !important;
  }
  .wp-block-button {
    margin-bottom: 10px;
  }
  .wp-block-archives select, .wp-block-categories select {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .wp-block-latest-comments {
    padding-left: 0 !important;
  }
  .wp-block-cover p.wp-block-cover-text, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #fff !important;
  }
  .wp-block-cover-text a {
    color: #fff;
  }
  .wp-block-rss {
    padding-left: 0 !important;
  }
  .widget .wp-block-archives-dropdown, .widget .wp-block-categories-dropdown, .widget .wp-block-loginout, .widget .wp-block-social-links, .widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select, .widget.widget_search .search-form, .widget.widget_tag_cloud .tagcloud, .widget .wp-block-tag-cloud {
    margin-bottom: 6px;
  }
  .wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  nav.wp-calendar-nav {
    justify-content: space-between;
    display: flex;
  }
  nav.wp-calendar-nav a {
    color: var(--text-color);;
  }
  nav.wp-calendar-nav a:hover {
    color: var(--theme-color);
  }
  /* Block Comment End */
  .latest-comments .comment-respond {
    margin-top: 80px;
  }
  .latest-comments li .children .comments-box {
    margin-left: 50px;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .children .comments-box {
      margin-left: 0;
    }
  }
  .latest-comments li .children .children .comments-box {
    margin-left: 100px;
    border-top: 1px solid #D2D2D2;
  }
  .latest-comments li .comments-box {
    padding: 50px;
    border: 1px solid rgba(112, 112, 112, 0.10);
    background: rgba(112, 112, 112, 0.10);
    border-radius: 8px;
    margin-bottom: 24px;
  }
  @media (max-width: 767px) {
    .latest-comments li .comments-box {
      padding: 30px;
    }
  }
  .latest-comments li .comments-box .comments-avatar {
    float: left;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-avatar {
      float: inherit;
      margin-bottom: 20px;
    }
  }
  .latest-comments li .comments-box .comments-avatar img {
    margin-right: 30px;
    width: 100px;
    border-radius: 50px;
  }
  .latest-comments li .comments-box .comments-text {
    overflow: hidden;
  }
  .latest-comments li .comments-box .comments-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--text-color);;
  }
  .latest-comments li .comments-box .comments-text .avatar-name {
    margin-bottom: 10px;
    position: relative;
  }
  .latest-comments li .comments-box .comments-text .avatar-name h5 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .latest-comments li .comments-box .comments-text .avatar-name span {
    color: #9ba8c3;
    font-size: 16px;
    font-weight: 400;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .avatar-name span {
      display: inline-block;
      width: 100%;
    }
  }
  .latest-comments li .comments-box .comments-text .comment-reply-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    border: 1px solid var(--white-color);
    padding: 10px 25px;
    gap: 8px;
    position: absolute;
    top: auto;
    right: 0;
  }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .comment-reply-link {
      position: unset;
      margin-top: 10px;
    }
  }
  .latest-comments li .comments-box .comments-text .comment-reply-link:hover {
    background-color: var(--theme-color);
    color: #ffffff;
    transition: all 0.5s ease-out;
  }
  .post-comments .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .comments-text > ul, .comments-text > ol {
    margin-bottom: 20px;
  }
  ul.children {
    list-style: none;
  }
  .post-comments-form .contacts-message {
    margin-top: 10px;
  }
  



  .blog-post-nav .post-navigation .text h4 {
    font-size: 21px;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    max-width: 12rem;
    white-space: nowrap;
    overflow: hidden;
}



.basic-pagination, .page-links, .wp-block-query-pagination-numbers {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .basic-pagination ul, .page-links ul, .wp-block-query-pagination-numbers ul {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .basic-pagination ul li, .page-links ul li, .wp-block-query-pagination-numbers ul li {
    padding-top: 0;
  }
  .basic-pagination ul .prev span, .basic-pagination ul .next span, .page-links ul .prev span, .page-links ul .next span, .wp-block-query-pagination-numbers ul .prev span, .wp-block-query-pagination-numbers ul .next span {
    display: none;
  }
  .basic-pagination .post-page-numbers, .page-links .post-page-numbers, .wp-block-query-pagination-numbers .post-page-numbers {
    background-color: rgba(71, 112, 247, 0.1) !important;
  }
  .basic-pagination .page-numbers, .basic-pagination .post-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers, .wp-block-query-pagination-numbers .page-numbers, .wp-block-query-pagination-numbers .post-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e6f92;
    background-color: #ffffff;
    border-radius: 6px;
    height: 53px;
    width: 53px;
    transition: all 0.5s ease-out;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #dfe2e9;
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .basic-pagination .page-numbers, .basic-pagination .post-page-numbers, .page-links .page-numbers, .page-links .post-page-numbers, .wp-block-query-pagination-numbers .page-numbers, .wp-block-query-pagination-numbers .post-page-numbers {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }
  }
  .basic-pagination .page-numbers:hover, .basic-pagination .post-page-numbers:hover, .page-links .page-numbers:hover, .page-links .post-page-numbers:hover, .wp-block-query-pagination-numbers .page-numbers:hover, .wp-block-query-pagination-numbers .post-page-numbers:hover {
    background: #ff6731 !important;
    color: #ffffff;
    border-color: #ff6731;
    transition: all 0.5s ease-out;
  }
  .basic-pagination .page-numbers.current, .basic-pagination .post-page-numbers.current, .page-links .page-numbers.current, .page-links .post-page-numbers.current, .wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination-numbers .post-page-numbers.current {
    background: #ff6731 !important;
    color: #ffffff;
    border-color: #ff6731;
    transition: all 0.5s ease-out;
  }
  