  /* Trending Blogs Section */

 * {
  font-family: 'IBM Plex Sans', sans-serif !important;
}

/* Or apply to html and body */
html, body {
  font-family: 'IBM Plex Sans', sans-serif !important;
  line-height: normal !important;
}
  .trending-blogs h2 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'IBM Plex Sans' !important;
  }
  .header-xnspy .header-content{
      max-width: 900px !important;
  }
    .trending-blogs .fs-16 {
      font-size: 16px !important;
      font-weight: 400;
    }
.cursor-pointer {
  cursor: pointer;
}
/* .explore-btn {
  display: flex;
    align-items: center;
    gap: 8px;
} */


    .header-xnspy {
      position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw !important;
    padding: 2px 0;
    }

  .header-xnspy .header-content h1{
      margin-bottom: 30px;
  }
  
  .trending-blogs p {
    font-size: 16px;
  }
  
 .trending-blogs .postx:nth-child(1),
.trending-blogs .postx:nth-child(2),
.trending-blogs .postx:nth-child(4),
.trending-blogs .postx:nth-child(5) {
    border-right: 1px solid #E7E7E7;
}
.trending-blogs .postx:nth-child(3){
  border-right: 0px !important;
}

  .trending-blogs .blog-entry {
     
      padding-top: 0px !important;
  }



  /* 
  .trending-blogs .blog-entry:hover {
    transform: scale(1.05);
  }  */
  
  /* .trending-blog .border-right-{
    border-right: 1px solid #E7E7E7 !important;
    
  } */

  
  .trending-blogs .blog-entry .title {
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    color: #39B039 !important; /* Green color for the title */
     display: -webkit-box;       /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 3;      /* Limit to 3 lines */
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
  overflow: hidden;           /* Hide the overflow content */
  text-overflow: ellipsis; 
  }
  
  .trending-blogs .blog-entry .meta {
    color: #666;
    font-size: 0.875rem;
  }
  
  .trending-blogs .pagination .page-link {
    color: #28a745 !important;
  }
  
  .trending-blogs .pagination .page-item.active .page-link {
    background-color: #28a745 !important;
    color: #fff !important;
    border: 0px;
  }
  .trending-blogs .pagination .page-item #next-page {
    background-color: transparent !important;
    color: #28a745 !important;
    border: 1px solid #dee2e6 !important;
}
  .trending-blogs .pagination .page-link:hover {
    background-color: transparent;
}
  ul.pagination {
    display: flex;
    gap: 10px;
}

ul.pagination li:last-child button{
  border: 0px !important;
  /* background-color: transparent !important; */
}

ul.pagination li:last-child{
  border: 0px !important;
  background-color: transparent !important;
}


