.why-sell-section {
    z-index: 1;
    position: relative;
    background-color: var(--ced-white-color);
  }
  
  #why-sell-slider .why-sell-card {
    background-color: var(--ced-bg-gray);
    position: relative;
  }
  
  #why-sell-slider .why-sell-card::before {
    position: absolute;
    bottom: -15px;
    left: 13px;
    width: 70%;
    height: 100px;
    background-image: conic-gradient(
      from 7deg at 25.05% 71.78%,
      rgba(106, 215, 150, 0.4) 0deg,
      rgba(65, 59, 188, 0.3) 360deg
    );
    filter: blur(25px);
    -webkit-filter: blur(35px);
    transition: all 0.5s;
    opacity: 0;
    content: "";
    z-index: -1;
    border-radius: 50px;
  }
  #why-sell-slider .why-sell-card:hover::before {
    opacity: 1;
  }
  
  .why-sell-card .title {
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-sb);
  }
  .why-sell-card .para {
    color: var(--ced-grey-60);
  }
  .why-sell-card img {
    max-width: 60px;
  }
  #why-sell-slider .owl-nav {
    width: 100%;
    display: flex;
  }
  
  #why-sell-slider .owl-nav button span {
    display: none;
  }
  
  #why-sell-slider .owl-nav .owl-next,
  #why-sell-slider .owl-nav .owl-prev {
    background-color: var(--ced-white-color);
    border-radius: 50%;
    transition: all 0.4s;
    font-family: var(--ced-montserrat-m);
    position: absolute;
    box-shadow: 0 5px 20px -12px rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
  }
  #why-sell-slider .owl-nav .owl-prev::before,
  #why-sell-slider .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  #why-sell-slider .owl-nav .owl-prev::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-left-Black.svg);
  }
  #why-sell-slider .owl-nav .owl-next::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-right-Black.svg);
  }
  #why-sell-slider .owl-nav .owl-next:hover::before,
  #why-sell-slider .owl-nav .owl-prev:hover::before {
    filter: opacity(0.5);
  }
  #why-sell-slider .owl-stage-outer {
    padding-bottom: 100px;
  }
  
  /* Why Sell  Responsivce start  */
  
  @media screen and (min-width: 1200px) {
    #why-sell-slider .why-sell-card {
      padding: 50px 60px;
    }
    #why-sell-slider .owl-nav .owl-next,
    #why-sell-slider .owl-nav .owl-prev {
      background-size: 26px !important;
      height: 50px;
      width: 50px;
    }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #why-sell-slider .why-sell-card {
      padding: 40px 50px;
    }
    #why-sell-slider .owl-nav .owl-next,
    #why-sell-slider .owl-nav .owl-prev {
      background-size: 24px !important;
      height: 45px;
      width: 45px;
    }
  }
  @media screen and (min-width: 992px) {
  
    .why-sell-card .para {
      line-height: 28px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #why-sell-slider .owl-nav .owl-next,
    #why-sell-slider .owl-nav .owl-prev {
      background-size: 22px !important;
      height: 40px;
      width: 40px;
    }
  }
  @media screen and (min-width: 768px) {
    #why-sell-slider .owl-nav .owl-next,
    #why-sell-slider .owl-nav .owl-prev {
      top: 39%;
      transform: translateY(-50%);
    }
    #why-sell-slider .owl-nav {
      justify-content: space-between;
    }
    #why-sell-slider .owl-nav .owl-prev {
      left: 15px;
    }
    #why-sell-slider .owl-nav .owl-next {
      right: 15px;
    }
  
    #why-sell-slider .why-sell-card {
      border-radius: 20px;
    }
    #why-sell-slider .why-sell-card {
      min-height: 310px;
    }
  }
  @media screen and (max-width: 991px) {
    .why-sell-card .para {
      line-height: 26px;
      font-size: 15px;
    }
  }
  @media screen and (min-width: 576px) and (max-width: 991px) {
    #why-sell-slider .why-sell-card {
      padding: 30px;
    }
  
  }
  
  @media screen and (max-width: 767px) {
    #why-sell-slider .owl-nav {
      gap: 10px;
      justify-content: end;
    }
    #why-sell-slider .owl-nav .owl-next,
    #why-sell-slider .owl-nav .owl-prev {
      background-size: 20px !important;
      height: 40px;
      width: 40px;
      bottom: 50px;
    }
    #why-sell-slider .owl-nav .owl-prev {
      right: 63px;
    }
    #why-sell-slider .owl-nav .owl-next {
      right: 12px;
    }
    #why-sell-slider .why-sell-card {
      border-radius: 15px;
    }
    #why-sell-slider .owl-nav .owl-prev::before,
    #why-sell-slider .owl-nav .owl-next::before {
      background-size: 20px;
    }
  }
  @media screen and (min-width: 576px) {
    .why-sell-card img {
      margin-bottom: 15px;
    }
      .why-sell-card .title {
      font-size: 20px;
          line-height:28px
    }
  }
  @media screen and (max-width: 575px) {
    #why-sell-slider .why-sell-card {
      padding: 25px;
    }
    .why-sell-card .title {
      font-size: 18px;
      line-height: 30px;
    }
  
    .why-sell-card img {
      margin-bottom: 10px;
    }
    .seller-success-section {
      position: relative;
    }
  }
  
  .why-sell-card .para a{
      font-family: var(--ced-montserrat-sb);
      padding: 0px 3px;
      position: relative;
      display: inline-block;
  }
  .why-sell-card .para a::before {
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 90%;
      content: "";
      position: absolute;
      transition: all 0.5s;
      background-color: var(--ced-blue-60);
      opacity: 0.12;
  }
  .why-sell-card .para a:hover::before {
      height: 5%;
  }