/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
:root {
  --primary-color: #f26336;
  --bg-light: #f7f5f0;
  --bg-stone: #f7f5f0;
  --light-color: #f7f5f0;
  --orange-light: #fdebc6;
  --max-container-width: 1696px;
  --color-dark: #1e1e1e;
  --color-gray: #64748b;
  --color-dark-orange: #552110;
  --color-dark-green: #0d2624;
  --color-dark-purple: #170f49;
  --footer-blue: rgba(21, 99, 140, 1);
  --btn-primary: rgba(242, 99, 54, 1);
}

.btn-primary {
  --bs-btn-bg: #f36437;
  --bs-btn-border-color: rgba(243, 100, 55, 0.8);
  --bs-btn-hover-bg: #f36437 !important;
  --bs-btn-hover-border-color: #f36437 !important;
  --bs-btn-active-bg: rgba(243, 100, 55, 0.8);
  --bs-btn-active-border-color: rgba(243, 100, 55, 0.8);
  --bs-btn-disabled-bg: rgba(243, 100, 55, 0.6);
  --bs-btn-disabled-border-color: #f36437;
}

:root[dir="rtl"] {
  --icon-flip: -1;
}

/* RTL-specific button styles to ensure consistent colors */
:root[dir="rtl"] .btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

:root[dir="rtl"] .btn-primary {
  --bs-btn-bg: #f36437;
  --bs-btn-border-color: rgba(243, 100, 55, 0.8);
  --bs-btn-hover-bg: #f36437 !important;
  --bs-btn-hover-border-color: #f36437 !important;
  --bs-btn-active-bg: rgba(243, 100, 55, 0.8);
  --bs-btn-active-border-color: rgba(243, 100, 55, 0.8);
  --bs-btn-disabled-bg: rgba(243, 100, 55, 0.6);
  --bs-btn-disabled-border-color: #f36437;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans18pt-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans18pt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



.container {
  width: 90% !important;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body {
  font-family: "DMSans", sans-serif;
  font-size: 1rem;
  font-style: normal;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.border-dark {
  border-color: var(--color-dark) !important;
}
.bg-stone {
  background-color: var(--bg-stone);
}
.text-color-primary {
  color: var(--primary-color);
}
.text-dark {
  color: var(--color-dark) !important;
}
.text-muted {
  color: var(--color-gray) !important;
}
.text-dark-orange {
  color: var(--color-dark-orange) !important;
}
.text-dark-green {
  color: var(--color-dark-green) !important;
}
.text-dark-purple {
  color: var(--color-dark-purple) !important;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  &:hover {
    opacity: 0.8;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
}
.progress {
  height: 8px;
  position: relative;
  left: -20px;
}
.step-list {
  list-style: none;
  padding-left: 0;
  margin: 0;

  li {
    position: relative;
    padding-left: 1rem;
    font-weight: 500;
    color: #6c757d;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      background-color: #ccc;
      border-radius: 50%;
    }

    &.active {
      color: var(--primary-color);
      font-weight: 600;

      &::before {
        background-color: var(--primary-color);
        width: 10px;
        height: 10px;
        top: 6px;
      }

      .progress-bar {
        background-color: var(--primary-color);
      }
    }

    &.completed {
      color: var(--primary-color);

      &::before {
        background-color: var(--primary-color);
      }
    }
  }
}
.feature-list {
  list-style: none;
  padding-left: 0;

  li {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;

    &::before {
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: var(--primary-color);
      font-size: 12px;
    }
  }
}

.feature-section {
  background-color: var(--bg-light);
  padding-inline: 12px;
  padding-bottom: 60px;
  .feature-title {
    font-weight: 300 !important;
  }
  .feature-subtitle {
    font-size: 16px;
    font-weight: 700;
  }
  .feature-content {
    max-width: 805px;
  }
  .feature-image-wrapper {
    position: relative;
    width: 70%;
    height: 100%;
    max-width: 701px;
    max-height: 701px;
    margin-inline: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;

    .bg-shape {
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(101deg, #fdebc6 0%, #f26336 100%);
        filter: blur(15px);
        border-radius: 50%;
        opacity: 0.9;
    }

    .main-image {
      position: relative;
      z-index: 2;
      width: 100%;
    }
  }
}

#ntouch-features {
  padding-block: 48px !important;
  .section-wrapper {
    max-width: 1262px;
    margin-inline: auto;
  }
  .ntouch-box {
    max-width: 394px;
    max-height: 314px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ntouch-box-content {
    width: 213px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ntouch-box-text {
    margin: 0;
    align-self: stretch;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 18px;
  }
}

#pms-faq {
  background-color: var(--bg-light);
  padding: 60px 0px;

  .faq-tabs {
    overflow-x: auto;
    &::-webkit-scrollbar {
      display: none;
    }
    .nav-link {
      font-size: 16px;
      border: none;
      border-bottom: 2px solid transparent;
      font-weight: 700;
      color: #6c757d;

      &.active {
        border-color: var(--primary-color);
        color: var(--primary-color);
      }
    }
  }

  .accordion-item {
    border: none;
    border-bottom: 1px solid #d6e3ea;
    background-color: transparent !important;
    border-radius: 0;
    margin-bottom: 16px;

    .accordion-header {
      .accordion-button {
        padding: 21px 2.5rem 21px 12px;
        position: relative;
        font-weight: 500;
        color: #333;
        background-color: transparent !important;
        box-shadow: none;

        &::after {
          content: "+";
          margin-inline-end: -2rem;
          font-family: "DM Sans", sans-serif;
          font-size: 32px;
          position: absolute;
          right: 0rem;
          transform: translateY(-50%);
          transition: all 0.3s ease;
          background-image: none !important;
        }

        &:not(.collapsed)::after {
          content: "−";
          color: var(--primary-color);
        }
      }
    }
  }
}
#start-guide {
  background-color: var(--bg-light);
  .section-title {
    margin-bottom: 2rem;
  }
  .start-guide-wrapper {
    max-width: 1573px;
    gap: 40px !important;
  }

  .step-title {
    color: var(--primary-color);
    font-weight: 600;
  }
  .step-title-1 {
    margin-left: 12px !important;
  }

  .step-index {
    width: 64px;
  }
  .step-item {
    gap: 20px;
  }
  .step-item-meta {
    width: 100%;
    align-items: center;
    gap: 20px;
  }
}
#product-suit {
  background: linear-gradient(to top, #0d2624 0%, #0d2624 100%);
  .section-content {
    max-width: 1300px;
    margin-inline: auto;
  }
  .section-subtitle {
    color: #f5d491;
  }
  .section-title {
    color: white;
  }
  .section-description {
    color: white;
  }
  .suit-cards-wrapper {
    max-width: 1404px;
    margin-inline: auto;
  }
  .custom-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    min-height: 600px;

    .card-img-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0;

      .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to top, #1f0700 0%, transparent 100%);
        backdrop-filter: blur(4px);
        z-index: 1;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        .icon {
          width: 32px;
          height: 32px;
        }

        .card-text {
          font-size: 0.9rem;
          color: rgba(255, 255, 255, 0.9);
          margin-bottom: 0.75rem;
        }
        .tags-wrapper {
          gap: 12px !important;
          .tag {
            font-size: 12px !important;
            padding: 0px 8px !important;
            font-weight: 600 !important;
          }
        }
      }
    }
  }
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media screen and (min-width: 576px) {
  .nav-category {
    margin-top: 20px !important;
  }

  #product-suit {
    .custom-card {
      .card-img-overlay {
        .card-content {
          .tags-wrapper {
            .tag {
              font-size: 12px !important;
              padding: 12px !important;
            }
          }
        }
      }
    }
  }
}

