  /*------- work-slider------------ */
  /* Make sure Swiper container styles remain */
  .work-slider {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
  }

  .work-slider img {
      width: 100%;
      height: 440px;
      display: block;
  }

  /* Override default Swiper buttons */
  .swiper-button-prev,
  .swiper-button-next {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #000;
      /* black circle background */
      display: flex;
      align-items: center;
      justify-content: center;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      z-index: 10;
  }

  .swiper-button-prev {
      left: 15px;
  }

  .swiper-button-next {
      right: 15px;
  }

  /* Adjust SVG size */
  .swiper-button-prev svg,
  .swiper-button-next svg {
      width: 24px;
      height: 24px;
  }

  /* Remove default Swiper arrows */
  .swiper-button-prev::after,
  .swiper-button-next::after {
      content: none;
  }

  /* Optional: hover effect */
  .swiper-button-prev:hover svg polyline,
  .swiper-button-next:hover svg polyline {
      stroke: #ffd700;
      /* gold on hover */
  }



  /**************** Page  ***************** */
  .case-studies {
      width: 100%;
      background-color: #fdfff1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding-top: 182px;
      box-sizing: border-box;
      font-family: 'gt-america-regular';
      color: #000;
  }

  /* Header section */
  .case-studies__header {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding: 0;
      /* remove padding so banner touches edges */
      box-sizing: border-box;
      max-width: 1200px;
      /* limit header content */
      margin: 0 auto;
  }

  .header__title-group {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .header__breadcrumbs {

      color: #000;
      font-family: 'gt-america-regular';
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;

  }

  .header__title {
      font-family: 'lyon-regular';
      font-size: 80px;
      font-style: normal;
      font-weight: 500;
      line-height: 80px;
      width: 912px;
      height: 196px;
  }

  .header__divider {
      border-top: 1px solid #000;
      width: 100%;
  }

  .header__meta {
      padding-top: 30px;
      padding-bottom: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      font-size: 16px;
  }

  .meta__date {
      text-transform: uppercase;
      font-weight: 700;
  }

  .meta__social {
      display: flex;
      align-items: center;
      gap: 16px;
  }

  .meta__label {
      font-weight: 700;
      text-transform: uppercase;
  }

  .social__icons {
      display: flex;
      gap: 12px;
  }

  .social__icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .social__icon:hover {
      background-color: #eeff76;

  }

  .social__icon img {
      width: 24px;
      height: 24px;
  }

  .social__icon--facebook {
      background-color: #f5f6e9;
  }

  .social__icon--linkedin {
      background-color: #f5f6e9;
  }

  .social__icon--instagram {
      background-color: #f5f6e9;
  }

  /* Banner styling for sharp full-width image */
  .case-studies__banner {
      width: 100vw;
      /* full viewport width */
      height: 810px;
      /* desktop height */
      object-fit: cover;
      /* scale image to cover container without distortion */
      display: block;
      image-rendering: auto;
      /* ensures smooth rendering */
      align-self: stretch;
      margin-left: calc(-50vw + 50%);
      /* remove parent container padding effects */
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .header__breadcrumbs {
          font-size: 14px;
      }

      .header__title {
          font-family: "Lyon Arabic Display";
          font-size: 40px;
          font-style: normal;
          font-weight: 500;
          line-height: 40px;
          width: 298px;

      }

      .header__title-group {
          gap: 0px;
          padding: 0 20px 0 20px;
      }

      .header__meta {
          flex-direction: column;
          align-items: flex-start;
          padding: 20px 20px 32px 20px;
      }

      .content__main {
          padding: 48px 20px !important;
      }

      .case-studies__banner {
          height: 400px;
          /* mobile height */
          width: 100vw;
          /* full width on mobile */
          margin-left: calc(-50vw + 50%);
      }
  }

  /* ====== Content Area ====== */
  .content__main {
      width: 100%;
      display: flex;
      flex-direction: column;
      /*  gap: 60px;*/
      padding: 100px 315px;
      box-sizing: border-box;
      font-family: 'lyon-regular';
      color: #000;
  }

  /* Intro */
  .content__intro {
      font-family: 'gt-america-regular';
      font-size: 18px;
      line-height: 28px;
  }

  .content__paragraph {
      margin: 0 0 18px 0;
      font-size: 18px;
      line-height: 28px;
      font-family: 'gt-america-regular';
  }

  .content__highlight {
      text-decoration: underline;
  }

  /* Block */
  .content-block {
      display: flex;
      flex-direction: column;
      gap: 36px;
  }

  .content-block__title {
      font-size: 40px;
      font-weight: 500;
      line-height: 120%;
  }

  .content-block__body {
      display: flex;
      flex-direction: column;
      gap: 24px;
      font-size: 18px;
      font-family: 'gt-america-regular';
  }

  .content-block__text {
      line-height: 28px;
  }

  .content-block__media {
      display: flex;
      flex-direction: column;
      gap: 24px;
      font-size: 16px;
      font-family: 'gt-america-regular';
  }

  .content-block__caption {
      line-height: 140%;
  }

  /* Images */
  .content-block__image {
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      height: auto;
  }

  /* Media Card (custom icons) */
  .media-card {
      position: relative;
      height: 440px;
      background-size: cover;
      background-position: center;
  }

  .media-card__icon {
      position: absolute;
      top: 50%;
      width: 48px;
      height: 48px;
      border-radius: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .media-card__icon--left {
      left: -24px;
      background-color: #000;
      transform: translateY(-50%);
  }

  .media-card__icon--right {
      right: -24px;
      background-color: #eeff76;
      transform: translateY(-50%);
  }

  .media-card__icon img {
      width: 20px;
      height: 20px;
  }

  /* Social Sharing */
  .content__social {
      display: flex;
      align-items: center;
      gap: 24px;
      font-size: 16px;
      font-family: 'gt-america-regular';
  }

  .content__share-label {
      text-transform: uppercase;
      font-weight: 500;
  }

  .content__social-icons {
      display: flex;
      gap: 16px;
  }

  /* Reuse social icon style */
  .social-icon {
      width: 48px;
      height: 48px;
      position: relative;
      display: block;
  }

  .social-icon__bg {
      position: absolute;
      inset: 0;
      border-radius: 100%;
  }

  .social-icon--facebook .social-icon__bg {
      background-color: #f5f6e9;
  }

  .social-icon__bg:hover {
      background-color: #eeff76;
  }

  .social-icon--linkedin .social-icon__bg,
  .social-icon--instagram .social-icon__bg {
      background-color: #f5f6e9;
  }

  .social-icon__img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 24px;
      transform: translate(-50%, -50%);
  }

  /* ============ Related Section ============ */
  /* === Recent related Section === */
  .recent-related {
      width: 100%;
      position: relative;
      background-color: #eeff75;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 100px 29px;
      box-sizing: border-box;
      gap: 10px;
      text-align: left;
      font-size: 16px;
      color: #000;
      font-family: 'GT America';
  }

  /* === Section Title === */
  .related-section-title {
      width: 1380px;
      margin: 0 !important;
      position: absolute;
      top: 100px;
      left: 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      font-size: 60px;
      font-family: 'Lyon Arabic Display';
      z-index: 1;
  }

  .related-title-text {
      width: 1106px;
      line-height: 100%;
      font-weight: 500;
      display: inline-block;
  }

  .related-title-icon {
      width: 95px;
      height: 20px;
      object-fit: contain;
  }

  /* === related Section === */
  .related-section {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 80px;
      z-index: 0;
  }

  .related-header {
      width: 1381px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 80px;
  }

  .related-header-line {
      width: 1086px;
      height: 40px;
  }

  .related-divider {
      align-self: stretch;
      border-top: 1px solid #000;
      box-sizing: border-box;
      height: 1px;
  }

  /* === related related-cards === */
  .related-cards {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 30px;
  }

  .related-card {
      width: 907px !important;
      display: flex;
      flex-direction: column;
      gap: 30px;
  }

  .related-card-content {
      height: 343px;
      display: flex;
      flex-direction: row;
      gap: 30px;
  }

  .related-card-text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .related-card-meta {
      display: flex;
      flex-direction: column;
      gap: 40px;
  }

  .related-card-date {
      line-height: 100%;
      text-transform: uppercase;
      font-weight: 500;
  }

  .related-card-title {
      font-size: 30px;
      line-height: 100%;
      font-weight: 500;
      font-family: 'lyon-regular';
  }

  .related-card-title p {
      margin: 0;
  }

  /* === Buttons === */
  .related-card-btn {
      width: 130px;
      background-color: #eeff75;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 20px;
      font-size: 14px;
      text-align: center;
  }

  .related-btn-label {
      letter-spacing: 2px;
      line-height: 100%;
      text-transform: uppercase;
      font-weight: 500;
  }

  .related-more-btn {
      width: 104px;
      height: 40px;
      background-color: #eeff75;
      display: none;
      flex-shrink: 0;
  }

  /* === related-card Image === */
  .related-card-image {
      width: 564px;
      height: 343px;
      object-fit: cover;
  }

  /* swiper slider related*/

  .related-header-row {
      display: flex;
      justify-content: space-between;
      /* ensures title left, nav right */
      align-items: center;
      width: 100%;
      /* make sure it spans full container */
      margin-bottom: 10px;
  }

  .related-header-title {
      color: #000;
      font-family: 'lyon-regular';
      font-size: 60px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;

  }

  .related-header-nav {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-left: auto;
      /* forces it to the right side */
  }

  .related-swiper-button-prev,
  .related-swiper-button-next {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 50%;
      transition: background 0.2s ease;
  }

  .related-swiper-button-prev:hover,
  .related-swiper-button-next:hover {
      background: rgba(0, 0, 0, 0.05);
  }

  .related-swiper-button-prev svg,
  .related-swiper-button-next svg {
      width: 20px;
      height: 20px;
      fill: black;
  }

  /* remove swiper defaults */
  .related-swiper-button-prev::after,
  .related-swiper-button-next::after,
  .swiper-button-prev::after,
  .swiper-button-next::after {
      content: none !important;
  }

  .related-cards-swiper {
      width: 100%;
      overflow: hidden;
  }

  .related-cards .swiper-slide {

      width: 300px;
      /* adjust card width */
      display: flex;
      /* allows content to define height */
      flex-direction: column;
      /* stack image + text + divider vertically */
      flex-shrink: 0;
      width: 100%;
      /* or fixed width like 300px for cards */
      position: relative;
      transition-property: transform;

  }

  .related-header-line {
      width: 100%;
      height: 1px;
      background-color: #000;
      margin-bottom: 20px;
  }


  /*------- END------------ */