@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .navBar-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-hero-section {
    padding-top: 0px;
    position: relative;
  }
  .company-logo img {
    max-width: 138px;
    height: 61px;
  }
  .hero-content h1 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    perspective: 900px;
  }
  .hero-content .text-1 {
    color: #ffe880;
    font-size: 35px;
  }
  .hero-content .text-2 {
    color: #c00039;
    font-size: 35px;
  }
  .hero-content .text-3 {
    display: inline-block;
    color: #ffe880;
    background: #c00039;
    font-size: 40px;
    padding: 10px;

    transform: rotate(2.37deg); /* 👈 rotate */
    transform-origin: center; /* optional, controls pivot point */
  }
  .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 489px;
    position: relative;
    width: fit-content; /* ✅ THIS IS THE FIX */
    margin: 0 auto; /* center it */
  }
  .line-1 {
    height: 150px !important;
    width: 0.1px;
    position: absolute;
    top: 280px;
    left: -8px;
  }

  .line-2 {
    height: 50px;
        width: 0.1px;

    position: absolute;
    left: 70px;
    top: 260px;
  }

  .line-3 {
    height: 150px !important;
        width: 0.1px;

    position: absolute;
    top: 280px;
    right: -8px;
  }
  .star-circle-second {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 20px;
    top: 80px;
  }
  .star-circle-fisrt {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    left: 100px;
    bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .star-circle-second img {
    width: 32px;
    height: 32px;
  }
  .star-circle-fisrt img {
    width: 21px;
    height: 21px;
  }
  .colored-circle-2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* TOP DOT */
.v-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #ffe880;
  border-radius: 50%;
}

