:root {
  --footer-blue: rgba(21, 99, 140, 1);
  --btn-primary: rgba(242, 99, 54, 1);
}

a {
  text-decoration: none;
  color: inherit;
}

.custom-container {
  width: 90%;
  margin: 0 auto;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  pointer-events: none;
}

#hero-section {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;

  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    /* start from bottom */
    left: 0;
    width: 100%;
    height: 100%;
    /* or 40% if you only want a portion covered */
    background: linear-gradient(
      to top,
      rgba(92, 21, 0, 0.616),
      rgba(0, 0, 0, 0.6)
    );
    z-index: 2;
    pointer-events: none;
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 3;
  }

  .hero-content {
    margin-top: 80px;
    position: relative;
    text-align: center;
    color: white;
    max-width: 992px;
    width: 100%;
  }

  .btn-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .btn-orange {
    width: 100%;
    position: relative;
    background-color: #f26430;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.4s ease-in-out;
    z-index: 1;
  }

  /* Text elements for sliding animation */
  .btn-orange .btn-text-placeholder {
    visibility: hidden;
    pointer-events: none;
  }

  .btn-orange .btn-text-white,
  .btn-orange .btn-text-black {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
  }

  .btn-orange .btn-text-white {
    color: white;
  }

  .btn-orange .btn-text-black {
    color: black;
    top: 100%;
    transform: translate(-50%, 0);
    opacity: 0;
  }

  /* Hover state animations */
  .btn-orange:hover {
    background-color: white;
  }

  .btn-orange:hover .btn-text-white {
    top: 0;
    opacity: 0;
    transform: translate(-50%, -100%);
  }

  .btn-orange:hover .btn-text-black {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .btn-outline {
    width: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid white;
  }

  .btn-outline:hover {
    background-color: white;
    color: black;
  }

  .hero-title {
    font-weight: 300 !important;
  }

  .hero-title-big {
    font-weight: 700;
  }

  .hero-icon {
    width: 50px;
    height: 50px;
  }

  .heroDetailsText {
    max-width: 992px;
    margin-inline: auto;
    color: rgb(255, 255, 255);
    font-weight: 300;
  }
}

#brand-section {
  background: linear-gradient(to bottom, #fde9c433, #fde9c4ad);
  min-height: 48px;
}

#landing-pms {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, #fde9c4ad, #fde9c4);
  position: relative;

  .margin-right {
    margin-right: 80px;
  }

  .image-gradient-wrapper {
    position: relative;
    display: inline-block;
  }

  .gradient-wrapper {
    position: relative;
    display: inline-block;
  }

  .gradient-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgb(245, 212, 145),
      rgba(253, 235, 198, 1)
    );
    z-index: 2;
    pointer-events: none;
  }

  .gradient-wrapper img {
    position: relative;
    z-index: 1;
  }

  .list {
    padding-left: 0px;
    margin-bottom: 0px !important;
    align-self: stretch;
    list-style-position: inside;

    li {
      line-height: 197%;
    }
  }

  .product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .rounded-background {
    display: none !important;
  }

  /* d-flex flex-column flex-lg-row justify-content-between */
  .feature-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    text-align: center;

    .main-image {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto;
    }
  }

  .rounded-background {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: -1;
    transform: translate(0, 0);
    /* reset any previous transform */
  }

  .product-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 764px;
  }

  .product-image {
    max-width: 100%;
  }
}
#landing-pms::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, #fde9c4, transparent);
  z-index: 5;
  pointer-events: none;
}

#ntouch-edge {
  background-color: var(--color-dark-green);
  background-image: url("./img/landingPage/overlay-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  padding-bottom: 20px;
  padding-top: 9%;
  min-height: 100vh;

  .card-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .card-row {
    display: flex;
    flex-direction: column;
  }

  .section-title {
    font-size: 28.5px;
    margin-bottom: 10px;
  }

  .section-description {
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
  }

  .images {
    height: 3dvh;
    position: sticky;
    top: 10%;
    left: 0px;
    right: 0px;
    opacity: 0;
    transform: translateY(100px);
  }

  .card-container {
    width: 90dvw;
    height: 65dvh;
    margin: auto;
    display: flex;
  }

  .card-item {
    background: white;
    color: black;
    border-radius: 20px;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-height: 1000px;
  }

  .card-text-container {
    height: 35%;
    width: 100%;
    padding: 24px;
  }

  .card-image-container {
    height: 60%;
    width: 100% !;
    margin-top: auto;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 60%,
      black 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 60%,
      black 100%
    );
  }

  .card-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px !important;
  }

  .card-description {
    font-size: 16px;
  }
}

