
Sanskriti Annual Picnic 2025
Online registration is now open unitil June 22, 2025.
Please login or register here to avail discounted member rates.
If your child would prefer an adult meal, kindly select that option during registration so we can accommodate everyone’s preferences.
Although there is not charge for children under six, please register them as well to help us ensure an accurate head count for meals. Your cooperation is greatly appreciated!

A 2.8% payment processing fee applies to all online transactions.
If you prefer to pay by check for registration, please make it payable to ‘Sanskriti DC’ and mail it to Ranadhir Dey, 7793 Heatherton Lane, Potomac, Maryland 20854.
For any food selection queries or special requests please contact food@sanskriti-dc.org.
Non-Member Rates: Please note that the rates below are for non-members. Discounted rates are available for Lifetime and Annual Members.
Click here to join us. Or Login here.
Ticket type | Price | Short description | Purchase |
---|---|---|---|
Adult | $30 | Please select meal options for adults. Please mention if you want a vegetarian meal. | Add to cart This product has multiple variants. The options may be chosen on the product page $30 $30 $30 $30 $30 $30 |
Children 6-18 (Kids Meal) | $15 | Please select this option if you want a kids' meal for your children. | |
Children 6-18 (Adult Meal) | $20 | Please select the adult meal options (veg or non-veg) for your children. To choose different meal options for each child, add each meal option to the cart individually. | Add to cart This product has multiple variants. The options may be chosen on the product page $20 $20 |
Children under 6 years | $0 |
/* Ensure quantity buttons display correctly */
.quantity .qty {
display: inline-block;
width: 50px; /* Adjust width as needed */
text-align: center;
}
.quantity.buttons_added {
display: inline-flex;
align-items: center;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
display: inline-block;
width: 30px; /* Adjust width as needed */
height: 30px; /* Adjust height as needed */
text-align: center;
line-height: 28px; /* Adjust line-height as needed */
background-color: #f0f0f0; /* Button background color */
border: 1px solid #ccc; /* Button border */
cursor: pointer;
}