/* BOTTOM DOT */
.v-line::after {
  content: "";
  position: absolute;
  bottom: -10px; /* same logic */
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #ffe880;
  border-radius: 50%;
}
  .about-section-container {
    width: 90%;
    height: auto;
    background-image: url("../assets/images/static/girl-with-VR.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
  }
  .about-section-container {
    padding-top: 10px;
  }
  .top-text-part h2 {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -1.32px;

    background: linear-gradient(
      71.83deg,
      #fffff7 0%,
      rgba(255, 255, 247, 0.34) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* standard (future support) */
    background-clip: text;
    color: transparent;
  }
  .top-text-part p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
  }
  .about-section-top {
    padding: 0 20px;
    height: auto;
    margin-bottom: 0;
  }
  .top-text-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    gap: 120px;
  }
  .about-section-bottom {
    width: 100%;
    height: auto;
    margin-top: 120px;
  }
  .work-feature-card {
    max-width: 100%;
    height: 332px;
    background: #1d1d1d;
    position: relative;
    overflow: hidden;
    padding-top: 32px;
    padding-left: 16px;
    cursor: pointer;
  }
  .work-feature-card h3 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffe880;
  }
  .card-icon {
    max-width: 51px;
    height: 51px;
  }
  .card-icon {
    margin-top: 130px !important;
    transition: 0.4s ease-out;
  }
  .company-tag-lines {
    padding: 60px 0;
  }
  .company-tag-lines h1 {
    font-family: "Big Shoulders Inline", sans-serif;
    font-weight: 500;
    font-style: Regular;
    font-size: 130px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffe880;
    text-align: center;
    margin-bottom: 0;
  }
  .break-sm {
    display: block !important;
  }
  .break-xl {
    display: none;
  }
  .company-tag-lines span {
    display: inline-flex;

    width: 0px;
    height: 0px;
    margin: 0px;

    background: #ffe880; /* ✅ filled circle */
    border-radius: 50%;

    vertical-align: middle;
  }
  .works-section {
    background: #c9002b;
    padding: 20px 0;
    color: #fff;
  }
  /* TEXT */
  .carousel .title {
    font-family: "NeueMontreal";
    font-weight: 500;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -1.32px;

    /* 🔥 Gradient text */
    background: linear-gradient(
      71.83deg,
      #fffff7 0%,
      rgba(255, 255, 247, 0.34) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* for better support */
    background-clip: text;
    color: transparent;
  }
  .carousel .desc {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
  }
  .tab {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #fff;

    position: relative; /* 🔥 needed */
    cursor: pointer;
  }
  .tabs {
    display: flex;
    overflow-x: auto; /* 🔥 enable horizontal scroll */
    flex-wrap: nowrap;
    white-space: nowrap;
    scroll-behavior: smooth; /* smooth scroll */
    -webkit-overflow-scrolling: touch; /* mobile smooth */
  }

  /* hide scrollbar (optional clean UI) */
  .tabs::-webkit-scrollbar {
    display: none;
  }
  /* ACTIVE LINE */
  .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px; /* 🔥 space between text and line */
    gap: 0px;

    width: 100%;
    height: 2px;
    background: #ffe880;
  }
  /* CAROUSEL */
  .works-carousel {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .carousel {
    margin-bottom: 0px;
  }
  /* BUTTON */
  .view-btn {
    background: #ffe880;
    color: #000;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .heading h2 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .highlight.yellow {
    width: 81px;
    height: 69px;
    background: #ffe880;
    color: #c00039;
  }

  .highlight.red {
    background: #c9002b;
    color: #fff;
    transform: rotate(3.09deg);
    width: 69px;
    height: 69px;
  }
  .heading p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
  }
  .service-list {
    margin-top: 30px;
  }
  .left {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .number {
    color: #ff0040;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .text {
    color: #ffe880;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .plus {
    width: 42px;
    height: 42px;
    background: #ffe880;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: #c00039;
    font-size: 30px;
    font-weight: 400;
  }
  .right {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #5f4e12;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .categories-section {
    background:
      linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)),
      url("https://picsum.photos/1200/800");
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
  }
  .category-heading h2 {
    font-family: "NeueMontreal";
    font-weight: 500;
    font-size: 50px;
    line-height: 74px;
    letter-spacing: -1.32px;

    background: linear-gradient(
      71.83deg,
      #fffff7 0%,
      rgba(255, 255, 247, 0.34) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    margin-bottom: 0;
  }
  .work-card {
    width: 90%;
    height: 287px;
    flex-shrink: 0;
    background: #000;
    position: relative;
    display: flex;
  }
  .category-heading p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .cat-card {
    width: 90%;
    height: 210px;
    background: #c9002b;
    padding: 20px;
    transition: 0.3s;
    cursor: pointer;
    margin: auto;
  }
  .process-section {
    background: #ffe880;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .process-card {
    padding: 10px;
    margin: 0;
  }
  .process-card h4 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 31px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #c00039;
  }
  .why-phozo-title-mobile h2 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    display: none;
    text-align: center;
  }
  .why-phozo-title-mobile .yellow {
    color: #ffe880;
  }
  .why-phozo-title-mobile .red {
    color: #c00039;
  }
  .why-phozo-title-mobile h2 {
    display: block;
  }
  .why-phozo-title h2 {
    display: none;
  }
  .why-phozo-container {
    width: 100%;
    background: #0d0d0d;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .row-2 {
    margin-left: 0px;
  }
  .row-3 {
    margin-left: 0px;
  }
  .why-phozo-quote-mobile h3 {
    display: block;
  }
  .why-phozo-quote h3 {
    display: none;
  }
  .why-phozo-quote-mobile h3 {
    font-family: "NeueMontreal";
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.32px;

    /* 🔥 Gradient */
    background: linear-gradient(
      71.83deg,
      #fffff7 0%,
      rgba(255, 255, 247, 0.34) 100%
    );

    /* 🔥 Apply to text */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;

    display: inline-block; /* important */
    text-align: center !important;
  }
  .why-phozo-quote-mobile {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center (if height given) */
    text-align: center; /* center text */
  }
  .demand-section {
    width: 100%;
    padding-top: 50px;
    background: #0d0d0d;
    padding: 0px 0;
  }
  .demand-section-container h2 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 77px;
    leading-trim: NONE;
    line-height: 82px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffe880;
  }
  .demand-bg-red {
    max-width: 100%;
    height: auto;
    background: #c00039;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 100px;
  }
  .demand-design-card {
    width: 100%;
    height: auto;
    background: #c00039;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
  }
  .demand-design-card h6 {
    font-family: "NeueMontreal";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffe880;
    margin-top: 10px;
  }
  .industries-title h2 {
    font-family: "NeueMontreal";
    font-weight: 500;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -1.32px;
    text-align: center;

    /* GRADIENT TEXT */
    background: linear-gradient(
      71.83deg,
      #fffff7 0%,
      rgba(255, 255, 247, 0.34) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* for better support */
    background-clip: text;
    color: transparent;
  }
  .industries-title p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
  }
  .line {
    width: 218px;
    height: 1px;
    background: #d4af37;
    display: none;
  }
  .mobile-lineLeft,
  .mobile-lineRight {
    position: relative;
    width: 134px;
    height: 1px;
    background: #ffe880;
  }

  /* LEFT circle */
  .mobile-lineLeft::before,
  .mobile-lineRight::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffe880;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -6px; /* 10px circle + 6px gap */
  }

  /* RIGHT circle */
  .mobile-lineLeft::after,
  .mobile-lineRight::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffe880;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -6px; /* 10px circle + 6px gap */
  }
  .mobile-side-lines {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 14px;
  }
  .industries-title p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
  }
  /* ICON */
  .industry-item img {
    max-width: 100%;
    height: auto;
  }

  /* TEXT */
  .industry-item h4 {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 31px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #c00039;
    margin-top: 5px;
  }
  .footer-section {
    max-width: 100%;
    height: auto;
    background: #1d1d1d;
    padding-top: 50px;
  }
  .border-line-left,
  .border-line-right {
    position: absolute;
    width: 1px;
    height: 329px;
    background: #ffe880;
    top: 100px;
  }

  /* LEFT */
  .border-line-left {
    left: 26px;
  }

  /* RIGHT */
  .border-line-right {
    right: 26px;
  }
  .footer-logo img {
    max-width: 100%;
    height: auto;
  }
  .footer-text p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
  }
  .contact-container {
    margin-top: 40px;
    height: auto;
  }
