.accordion-item { margin-bottom: 16px; border-radius: 6px; overflow: hidden; border: 1px solid #D8D0DB; box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* subtle shadow */ } .accordion-button { background-color: rgba(199,187,199,0.6); /* outer bottoms */ color: black; font-weight: bold; cursor: pointer; padding: 12px 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 16px; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } .accordion-button:hover { background-color: rgba(199,187,199,0.8); transform: scale(1.01); } .accordion-content { display: none; background-color: rgba(199,187,199,0.2); /* inner bottoms */ padding: 16px 18px; line-height: 1.75; color: black; font-weight: bold; box-shadow: inset 0 -2px 4px rgba(0,0,0,0.1); }

Personal

Stay Connected!

Be the first to hear about events, blogs and special offers.