.bs-accordion{max-width:450px;margin:auto;display:flex;flex-direction:column;gap:20px;font-family:'Poppins',sans-serif}.bs-btn{width:100%;background:#fff;border:1px solid #eee;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:15px;cursor:pointer;transition:0.3s}.bs-btn:hover{color:#FF0800}.bs-arrow{width:40px;height:40px;background:#f4f4f4;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:0.3s}.bs-content{max-height:0;overflow:hidden;transition:max-height 0.4s ease;border:1px solid #eee;border-top:none;background:#fff}.bs-content a{display:block;padding:10px 20px;text-decoration:none;font-family:Poppins;font-weight:700;font-size:14px;color:#333;border-bottom:1px solid #f1f1f1;transition:0.2s}.bs-content a:hover{color:#FF0800;padding-left:28px}.bs-item.active .bs-content{max-height:300px}.bs-item.active span{color:#FF0800}.bs-item.active .bs-arrow{transform:rotate(90deg)}.club-slider-container{display:flex;align-items:center;justify-content:center;width:100%;position:relative;background-color:#fff;padding:0 60px;box-sizing:border-box}.club-slider{display:flex;gap:50px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;justify-content:flex-start}.club-slider::-webkit-scrollbar{display:none}.club-card{text-decoration:none}.club-boxed{min-width:95px;height:95px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 10px rgb(0 0 0 / .1);transition:transform 0.3s ease}.club-boxed:hover{transform:scale(1.1)}.club-boxed img{max-width:60px;max-height:60px}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:50px;height:50px;border-radius:10%;box-shadow:0 8px 15px rgb(0 0 0 / .2);cursor:pointer;font-size:22px;display:none;align-items:center;justify-content:center;z-index:10}.nav-btn.left{left:10px}.nav-btn.right{right:10px}.club-slider-container{padding:0 50px}.club-slider a:first-child .club-boxed{margin-left:8px}.club-slider a:last-child .club-boxed{margin-right:8px}@media (min-width:768px) and (max-width:1024px){.club-slider{gap:30px}.club-boxed{min-width:80px;height:80px}.club-boxed img{max-width:50px;max-height:50px}.nav-btn{display:none;width:40px;height:40px;font-size:20px}.club-slider-container{padding:0 50px}.club-slider a:first-child .club-boxed{margin-left:8px}.club-slider a:last-child .club-boxed{margin-right:8px}}@media (max-width:768px){.club-slider{gap:15px}.club-boxed{min-width:80px;height:80px}.club-boxed img{max-width:50px;max-height:50px}.nav-btn{display:flex;width:40px;height:40px;font-size:25px;color:#FF0800}.club-slider-container{padding:0 50px}.club-slider a:first-child .club-boxed{margin-left:8px}.club-slider a:last-child .club-boxed{margin-right:8px}}.pl-slider{display:flex;overflow-x:auto;white-space:nowrap;gap:10px;padding:10px;scrollbar-width:none}.pl-slider::-webkit-scrollbar{display:none}.pl-item{flex:0 0 auto;padding:8px 16px;background:#380F11;color:#fff;font-family:poppins;font-weight:600;border-radius:6px;font-size:14px;text-decoration:none}.pl-item:hover{color:#fff}.pl-item.active{background:#FF0800}@media (min-width:768px){.pl-slider{justify-content:center;overflow:visible;gap:80px}}.pl-wrapper{position:relative}.pl-progress{position:relative;height:3px;background:rgb(255 255 255 / .6);margin:6px 12px 5px;border-radius:10px;overflow:hidden;z-index:5}.pl-progress-bar{position:absolute;left:0;top:0;height:100%;width:10%;background-color:#FF0800;border-radius:10px;z-index:10}@media (min-width:768px){.pl-progress{display:none}}