.pf-btn-explore-coaching {
    width: 230px !important;
    margin: 50px auto 0 !important;
    max-width: 100% !important;
}

.pf-fitness-home-text-sec {
    display: flex;
    justify-content: normal;
    gap: 208px;
}


/***Home page slider css**/
.pf-home-post-slider-container {
    position: relative;
    max-width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.pf-post-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.pf-post-slider-track {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.pf-post-slider-item {
    flex: 0 0 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.pf-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.pf-post-card:hover {
    transform: translateY(-5px);
}

.pf-post-image {
    height: 200px;
    overflow: hidden;
}

.pf-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pf-post-image:hover img {
    transform: scale(1.05);
}

.pf-no-image-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.pf-inner-post-content {
    padding: 20px;
}

.pf-post-title {
    margin: 0 0 10px 0;
    color: #000;
    font-family: Teko;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.pf-post-title a {
    text-decoration: none;
    color: #000;
    font-family: Teko;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.pf-post-title a:hover {
    color: #FFD736;
}

.pf-read-more-btn {
    display: inline-block;
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    transition: color 0.3s ease;
}

.pf-read-more-btn:hover {
    color: #FFD736;
}

.pf-slider-dots {
    text-align: center;
    margin-top: 20px;
}

.pf-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pf-dot.active {
    background: #007cba;
}
.pf-btns-sec:hover {
    background-color: #fffae6 !important;
}

.pf-slide.pf-border-6179 {
    border-radius: 10px;
    border-top: 4px solid #6691E7;
}
.pf-slide.pf-border-6178 {
    border-radius: 10px;
    border-top: 4px solid #13C56B;
}
.pf-slide.pf-border-6177 {
    border-radius: 10px;
    border-top: 4px solid #FFCD04;
}
.pf-blog-category{
    color: #000;
    text-align: left;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






/***********Media css start**************/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1440px) {
    .pf-male-btn{
        width: 10% !important;
    }
    .pf-female-btn{
        width: 11% !important;
    }
    .pf-home-btn3{
        width: 13% !important;
    }
    .pf-home-btn4{
        width: 18% !important;
    }
    .pf-home-btn5{
        width: 10% !important;
    }
    .pf-home-btn6{
        width: 19% !important;
    }
     .pf-home-btn7{
        width: 13% !important;
    }
     .pf-home-btn8{
        width: 16% !important;
    }
     .pf-home-btn9{
        width: 18% !important;
    }
     .pf-home-btn10{
        width: 18% !important;
    }
     .pf-home-btn11{
        width: 16% !important;
    }
     .pf-home-btn12{
        width: 11% !important;
    }
     .pf-home-btn13{
        width: 21% !important;
    }
     .pf-home-btn14{
        width: 17% !important;
    }
     .pf-home-btn15{
        width: 27% !important;
    }
     .pf-home-btn16{
        width: 10% !important;
    }
    
}
@media (min-width: 768px) {
    .pf-post-slider-item {
        flex: 0 0 50%;
    }
    .pf-btns-se{
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .pf-post-slider-item {
        flex: 0 0 33.333%;
    }
}