/* UI/UX - Next Slider (separate stylesheet) */
.uiux-next-slider-section{
    padding-bottom: 38px;
}
.uiux-next-slider-section .container{
    overflow: hidden;
}
.uiux-next-slider-section .uiux-next-slider-outer{
    position: relative;
    padding-bottom: 42px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.uiux-next-slider-section .uiux-next-slider-inner{
    width: 100%;
    overflow: hidden;
}
.uiux-next-slider-section .uiux-next-slider-outer::after{
    display: none;
}

.uiux-next-slider-section .uiux-next-slider-line,
.uiux-next-slider-section .uiux-next-slider-line-progress{
    display: none;
}

.uiux-next-slider-section .uiux-next-slider-outer .lSPager.lSpg{
    width: 1400px;
    max-width: calc(100% - 100px);
    /* margin: 30px auto 0; */
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
}

.uiux-next-slider-section .uiux-next-slider-outer .lSPager.lSpg > li{
    width: 100%;
    padding: 0;
}

.uiux-next-slider-section .uiux-next-slider-outer .lSPager.lSpg > li a{
    height: 1px;
    width: 100%;
    border: 0;
    background-color: #EAEAEA;
}

.uiux-next-slider-section .uiux-next-slider-outer .lSPager.lSpg > li.active a{
    height: 2px;
    background-color: #000;
    border-color: #000;
}
.uiux-next-slider-section .uiux-next-slider > .uiux-next-slide{
    padding-right: 0!important;
}
.uiux-next-slider-section .uiux-next-slider-card{
    position: relative;
    height: 100%;
    min-height: 381px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    background: #fff url("../images/uiux-next-slider-card.svg") no-repeat top right;
    background-size: 299px 165px;
    /* box-shadow: 1px 4px 12.2px 0 rgba(0, 0, 0, 0.19); */
    padding: 32px;
}
.uiux-next-slider{
    display: flex;
}
.uiux-next-slider-section .uiux-next-slider-card .icon{
    margin-bottom: 24px;
    line-height: 1;
}
.uiux-next-slider-section .uiux-next-slider-card .icon img,
.uiux-next-slider-section .uiux-next-slider-card .icon svg{
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.uiux-next-slider-section .uiux-next-slider-card h3{
    margin-bottom: 16px;
    font-size: 22px;
    font-family: "Proxima Nova Rg";
    font-weight: 800;
    position: relative;
    padding-bottom: 24px; /* space for divider */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uiux-next-slider-section .uiux-next-slider-card h3::before{
    /* red segment at the start of the divider */
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px; /* adjust to match design */
    background: #E74C2D;
}
.uiux-next-slider-section .uiux-next-slider-card h3::after{
    content: "";
    position: absolute;
    left: 40px; /* start after red segment */
    right: 0;
    bottom: 0;
    height: 1px;
    background: #EAEAEA;
}
.uiux-next-slider-section .uiux-next-slider-card p{
    margin: 0 0 16px 0; /* requested 16px margin-bottom before the icon */
    
}

.uiux-next-slider-section .uiux-next-slider-card .uiux-next-slider-p-icon{
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.uiux-next-slider-section .uiux-next-slider-card .uiux-next-slider-p-icon img.uiux-next-slider-p-icon-img{
    width: 30px;
    height: 30px;
    opacity: .5;
    display: block;
}

/* Same as .home-service-slider-outer / .home-service-slider-inner .lSAction (style.css ~5222–5257) */
.uiux-next-slider-section .uiux-next-slider-outer .lSAction {
    position: relative;
    margin-top: 81px;
}
.uiux-next-slider-section .uiux-next-slider-inner .lSSlideWrapper {
    overflow: unset;
}
.uiux-next-slider-section .uiux-next-slider-inner .lSAction {
    width: 1400px;
    max-width: calc(100% - 25px);
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 60px;
}
.uiux-next-slider-section .uiux-next-slider-inner .lSAction a {
    background: url("../images/hcl-arrow-left.svg") no-repeat;
    background-size: contain;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: -20px;
    top: initial;
    left: initial;
    
}
.uiux-next-slider-section .uiux-next-slider-inner .lSAction > .lSNext {
    transform: rotate(180deg);
    margin-right: -20px;
}
.uiux-next-slider-section .uiux-next-slider-inner .lSAction a.lSPrev{
    right:  0;
    background-color: #fff;
}
.uiux-next-slider-section .uiux-next-slider-inner .lSAction a.lSNext{
    right: 0;
}
.lSSlideWrapper {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
    .uiux-next-slider-section .uiux-next-slider-outer .lSAction {
        margin-top: 30px;
    }
    .uiux-next-slider-section .uiux-next-slider-inner .lSAction a {
        right: 5px;
    }
}

@media (max-width: 1199px) {
   .uiux-next-slider-section .uiux-next-slider-outer::after{
    right: 80px;
   }
   .uiux-next-slider-section .uiux-next-slider-outer{
    width: 100%;
   }
   .uiux-next-slider-section .uiux-next-slider-card h3{
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .uiux-next-slider-section .uiux-next-slider-outer{
        width: 100%;
    }
}
@media (max-width: 576px) {
    section.service-inner-section-slider.uiux-service-inner-section-slider {
        padding: 30px 46px !important;
    }
    section.service-inner-section-slider.uiux-service-inner-section-slider .lSAction > .lSNext {
        right: -38px !important;
    }
    section.service-inner-section-slider.uiux-service-inner-section-slider .lSAction > .lSPrev {
        left: -56px!important;
    }
    .uiux-next-slider-section .uiux-next-slider > .uiux-next-slide { padding-right: 0 !important; }
}
@media (max-width: 420px) {
    
}
@media (max-width: 360px){
    
}