/*
Theme Name: Bosa Handyman Services Child
Theme URI: https://bosathemes.com/bosa-handyman-services
Description: Child theme for Bosa Handyman Services
Author: Bosa Themes (Customized by Vishal)
Author URI: https://bosathemes.com
Template: bosa-handyman-services
Version: 1.0.0
Text Domain: bosa-handyman-services-child
*/

@keyframes scrollUp {
    0% { bottom: -100%; }
    100% { bottom: 100%; }
}

/* Optional styling */
.padadhikari-wrapper h2 {
    font-size: 1.8rem;
    font-weight:600;
}

.padadhikari-item {
    display:flex;
    align-items:center;
    background:#f5f5f5;
    padding:10px;
    border-radius:10px;
}

.padadhikari-image img {
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.padadhikari-info h6 {
    margin:0;
    font-size:1rem;
}

.padadhikari-info p {
    margin:0;
    font-size:0.9rem;
    color:#555;
}
/* Marquee container */
.padadhikari-marquee {
    height: 150px; /* already half height */
    overflow: hidden;
    position: relative;
}

/* Content scroll speed faster */
.padadhikari-marquee-content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    animation: scrollUp 10s linear infinite; /* 10s faster scroll */
}


.work-item img {
    border-radius:10px;
    object-fit:cover;
    width:100px;
    height:100px;
}

.work-info h4 {
    margin:0 0 5px;
}

.work-info p {
    margin:0 0 5px;
    color:#555;
}

.work-readmore {
    display:inline-block;
    padding:5px 10px;
    background:#333;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-size:0.9rem;
}

.work-slide {
    position: relative;
    background:#f5f5f5;
    padding:10px;
    border-radius:10px;
    min-height:120px;
}

.work-status-badge {
    animation: flash 1s infinite alternate;
}

@keyframes flash {
    0% { opacity:1; }
    50% { opacity:0.3; }
    100% { opacity:1; }
}

.work-slide img {
    border-radius:10px;
}

.work-info h4 {
    margin:0 0 5px;
}

.work-info p {
    margin:0 0 5px;
    color:#555;
}

.work-readmore {
    display:inline-block;
    padding:5px 10px;
    background:#333;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-size:0.9rem;
}
