@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-height {
    height: 60px;
  }

  .nav-bar > nav > div:first-child {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.expanded {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .nav-links > a {
    margin-bottom: 15px;
    margin-left: 16px;
    text-decoration: none;
    display: block;
  }

  .nav-links > button {
    width: 189.56px;
    height: 50px;
    margin-left: 16px;
    border-radius: 8px;
    color: white;
    border: none;
  }

  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 80px;
    font-size: 14px;
    font-weight: 600;
  }

  .banner {
    background: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 500px, top, bottom;
    background-position-x: 75px, 0px, 0px;
    margin-bottom: 40px;
  }

  .banner > div {
    padding-top: 142px;
    padding-bottom: 40px;
    background-image: url("/assets/images/loyalty-and-rewards/challenges-mobile-bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
  }

  .banner h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: white;
  }

  .banner__first-section > div {
    font-weight: 600;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 24px;
    line-height: 18px;
  }

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

  .banner__second-section {
    margin-top: 50px;
    padding: 40px 16px 32px 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px #0000000d;
  }

  .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;
  }

  .form-group {
    width: 100%;
  }

  .banner__first-section > :nth-child(1) {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: white;
  }

  .banner__first-section > :nth-child(2) {
    background-image: url("/assets/images/awign-staffing/green-mark-m.svg");
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    color: black;
    padding-left: 24px;
  }

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

  .banner__first-section > button {
    width: 240px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    border-color: #113dbc;
    border: none;
  }
  .banner__third-section > div:nth-child(1) {
    color: white;
  }
  .trusted-logos > div {
    overflow: hidden;
  }

  .trusted-logos > div > div {
    display: flex;
    column-gap: 8px;
    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 */
    }
  }

  /* Ensure the animation loops seamlessly */
  .banner__third-section > div:nth-child(2) > div:hover {
    animation-play-state: paused; /* Pause on hover for better UX */
  }

  .banner__third-section > div:nth-child(1) {
    padding-top: 48px;
    padding-bottom: 24px !important;
    text-align: center;
  }
  .banner__third-section {
    margin-left: -15px;
    margin-right: -15px;
  }

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

  .container {
    padding-right: 0;
    width: 100%;
  }

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

  .staffing-solutions__heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 32px;
  }

  .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .staffing__content__card {
    margin-bottom: 12px;
  }

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

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

  .staffing__content__card > div:nth-child(3) {
    width: 264px;
    padding: 16px 12px;
    background-color: black;
    border-radius: 12px;
    background-image: url("/assets/images/awign-staffing/solutions/right-shade.svg");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
  }

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

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

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

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

  .challenges__heading > h2 {
    font-weight: 600;
    font-size: 20px;
    color: white !important;
    margin-bottom: 24px;
    text-align: center;
  }

  .challenges__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .challenges__content__card {
    height: 118px;
    width: 328px;
    border-radius: 12px;
    padding: 16px 12px;
    backdrop-filter: blur(40px);
    background-color: #ffffff26;
  }

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

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

  .whyChooseUs {
    background-image: url("/assets/images/loyalty-and-rewards/whyChooseUs-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 40px 20px;
  }

  .whyChooseUs__heading > h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .whyChooseUs__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .whyChooseUs__content__card {
    height: 112px;
    width: 330px;
    border-radius: 12px;
    padding: 16px 12px;
    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: 16px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .whyChooseUs__content__card-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .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: 40px 0px 40px 0px;
  }
  .how-it-works__card-image {
    width: 269px;
    height: 208px;
  }

  .how-it-works__content-card > div:nth-child(1) {
    padding-left: 16px;
  }
  .how-it-works__content-card > div:nth-child(6) {
    padding-right: 16px;
  }
  .how-it-works__content_main > h1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: white;
    text-align: center;
  }
  .how-it-works__content_main > div {
    font-weight: 400;
    font-size: 12px;
    color: white;
    margin-bottom: 32px;
    padding: 0px 12px;
    text-align: center;
  }

  .how-it-works__content-card > div > div:nth-child(1) > div {
    text-align: center;
    background: white;
    border-radius: 100%;
    color: black;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .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;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 32px 16px 16px 16px;
    width: 288px !important;
    height: 400px;
    border-radius: 12px;
    margin-right: 12px;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(1) {
    font-weight: 700;
    font-size: 14px;
    color: white;
    text-align: center;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(2) {
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) {
    width: 256px;
    height: 208px;
  }
  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) > img {
    width: 256px;
    height: 208px;
  }
  .how-it-works__content-card > div:nth-child(1) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(6) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) {
    margin-top: 14px;
  }
  .how-it-works__content-card > div:nth-child(3) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(2) > div:nth-child(2) > div:nth-child(3),
  .how-it-works__content-card > div:nth-child(5) > div:nth-child(2) > div:nth-child(3) {
    margin-top: 34px;
  }
  .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 {
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .here-what-set-apart-content {
    padding-bottom: 20px;
  }
  .here-what-set-apart-content-1 > div,
  .here-what-set-apart-content-2 > div {
    display: flex;
  }

  .here-what-set-apart-content-1 > div > div:nth-child(2) > h1,
  .here-what-set-apart-content-2 > div > div:nth-child(2) > h1 {
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 12px;
  }
  .here-what-set-apart-content-1 > div > div:nth-child(2) > div,
  .here-what-set-apart-content-2 > div > div:nth-child(2) > div {
    color: white;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 26px;
    margin-left: 12px;
  }
  .here-what-set-apart-content-1 > div > div:nth-child(1) > img,
  .here-what-set-apart-content-2 > div > div:nth-child(1) > img {
    width: 24px;
    height: 24px;
  }
  .here-what-set-apart-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #slide-4 > .slide-media,
  #slide-3 > .slide-media {
    display: flex;
    justify-content: center;
  }

  #slide-3 > .slide-media {
    margin-top: 54px;
  }
  img.desktop {
    display: none !important;
  }
  .slide-container {
    background: rgba(246, 246, 246, 1);
    width: 328px;
    height: 471px;
    border-radius: 16px;
    padding: 32px 16px 16px 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(1),
  #slide-2 > div:nth-child(1) > div:nth-child(1),
  #slide-3 > div:nth-child(1) > div:nth-child(1),
  #slide-4 > div:nth-child(1) > div:nth-child(1) {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(2),
  #slide-2 > div:nth-child(1) > div:nth-child(2),
  #slide-3 > div:nth-child(1) > div:nth-child(2),
  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 106px;
  }

  #slide-3 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(3),
  #slide-4 > div:nth-child(1) > div:nth-child(3) {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(4),
  #slide-4 > div:nth-child(1) > div:nth-child(4) {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
    margin-bottom: 10px;
  }
  .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-top: 64px;
    padding-bottom: 40px;
  }
  .meet-our-team-container > div:nth-child(1) {
    padding-left: 16px;
  }
  .meet-our-team-container > div:nth-child(5) {
    padding-right: 16px;
  }
  .meet-our-team-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

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

  .meet-our-team-container > div > div:nth-child(1) > img {
    width: 160px;
    height: 226px;
  }
  .meet-our-team-container > div > div:nth-child(2) {
    color: white;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 172px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 12px;
  }
  .meet-our-team-container > div > div:nth-child(2) > span {
    margin-left: 10px;
  }
  .meet-our-team-container > div > div:nth-child(2) > span > img {
    width: 20px;
  }
  .meet-our-team > div {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .meet-our-team-container > div > div:nth-child(3) {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }
  .member-1,
  .member-2,
  .member-3,
  .member-4 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .member {
    width: 224px;
    justify-content: space-between !important;
  }
  .member > div {
    text-align: left !important;
  }
  .benefits {
    padding-top: 80px;
    background: #ecf1fd;
  }
  .benefits__container > div:nth-child(1) {
    width: 466px;
  }

  .benefits__container {
    background: linear-gradient(258.74deg, rgba(236, 241, 253, 0) -17.58%, #ecf1fd 70.24%);
    background-image: url("/assets/images/loyalty-and-rewards/benefits.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 335px 338px;
    background-position-y: 269px;
    height: 576px;
  }

  .benefits__container > div > h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .benefits__container > div:nth-child(1) > div,
  .benefits__container > div:nth-child(2) > ul > li,
  .benefits__container > div:nth-child(3) {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
  }
  .benefits__container > div:nth-child(1) > div {
    margin-bottom: 20px;
  }

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

  .why-awign__heading > h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .why-awign__heading > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .why-awign__content {
    gap: 12px;
    overflow: auto;
  }

  .why-awign__content > div > div {
    padding: 16px 12px;
    height: 180px;
    width: 296px;
    margin-bottom: 12px;
  }

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

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

  .why-awign__content > div > div > div:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .in-media {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url("/assets/images/loyalty-and-rewards/star-2.svg"), url("/assets/images/loyalty-and-rewards/polygon.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 108px, 111px;
  }
  .in-media > div > div {
    font-size: 32px !important;
  }

  .in-media .container h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 32px;
  }

  .media div {
    height: 23px;
  }

  .media {
    flex-wrap: wrap;
    row-gap: 36px;
    align-items: baseline !important;
  }

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

  .footer-1 > div {
    width: 100%;
  }
  .awign-logo {
    text-align: center !important;
  }
  .copyright-area .copyright-item ul {
    margin-top: 24px;
    padding-left: 0px !important;
    justify-content: center;
    margin-bottom: 40px;
  }
  .case-study {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case-study > div > div:nth-child(1) {
    text-align: center;
  }
  .case-study > div > div:nth-child(1) > h1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .case-study__container1 {
    width: 280px !important;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 1);
    border-radius: 16px;
  }

  .case-study__image img {
    width: 100%;
    height: 260px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

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

  .case-study__content > div:nth-child(1) > h1 {
    font-weight: 500;
    font-size: 13px;
    color: white;
    padding-bottom: 16px;
  }
  .case-study__content > div:nth-child(1) > h2 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 12px;
    color: white;
  }
  .case-study__content > div:nth-child(1) > ul {
    padding-inline-start: 8px !important;
  }
  .case-study__content > div:nth-child(1) > ul > li {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }

  .case-study__content > div:nth-child(1) > div:nth-child(4) {
    color: white;
    font-weight: 500;
    font-size: 20px;
  }
  .case-study__content > div:nth-child(1) > div:nth-child(5) {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }
  .case-study__content > div:nth-child(2) {
    display: flex;
  }
  .case-study__content {
    padding: 20px 12px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: white;
  }

  .inMediaContainer {
    width: 328px;
    border-radius: 16px;
    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: bottom left;
    backdrop-filter: blur(120px);
  }
  .inquiry {
    padding: 0 16px;
  }
  .inquiry > div {
    padding: 16px 20px;
    text-align: center;
  }
  .inquiry > div > div:nth-child(1) {
    color: white;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .inquiry > div > div:nth-child(2) {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .inquiry > div > button {
    padding: 8px 30px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 40px;
  }
  .trust__container {
    margin-top: 64px;
    margin-bottom: 120px;
  }
  .trust {
    display: flex;
    justify-content: center;
  }
  .trust__container > div:nth-child(1) {
    background: rgba(192, 255, 90, 1);
    width: 328px;
    height: 280px;
    border-radius: 24px;
    padding: 32px 16px 0px 16px;
    position: relative;
    text-align: center;
  }
  .trust__box > h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .trust__box > div {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .trust__container > div:nth-child(1) > img {
    position: absolute;
    width: 178px;
    height: 186px;
    top: 10rem;
    right: 5rem;
  }
  .trust__container > div > h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .trust__container > div > div {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .bgImage {
    display: none;
  }
  .slider .blog {
    border: 1px solid #d9e9ed;
    background-color: #fff;
    width: 328px;
    height: 356px;
    border-radius: 16px;
    background-image: url("/images/landingPage/mobileImage1.png");
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: contain;
  }
  .content1 {
    width: 304px;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .content1 > div:nth-child(1) {
    color: #aabfc3;
    margin-top: 160px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
  .content1 > div:nth-child(2) {
    color: #3c4858;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

    margin-top: 8px;
  }
  .content1 > div:nth-child(3) {
    color: #606a7b;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

    margin-top: 24px;
  }
  .content1 > div:nth-child(4) {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }
  .content1 > div:nth-child(4) > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }
  .aboutDropdown > .dropdown-item {
    padding: 16px 40px !important;
  }
  .in-media > div > div:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }

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

  .our-clients__content-logos {
    padding-bottom: 10px;
    display: none !important;
  }
  .our-clients {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .our-clients__content-logos > div {
    padding-bottom: 8px;
    border-bottom: 6px solid #fff;
  }

  .our-clients__content-logos > div:has(img.active) {
    padding-bottom: 8px;
    border-bottom: 6px solid #113dbc;
  }

  #slide-container {
    margin-top: 20px;

    text-align: center;
  }

  #slide-container #slide-1 video {
    width: 296px;
    height: 170px;
  }

  #slide-container #slide-2 video {
    width: 296px;
    height: 170px;
  }

  .slide {
    display: none;
  }

  .slide.active {
    display: block;
  }

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

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

  .testimonial-author > strong {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 4px;
  }

  .testimonial-author {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .testimonial-text {
    font-weight: 400;
    font-size: 14px;
  }

  .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;
  }

  .quote-icon {
    margin-bottom: 13px;
  }

  .quote-icon img {
    height: 33px;
    width: 37px;
  }

  .slick-prev,
  .slick-next,
  .slick-prev1,
  .slick-next1 {
    display: none !important;
  }

  /* Style for dots */
  .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 14px 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;
  }

  .center-y {
    display: flex;
    align-items: center;
  }

  .m-r-24 {
    margin-right: 24px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-8 {
    margin-left: 8px;
  }

  .p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-b-4 {
    padding-bottom: 4px;
  }

  .br-40 {
    border-radius: 40px;
  }

  .border-0 {
    border: none;
  }

  .bg-green {
    background-color: #c0ff5a;
  }

  .black {
    color: black;
  }

  .white {
    color: white;
  }

  .green {
    color: #c0ff5a;
  }

  .text-white {
    color: white;
    text-decoration: none;
  }

  .font-12px {
    font-size: 12px;
  }

  .font-13 {
    font-size: 13px;
  }

  .medium {
    font-weight: 500;
  }

  .line-height-1 {
    line-height: 1;
  }

  /* Main Styles */
  .header_container {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 56px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(25px);
    padding: 12px 16px;
    top: 0;
  }

  .login-btn {
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .login-btn:hover {
    background-color: #00a843;
  }

  .menu-icon {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .menu-icon:hover {
    transform: scale(1.1);
  }

  .dropdownmenu {
    position: fixed;
    top: 56px;
    width: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    height: calc(100vh - 56px);
    z-index: 5;
    display: none;
  }

  .dropdownmenu.show {
    display: block;
  }

  .dropdownmenu__container {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 16px;
    max-height: calc(100vh - 56px - 32px);
    overflow-y: auto;
  }

  .section-header {
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .section-header:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .section-content {
    display: none;
    animation: slideDown 0.3s ease-out;
  }

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

  .offering-item {
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .offering-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .menu-icon-svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .iso-1,
  .iso-2 {
    width: 64px;
    height: 64px;
  }
  .mt-lg-5 {
    margin-top: 2rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    padding-bottom: 20px !important;
  }
  .awign-logo {
    margin-bottom: 20px;
  }
  .justify-sm-content-center {
    justify-content: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .slide-container .slick-track {
    height: 446px !important;
  }

  .how-it-works__line {
    top: 20px;
  }
  .copyright-area .copyright-item ul li a img {
    width: 44px;
    height: 44px;
  }
  .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: 16px;
    width: 16px;
  }
}
