.icons-circle {
    color: #fff;
    background-color: #1C4980;
    padding: 10px;
    border-radius: 50px !important;
    cursor: pointer;
  }
  
  .icons-circle:hover {
    color: #fff;
    background-color: #0073e6;
    padding: 10px;
    border-radius: 50px;
  }
  
  .box-buttons-slider {
    display: flex;
    gap: 10px;
  }
  
  .card-image {
    position: relative;
  }
  
  .card-info {
    position: absolute;
    bottom: 10px;
  }
  
  .info-bottom {
    margin-left: 10px;
  }
  
  .info-bottom h6 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.3rem;
    cursor: pointer;
  }
  
  .info-bottom h6:hover {
    color: #0073e6;
  }
  
  .info-bottom p {
    color: #e1e9f5;
    font-weight: 300;
    font-size: 12px;
  }
  
  .jumbotron {
    padding: 2rem 2rem;
    border-radius: 10px;
    border: 1px solid #a8aaac;
  }
  
  .card-image img {
    border-radius: 10px;
    filter: brightness(90%)
  }
  
  .text-start {
    padding-top: 10px;
  }
  
  .text-start h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
  }
  
  .text-start p {
    font-weight: 300;
    font-size: 13px;
  }
  
  .makeCentre {
    display: flex;
    justify-content: center;
  
  }
  
  .headerEditor {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .headerEditor h4 {
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #3854a5;
  }
  
  .headerEditor p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3854a5;
  }
  
  .firstPart {
    padding: 20px;
    position: relative;
    width: 100%;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 30px;
    border: 1px solid #d6e1ee;
    background-color: #eef5ff;
  }
  
  
  
  .imageEditor {
    margin-bottom: 25px;
  }
  
  .imageEditor img {
    border-radius: 20px;
    aspect-ratio: 2/1.2;
    width: 100%;
  }
  
  a {
    text-decoration: none !important;
  }
  
  .tagsEditors {
    display: flex;
    justify-content: space-between;
  }
  
  .timeEditors span i {
    margin-right: 5px;
  }
  
  .tittleEditor h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
  }
  
  .tittleEditor h4:hover {
    color: #3854a5;
  }
  
  .footerEditors {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .userdetails {
    display: flex;
  }
  
  .userPhoto {
    width: 50px;
    margin-right: 10px;
  }
  
  .userIntro h5 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }
  
  .userIntro h5:hover {
    color: #3854a5;
  }
  
  .userIntro p {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #9ca0a7;
  }
  
  .footerEditors {
    margin-top: 20px;
  }
  
  .popularTagsShow {
    display: flex;
    align-items: center;
    border: 2px solid #d6e1ee;
    padding: 19px;
    position: relative;
    display: flex;
    border-radius: 16px;
    align-items: center;
    margin-bottom: 30px;
    background-color: #eef5ff;
    justify-content: center;
  }
  
  .popularTagsShow img {
    margin-right: 15px;
    border-radius: 50px;
  }
  
  .innerPopular {
    margin-top: 20px;
  }
  
  .popularTagsShow a {
    color: #3854a5;
    font-size: 14px;
    font-weight: 500;
  }
  
  .innerRecent {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
  }
  
  .imgPostMenu {
    width: 270px;
    min-width: 270px;
    margin-right: 20px;
  }
  
  .imgPostMenu img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  
  .featuredRecentMain {
    display: inline-block;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: var(--genz-font-xs, 13px);
    font-weight: 700;
    line-height: 16px;
    background-color: var(--genz-color-brand-1, #0EA5EA);
    color: #ffffff;
  }
  
  .featuredRecentSub {
    display: inline-block;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: var(--genz-font-xs, 13px);
    font-weight: 700;
    line-height: 16px;
    background-color: #eef5ff;
    color: #061a3a;
  }
  
  .featuredRecent {
    margin-bottom: 15px;
  }
  
  .title-PostMenu h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
  }
  
  .title-PostMenu p {
    font-family: var(--genz-font-text, "Noto Sans", sans-serif);
    font-size: var(--genz-font-sm, 14px);
    line-height: 20px !important;
    font-weight: 400;
  }
  
  .tagliness {
    display: flex;
  }
  
  .popularPostBodyImg {
    width: 100px;
  }
  
  .popularPostBodyText h4 {
    font-size: 14px;
    font-weight: 600;
  }
  
  .popularPosts {
    background-color: #eef5ff;
    border: 2px solid #d6e1ee;
    border-radius: 16px;
    padding: 0 20px;
  }
  
  .PopularPostTitle {
    padding-top: 20px;
  }
  
  .PopularPostTitle h4 {
    font-size: 24px;
    font-weight: 600;
    color: #3854a5;
  }
  
  .popularPostBody {
    border-bottom: 2px solid #d6e1ee;
    margin-top: 20px;
  }
  
  .popularPostBodyText h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
  }
  
  .popularPostBodyText p {
    font-weight: 500;
    font-size: 12px;
    color: #3854a5;
  }
  
  .line {
    border-top: 4px solid #0EA5EA;
    width: 100px;
  }
  
  .tags-innersIn {
    margin-right: 4px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    padding: 12px 20px;
    color: #a8aaac;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 2px solid #d6e1ee;
    display: inline-block;
  
  }
  
  /* Resetting default styles for anchor tags */
  a {
    color: inherit;
    text-decoration: none;
  }
  
  /* Optional: Set cursor to pointer for better user interaction */
  a:hover {
    cursor: pointer;
  }
  
  .input-sybscriber {
    background-color: transparent;
    border: 0px;
    color: #b3bac4 !important;
    font-weight: 500;
  }
  
  
  .inner-subscriber form {
    display: flex;
  }
  
  .inner-subscriber {
    border-radius: 8px;
    display: flex;
    padding: 10px 10px 10px 20px;
    background: #eef5ff;
    border-radius: 8px;
    border: 1px solid #0081eb;
    width: 435px;
  }
  
  .btn-arrow-right {
    min-width: 120px;
    background: #0ea5ea;
    cursor: pointerc;
    background: #0ea5ea;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: 0;
    color: #d9d9d9;
  }
  
  .jumbotron {
    background-color: #eef5ff;
  }
  
  .category-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #061a3a;
    font-weight: 500;
    padding-left: 22px;
  }
  
  .category-list li {
    position: relative;
    display: block;
    margin-bottom: 9px;
  }
  
  .category-list li a::before {
    position: absolute;
    content: '';
    border: 1px solid #d2d4d9;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 5px;
    transition: all 500ms ease;
  }
  
  ul {
    padding: 0 !important;
  }
  
  .main-tag-blogs h1 span {
    color: #3854a5;
    font-size: 40px;
    font-weight: 400;
  }
  
  .main-tag-blogs h1 {
    color: #1c4980;
    font-weight: 650;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 44px;
    position: relative;
  }
  

  
  
  .paginations li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: transparent;
    text-align: center;
    color: #3854A5;
    background: #d6e1ee;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #e6e7ec;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  .paginations li a:hover{
    background-color: #3854A5;
    color: #ffffff;
    border: 1px solid #3854A5;
  }
  .paginations li a:active{
    background-color: #3854A5;
    color: #ffffff;
  
  }
  .popHoverEffect{
    transition: 0.20s ease;
      
  }
  .popHoverEffect:hover{
    transform: translate(-5px, -10px);

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
  }
  @media (max-width: 600px) {
    .innerRecent{
      display: flex;
      flex-wrap: wrap;
    }
  }