
.bb-service-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bb-service-icon img{
    width: 166px;
    border-radius:14px;
    height: 166px;
    object-fit: contain; /* image cut nahi hogi */
    transition: transform 0.4s ease;
}

.bb-service-icon p{
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #121212;
    width: 90px;
    text-align: center;
}

.bb-service-icon:hover img{
    transform: scale(1.06);
}

.bb-marquee {
    width: 100%;
    overflow: hidden;
    background: #f8f5f2;
    padding: 14px 0;
    border-radius: 12px;
}

.bb-marquee-track {
    display: flex;
    width: max-content;
    animation: bb-marquee-move 20s linear infinite;
}

.bb-marquee-track span {
    white-space: nowrap;
    margin-right: 50px;
    font-weight: 600;
    font-size: 55px;
    color: #4a3b2c;
}

/* KEYFRAMES */
@keyframes bb-marquee-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



.bb-nail-gallery {
    height: 45vh;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.bb-nail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bb-nail-gallery:hover img {
    transform: scale(1.1);
}




.bb-marquee{
    width: 100%;
    overflow: hidden;
    background: #f8f5f2;
    padding: 14px 0;
    border-radius: 12px;
}

.bb-marquee-track{
    display: flex;
    width: max-content;
    animation: bb-marquee-move 20s linear infinite;
}

.bb-marquee-track span{
    white-space: nowrap;
    margin-right: 50px;
    font-weight: 600;
    font-size: 55px;
    color: #4a3b2c;
}

/* KEYFRAMES */
@keyframes bb-marquee-move{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}



.bb-nail-gallery{
    height: 45vh;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.bb-nail-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bb-nail-gallery:hover img{
    transform: scale(1.1);
}


.bb-service-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bb-service-icon img {
    width: 166px;
    border-radius: 14px;
    height: 166px;
    object-fit: contain;
    /* image cut nahi hogi */
    transition: transform 0.4s ease;
}

.bb-service-icon p {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #121212;
    width: 90px;
    text-align: center;
}

.bb-service-icon:hover img {
    transform: scale(1.06);
}
