
    .row-five{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}

.col-five-grid{
    flex:0 0 20%;
    max-width:20%;
    padding:10px;
    box-sizing:border-box;
}

.brand-card{
    background:#fff;
    border-radius:0 25px 0 0;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    height:100%;
}

.brand-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.brand-info{
    padding:15px;
    text-align:center;
}

@media(max-width:992px){
    .col-five-grid{
        flex:0 0 33.333%;
        max-width:33.333%;
    }
}

@media(max-width:768px){
    .col-five-grid{
        flex:0 0 50%;
        max-width:50%;
    }
}

@media(max-width:576px){
    .col-five-grid{
        flex:0 0 100%;
        max-width:100%;
    }
}
/* ================= Branded & Luxury Collections ================= */

.luxury-collections-wrapper{
    padding:70px 0;
    background:#f8f6f4;
}

.luxury-heading{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.luxury-subheading{
    font-size:17px;
    color:#666;
    margin-bottom:40px;
}

.luxury-banner{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.luxury-banner img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.luxury-banner:hover img{
    transform:scale(1.05);
}

.luxury-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:70px;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.10) 100%
    );
}

.luxury-badge{
    display:inline-block;
    background:#d4af37;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.luxury-overlay h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
    max-width:650px;
}

.luxury-overlay p{
    color:#f2f2f2;
    font-size:18px;
    max-width:550px;
    margin-bottom:35px;
}

.luxury-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#d4af37;
    color:#fff;
    text-decoration:none;
    padding:14px 32px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.luxury-btn:hover{
    background:#b8952d;
    color:#fff;
    text-decoration:none;
}

.brand-carousel{
    display:flex;
    gap:20px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    padding:10px 5px 20px;
}

.brand-carousel::-webkit-scrollbar{
    height:8px;
}

.brand-carousel::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

.brand-carousel::-webkit-scrollbar-track{
    background:#f5f5f5;
}

/* Fixed width cards */

.col-five-grid{
    flex:0 0 250px;
    max-width:250px;
}

/* Card */

.brand-card{
    background:#f3efef;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.08);

    /* Only top-right corner rounded */
    border-radius:0 30px 0 0;

    transition:.3s;
}

.brand-card:hover{
    transform:translateY(-5px);
}

/* Image */

.brand-card img{
    width:100%;
    height:280px;
    object-fit:cover;

    /* Match the top-right corner */
    border-radius:0 30px 0 0;
}

/* Description */

.brand-info{
    padding:15px;
    text-align:center;
}

/* ================= Responsive ================= */

@media (max-width:1200px){

    .luxury-banner img{
        height:450px;
    }

    .luxury-overlay{
        padding:50px;
    }

    .luxury-overlay h2{
        font-size:42px;
    }

}

@media (max-width:992px){

    .luxury-heading{
        font-size:34px;
    }

    .luxury-banner img{
        height:400px;
    }

    .luxury-overlay{
        padding:40px;
    }

    .luxury-overlay h2{
        font-size:34px;
    }

    .luxury-overlay p{
        font-size:16px;
    }

}

@media (max-width:768px){

    .luxury-collections-wrapper{
        padding:50px 0;
    }

    .luxury-heading{
        font-size:28px;
    }

    .luxury-subheading{
        font-size:15px;
    }

    .luxury-banner img{
        height:320px;
    }

    .luxury-overlay{
        padding:25px;
    }

    .luxury-overlay h2{
        font-size:26px;
        max-width:100%;
    }

    .luxury-overlay p{
        font-size:14px;
        margin-bottom:20px;
    }

    .luxury-btn{
        padding:10px 24px;
        font-size:13px;
    }

}

@media (max-width:576px){

    .luxury-banner{
        border-radius:12px;
    }

    .luxury-banner img{
        height:260px;
    }

    .luxury-overlay{
        padding:18px;
    }

    .luxury-badge{
        font-size:10px;
        padding:6px 12px;
        margin-bottom:12px;
    }

    .luxury-overlay h2{
        font-size:20px;
        margin-bottom:10px;
    }

    .luxury-overlay p{
        font-size:12px;
        margin-bottom:15px;
    }

    .luxury-btn{
        width:100%;
        padding:10px;
        font-size:12px;
    }

}

.col-five-grid{
    flex:0 0 20%;
    max-width:20%;
    padding:10px;
    box-sizing:border-box;
}

.brand-card{
    background:#fff;
    border-radius:3px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.brand-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}
 /* .giftsectionRowContainer{
    margin:20px;
} */
.gift_card_Section img{
    border-radius:2px 30px 0 0;
} 

.brand-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.brand-info{
    padding:15px;
    text-align:center;
    border-top:1px solid #eee;
}

.brand-info h5{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.brand-info p{
    margin:8px 0 0;
    color:#ff3f6c;
    font-size:14px;
    font-weight:600;
}



/*================ Brand Grid =================*/

.brand-grid{
    display:flex;
    flex-wrap:wrap;
    margin:0 5px;
}

.brand-item{
    width:20%;
    padding:10px;
    box-sizing:border-box;
}

.brand-box{
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.brand-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 28px rgba(0,0,0,.15);
}

.brand-box img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.brand-content{
    padding:15px;
    text-align:center;
    border-top:1px solid #eee;
}

.brand-content h5{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.brand-content p{
    margin-top:8px;
    color:#ff3f6c;
    font-size:14px;
    font-weight:600;
}

/*================ Responsive =================*/
@media (max-width:576px){

    .brand-box img{
        height:192px;
    }

    .brand-content{
        padding:8px;
    }

    .brand-content h5{
        font-size:13px;
    }

    .brand-content p{
        font-size:11px;
    }

}