.latest-posts-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-card {
    width: 30%;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.post-category {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.view_post a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.view_post a:hover {
    background-color: #218838;
}

.view_post i {
    margin-left: 10px;
}
.spinner {
    text-align: center;
    padding: 50px;
    font-size: 20px;
    color: #0073aa;
}
.category-name{
    cursor:pointer;
}
.category-link{
    cursor:pointer;
}
#show-all{
    cursor:pointer; 
}
.active {
    background-color: #0073aa;
    color: #fff;
}
.contain {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    }
    h2.second-heading {
        font-family: 'poppins';
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        margin: 0;
    }
    .testimonials-slider {
    margin-top: 40px;
    }

    .testimonials-slider.owl-carousel .owl-stage {
    padding-bottom: 24px;
    display: flex;
    }
    .testimonials-slider.owl-carousel .owl-stage-outer {
    padding-left: 10px;

    }
    .testimonials-slider .owl-item {
    align-items: center;
    border: 1px solid #646464;
    color: white;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px #00000014;
    align-items: start;
    background-color: #fff !important;
    }
    .slide .logo-image {
        height: 43px;
        width: auto !important;
    }

    .testimnial-pera-text {

    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5d5d5d;
    margin: 20px 0;

    }
    .main-profile-detail-box .profile-img {
        height: 60px;
        width: 60px !important;
    }
    .main-profile-detail-box {
        display: flex;
        gap: 14px;
    }
    .profile-detail .name {

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0;
    }
    .profile-detail .destination {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #5d5d5d;
    margin: 0;
    }

    .testimonials-slider.owl-carousel .owl-nav button span {
        font-family: 'Poppins';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1.5px solid #5d5d5d;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        color: #5d5d5d;
    }
    .testimonials-slider.owl-carousel .owl-nav button span:hover  {
        border-color: #D26019;
        color: #D26019;
    }
    .testimonials-slider.owl-theme .owl-nav [class*='owl-']:hover {
        background: transparent;
    }

    .testimonials-slider.owl-theme .owl-nav {
        margin-top: 32px;
    }

    @media screen and (max-width: 991px) {

        .testimonials-slider.owl-theme .owl-nav {
        margin-top: 16px;
    }
    .testimonials-slider .owl-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    }