#pms-faq {
  .faq-tabs {
    overflow-x: auto;

    &::-webkit-scrollbar {
      display: none;
    }


    scrollbar-width: none;

    .nav-link {
      font-size: 15px;
      font-weight: 500;
    }
  }
}

@media screen and (min-width: 767px) {
  #start-guide {
    .step-item-meta {
      max-width: 226px;
    }
  }

  .container {
    max-width: 90%;
    margin-inline: auto;
  }
}

@media only screen and (min-width: 992px) {
  .feature-list {
    font-size: 20px !important;
    li {
      &::before {
        font-size: 18px;
      }
    }
  }
  .feature-description {
    font-size: 20px !important;
  }
  .feature-section {
    padding-bottom: 120px;
    .feature-image-wrapper {
      width: 100%;
    }
  }
  #ntouch-features {
    padding-block: 48px !important;
    .section-title {
      margin-bottom: 36px !important;
    }
    .ntouch-box {
      padding: 40px 45px;
    }
    .ntouch-box-text {
      font-size: 20px;
    }
  }
  #pms-faq {
    padding-bottom: 80px;
    .left-col {
      max-width: 610px;
    }
    .faq-tabs {
      margin-bottom: 40px !important;
    }
  }
  #start-guide {
    .section-subtitle {
      font-size: 32px;
    }
    .step-title-1 {
      margin-left: 15px !important;
    }
    .step-item-meta {
      max-width: 226px;
    }
    .step-description {
      max-width: 676px !important;
    }
  }
  #product-suit {
    padding-top: 85px !important;
    padding-bottom: 58px !important;
    .section-content {
      margin-bottom: 86px !important;
    }
    .section-title {
      font-size: 48px !important;
    }
    .section-subtitle {
      font-size: 24px !important;
    }
    .section-description {
      font-size: 20px !important;
    }
    .suit-cards-wrapper {
      gap: 20px !important;
    }

    .custom-card {
      .card-img-overlay {
        .card-content {
          .icon {
            width: 52px;
            height: 52px;
          }
          .card-text {
            margin-bottom: 40px !important;
          }
        }
      }
    }
  }
}
@media screen and (min-width: 1200px) {
  #ntouch-features {
    .ntouch-box {
      padding: 90px 85px;
    }
  }
}
@media only screen and (min-width: 1700px) {
  .container {
    width: 90%;
    max-width: var(--max-container-width);
    margin-inline: auto;
  }
  .section-btn {
    font-size: 24px !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
  }
  .feature-list {
    font-size: 24px !important;
    li {
      margin-bottom: 32px !important;
    }
  }
  .feature-section {
    padding-bottom: 160px;
    .feature-title {
      font-size: 54px !important;
      margin-bottom: 32px !important;
    }
    .feature-description {
      font-size: 24px !important;
      margin-bottom: 32px !important;
    }
    .feature-subtitle {
      font-size: 24px;
    }
    .feature-image-wrapper {
      margin-right: 0 !important;
      margin-left: auto !important;
    }
  }
  .feature-section.reverse {
    .feature-image-wrapper {
      margin-right: auto !important;
      margin-left: 0 !important;
    }
  }
  #ntouch-features {
    padding-block: 120px !important;
    .section-title {
      font-size: 48px !important;
      margin-bottom: 32px !important;
    }
    .ntouch-box-wrapper {
      column-gap: 40px;
    }
  }
  #pms-faq {
    padding-top: 120px;
    padding-bottom: 160px;
    .section-title {
      font-size: 60px !important;
    }
    .more-question {
      font-size: 40px !important;
      margin-bottom: 32px !important;
    }
    .faq-tabs {
      margin-bottom: 80px !important;
    }
    .section-description {
      font-size: 20px;
      margin-bottom: 40px !important;
    }
    .accordion-item {
      .accordion-button {
        font-size: 18px;
      }
      .accordion-body {
        font-size: 18px;
      }
    }
  }
  #start-guide {
    padding-block: 168px !important;
    .section-title {
      font-size: 52px !important;
    }
    .section-top {
      margin-bottom: 128px !important;
    }
    .start-guide-wrapper {
      flex-direction: row !important;
    }
    .step-item-meta {
      width: 405px;
      gap: 40px;
    }
    .step-number {
      font-size: 70px !important;
    }
    .step-title {
      font-size: 32px !important;
      margin-right: 120px !important;
      line-height: 35px;
    }
    .step-description {
      font-size: 18px !important;
      max-width: 476px !important;
    }
    .section-image-wrapper {
      min-width: 558px;
    }
    .steps-wrapper {
      gap: 80px !important;
    }
  }
  #product-suit {
    .suit-cards-wrapper {
      gap: 40px !important;
    }
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.dt-container,
.tab-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 20px 40px 20px 0px !important;
}

