


.page-hero {
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2;
}


.bbx-bs-img {
    border-left: 6px solid #d6a84a;
}

@media(max-width:991px) {
    .bbx-bs-img {
        border-left: none;
        border-top: 6px solid #d6a84a;
    }
}


/* LIST */
.bbx-bs-list {
    padding-left: 18px;
    margin-bottom: 15px;
}

.bbx-bs-list li {
      font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
    font-size: 15px;
    color: #444;
}

/* IMAGE */
.bbx-bs-img {
    border-left: 6px solid #d6a84a;
    /* luxury gold line */
}

/* TITLE */
.bbx-bs-title {
      font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #000;
}

/* TEXT */
.bbx-bs-text {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 15px;
}

/* PRICE */
.bbx-bs-price {
    font-size: 16px;
    color: #7b3fa1;
    margin-bottom: 20px;
}

/* BUTTON */
.bbx-bs-btn {
    display: inline-block;
    padding: 12px 36px;
    border: 2px solid #000;
    color: #020202;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.bbx-bs-btn:hover {
    background: #b9b6b6;
    color: #fff;
}

/* MOBILE TWEAK */
@media(max-width:991px) {
    .bbx-bs-img {
        border-left: none;
        border-top: 6px solid #d6a84a;
    }

    .bbx-bs-title {
        font-size: 28px;
        text-align: center;
    }

    .bbx-bs-text,
    .bbx-bs-price {
        text-align: center;
    }

    .bbx-bs-btn {
        display: block;
        margin: auto;
        width: max-content;
    }
}




.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);
}
