    .ENLT-sec .carousel-wrapper {
      height: 100vh;
      width: 1320px;
      display: flex;
      justify-content: end;
      align-items: center;
      margin: auto;
    }

    .ENLT-sec .vertical-carousel {
      height: 65%;
      width: 600px;
      overflow: visible;
    }
    .vertical-carousel h4{margin: 0px !important; padding: 0px !important; font-size: clamp(20px, 4vw, 60px);; color: #FFF !important; font-weight: 600;}
    .vertical-carousel p{display: none;}
    .vertical-carousel span p{display: block !important;margin: 0px !important; padding: 0px !important; font-size: clamp(16px, 1.5vw, 25px); font-weight: 400;}

    .ENLT-sec .vertical-carousel .slide {
      height: 26.042vw; 
      color: #fff;
      display: flex !important;
      justify-content: center;
      flex-direction: column;
      font-size: 24px;
      font-weight: bold;
      border-radius: 20px;
      margin: 0;
      transition: all 0.4s ease;
      padding: 40px 20px;
    }
    .vertical-carousel-bg{width: 100%; height: 100%;position: absolute; transition: none !important;}
    .vertical-carousel-bg::before{content: ''; width: 100%; height: 100%; position: absolute; right:0;
    background: #000000 !important;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;}

    /* Colors */
    /* .ENLT-sec .slide:nth-child(1) { background: #ff4757; }
    .ENLT-sec .slide:nth-child(2) { background: #1e90ff; }
    .ENLT-sec .slide:nth-child(3) { background: #2ed573; }
    .ENLT-sec .slide:nth-child(4) { background: #ffa502; }
    .ENLT-sec .slide:nth-child(5) { background: #3742fa; } */

    /* Stage padding & focus effect */
    .ENLT-sec .slick-slide {
      opacity: 0.5;
      /* transform: scale(0.9); */
      transition: all 0.4s ease;
    }
    .ENLT-sec .slick-center {
      opacity: 1;
      transform: scale(1);
    }

    .ENLT-sec .slick-dots {
      bottom: 10px;
    }

    /* Stage padding look */
    .ENLT-sec .slick-list {
      height: auto !important;
      padding: 0 !important;
      overflow: visible !important;
    }

    .ENLT-sec button {
      background: #fff;
      border: none;
      color: #000;
      padding: 10px 20px;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      margin-top: 10px;
    }

    @media screen and (max-width: 1024px){
        /*ENLT-sec css code start*/
        #section_f24cb9d3{height: 600px !important; }
        .ENLT-sec .vertical-carousel .slide{height: 250px;}
        /*ENLT-sec css code end*/
    }

    @media screen and (max-width: 767px){
        /*ENLT-sec css code start*/
       .ENLT-sec .vertical-carousel{width: 320px;}
       .ENLT-sec .vertical-carousel .slide{width: 100% !important; height: 200px;}
        #section_f24cb9d3{height: 480px !important; }
        .ENLT-sec .vertical-carousel{height: 75%;}
        .ENLT-sec .carousel-wrapper{padding: 0px 10px !important;}
        /*ENLT-sec css code end*/
    }