
      .case-study-card-main {
        max-width: 1920px;
        padding: 32px 120px;
        margin: 0 auto;
        background: #121212;
      }
      .case-study-slider-container {
        position: relative;

        width: 100%;
        overflow: hidden;

        height: 100vh;
        max-height: 700px;
      }

      .case-study-slider-container .case-study-slider {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
      }

      .case-study-slider .case-study-slide {
        position: absolute;
        display: flex;
        gap: 40px;
        justify-content: space-between;
        width: 100%;
        opacity: 0;
        padding: 0;
        transition: opacity 0.8s ease-in-out;
      }

      .case-study-slider .case-study-slide.active {
        opacity: 1;
      }

      /* Button Styling */
      .case-study-card .case-study-btn {
        background: linear-gradient(109deg, #1847c7, #0092ff);
        border-radius: 100px;
        border: none;
        padding: 12px 16px;
        height: 44px;
        width: 220px;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.11px;
        cursor: pointer;
        z-index: 1;
      }

      .case-study-card .case-study-btn:hover {
        background: linear-gradient(180deg, #1847c7, #0092ff);
      }

      /* Title and Subtitle at the Bottom */
      .case-study-card .case-study-title {
        position: absolute;
        bottom: 24px;
        left: 24px;
        color: #fff;
        font-family: Lato;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
      }

      .case-study-card .case-study-subtitle {
        position: absolute;
        bottom: 0;
        left: 24px;
        color: #fff;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
      }

      .case-study-dots {
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
      }

      .case-study-dot {
        height: 12px;
        width: 12px;
        margin: 0 8px;
        background: #ffffff1a;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.5s;
      }

      .case-study-dot.active {
        background: linear-gradient(120.85deg, #0c6de4 27.85%, #0092ff 68.33%);
      }

      .case-study-nav-arrows {
        /* position: absolute;
        right: 0;
        bottom: 0;
        top: -32px; */
        display: flex;
        gap: 16px;
      }

      .case-study-nav-arrows .case-study-arrow {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: #ffffff40;
        border-radius: 1000px;
      }

      .case-study-nav-arrows .case-study-arrow:hover {
        background: linear-gradient(120.85deg, #0c6de4 27.85%, #0092ff 68.33%);
      }

      @media (max-width: 1024px) {
        .case-study-slider-container {
          padding: 32px;
        }
      }

      @media (max-width: 600px) {
        .case-study-slider-container {
          padding: 24px;
          gap: 16px;
          min-height: 550px;
          height: 90vh;
        }
        .case-study-slider .case-study-slide p {
          font-size: 16px;
          line-height: 21px;
        }
        .case-study-slider .case-study-slide h1 {
          font-size: 31px;
          line-height: 36px;
        }
        .case-study-nav-arrows {
          display: none;
        }
      }
      .case-study-card img {
        border-radius: 8px;
        height: 515px;
        width: 100%;
        object-fit: cover;
      }

      .case-study-card h2 {
        padding: 0;
        margin: 0;
        color: #f2f2f2;
        font-family: Lato;
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-read-more-btn {
        color: #f2f2f2;
        background: transparent;
        border: none;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.11px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-category-btn {
        color: #f2f2f2;
        background: linear-gradient(120.85deg, #1847c9 18.7%, #0092ff 81.3%);
        border: none;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.11px;
        text-align: left;
        padding: 8px 16px;
        border-radius: 8px;
        position: relative;
        bottom: 117px;
        left: -70px;
      }
      .case-study-all-btn {
        background: linear-gradient(109deg, #1847c7, #0092ff);
        border-radius: 100px;
        border: none;
        padding: 12px 16px;
        height: 44px;
        width: 220px;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.11px;
        cursor: pointer;
        z-index: 1;
      }
      .case-study-content-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }
      .case-study-content-container h1 {
        padding: 0;
        margin: 0;
        color: #f8f8f8;
        font-family: Lato;
        font-size: 31.25px;
        font-weight: 700;
        line-height: 37.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-content-container p {
        padding: 0;
        margin: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-explore-and-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }