html{overflow-x:hidden}.carousel-section{padding:10px 0}.carousel-section,.slide-media{width:100%;position:relative;overflow:hidden}.slide-media{height:450px;border-radius:18px}.slide-bg{width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .3s ease;cursor:pointer}.slide-bg:hover{transform:scale(1.02)}.slide-bg.clickable{cursor:pointer}.slide-video{width:100%;height:100%;object-fit:cover;border-radius:18px;background-color:#000}.slide-overlay{inset:0;z-index:2;pointer-events:none;flex-direction:column;justify-content:space-between}.play-btn1,.slide-overlay{position:absolute;display:flex}.play-btn1{pointer-events:auto;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background-color:var(--color-primary);border:none;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(0,0,0,.35);transition:all .3s ease}.play-btn1 img{width:20px;height:20px}.play-btn1:hover{background-color:#065c2d;transform:translate(-50%,-50%) scale(1.1)}.slide-bottom{position:absolute;left:0;right:0;bottom:0;padding:20px;background-color:rgba(0,109,56,.8);color:#ffffff;pointer-events:auto}.slide-bottom h5{font-size:16px;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.slide-bottom p{font-size:14px;line-height:1.5;margin:0;font-weight:400}.custom-arrow{width:44px;height:44px;background-color:var(--color-primary);border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:all .3s ease}.custom-arrow img{width:20px;height:20px}.prev-arrow{left:20px}.next-arrow{right:20px}.custom-arrow:hover{background-color:#065c2d;transform:translateY(-50%) scale(1.1)}@media (max-width:992px){.carousel-section{padding:10px 0}.slide-media{height:260px}.slide-bottom{padding:10px}.slide-bottom h5{font-size:14px}.slide-bottom p{font-size:12px}.custom-arrow{width:36px;height:36px}.custom-arrow img{width:16px;height:16px}.play-btn1{width:48px;height:48px}}@media (max-width:768px){.carousel-section{padding:5px 0}.slide-media{height:220px}.slide-bottom{padding:10px 12px}.slide-bottom h5{font-size:12px}.slide-bottom p{font-size:10px}}.swiper-button-next,.swiper-button-prev{right:8px;left:auto;width:34px;height:34px}.swiper-button-prev{left:8px;right:auto}