 #collab_testimonial .testimonial_carousel {
      position: relative;
      background-color: #fff;
      width: auto;
      max-width: 1280px;
      margin: 0 auto;
      border-radius: 16px;
      padding: 50px 80px 50px 80px;
      border: 1px solid rgb(229, 231, 235);
      display: flex;
      flex-direction: column;
      gap: 40px;
  }

  #collab_testimonial .testimonial_carousel::before {
      content: "";
      background: url("../img/quote.svg");
      position: absolute;
      left: 40px;
      top: 40px;
      background-position: top;
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      top: 35px;
      background-size: 100%;
  }

  #collab_testimonial .slider_box {
      /* padding-bottom: 20px !important; */
      height: 250px !important;
      max-width: 840px;
      overflow: hidden;
      margin: 0 auto;
      width: 100%;
  }

  #collab_testimonial .testimonial_slide {
      display: flex !important;
      align-items: start !important;
      justify-content: center !important;
  }

  #collab_testimonial .profile_desciption {
      display: flex;
      justify-content: center;
	  min-height: 160px;
  }

  /* .testimonial_carousel__actions {
       width: max-content;
       height: 50px;
       display: flex;
       justify-content: center;
       align-items: center;
       gap: 20px;
       margin-top: -150px !important;
       z-index: 1;
       margin: 0 auto;
       position: relative;
   } */

  /* .testimonial_carousel__control {
       display: inline-flex;
       border-radius: 5em;
       font-size: 20px;
       font-weight: 500;
       padding: 1em 2em;

       &:hover {
           cursor: pointer;
       }
   } */

  #collab_testimonial .testimonial_carousel_swiper {
      height: 250px !important;
  }

  #collab_testimonial .testimonial_carousel_swiper::before {
      content: "";
      background: url("../img/Ellipse-126.png");
      background-position: top;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      top: 35px;
      /* background-size: 90% 105%; */
  }

  @media (min-width: 1024px) {
      #collab_testimonial .testimonial_carousel_swiper::before {
          background-size: 90% 105%;
      }
  }

  @media only screen and (max-width: 1200px) {
      #collab_testimonial .testimonial_carousel::before {
          left: 30px;
          top: 30px;
          width: 35px;
          height: 35px;
      }
  }

  @media only screen and (max-width: 1023px) {
      #collab_testimonial .testimonial_carousel_swiper::before {
          background-size: 100% 85%;
      }

      #collab_testimonial .testimonial_carousel::before {
          left: 20px;
          top: 20px;
          width: 35px;
          height: 35px;
      }

      #collab_testimonial .testimonial_carousel {
          padding: 50px 50px 50px 50px;
      }
  }

  @media only screen and (max-width: 768px) {
      #collab_testimonial .testimonial_carousel {
          padding: 50px 0px 20px 0px;
          gap: 60px;
      }

      #collab_testimonial .profile_desc {
          font-size: 16px !important;
      }

      #collab_testimonial .testimonial_slide {
          height: 150px !important;
      }

      #collab_testimonial .slider_box {
          height: 200px !important;
      }

      #collab_testimonial .collab-slider-nav {
          margin-top: -100px !important;
      }

      #collab_testimonial .profile_desciption {
          padding: 0 20px 0 20px;
      }

      #collab_testimonial .testimonial_carousel_swiper::before {
          background: url("../img/Ellipse-mobile.png");
          background-size: 100%;
          background-repeat: no-repeat;
      }

      #collab_testimonial .testimonial_carousel::before {
          left: 20px;
          top: 20px;
          width: 25px;
          height: 25px;
      }
  }

  #collab_testimonial .profile_box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }


  #collab_testimonial .profile_img {
      height: 54px;
      width: 54px;
      border-radius: 100%;
      transition: all 0.35s ease;
      position: relative;
      padding: 0px;
  }

  #collab_testimonial .profile_img img {
      height: 50px;
      width: 50px;
      border-radius: 100% !important;
      border: 2px solid #fff !important;
      transition: all 0.35s ease;
      object-fit: cover;
  }

  #collab_testimonial .swiper-slide-active .profile_box .profile_img {
      height: 74px;
      width: 75px;
      padding: 2px;
      background: linear-gradient(180deg,
              #0042F9 0%,
              #00B5E2 25%,
              #A8E665 50%,
              #EC5AFE 75%,
              #FFB81C 100%);
      transition: all 0.35s ease;
      border-radius: 100% !important;
  }

  #collab_testimonial .testimonial_slide:hover img {
      filter: unset !important;
  }

  #collab_testimonial .swiper-slide-active .profile_box .profile_img img {
      height: 70px;
      width: 70px;
      transition: all 0.35s ease;
  }

  #collab_testimonial .profile_detail h4 {
      margin: 0 0 5px 0;
      font-size: 18px;
      font-weight: 700;
      color: rgba(17, 17, 17, 50%);
      transition: all 0.35s ease;
      font-family: "Inter", font-48-58-regular;
  }

  #collab_testimonial .profile_detail p {
      margin: 0;
      font-size: 14px;
      font-family: "Inter", font-48-58-regular;
      font-weight: 500;
      color: rgba(17, 17, 17, 70%);
      transition: all 0.35s ease;
  }

  #collab_testimonial .swiper-slide-active .profile_box .profile_detail h4 {
      color: rgba(17, 17, 17, 1);
      transition: all 0.35s ease;
  }

  #collab_testimonial .swiper-slide-active .profile_box .profile_detail p {
      color: rgba(17, 17, 17, 1);
      transition: all 0.35s ease;
  }

  #collab_testimonial .collab-slider-nav {
      display: flex;
      margin: 0 auto;
      background: #F2F4F7;
      border: 1px solid #E5E7EB;
      border-radius: 25px;
      width: max-content;
      justify-content: space-between;
      margin-top: -85px;
      z-index: 10;
      position: relative;
      padding: 10px 10px 10px 14px;
      gap: 15px;
  }

  #collab_testimonial .collab-slider-nav .swiper_button_next,
  #collab_testimonial .collab-slider-nav .swiper_button_prev {
      position: initial;
      margin: 0;
      height: 25px;
      width: 30px;
      cursor: pointer;

  }

  #collab_testimonial .collab-slider-nav .swiper_button_prev::after {
      content: none !important;
  }

  #collab_testimonial .collab-slider-nav .swiper_button_next::after {
      content: none !important;
  }

  #collab_testimonial .profile_desc {
      /* opacity: 0.5; */
      display: none;
      font-size: 20px;
      line-height: 1.6;
      text-align: center;
      max-width: 900px;
      margin: 0 auto 60px;
      color: #111827;
      letter-spacing: 0.1px;
      transition: opacity 360ms ease;
      min-height: 160px;
  }


  #collab_testimonial .profile_desc.is-active {
      /* opacity: 1; */
      display: block;
      font-weight: 600;
  }