.about-slider { position: relative; width: 100%; max-width: 100%; margin: 1rem 0 0 0; overflow: visible !important; clip-path: inset(0 -100vw 0 0) !important; box-shadow: none !important; background: transparent; }
.about-slider__wrapper { display: flex; gap: 1.5rem; width: 100%; user-select: none; cursor: grab; }
.about-slider__wrapper:active { cursor: grabbing; }
.about-slider__card { flex: 0 0 28.5%; min-width: 380px; height: 480px !important; background: transparent; border-radius: 20px; overflow: hidden; box-shadow: none !important; display: flex; flex-direction: column; border: none; text-decoration: none; color: inherit; transition: transform 0.3s ease; position: relative; }
.about-slider__card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%); border-radius: 0 0 20px 20px; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease; pointer-events: none; z-index: 2; }
.about-slider__card:hover::after { opacity: 1; visibility: visible; }
.about-slider__card-label { position: absolute; bottom: 40px; left: 40px; right: 1.5rem; color: #fff; font-size: 1.25rem; font-weight: 400; line-height: 1.4; z-index: 3; opacity: 0; transform: translateY(10px); transition: opacity 0.35s ease, transform 0.35s ease; pointer-events: none; }
.about-slider__card:hover .about-slider__card-label { opacity: 1; transform: translateY(0); }
.about-slider__card:hover { transform: none; box-shadow: none !important; outline: none !important; border: none !important; border-color: transparent !important; -webkit-tap-highlight-color: transparent !important; }
.about-slider__card:focus { outline: none !important; border: none !important; }
.about-slider__card:focus-visible { outline: none !important; border: none !important; }
.about-slider__card:active { outline: none !important; border: none !important; }
.about-slider__card-body { width: 100%; height: 100% !important; overflow: hidden; display: flex; }
.about-slider__card-body img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; border-radius: 0 !important; }
.about-slider__card-body img:hover { transform: none !important; transition: none !important; }
.about-slider__card-body img { transition: none !important; }
.about-slider__tabs { display: flex; justify-content: flex-start; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.about-slider__tab { background: #f4f5f6; border: 1px solid #e2e4e6; border-radius: 4px; padding: 0.75rem 1.5rem; font-size: 1rem; color: #333; cursor: pointer; transition: all 0.25s ease; font-weight: 400; }
.about-slider__tab:hover { background: #e2e4e6; }
.about-slider__tab.is-active { border-color: #ef6c26; background: #fff; color: #ef6c26; font-weight: 500; }
.about-slider__nav { display: flex; justify-content: flex-start; align-items: center; gap: 1.5rem; margin-top: 2rem; margin-bottom: 0; position: relative; z-index: 10; pointer-events: auto !important; }
.about-slider__btn { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 2px solid #ef6c26; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ef6c26; transition: all 0.2s ease; pointer-events: auto !important; }
.about-slider__btn:hover { background: #ef6c26; color: #fff; box-shadow: none !important; }
/* --- Slider Progress Bar --- */
.about-slider-progress { display: block !important; width: 200px !important; height: 6px !important; background: rgba(255, 255, 255, 0.1) !important; border-radius: 3px !important; overflow: hidden !important; margin-left: 1rem !important; }
.about-slider-progress-bar { display: block !important; width: 20%; height: 100% !important; background: #ef6c26 !important; transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important; }
@media screen and (max-width: 1024px) { .about-slider__card { flex: 0 0 75%; min-width: 280px; height: 380px !important; } .about-slider__wrapper { touch-action: pan-y; cursor: grab; } .about-slider__wrapper:active { cursor: grabbing; } .about-slider__btn { width: 52px; height: 52px; } }