#review-section {
  background-image: url("../img/landingPage/review-background.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgb(247, 245, 240) 0%,
      /* Top fully white */ rgba(247, 245, 240, 0) 30%,
      /* Middle medium fade */ rgba(247, 245, 240, 0) 100%
        /* Bottom transparent */
    );
    z-index: 0;
  }

  > * {
    position: relative;
    z-index: 1;
  }

  .stat-cards-wrapper {
    padding: 20px 25px;
    align-self: stretch;
    border-radius: 40px;
    border: 1px solid #fff;
    background: linear-gradient(
      90deg,
      rgba(211, 211, 211, 0.1) 0%,
      rgba(220, 220, 220, 0.12) 100%
    );
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;

    .slash {
      font-weight: 200 !important;
    }

    .stat-card {
      flex-grow: 1;
    }

    .stat-subtitle {
      font-size: 18px !important;
    }
  }

  .stat-cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card-button {
    bottom: 0px;
    right: 0px;
  }

  .card-wrapper {
    max-width: 788px;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.4) -288.82%,
      rgba(0, 0, 0, 0.1) 122.97%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;
    color: white;
  }

  .card-content {
    flex-grow: 1 !important;
    justify-content: space-between;
  }

  .quote-icon {
    width: 24px;
  }

  .profile-name {
    font-weight: 700;
    margin-bottom: 8px;
  }

  .profile-title {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
  }

  .testimonial-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: -0.8px;
  }

  .section-title {
    font-size: 40px !important;
  }

  .stat-title {
    font-size: 120px;
    font-weight: 500;
  }

  .stat-cards-wrapper {
    gap: 100px !important;

    .stat-subtitle {
      font-size: 24px !important;
      line-height: 122%;
    }

    .ratings-small {
      font-size: 40px !important;
    }

    .stat-card-1 {
      max-width: 400px;
    }

    .stat-card-2 {
      max-width: 365px;
    }

    .stat-card-3 {
      max-width: 462px;
    }
  }

  .swiper {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .card-wrapper {
    min-height: 364px;
  }

  .testimonial-text {
    font-size: 20px !important;
  }
}

#about-us {
  background-color: rgba(247, 245, 240, 1);

  .about-img-wrapper {
    border: 16px solid rgba(255, 255, 255, 0.4);
    border-radius: 43px;
  }

  .about-us-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .about-us-img {
    border: 10px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
  }

  .section-mini-title {
    font-size: 20px !important;
  }

  .section-title {
    font-size: 32px !important;
  }

  .section-subtitle {
    font-size: 18px !important;
  }
}