#footer {
  position: relative;
  background-image: url("../img/footerImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  z-index: 0;
  .footer-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.274) 100%);
    z-index: -1;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(
      to bottom,
      #f7f5f0 0%,
      rgba(247, 245, 240, 0) 80%
    );
    z-index: 0;
    pointer-events: none;
  }

  .footerTopText {
    font-size: 2.5rem;
    color: #15638c;
  }

  .footerBottomDiv {
    border-radius: 48px 48px 0px 0px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0.04%,
      rgba(0, 0, 0, 0.02) 130.18%
    );
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
    color: white;
    .footer-logo {
      width: 140px;
    }



    .nav-category {
      font-size: 22px;
      margin-bottom: 15px !important;
      font-weight: 700;
    }

    .social-links i {
      font-size: 28px !important;
      
    }

   
  }

  a{
    color: white !important;
  }

  .footer-content {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }

  .section-title {
    font-size: 25px;
  }

  .section-subtitle {
    font-size: 20px !important;
  }

  .footer-links-wrapper {
    gap: 40px;
  }
}

@media screen and (min-width: 1025px) {
  #footer {
    .section-title {
      margin-top: 84px !important;
    }

    .section-btn {
      margin-top: 43px !important;
      margin-bottom: 234px !important;
    }

    .footer-content {
      margin-top: 120px !important;
      gap: 60px;
    }

    .footer-bio {
      font-size: 36px;
      margin-bottom: 40px !important;
    }

    .footer-description {
      font-size: 22px;
    }

    .footer-links {
      a {
        font-size: 22px;
        font-weight: 300;
      }
    }

    .footerBottomDiv {
      padding: 64px 98px !important;
    }

    .nav-category {
      font-size: 22px;
      margin-bottom: 28px !important;
    }

    .social-links {
      gap: 64px !important;
    }

    .footer-bottom {
      margin-top: 80px !important;
    }

    .footer-links-wrapper {
      gap: 80px;
    }

    .footer-texts-wrapper {
      max-width: 697px;
    }
  }
}



