.gifting-section {
    background: #f9fafc;
    padding: 60px 0;
}

.gifting-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.featured-img {
    border-radius: 12px;
    margin: 20px 0;
}

.category-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.highlight-box {
    background: #fff7e6;
    border-left: 4px solid #f0ad4e;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}