.blog-page .site .site-content {
    width: 100%;
    /* margin: 0 auto; */
    flex-direction: column;
}
.blog-page .site .site-content .content-area{
    width: 100%;
}
.blog-page .site .site-content .content-area .site-main{
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px 30px;
    max-width: 1330px;
    margin: 0 auto;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item{
    margin: 0;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first{
    grid-column: span 3;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .blog-post-wrapper{
    flex-direction: row;
    gap: 30px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image{
    margin: 0;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image img{
    min-height: 480px;
    max-height: 480px;
    object-fit: cover;
    border-radius: 20px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image a, .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image a{
    transition: transform 0.3s ease-in-out;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image a:hover{
    transform: scale(1.1);
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details{
    width: 50%;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-categories{
    margin-top: 0;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-categories a{
    font-size: 18px;
    line-height: 1.222;
    color: #EE4050 !important;
    text-transform: uppercase;
    font-weight: 400;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1{
    margin: 15px 0 10px 0;
    font-size: 40px;
    line-height: 1.35;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1 a:hover{
    color: #F8A23F;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p {
    gap: 10px;
    margin: 0;
    display: flex;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p svg{
    width: 20px;
    height: 20px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p span{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.667;
    color: #7F8080;
    position: relative;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary{
    margin-top: 20px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.667;
    color: #7F8080;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a{
    display: block;
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.667;
    color: #333333;
    padding-right: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #333333;
    transition: width 0.5s ease-in-out;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/08/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a:hover::before{
    width: 100%;
}
.blog-page .site .site-content .content-area .site-main .blog-post-wrapper{
    flex-direction: column;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image{
    overflow: hidden;
    border-radius: 10px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image a:hover{
    transform: scale(1.1);
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image img{
    min-height: 292px;
    max-height: 292px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-categories{
    margin-top: 30px;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-categories a{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.188;
    text-decoration: none;
    pointer-events: none;
}
.blog-page .site .site-content .content-area .site-main .blog-listing-item.orange-category .post-details .post-categories a{
    color: #F8A23F;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item.green-category .post-details .post-categories a{
    color: #46B772;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item.purple-category .post-details .post-categories a{
    color: #752C89;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2{
    margin: 15px 0;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.367;
    color: #000000;
    letter-spacing: unset;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1 a:hover, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2 a:hover{
    color: #F8A23F;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date p {
    display: none;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary{
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    display: flex;
}

.blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-page .site .site-content .pagination-wrapper{
    width: 100%;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 64px;
}

.blog-page .site .site-content .pagination-wrapper *{
    padding: 10px;
    border: 1px solid #F8A23F;
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    transition: color .1s ease-in-out, background-color .1s ease-in-out , box-shadow .1s ease-in-out;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-page .site .site-content .pagination-wrapper .page-numbers{
    width: 50px;
    height: 50px;
}

.blog-page .site .site-content .pagination-wrapper .next.page-numbers, .blog-page .site .site-content .pagination-wrapper .prev.page-numbers{
    width: fit-content;
    padding: 15px;
}

.blog-page .site .site-content .pagination-wrapper span{
    background-color: #F8A23F;
    color: #FFFFFF;
    box-shadow: 0px 0px 20px #F8A23F !important;
}

.blog-page .site .site-content .pagination-wrapper a:hover{
    background-color: #F8A23F;
    color: #FFFFFF;
    box-shadow: 0px 0px 20px #F8A23F !important;
}


@media only screen and (max-width: 1366px){
    .page-template-blog-page.page main.main {
        margin: 151px 0 0 0;
    }

    .blog-page .site .site-content .content-area .site-main {
        margin: 40px 0;
        gap: 40px 30px;
    }

    .blog-page .site .site-content .pagination-wrapper {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1200px){
    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image img {
        min-height: 450px;
        max-height: 450px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1 {
        font-size: 36px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-categories a, .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p span {
        font-size: 16px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p svg {
        width: 18px;
        height: 18px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary {
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary p, .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a {
        font-size: 16px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2 {
        font-size: 28px;
    }

    .blog-page .site .site-content .content-area .site-main {
        margin: 40px 0;
        gap: 30px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-categories {
        margin-top: 25px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image img {
        min-height: 275px;
        max-height: 275px;
    }

    .blog-page .site .site-content .pagination-wrapper {
        margin-bottom: 50px;
    }

    .blog-page .site .site-content .pagination-wrapper .page-numbers {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 1024px){
    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1 {
        font-size: 32px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2 {
        font-size: 25px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image img {
        min-height: 260px;
        max-height: 260px;
    }

    .page-template-blog-page.page main.main {
        margin: 80px 0 0 0;
    }
}

@media only screen and (max-width: 991px){
    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first {
        grid-column: span 2;
    }

    .blog-page .site .site-content .content-area .site-main {
        margin: 30px 0;
        gap: 25px;
        grid-template-columns: repeat(2,1fr);
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .blog-post-wrapper {
        gap: 20px;
    }

    .blog-page .site .site-content .pagination-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px){
    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .blog-post-wrapper {
        flex-direction: column;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image, .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details {
        width: 100%;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1 {
        font-size: 28px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-categories a, .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date p span {
        font-size: 14px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary p, .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a {
        font-size: 15px;
        padding-right: 25px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a:after {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image img {
        min-height: 350px;
        max-height: 350px;
        border-radius: 10px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image img {
        min-height: 250px;
        max-height: 250px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-categories {
        margin-top: 20px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-categories a {
        font-size: 14px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2 {
        font-size: 23px;
        margin: 10px 0;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a {
        font-size: 14px;
        padding-right: 23px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .entry-summary p a:after {
        width: 13px;
        height: 13px;
        background-size: 13px;
    }

    .blog-page .site .site-content .pagination-wrapper * {
        font-size: 14px;
    }

    .blog-page .site .site-content .pagination-wrapper .page-numbers {
        width: 40px;
        height: 40px;
    }

    .page-template-blog-page.page main.main {
        margin: 60px 0 0 0;
    }
}

@media only screen and (max-width: 575px){
    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first {
        grid-column: span 1;
    }

    .blog-page .site .site-content .content-area .site-main {
        grid-template-columns: repeat(1,1fr);
        margin: 25px 0;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-image img {
        min-height: 250px;
        max-height: 250px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .post-details .post-title-date h1 {
        font-size: 25px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item.blog-featured-first .entry-summary {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h1, .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-details .post-title-date h2 {
        font-size: 20px;
    }

    .blog-page .site .site-content .content-area .site-main .blog-listing-item .post-image img {
        min-height: 235px;
        max-height: 235px;
    }

    .blog-page .site .site-content .pagination-wrapper {
        gap: 10px;
        margin-bottom: 25px;
    }

    .page-template-blog-page.page main.main {
        margin: 50px 0 0 0;
    }
}