.custom-logo-link {
    display: none;
}
.navbar ul a{
  color: #000;
}
.logo-dark {
    display: block;
}
.blog-banner {
    padding: 200px 0 110px;
    background-size: cover;
}
.blog-banner h1 {
    max-width: 750px;
    margin: 0 auto;
}
.blog-banner h1 span {
    color: #1070FF;
}
.blog-listing{
    padding: 50px 0;
}
.posts-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    max-width: calc(33.33% - 16.6666666667px);
    transition: all ease 0.3s;
    border: 1px solid #d8d2cc;
}
.post-thumb {
    width: 100%;
    overflow: hidden;
}
.post-thumb img {
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
}
.blog-listing .post-card:hover img {
    transform: scale(1.02);
    transition: all ease 0.3s;
}
.post-content {
    padding: 20px 15px;
    position: relative;
}
.post-content a.read-more:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.post-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #14171F;
    margin-bottom: 15px;
    min-height: 60px;
}
.post-content p {
    font-size: 16px;
    color: #14171F;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content a {
    line-height: 28px;
    border-bottom: 1px solid #14171F;
    padding-bottom:2px;
}
.post-content a:hover {
    line-height: 28px;
    color:#1070ff;
    border-bottom: 1px solid #1070ff;
    padding-bottom:2px;
}
.pagination-wrapper {
    width: 100%;
}
.pagination-wrapper ul {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
    margin-top: 40px;
}

.pagination-wrapper a,
.pagination-wrapper span {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #63B2EA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #062D66;
    font-weight: 600;
    text-decoration: none;
}

.pagination-wrapper .current,
.pagination-wrapper a.active {
    background: transparent;
    color: #062D66;
    background-color: #E2EBF7;
    border-color: transparent;
}
.pagination-wrapper a.next.page-numbers {
    border: 0;
    font-size: 0;
}
.pagination-wrapper a.next.page-numbers:after {
    content: "...";
    position: absolute;
    font-size: 23px;
    letter-spacing: 2px;
}
.posts-grid.loading {
    opacity: 0.5;
    pointer-events: none;
}
.section-descripation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-descripation ul li {
    background: url(/wp-content/uploads/2025/12/icon-white.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    margin-bottom:10px
}
.after-six-posts {
    display: flex;
    width: 100%;
}
.after-six-posts .help-section {
    padding: 0 !important;
}
.after-six-posts .help-section .help_block {
    padding: 50px 0 0 50px !important;
}
.after-six-posts .help-section .main-title.text-left {
    padding-bottom: 50px;
}
.cta-zoom-section .container > .row {
  background: #f6f6f6;
  padding: 50px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cta-zoom-section .cta-image img {
  position: absolute;
  bottom: 0;
}
.cta-content .btn {
  background: #ffffff;
  color: #1f2741;
  border: none;
}
.cta-content .btn:hover {
  background: #1070ff;
  color: #ffffff;
}

@media screen and (max-width:1024px){
    .blog-banner {
        padding: 150px 0 50px;
        background-size: cover;
    }
    .main-title.text-center {
        max-width: 550px;
        margin: 0 auto;
    }
    .blog-listing {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    section.cta-zoom-section.mt-50.mb-100{
        padding: 0 20px;
    }
    
}
@media screen and (max-width:991px){
    .blog-listing .post-card {
        max-width: calc(50% - 13px);
        margin: 0 auto;
    }
    .cta-zoom-section .cta-image img {
        position: absolute;
        bottom: 0;
        height: 254px;
    }
}
@media screen and (max-width:767px){
    .blog-listing .post-card {
        max-width: 100%;
    }
    .after-six-posts .help-section .help_block {
        padding: 20px !important;
    }
    .cta-zoom-section .cta-image img {
        position: relative;
        bottom: 0;
    }
    .cta-zoom-section .cta-image img {
        position: relative;
        bottom: 0;
        height: auto;
        margin-top: 25px;
    }
    .cta-zoom-section .container > .row {
        padding: 25px 5px;
    }
}