ul.pagination li button, span.page-link {
    border-radius: 5px !important;
}

  
  .trending-blogs small {
    font-size: 15px;
  }
  
  /* Promo Section */
  .promo-section {
    border-radius: 10px;
    padding: 2rem 0;
  }
  
  .promo-section .promo-section-bg {
    background-color: #0b3a91;
    border-radius: 10px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  }
  
  .promo-section .promo-title {
    font-size: 31px;
    font-weight: 700;
    font-family:  'IBM Plex Sans', sans-serif !important;

  }
  .heading-text ,.promo-title, h5, p {

    font-family:  'IBM Plex Sans', sans-serif !important;

  }
  
  .promo-section .promo-subtitle {
    font-size: 15px;
    font-weight: 400;
    max-width: 400px;
    width: 100%;
        font-weight: 500;
  }
  
  .promo-section .promo-button {
    font-weight: 600;
    font-size: 24px;
    color: #0b3a91; /* Blue text on white button */
    transform: translateX(0);
    padding-left: 0px;
    transition: transform 0.5s ease;
    display: flex;
       align-items: center;
    gap: 8px;
  }
  
  .promo-section .promo-button:hover {
    transform: translateX(10px);
    transition: 0.5s ease;
  }
  
  .promo-section .promo-image {
    max-width: 100%;
    border-bottom-right-radius: 10px;
    transform: translate(72px, 49px);
  }
  
  .promo-section img.promo-img-left {
    transform: translate(-49px, -16px);
    border-radius: 10px;
  }
  
  .promo-section .btn-green, .promo-section .btn-green:hover {
    background-color: #39B039;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 30px;
    border-radius: 8px;
    height: 44px;
    vertical-align: middle;
  }
  
  .promo-section .btn-white, .promo-section .btn-white:hover {
    background-color: #FFFFFF;
    color: black;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
      height: 44px;
  }
  
  .promo-section .content-sec {
    margin: 50px 0;
  }
  
  .promo-section .links-btn .btn {
   width: fit-content;
    text-wrap: nowrap;
  }
  
  /* Guides Section */
  .guides-section {
    /* Optional background-color */
  }
  
  .guides-section .border-right-light {
    border-right: 1px solid rgb(236, 236, 236);
  }
  
  .guides-section h5 {
    font-size: 22px !important;
    font-weight: 700;
  }
  
  .guides-section .heading-text {
    font-size: 32px;
    font-weight: 500 !important;
  }
  
  .guides-section h5, .guides-section p, .text-short {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
   height: auto;
  }
  .text-short {
    -webkit-line-clamp: 2 !important;
    padding-top: 0px !important;
   
  }
  .guides-section .sidebar-inner {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  
  .guides-section .sidebar-inner img {
    min-width: 105px;
    height: auto;
  }
  
  /* Sidebar */
  .guides-section .custom-sidebar {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .guides-section .sidebar-item {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 0;
  }
  
  .guides-section .sidebar-item h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 0.25rem;
  }
  
  .guides-section .sidebar-item p {
    font-size: 0.85rem;
  }
  
  .guides-section .sidebar-item:last-child {
    border-bottom: none;
  }
  
  .guides-section .sidebar-item a {
    text-decoration: none;
    color: inherit;
  }


  
  .guides-section .sidebar-item a:hover h6 {
    color: #0056b3;
  }
  .guides-section .author-date, .trending-blogs .author-date{
      color: #9c9c9c;
          padding-top: 10px;
          font-size: 15px !important;
          font-weight: 400 !important;
  }
  
  
  .header-xnspy {
      background: url(https://xnspy.com/blog/wp-content/uploads/2024/09/1-1.png) 50% 50%;
      background-size: cover;
  }
  .header-xnspy h1 {
      font-size: 40px;
      font-weight: 700 !important;
  
  }
  .header-xnspy p {
      font-size: 16px;
      font-weight: 400;
      
  }
    

  
 ul.pagination li:last-child a {
    border: 0px;
}
 ul.pagination li a {
    border-radius: 4px !important;
}

section#last-link-sec .btn-div {
    display: flex;
    justify-content: center;
    border-top: 1px solid #CCCCCCCC;
}



section#last-link-sec .see-all-posts {
    height: 44px;
    text-align: center;
    color: white !important;
    font-weight: 500;
    vertical-align: middle;
    width: fit-content;
    background: #39B039;
    border-radius: 8px;
    padding: 10px 30px;
}
.guides-section .guide-item a {
    position: relative;
}
.guides-section .guide-item a.overly-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.3s;
}
.guides-section .guide-item a.overly-img:hover:after{
  opacity: 1;
}
.trending-blogs p a {
    color: #9c9c9c !important;
}

.guides-section .author-date a {
    color: #9c9c9c !important; 
  }

.guides-section .author-date span {
    margin: 0px 8px !important;
}

.trending-blogs a, .post-content-main .posts .inner-content a, .guides-section .guide-item a ,  .sidebar-inner a, section#last-link-sec .see-all-posts, .bg-xnspy .buy-now, .top-cat-name ul.post-categories a, .link-section .buy-now, .link-section .live-demo, .container.py-5.main-content-area p a{
  text-decoration: none !important;
}

  @media screen and (min-width: 1024px) {
    .promo-section .promo-subtitle {
      margin-bottom: 42px !important;
    }
    .trending-blogs .blog-entry .img-fluid {
      width: 100%;
    }

    .trending-blogs .blog-entry .title:hover {
    color: #2d8d2d !important;
}
     .guides-section .sidebar-inner img {
       margin-top: 7px;
  }
  
.trending-blogs .author-date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px 10px 29px;
}