#who-we-serve {
  position: relative;
  background-color: var(--color-light-green);
  min-height: 600px;
  padding-block: 72px;
  transition: all 1s ease;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/landingPage/who-we-serve.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s ease;
    transform: scale(1);
    z-index: 0;
  }

  .blur-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
  }

  .who-we-serve-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;

    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 300px;
      height: 300px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 1s ease;
      transform: scale(1);
      z-index: 3;
    }
  }

  &:hover {
    &::before {
      transform: scale(2);
    }

    .child-hidden {
      opacity: 1;
      pointer-events: auto;
    }
  }

  .section-btn {
    background-color: var(--color-dark-green) !important;
    font-weight: 600 !important;
  }

  .child-hidden {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }

  .child-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .fadeout-to-center {
    transition: all 0.7s ease;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    top: 50% !important;
    left: 50% !important;
    z-index: 99;
  }

  .overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #e5e8e6 0%, #f7f5f0 100%);
    z-index: 1;
    filter: blur(50px);
  }

  .overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #f7f5f0 100%), #e5e8e6 0%;
    z-index: 1;
    filter: blur(50px);
  }

  .image-circle-wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    z-index: 2;
  }

  .image-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    overflow: hidden;
  }

  .overlay-1 {
    background: linear-gradient(
      180deg,
      rgba(45, 22, 94, 0.01) 0.33%,
      #5e2114 100%
    );
  }

  .overlay-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, #693516 100%);
  }

  .overlay-3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #305264 100%);
  }

  .overlay-4 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.06%, #5a4d4b 90.01%);
  }

  .overlay-5 {
    background: linear-gradient(180deg, rgba(61, 43, 0, 0) 0%, #efdcb5 100%);
  }

  .image-1 {
    top: 0;
    left: 0;
    width: 90px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 5px solid rgba(62, 35, 124, 0.08);
  }

  .image-1-text {
    bottom: 20%;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 5px;

    /* RTL language support */
    [dir="rtl"] & {
      text-align: center;
      direction: rtl;
    }
  }

  .image-2 {
    top: 0;
    left: 38%;
    width: 90px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 5px solid rgba(169, 123, 93, 0.12);
  }

  .image-2-text {
    bottom: 15%;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 5px;

    /* RTL language support */
    [dir="rtl"] & {
      text-align: center;
      direction: rtl;
    }
  }

  .image-3 {
    top: 2%;
    right: 0;
    width: 110px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 5px solid rgba(70, 101, 117, 0.12);
  }

  .image-3-text {
    bottom: 20%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 5px;

    /* RTL language support */
    [dir="rtl"] & {
      text-align: center;
      direction: rtl;
    }
  }

  .image-4 {
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(76, 64, 61, 0.12);
  }

  .image-4-text {
    bottom: 15%;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 5px;

    /* RTL language support */
    [dir="rtl"] & {
      text-align: center;
      direction: rtl;
    }
  }

  .image-5 {
    bottom: 4%;
    right: 0;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 5px solid rgba(187, 142, 97, 0.12);
  }

  .image-5-text {
    bottom: 15%;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 5px;

    /* RTL language support */
    [dir="rtl"] & {
      text-align: center;
      direction: rtl;
    }
  }

  .circle-img:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }

  /* RTL language support for text content */
  .position-absolute.top-50.start-50.translate-middle.text-center {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;

    .section-subtitle {
      word-wrap: break-word;
      hyphens: auto;
      line-height: 1.4;
      max-width: 100%;
      white-space: normal;
    }

    .section-btn {
      white-space: normal;
      word-wrap: break-word;
      max-width: 100%;
    }
  }

  .image-1 {
    top: 0;
    left: 10%;
    width: 158px;
    height: 158px;
  }

  .image-2 {
    top: 0;
    left: 43%;
    width: 135px;
    height: 135px;
  }

  .image-3 {
    top: 2%;
    right: 0;
    width: 210px;
    height: 210px;
  }

  .image-4 {
    bottom: 2%;
    left: 15%;
    width: 150px;
    height: 150px;
  }

  .image-5 {
    bottom: 4%;
    right: 5%;
    width: 165px;
    height: 165px;
  }
}
@media screen and (max-width: 376px) {
  #ntouch-edge {
    padding-top: 5%;

    .section-title {
      font-size: 25px !important;
      margin-bottom: 10px;
    }

    .section-description {
      font-size: 12px !important;
      max-width: 90%;
      margin: 0 auto;
    }

    .card-title {
      font-size: 24px !important;
      font-weight: 400;
      margin-bottom: 10px !important;
    }

    .card-description {
      font-size: 14px !important;
    }
  }
}
@media screen and (max-width: 767px) {
  #who-we-serve {
    transition: none !important;
    &::before {
      transition: none !important;
      background-size: cover !important;
    }
    .who-we-serve-wrapper {
      &::before {
        transition: none !important;
      }
    }
    .image-circle-wrapper {
      min-height: unset !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: static !important;
    }

    .section-btn {
      font-size: 14px !important;
    }

    .section-title {
      color: rgb(255, 255, 255) !important;
      font-size: 30px !important;
    }

    .section-subtitle {
      color: white !important;
      font-size: 14px !important;
    }

    .image-3-text {
      display: none !important;
    }

    .position-absolute.image-1,
    .position-absolute.image-2,
    .position-absolute.image-3,
    .position-absolute.image-4,
    .position-absolute.image-5 {
      position: static !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80vw !important;
      max-width: 320px;
      min-width: 120px;
      height: auto !important;
      top: unset !important;
      left: unset !important;
      right: unset !important;
      bottom: unset !important;
      transform: none !important;
    }
    .child-hidden {
      opacity: 1 !important;
      pointer-events: auto !important;
      transition: none !important;
    }
    .image-1,
    .image-2,
    .image-3,
    .image-4,
    .image-5 {
      width: 80vw !important;
      max-width: 320px;
      min-width: 120px;
      height: 80vw !important;
      max-height: 320px;
      min-height: 120px;
      aspect-ratio: 1/1 !important;
      margin: 0 auto;
      border-width: 4px !important;
    }

    .image-1-text {
      font-size: 22px !important;
      bottom: 10px !important;
      padding: 40px 40px !important;
    }

    .image-2-text,
    .image-3-text,
    .image-4-text,
    .image-5-text {
      font-size: 24px !important;
      bottom: 10px !important;
      padding: 40px 40px !important;
    }
    /* Remove hover and animation for small devices */
    &:hover {
      &::before {
        transform: none !important;
      }
      .child-hidden {
        opacity: 1 !important;
        pointer-events: auto !important;
      }
    }
    [data-animate-child] {
      animation: none !important;
      transition: none !important;
    }
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  #hero-section {
    .hero-title {
      font-size: 65px;
      margin-bottom: 30px !important;
    }

    .heroDetailsText {
      font-size: 24px;
      margin-bottom: 30px !important;
    }

    .section-btn {
      font-size: 30px !important;
      padding: 14px 30px;
    }

    .about-us-img {
      border: 14px solid rgba(255, 255, 255, 0.4);
      border-radius: 40px;
    }

    .hero-icon {
      width: 60px;
      height: 60px;
    }
    .btn-container {
      width: 65% !important;
      margin: 0 auto;
      font-size: 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .btn-orange {
      font-size: 24px;
      padding: 10px 0px;
      border-radius: 12px;
    }
    .btn-outline {
      font-size: 24px;
      padding: 10px 0px;
      border-radius: 12px;
    }
  }

  #landing-pms {
    .pms-mini-title {
      font-size: 24px;
      margin-bottom: 20px !important;
    }

    .pms-title {
      font-size: 70px;
      margin-bottom: 20px !important;
    }

    .pms-subtitle {
      font-size: 40px !important;
      margin-bottom: 20px !important;
    }
    .section-description {
      font-size: 24px !important;
      margin-top: 16px !important;
      margin-bottom: 20px !important;
    }

    .list {
      font-size: 24px !important;
      margin-bottom: 20px !important;
    }
    .pms-btn {
      font-size: 26px;
      padding: 20px 60px;
    }
  }

  #who-we-serve {
    transition: none !important;
    &::before {
      transition: none !important;
      background-size: cover !important;
    }
    .who-we-serve-wrapper {
      &::before {
        transition: none !important;
      }
    }
    .image-circle-wrapper {
      min-height: unset !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: static !important;
    }

    .section-btn {
      font-size: 20px !important;
      font-weight: 400 !important;
      padding: 10px 20px !important;
    }

    .section-title {
      color: rgb(255, 255, 255) !important;
      font-size: 47px !important;
    }

    .section-subtitle {
      color: white !important;
      font-size: 22px !important;
    }

    .image-3-text {
      display: none !important;
    }

    .position-absolute.image-1,
    .position-absolute.image-2,
    .position-absolute.image-3,
    .position-absolute.image-4,
    .position-absolute.image-5 {
      position: static !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80vw !important;
      max-width: 520px;
      min-width: 120px;
      height: auto !important;
      top: unset !important;
      left: unset !important;
      right: unset !important;
      bottom: unset !important;
      transform: none !important;
    }
    .child-hidden {
      opacity: 1 !important;
      pointer-events: auto !important;
      transition: none !important;
    }
    .image-1,
    .image-2,
    .image-3,
    .image-4,
    .image-5 {
      width: 80vw !important;
      max-width: 320px;
      min-width: 120px;
      height: 80vw !important;
      max-height: 520px;
      min-height: 120px;
      aspect-ratio: 1/1 !important;
      margin: 0 auto;
      border-width: 4px !important;
    }

    .image-1-text,
    .image-2-text,
    .image-3-text,
    .image-4-text,
    .image-5-text {
      font-size: 35px !important;
      bottom: 10px !important;
      padding: 70px 70px !important;
    }
    /* Remove hover and animation for small devices */
    &:hover {
      &::before {
        transform: none !important;
      }
      .child-hidden {
        opacity: 1 !important;
        pointer-events: auto !important;
      }
    }
    [data-animate-child] {
      animation: none !important;
      transition: none !important;
    }
  }

  #about-us {
    padding-top: 100px !important;
    padding-bottom: 100px !important;

    .section-title {
      font-size: 60px !important;
      margin-bottom: 30px !important;
    }

    .section-mini-title {
      font-size: 24px !important;
      margin-bottom: 30px;
    }

    .section-subtitle {
      font-size: 35px !important;
      font-weight: 500;
      margin-bottom: 30px;
    }

    .section-description {
      font-size: 24px !important;
      margin-bottom: 20px !important;
    }

    .discover-btn {
      font-size: 34px !important;
      font-weight: 400 !important;
      border-radius: 12px !important;
      padding: 15px 30px !important;
      margin-top: 20px !important;
    }

    .about-us-img {
      border: 16px solid rgba(255, 255, 255, 0.4);
      border-radius: 40px;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #ntouch-edge {
    padding-top: 4% !important;

    .section-title {
      font-size: 42px !important;
      margin-bottom: 10px;
    }

    .section-description {
      font-size: 21px !important;
      max-width: 90%;
      margin: 0 auto;
    }

    .card-text-container {
      padding: 40px !important;
    }

    .card-title {
      font-size: 40px !important;
      font-weight: 400;
      margin-bottom: 10px !important;
    }

    .card-item {
      border-radius: 40px !important;
    }

    .card-description {
      font-size: 24px !important;
    }

    .card-text-container {
      height: 25% !important;
      width: 100%;
      padding: 24px;
    }

    .card-image-container {
      height: 60% !important;
      width: 100%;
    }
  }
}