@media screen and (min-width: 1700px) {
  #footer {
    .section-title {
      font-size: 60px;
    }

    .section-subtitle {
      font-size: 40px !important;
    }

    .section-btn {
      margin-top: 43px !important;
      margin-bottom: 234px !important;
    }

    .footer-content {
      margin-top: 120px !important;
      gap: 243px;
    }

    .footer-bio {
      font-size: 36px !important;
      font-weight: 700 !important;
      margin-bottom: 25px !important;
    }

    .footer-description {
      font-size: 22px;
      font-weight: 300 !important;
    }

    .footer-links {
      a {
        font-size: 22px;
        font-weight: 300;
      }
    }

    .footerBottomDiv {
      padding: 64px 98px !important;
    }

    .nav-category {
      font-size: 22px;
      margin-bottom: 10px !important;
    }

    .social-links {
      gap: 64px !important;
    }

    .footer-bottom {
      margin-top: 120px !important;
    }

    .footer-links-wrapper {
      gap: 115px;
    }

    .footer-container {
      max-width: 1755px;
      margin-inline: auto;
    }

    .solutions {
      margin-top: 38px;
    }
  }
}

.footer-links {
  a {
    color: white !important;
  }
}

@media screen and (max-width: 576px) {
  .nav-category {
    margin-top: 20px !important;
  }
  .footer-links-wrapper {
    gap: 0px !important;
  }
}
