:root {
  --brown-950: #361912;
  --brown-900: #5d3226;
  --brown-800: #6c3a27;
  --brown-700: #814527;
  --brown-600: #a15d2d;
  --brown-500: #ae7033;
  --brown-400: #cb8d44;
  --brown-300: #d7aa6d;
  --brown-200: #e6cca2;
  --brown-100: #f2e6cf;
  --brown-50: #f9f5ed;
  --white: #ffffff;

  /* primary-gradient */
  --bg: linear-gradient(to right, var(--white) 0%, var(--brown-50) 100%);
  --bg-left: linear-gradient(to left, var(--white) 0%, var(--brown-50) 100%);
  --card: linear-gradient(var(--white) 0%, var(--brown-600) 100%);
  --cta: linear-gradient(to right, var(--brown-950) 0%, var(--brown-900) 100%);
}

.confecto-main {
  .vasy-image {
    display: none;
  }
  .sidebar-navigation ul li:hover>a, .sidebar-navigation ul li.selected>a {
    color: var(--brown-500);
  }
  .confecto-image {
    display: block !important;
  }
  .back-to-top {
    background-color: var(--brown-500);
  }
  .btn-brand {
    background-color: var(--brown-500);
    border-color: var(--brown-500) !important;
    text-transform: none;
    &:hover {
      background: transparent;
      color: var(--brown-500) !important;
    }
  }
  .btn-primary {
    background: transparent;
    color: var(--brown-500);
    border-color: var(--brown-500) !important;
    &:hover {
      background-color: var(--brown-500);
      color: var(--white);
    }
  }
  .section-title {
    padding-bottom: 52px;
  }
  .section-title h2 {
    text-transform: unset;
    color: var(--secondary-color);
  }
  .menuItem > li {
    height: 100px;
  }
  .logo-nav {
    height: 65px;
  }
  .border-dark {
    border-color: var(--brown-500) !important;
  }
  .footer-top .footer-links ul a {
    color: var(--brown-500);
  }
  .topmenulink {
    &:hover {
      color: var(--brown-500);
    }
    &::after {
      background-color: var(--brown-500);
    }
  }
  .modal-content, .careersection {
    /* background-color: var(--brown-50); */
    .close {
      background-color: var(--brown-400);
    }
    h4 {
      display: none;
    }
    h4.confacto-title {
      display: block !important;
      .text-primary-dark {
        color: var(--brown-500);
      }
    }
    h2 {
      .text-primary-dark {
        display: inline-block;
        color: var(--brown-500);
      }
    }
    .careersectioncard {
      background-color: var(--brown-50);
      box-shadow: none;
      h5 {
        color: var(--secondary-color);
      }
    }
    .form-control {
      border-color: var(--brown-200);
    }
    .iti--separate-dial-code .iti__selected-flag {
      background-color: transparent;
    }
    .fa-pull-left:checked {
      accent-color: var(--brown-500);
    }
    input::placeholder {
      color: var(--secondary-color);
    }

    .acceptterms p {
      color: var(--secondary-dark);
    }
    .modal-body {
      .align-middle {
        img {
          display: none;
        }
        img.confacto-image {
          display: block !important;
        }
      }
    }
  }
  #footer {
    background: var(--cta);
    .vasy-mobile-app {
      display: none;
    }
    .confecto-mobile-app {
      display: inline-block !important;
    }
  }
  .banner-main {
    background: linear-gradient(
      to right,
      var(--brown-100) -100%,
      var(--brown-50) 100%
    );
    border-bottom: 1px solid var(--brown-200);
    padding-top: 130px;
    .text-wrapper {
      h1 {
        font-weight: 800;
        margin-bottom: 40px;
        text-transform: uppercase;
        span {
          color: var(--brown-500);
        }
      }
      p {
        margin-bottom: 30px;
      }
      .ctas {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
      }
    }
    .lable {
      color: var(--brown-500);
      background-color: var(--white);
      border-radius: 25px;
      border: 0.5px solid var(--brown-300);
      padding: 10px;
      padding-left: 30px;
      font-weight: 700;
      font-size: 12px;
      width: max-content;
      margin-bottom: 24px;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 10px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../images/confecto/sparkle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }
  /*  client section */
  .client-section-main {
    .client-section-wrapper {
      text-align: center;
      .client-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        .logo-wrapper {
          max-width: 160px;
        }
      }
    }
  }
}

