.articleSec{
    padding:21px 0 75px ;
}
.artcleContainer{
    background-color: #002D8B;
    padding: 32px 0;
    height: 379px;

}
.innerWrapper {
    display: flex;
    gap: 72px;
}
.innerWrapper .lhs{
    width: 420px;
    background-color: #ffffff;
    flex-shrink: 0;
    height: 100%;
    border-radius: 4px;
    padding: 24px 24px 47px;
    border: 1px solid #002D8B;
    margin-top: -66px;
}
.innerWrapper .rhs{
    overflow-y: auto;
    padding-right: 52px;
    height: 305px;
}
.innerWrapper .rhs .listItem{
    display: flex;
    gap: 22px;
    padding: 20px 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    border-bottom: 2px solid #FFFFFF59;
    
}
.innerWrapper .rhs .listItem:first-child{
    padding-top:0;
}
.innerWrapper .rhs .listItem:last-child{
    padding-bottom:0;
    border-bottom: none;
}
.innerWrapper .rhs .listItem .imageWrapper{
    width: 131px;
    height: 73px;
    border-radius: 4px;
    flex-shrink: 0;
}
.innerWrapper .rhs .listItem .imageWrapper img{
    height: 100%;
    width: 100%;
    border-radius: 4px;

}

.single-item-slider {
  
    position: relative;
  }


  .single-item-slider .slick-prev {
    display: none !important;
  }

  /* Customize right arrow */
  .articleSec .single-item-slider .slick-next {
    right: 17px;
    z-index: 10;
    top: 50%;
    background-image: unset;
    background-color: #539C33;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .single-item-slider .slick-next::before {
    content: '';
    background-image: url('https://images.moneycontrol.com/images/ms/Summit2k25/slider-right-arrow.svg');
    height: 15px;
    width: 15px;
    display: block;
    opacity: 1;
    
  }
  .sliderWrapper .sliderImage{
    width: 369px;
    height: 206px;
    border-radius: 4px;

  }
  .sliderWrapper .sliderImage img{
    width: 100%;
    height: 100%;
    border-radius: 4px;

  }
  .sliderWrapper .sliderDesc{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    margin-top: 37px;
    
  }
 


  /* video styles  */

  .videoContainer{
    display: flex;
    gap: 80px;
    margin-bottom: 52px;
  }
.videoContainer .lhs{
    position: relative;
}

.videoContainer .lhs .bgBorder{
    border: 2px solid #539C33;
    border-radius: 4px;
    width: 578px;
    height: 323px;
    position: absolute;
    background-color: #ffffff;
    top: -31px;
    left: -27px;
}
.videoContainer .lhs .videoWrapper{
    width: 578px;
    height: 323px;
    position: relative;
}
.videoContainer .lhs .videoWrapper .imageWrapper{
    height: 100%;
    width:100%;
    border-radius: 4px;

}
.videoContainer .lhs .videoWrapper .imageWrapper img{
    height: 100%;
    width:100%;
    border-radius: 4px;

}
.videoContainer .lhs .videoWrapper .playIcon{
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: -49px;
    top:50%;
    transform: translateY(-50%);
}
.videoContainer .rhs .title{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 0;

    
}
.videoContainer .rhs .desc{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 60px;
    
}
.video-slick-slider .videoSlider .videoInfo{
    padding: 0 10px;
   
}

.video-slick-slider .videoSlider .videoInfo .topWrapper{
    position: relative;
}
.video-slick-slider .videoSlider .videoInfo .topWrapper .imageWrapper{
    width: 100%;
    height: 150px;
    border-radius: 4px;
}
.video-slick-slider .videoSlider .videoInfo .topWrapper .imageWrapper img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.video-slick-slider .videoSlider .videoInfo .topWrapper .playBtn{
    background: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.video-slick-slider .videoSlider .videoInfo .videoText{
    font-family: 'Source Sans 3',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 22px;
    text-align: left;
    
}
.video-slick-slider .slick-prev {
    left: -20px;
}
.video-slick-slider .slick-prev {
    transform: rotate(180deg);
}
.video-slick-slider .slick-next {
    right: -20px;
}
.video-slick-slider .slick-prev {
    width: 8px;
    height: 16px;
    background: url("https://images.moneycontrol.com/images/ms/Summit2k24/home/slideArro.png") center center no-repeat;
    background-size: 8px;
}
.video-slick-slider .slick-next {
    width: 8px;
    height: 16px;
    background: url("https://images.moneycontrol.com/images/ms/Summit2k24/home/slideArro.png") center center no-repeat;
    background-size: 8px;
}


/* upcoming addtion styles  */
.ueContainer{
    position: relative;
}
.ueContainer .editionOne{
    display: flex;
    gap: 38px;
    align-items: flex-end;
}
@media all and (max-width:980px) {
    .artcleContainer{
        height: unset;
        margin-top: 70px;
    }
    .innerWrapper{
        display: unset;
    }
    .innerWrapper .lhs{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 17px 17px 34px;
    }
    .sliderWrapper .sliderImage{
        width: 264px;
        height: 148px;
    }
    .sliderWrapper .sliderDesc {
        margin-top: 26px;
        font-size: 16px;
        line-height: 22px;
    }
    .innerWrapper .rhs {
        width: 300px;
        margin: auto;
        padding-right: 0;
        margin-top: 44px;
        height: 496px;
    }
    .innerWrapper .rhs .listItem {
        align-items: center;
        gap: 19px;
        font-size: 14px;
        line-height: 21px;
        padding: 14px 0;
    }
    .innerWrapper .rhs .listItem .imageWrapper {
        width: 114px;
        height: 63px;}


        /* video styles  */
        .videoContainer {
            display: block;
            margin-bottom: 30px;
        }
        .videoContainer .lhs .bgBorder {
            top: -15px;
            left: 0;
            width: calc(100% - 35px);
            height: 158px;
        }
        .videoContainer .lhs .videoWrapper {
            width: calc(100% - 35px);
            height: 158px;
            object-fit: cover
        }
        .videoContainer .lhs .videoWrapper .imageWrapper {
            margin-left: 13px;
        }
        .videoContainer .lhs .videoWrapper .playIcon svg{height: 47px;width: 47px;}
        .videoContainer .lhs .videoWrapper .playIcon {right: -34px;}
        .videoContainer .rhs{margin-top: 30px;}
        .videoContainer .rhs .title{    font-size: 16px;
            line-height: 20px;margin-bottom: 20px;}
        .videoContainer .rhs .desc {font-size: 14px;
                line-height: 33px;margin-bottom: 30px;}
    .video-slick-slider .videoSlider .videoInfo .topWrapper .imageWrapper {height: 80px;}
    .video-slick-slider .videoSlider .videoInfo .videoText {font-size: 14px;
    line-height: 14px;margin-top: 12px;}
    .video-slick-slider .slick-prev {
        left: -8px;
    }
    .video-slick-slider .slick-next {
        right: -8px;
    }
}