@media screen and (min-width: 1025px) and (max-width: 1699px) {
  #hero-section {
    .hero-icon {
      width: 60px;
      height: 60px;
    }

    .btn-container {
      width: 40% !important;
      margin: 0 auto;
      font-size: 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .btn-orange {
      font-size: 20px;
      padding: 10px 0px;
      border-radius: 12px;
    }
    .btn-outline {
      font-size: 20px;
      padding: 10px 0px;
      border-radius: 12px;
    }

    .container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      position: relative;
      z-index: 3;
    }

    .hero-content {
      margin-top: 280px;
    }
  }

  #brand-section {
    padding-top: 60px !important;
    padding-bottom: 110px !important;
  }

  #landing-pms {
    .pms-mini-title {
      margin-bottom: 27px !important;
      font-size: 20px !important;
    }

    .product-wrapper {
      padding-top: 50px !important;
    }

    .product-image {
      max-width: 50%;
    }
    .product-wrapper {
      flex-direction: row;
    }

    .image-gradient-wrapper::after {
      height: 8vh;
    }

    .rounded-background {
      display: none;
      /* reset any previous transform */
    }
  }

  #about-us {
    padding-top: 120px !important;
    padding-bottom: 120px !important;

    .section-title {
      font-size: 40px !important;
      margin-bottom: 40px !important;
    }

    /* d-flex justify-content-between align-items-center */

    .about-us-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .about-us-text-wrapper {
      width: 48%;
    }

    .about-us-img-wrapper {
      width: 40%;
    }

    .section-subtitle {
      font-size: 24px;
    }

    .section-description {
      font-size: 20px;
      margin-bottom: 20px !important;
    }

    .discover-btn {
      font-size: 24px !important;
      font-weight: 400 !important;
      border-radius: 12px !important;
      padding: 10px 20px !important;
      margin-top: 20px !important;
    }

    .about-us-img-wrapper {
      width: 670px;
    }

    .about-us-img {
      border: 16px solid rgba(255, 255, 255, 0.4);
      border-radius: 40px;
    }
  }

  #ntouch-edge {
    padding-bottom: 50px;
    padding-top: 50px;

    .card-wrapper {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .section-title {
      font-size: 40px;
      margin-bottom: 6px;
    }

    .card-margin {
      margin-inline-start: -9rem;
    }

    .section-description {
      font-size: 17px;
      margin-bottom: 40px;
    }

    .card-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    .images {
      opacity: 0;
      transform: translateY(100px);
    }

    .card-container {
      height: 85vh;
      width: 350px;
      display: flex;
    }

    .card-item {
      height: 85%;
      background: white;
      color: black;
      border-radius: 2rem;
      box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      width: 100%;
    }

    .card-text-container {
      height: 35%;
      width: 100%;
      padding: 3rem;
    }

    .card-image-container {
      height: 55%;
      width: 100%;
      margin-top: auto;
    }

    .card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60%,
        black 100%
      );
      -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60%,
        black 100%
      );
    }

    .card-title {
      font-size: 35px;
      font-weight: 400;
    }

    .card-description {
      font-size: 13px;
    }
  }

  #review-section {
    .stat-cards-wrapper {
      flex-direction: row;
    }
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  #ntouch-edge {
    padding-top: 4.5%;

    .section-title {
      font-size: 60px !important;
      margin-bottom: 10px;
    }

    .section-description {
      font-size: 26px !important;
      max-width: 90%;
      margin-bottom: 30px !important;
    }

    .card-text-container {
      padding: 40px !important;
    }

    .card-title {
      font-size: 55px !important;
      font-weight: 400;
      margin-bottom: 10px !important;
    }
    .card-item {
      border-radius: 50px !important;
    }
    .card-description {
      font-size: 32px !important;
    }

    .card-text-container {
      height: 25% !important;
      width: 100%;
      padding: 24px;
    }

    .card-image-container {
      height: 60% !important;
      width: 100%;
    }
  }
}