.counter-main {
  background: var(--bg);
  .stat-wrapper {
    border-left: 2px solid var(--brown-500);
    padding: 0px 24px;
    .chart {
      font-size: 38px;
      font-weight: 700;
    }
    p {
      margin: 24px 0px 0px;
    }
  }
}

.challenges-main {
  .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    .content-main {
      display: flex;
      gap: 25px;
      padding: 24px;
      align-items: flex-start;
      border-bottom: 1px solid var(--brown-100);
      transition: all 0.3s ease;
      .number {
        border: 1px solid var(--brown-200);
        border-radius: 4px;
        padding: 14px 18px;
        color: var(--brown-200);
        .h3 {
          font-family: PMingLiU-ExtB;
          margin: 0px;
        }
      }
      .h4 {
        font-weight: 700;
      }
      p {
        margin: 0px;
      }
      &:hover {
        background: var(--bg-left);
        border-color: var(--brown-600);
      }
    }
  }
  position: relative;
  .image-wrapper {
    position: sticky;
    top: 100px;
  }
  &::after {
    background: radial-gradient(
      ellipse at 20% 50%,
      var(--brown-100) 30%,
      transparent 70%
    );
    content: "";
    position: absolute;
    top: 40%;
    left: -200px;
    width: 400px;
    height: 600px;
    z-index: -1; /* Place it behind the content */
  }
}
.accordion-with-image-main {
  .section-title {
    display: flex;
    text-align: start;
  }
  .accordion-box {
    width: 100%;
    max-height: 155px;
    cursor: pointer;
    padding: 48px;
    border: 1px solid var(--brown-100);
    border-radius: 8px;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    background: transparent;
    .text-wrapper {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      .number {
        color: var(--brown-200);
        .h3 {
          font-family: PMingLiU-ExtB;
        }
      }
      .discription {
        .h4 {
          font-weight: 700;
          margin: 0px;
        }
        .h5 {
          font-weight: 600;
        }
        ul {
          list-style: none;
          padding: 0px;
          li {
            text-transform: capitalize;
            i {
              margin-right: 12px;
              width: 16px;
              color: var(--brown-600);
            }
          }
        }
      }
    }
    .image-wrapper {
      opacity: 0;
      transition: all 0.8s ease-in-out;
    }
  }

  .accordion-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accordion-box.active {
    height: auto;
    max-height: 1000px;
    border: transparent;
    background: var(--bg);
    .image-wrapper {
      opacity: 1;
    }
  }
  position: relative;
  overflow: hidden;
  &::after {
    background: radial-gradient(
      ellipse at 60% 50%,
      var(--brown-100) 30%,
      transparent 70%
    );
    content: "";
    position: absolute;
    bottom: 5%;
    right: -200px;
    width: 400px;
    height: 600px;
    z-index: -1; /* Place it behind the content */
  }
}
.features-cards-main {
  background: var(--bg);
  .cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 24px;
    .features-card {
      border: 1px solid var(--brown-200);
      border-radius: 8px;
      padding: 24px 24px 71px;
      transition: all 0.5s ease;
      background: var(--white);
      .image-wrapper-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
        .image-wrapper {
          width: 50px;
          height: 50px;
          background: var(--brown-50);
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid var(--brown-50);
          transition: all 0.5s ease;
          img {
            align-self: center;
          }
        }
      }
      .number {
        color: var(--brown-200);
        .h1 {
          font-family: PMingLiU-ExtB;
        }
      }
      .h4 {
        font-weight: 700;
      }
      p {
        margin: 0px;
      }
      &:hover {
        box-shadow: 0px 5px 40px var(--shadow);
        .image-wrapper-main {
          .image-wrapper {
            box-shadow: 0px 10px 15px var(--shadow);
            border-color: var(--brown-200);
          }
        }
      }
    }
  }
  .view-more-btn {
    display: none;
    text-align: center;
    color: var(--secondary-color);
    text-decoration: underline;
    font-size: 16px;
    margin-top: 16px;
  }
}
.confecto-cta-main {
  background: var(--cta);
  h2,
  p,
  .btn-primary.cta {
    color: var(--white);
    border-color: var(--white) !important;
  }
  .btn-primary.cta-1 {
    background: var(--white);
    border-color: var(--white) !important;
    &:hover {
      background: transparent;
      border-color: var(--white) !important;
    }
  }
  h2 {
    margin-bottom: 20px;
    font-weight: 700;
  }
  .btn-primary {
    margin-top: 30px;
    text-transform: unset;
    &:hover {
      border-color: var(--brown-500) !important;
    }
  }
}
.confecto-choice-card {
  position: relative;
  .choice-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0px;
    .choice-card {
      border-radius: 8px;
      padding: 100px 48px;
      .image-wrapper {
        width: 50px;
        height: 50px;
        background: var(--brown-100);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .text-wrapper {
        .h4 {
          margin: 40px 0px 24px;
          font-weight: 700;
        }
        .h1 {
          font-family: PMingLiU-ExtB;
          margin: 0px;
        }
        p {
          margin: 0px;
        }
      }
      &:nth-child(1) {
        background: var(--cta);
        width: 59%;
        .number,
        .h4,
        p {
          color: var(--white);
        }
      }
      &:nth-child(4) {
        background: var(--secondary-color);
        width: 45%;
        border-radius: 15px;
        border: 3px solid var(--secondary-dark);
        .number,
        .h4,
        p {
          color: var(--white);
        }
      }
      &:nth-child(2) {
        background: transparent;
        width: 39%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      }
      &:nth-child(3) {
        background: var(--white);
        width: 53%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      }
    }
    position: relative;
    &::after {
      background: radial-gradient(
        ellipse at 50% 50%,
        var(--brown-100) 0%,
        transparent 70%
      );
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 600px;
      height: 400px;
      z-index: -1;
    }
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.integration-main {
  background: var(--brown-50);
  .integration-wrapper {
    margin-bottom: 30px;
    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 22px 24px;
      justify-content: center;
    }

    .tile {
      background: var(--white);
      border-radius: 20px;
      padding: 32px 16px;
      text-align: center;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      border: 1px solid transparent;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      /* position: relative;
      cursor: pointer;
      &::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background: var(--white);
        opacity: 0.8;
        border-radius: 20px;
      } */
    }

    .tile p {
      font-size: 16px !important;
      font-weight: 700;
      margin-bottom: 4px;
    }
    .tile .type {
      color: var(--brown-200);
      font-size: 13px !important;
    }

    /* .tile.active {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transform: translateY(-5px);
      border-color: var(--brown-100);
      &::after {
        opacity: 0;
      }
    } */
  }
  .integration-titles {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(90deg, var(--brown-50) 0%, transparent 100%);
      width: 5%;
      top: 0;
      left: 11px;
    }
    &::before {
      content: "";
      position: absolute;
      height: 100%;
      background: linear-gradient(270deg, var(--brown-50) 0%, transparent 100%);
      width: 5%;
      top: 0;
      right: 11px;
      z-index: 1;
    }
    .splide__track,
    .splide {
      height: max-content !important;
    }
    .splide__list {
      height: max-content !important;
      .splide__slide {
        width: max-content !important;
        height: max-content !important;
      }
      .integration-title {
        background: var(--white);
        padding: 10px 20px 10px 36px;
        border-radius: 50px;
        text-wrap: nowrap;
        position: relative;
        font-size: 13px;
        font-weight: 600;
        &::after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          border-radius: 10px;
          background: var(--brown-500);
          top: 50%;
          left: 20px;
          transform: translateY(-50%);
        }
      }
    }
  }
}
.testimonial-main {
  .testimonial-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    .details {
      display: flex;
      gap: 24px;
      --animate-duration: 1s;
      opacity: 0;
      .text-wrapper {
        background: var(--brown-500);
        border-radius: 12px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: relative;
        p {
          opacity: 0.8;
        }
        p,
        .author {
          color: var(--white);
          margin: 0px;
        }
        .author {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          font-weight: 600;
          .stars {
            color: #f59e0b;
            font-size: 18px;
            display: flex;
            gap: 4px;
          }
        }
        &::after {
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          top: -8px;
          left: -8px;
          border-radius: 12px;
          border: 1px solid var(--brown-400);
          z-index: -1;
        }
      }
      &:nth-child(even) {
        flex-direction: row-reverse;
      }
      .image-wrapper {
        padding: 0px 55px;
        min-width: 260px;
        place-content: center;
      }
    }
  }
}
.icon-with-cards-main {
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.accordioan-main {
  position: relative;
  .title-wrapper {
    position: sticky;
    top: 120px;
    left: 0px;
    h2 {
      font-weight: 800;
    }
  }
  .accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
    &::after {
      background: radial-gradient(
        ellipse at 50% 50%,
        var(--brown-100) 0%,
        transparent 70%
      );
      content: "";
      position: absolute;
      top: 50%;
      left: 60%;
      transform: translate(-50%, -50%);
      width: 600px;
      height: 600px;
      z-index: -1;
    }
  }
  .accordion-item {
    padding: 20px 24px;
    border: 1px solid var(--brown-600);
    border-radius: 12px;
    background: var(--white);
    &:has(.collapsed) {
      border-color: var(--brown-100);
    }

    .accordion-header {
      background: transparent;
      border: none;
      .accordion-button::after {
        content: "+";
        background-image: none;
        transform: none;
        height: 28px;
        width: 28px;
        border: 1px solid var(--brown-600);
        border-radius: 30px;
        background: var(--brown-600);
        color: var(--white);
        padding-top: 2px;
        text-align: center;
        color: var(--brown-300);
        border-color: var(--brown-100);
        background: var(--white);
      }
      .accordion-button {
        font-weight: 700;
      }
      .accordion-button:not(.collapsed)::after {
        content: "-";
      }
      .accordion-button:not(.collapsed) {
        background: transparent;
        color: var(--secondary-color);
      }
    }
    .accordion-collapse {
      .accordion-body {
        padding-top: 16px;
      }
    }
  }
}
.icon-with-cards-main {
  .cards-wrapper {
    position: relative;
    gap: 15px;
    .card-main {
      text-align: center;
      .h4 {
        font-weight: 700;
        margin: 40px 0px 20px;
      }
      .image-wrapper {
        position: relative;
        padding: 30px;
        border: 1px solid var(--brown-500);
        border-radius: 100px;
        width: 130px;
        height: 130px;
        margin: 0px auto;
        background: var(--white);
        transition: all 0.3s ease-in-out;
        &:hover {
          transform: scale(1.1);
          background: var(--brown-50);
        }
      }
      .number {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--brown-500);
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: PMingLiU-ExtB;
        right: -16px;
        top: 0px;
      }
    }

    &::after {
      position: absolute;
      content: "";
      width: 75%;
      height: 1px;
      top: 20%;
      left: 12%;
      background: var(--brown-500);
      z-index: -2;
    }
  }
}