.trending-blogs .author-date .date::before{
content: "";
        background-image: url(https://xnspy.com/blog/wp-content/uploads/2024/10/calendar-4-1-1.png);
        position: absolute;
        width: 15px;
        height: 15px;
        background-size: 100%;
        transform: translate(-20px, 3px);
}
.trending-blogs .author-date .author:before{
content: "";
        background-image:url("https://xnspy.com/blog/wp-content/uploads/2024/10/user-8-1-1.png");
        position: absolute;
        width: 15px;
        height: 15px;
        background-size: 100%;
        transform: translate(-22px, 3px);
}

    .guides-section .sidebar-inner {
      display: flex;
      justify-content: center;
      align-items: start;
      gap: 10px;
      
    }
      .guide-item {
        padding-right: 20px;
        border-right: 1px solid #dcdcdc;
        /* max-width: 350px; */
    }
    .guide-item .img-fluid {
      width: 100% !important;
    }

    .guide-item .img-fluid {
    transition: filter 0.3s ease; /* Smooth transition */
}

.guide-item .img-fluid:hover {
    filter: saturate(0.6);
}
    section#last-link-sec {
    padding: 16px 50px;
   
}
  }
  
  @media screen and (max-width: 576px) {
    .trending-blogs .fs-16 {

    color: #9C9C9C !important;
    }

    .header-xnspy .header-content {
    padding: 0px 35px !important;
    }

  section.promo-section .promo-subtitle {
    margin-bottom: 40px !important;
}

    .guides-section .author-date {
          padding: 10px !important;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px !important;
    }
    .guides-section .heading-text {
      font-size: 23px !important;
    }
    .main-section-div .post-content-main .posts {
      gap: 12px !important;
    }

    .main-section-div .post-content-main .posts .inner-content .author-date {
      padding-left: 0px !important;
    }

    section#last-link-sec {
  padding: 16px 15px;
   
}
    .trending-blogs .postx:nth-child(1), .trending-blogs .postx:nth-child(2), .trending-blogs .postx:nth-child(4), .trending-blogs .postx:nth-child(5) {
      border-right: 0px !important;
    }

      .promo-section .links-btn {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  }
  
.trending-blogs .blog-entry .title {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: black !important;
    text-align: left;
}
    .promo-section img.promo-img-left {
      width: 100%;
      max-width: 400px;
    }
  
    .guides-section .sidebar-inner {
             display: grid;
        grid-template-columns: 1fr 1.5fr;
        grid-template-rows: 1fr;
        gap: 25px;
        margin: 20px 20px;
    }
    .guides-section .sidebar-inner img {
      width: 100%;
              margin-top: 10px;
    }
    .sidebar-inner .text-short {
      padding: 0px !important;
      border: 0px !important;
    }
    
    .trending-blogs .border-right- {
      border-right: 0px !important;
    }
    .trending-blogs .blog-entry {
    /* max-width: 346px; */
    margin: 0 auto;
}
  .promo-section .promo-image {
    transform: translate(66px, 45px);
  }
  .blog-entry .author-date {
   display: flex;
        justify-content: start;
        gap: 30px;
        padding: 10px 0px 0px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        margin-top: 10px;
        align-items: center;
                flex-direction: row-reverse !important;
    }

     .blog-entry .author-date p.date {
    font-size: 15px !important;
}
 .blog-entry .author-date p.author {
    font-size: 12px !important;
}
.blog-entry .author-date .author:after {
    content: "-";
    position: absolute;
    padding: 0px 9px;
   font-size: 16px;
        text-align: center;
        vertical-align: middle;
        margin-top: -3px
}
  .main-section-div .first-div .text-content p {
    color: #9C9C9C !important;
    text-align: center;
   
    padding: 0px 30px;
}



  .guide-item img, .blog-entry img {
width: 100%
}
}
  