@media screen and (min-width: 768px) {
  .container {
    max-width: 1272px !important;
    margin: auto;
  }
  /* navbar start */
  .navbar {
    background: rgba(65, 64, 64, 0.5) !important;
    backdrop-filter: blur(25px);
    margin-top: 72px;
    margin-left: 120px;
    margin-right: 120px;
    border-radius: 40px;
  }
  .navbar-light {
    display: flex;
    flex-direction: column;
    transition: height 0.3s ease;
  }
  .navbar-brand img {
    width: 83px;
    height: 18px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #007bff;
  }
  .nav-item {
    position: relative;
    align-items: center;
  }
  .nav-item .dropdown-items {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .nav-item:hover .dropdown-items {
    display: block;
  }
  .dropdown-items li {
    padding: 5px 15px;
  }
  .dropdown-items a {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
  }
  .dropdown-items a:hover {
    color: #007bff;
  }
  .nav-item.active .dropdown-items {
    display: block;
  }
  /* navbar end */
  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 100px;
    width: 100vw;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
  }

  .banner {
    background-color: rgba(0, 0, 0, 1);
    background-image: url("/assets/images/loyalty-and-rewards/green-shade.svg"), url("/assets/images/loyalty-and-rewards/blue-shade.svg");
    background-repeat: no-repeat;
    background-position-x: left, right;
  }
  .banner > div > div {
    padding-left: 22px;
    padding-right: 22px;
  }

  .form-row {
    display: flex;
    gap: 20px;
  }

  .form-group {
    flex: 1;
  }

  .post-requirement {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }

  .banner > .container > div:first-child > div:first-child {
    padding-top: 260px;
    padding-bottom: 120px;
  }

  .banner > .container > div:first-child > div:nth-child(2) {
    padding-top: 200px;
  }

  .banner h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    width: 646px;
  }

  .banner__first-section {
    width: 694px;
    color: white !important;
  }

  .banner__first-section > :nth-child(1) {
    font-size: 48px;
    line-height: 58px;
  }

  .banner__first-section > :nth-child(2) {
    background-image: url("/assets/images/awign-staffing/green-mark.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 48px;
    line-height: 90px;
    padding-left: 50px;
    color: black;
  }

  .banner__first-section > div {
    font-weight: 700;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 24px;
  }

  .banner__first-section > ul {
    padding-left: 24px;
  }
  .grey {
    color: grey;
  }

  .banner__first-section > ul > li {
    list-style-image: url("/assets/images/awign-staffing/star.svg");
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 20px;
    color: white !important;
  }

  .banner__first-section > button {
    width: 240px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 60px;
    border-color: #113dbc;
    border: none;
  }

  .banner__second-section {
    width: calc(1240px - 735px);
    min-height: 500px;
    padding: 40px 24px 32px 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px #0000000d;
  }
  .banner__third-section {
    text-align: center;
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .banner__third-section > div:nth-child(1) {
    font-weight: 500;
    font-size: 24px;
    color: white !important;
  }

  .trusted-logos > div {
    padding-top: 40px;
    overflow-x: hidden;
  }

  .trusted-logos > div > div {
    display: flex;
    column-gap: 12px;
    animation: scroll 15s linear infinite; /* Animation for scrolling */
  }

  @keyframes scroll {
    0% {
      transform: translateX(0); /* Start from the right */
    }
    100% {
      transform: translateX(-1585px); /* Move to the left beyond the container */
    }
  }

  .loyalty-programs {
    padding: 72px 0;
    background-image: url("/assets/images/loyalty-and-rewards/offerings.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .staffing__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
  }

  .staffing__content__card:nth-child(2n + 1) > div:nth-child(1) {
    order: 3;
  }

  .staffing__content__card:nth-child(2n + 1) > div:nth-child(2) {
    order: 2;
  }

  .staffing__content__card:nth-child(2n) > div:nth-child(3) {
    background-image: url("/assets/images/awign-staffing/solutions/right-shade.svg");
    background-position-x: right;
    background-position-y: top;
  }

  .staffing__content__card:nth-child(2n + 1) > div:nth-child(3) {
    order: 1;
    background-image: url("/assets/images/awign-staffing/solutions/left-shade.svg");
    background-position-x: left;
    background-position-y: top;
  }

  .staffing__content__card img {
    width: 84px;
    height: 84px;
  }

  .staffing__content__card > div:nth-child(2) {
    width: 9px;
    height: 6px;
    background-color: black;
  }

  .staffing__content__card > div:nth-child(3) {
    height: 180px;
    width: 505px;
    padding: 26px 30px;
    background-color: black;
    border-radius: 16px;
    background-repeat: no-repeat;
  }

  .staffing__content__card > div:nth-child(3) > div:first-child {
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .staffing__content__card > div:nth-child(3) > div:last-child {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 0;
  }

  .mb-8px {
    margin-bottom: 0.5rem;
  }

  .staffing-solutions__heading {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    color: black;
    margin-bottom: 48px;
  }

  .flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
  }

  .text-white {
    color: white !important;
  }

  .challenges {
    background: rgba(1, 2, 3, 1);
    background-image: url("/assets/images/loyalty-and-rewards/challenges-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 104px 144px;
  }

  .challenges__heading > h2 {
    font-weight: 600;
    font-size: 36px;
    color: white !important;
    margin-bottom: 64px;
  }

  .challenges__heading {
    text-align: center;
  }

  .challenges__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .challenges__content__card {
    height: 228px;
    width: 408px;
    border-radius: 24px;
    padding: 24px;
    background-color: #2c2d2a;
  }

  .challenges__content__card-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .challenges__content__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .whyChooseUs {
    background-image: url("/assets/images/loyalty-and-rewards/whyChooseUs-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 104px 144px;
  }
  .whyChooseUs__heading > h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: black !important;
    margin-bottom: 64px;
  }

  .whyChooseUs__heading {
    text-align: center;
  }
  .whyChooseUs__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .whyChooseUs__content__card {
    height: 228px;
    width: 368px;
    border-radius: 24px;
    padding: 24px;
    background-color: black;
    background-image: url("/assets/images/awign-staffing/offerings/right-shade.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
  .whyChooseUs__content__card-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .whyChooseUs__content__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .how-it-works {
    background: rgba(0, 0, 0, 1);
    background-image: url("/assets/images/loyalty-and-rewards/how-it-works-bg-1.svg"), url("/assets/images/loyalty-and-rewards/how-it-works-bg-2.svg");
    background-repeat: no-repeat;
    background-position-x: right, left;
    background-position-y: top, bottom;
    background-size: contain, contain;
    padding: 104px 0px 104px 0px;
  }
  .how-it-works__content_main > h1 {
    font-weight: 600;
    font-size: 36px;
    color: white;
    text-align: center;
    margin-bottom: 12px;
  }
  .how-it-works__content_main > div {
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
    color: white;
    text-align: center;
    margin-bottom: 40px;
  }

  .how-it-works__content-card > div > div:nth-child(1) > div {
    text-align: center;
    background: white;
    border-radius: 100%;
    color: black;
    font-weight: 700;
    font-size: 24px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .how-it-works__line {
    top: 28px;
  }
  .how-it-works__card-image {
    width: 336px;
    height: 260px;
  }

  .how-it-works__content-card > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-it-works__content-card > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 480px;
    padding: 40px 24px 32px 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    width: 384px !important;
    border-radius: 24px;
    margin-right: 24px;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(1) {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: white;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: white;
    line-height: 18px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) {
    width: 336px;
    height: 272px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) > img {
    width: 336px;
    height: 272px;
  }
  .how-it-works__content-card {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .how-it-works__content-card::-webkit-scrollbar {
    display: none;
  }

  .here-what-set-apart {
    background: rgba(0, 0, 0, 1);
    background-image: url("/assets/images//loyalty-and-rewards/here-what-set-apart-bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
  }
  .here-what-set-apart__container > div:nth-child(1) {
    text-align: center;
  }
  .here-what-set-apart__container > div > h1 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 72px;
    color: white;
    padding-top: 84px;
  }
  .here-what-set-apart-content-1 > div,
  .here-what-set-apart-content-2 > div {
    display: flex;
  }
  .here-what-set-apart-content-1 {
    margin-right: 62px;
    width: 438px !important;
  }
  .here-what-set-apart-content-2 {
    margin-left: 62px;
    width: 438px !important;
  }
  .here-what-set-apart-content {
    display: flex;
    justify-content: center;
    padding-bottom: 56px;
  }
  .here-what-set-apart-content-1 > div > div:nth-child(2) > h1,
  .here-what-set-apart-content-2 > div > div:nth-child(2) > h1 {
    font-weight: 600;
    font-size: 18px;
    color: white;
    margin-bottom: 16px;
    margin-left: 24px;
  }
  .here-what-set-apart-content-1 > div > div:nth-child(2) > div,
  .here-what-set-apart-content-2 > div > div:nth-child(2) > div {
    font-weight: 300;
    color: white;
    font-size: 16px;
    margin-left: 24px;
    margin-bottom: 67px;
  }
  .meet-our-team {
    margin-top: 120px;
    background: rgba(0, 0, 0, 1);
    background-image: url("/assets/images/loyalty-and-rewards/meet-team-bg-1.svg"), url("/assets/images/loyalty-and-rewards/meet-team-bg-2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: contain, contain;
    padding: 80px 0px 80px 0px;
  }
  .meet-our-team-container {
    display: flex;
    gap: 24px;
    overflow-x: scroll;
  }
  .meet-our-team-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    max-width: -webkit-fill-available !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .meet-our-team-container::-webkit-scrollbar {
    display: none;
  }

  .meet-our-team-container > div {
    text-align: center !important;
  }
  .meet-our-team-container > div:nth-child(1) {
    margin-left: 120px;
  }
  .meet-our-team-container > div:nth-child(5) {
    margin-right: 120px;
  }
  .meet-our-team-container > div > div:nth-child(1) > img {
    width: 249px;
    height: 351px;
  }
  .meet-our-team-container > div > div:nth-child(2) {
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    margin-right: 4px;
    text-align: center !important;
    width: 300px;
    margin-top: 12px;
  }
  .meet-our-team-container > div > div:nth-child(2) > span {
    margin-left: 12px;
  }
  .meet-our-team > div {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 54px;
  }
  .meet-our-team-container > div > div:nth-child(3) {
    color: white;
    font-weight: 400;
    font-size: 16px;
  }
  .slide {
    width: 1283px;
    height: 452px;
    border-radius: 20px;
    background: rgba(246, 246, 246, 1);
    display: flex !important;
    justify-content: space-between;
  }

  .our-clients__content-logos {
    text-align: center;
  }

  .our-clients__content > h1 {
    margin-top: 64px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3c4858;
  }
  .our-clients__content > div {
    color: #3c4858;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
  }
  img.mobile {
    display: none !important;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(1),
  #slide-2 > div:nth-child(1) > div:nth-child(1) {
    font-weight: 700;
    font-size: 36px;
    margin-top: 74px;
    margin-bottom: 46px;
    margin-left: 62px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(1) {
    font-weight: 700;
    font-size: 36px;
    margin-top: 43px;
    margin-bottom: 46px;
    margin-left: 62px;
  }
  #slide-4 > div:nth-child(1) > div:nth-child(1) {
    font-weight: 700;
    font-size: 36px;
    margin-top: 32px;
    margin-bottom: 23px;
    margin-left: 62px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(2),
  #slide-2 > div:nth-child(1) > div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    margin-left: 62px;
    width: 445px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 39px;
    margin-left: 62px;
    width: 800px;
  }
  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 36px;
    margin-left: 62px;
    width: 800px;
  }
  #slide-1 > div:nth-child(2) > video,
  #slide-2 > div:nth-child(2) > video {
    width: 723px !important;
    height: 452px !important;
    border-radius: 20px !important;
  }
  #slide-3 > div:nth-child(2) > img {
    height: -webkit-fill-available;
    justify-content: space-between;
  }
  .slide > div:nth-child(1) > div:nth-child(3) {
    font-weight: 700;
    font-size: 20px;
    margin-left: 62px;
  }
  .slide > div:nth-child(1) > div:nth-child(4) {
    margin-left: 62px;
    font-weight: 400;
    font-size: 20px;
  }

  .our-clients__content-logos img {
    transition: all 0.3s ease;
    height: 54px;
    width: 100px;
  }

  .our-clients {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .our-clients__content-logos > div {
    padding-bottom: 8px;
    border-bottom: 6px solid #fff;
    cursor: pointer;
  }

  .our-clients__content-logos > div:has(img.active) {
    padding-bottom: 8px;
    border-bottom: 6px solid #113dbc;
  }
  .member-1,
  .member-2,
  .member-3,
  .member-4 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .our-clients__content-logos div:nth-child(1):hover img {
    content: url("/assets/images/loyalty-and-rewards/client-1-hover.svg");
  }
  .our-clients__content-logos {
    display: flex;
    justify-content: center;
  }
  .our-clients__content-logos div:nth-child(2):hover img {
    content: url("/assets/images/loyalty-and-rewards/client-2-hover.svg");
  }

  .our-clients__content-logos div:nth-child(3):hover img {
    content: url("/assets/images/loyalty-and-rewards/client-3-hover.svg");
  }

  .our-clients__content-logos div:nth-child(4):hover img {
    content: url("/assets/images/loyalty-and-rewards/client-4-hover.svg");
  }

  #slide-container {
    margin-top: -40px;
  }

  #slide-container #slide-1 video {
    width: 700px;
    height: 452px;
    border-radius: 20px;
    margin-left: 10px;
  }

  #slide-container #slide-2 video {
    width: 767px;
    height: 452px;
    border-radius: 20px;
    margin-left: 10px;
  }

  .slide {
    display: none;
  }

  .slide.active {
    display: block;
  }

  /* Carousel indicators styling */
  .carousel-indicators {
    position: relative !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    background-color: #dce1fa;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .carousel-indicators .indicator.active {
    background-color: #4b61e1;
  }

  .carousel-indicators button {
    outline: none;
    padding: 5px;
  }

  .testimonial-slide {
    background-color: #f9f9f9;
    padding: 32px 32px 32px 102px;
    border-radius: 10px;
    background: #f1f2f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }

  .testimonial-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .testimonial-text {
    width: 432px !important;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  #slide-4 .testimonial-text {
    width: 560px !important;
    font-size: 20px;
    line-height: 28px;
  }

  /* .testimonial-image {
    width: 40%;
  } */

  .testimonial-image img {
    /* width: 100%; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /* object-fit: cover; */
  }

  blockquote {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .quote-icon {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  #slide-4 .quote-icon {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .quote-icon img {
    height: 68px;
    width: 77px;
  }

  .testimonial-author > strong {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .testimonial-author {
    font-size: 20px !important;
    line-height: 100%;
    margin-top: 32px;
  }

  .why-awign {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url("/assets/images/loyalty-and-rewards/why-awign-shade.png");
    background-repeat: no-repeat;
    background-position-x: right;
  }

  .why-awign__heading > h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
  }

  .why-awign__heading > div {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 56px;
  }

  .why-awign__content {
    gap: 24px;
  }

  .why-awign__content > div > div {
    padding: 24px;
    height: 208px;
    width: 408px;
    margin-bottom: 48px;
  }

  .why-awign__content > div > div > img {
    height: 72px;
    width: 72px;
  }

  .why-awign__content-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .why-awign__content > div > div > div:last-child {
    font-size: 16px;
    line-height: 24px;
  }

  .in-media {
    padding-top: 80px;
    padding-bottom: 120px;
    background-image: url("/assets/images/loyalty-and-rewards/star-2.svg"), url("/assets/images/loyalty-and-rewards/polygon.svg");
    background-repeat: no-repeat;
    background-position-x: left, right;
    background-position-y: top, bottom;
  }

  .media {
    justify-content: space-between;
    align-items: baseline !important;
  }

  .col-lg-6 {
    width: 72%;
  }

  .footer-1 > div:first-child {
    width: 40%;
  }

  .footer-logo {
    margin-right: 10px;
  }

  .copyright-item {
    display: flex;
    justify-content: end;
  }
  .last-updated {
    color: black !important;
    font-weight: 400;
    font-size: 15px;
    margin-top: 80px;
  }
  .awign-logo {
    text-align: left !important;
  }
  .copyright-area .copyright-item ul {
    margin-left: 100px;
    padding: 0;
    text-align: right;
  }

  .case-study {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-study > div > div:nth-child(1) > h1 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: black;
    margin-bottom: 48px;
  }

  .case-study__container1 {
    width: 1064px !important;
    height: 512px !important;
  }
  .case-study__container1 {
    width: 1064px !important;
    height: 512px !important;
    background: rgba(0, 0, 0, 1);
    border-radius: 24px;
  }

  .case-study__container1 {
    background-image: url("/assets/images/loyalty-and-rewards/offerings-1-3-bg.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .case-study__content {
    padding: 60px;
  }

  .case-study__content > div:nth-child(1) > h1 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    width: 450px;
  }
  .case-study__content > div:nth-child(1) > h2 {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-bottom: 24px;
  }

  .case-study__content > div:nth-child(1) > ul > li {
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin-bottom: 12px;
    width: 425px;
  }

  .case-study__content > div:nth-child(1) > div:nth-child(4) {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 4px;
    color: white;
  }

  .case-study__image > img {
    height: 512px;
    width: 535px;
  }

  .case-study__content > div:nth-child(1) > div:nth-child(5) {
    font-weight: 500;
    font-size: 16px;
    color: white;
  }
  .case-study__content > div:nth-child(2) {
    display: flex;
  }
  .case-study__content > div {
    display: flex;
    flex-direction: column;
    height: 376px !important;
  }

  .case-study__content > div > div:nth-child(4) {
    margin-top: auto;
  }

  .trust {
    background-image: url("/assets/images/loyalty-and-rewards/star-2.svg"), url("/assets/images/loyalty-and-rewards/star-2.svg");
    background-position: top right, bottom -11% left -2%;
    background-size: 153px, 184px;
    background-repeat: no-repeat, no-repeat;
  }

  .trust__container {
    display: flex;
    justify-content: center;
    padding: 60px 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .trust__content {
    display: flex;
    align-items: center;
    position: relative;
  }

  .trust__box {
    background: rgba(192, 255, 90, 1);
    padding: 48px;
    width: 957px;
    height: 253px;
    border-radius: 24px;
  }

  .trust__image {
    width: 346px;
    height: 370px;
    margin-left: -161px;
  }

  .trust__box > h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    width: 535px;
  }

  .trust__box > div {
    font-weight: 400;
    font-size: 20px;
    width: 700px;
    line-height: 26px;
  }

  .inMediaContainer {
    background: rgba(2, 2, 2, 0.75);
    border: 0.25px solid rgba(255, 255, 255, 1);
    background-image: url("/assets/images/loyalty-and-rewards/inquiry-bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 24px;
    backdrop-filter: blur(120px);
  }

  .inquiry > div {
    padding: 40px 205px;
    text-align: center;
  }
  .inquiry > div > div:nth-child(1) {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .inquiry > div > div:nth-child(2) {
    color: white;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .inquiry > div > button {
    padding: 16px 40px;
    border: none;
    border-radius: 28px;
    font-weight: 600;
    font-size: 20px;
  }

  .loyalty-and-trust {
    background: #f6fafb;
    padding: 180px 120px 180px 40px;
    background-image: url("/assets/images/loyalty-and-rewards/loyalty-and-trust-desktop.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 836px 490px;
  }
  .loyalty-and-trust__content {
    margin: auto;
    margin-right: 0px;
  }
  .loyalty-and-trust > div {
    display: flex;
  }
  .loyalty-and-trust > div > div:nth-child(2) {
    margin-left: 780px;
  }
  .loyalty-and-trust__content > div:nth-child(1) {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 32px;
    width: 533px;
  }
  .loyalty-and-trust__content > div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    width: 533px;
  }
  .loyalty-and-trust__content > div:nth-child(2) > span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    width: 533px;
  }

  .loyalty-and-trust__content > button {
    width: 189.56px;
    height: 50px;
    border-radius: 30px;
    border: none;
  }

  .step-sub-text {
    color: #9cafb1 !important;
  }

  .content1 {
    width: 534px;
    margin-right: 138px;
    margin-left: 80px;
  }
  .content1 > div:nth-child(1) {
    color: #8fa3a5;
    margin-top: 80px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .content1 > div:nth-child(2) {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #3c4858;

    margin-top: 24px;
  }
  .content1 > div:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
  }
  .content1 > div:nth-child(4) {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }
  .content1 > div:nth-child(4) > span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }

  /* slick */

  /* Style for custom arrows */

  .slick-prev,
  .slick-next,
  .slick-next1,
  .slick-prev1 {
    position: relative;

    left: auto;
    right: auto;
    transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(60, 72, 88, 1);
    background: none;
    border: 1.5px solid rgba(60, 72, 88, 1);
    border-radius: 100%;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0 12px;
  }

  .slick-prev {
    left: -5.4rem;
    bottom: -38.86rem;
  }
  .slick-prev1 {
    left: -5.4rem;
    bottom: -35.1rem;
  }
  .slick-next1 {
    left: 10.5rem;
    top: 0.3rem;
  }
  .slick-next {
    left: 10.5rem;
    top: 0.3rem;
  }

  /* Style for dots */
  .slick-dots {
    position: relative;
    bottom: auto;
    left: -45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 24px 12px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: rgba(201, 199, 191, 1);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .slick-dots li.slick-active button {
    background: rgba(17, 36, 52, 1);
    width: 16px;
    height: 16px;
  }

  .slick-slider {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
  }

  /* Utility Classes */
  .center-y {
    display: flex;
    align-items: center;
  }

  .font-14px {
    font-size: 14px;
  }
  .font-13 {
    font-size: 13px;
  }
  .medium {
    font-weight: 500;
  }
  .semi-bold {
    font-weight: 600;
  }
  .white {
    color: white;
  }
  .black {
    color: black;
  }
  .bg-green {
    background-color: #c0ff5a;
  }
  .border-green {
    border: 1px solid #c0ff5a;
  }
  .border-0 {
    border: none;
  }
  .br-40 {
    border-radius: 40px;
  }
  .pointer {
    cursor: pointer;
  }
  .m-r-24 {
    margin-right: 24px;
  }
  .m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .m-l-12 {
    margin-left: 12px;
  }
  .m-b-8 {
    margin-bottom: 8px;
  }
  .m-b-24 {
    margin-bottom: 24px;
  }
  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-height-1 {
    line-height: 1;
  }
  .text-white {
    color: white;
    text-decoration: none;
  }

  /* Main Styles */

  .header_container {
    width: 1200px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(80px);
    z-index: 10;
    padding: 0 12px 0 32px;
  }

  .dropdownmenu {
    width: 1136px;
    padding: 32px 68px;
    border-radius: 40px;
    /* position: absolute; */
    top: 100%;
    left: 32px;
    /* background: rgba(65, 64, 64, 0.9);
      backdrop-filter: blur(80px); */
    margin-top: 8px;
  }

  .offerings > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .industries > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .offering_card {
    flex-shrink: 0;
    border-radius: 16px;
    padding: 12px;
    transition: background 0.2s ease;
  }

  .offering_card:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .show {
    top: 24px;
    transition: top 0.3s ease-in-out;
  }

  .hide {
    top: -88px;
    transition: top 0.3s ease-in-out;
  }

  .nav-item {
    transition: all 0.2s ease;
  }

  .nav-item.active {
    background-color: #c0ff5a;
    color: black;
  }

  .dropdown-content {
    display: none;
  }

  .rotate {
    transform: rotate(180deg);
  }

  .dropdown-content.show {
    display: block;
  }

  .text-decoration-none {
    text-decoration: none;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    justify-content: flex-start !important;
  }
  .justify-lg-content-center {
    justify-content: center !important;
  }
  .align-lg-items-end {
    align-items: end !important;
  }
  .align-lg-items-center {
    align-items: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .justify-lg-content-between {
    justify-content: space-between !important;
  }
  .iso-1,
  .iso-2 {
    width: 78px;
    height: 78px;
  }
  .scroll-line {
    position: relative;
    height: 12px;
    width: 120px;
    background-color: transparent;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .scroll-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(170, 191, 195, 1);
    transform: translateY(-50%);
    border-radius: 1px;
  }

  .scroll-line__slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 56px;
    background-color: white;
    border-radius: 5px;
    transition: left 0.2s ease;
    left: 0%;
  }
  .facebook,
  .x,
  .instagram,
  .linkedin {
    height: 44px;
    width: 44px;
  }
}