.footer-contact-card img {
  max-width: 50%;
  height: auto;
}
  .footer-contact-card p {
    font-family: "NeueMontreal";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -4%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-bottom {
  max-width: 100%;
  height: 91px;
  background: #121212;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-right p {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: -4%;
  vertical-align: middle;
  color: #d8d8d7;
  margin-bottom: 0;
}
.privacy-policy p {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: -4%;
  vertical-align: middle;
  margin-bottom: 0;
  color: #d8d8d7;
}
.top-move-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffe880;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -80px;
}

/* OUTER DOTTED RING */
.top-move-btn::before {
  content: "";
  position: absolute;
  inset: -6px; /* space between circle and dots */
  border-radius: 50%;
  border: 2px dashed #ffe880; /* better than dotted */
}
.top-move-btn img {
  max-width: 100%;
  height: auto;
}
/* ABOUT_PAGE */

.inner-hero-section {
  width: 100%;
  height: 198px;
  padding-left: 20px;
  padding-right:20px;
}
.about-main-title h2 {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-size: 40px;
  line-height: 71px;
  letter-spacing: -1.32px;

  /* GRADIENT TEXT */
  background: linear-gradient(
    71.83deg,
    #fffff7 0%,
    rgba(255, 255, 247, 0.34) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-title h1 {
  font-family: "NeueMontreal";
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 65px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}
.about-section-border {
  position: relative;
  max-width: 80%;
  height: 1px;
  background: #ffe880;
  margin: auto;
}
.about-text h2 {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1.32px;
  text-align: center;

  /* GRADIENT TEXT */
  background: linear-gradient(
    71.83deg,
    #fffff7 0%,
    rgba(255, 255, 247, 0.34) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  margin-top: 20px;
}
.about-text p {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.about-why-choose-title h2 {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  font-style: ExtraBold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffe880;
  text-align: center;
  margin-bottom: 50px;
}
.about-choose-phozo {
  margin-top: 20px;
}
.about-than-design-title h3 {
  font-family: "NeueMontreal";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1.32px;
  text-align: center;

  /* GRADIENT TEXT */
  background: linear-gradient(
    71.83deg,
    #fffff7 0%,
    rgba(255, 255, 247, 0.34) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  margin-top: 50px;
}
.portfolio-filter span {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.portfolio-filter span.active {
  font-family: "NeueMontreal";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.portfolio-section {
  background: #0d0d0d;
  padding: 32px 0;
  color: #fff;
}
.portfolio-filter span {
  position: relative;
}

.portfolio-filter span.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;   /* ✅ correct position under text */
  width: 100%;
  height: 2px;
  background: #ffe880;
}

.portfolio-filter {
  display: flex;
  flex-wrap: nowrap;     /* 🔥 prevent wrapping */
  overflow-x: auto;      /* optional scroll if overflow */
  white-space: nowrap;
  gap: 20px;             /* spacing between items */
}
.portfolio-filter span {
  display: inline-block;
  white-space: nowrap;   /* prevent text break */

  color: #ffffff;
  cursor: pointer;
  font-size: 18px !important;
  position: relative;
  font-family: "NeueMontreal";
  font-weight: 400;
  line-height: 20.8px;
}
/* DESKTOP: keep your existing hover (no change) */
  .work-feature-card .hover-bg {
    opacity: 0;
  }

  .work-feature-card.active .hover-bg {
    opacity: 1;
  }

  .work-feature-card.active h3 {
    color: #fff; /* same as hover */
  }

  .work-feature-card.active .card-icon {
    filter: brightness(0) invert(1);
  }

  /* OPTIONAL: disable hover on mobile */
  .work-feature-card:hover .hover-bg {
    opacity: 0;
  }
.hover-card-1{
  padding-left:12px;
  padding-right: 12px;
}
.hover-card-2{
  padding-left:12px;
  padding-right: 12px;
}
.hover-card-3{
  padding-left:12px;
  padding-right: 12px;
}
.client-card{
  margin: auto;
  margin-top: 20px;
}
.service-card{
  max-width: 100%;
  height: 210px;
  background: #C00039;
  padding: 10px 10px 0 10px;
  margin-top: 20px;
}
.service-card img{
  max-width: 100%;
  height: auto;
}
.service-row{
  margin-top: 0px;
}
/* ACTIVE DOT */
.nav-link.active::after {
display: none;

  
}
.line-1,
.line-3 {
  animation: moveUp 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 200ms;
}

.line-2 {
  animation: moveDown 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Smooth fade while moving UP */
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-250px);
    opacity: 0; /* fully faded at top */
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Smooth fade while moving DOWN */
@keyframes moveDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(150px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
}

