.custom-slider-container{max-width:100%;position:relative;box-sizing:border-box}.custom-slider-container,.custom-slider-wrapper{width:100%;overflow:hidden}.custom-slider-track{display:flex;width:100%;transition:transform .5s ease-in-out}.custom-slider-slide{flex:0 0 100%;width:100%;min-width:100%;box-sizing:border-box;padding:0}.custom-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.custom-slider-dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.custom-slider-dot:hover{background-color:#9ca3af}.custom-slider-dot.active{background-color:#fa6a14;width:24px;border-radius:5px}@media screen and (min-width:768px) and (max-width:1023px){.custom-slider-slide{flex:0 0 50%;width:50%;min-width:50%;padding:0 8px}}@media screen and (min-width:1024px){.custom-slider-container{padding:0}.custom-slider-slide{flex:0 0 25%;width:25%;min-width:25%;padding:0 8px}}@media screen and (max-width:767px){.custom-slider-container{padding:0;margin:0}.custom-slider-slide{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;padding:0 16px}}