@media screen and (min-width: 1700px) {
  #hero-section {
    .hero-title {
      line-height: 105px !important;
      letter-spacing: -4.634px;
    }

    .hero-title-big {
      font-size: 92px !important;
      letter-spacing: -4.634px;
    }

    .hero-title-small {
      font-size: 64px !important;
      letter-spacing: -3.2px;
    }

    .heroDetailsText {
      font-size: 20.147px;
      line-height: 30px;
    }

    .btn-container {
      margin-top: 45px !important;
    }

    .container {
      align-items: flex-end;
    }

    .hero-content {
      margin-top: 0 !important;
    }

    .hero-content {
      bottom: 10vh !important;
    }

    .hero-icon {
      width: 80px;
      height: 80px;
    }

    .btn-container {
      width: 46% !important;
      margin: 0 auto;
      font-size: 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .btn-orange {
      font-size: 24px;
      padding: 10px 0px;
      border-radius: 12px;
    }
    .btn-outline {
      font-size: 24px;
      padding: 10px 0px;
      border-radius: 12px;
    }
  }

  #landing-pms {
    .pms-title {
      font-size: 60px;
    }

    .pms-mini-title {
      font-size: 20px;
      margin-bottom: 27px !important;
    }

    .pms-subtitle {
      font-size: 28px !important;
      margin-bottom: 16px !important;
    }

    .section-description {
      font-size: 22px !important;
    }

    .section-btn {
      padding: 20px 24px;
    }

    .list {
      li {
        font-size: 22px !important;
      }
    }

    .product-wrapper {
      padding-top: 190px !important;
    }

    .product-image {
      max-width: 784px;
    }

    .rounded-background {
      display: block !important;
    }

    .pms-btn {
      font-size: 24px !important;
      font-weight: 500 !important;
      padding: 16px 24px !important;
    }

    .product-wrapper {
      flex-direction: row;
    }

    .rounded-background {
      right: -80px;
    }
  }

  #who-we-serve {
    min-height: 1080px;
    padding-block: 72px;

    .image-circle-wrapper {
      width: 100%;
      height: 900px;
    }

    .section-title {
      font-size: 80px !important;
    }

    .section-subtitle {
      font-size: 24px !important;
      margin-bottom: 20px !important;
    }

    .section-btn {
      font-size: 20px !important;
    }

    .who-we-serve-wrapper {
      padding: 72px;
    }

    .image-1 {
      top: 15%;
      left: 12%;
      width: 228px;
      height: 228px;
      border-width: 10px;
    }

    .image-1-text {
      bottom: 40px;
      font-weight: 600;
      font-size: 16px;
    }

    .image-2 {
      top: -2%;
      left: 43%;
      width: 199px;
      height: 199px;
      border-width: 10px;
    }

    .image-2-text {
      bottom: 40px;
      font-weight: 600;
      font-size: 18px;
    }

    .image-3 {
      top: 2%;
      right: 10%;
      width: 385px;
      height: 385px;
      border-width: 15px;
    }

    .image-3-text {
      bottom: 50px;
      font-size: 28px;
      text-wrap: nowrap;
    }

    .image-4 {
      bottom: -2%;
      left: 25%;
      width: 315px;
      height: 315px;
      border-width: 10px;
    }

    .image-4-text {
      bottom: 50px;
      font-weight: 600;
      font-size: 24px;
      text-wrap: nowrap;
    }

    .image-5 {
      bottom: 1%;
      right: 20%;
      width: 258px;
      height: 258px;
      border-width: 10px;
    }

    .image-6 {
      bottom: 10%;
      left: 58%;
      background-color: var(--primary-color);
      width: 54px;
      height: 54px;
      border-radius: 50%;
    }
    .image-7 {
      top: 1%;
      left: 35%;
      background-color: var(--primary-color);
      width: 37px;
      height: 37px;
      border-radius: 50%;
    }

    .image-8 {
      bottom: 22%;
      left: 22%;
      background-color: rgba(245, 212, 145, 0.356);
      backdrop-filter: blur(12.5px);
      -webkit-backdrop-filter: blur(12.5px);
      width: 134px;
      height: 134px;
      border-radius: 50%;
    }

    .image-9 {
      top: 29%;
      right: 7%;
      background-color: rgba(157, 180, 192, 0.555);
      backdrop-filter: blur(12.5px);
      -webkit-backdrop-filter: blur(12.5px);
      width: 134px;
      height: 134px;
      border-radius: 50%;
    }

    .image-5-text {
      bottom: 40px;
      font-size: 20px;
    }

    .section-subtitle {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    .section-container:hover .section-subtitle {
      opacity: 1;
      visibility: visible;
    }
  }

  #about-us {
    padding-top: 180px !important;
    padding-bottom: 120px !important;

    .section-title {
      font-size: 40px !important;
      margin-bottom: 40px !important;
    }

    /* d-flex justify-content-between align-items-center */

    .about-us-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .about-us-text-wrapper {
      width: 48%;
    }

    .about-us-img-wrapper {
      width: 40%;
    }

    .section-subtitle {
      font-size: 24px;
    }

    .section-description {
      font-size: 20px;
      margin-bottom: 20px !important;
    }

    .discover-btn {
      font-size: 24px !important;
      font-weight: 400 !important;
      border-radius: 12px !important;
      padding: 10px 20px !important;
      margin-top: 20px !important;
    }

    .about-us-img-wrapper {
      width: 670px;
    }

    .about-us-img {
      border: 16px solid rgba(255, 255, 255, 0.4);
      border-radius: 40px;
    }
  }

  #review-section {
    .stat-cards-wrapper {
      flex-direction: row;
    }

    .section-title {
      font-size: 60px !important;
    }

    .stat-cards-wrapper {
      gap: 200px !important;
      margin-bottom: 158px;

      .stat-title {
        font-size: 160px !important;
      }

      .stat-subtitle {
        font-size: 32px !important;
      }

      .ratings-small {
        font-size: 90px !important;
      }
    }

    .card-wrapper {
      min-width: 788px;
      padding: 48px !important;
    }

    .quote-icon {
      width: 38px;
    }

    .profile-name {
      font-size: 24px !important;
    }

    .video-btn {
      padding: 12px !important;
      font-size: 16px !important;
    }
  }

  #ntouch-edge {
    padding-bottom: 84px;
    padding-top: 50px;

    .card-wrapper {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .section-title {
      font-size: 40px;
      margin-bottom: 6 px;
    }

    .card-margin {
      margin-inline-start: -10rem;
    }

    .section-description {
      font-size: 17px;
      margin-bottom: 40px;
    }

    .card-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }

    .images {
      min-height: 85vh;
      opacity: 0;
      transform: translateY(100px);
    }

    .card-container {
      height: 85vh;
      width: 460px;
      display: flex;
    }

    .card-item {
      background: white;
      color: black;
      border-radius: 2rem;
      box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      width: 100%;
    }

    .card-text-container {
      height: 35%;
      width: 100%;
      padding: 3.5rem;
    }

    .card-image-container {
      height: 60%;
      width: 100%;
      margin-top: auto;
    }

    .card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60%,
        black 100%
      );
      -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 60%,
        black 100%
      );
    }

    .card-title {
      font-size: 43px;
      font-weight: 400;
    }

    .card-description {
      font-size: 18px;
    }
  }
}
