.elementor-957 .elementor-element.elementor-element-895ed8a{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-67aebed */.work-gallery {
  display: flex;
  flex-wrap: nowrap;      /* Force all items in one row */
  gap: 20px;
  overflow-x: auto;       /* Allow horizontal scroll */
  padding-bottom: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.work-item {
  flex: 0 0 auto;          /* Don't shrink items */
  scroll-snap-align: start;
  width: 300px;            /* Adjust width as needed */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc27f40 */<style>
  .why-us, .services {
    background: linear-gradient(135deg, #ff8a00, #e52e71);
    color: #fff;
    padding: 40px 20px;
    margin: 40px auto;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
  }

  .why-us h2, .services h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .why-us p {
    font-size: 18px;
  }

  .why-us span {
    font-weight: bold;
    color: #ffe57f;
  }

  .services ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center; /* 👈 Important for mobile centering */
    margin: 0 auto;
  }

  .services li {
    margin: 10px 0;
    width: 100%;
    max-width: 500px;
    text-align: center; /* 👈 Extra insurance for li content */
  }

  @media (max-width: 768px) {
    .why-us, .services {
      padding: 30px 15px;
    }

    .why-us h2, .services h2 {
      font-size: 24px;
    }

    .why-us p, .services ul {
      font-size: 16px;
    }
  }
</style>/* End custom CSS */