/* swiper slide */
.swiper-button-next,
.swiper-button-prev {
  background-color: var(--brown-500);
  color: var(--white);
  height: 36px;
  width: 36px;
  border-radius: 25px;
  top: 65px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  font-size: 24px;
}
.swiper-button-prev {
  left: auto;
  right: 50px;
  transform: rotate(180deg);
}
.swiper-button-next {
  left: auto;
  right: 0px;
}
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: 0px;
}
.swiper-pagination-bullet {
  background-color: var(--brown-300);
}
.swiper-pagination-bullet-active {
  background-color: var(--brown-500);
}
@media (max-width: 1199px) {
  .accordion-with-image-main {
    .section-title {
      display: block;
      text-align: center;
    }
  }
  .confecto-choice-card {
    .choice-card-wrapper {
      .choice-card {
        padding: 40px 20px;
      }
      &::after {
        display: none;
      }
    }
  }
  .confecto-main {
    .client-section-main {
      .client-section-wrapper {
        .client-logos {
          .logo-wrapper {
            max-width: 100px;
          }
        }
      }
    }
  }
}
@media (max-width: 991px) {
  .confecto-main {
    .section-title {
      padding-bottom: 32px;
    }
    .logo-nav {
      height: 40px;
    }
  }
  .confecto-choice-card {
    .swiper {
      position: relative;
      padding-bottom: 110px;
    }
    .swiper-button-next,
    .swiper-button-prev {
      display: flex;
    }
    .choice-card-wrapper {
      display: flex;
      flex-wrap: nowrap;
      padding-top: 40px;
      .choice-card {
        background: var(--cta) !important;
        padding-bottom: 0px;
        border: none !important;
        .number,
        .h4,
        p {
          color: var(--white);
        }
      }
    }
  }
  .counter-main {
    .stat-wrapper {
      p {
        margin: 16px 0px 0px;
      }
    }
  }
  .testimonial-main {
    .testimonial-wrapper {
      .details {
        .image-wrapper {
          padding: 0px;
        }
      }
    }
  }
  .integration-main {
    .integration-wrapper {
      .grid {
        gap: 8px 9px;
      }
      .tile {
        padding: 12px 6px;
        border-radius: 8px;
      }
    }
  }
  .accordion-with-image-main {
    .accordion-box {
      padding: 10px;
      max-height: 50px;
    }
    .accordion-container {
      gap: 15px;
    }
  }
  .features-cards-main {
    .cards-wrapper {
      .features-card {
        padding: 12px 16px;
        .number {
          .h1 {
            display: none;
          }
        }
        p {
          display: none;
        }
      }
    }
  }
  .icon-with-cards-main {
    .cards-wrapper {
      .card-main {
        .image-wrapper {
          width: 100px;
          height: 100px;
          padding: 20px;
          img {
            width: 50px;
          }
        }
        .number {
          height: 40px;
          width: 40px;
        }
      }
    }
  }
}
@media (max-width: 767px) {
  section {
    padding: 20px 0px;
  }
  .confecto-main {
    .section-title {
      padding-bottom: 16px;
    }
    .modal-content {
      
.acceptterms p {
  font-size: 12px !important;
}
    }
    .client-section-main {
      .splide__slide img {
        box-shadow: none !important;
      }
      .client-section-wrapper {
        .client-logos {
          .logo-wrapper {
            max-width: 140px;
          }
        }
      }
    }
    .logo-nav {
      height: 36px;
    }
    .banner-main {
      padding-top: 95px;
      .lable {
        margin-bottom: 16px;
      }
      .text-wrapper {
        h1,
        p {
          margin-bottom: 16px;
        }
      }
    }
  }
  .accordion-with-image-main {
    .accordion-box {
      padding: 10px 10px 0px;
      max-height: 42px;
      .text-wrapper {
        .discription {
          .h4 {
            font-size: 16px;
          }
          img {
            padding: 15px 0px;
          }
        }
      }
    }
  }
  .icon-with-cards-main {
    .cards-wrapper {
      grid-template-columns: 1fr;
      gap: 20px;
      .card-main {
        display: flex;
        gap: 26px;
        text-align: start;
        .image-wrapper {
          width: 75px;
          height: 75px;
          padding: 17px;
          img {
            width: 40px;
          }
        }
        .h4 {
          margin: 0px 0px 12px;
        }
        .number {
          height: 30px;
          width: 30px;
        }
        p {
          margin: 0px;
        }
      }
      &::after {
        height: 80%;
        width: 1px;
        top: 5%;
        left: 9%;
      }
    }
  }
  .accordioan-main {
    .accordion-wrapper {
      gap: 16px;
      &::after {
        left: 50%;
      }
    }
    .accordion-item {
      padding: 12px 16px;
      .accordion-header {
        .accordion-button::after {
          padding: 0px;
          height: 30px;
          width: 30px;
        }
      }
    }

    .accordion-collapse {
      .accordion-body {
        padding-top: 12px;
      }
    }
  }
  .testimonial-main {
    .testimonial-wrapper {
      display: flex;
      flex-wrap: nowrap;
      .details {
        flex-direction: column-reverse;
        height: max-content;
        gap: 8px;
        .image-wrapper {
          max-width: 100px;
          min-width: auto;
          padding: 0px 20px;
        }
        .text-wrapper {
          padding: 16px;
          margin-left: 4px;
          border-radius: 6px;
          gap: 20px;
          &::after {
            top: -4px;
            left: -4px;
            border-radius: 6px;
          }
          .author {
            .stars {
              gap: 1.5px;
            }
          }
        }
      }
    }
    .swiper-button-next,
    .swiper-button-prev {
      top: 40px;
    }
  }
  .confecto-choice-card {
    .swiper {
      padding-bottom: 0px;
    }
    .choice-card-wrapper {
      padding-top: 30px;
      .choice-card {
        padding: 20px 16px;
        .text-wrapper {
          .h4 {
            margin: 16px 0px 12px;
          }
        }
      }
    }
    .swiper-slide,
    .swiper-wrapper {
      height: max-content;
    }
  }
  .confecto-cta-main {
    h2 {
      margin-bottom: 16px;
    }
    .btn-primary {
      margin-top: 4px;
    }
  }
  .integration-main {
    .integration-wrapper {
      margin: 0px;
      .tile p {
        font-size: 7px !important;
      }
      .tile .type {
        font-size: 5px !important;
      }
    }
    .integration-titles {
      display: none;
    }
  }
  .challenges-main {
    .row:has(.image-wrapper) {
      flex-direction: column-reverse;
    }
    &::after {
      display: none;
    }
    .text-wrapper {
      gap: 8px;
      .content-main {
        padding: 16px;
        gap: 12px;
        .number {
          padding: 8px 11px;
        }
      }
    }
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 25px;
    width: 25px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
  }
  .swiper-button-prev {
    right: 50px;
  }
  .swiper-button-next {
    right: 15px;
  }
  .features-cards-main {
    .cards-wrapper {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      .features-card {
        .image-wrapper-main {
          margin-bottom: 12px;
        }
      }
    }
    .view-more-btn {
      display: block; /* Show only on mobile */
    }

    /* Utility class to hide cards */
    .features-card.d-none-mobile {
      display: none;
    }
  }
  .counter-main {
    .row:has(.stat-wrapper) {
      gap: 16px 0px;
    }
    .stat-wrapper {
      padding: 0px 9px;
      .chart {
        font-size: 22px;
      }
    }
  }
  .accordioan-main {
    .accordion-wrapper {
      &::after {
        width: 300px;
        height: 300px;
      }
    }
    .title-wrapper {
      padding-bottom: 1px;
    }
  }
}

@media (max-width: 379px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 80px;
  }
}
@media (max-width: 600px) {
  .icon-with-cards-main {
    .cards-wrapper {
      &::after {
        left: 50px;
      }
    }
  }
}
@media (max-width: 400px) {
  .features-cards-main {
    .cards-wrapper {
      .features-card {
        .h4 {
          font-size: 14px;
        }
      }
    }
  }
}
@media (max-width: 320px) {
  .confecto-choice-card {
    .swiper-button-next,
    .swiper-button-prev {
      top: 50px;
    }
  }
}
